
body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}
/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

h3,h5 {
    font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
    color: #33E6FF;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    line-height: 36px;
   
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none !important;
    outline: none;
}
/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
    margin-bottom: 32px;
}

#overview,
#register {
    padding-top: 50px;
    padding-bottom: 30px;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
footer {
    text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
    border-radius: 100px;
}

#intro .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#contact .btn-danger:hover {
    background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}
/*---------------------------------------
    Preloader section              
-----------------------------------------*/
/* preloader section */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background:  repeat scroll center center #fff;
    background: repeat scroll center center #f9f9f9;
}

.RGVP-Linear-Rotate{ 
    width:100px;
    height:100px;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    margin:auto;

    background:url(../images/logo_vidarbha.jpg) no-repeat center center;
    background-size: 100%;
    animation: rotation 4s infinite linear; 
}
@keyframes rotation {
    100%{
        transform:rotatey(360deg);
    }
}
/* home section */
#home {
    background: url('../images/gallery/home.jpg') center center no-repeat;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    background-size: 100%;
}

#home h2 {
    letter-spacing: 2px;
}
#home .btn {
    background: #000;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 20px 40px;
    margin-top: 60px;
}
#home .btn:hover {
    background: #eea236;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
#home1 {
    background: url('../images/IMG_8001.JPG') fixed;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
#home1 h2 {
    letter-spacing: 2px;
}
#home1 .btn {
    background: #000;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 20px 40px;
    margin-top: 60px;
}
#home1 .btn:hover {
    background: #eea236;
    color: #4faa36;
    transition: all 0.4s ease-in-out;
}
/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #333;
}

.custom-navbar .navbar-brand {
    text-align: center;
    color: #222;
    width: 100%;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-nav li a {
    font-weight: 500;
    /* letter-spacing: 0.6px; */
    text-transform: uppercase;
    /* line-height: 40px; */
    transition: all 0.4s ease-in-out;
    /* margin-right: 22px; */
    padding: 6px;
    color:#eea236;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eea236;
    border-color: #337ab7;
    color:#fff;
}

.dropdown-menu>li{border-bottom:1px solid #eee;}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: #eea236;
    color: #fff;
}

.nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}
.navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #eea236;  
}
.dropdown-menu>li>a:hover {
    background-color:   #eea236;  
    color: #fff;
    width: 100%;

}
@media(min-width:768px) {
    .custom-navbar { border-bottom: 0;}
    .custom-navbar.top-nav-collapse {
        background: #FFFFFF;
        padding: 0;
    }
    .custom-navbar img{height:120px;}
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/Yogasana/frontimage.jpg') fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
#intro1 {
    background: url('../images/IMG_7983 (2).JPG');

    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 550px;
    text-align: center;
}
#intro h3 {
    letter-spacing: 2px;
}
#introk {
    background: url('../images/Karmarzari/image4411.jpg') fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}


/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview {
    min-height: 400px;
}

#overview img {
    position: relative;
    padding-bottom: 32px;
}
#overview .speakers-wrapper .speakers-thumb h4 a{
    color: black;
}
#overview .speakers-wrapper .speakers-thumb h4 a:hover{
    color: blue;
}
#pages{
  min-height: 400px;
  padding-top: 150px;
}


/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #4faa36;
    color: #ffffff;
}

#detail .fa {
    color: #eea236;
    font-size: 48px;
}

#detail p {
    color:#ffffff;
}

/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
    border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
    color: #666;
    margin-top: 4px;
}

#speakers img {
    width: 100%;
    max-width: 100%;
    height: 300px;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
    margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
    border-radius: 50%;
}

.nav-tabs {
    margin-bottom: 20px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    color: #000000;
    font-weight: 600;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
}
.nav-tabs > li > a:hover {
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #f2545f;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999;
}
.tab-content {
    padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: red;
    margin-bottom: 16px;
}

#register input {
    height: 45px;
}

#register input[type="submit"] {
    background: #f2545f;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
    background: #ffffff;
    color: #222;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
    background: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#faq .panel-group {
    margin-top: 32px;
}

#faq .panel-group .panel {
    margin-bottom: 8px;
}

#faq .panel-default {
    border: none;
}

#faq .panel-default>.panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#faq .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/register-bg.jpg') fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    min-height: 600px;

}

#venue p {
    padding-top: 12px;
    padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
    margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
    padding-top: 3rem;
    padding-right: 2rem;
}

#contact .contact_detail {
    background: #ffffff;
    padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
    border-bottom-color: #999;
}

#contact input {
    height: 45px;
}

#contact input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
#footer {
    background-color: #4faa36; 
    background-attachment: fixed;
    color: #fff;
}
#footer .col-md-3 ul li {
    border-bottom: 1px dotted #fff;
}
#footer .col-md-3 ul li a {
    color: #fff;}

#footer .col-md-3 ul li a:hover{
    color: #33E6FF;}
#footer .col-md-12 p  {
    color: #fff;
}
#footer .col-md-12 p a {
    color: #33E6FF;
}
#footer .col-md-12 p a:hover {
    color: #eea236;
}
#footer .col-md-12 ul li a {
    color: #fff;}
#footer .col-md-12 ul li a:hover {
    background-color: #eea236;}
.btn{
    background-color: #eea236;
}
/* Back top */
.go-top {
    background-color: #222;
    bottom: 2em;
    right: 2em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #eea236;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

    p {font-size: 13px;}

    .custom-navbar .navbar-brand {
        font-size: 2rem;
    }

    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 20px;
    }

    #intro { height: 65vh; }

    #video iframe {
        margin-top: 42px;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 10rem 3rem 10rem 5rem;
    }

}

@media (max-width: 768px) {

    .custom-navbar .navbar-brand {
        line-height: 20px;
    }

    #overview img,
    #detail .col-md-4,
    #register form {
        padding-top: 32px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
    }

    #program img {
        padding-bottom: 32px;
    }

    #sponsors img {
        padding-top: 22px;
    }

    #contact .contact_detail {
        margin-top: 82px;
    }

}

@media (max-width: 760px) {

    #intro2 {
        height: 100vh;
    }

}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { overflow: hidden; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; max-height:  600px; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {text-align: center;display: block;border: 1px solid #fff;width: 40px;height: 40px;text-shadow: 0px 0px 5px #333;line-height: 40px;color: #fff;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;opacity: 0;cursor: pointer;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next {right: -50px;}
.flexslider:hover .flex-prev { opacity: 1; left: 50px; }
.flexslider:hover .flex-next { opacity: 1; right: 50px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {font-family: 'FontAwesome'; font-size: 32px; display: inline-block; content: '\f104'; }
.flex-direction-nav a.flex-next:before  { content: '\f105'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* intro section */
#intro2 {
    padding-top: 30px;
    padding-bottom: 40px;
}
#intro2 h4 {
    padding-bottom: 16px;
}
/*-- Slider --*/
#slider { overflow: hidden;}
.slider-caption { /* text-align: center; */ position: absolute; width: 100%; margin-top: 320px; color: #fff; font-family: 'Open Sans', sans-serif;}
.slider-caption h1 {text-shadow: 0px 0px 10px #333;font-size: 48px;padding-bottom: 10px;font-weight: 500;color: #ffffff;text-transform: uppercase;}
.slider-caption p { font-size: 18px; font-weight: 700; color: #fff; line-height: 15px; text-shadow: 0px 0px 10px #000;}
.slider-caption a { margin-top: 20px; text-decoration: none; display: inline-block; background-color: #255A9A; width: 200px; height: 40px; text-align: center; color: #fff; line-height: 40px; text-transform: uppercase; font-size: 18px; font-weight: 600;}
/*-- End Slider --*/
/* work section */