@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('all.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.css');
@import url('stellarnav.min.css');
@import url('jquery.fancybox.min.css');
@import url('common.css');
@import url('responsive.css');

.btn-pink {
    padding: 13px 20px;
    background: #e8239c;
    color: #fff;
    line-height: 25px;
    border-radius: 15px;
    color: #ffff;
    transition: all ease .3s;
    border: none;
    /*width: 100%;*/
    border: 2px solid #e8239c;
    cursor: pointer;
}


  .Videos-section {
    background: url(../images/gallery-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/*.col-md-7{*/
/*	margin-top: 50px*/
/*}*/

/*.col-md-5{*/
/*	margin-top: 50px*/
/*}*/


.stellarnav a.dd-toggle .icon-plus::after, .stellarnav a.dd-toggle .icon-plus::before{
    border-bottom: solid 3px #fff;top: 27%;
}
.stellarnav li ul li
{
    margin: 10px;
}
.stellarnav ul ul{
    background: #040825;
}
.mobile-screen-footer {
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #202020;
  border-radius: 30px 30px 0px 0px;border: 1px solid white;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
border-bottom: none;
}
.mobile-footer-block {
  width: 33.33%;
  float: left;
  text-align: center;
}.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
    padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
}.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}.mobile-footer-box a h5 {
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.card{
  margin-bottom: 30px;
}
@media screen and (max-width: 600px){
	.mobile-screen-footer {
		display: block !important;
	}
}


.title1 {
  margin-right:13%;


}

.videos {
  margin-top: 10px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 23px;
    /*margin-left: -120px;*/

}

.shre {
  padding:5%;
}



/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}
.fade {
  opacity: 1 !important;
  transition: opacity .15s linear;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 512px) {
  .img-fluid {
    height: 85%;
  }
  .header-logo img {
    height: 85%;max-width: 70px !important;
  }
.header-logo{
    z-index: 999999999 !important;top: 0;
}
  .videos {
    margin-left: 35px;
  }
 .videos{
     margin-left: 0px;margin-right: 0px;
 }
  
}


.title1{
  /*margin-left: -3%;*/
}


.publication-section {
    background: url(../images/gallery-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0px 60px 0px;
    background-attachment: fixed;
}


* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
 margin-top: 7px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



/*contact us form*/


.button{
  padding: 13px 20px;
background: #e8239c;
color: #fff;
line-height: 25px;
border-radius: 15px;
color: #ffff;
transition: all ease .3s;
border: none;
width: 100%;
border: 2px solid #e8239c;
cursor: pointer;
}


.book{
  font-size: 40px;
line-height: 50px;
font-family: 'Poppins', sans-serif;
margin-left: -30%;
margin-top: 10px;
}

.books{
  margin-top: 35px;
  font-size: 40px;
line-height: 50px;
font-family: 'Poppins', sans-serif;
margin-left: -30%;

}

.mySlides{
  margin-top: 10%;
}

.buy{
  margin-left: 0%;
}

.amazon{
    margin-top: 10px;
    margin-left: 1px;


}

.track{
  position: absolute;
      padding: 13px 20px;
    background: #e8239c;
    color: #fff;
    line-height: 25px;
    border-radius: 15px;
    color: #ffff;
    transition: all ease .3s;
    border: none;
    width: 100%;
    border: 2px solid #e8239c;
    cursor: pointer;
}

.gocrowdera-btn {
        margin: 0px auto;
    background-color: #e8239c;
    padding: 10px 20px !important;
    line-height: normal;
    position: fixed;
    /* text-transform: uppercase; */
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 999;
    cursor:pointer;
    left: -55px;
    top: 50%;
    border-bottom: 4px double #fff;
    border-right: 4px double #fff;
    border-left: 4px double #fff;
    }


    .rubaru {
    margin: 0px auto;
    background-color: #e8239c;
    padding: 10px 20px !important;
    line-height: normal;
    position: fixed;
    /* text-transform: uppercase; */
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 999;
    /* left: 95px; */
    right: -35px;
    top: 50%;
    border-bottom: 4px double #fff;
    border-top: 4px double;
    border-right: 4px double #fff;
    border-left: 4px double #fff;
}

.pre {
margin-left: -16px
}




/*rubaru page*/

.arubaru{
  color: #040119!important;

}

.rubaru-about-section{

background-color: #fff;

}

.rbtn{
  color: #fff!important;
}


.gopali {
    margin: 0px auto;
    background-color: #e8239c;
    padding: 10px 20px !important;
    line-height: normal;
    position: fixed;
    /* text-transform: uppercase; */
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 999;
    /* left: 95px; */
    right: -57px;
    top: 50%;
    border-bottom: 4px double #fff;
    border-top: 4px double;
    border-right: 4px double #fff;
    border-left: 4px double #fff;
}



.rvideos {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -40px;*/
    /*margin-left: 84px;*/
    /* margin-left: -120px; */
}

.modal-content{
    margin-top:25%;
}

.selectmodal{
    height: 40px;
padding: 7px 15px;
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #999999;
background-color: #FAFAFA;
border: 1px solid #999999;
border-radius: 5px;
transition: all 0.3s;
box-shadow: none;
}

.title{
  font-size:25px!important; 
}




#lolo .slider {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#lolo .slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#lolo .slide-track {
  width: calc(200px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
  margin-top: 20px;
}

.freeze {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#lolo .slide {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    display: flex;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
    color: orangered;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    transition: 0.5s;
    margin-left: 15px;
}

.freeze:hover .slide {
  filter: blur(3px);
}
.freeze .slide:hover {
  filter: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

.stg {
  margin-top: -10px !important;
  margin-bottom: 60px !important;
}

#lolo .slider {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#lolo .slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#lolo .slide-track {
  width: calc(200px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
  margin-top: 20px;
}

.freeze {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#lolo .slide {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    display: flex;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
    color: orangered;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    transition: 0.5s;
}

.freeze:hover .slide {
  filter: blur(3px);
}
.freeze .slide:hover {
  filter: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

.stg {
  margin-top: -10px !important;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 575px) 
{ .books {
      margin-top: 35px;
    font-size: 38px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    margin-left: 0px;
}
}



@media screen and (max-width: 412px){
  .govideo{
    margin-left: 20px !important;


  }

}


 .govideo{
    margin-left: 0px !important;


  }
  
  .disco{
      padding-top:30px;
  }