* {
  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;
    padding: 8px 30px;
    
}
body{
  overflow-x: hidden;
  overflow-y: scroll;
}

/*top scroll button start*/
div#header_sec {
    text-align: center;
}
#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;
}

/*header start*/

header{
  position: relative;
  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;
  background:#000;
}

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 section start*/

.video-gallary .heading{
  color: #fff;
  font-size: 44px;
  z-index: 5000;
  font-family: sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.home{
  position: relative;
  width: 100%;
  min-height: 10vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #020202;
  background-position: center;
  background-size: cover;
}

/*home section end*/

/*video section start*/

.video-gallary{
  background: #019795;
  width:100%;
  float:left;
  padding:100px 0;
}

.video-gallary .column {
  min-height:390px;
}

.video-gallary .column img{
 max-width:100%;
}

.video-gallary .column h1{
  position: relative;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: 900;
  padding-top: 10px;
  left: 0;
  color: #fff!important;
  z-index: 999;
}

.video-gallary .column p{
  position: relative;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 600;
  padding-top: 10px;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  padding-right: 20px;
}

.video-gallary .column .play-btn{
  margin-top: -50vh;
  height: 50px;z-index: 1000;
  width: 50px!important;
  cursor: pointer;
}


/* Clear floats after the columns */
.video-gallary .row:after {
  content: "";
  display: table;
  clear: both;
}


/*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: 1100px;
  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 20px;
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  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;
}

.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 */
/*footer section start*/

.footer{
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  background-color: #C33763;
  width:100%;
  float:left;
}

 .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(max-width: 1040px){
	.video-gallary .column .play-btn {
		display: none;
	}
	section#contact-form {
    padding: 0;
	display:none;
}

.video-gallary .col-md-3 {
    width: 100%;
}
  .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: -6vw;
  }

  .menu-btn{
    background: url(../assets/menu.png)no-repeat;
    background-size: 30px;
    margin-left: 90%;
    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){

  body{
    width: 100%;
    overflow-x: hidden;
  }

  /*heading responsivness*/

  header{
    background-color: #000;
    z-index: 9999;
  }

  header .logo{
    width: 200px;
    height: 90px;
  }


.home{
  display: none;
}
  /*video responsiveness*/

  .video-gallary{
    margin-left: 0;
    min-height: 80vh;
    width: 100%;
  }

  .video-gallary .heading{
    font-size: 22px;
  }

  .video-gallary .row{
    margin-top: -5vh;
    width: 100vw ! important;
  }

  .video-gallary .column{
    margin-left: -3vw;
    margin-bottom: -16vh;
  }

  .video-gallary .column img{
    width: 90vw;
    height: 25vh;
  }

/*contact form responsive*/

.contact-form{display: none;}

.contact-form .container .contactInfo{
  display: none;
}

.contact-form:before{
  display: none;
}

.contact-form .container .contactform{
  padding: 20px 20px;
  width: 80vw;
  margin-left: 5vw;
  display: none;
}

.contact-form .container .contactform .formBox{
  flex-direction: column;
}

.contact-form .container .contactform .formBox .inputBox.w50{
  width: 100%;
}

}