@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Avenir LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-eot1643210640.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-eot1643210640.eot?#iefix') format('embedded-opentype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-woff21643210640.woff2') format('woff2'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-woff1643210640.woff') format('woff'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-ttf1643210640.ttf') format('truetype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenir-heavy-svg1643210640.svg#Avenir-Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-eot1643216526.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-eot1643216526.eot?#iefix') format('embedded-opentype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-woff21643216526.woff2') format('woff2'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-woff1643216526.woff') format('woff'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-ttf1643216526.ttf') format('truetype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-book-svg1643216526.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-eot1643210640.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-eot1643210640.eot?#iefix') format('embedded-opentype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-woff21643210640.woff2') format('woff2'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-woff1643210640.woff') format('woff'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-ttf1643210640.ttf') format('truetype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643210640avenirltstd-black-svg1643210640.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-eot1643216526.eot');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-eot1643216526.eot?#iefix') format('embedded-opentype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-woff21643216526.woff2') format('woff2'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-woff1643216526.woff') format('woff'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-ttf1643216526.ttf') format('truetype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643216526avenirltstd-roman-svg1643216526.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.swiper-wrapper {
    height: auto !important;
}
.top-content {
    position: absolute;
    z-index: 9;
    top: 48%;
    left: 9%;
}
html {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#vfaira__header {
  background: transparent;
  height: 90px;
  padding: 38px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

@media (max-width: 991px) {
  #vfaira__header {
    background: transparent;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }
}

@media (max-width: 1199px) {
  #vfaira__header .container {
    max-width: 100%;
  }
}

#vfaira__header.header-scrolled, #vfaira__header.header-fixed {
  background-color: #f2624b;
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#vfaira__header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#vfaira__header #logo h1 span {
  color: #f82249;
}

#vfaira__header #logo h1 a, #vfaira__header #logo h1 a:hover {
  color: #fff;
}

#vfaira__header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
#vfaira__header .nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#vfaira__header .nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

#vfaira__header .nav-menu li {
  position: relative;
  white-space: nowrap;
}

#vfaira__header .nav-menu > li {
  float: left;
}

#vfaira__header .nav-menu li:hover > ul,
#vfaira__header .nav-menu li.sfHover > ul {
  display: block;
}

#vfaira__header .nav-menu ul ul {
  top: 0;
  left: 100%;
}

#vfaira__header .nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
#vfaira__header .sf-arrows .sf-with-ul {
  padding-right: 30px;
}

#vfaira__header .sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

#vfaira__header .sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#vfaira__header #nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 991px) {
  #vfaira__header #nav-menu-container {
    display: none;
  }
}
.modal-footer {
  padding: 15px 15px 15px 25px;
}
/* Nav Meu Styling */
#vfaira__header .nav-menu a {
  padding: 8px;
  font-family: 'Avenir LT Std';
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  text-transform: uppercase !important;
}

@media (max-width: 1199px) {
  #vfaira__header .nav-menu a {
    padding: 8px 4px;
  }
}

#vfaira__header .nav-menu .menu-active a, .nav-menu a:hover {
  color: #fff;
}

#vfaira__header .nav-menu > li {
  margin-left: 8px;
}

/* #vfaira__header .nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(239, 64, 119);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
} */

#vfaira__header .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
} 

#vfaira__header .nav-menu li.login-btn a {
  color: #fff;
  background: rgb(239, 64, 119);
  background: linear-gradient( 117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
  background-size: 1000%;
  -webkit-animation: Gradient 10s ease infinite !important;
  -moz-animation: Gradient 20s ease infinite !important;
  animation: Gradient 20s ease infinite !important;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid rgb(239, 64, 119);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 16px;
}

#vfaira__header .nav-menu li.login-btn a:hover {
  background: none;
}

#vfaira__header .nav-menu li.login-btn:hover a:before, .nav-menu li.login-btn.menu-active a:before {
  visibility: hidden;
}

#vfaira__header .nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

#vfaira__header .nav-menu ul li {
  transition: 0.3s;
}

#vfaira__header .nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

#vfaira__header .nav-menu ul li:hover > a {
  background: rgb(239, 64, 119);
  color: #fff;
}

#vfaira__header .nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #000000;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  text-transform: uppercase;
}

/* #mobile-nav ul li a:hover {
  color: rgb(239, 64, 119);
} */

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: rgb(239, 64, 119);
}

#mobile-nav ul .menu-item-active {
  color:rgb(239, 64, 119);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(0 0 0 / 22%);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/**
====================================================================
Section Title
====================================================================

#grp_fld_1321490 input {
    width: 20px;
    height: 20px;
}
#grp_fld_1321490 {
    color: #fff;
}
/**play btn****/

.button_paly {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.button_paly.is-play {
    background-color: #ffffff52;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.button_paly.is-play .button-outer-circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.button_paly.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.button_paly.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
    animation: fadeIn 7s ease;
}

.button_paly.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 3s;
    animation: triangleStroke 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}

.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}


/****end *****/

section.main_section.white-bg.st_bg {
    background: rgb(239, 64, 119);
    background: linear-gradient( 117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
  
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.header-content {
    z-index: 1;
    position: relative;
}

.nomination-slider__title {
    font-weight: bold;
    margin: 10px 0px 8px;
    font-size: 16px;
}

.nomination-slider__links>div {
    font-size: 13px;
}

.nomination-slider__intro {
    margin-bottom: 9px;
}

.nomination-slider__links a {
    color: #ff5a1e;
    word-break: break-word;
}

.nomination-slider__content {
    margin: 0px 15px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    color: #ff5a1e !important;
}

.slick-next {
    right: -18px !important;
}

.event-catagories__box.active::after {
    width: 100%;
    bottom: -30px;
    left: 0px;
    height: 35px;
    background: #fff;
    position: absolute;
    content: "";
    z-index: 1;
}

.nomination-slider-wrapper {
    bottom: 0px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1);
    margin: 0px;
    width: 100%;
    border-radius: 12px;
}

.nomination-slider-wrapper__content {
    padding: 20px 35px 20px;
    position: relative;
    margin-top: 25px;
}

.slick-slide {
    height: auto !important;
}

.close-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 14px;
    background: #ccc;
    z-index: 5;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.close-wrapper:hover {
    background: #ff5a1e;
    color: #fff;
}

.event-catagories {
    display: flex;
    flex-wrap: wrap;
}

.event-catagories>.col-sm-4 {
    display: flex;
}

.video-wrapper {
    display: none;
}

.award_section h2,
.award_section p {
    color: #fff;
}

.main_section.cameo {
    margin-top: 150px;
}

.event-catagories__title {
    display: flex;
    align-items: center;
}
.event-catagories__title h3 {
    margin-top: 0;
}

.event-catagories__title img {
    max-width: 80px;
    margin-right: 20px;
}

.event-catagories__content {
    margin-top: 15px;
}

.event-catagories__box {
    margin-bottom: 0px;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.laptop-img {
    margin-top: -150px;
}

img#element {
    border-radius: 25px;
    max-width: 200px;
}

.grd-btn {
    background-image: linear-gradient(to right, #ff5a1e 0%, #f7154d 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #ff5a1e;
    display: inline-flex;
    height: 45px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 164px;
    z-index: 2;
    margin-top: 30px;
    font-weight: bold;
}

.grd-btn:hover {
    color: #fff;
    text-decoration: none;
}

.grd-btn span {
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    padding: 0px 20px;
}

.grd-btn:hover span {
  color: white;
    background: transparent;
}

.about-info strong {
    font-size: 25px;
    display: block;
    font-weight: 900;
}

.about-info img {
    max-width: 40px;
    margin-bottom: 5px;
}

.about-info__content {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}

.container.full-page-container {
    margin-top: 131px;
}

.desc {
    display: none;
}

.main_registration_section {
    visibility: hidden;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

img.pop_logo {
    width: 100%;
    max-width: 280px;
}

[data-toggle="modal"]:hover {
    color: #f2624b;
    cursor: pointer;
}

.container.genda-style-7.main_section.white-black {
    margin-top: 20px;
    margin-bottom: 60px;
}

video#myVideobg {
    width: 100%;
    /* max-width: 100%; */
    position: absolute;
    /* z-index: 1; */
    object-fit: cover;
    height: 100%;
    margin-top: -10px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle !important;
}

.icon-boxes,
.icon-boxes,
.schedule-tabs .time,
{
    background-color: #f2624b;
    padding: 0;
    flex-shrink: 0;
    /* z-index: 1; */
    position: relative;
    background: rgb(239, 64, 119);
    background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.icon-boxes {
    text-align: center;
    padding: 25px 0px 40px;
}

#LoginBtn {
    padding: 10px 19px;
}

.modal-header {
    background-color: #ff5a1e;
}

.modal-header .close {
    /*  margin-top: -26px;*/
}

.nominations li img {
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

ul.nominations {
    list-style: none;
    padding: 0px;
    padding-top: 30px;
}

.main-desc {
    cursor: pointer;
}

section.my-section {
    display: block;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 23px;
}

.dark-bg1 {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    height: auto;
    background: #1f1919;
}

form.form-lang-en {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 40px 20px;
    border: 4px solid #e96534;
    border-radius: 25px !important;
    max-width: 100% !important;
}

.award_section {
    padding: 54px 0 !important;
    background: url("https://vepimg.b8cdn.com/uploads/vjfnew/6906/uploads/vjf/content/misc/1641901426awards_bg_720-min-1.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}


/*Category-------------------------------*/

.category-card {
    position: relative;
    padding: 0;
}

.category-card li {
    position: relative;
    margin-right: 0;
    list-style: none;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

.category-card img {
    width: 100%;
}

.category-card .description {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.category-card .description h3 {
    font-size: 24px;
    color: #fff;
    text-transform: inherit;
    margin-bottom: 0;
    padding: 0 22px;
    line-height: 26px;
    max-width: 293px;
}

.category-card .description h3 a {
    color: #fff !important;
    text-decoration: none;
}

.description p {
    line-height: 22px;
    font-size: 16px;
    margin-top: 7px;
    position: relative;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin: 12px 20px 0;
    color: #fff;
}

.category-card li:hover p {
    visibility: visible;
    opacity: 1;
}


/*Category end-------------------------------*/

body {
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: 'Avenir LT Std';
    font-weight: 400;
    overflow-x: hidden;
    /** background: #212121 url('https://vepimg.b8cdn.com/uploads/vjfnew/5859/content/files/1629317074landing-page-bg-png1629317074.png') top center no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
}

.agenda-row .agenda-body {
    min-height: 105px;
}

.agenda-style-7 .nav-tabs li {
    display: none;
}

.sneak-peek img {
    margin-right: -15px;
}

.sneak-peek .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vfairs-gradient {
    background: rgb(225, 52, 104);
    background: linear-gradient(90deg, rgba(225, 52, 104, 1) 0%, rgba(227, 81, 77, 1) 100%);
}

.container-parent header>.row {
    display: flex !important;
    width: 100%;
}

.primary-btn--white {
    background: #fff !important;
    color: #ef4077 !important;
}

.thank-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    border: 4px solid #f2624b;
    border-radius: 25px;
}

#clockdiv {
    margin:20px 0px;
    color: #fff;
    text-align: left;
}

#clockdiv>div {
    font-size: 48px;
    padding: 10px;
    font-weight: bold;
    margin: 0px 15px 0px 0px;
    background: rgba(255,255,255,0.3);
    min-width: 100px;
    align-items: center;
    justify-content: space-around;
    border-radius: 13px;
    flex-wrap: wrap;text-align:center;border:1px solid #fff; border-radius:3px;0px 20px 20px rgba(0 0 0 / 10%);
}



#clockdiv div span {
    display: block;
    line-height: 1;
}

#clockdiv>div .smalltext {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
}

.play__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.play__btn a {
    position: relative;
    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;
    place-items: center;
    width: 80px;
    height: 80px;
    background: #f2624b;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 20px #f2624b;
    box-shadow: 0px 2px 20px #f2624b;
    cursor: pointer;
}

.play__btn a:hover {
    text-decoration: none;
}

.play__btn a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f2624b;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: animation 2s infinite;
    animation: animation 2s infinite;
}

.play__btn a i {
    font-size: 28px;
    color: #fff;
    z-index: 10;
}

@keyframes animation {
    0% {
        transform: scale(1);
        opacity: 0.9;
        z-index: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
        z-index: 1;
    }
}

.icon-json {
    width: 250px;
    height: 250px;
}

.modal-body p {
    color: #000 !important;
}

#speakers .col-xs-12.col-sm-6.col-md-4.col-lg-3 {
    display: flex;
}

#speakers .container>.row {
    display: flex;
    flex-wrap: wrap;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.light-gray-bg {
    background: #f2f2f2;
    padding: 40px 20px;
    text-align: center;
}

.custom-col-1 .iti--allow-dropdown {
    width: 100% !important;
}

.btn-darkgrey {
    background: #f2624b;
    color: #ffffff;
    text-align: center;
    padding: 10px 19px;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: center;
    padding: 10px 13px;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f2624b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#topBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

.col-sm-3.gif {
    padding-top: 70px;
    padding-bottom: 30px;
}

.industries__title {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 30px;
    color: #fff;
}

.cameo__title {
    font-size: 28px;
    margin-top: 18px;
}

.cameo__designation {
    font-size: 18px;
    margin-bottom: 50px;
}

.cameo__img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.discover-future {
    position: relative;
    background: #fff;
}

p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}


/*.container-fluid>.row>.col-12 {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    border: 4px solid #f2624b;
    border-radius: 25px;
}*/

#form_1507>.row>.col-12 {
    background: none;
    padding: 0px;
    border: none;
}

#vid {
    width: 100%;
    height: auto;
    /* object-fit: cover;
    */
}

#vid1 {
    min-width: 100%;
    /* min-height: 100%; */
    width: auto;
    position: fixed;
    top: -0px;
    right: 50%;
    z-index: -1;
    height: auto;
    transform: translateX(50%);
}

.sticky-header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.container-parent.header-content {
    position: relative;
    z-index: 9;
    margin-top: -25px;
}

.thank-content p,
.thank-content h2 {
    color: #fff;
    text-align: center;
}

.container-parent .col-xs-10 {
    width: 41.66666667%;
}

.video-sec {
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 700px;
    height: 700px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.full-page-container .control-label {
    color: #fff;
    font-size: 17px;
}

#grp_fld_1301210>p:nth-child(2) {
    background: #ffc90e;
    padding: 7px 10px;
    border-radius: 8px;
}

.full-page-container h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 60px;
}

.speaker h2,
.speaker p {
    /* background: #fff; */
    padding: 10px;
    margin-bottom: 0px;
    color: #333;
}

.company-logo {
    margin-bottom: 30px;
    max-width: 230px !important;
}

.col-xs-12 .help-block,
.col-sm-6 .help-block {
    color: #f30000 !important;
}

.toggle_nav {
    margin-top: 45px;
    display: inline-block;
    margin-right: 2px;
}

.icon-boxes-wrap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.icon-boxes-wrap li {
    flex: 1;
    text-align: center;
    margin: 30px 8px;
    max-width: 230px;
}

.icon-boxes-wrap li .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.icon-boxes-wrap li .info {
    padding-top: 14px;
}

.icon-boxes-wrap li .info h4 {
    color: #ffffff;
    margin: 0 0 6px 0;
    font-size: 20px;
    line-height: 26px;
}

.reg-section.edit-profile-section {
    background: #fff
}

body.homepage-body {
    -webkit-background-size: contain!important;
    background-size: contain!important;
    background-repeat: repeat-y;
}

h1,
h2,
h3,
b {
    font-weight: 800;
    font-family: 'Avenir LT Std';
}

header {
    padding: 15px 0px;
}

header .logo img {
    width: auto;
    height: auto;
    display: block;
    margin-top: 25px;
    max-width: 200px;
}

header nav .main-nav {
    list-style: none;
    text-align: right;
    margin-top: 37px;
}

header nav .main-nav li {
    display: inline-block;
    margin: 0px 14px;
}

header nav .main-nav li:last-child {
    margin-right: 0px;
    margin-left: 0px;
}

header nav .main-nav li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.main_section {
    padding: 60px 0px 10px;
    position: relative;
}

.main_registration_section {
    padding-bottom: 80px;
    margin-top: 50px;
}

.main_section.hero {
    background: none !important;
    -webkit-background-size: cover;
    background-size: cover;
    /*position: absolute;*/
    /* z-index: 8; */
    top: 0;
    width: 100%;
}

.hero h1 {
    font-size: 55px;
    color: #fff;
    line-height: 69px;
    margin-top: 0;
    text-align: left;
    font-family: 'Avenir LT Std';
    text-align: left;
    font-weight: 600;
}

.light {
    font-weight: 400;
}

.orange {
    color: #f2624b !important;
}

.hero h4 {
    font-size: 31px;
    color: #fff;
    line-height: 46px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.hero p {
    font-size: 14px;
    color: #fff;
}

.hero h2 {
    font-size: 29px;
    font-family: 'Avenir LT Std';
}

.hero h3 {
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    margin-top: 70px;
    font-family: 'Avenir LT Std';
    text-align: left;
}

.hero h3 b {
    font-family: 'Avenir LT Std';
}


/*form-con*/

.form-con {
    background: #fff;
    border-radius: 25px 25px;
    padding: 20px 40px;
}

.form-con h2 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-con input,
.form-con select,
.form-con textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #999;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0px 0px;
    height: 35px;
    margin-top: 20px;
    box-shadow: none;
    outline: none;
    -webkit-outline: none;
}

.hero .checkbox-con {
    margin: 20px 0px;
}

.hero .checkbox-con span {
    color: #fff;
    font-size: 14px;
}

.hero .checkbox-con a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

.hero .checkbox-con input {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
}

.primary-btn,
.reg-form-data .col-12 input[type=submit] {
    background: #f2624b;
    color: #ffffff;
    text-align: center;
    padding: 10px 19px;
    border-radius: 25px 25px;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    background: rgb(239, 64, 119);
    background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.primary-btn.reg-btn {
    font-size: 21px;
    padding: 14px 20px;
    width: auto;
    border: none;
    letter-spacing: 0px;
    font-weight: bold;
    border-radius: 0px;
    display: inline-block;
    background: rgb(239, 64, 119);
    background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.primary-btn.big-btn {
    font-size: 19px;
    letter-spacing: 2px;
    padding: 18px 60px;
    border-radius: 50px 50px;
}

.primary-btn:hover,
.reg-form-data .col-12 input[type=submit]:hover {
    background: #444;
    color: #fff;
}

.dark-bg {
    background: #212121;
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0px;
}

.sec-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin-top: 10px;
}

.white {
    color: #fff;
}

.desc {
    font-size: 20px;
    line-height: 32px;
}

.full-img {
    width: 100%;
    height: auto;
    display: block;
}

.mins-15 {
    margin-left: -15px;
}

.content-pad {
    padding: 80px 60px 30px 40px;
}

.pb-0 {
    padding-bottom: 0px;
}

.white-bg {
    background: #fff;
    position: relative;
}

.white-bg .sec-title h4,
.white-bg .sec-title h2 {
    color: #000;
}

.p-rel {
    position: relative;
}

.agenda-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
    height: auto;
}

.p-lr-30 {
    padding: 30px 30px;
}


/*
.agenda-row .time {
   
    padding: 30px 25px;
    position: absolute;
    height: 100%;
    border-bottom: 1px solid #f59a8c;
}

.agenda-row .row {
    position: relative;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.agenda-row > .row:hover {
    background: #f7f7f7;
    transform: scale(1.010);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
}

.agenda-row .time p {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
}

.agenda-row .agenda-body {
    padding: 10px 20px;
    border-bottom: dashed 1px #dadada;
}

.agenda-row .agenda-body .row {
  
}

.agenda-row .agenda-body p {
    font-size: 18px;
    line-height: 28px;
}

.agenda-row .agenda-body h2 {
    font-size: 21px;
    color: #000;
    line-height: 28px;
}

.agenda-row .agenda-body h4 {
    font-weight: 800;
    margin-bottom: 5px;
}

.agenda-row .agenda-body p.highlight {
    padding: 15px 30px;
    border-radius: 30px 30px;
    background: #f2624b;
    color: #000;
    font-weight: 800;
    margin: 0px 0px;
    text-align: left;
}
*/

.ikon {
    text-align: center;
}


/*.speaker {
    margin-bottom: 30px;
    min-height: 400px;
     background: rgb(236, 116, 97);
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.speaker:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    transform: scale(1.015);
}

.speaker .full-img {
    max-width: 200px;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 4px solid #fff;
}

.speaker:hover img {
    -webkit-filter: initial;
    filter: initial;
}*/

h2 a {
    color: #333 !important;
}

.net-bg {
    background: #fff url(https://vepimg.b8cdn.com/uploads/vjfnew/5859/content/files/1629317074background-speaker-image-png1629317074.png) 350px -150px no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


/*footer*/

footer {
    background: #212121;
    color: #fff;
    border-top: none !important;
}

footer .form-con {
    background: transparent;
    padding: 0px 0px;
}

footer h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #f2624b;
}

footer p,
footer a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

footer a:hover {
    color: #f2624b;
}

footer .form-con input,
footer .form-con select,
footer .form-con textarea {
    color: #fff;
}

footer .form-con .primary-btn {
    float: right;
    margin-right: -120px;
    margin-top: 30px;
    border: none;
    padding: 10px 30px;
}


/*-------------------------*/

.display-mob {
    display: none;
}

.toggle_nav img {
    width: 30px;
    height: auto;
}

span#grp_fld_1347747 label {
    color: #ffffff;
    bottom: 1px !important;
}
.testimonialBox {
    margin-top: 50px;
}
.swiper {
    width: 100%;
    padding-top: 50px!important;
    padding-bottom: 80px!important;
}
.swiper-slide {
    background-position: center;
    background-size: cover!important;
    width: 460px!important;
    height: 540px!important;
    background: #000000;
    box-shadow: 3px 8px 12px 1px grey;
}
.swiper-slide:nth-of-type(odd) {
    background: #e4b649;
}

.content {
    padding: 30px;
}
.content p {
    top: 30%;
    color: black;
    font-size: 15px!important;
    font-weight: normal;
}
.swiper-slide:nth-of-type(odd) .content p {
    color: white;
}
p.namestu {
    display: block;
    position: relative;
}
.left {
    margin-left: 20px;
}

.right {
    margin-left: 280px;
margin-top:-30px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff;
}
.testimonialBox .event-catagories__box {
    background: 0;
    box-shadow: none;
}
.testimonialBox .event-catagories__box img {
    max-width: 270px;
    margin: 0 0 20px;
}
.testimonialBox .event-catagories__box .event-catagories__title {
    flex-direction: column;
}
.testimonialBox .event-catagories__box h3, .testimonialBox .event-catagories__content {
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}
.testimonialBox .event-catagories__box .event-catagories__link .grd-btn {
    height: 50px;
}
.testimonialBox .event-catagories__box .event-catagories__link {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    header nav .main-nav li {
        margin: 0px 10px;
    }
    .hero h1 {
        font-size: 50px;
    }
    .video-sec {
        min-height: 650px;
        height: 650px;
    }
}

@media screen and (max-width: 991px) {
    .event-catagories__title {
        flex-direction: column;
        text-align: center;
    }
    .display-mob {
        display: inline-block;
    }
    header nav {
        display: none;
        background: #212121;
        padding: 0px 20px;
        border-radius: 15px 15px;
        margin-top: 20px;
    }
    header nav ul {
        padding: 20px 0px;
        margin: 0px 0px;
    }
    header nav ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0px;
    }
    header nav ul li a {
        font-size: 18px !important;
    }
    .hero .form-con {
        margin-top: 40px;
    }
    .agenda-row .time {
        position: relative;
        height: auto;
    }
    footer .form-con .primary-btn {
        float: none;
        margin-right: 0px;
        margin-bottom: 50px;
    }
}


/*-----------*/

.page-heading {
    display: none !important;
}

.inner-dark-con,
.inner-dark-con p,
.inner-dark-con h2,
.inner-dark-con h3 {
    color: #fff;
}

.inner-dark-con {
    padding: 40px 50px;
    background: rgba(33, 33, 33, 0.8);
}

.inner-dark-con a {
    color: #f2bd30;
}


/*.btn-darkgrey{
  background-color: #f2bd30 !important;
  color: #000;
}*/

.btn-darkgrey:hover {
    background-color: #212121 !important;
    color: #fff;
}

.iframe-container-reg {
    width: 100%;
    height: 920px;
}

.reg-iframe {
    width: 100%;
    height: 1000px;
    border: none;
}

#JsRegisterFrm label.required::after {
    content: ' *';
}

form#JsRegisterFrm {
    padding: 0px 0px !important;
}

form#JsRegisterFrm label {
    display: none !important;
}

form#JsRegisterFrm input,
form#JsRegisterFrm textarea,
form#JsRegisterFrm select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #999;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0px 0px;
    height: 35px;
    margin-top: 20px;
    box-shadow: none;
    outline: none;
    border-radius: 0px 0px;
}

form#JsRegisterFrm input[type="checkbox"] {
    float: left;
    width: 20px;
    margin-top: 0px;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .speaker {
        text-align: center;
    }
    .speaker img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    /*.nomination-slider-wrapper__content{max-width:735px !important;}*/
    .slider-content {
        width: 100%;
    }
  #grp_fld_1321490 label {
    margin-top: 8px;
    display: inline;
}

li.login-btn {
  background: rgb(241 97 75);
  margin: 10px;
  text-align: center;
  display: block;

  border-radius: 38px;
}
    .event-catagories>.col-sm-4 {
        width: 100%;
    }
    .event-catagories__box {
        width: 100%;
    }
    .event-catagories__content,
    .event-catagories__link {
        text-align: center;
    }
    .thank-content {
        width: 100% !important;
    }
    .container-parent header>.row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #magician-vid {
        margin-bottom: 30px;
    }
    /* body.homepage-body{ background: #212121 url('https://vepimg.b8cdn.com/uploads/vjfnew/5859/uploads/vjf/content/misc/1629474552mobile-bg.jpg') top center no-repeat;
 
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y !important;}*/
    .icon-boxes-wrap {
        display: block;
    }
    header nav .main-nav li {
        margin: 0px 0px;
    }
    .hero h1 {
        font-size: 54px;
    }
}

@media screen and (max-width:575px) {
  .reg-form-data .col-12 input[type=submit] {
    width: 100%;
  
}
    .video-sec {
        min-height: initial;
        height: 210%;
        width: 280%;
    }
}

@media screen and (max-width:480px) {
    .hero h1 {
        font-size: 34px;
        line-height: 44px;
        margin-top: 25px;
    }
    .container-parent .col-xs-10 {
        width: 83.33333333%;
    }
    .video-sec {
        width: 280%;
    }
    #speakers .container>.row {
        display: block;
    }
    .button_paly {
        display: inline-block;
        position: absolute;
        left: 0;
        top: -106px;
        right: 0;
        text-align: center;
        margin: auto;
    }
    a.grd-btn{
      display: block  !important;
    }
    .button_paly.is-play {
        background-color: #fff;
        border-radius: 50%;
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width:400px) {
    .video-sec {
        width: 360%;
    }
}

@media screen and (max-width:390px) {
    .video-sec {
        width: 440%;
    }
}

@media screen and (max-width:320px) {
    .video-sec {
        min-height: initial;
        height: 210%;
        width: 500%;
    }
}

.speaker2 {
    margin-top: 20px;
    padding-left: 74px;
    margin-bottom: 10px;
    position: relative;
    /*min-height: 60px;*/
}

.speaker2 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0;
}

span.designation {
    display: block;
    font-size: 13px;
    color: #333;
  margin-top: 5px;
}

.speaker.mh-60 p strong {
    font-weight: normal;
    font-size: 18px;
}

.speaker2 a {
    color: #f2624b;
    font-size: 18px;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 6px;
    padding: 15px 20px;
    background-color: #333;
    color: #fff;
    margin-bottom: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f2624b;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #f2624b;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

.nav-tabs>li.active>a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #f2624b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: rgb(242, 98, 75);
    width: 100%;
    height: 320px;
    border: 3px solid rgb(242, 98, 75);
    perspective: 1000px;
    border-radius: 6px;
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    color: black;
}


/* Style the back side */

.flip-card-back {
    color: black;
    transform: rotateY(180deg);
}

.row.speak-row {
    display: flex;
    flex-wrap: wrap;
}

.row.speak-row>div {
    display: flex;
}

.row.speak-row>div.col-md-6:first-child {
    border-right: 1px dashed #d8d8d8;
}

@media screen and (max-width:992px) {
    .row.speak-row>div.col-md-6:first-child {
        border-right: 0px dashed #d8d8d8;
    }
}

.speaker h2 {
    cursor: pointer;
    color: #fff;
}

.speaker2 a {
    cursor: pointer;
}

img.hamza {
    padding-left: 17px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.thank-content {
    width: 50%;
    margin: auto;
}

div#login-footer .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    /* float: left; */
}

div#login-footer .row .col-sm-4 {
    width: 100%;
    max-width: 200px;
    float: right;
    padding-right: 0;
}

div#login-footer .row .col-sm-8 {
    float: left !important;
    width: 100%;
    max-width: 347px;
    display: flex;
    padding-left: 0;
    color: #fff;
}

div#login-footer .row .col-sm-8 a,
div#login-footer .row .col-sm-4 .btn-darkgrey {
    background: #f2624b;
    color: #ffffff;
    text-align: center;
    padding: 10px 19px;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

div#login-footer .row .col-sm-4 button.btn.btn-darkgrey {
    color: #fff;
    border-radius: 0;
}


/*.modal .modal-dialog {
    width: 600px;
    margin: 83px auto;
    max-width: 600px;
}*/

@media (max-width:768px) {
  #clockdiv {
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#clockdiv div span {
    font-size: 24px;
}
#clockdiv>div .smalltext {
    font-size: 16px;
      margin-top: 5px;
}
  #clockdiv > div {
    min-width: 60px;
    margin: 10px 0px !important;
}
  .top-content {
   background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important; 
  }
  .top-content {
    position: relative;
    z-index: 9;
    top: inherit;
    left: inherit;
    padding: 15px;
}
.main_section {
    padding: 0px 0px 10px;
}
.top-content h4 {
    color: #000 !important;
}
    div#login-footer .row {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        float: none;
        align-items: center;
        margin: 0;
    }
    .modal .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
    div#login-footer .row .col-sm-8 {
        float: none;
        width: 100%;
        max-width: 347px;
        display: flex;
        padding-left: 0;
        color: #fff;
        margin: 28px auto 0;
        display: block;
        width: 100%;
        padding-top: 10px;
    }
    div#login-footer .row .col-sm-4 {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-right: 15px;
        display: flex;
        justify-content: center;
    }
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    text-align: center;
    padding: 10px 13px !important;
    border-radius: 25px 25px !important;
    font-weight: 800;
    transition: all 0.2s ease;
    text-decoration: none !important;
    outline: none !important;
}

@media (max-width: 768px) {
    .forgot-btn {
        margin-top: 10px
    }
}


/*Agenda Styles*/

.agenda-style-17 {
    /*    background-color: rgba(0, 0, 0, .05);*/
}

.agenda-style-17 .row {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.agenda-style-17 .row .detail-box .nav-pills>li>a {
    color: #333333;
}

.agenda-style-17 .row .detail-box .nav-pills>li.active>a,
.agenda-style-17 .row .detail-box .nav-pills>li.active>a:hover,
.agenda-style-17 .row .detail-box .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #FFFFFF;
}

.agenda-style-17 .row .detail-box .nav-pills {
    padding: 15px 0px;
}

.agenda-style-17 .row .detail-box h4 {
    font-size: 20px;
    font-weight: 600;
}

.speaker.mh-60, .speaker2.mh-60 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.webinars-content h3 {
    font-size: 22px;
    /* color: #0072b0;*/
    margin-top: 10px;
}

.speaker.mh-60 img {
    border-radius: 50%;
    margin-right: 10px;
    align-items: center;
}

.agenda-style-17 .row .detail-box p {
    padding-top: 15px;
}

.speaker.mh-60 p {
    padding: 0px !important;
    color: #ff5a1e;
}

.speaker.mh-60 p, .speaker2.mh-60 p {
    padding: 0px !important;
    color: #ff5a1e;
    line-height: 16px;
}

h3.main-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}

section.agenda-style-17 {
    padding: 50px 0px;
}

.detail-box h2 {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    position: relative;
    padding: 10px 10px;
    background-color: #0072b0;
    border-radius: 8px;
    cursor: pointer;
}

.agenda-row .time-box {
    width: 14%;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: center;
    color: #ff5a1e;
    margin-top: 20px;
    margin-right: 15px;
}

.webinars-content {
    width: 84%;
    padding: 10px 0 0 45px;
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643098615downarrow-png1643098615.png) no-repeat 0px 19px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 12px top;
}

.webinars-content.small-row {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1643097931circle-png1643097931.png) no-repeat 7px 26px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 12px top;
    padding: 10px 0 4px 45px;
}

.webinars-content {
    position: relative;
}

.webinars-content::after {
    width: 100%;
    bottom: 0px;
    border-bottom: 1px dashed #ccc;
    position: absolute;
    content: "";
}

.time-box img {
    width: 20px;
    margin-right: 10px;
    display: none;
}

section.agenda-style-17 {
    padding: 50px 0px;
}

.agenda-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.detail-box {
    margin-bottom: 30px;
}

.detail-box h2:before {
    font-size: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f107";
    right: 15px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
    color: #e6e6e6;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.detail-box h2.collapsed:before {
    content: "\f106";
    right: 15px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s;
}

.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}

.modal-dialog .modal-body p {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .agenda-row .time-box,
    .webinars-content {
        width: 100%;
    }
  .grd-btn{
        height: 48px !important;
  }
  .col-sm-3.gif {
    padding-top: 10px;
    padding-bottom: 0px;
}
  .event-catagories__content {
    width: 80%;
  }
  .swiper {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
}


/***custume menu ***/

.vafirs_nav {
    width: 100%;
    max-width: 1170px;
    height: 65px;
    position: fixed;
    z-index: 999;
    left: 0;
    margin: auto;
    line-height: 65px;
    text-align: center;
    background-color: transparent;
    right: 0;
    padding-bottom: 32px;
    margin-top: 15px;
}

.vafirs_nav div.logo {
    width: 260px;
    height: 10px;
    position: absolute;
    top: 20px;
}

.vafirs_nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}

.vafirs_nav div.logo a:hover {
    color: #c0c0c0;
}

.vafirs_nav div.main_list {
    width: 750px;
    height: 65px;
    float: right;
}

.vafirs_nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
}

.vafirs_nav div.main_list ul li {
    width: 120px;
    height: 79px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vafirs_nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
    font-size: 16px;
}

.vafirs_nav div.main_list ul li a:hover {
    color: #ffffff;
}

.vafirs_nav div.media_button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
}

.vafirs_nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    ;
    outline: 0;
    border: none;
    cursor: pointer;
}

.vafirs_nav div.media_button button.main_media_button span {
    width: 98%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
}

.vafirs_nav div.media_button button.main_media_button:hover span:nth-of-type(1) {
    transform: rotateY(180deg);
    transition: all 0.5s;
    background-color: #c0c0c0;
}

.vafirs_nav div.media_button button.main_media_button:hover span:nth-of-type(2) {
    transform: rotateY(180deg);
    transition: all 0.4s;
    background-color: #c0c0c0;
}

.vafirs_nav div.media_button button.main_media_button:hover span:nth-of-type(3) {
    transform: rotateY(180deg);
    transition: all 0.3s;
    background-color: #c0c0c0;
}

.vafirs_nav div.media_button button.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    position: absolute;
    margin: 0;
}

.vafirs_nav div.media_button button.active span:nth-of-type(2) {
    display: none;
}

.vafirs_nav div.media_button button.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    position: absolute;
    margin: 0;
}

.vafirs_nav div.media_button button.active:hover span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 20deg);
}

.vafirs_nav div.media_button button.active:hover span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -20deg);
}

.slideUp {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: transform .5s ease-out;
}

.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .5s ease-out;
}


/* Medai qurey section */
@media screen and (max-width:1200px) {
    .vafirs_nav div.main_list {
        width: 700px;
    }
}
@media screen and (max-width:768px) {
    .vafirs_nav div.logo {
        margin-left: 15px;
    }
    .vafirs_nav div.main_list {
        width: 100%;
        margin-top: 65px;
        height: 0px;
        overflow: hidden;
        position: relative;
    }
    .vafirs_nav div.show_list {
        height: 410px;
    }
    .vafirs_nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 80px;
        right: 0;
        left: 0;
      padding:0px;
    }
    a.primary-btn {
        display: block;
        width: 100%;
        max-width: 282px;
        margin: auto;
    }
    .vafirs_nav div.main_list ul li {
        width: 100%;
        background-color: black;
          height: 55px;
    }
    .vafirs_nav div.main_list ul li a {
        text-align: center;
        line-height: 40px;
        /* width: 100%;
        height: 40px;
        display: table; */
    }
    .vafirs_nav div.media_button {
        display: block;
    }
}

.cameo {
    background-color: #f2624b;
    padding: 0;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    background: rgb(239, 64, 119);
    background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.slim-bar {
    background: #3330 !important;
}


/*Registration Form Login popup*/

div#login-footer .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    float: left;
}

div#login-footer .row .col-sm-4 {
    width: 100%;
    max-width: 200px;
    float: right;
    padding-right: 0;
}

div#login-footer .row .col-sm-8 {
    float: left !important;
    width: 100%;
    max-width: 347px;
    display: flex;
    padding-left: 0;
    color: #fff;
}

div#login-footer .row .col-sm-8 a {
    color: #fff;
}

div#login-footer .row .col-sm-4 button.btn.btn-darkgrey {
    color: #fff;
    border-radius: 0;
}

.modal .modal-dialog {
    width: 600px;
    margin: 83px auto;
    max-width: 600px;
}

.modal-header.cus_video {
    background: transparent;
    border-bottom: none !important;
}

button.close.btn_close {
    color: rgb(239, 64, 119) !important;
    border: 1px sold rgb(239, 64, 119) !important;
    border: 1px solid rgb(239, 64, 119);
    border-radius: 50%;
    width: 23px;
    height: 25px;
}

@media (max-width:768px) {
  button.btn.btn-darkgrey {
    width: 100%;
    margin: 0;
}
  
  a.btn-modal-registration.btn.btn-darkgrey.flt-left {
    width: 100%;
}
  
    div#login-footer .row {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        float: none;
        align-items: center;
        margin: 0;
    }
    .modal .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
    div#login-footer .row .col-sm-8 {
        float: none;
        width: 100%;
        max-width: 347px;
        display: flex;
        padding-left: 0;
        color: #fff;
        margin: 28px auto 0;
        display: block;
        width: 100%;
        padding-top: 10px;
    }
    div#login-footer .row .col-sm-4 {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-right: 15px;
        display: flex;
        justify-content: center;
    }
}




.grd-btn {
    background-image: linear-gradient(to right, #ff5a1e 0%, #f7154d 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #ff5a1e;
    display: inline-flex;
    height: 67px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 100%;
    z-index: 2;
    margin-top: 18px;
    font-weight: bold;
}

.faq.padding {
  padding: 0
}
.faq .panel {
  background: #efefef;
  padding: 15px 25px;
  margin: 0 0 27px;
  border: none;
  border-radius: 8px
}
.faq .panel-heading {
  padding: 0 !important;
  background: 0 0 !important
}
.faq h4.panel-title a {
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  line-height: 24px;
  color: #333;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700
}
.faq .panel-collapse {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer
}
.faq .panel-collapse .panel-body {
  width: 100% !important;
  padding-bottom: 0;
  border: none !important;
  padding-top: 9px;
  font-size: 14px !important;
  font-family: "Proxima Nova", serif !important;
  line-height: 24px !important;
  color: #666 !important
}
/*
.col-sm-12.slider-content.slick-slide {
    width: 100% !important;
    top: 300px;
    max-width: 1170px;
    position: absolute;
    left: 10.53%;
}*/

.timer-css {
    padding: 0;
    flex-shrink: 0;
    z-index: 1;
    background: linear-gradient(117deg, rgba(239, 64, 119, 1) 0%, rgba(241, 97, 75, 1) 35%, rgba(239, 64, 119, 1) 70%, rgba(241, 97, 75, 1) 100%);
    background-size: 1000%;
    -webkit-animation: Gradient 10s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;

}
.timer-css h4 {
    margin: 11.5% 0 !important;
}
.timer-css .col-sm-6 {
    text-align: center;
}


/*Login Popup Fix*/
div#LoginModal {
    padding-right: 0 !important;
}
div#LoginModal .modal-header {
    background-color: #f2624b;
}
.modal-dialog {
    max-width: 600px !important;
    margin: 30px auto !important;
    width: 100% !important;
}
#login-footer .col-sm-4, #login-footer .col-sm-8 {
    float: none;
}
div#login-footer>.row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}
div#login-footer .forgot-btn, div#login-footer a {
    background: #f2624b !important;
    border-radius: 100 !important;
    color: #ffffff !important;
}


@media only screen and (min-width:768px) {
    div#login-footer .col-sm-4 {
        width: 33.33333333%;
    }
    div#login-footer .col-sm-8 {
        width: 66.66666667%;
    }
}
@media only screen and (max-width:767px) {
    div#login-footer .col-sm-4, div#login-footer .col-sm-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: right;
    }
    div#login-footer>.row {
        flex-flow: wrap;
    }
    #LoginBtn, #regBtn {
/*        width: 100%;*/
/*        margin: 0;*/
    }
}
@media only screen and (max-width:480px) {
    div#login-footer button, div#login-footer a {
/*        font-size: 12px;
        padding: 5px;*/
        margin: 0;
        padding: 10px;
    }
    .two-btns a, .two-btns button {
        width: 100%;
    }
}

div#clockdiv {
    display: none;
}