@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto&display=swap');
/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */
* {
    box-sizing: border-box;
}
/*@font-face {
    font-family: Avenir-Black;
    src: url(https://shopforaurelia.com/_nuxt/fonts/AvenirL-Black.b13b191.woff)
}
@font-face {
    font-family: Avenir-Roman;
    src: url(https://shopforaurelia.com/_nuxt/fonts/AvenirL-Roman.4a60712.woff)
}
@font-face {
    font-family: Avenir-Medium;
    src: url(https://shopforaurelia.com/_nuxt/fonts/AvenirL-Medium.6a172b9.woff)
}*/

body{
    background:#F2F2F2 !important;
   font-family: 'Roboto', sans-serif;
   overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
   overflow-x: hidden;
}
body,
p{
 line-height: 32px;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 font-family: 'Roboto', sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
   
   font-family: 'Playfair Display', serif;
                                                
                                                
}

a {
    text-decoration: none;
    font-family: 'Playfair Display', serif;
                                                                   
}

.paddings-top {
    padding-top: 60px;
}

.paddings-bottom {
    padding-bottom: 50px;
}


.navbar-brands img{
    max-width: 140px;
   
}
.navbar-brand img{
     max-height:50px;
}
.banner {
    /*margin-top: 99px;*/
}
.banners {
    /*margin-top: 99px;*/
    background-color: #fbfbfb;
}
@media only screen and (max-width: 767px){
    .navbar-brand img{
         width: 100%;     
        max-width: 70%;
    }
    .navbar-brands img{
        max-width: 140px;
        margin-top: 10px;
    }
    .banner {
        /*margin-top: 147px;*/
    }
}



/* all heading */
.about-head{
    max-width: 900px;
    padding-left: 10px;
    border-left: 3px solid;
    border-image: linear-gradient( to bottom, #6e278e, rgb(250 167 68) ) 1 100%;
    }
.about-head h4 {
   font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.about-head h1, 
.about-head h2 {
    color: #000;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
                                                
}

.about-head p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
}

.about-head h6 {
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #0E0E0E;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-img li img {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 240px;
}
/* about css */
.about-us ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left:  0 !important;
}

.paticipate-2btn {
    margin: 20px auto;
}

.paticipate-2btn a.btn1 {
    border: 2px solid #707070 !important;
    color: #5D5D5D !important;
    border-radius: 0;
    padding: 10px 40px 8px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    background-color: transparent;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Playfair Display', serif;
}

.paticipate-2btn a.btn1:hover {
    border: 2px solid #f9ad3c !important;
    color: #5D5D5D !important;
    background-color: #f9ad3c;
}

.paticipate-2btn a.btn2 {
    border: 2px solid #f9ad3c;
    color: #000000;
    border-radius: 0;
    padding: 10px 25px 8px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    background-color: #f9ad3c;
    margin-top: 10px;
    font-family: 'Playfair Display', serif;
}

.paticipate-2btn a.btn2:hover {
    border: 2px solid #707070;
    color: #5D5D5D;
    background-color: transparent;
}

.logo-img {
    margin: 10px auto;
}

/* contestants */
.portfolio_slider {
    margin: 10px auto;
    /* max-width: 1200px;
    border-top: 4px solid gray;
    border-bottom: 4px solid gray; */
    /*display: flex;*/
    /*   flex-flow: row wrap; */
}

.portfolio_slider {
    flex: 1 1 0;
    /* background-color: whitesmoke; */
}

.portfolio_slider .inner {
    padding: 15px;
    background-color: #fff;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.portfolio_slider .inner img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 380px;
}

.portfolio_slider .inner img:hover {
    opacity: 0.9;
}

.gallery .slick-prev {
    right: 30px;
    z-index: 999;
}

.gallery .slick-next {
    right: -5px;
        background: #d6ac54;
}
.gallery .slick-prev:hover{
    background: #d6ac54;

}
.gallery .slick-next i, .gallery .slick-prev i{
    margin-top: -14px;
}
.gallery .slick-prev,
.gallery .slick-next {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    bottom: 5%;
    display: block;
    width: 26px;
    height: 24px;
    line-height: 24px;
    padding: 10px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
/*    background: transparent;*/
}

@media only screen and (max-width : 767px) {
    .gallery .slick-prev {
        left: 41%;
            top: 102.5%;
    }

    .gallery .slick-next {
        right: 41%;
            top: 102.5%;
    }
    .gallery .slick-next i, .gallery .slick-prev i{
        margin-top: -13px;
    }
    /*.gallery .slick-prev, .gallery .slick-next{
        font-size: 32px;
    }*/
    .logo-img li img{
        max-width: 100%;
    }
    .paticipate-2btn{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.portfolio_slider .inner h6 {
    font-size: 16px;
    /* font-weight: 600; */
    letter-spacing: 0.7px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0E0E0E;
    letter-spacing: 0.8px;
    font-family: Avenir-Medium;
}

.portfolio_slider .inner .descp {
    display: flex;
    justify-content: space-between;
}

.portfolio_slider .inner .descp p {
    display: flex;
    justify-content: space-between;
}

.portfolio_slider .inner .descp p span {
    font-size: 14px;
    text-transform: capitalize;
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.portfolio_slider .inner .descp p img {
    max-width: 23px !important;
    margin-right: 10px;
    height: auto;
}

.portfolio_slider .inner .descp a img {
    max-width: 30px !important;
}

.portfolio_slider .inner a.btn2 {
    border: 2px solid #f9ad3c;
    color: #212321;
    border-radius: 0;
    padding: 10px 15px 7px;
    font-size: 16px;
    letter-spacing: 0.5px;
    /* font-weight: 600; */
    background-color: #f9ad3c;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Avenir-Medium";
}

.portfolio_slider .inner a.btn2:hover {
    border: 2px solid #c0c0c0;
    color: #7c7c7c;
    background-color: transparent;
}

.portfolio_slider .inner a.btn2 img {
    max-width: 24px !important;
    margin-right: 10px;
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.profile-page .profile-descp a.btn2 img {
    max-width: 24px !important;
    margin-right: 6px;
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

/* profile-section */
.profiles-section {   
  background-image: url(https://rvulp.brandsnarrative.com/wp-content/uploads/2023/05/Group-229.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
.profiles-section .accordion a {
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: initial;
    flex-direction: initial;
    width: 100%;
    padding: 1rem 3rem 1rem 0rem;
        color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto', sans-serif !important;
}

.profiles-section .accordion a:hover,
.profiles-section .accordion a:hover::after {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.profiles-section .accordion a:hover::after {
/*  border: 1px solid #03b5d2;*/
}

.profiles-section .accordion a.active {
  color: #fff;
/*  border-bottom: 1px solid #03b5d2;*/
}

.profiles-section .accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
/*  border: 1px solid #7288a2;*/
  text-align: center;
}

.profiles-section .accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #fff;
/*  border: 1px solid #03b5d2;*/
}

.profiles-section .accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.profiles-section .accordion .content p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
}
.profiles-section .accordion .content ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif !important;
  padding-bottom: 5px;
}
/*
.profile-section .profile-box{
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.profile-section .particpaints-box {
    background-color: #fff;
    padding: 15px 15px 1px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.profile-section .profile-box .profile-main-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;

}

.profile-section .profile-box .name-box {
    display: flex;
    justify-content: space-between;
}

.profile-section .profile-box .name-box h6 {
    font-size: 18px;
   font-weight: 600;
    letter-spacing: 0.9px;
    color: #0E0E0E;
    font-family: Avenir-Medium;

}

.profile-section .profile-box .name-box p span {
    font-size: 15px;
    text-transform: capitalize;
    color: #777777;
    font-weight: 500;
}

.profile-section .profile-box .name-box p img {
    max-width: 22px !important;
    margin-right: 5px;
}

.profile-section .profile-box p.para {
    font-size: 16px;
    color: #6D6E6D;
        font-family: Avenir-Roman;
}

.profile-section .profile-box a.btn2 {
    border: 2px solid #f9ad3c;
    color: #0E0E0E !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px 8px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background-color: #f9ad3c;
    font-family: "Avenir-Medium";
}

.profile-section .profile-box a.btn2:hover {
    border: 2px solid #c0c0c0;
    color: #7c7c7c;
    background-color: transparent;
}
*/
.particpaints-box .participants-img img {
    width: 100%;
    height: 175px;
/* height: 162px;*/
    object-fit: cover;
    object-position: top;
}

.particpaints-box .part-name-box h6 {
    font-size: 18px;
   text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #0E0E0E;
    font-family: Avenir-Medium;
}

.particpaints-box .part-name-box p span {
    font-size: 14px;
    text-transform: capitalize;
    color: #777777;
    font-weight: 500;
}

.particpaints-box .part-name-box p img {
    max-width: 20px !important;
    margin-right: 5px;
}

.particpaints-box .part-name-box a.btn2 {
    border: 2px solid #707070 !important;
    color: #0E0E0E !important;
    border-radius: 0;
    padding: 8px 13px 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background-color: transparent;
    font-family: "Avenir-Medium";
}

.particpaints-box .part-name-box a.btn2:hover {
    border: 2px solid #f9ad3c !important;
    color: #0E0E0E !important;
    background-color: #f9ad3c;
}

@media only screen and (max-width : 767px) {

    .profile-section .profile-box .profile-main-img img,
    .profile-section .particpaints-box .participants-img img {
        height: 338px;
    }
}

/* profile-page */
.profile-page {
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.profile-page .profile-page-img img{
    width: 100%;
    max-width: 550px !important;
    height: auto;
}
.profile-descp {
    padding: 25px 20px;
}

.profile-descp h3 {
    font-size: 25px;
    /* font-weight: 600; */
    /* letter-spacing: 0.7px; */
    color: #2E302E;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Avenir-Medium !important;
}

.profile-descp h6 {
    font-size: 16px;
    color: #6D6E6D;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    line-height: 35px;
}


.profile-descp .descp p {
    font-size: 18px;
    color: #403F3F;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
    padding-left: 2px;
}

.profile-descp .descp p span {
    font-size: 14px;
    margin-left: 7px;
    color: #777777;
    letter-spacing: 0.8px;
    text-transform: lowercase;
}

.profile-descp .descp p img {
    max-width: 23px;
}

.vote {
    font-size: 20px;
    color: #6a6a6a;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 2px;
}

.vote span {
    font-size: 14px;
    margin-left: 7px;
}

.profile-descp p.para {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 20px;
    line-height: 35px;
}

.profile-descp a.btn2 {
    border: 2px solid #f9ad3c !important;
    color: #000 !important;
    border-radius: 0;
    padding: 8px 20px 5px;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
    background-color: #f9ad3c;
    width: 78%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Avenir-Medium";
}

.profile-descp a.btn2:hover {
    border: 2px solid #707070;
    color: #000;
    background-color: transparent;
}

.share a {
    text-align: center;
}

.share a span {
    color: #333;
    padding-left: 9px;
    font-size: 14px;
}


.gallery_slider {
    margin: 10px auto;
    flex: 1 1 0;
}


.gallery_slider .inners {
    text-align: center;
    margin: 10px;
    position: relative;
}

.gallery_slider .inners::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgb(2, 0, 36);
    /* background: linear-gradient(0deg, rgb(0 0 0 / 30%) 0%, rgb(245 245 245 / 0%) 100%); */
    background: linear-gradient(0deg, rgb(60 60 60 / 64%) 0%, rgb(16 16 16 / 0%) 100%);
}

.gallery_slider .inners img {
    width: 100%;
    object-fit: cover;
    height: 330px;
    object-position: top;

}


.gallery_slider .slick-prev {
    left: -20px;
}

.gallery_slider .slick-next {
    right: -25px;
}

.gallery_slider .slick-prev,
.gallery_slider .slick-next {
    font-size: 46px;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.gallery_slider .descps {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    margin: 1px auto;
    width: 100%;
    color: #fff;
    font-family: Avenir-Medium !important;
    text-transform: uppercase;

}
.gallery_slider .descps h6{
    font-size: 15px;
}
.gallery_slider .descps p{
    font-size: 14px;
}

@media only screen and (max-width : 576px) {
    .gallery_slider .slick-prev {
        left: -3px;
    }

    .gallery_slider .slick-next {
        right: -5px;
    }
    .about-head h6{
        font-size: 14px;
    }
    .gallery_slider .inners img{
         height: 355px;
    }
    .gallery_slider .inners {
       
        margin: 5px;
        
    }
}

/* sunshine-form */
.sunshine-form {
    border: 1px solid #ffffff;
    padding: 20px 20px 0px;
    width: 400px;
    position: absolute;
    top: 8%;
    right: 9%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sunshine-form p{
    font-size: 14px;
    line-height: 20px;
}
@media only screen and (max-width: 1326px){
    .sunshine-form {
   
    top: 2%;
    right: 5%;
   
}
}
@media only screen and (max-width: 1200px){
    .sunshine-form {
   
    top: 1%;
   
   
}
}
@media only screen and (max-width: 1150px){
    .sunshine-form {   
        top: 1%;    
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sunshine-form {   
       padding: 6px 14px 0px;
       max-width: 315px;
       
    }
   .page-id-84 .nf-form-content input.ninja-forms-field {
    height: 35px !important;
    line-height: 10px !important;
}
.banner img{
        min-height: 450px;
}
.bn-text{
    left:9% !important;
}
    .sunshine-form input, .sunshine-form input textarea{
        padding: 15px 15px 15px;
        margin-bottom: 2px;
       
        font-size: 13px;
    }
}
.sunshine-form h5 {
    color: #1d245c;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.checkbox-container.label-right label{
       margin-top: -5px !important;
    line-height: 16px !important;
    font-size: 10px;
    font-weight: 400;
}
.bn-text{
     position: absolute;
    bottom: 0;
    right: 9%;
    color: #fff;
    font-size: 10px;
}
.sunshine-form{
   background: #EFF0F2; 
}
.sunshine-form input{
    background:#eff0f2 !important;
    border:none !important;
    border-bottom: 1px solid #c4c4c4!important;
}
.sunshine-form input, .sunshine-form input textarea {
    padding: 18px 20px 20px;
    margin-bottom: 12px;
    border-radius: 1px;
    font-size: 15px;
    border: 1px solid #efefef;
    /* opacity: 0.9; */
    background: #fbfbfb;
    color: #292929;
        font-family: 'Roboto', sans-serif !important;
}

.sunshine-form input.form-control:focus,
.sunshine-form textarea.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.sunshine-form button:focus {
    border: 2px solid #c0c0c0;
    color: #7c7c7c;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.images-rep .input-group-addon {
    z-index: 99;
    position: absolute;
    right: 36%;
    padding-top: 16px
}

.images-rep .custom-file-input {
    opacity: 1 !important;
    color: transparent;
}

.images-rep .custom-file-input::before {
    content: 'Photo Attachment*';
    color: #495057;
    display: inline-block;
    /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); */
    /* border: 1px solid #999; */
    border-radius: 3px;
    /* padding: 5px 8px; */
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.video-rep .input-group-addon {
    z-index: 99;
    position: absolute;
    right: 36%;
    padding-top: 16px
}

.video-rep .custom-file-input {
    opacity: 1 !important;
    color: transparent;
}

.custom-file-input::-webkit-file-upload-button {

    visibility: hidden;

}

.video-rep .custom-file-input::before {
    content: 'Video Attachment';
    color: #495057;
    display: inline-block;
    /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); */
    /* border: 1px solid #999; */
    border-radius: 3px;
    /* padding: 5px 8px; */
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.sunshine-form .btn2 {
    border: 2px solid #f9ad3c;
    color: #333;
    border-radius: 0;
    padding: 15px 25px 13px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #f9ad3c;
    margin-top: 10px;
    width: 100%;
    font-family: "Avenir-Medium";
}

.sunshine-form .btn2:hover {
    border: 2px solid #c0c0c0;
    color: #7c7c7c;
    background-color: transparent;
}

@media only screen and (min-width : 1201px) and (max-width : 1500px) {
    .images-rep .input-group-addon {
        right: 33%;

    }

    .video-rep .input-group-addon {
        right: 33%;

    }
}

@media only screen and (max-width : 1200px) {
    .images-rep .input-group-addon {
        right: 35%;
        padding-top: 17px;
    }

    .video-rep .input-group-addon {
        right: 35%;
        padding-top: 17px;
    }
}

@media only screen and (max-width : 940px) {
    .images-rep .input-group-addon {
        right: 17%;
        padding-top: 17px;
    }

    .video-rep .input-group-addon {
        right: 17%;
        padding-top: 17px;
    }
}

@media only screen and (max-width : 767px) {
    .images-rep .input-group-addon {
        right: 23%;
        padding-top: 17px;
    }

    .video-rep .input-group-addon {
        right: 23%;
        padding-top: 17px;
    }
}

@media only screen and (max-width : 667px) {
    .images-rep .input-group-addon {
        right: 15%;
        padding-top: 17px;
    }

    .video-rep .input-group-addon {

        right: 15%;
        padding-top: 17px;
    }
    .paticipate-2btn a.btn2{
        padding: 10px 54px 8px;
    }
    .sunshine-form{
        padding: 20px 20px;
    }
}



/* footer */
footer {
    background-color: #fff;
}
footer .footer-logo{
max-width: 160px;
}
footer p, .copyright a{
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif !important;
}
footer .social-icon ul {
    margin-bottom:0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom-footer .text-right{
  text-align:right;
}
.social-icon li img {
/*    max-width: 24px;*/
}
footer .social-icon ul {
/*    float: right;*/
}

footer .social-icon ul li a {
    padding-left: 5px;
    padding-right: 5px;

}
footer.bottom-footer {
    border-top: 1px solid #dfdfdf;
    padding: 14px 0px 7px;
}
footer .social-icon h5{
    color: #202020;
    font-size: 18px;
    line-height: 24px;
    font-family: Playfair Display;
    font-style: italic;
    padding: 0px 0 15px;
    margin-left: 0px;
}
footer .social-icon ul{
    padding-left: 0px !important;
}
.top-ng-sec{
    background: #fff;
    margin-top: -100px;
    padding: 60px !important;
    position: relative;
        z-index: 9;
}
/*.copyright a{
    color: #343434;
    font-size: 14px;
    line-height: 30px;
}*/
@media only screen and (max-width : 992px) {
    .profile-descp {
        padding: 15px 5px;
    }

}
.modal-body .nf-form-content input[type=submit]{
    background:#1d245c !important
}
@media only screen and (max-width : 576px) {
    

    footer .social-icon ul li a {
        padding-left: 10px;
        padding-right: 10px;

    }

    .copyright {
        text-align: center;
    }

    .paticipate-2btn a.btn1 {
        margin-right: 0px;
    }

    .gallery_slider{
        padding: 15px;
    }
    .profile-descp h3 {
        font-size: 24px;
    }
    .profile-descp a.btn2{
        width: 100%;
    }
}

#scrollBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 12px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1d245c !important;
    color: white;
    cursor: pointer;
/*    padding: 10px;*/
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#scrollBtn i {
    -ms-transform: rotate(270deg);
    /* IE 9 */
    transform: rotate(270deg);
    font-size: 25px;
}

#scrollBtn:hover {
    background-color: #333;
}

#myModal .modal-header {
    padding: 8px !important;
    border-bottom: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    z-index: 999;
    justify-content: end;
}

#myModal .modal-header .btn-close {
      padding: 5px 3px 10px;
    /*background: #f9ad3c;*/
    border-radius: 0;
    opacity: 1;
}

#myModal .modal-header .btn-close:hover {
    border: none;
    background: #f9ad3c;
    border-radius: 0;
    background: none;
}

#myModal .modal-header .btn-close:focus,
#myModal .modal-header .btn-close:hover {
    outline: 0;
    box-shadow: none;

}

#myModal .modal-header .btn-close img {
    max-width: 20px;
    z-index: 999;
    position: relative;
}

#myModal .modal-body {
    padding: 10px !important;
    margin-top: -50px;
    background:#eff0f2 !important;
}

.content .shareButton.main {
    /* width: 800px;
    height: 600px;
    background: #FF7472;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 5px; */
    transform: scale(1) translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    color: #000;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;

}

.content .shareButton.main .share,
.content .shareButton.main .check {
    position: absolute;
    top: 0.9rem;
    left: 0.8rem;
    transition: all 150ms;
}
.content .shareButton.main .close{
     position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    transition: all 150ms;
}
.content .shareButton.main .share,
.content .shareButton.main.open .close,
.content .shareButton.main.sent .check {
    transform: rotate(0) scale(1);
    opacity: 1;
}

.content .shareButton.main .close,
.content .shareButton.main.open .share,
.content .shareButton.main .check,
.content .shareButton.main.sent .share {
    opacity: 0;
    transform: rotate(90deg) scale(0);
}
.shareButton{
    padding: 1rem;
}
.shareButton,
.shareButton.open {
    border: none;
    border-radius: 50%;
    background: #fff;
    
    overflow: hidden;
    outline: none;
    margin: 0.5rem;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    transition: all 200ms;
    position: relative;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.shareButton.open {
    margin: 2px 2px 2px 2px !important;
     padding: 0.7rem !important;
}

.shareButton:hover{
    transform: scale(1) translateY(-3px);
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);*/
}
.shareButton.open:hover {
   transform: scale(1) translateY(-3px);
}

.shareButton:active,
.shareButton.open:active {
    cursor: pointer;
}

.shareButton img,
.shareButton.open img {
    display: block;
    fill: #000;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: all 150ms;
    transform: scale(1.7);
}

.fb,
.shareButton.open.ig {
    transition-delay: 100ms;
}

.tw,
.shareButton.open.tw {
    transition-delay: 50ms;
}

.ig,
.shareButton.open.fb {
    transition-delay: 0ms;
}

.li,
.shareButton.open.li {
    transition-delay: 150ms;
}

.fb,
.tw,
.ig,
.li {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: scale(0);
}

.fb img,
.tw img,
.ig img,
.li img {
    width: 0;
    height: 0;
    opacity: 0;
    transform: scale(0);
}
.share span{
    margin-left: 12px;
}

.pagination{
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.pagination a.page-numbers {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    line-height: 40px;
}
.pagination span, .pagination a{
    margin: 5px;
}
.pagination span.page-numbers.current {
    font-size: 18px;
    background: #f9ad3c;
    width: 40px;
    height: 40px;
    /* padding: 10px; */
   border-radius: 4px;
    line-height: 40px;
    padding-left: 14px;
    
}
.pagination a.page-numbers:hover {
    border-radius: 4px;
}
body{
     overflow-x: hidden;
}
/*

body::-webkit-scrollbar {
    width: 12px;

}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ced4da;
  outline: 1px solid #ced4da;
}
*/
/*slider*/
.carousel-control-next-icon, .carousel-control-prev-icon{
/*    background-color: hsla(0,0%,94.1%,.7);*/
    position: absolute;
    border: none;
     color: #000 !important;
    background-image:none !important;
    width: 26px!important;
    height: 30px!important;
  font-size: 30px !important;
   line-height: 30px;
   opacity: 1;
   /*-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
     transform: scale(1);*/
}
.carousel-control-next, .carousel-control-prev{
    width: 6% !important;
}
/*.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    transform: scale(1);
    opacity: 1;
}
.carousel-control-next, .carousel-control-prev{
    width: 2% !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: hsla(0,0%,94.1%,.7);
    position: absolute;
    border: none;
     color: #000 !important;
    background-image:none !important;
    width: 26px!important;
    height: 30px!important;
  font-size: 27px !important;
   line-height: 30px;
   opacity: 0;
   -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
     transform: scale(1);
}
.carousel:hover .carousel-control-next .carousel-control-next-icon, .carousel:hover .carousel-control-prev .carousel-control-prev-icon{
    transform: scale(1);
    opacity: 1;
     transition: all 0.2s ease;
}*/
@media only screen and (max-width:576px){
   /* .carousel-control-next-icon, .carousel-control-prev-icon{
        
        font-size: 21px !important;
       width: 21px!important;
        height: 21px!important;
         line-height: 21px;
        opacity: 1;
       
    }
    .carousel-control-next, .carousel-control-prev {
        width: 6% !important;
    }*/
    .about-us ul{

     justify-content: center;
    }
}
/*@media only screen and (max-width:576px){
    .carousel-control-next-icon i, .carousel-control-prev-icon i{
        padding: 1px 10px;
    }
}*/
.top-contestants .box-img img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.top-contestants .left-box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.top-contestants .left-box {
    padding-right: 10px;
}
.top-contestants .left-box {
       padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: -35%;
    background: #ffff;
    padding-right: 41%;
    min-height: 450px;
    max-width: 875px;
}

.top-contestants .nav-pills img{ 
max-width: 200px;
}
.top-contestants .nav-pills{max-width: 749px;background:#fff;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
       background-color: #F2F2F2 !important;
       border: 2px solid #D4C7C7 !important;
}
.top-contestants .nav-pills .nav-link {
    
    border-radius: 0rem;
}
.top-contestants .nav-pills {
    align-items: center;
}
.fixed-top{
border-bottom: 1px solid #F2F2F2;
    background: #fff;
    position: fixed;
    padding: 10px;
}
.sec-counter{
    background:#F8F8F8 !important;
/*    background: transparent linear-gradient(90deg, #2E3191 0%, #EC1589 50%, #FAAF40 100%) 0% 0% no-repeat padding-box;*/
}
/*.counter
{
    text-align: center;
}
.counter h3
{
    max-width: 90px;
    color:#fff;
    margin: 10px auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    line-height: 25px;
}
.counter-count{
       font-size: 50px;
       font-weight: bold;
       position: relative;
       color: #fff;
       text-align: left;
       display: inline-block;
       margin-bottom: 0px;
       font-family: 'Roboto', sans-serif !important;
}
.sec-counter .cs-2{
    font-size: 20px;
    color: #fff;
}
.sec-counter sup{
    font-size: 100%;
}
@media only screen and (max-width: 767px){
    .count-up{
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.video {
	 width: 800px;
	 height: 450px;
	 position: relative;
}
.video-layer {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 z-index: 9;
	 transition: opacity 0.8s ease-in-out;
}
.playing .video-layer {
	 opacity: 1;
}
.video-layer iframe {
	 width: 100%;
	 height: 100%;
}
.video-preview {
	 width: 100%;
	 height: 100%;
	 background: url("https://img.youtube.com/vi/CoL8Gtvxfl0/0.jpg") 50% 50% no-repeat;
	 background-size: cover;
	 transition: opacity 0.8s ease-in-out;
}
 .playing .video-preview {
	 opacity: 0;
}
 .video-preview svg {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 height: 80px;
	 margin-top: -40px;
}*/
/*vertical-align: text-top;
      }*/
/*.video-container{
	margin:0 auto;
	width:100%;

}
.video {
	width: 100%;
    height: 650px;
	position: relative;
    background-color: #fff;
    
}
.playing{
    margin-bottom: 100px;
}
.video-layer {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 z-index: 9;
	 transition: opacity 0.8s ease-in-out;
}
 .playing .video-layer {
	 opacity: 1;
}
 .video-layer iframe {
	 width: 100%;
	 height: 100%;
}
 .video-preview {
	 width: 100%;
	 height: 100%;
	 background: url("https://rvulp.brandsnarrative.com/wp-content/uploads/2023/04/video-bg.png") 50% 50% no-repeat;
	 background-size: cover;
	 transition: opacity 0.8s ease-in-out;
}
 .playing .video-preview {
	 opacity: 0;
}
 .video-preview svg {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 height: 80px;
	 margin-top: -40px;
}
 
.js-video{
	height:700px;
	width:100%;
	background:#dedede;
	position:relative;
	margin:0% auto;
}
.play i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #EA0B8C;
  font-size: 70px;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 51px;
  line-height: 50px;
  z-index:2;
}
.video-poster{
		background: url('https://rvulp.brandsnarrative.com/wp-content/uploads/2023/04/video-bg.png');
	  background-repeat: no-repeat;
	  position: absolute;
	  width: 100%;
	  height: 700px;
 
}
.play i:hover{
	cursor:pointer;
}
.js-video iframe{
	z-index:5;
	position: relative;
}
 */
.about-course .nav-tabs .nav-item.show .nav-link, .about-course .nav-tabs .nav-link.active{
    color: #000 !important;
/*    background-color: transparent !important;*/
    border-color: transparent !important;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
.about-course .nav-tabs .nav-link.active::before{
       content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: 74px;
    position: absolute;
    background-image: url(https://rvulp.brandsnarrative.com/wp-content/uploads/2023/04/tab-b.png);
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 162px;
    background-position: center;
}
.about-course .nav-item{
    position: relative;
}
.about-course  .nav-link {
    color: #7B7B7B;
    max-width: 159px;
/*    border-bottom: 1px solid #dee2e6;*/

}
.about-course .nav-item .nav-link {
   text-align: left;
    font-size: 14px;
    padding: 1rem 0rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
.about-course .nav-tabs .nav-link:focus, .about-course .nav-tabs .nav-link:hover{
      border-color: transparent !important;
}
.about-course .nav-tabs {
    margin-bottom: 50px;
}
.about-course .left-box1 img{
    margin-bottom:20px;
}


@media only screen and (min-width: 768px) and (max-width: 992px){
    .about-course .nav-tabs .nav-link.active::before{
        top: 94px;
    width: 136px;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px){
    .about-course .nav-item .nav-link {
        font-size: 13px;
        padding: 1rem 0.3rem
    }
    .about-course .nav-tabs .nav-link.active::before{
        top: 88px;
         width: 98px;
    }
}
@media only screen and (max-width: 576px){
    .about-course .nav-item .nav-link{
        font-size: 17px;
        padding: 1rem 0.5rem;
    }
    .about-course .nav-tabs .nav-link.active::before{
        top: 108px;
    width: 150px;
    }
    .nav-justified .nav-item, .nav-justified>.nav-link{
       flex-basis: 150px !important;

    }
    .video-preview svg {
       
        top: 35%;
    }
    .video{
            height: 330px;
    }
}

/*-------------services css------*/
.about-head.text-left.mb-4{
   text-align: left !important;
}
section#features{
background: #fff;
}
.bg-gray {
    background-color: #fff!important;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0 !important;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0 !important;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0 !important;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding:30px  5px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 15px;
}

.features-area .item .icon img {
max-width:50px;
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;*/
  color: #ffaf5a;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}
.custom-btn{
    padding: 7px 14px !important;
    background-color: #1d245c !important;
/*    background: transparent linear-gradient(90deg, #2E3191 0%, #EC1589 50%, #FAAF40 100%) 0% 0% no-repeat padding-box !important;*/
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    border-radius: 1px !important;
    font-size: 17px !important;
    color: #fff !important;
    margin-top: 20px;
}
.btn.focus, .btn:focus{
        box-shadow: none !important;
}
.topright {
  position: absolute;
  top: 85px;
  right: 0%;
  left: 0;
  text-align: center;
  font-size: 18px;
  max-width: 100%;
}
.topright p{
   font-size: 36px;
    color: #000000;
    line-height: 40px;
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
    font-family: 'Playfair Display', sans-serif !important;
    
    font-style: italic;
}
.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
.features-area .item .info p {
     font-size: 14px;
     line-height: 26px;
     margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}
.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}
.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}
.equal-height:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.gallery-responsive .left-box{
  background: #D6AC54 !important;
}
.gallery-responsive .left-box h4{
 font-style: italic;
 font-size: 17px;
 font-weight: bold;
     line-height: 1.5;
}
.gallery-responsive .left-box p{
     line-height: 1.8;
     font-size: 14px;
}
.gallery-responsive .left-box h6{
        font-size: 15px;
    line-height: 1;
}
.gallery-responsive .left-box h6 span{
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}
.modal-content{
    background:#eff0f2 !important;
}
@media only screen and (max-width: 1200px){
    .topright {
       
       top: 25px;
    right: 1%;
        font-size: 16px;
       
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
    .topright {
       
        top: 25px;
/*        right: 9%;*/
       
    }
}
.form-mobile-futton {
        position: absolute !important;
      
}
.form-mobile-futton .custom-btn{
       padding: 5px 8px !important;
      
}
@media only screen and (max-width : 767PX){
   .shape-left .heading-texts h2{
          font-size:22px !important;
           line-height: 25px;
           font-weight:500 !important;
   }
    .topright {
        position: static;
        top: 100px;
        right: 20%;
        font-size: 18px;
        max-width: 100%;
        background: #fff;
        padding: 20PX;
    }
    /*.nav-justified .nav-item {
         flex-basis: 0;
         flex-grow: 1;
         text-align: center;
    }*/
    .top-contestants .left-box {
        padding-left: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-right: 0;
        background: #ffff;
        padding-right: 25px;
        min-height: 450px;
        max-width: 100%;
    }
    .sunshine-form {
        border: 1px solid #eff0f2;
       padding: 15px 0px;
            width: 100%;
            position: unset;
       
            background: #eff0f2;
        box-shadow: none;
    }
    .custom1{
        display: none !important;
    }
    .playing{
        margin-bottom: 0px;
    }
    .video {        
        height: 450px;
    }
    .form-mobile-futton {
             bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    }
    .banner{
            position: relative;
    }
    .bn-text{
        display:none;
    }
}
@media only screen and (min-width : 768PX){
    .custom2{
        display: none !important;
    }
    .form-mobile-futton{
         display: none !important;
    }
}
@media only screen and (max-width:576px){
    .top-ng-sec {
        padding: 15px !important;
       
    }
    .about-head h4 {

        font-size: 16px;

    }
    .about-head h1, .about-head h2{
        font-size: 24px;
    }
    .topright p{
        font-size: 25px;
    }
    footer .social-icon ul {
        float: none;
        margin-top: 15px;
        padding-left: 0;
    }
}
.nf-after-form-content, .nf-before-form-content, .nf-form-content label{
    display: none;
}
#nf-form-2-cont .nf-after-field {
    line-height: 0.5;
}
#nf-field-8{
    padding: 8px 12px !important;
    background-color: #1d245c !important;
/*    background: transparent linear-gradient(90deg, #2E3191 0%, #EC1589 50%, #FAAF40 100%) 0% 0% no-repeat padding-box !important;*/
    opacity: 1;
    font-family: 'Playfair Display', serif !important;
    border-radius: 1px !important;
    font-size: 16px !important;
    color: #fff !important;
}
#ninja_forms_required_items, .nf-field-container{
    margin-bottom:15px !important;
}
/*new css*/
.color-grad-text{
background: #462D90;
    background: linear-gradient(to right, #462D90 0%, #F89C49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*color: transparent linear-gradient(90deg, #2E3191 0%, #EC1589 50%, #FAAF40 100%) 0% 0% no-repeat padding-box;*/
}
.heading-text{
    text-align: center;
}
.heading-text h3{
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    font-style: italic;
    font-family: Playfair Display;
}
.heading-texts h3{
    font-size: 26px;
    line-height: 37px;
    color: #1D245C;
    font-style: italic;
    font-family: Playfair Display;
}
.heading-texts h2{
    font-size: 26px;
    line-height: 37px;
    color: #1D245C;
    font-style: italic;
    font-family: Playfair Display;
}
.collaboration-box{
    background-color: #fff;
    box-shadow: 0px 5px 20px #0000001A;
}
.col-box-content{
    padding: 20px 25px;
}
.tomorrow-box h4{
    color: #2A2A2A;
    font: Playfair Display;
    font-size: 18px;
    font-weight: 600;
}
.tomorrow-box p{
    color: #2A2A2A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.adv_box {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
   
    margin-bottom: 20px;
    
   
   
/*     padding: 15px 5px 15px 0; */
    
    display: flex;
    
}
.adv_box img {
  /*max-width: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);*/
}
.adv_box1{
    position: relative;
}
.adv_box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 63%;
  border-right: 1px dashed #707070;
  
}
.adv_in .row .col-12:nth-child(1) .adv_box {
 border-right: 1px solid #333;
}
.adv_in .row .col-12:nth-child(2) .adv_box {
  background: #ffd9c0;
  color: #000;
}
.adv_in .row .col-12:nth-child(3) .adv_box {
  background: #faf0d7;
  color: #000;
}
.adv_in .row .col-12:nth-child(4) .adv_box {
  background: #8cc0de;
  color: #000;
}
.adv_in .row .col-12:nth-child(5) .adv_box {
  background: #effffd;
  color: #000;
}

.adv_box .media-body h5 {
  font-size: 15px;
  color: #1D245C;
  font-weight: 600;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.adv_box .media-body p {
  font-size: 14px;
  color: #1D245C;  
  text-align: left;
  line-height: 20px;
  font-weight:600;
}
.adv_box .media {
  align-items: top !important;
}
.adv_box .media-body{
    margin-left: 10px;
}
.sec-counter ul{
    list-style: none;
}
.sec-counter ul li{
    display: inline-flex;
}
/*sticky button*/
.icon-bar {
  position: fixed;
  top: 50%;
      right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 25px 25px 0 0;
  /*transform: rotate(270deg);*/
}

.icon-bar a:hover {
  /*background-color: #000;*/
  text-decoration: none;
  /*color: white;*/
}

.facebook {
 /*background: transparent linear-gradient(90deg, #2E3191 0%, #EC1589 50%, #FAAF40 100%) 0% 0% no-repeat padding-box;*/
  /*color: white;*/
}
body{
    background:#fff !important;
}
.profiles-section .accordion ul{
    padding-left:0px !important;
}
.shape-left:before {
    background-size: contain !important;
    content: ''!important;
    width: 100% !important;
    height: 100% !important;
    background: url(https://rvulp.brandsnarrative.com/wp-content/uploads/2023/06/Mask-Group-22.png) !important;
   left: 0% !important;
    position: absolute!important;
    background-repeat: no-repeat !important;
    z-index: -1;
    margin-top: -5%;
}
.shape-right:before {
    background-size: contain !important;
    content: ''!important;
    width: 100% !important;
    height: 100% !important;
    background: url(https://rvulp.brandsnarrative.com/wp-content/uploads/2023/06/Mask-Group-23.png) !important;
    right: 0% !important;
    position: absolute!important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    z-index: -1;
    margin-top: -2%;
}

.aurelia-header{
    display:none;
}
.modal-content{
     z-index: 9999;
}
.aurelia-header.sticky {
    background:#fff;
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    display: block !important;
}
.sec-counter .heading-texts{
    max-width: 600px;
    margin: auto;
}
.adv_box1:last-child::before {
    display: none !important;
}
	
.page-template-thank-you .aurelia-header{
    display:block !important;
}
.page-template-thank-you .entry-header.alignwide{
    text-align: center;
    margin-top: 50px;
    padding: 10px 60px;
}
@media (min-width: 1024px) and (max-width:1600px){
    .shape-right:before{
      right: 0% !important;  
    }
    .shape-left:before {
        left: 0% !important;
    }
}
@media (min-width: 1400px) and (max-width:1600px){
.banner img{
     /*height: 100vh;*/
}
    .sunshine-form{
        top: 8% !important;
    }
}
@media (min-width: 992px){
    .tomorrow-box.right-1{
        padding-left: 5%;
    }
.experience-section .col-lg-2 {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 18% !important;
    max-width: 18% !important;
}  
.collaboration-box{
    height: 100% !important;
}
}
@media (min-width: 768px){
.mobile-banner{
    display:none;
}
}
@media (min-width: 768px){
.buttom-btn{
    display:none;
}
}
@media (max-width: 767px){
.heading-texts h3{
font-weight: 500!important;
    line-height: 30px !important;
   font-size: 22px !important;
}
    footer.bottom-footer{
        padding: 14px 0px 50px;
    }
    .buttom-btn .custom-btn{
        border: 8px;
          background: #fff !important;
          color: #000 !important;
          width: 80%;
          margin-bottom: 10px !important;
          margin: auto;
            margin-top: 10px !important;
    }
   .buttom-btn .custom-btn{
        margin-top: 10px !important;
    }
   .buttom-btn .col-md-6.col-sm-6 col-6{
           padding-right: 0px !important;
    padding-left: 0px !important;
   }
    .buttom-btn{
    position: fixed;
    background: #1d245c;
    padding: 0px;
    bottom: 0;
    margin-top: 20px;
    width: 100%;
    }
    
     .col-box-content{
        margin-bottom: 20px!important;
    }
    .paddings-bottom{
        padding-bottom: 25px;
    }
    .paddings-top{
        padding-top: 30px;
    }
    .tomorrow-box{
        padding:10px !important;
    }
   .desktop-banner{
       display:none;
   }
     .shape-right:before{
     display:none !important;
    }
    .shape-left:before {
       display:none !important;
    }
    .adv_box1::before{
        display:none;
    }
.tomorrow-box{
    text-align: center;
}
.icon-bar{
        display:none;
    }
.tomorrow-box img{
    margin-bottom:15px;
}
}