* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Kumbh Sans';
  font-size: 17px;
  scroll-behavior: smooth;
}
.info {
    color: red;
}
p.success {
    background: darkgreen;
    color: #fff;
    
}
body{
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
}

/*top scroll button start*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #019B99;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/*popup start*/
.mobileresponsive {
	display:none;
}
.popup{
  z-index: 99999;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.popup .contentBox .logo{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 290px;
  height: 130px;
}

.contentBox{
  position: relative;
  width: 500px;
  height: 400px;
  background: #fff;
  border-radius: 20px;
  background: #fff url(../assets/popup.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.contentBox::before{
  position: relative;
  width: 600px;
  height: 500px;
  background: #fff;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.contentBox .content{
  justify-content: center;
  text-align: center;
  align-items: center;
}

.contentBox .content h2{
  font-family: sans-serif;
  margin-top: 10%;
  margin-left: 12%;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contentBox .content p{
  margin-left: 16%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  word-break: break-word;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contentBox .content img{
  width: 70%;
  padding-top: 20px;
  padding-left: 20%;
}

.contentBox .content .btn h1{
  width: 400px;
  height: 50px;
  font-family: sans-serif;
  margin-top: 5%;
  margin-left: 16%;
  border-radius: 30px;
  padding: 10px 10px;
  background-color: #FF0000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.contentBox .close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../assets/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

/*header start*/

header{
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease;
}

header .logo{
  padding-bottom: 20px;
  width: 300px;
  height: 130px;
}

header .navigation{
  position: relative;
  padding-right: 5%;
}

header .navigation-right{
  position: relative;
  padding-right: 50px;
}

header .navigation-items a{
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 60px;
  transition: 0.3s ease;
  text-transform: uppercase;

}

header .navigation-items a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

header .navigation-items a:hover{
  color: #E0225E;
}

header .navigation-items a .active{
  color: #fff;
}

header .menu-btn{
  position: absolute;
  margin-right: 6vh;
  margin-top: -9vh;
}

/*header ends*/

/*home section start*/

.home{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 20vh;
  background: url(../assets/back.jpg);
  background-position: center;
  background-size: cover;
}

.home:before{
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content{
	z-index: 888;
	color: #fff;
	text-align:center;
	font-weight: 900;
}

.home .content h2{
  font-family: sans-serif;
  margin-top: 20%;
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.7;
}

.home .content p{
  margin-left: 30%;
  font-size: 25px;
}

.home .media-icons a:hover{
  transform: scale(1.4);
}

.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*home section end*/

/*intro section starts*/

.intro{
	position: relative;
	width: 100%;
	background: #E0225E;
	float:left;
	padding:100px 0;
}

.mySlides img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */

/* Hide the images by default */
.mySlides {
  display: none;
}
#intro .container-fluid {
    padding-left: 0;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 30px;
  padding: 30px;
  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;
}

/* 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;
}

/* Six columns side by side */
.column {
  float: left;
  width: 18.5%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.intro .content h1{
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #B7DE00;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.intro .content p{
  padding-top: 20px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  text-align: justify;
  word-break: break-word;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}


.intro .content .btn p{
  margin-left: 40%;
  color: #B7DE00;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}

/*intro section end*/

/*fun section start*/

.fun-videos{
  position: relative;
  width: 100%;
  background: #019B99;
  float:left;
  padding:100px 0;
}

.fun-videos h1{
  margin-top: -10vh;
  padding: 60px 0;
  color: #fff;
  font-size: 44px;
  z-index: 5000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.fun a{
  text-decoration: none;
}

.fun .slider-box{
  background-color: #1e1e26;
  color: #fff;
}
.fun .slider-box img{
	width:100%;
	}
.fun-videos .fun .slider-box .heading1{
  position: relative;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 900;
  margin-top: -30vh;
  padding-left: 30px;
  left: 0;
  color: #fff!important;
  z-index: 999;
}

.fun-videos .fun .slider-box .heading2{
  position: relative;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 900;
  margin-top: -30vh;
  padding-left: 30px;
  text-align: center;
  left: 0;
  color: #fff!important;
  z-index: 999;
}

.fun-videos .fun .slider-box .heading3{
  position: relative;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 900;
  margin-top: -30vh;
  padding-left: 30px;
  text-align: center;
  left: 0;
  color: #fff!important;
  z-index: 999;
}
.fun a:hover{
	text-decoration:none;
}
/*fun section end*/

/*video section start*/

.video-gallary{
  width: 100%;
  background: #019B99;
  float:left;
  padding:100px 0;
  position:relative;
}

.video-gallary .gallary-container h1{
  padding: 60px 0;
  color: #fff;
  font-size: 44px;
  text-align: center;
  letter-spacing: 5px;
}
.small-img-row{
  display: flex;
  background: #efefef;
  margin: 0 0 10px 0;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.small-img{
  position: relative;
}

.small-img img{
  width: 130px;

}

.small-img-row p{
  margin-left: 20px;
  color: #707070;
  line-height: 22px;
  font-size: 15px;
}

.play-btn{
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.video-btn{
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  float:right;
}

.video-btn a{
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.video-btn a:hover{
  color: #DF225E;
}

.small-img .play-btn{
  width: 35px;
}

.video-player{
  width: 80%;
  position: absolute;
  top: 350%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.close-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  cursor: pointer;
}

/*video section end*/

/* contact form section start */

.contact-form{
  position: relative;
  background: url(../assets/getintouch.jpg) no-repeat;
  background-size: cover;
  width:100%;
  float:left;
  padding:100px;
}

.contact-form:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #E0225E;
}

.contact-form .container{
  position: relative;
  min-width: 100%;
  min-height: 550px;
  display: flex;
  z-index: 1000;
}

.contact-form .container .contactInfo{
  position: absolute;
  top: 40px;
  width: 350px;
  height: calc(100% - 80px);
  background: #0f3959;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}

.contact-form .container .contactInfo h2{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .container .contactInfo .info{
  position: relative;
  margin: 20px 0;
}

.contact-form .container .contactInfo .info li{
  position: relative;
  list-style: none;
  display: flex;
  margin-left: 20px 0;
  cursor: pointer;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.5;
}

.contact-form .container .contactInfo .info li:hover{
  opacity: 1.0;

}

.contact-form .container .contactInfo .info li span:nth-child(1){
  width: 30px;
  min-width: 30px;
  text-decoration: none;
}

.contact-form .container .contactInfo .info li span:nth-child(1) i{
  max-width: 100%;
  filter: invert(1);
  opacity: 0.5;
  color: #fff;
}

.contact-form .container .contactInfo .info li span:nth-child(2){
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  opacity: 0.5;
}
.contact-form .container .contactInfo .info li:hover span:nth-child(1) i,
.contact-form .container .contactInfo .info li:hover span:nth-child(2){
  opacity: 1;
  color: #fff;
}

.contact-form .container .contactInfo .media-icons{
  z-index: 888;
  position: relative;
  margin-top: 20vh;
  display: flex;
  flex-direction: row;
  transition: 0.5s ease;
}

.contact-form .container .contactInfo .media-icons a{
  padding: 10px 10px;
  color: #fff;
  font-size: 24px;
  margin-left: 50px;
  opacity: 0.5;
  transform: scale(1.3);
}

.contact-form .container .contactInfo .media-icons a:hover{
  opacity: 1.0;
  transform: scale(2);
}

.contact-form .container .contactform{
  position: absolute;
  padding: 70px 50px;
  background: #fff;
  width: calc(100% - 150px);
  margin-left: 200px;
  padding-left: 200px;
  height: 100%;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
}

.contact-form .container .contactform h2{
  color: #0f3959;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: sans-serif;
}

.contact-form .container .contactform .formBox{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.contact-form .container .contactform .formBox .inputBox{
  position: relative;
  margin: 0 0 35px 0;
}

.contact-form .container .contactform .formBox .inputBox.w50{
  width: 47%;
}

.contact-form .container .contactform .formBox .inputBox.w100{
  width: 100%;
}

.contact-form .container .contactform .formBox .inputBox input,
.contact-form .container .contactform .formBox .inputBox textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  border: none;
  border-bottom: 1px solid #777;
  outline: none;
}

.contact-form .container .contactform .formBox .inputBox textarea{
  min-width: 120px;
}

.contact-form .container .contactform .formBox .inputBox span{
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  transition: 0.3s;
  pointer-events: none;
}

.contact-form .container .contactform .formBox .inputBox input:focus ~ span,
.contact-form .container .contactform .formBox .inputBox textarea:focus ~ span,
.contact-form .container .contactform .formBox .inputBox input:valid ~ span,
.contact-form .container .contactform .formBox .inputBox textarea:valid ~ span{
  transform: translateY(-20px);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #E0225E;
}

.contact-form .container .contactform .formBox .inputBox input[type="submit"]{
  position: relative;
  cursor: pointer;
  background: #0f3959;
  color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
}

.contact-form .container .contactform .formBox .inputBox input[type="submit"]:hover{
  background: #E0225E;
}

/* contact form section end */

/* newsletter section start */

/*.newsletter{
  height: 30vh;
  background: #C33763;
  background-size: cover;
  padding: 40px 0;
  display: flex;
}

.newsletter .container{
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.newsletter .container h2{
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.container2 {  
  width: 300px;
  height: 200px;
  margin: auto;
}

.login_bar {
  margin-left: -10%;
  width: 350px;
  height: 50px;
  background: white;
  border-radius: 10px;
  top: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login {
  margin-left: -45%;
  background: transparent;
  position: absolute;
  height: 100%;
  width: 80%;
  text-align: left;
  line-height: 50px;
  vertical-align: middle;
  z-index: 10;
}

.subscribe_button:hover{
  background-color: #222A33;
  cursor:pointer;
}

.subscribe_button {
  background: #171D23;
  position: absolute;
  top: -50px;
  left: 250px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 150px;
  width: 100px;
  text-align: center;
  line-height: 150px;
  vertical-align: middle; 
  color: white;
  cursor: pointer;
}*/

/* newsletter section end */

/*footer section start*/

.footer{
	left: 0;
	bottom: 0;
	right: 0;
	box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	background-color: #C33763;
	width: 100%;
	float: left;
	position: relative;
}

 .footer .media-icons{
  z-index: 888;
  position: relative;
  margin-left: 38%;
  display: flex;
  flex-direction: row;
  transition: 0.5s ease;
} 

 .footer .media-icons a{
  padding: 10px 19px;
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  border-radius: 50%;
  opacity: 0.5;
} 

.footer .media-icons a:not(:last-child){
  margin-bottom: 20px;
}

.footer .media-icons a:hover{
  transform: scale(1.4);
  opacity: 0.7;
}

.footer .copyright{
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

/*footer section end*/

/*media queries start*/

@media(max-width: 1040px){
	.contact-form{
		padding:0px !important;
	}
  section{
    padding: 100px 20px;
  }

  .home .media-icons{
    right: 15px;
  }

  header .navigation{
    display: none;
  }

  header .navigation.active,header .navigation-right.active{
    display: block;
    position: fixed;
    height: auto;
    width: 100%;
    background-color: #fff;
    top: 10vh;
    left: 0;
  }

  header .navigation .navigation-items{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
  }

  header .navigation .navigation-items a{
    color: #000;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -3px;
  }

  .menu-btn{
    background: url(../assets/menu.png)no-repeat;
    background-size: 30px;
    margin-left: 80%;
    background-position: center;
    width: 30px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active{
    z-index: 999;
    background: url(../assets/close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
}

@media (max-width: 560px){
	.mobileresponsive{
		display:block !important;
		padding: 0;
	}

  /*heading responsivness*/

  html{
    width: 100vw;
  }

  header{
    background-color: #000;
    z-index: 9999;
  }

  header .logo{
    width: 200px;
    height: 90px;
  }

  /*home responsiveness*/

  .home .media-icons{
    z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
  }


  /*fun section responsivness*/

  .fun-videos{
    /*display: none;*/
    height: auto;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .fun-videos h1{
    font-size: 22px;
  }

  .fun{
    margin-top: -30px;
    flex-direction: column;
  }

  .fun-videos .slider-box{
    height: 50vh;
    width: 100%;
    background-color: transparent;
  }

  .fun .slider-box .heading1{
    text-align: center;
  }

  .fun .slider-box .heading2{
    text-align: center;
  }

  .fun .slider-box .heading3{
     text-align: center;
  }



  /*intro responsiveness*/

  .intro{
    min-height: 120%;
    flex-direction: column;
    overflow: hidden;
  }

  .intro .content{
    margin-left: 3% ! important;
    width: 90%;
    margin-right: 7vw ! important;
  }

  .intro .content p{
    font-size: 12px;
  }

  .prev,.next{
    display: none;
  }

  /*video responsiveness*/

  .video-gallary{
    min-height: 70vh;
    width: 100vw;
    overflow-x: hidden;
  }

  .video-gallary .gallary-container h1{
    font-size: 22px;
  }

  .video-gallary .gallary-container .row{
    flex-direction: column;
    width: 80% ! important;
    overflow-x: hidden;
    margin-top: -5vh;
    margin-left: 5vw;
  }

  .video-gallary .gallary-container .col{
    flex-basis: 100%;
    width: 100vw;
    overflow-x: hidden;
    margin: auto;
  }

  .small-img-row{
    width: 270px;
    margin-left: 5vw ! important;
  }

  .small-img img{
    width: 70px;
  }

  .small-img-row p{
    font-size: 12px;
  }

  .video-btn{
    width: 40vw;
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  margin-left: 40vw;
  }

  .video-btn a{
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

/*contact form responsive*/

.contact-form .container .contactInfo{
  display: none;
}

.contact-form:before{
  display: none;
}

.contact-form .container .contactform{
  padding: 20px 20px;
  width: 100%;
  margin-left: 0;
}

.contact-form .container .contactform .formBox{
  flex-direction: column;
}

.contact-form .container .contactform .formBox .inputBox.w50{
  width: 100%;
}

}

/*media queries end*/

/********** Bindia **********/

#header_sec{
	text-align:center;
}
  .video-gallary h1{
		text-align: center;
		color: #fff;
		padding-bottom: 35px;
  }