/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
  height: 100%; 
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
  background: rgba(25, 28, 31, 0.8);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  height: 60px;
  background: rgba(25, 28, 31, 0.8);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffb727;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #3b434a;
  letter-spacing: 1px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffb727;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media only screen and (max-width: 665px) {
  #header.header-transparent {
    background: transparent;
    justify-content: end !important;
    padding: 15px;
}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
i.bi.mobile-nav-toggle.bi-x {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 41, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 20px !important;
  color: #3b434a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb727;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffb727;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cbp-fbscroller section p {
  color: black;
}
.cbp-fbscroller section a
{ color: #000; }
.cbp-fbscroller section {
  background-attachment: fixed;
}

#fbsection1 {
  background-image: url(../img/kathakathan/7.png);
}

#fbsection2 {
  background-image: url(../img/kathakathan/8.png);
}

#fbsection3 {
  background-image: url(../img/kathakathan/3.png);
}

#fbsection4 {
  background-image: url(../img/kathakathan/4.png);
}

#fbsection5 {
  background-image: url(../img/kathakathan/6.png);
}
#fbsection6 {
  background-image: url(../img/kathakathan/manu.png);
}
#fbsection7 {
  background-image: url(../img/kathakathan/unchi.png);
}
#fbsection8 {
  background-image: url(../img/kathakathan/nasht.png);
}
#fbsection9 {
  background-image: url(../img/kathakathan/shrimati.png);
}
#fbsection10 {
  background-image: url(../img/kathakathan/bhavishya.png);
}
#fbsection11 {
  background-image: url(../img/kathakathan/phulwa.png);
}
#fbsection12 {
  background-image: url(../img/kathakathan/striya.png);
}
#fbsection13 {
  background-image: url(../img/kathakathan/tann.png);
}
#fbsection14 {
  background-image: url(../img/kathakathan/garaj.png);
}
#fbsection15 {
  background-image: url(../img/kathakathan/swar.png);
}
#fbsection16 {
  background-image: url(../img/kathakathan/chakra.png);
}
#fbsection17 {
  background-image: url(../img/kathakathan/sud.png);
}
#fbsection18 {
  background-image: url(../img/kathakathan/confession.png);
}
#fbsection19 {
  background-image: url(../img/kathakathan/kate.png);
}
#fbsection20 {
  background-image: url(../img/kathakathan/kunti.png);
}
#fbsection21 {
  background-image: url(../img/kathakathan/aadhar.png);
}
#fbsection22 {
  background-image: url(../img/kathakathan/thada.png);
}
#fbsection23 {
  background-image: url(../img/kathakathan/sawat.png);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffb727;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffc550;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media(max-width:768px){
  .cbp-fbscroller #fbsection1{
    background-position: 35% 50%;
  }
  .cbp-fbscroller #fbsection2{
    background-position: 88% 50%;
  }
  .cbp-fbscroller #fbsection3{
    background-position: 34% 50%;
  }
  .cbp-fbscroller #fbsection4{
    background-position: 86% 50%;
  }
  .cbp-fbscroller #fbsection5{
    background-position: 36% 50%;
  }
   .cbp-fbscroller #fbsection6{
    background-position: 36% 50%;
  }
}
#footer {
    background: url(../img/footer-bg.png) top center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 140px 100px;
    position: relative;
}