html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{text-size-adjust:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -ms-overflow-style:scrollbar;  -webkit-tap-highlight-color:transparent}
body{ font-family: 'open_sansregular'; font-size:14px; line-height: 1.3; background-color:#fff; margin:0; padding:0; color:#000; -webkit-font-smoothing:antialiased; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}
table {border-collapse: collapse;	border-spacing: 0;}
img{border: 0;}

a{outline:none; text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0); transition: all ease 0.4s; -webkit-transition: all ease 0.4s;}
a:focus{outline:0;}
:focus {outline:0;}
::-moz-focus-inner {border:0;}


::-webkit-input-placeholder {color:#e6e6e6; opacity:1!important; /* for chrome */}
:-moz-placeholder {/* Firefox 18- */color:#e6e6e6; opacity:1!important; /* for chrome */}
::-moz-placeholder {/* Firefox 19+ */    color: #e6e6e6;	 opacity: 1 !important; /* for chrome */}
:-ms-input-placeholder {color: #e6e6e6;    opacity: 1 !important; /* for chrome */}
::-webkit-input-placeholder {color: #e6e6e6!important;}
:-moz-placeholder {/* Firefox 18- */   color:#e6e6e6!important}
::-moz-placeholder {/* Firefox 19+ */   color:#e6e6e6!important;}
:-ms-input-placeholder {color:#e6e6e6!important;}
select > option{background-color: #fff !important; color: #000;}


*{ box-sizing:border-box;}



.wrapper{width:1320px; margin:0 auto;}

/* header section*/
header{float:left; width:100%; background-color: #2b2a6a; padding: 25px 0 30px 0; border-bottom: 1px solid #ffffff;}
.logo{float:left; margin-top: 10px;}


/* banner section*/
.banner-section{width:100%; float: left; position: relative;}
.banner-section > img{width:100%; display: block;}
img.desktop{display:block}
img.mob{display:none}

.punchline{position:absolute; top:10%; left:15.3%; width:670px}
.punchline .text1{ font: bold 60px/1.2 'open_sansextrabold'; color:#f2f2f2; margin-bottom: 5px;  text-transform: uppercase; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #707070;; -webkit-text-fill-color: white; }
.punchline .text2{font: normal 30px 'open_sansregular';  color:#2b2a6a; background-color: #ffffff; padding:3px 10px; margin-bottom: 5px; display: inline-block;}
.punchline .text3{font:29px/1 'open_sansextrabold'; color:#f2f2f2;  text-transform: uppercase; margin-top: 5px;}
.punchline .text4{font:60px/1 'open_sansextrabold'; color:#f2f2f2;  text-transform: uppercase;}
.punchline .text4 span{ font-family: 'IndianRupeeFont3w4Z'; display: inline; letter-spacing: 1;}

/* form section*/
.form-section{width:100%; height: 173px; float:left;  position: relative; margin-top: -82px;}
.form-section form{width:100%; float:left; background-color: #2b2a6a; box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.2);}
 form .form-fields{width:calc(100% - 240px); height: 100%; float:left; padding: 40px 30px;}
 form .form-fields h6{color:#ffffff; font:30px/1 'open_sansextrabold'; padding-top: 15px; margin-bottom: 10px; white-space: nowrap; animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;   overflow: hidden; }
 form .form-fields p{color:#ffffff; font:normal 22px 'open_sansregular'; padding-top: 5px; margin-bottom: 25px; white-space: nowrap; animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;   overflow: hidden; }
 form .form-fields .form-block{float:left; width:20%; padding-right: 10px; margin-bottom: 6px;}
 form .form-fields .form-block input{float:left; width:100%; height: 48px; background-color:transparent; border: 2px solid #777891; border-radius: 8px; font-size:15px; color:#e6e6e6; font-family: 'OpenSansSemibold_0'; padding: 5px 10px;}
 form .form-fields .form-block select{width:100%; height: 48px; float:left; -webkit-appearance:none; -moz-appearance:none; background:transparent url(../images/down-arrow.png) 90% center no-repeat;text-overflow: "";  font-family: 'OpenSansSemibold_0'; font-weight: normal; font-size:15px; color:#e6e6e6; padding: 5px 10px; border-radius: 8px; border: 2px solid #777891;}
 form .submitclass{ width:240px; float: left; background-color: #ff6700; display: block;}
 form .submitclass input{width:100%; line-height: 134px; float: left; background-color: #ff6700; color:#ffffff; padding: 0 10px; font-size: 30px; font-family: 'OpenSansBold'; border: none; cursor: pointer; transition: all ease 0.4s; -webkit-transition: all ease 0.4s;}
 form .submitclass input:hover{background: #0098ff; display: block;}
.form-section-thank{background-color: #121140; width:100%; float:left; padding: 20px 0;}









/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

/* what is bhagvat katha*/
.bhagvat-katha{width:100%; float:left; margin-top: 20px; margin-bottom: 80px;}

.bhagvat-katha .para1{color:#2a2a2a;  font: normal 20px/1.6 'open_sansregular'; margin-bottom: 0; margin-bottom: 60px; text-align: center;}

.bhagvat-katha  .left-content{width:60%; float:left; padding-right: 50px;}
.bhagvat-katha  .left-content .heading{width:100%; float:left;}
.bhagvat-katha  .left-content .heading .text1{float:left; width:100%; color:#2b2a6a; letter-spacing: 10px; font-size: 20px;}
.bhagvat-katha  .left-content .heading .text2{float:left; width:100%; color:#2b2a6a; font-size: 50px; font-family: 'OpenSansBold'; text-transform: uppercase;}
.bhagvat-katha  .left-content .para{width:100%; float:left;}
.bhagvat-katha  .left-content .para p{ color:#2a2a2a;  font: normal 20px/1.6 'open_sansregular'; margin-bottom: 20px;}
.bhagvat-katha  .left-content .para p strong{font-family: 'OpenSansBold';}
.bhagvat-katha  .right-video{width:40%; float:right; text-align: center; position: relative; border: 0; height: 100%; display: block;}
.bhagvat-katha  .right-video img{display:block; width:100%}
.overlay {position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.2);
  overflow: hidden;  width: 100%;  height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0);  transform: scale(0);  -webkit-transition: .3s ease;  transition: .3s ease; }
.bhagvat-katha .right-video:hover .overlay {-webkit-transform: scale(1); -ms-transform: scale(1);  transform: scale(1); cursor: pointer;}

/* registration fees*/
.registration-fees{width:100%; float:left; margin-bottom: 40px;}
.registration-fees  .left-img img{width:40%; float:left; text-align: center; position: relative; border: 0; height: 100%; display: block;}
.registration-fees  .left-img{display:block; width:100%}
.registration-fees  .right-content{width:60%; float:right; padding-left: 50px;}
.registration-fees  .right-content .heading{width:100%; float:left;}
.registration-fees  .right-content .heading .text1{float:left; width:100%; color:#2b2a6a; letter-spacing: 10px; font-size: 20px;}
.registration-fees  .right-content .heading .text2{float:left; width:100%; color:#2b2a6a; font-size: 50px; font-family: 'OpenSansBold'; text-transform: uppercase;}
.registration-fees  .right-content .para{width:100%; float:left;}
.registration-fees  .right-content .para p{ color:#2a2a2a;  font: normal 20px/1.6 'open_sansregular'; margin-bottom: 20px;}
.registration-fees  .right-content .para p strong{font-family: 'OpenSansBold';}




/* about  nss*/
.our-achievement{width:100%; float:left; padding: 0; background-color: #ffffff;}
.our-achievement .heading{width:100%; float:left; text-align: center; position: relative; z-index: 2;}
.our-achievement .heading .text1{float:left; width:100%; color:#2b2a6a; letter-spacing: 10px; font-size: 20px;}
.our-achievement .heading .text2{float:left; width:100%; color:#2b2a6a; font: 50px 'OpenSansBold'; text-transform: uppercase;}
.our-achievement .heading .text3{float:left; width:100%; color:#2a2a2a;  font:normal 20px/1.6 'open_sansregular';}

.our-achievement .img{width:100%; float: left; text-align: center;  margin-top: -80px; position: relative; z-index: 1;}
.our-achievement .img img{display: block; width:100%;}

/* footer*/
footer{width:100%;   float:left; background-color: #000000; padding: 10px 0;}
footer .copy{float:left; color:#ffffff; font-size:20px;  font-family: 'open_sansregular'; margin-top: 3px;}
footer .social-icon{float:right; width:auto; position: relative; padding-top: 3px;}
footer .social-icon ul li {list-style: none; float:left;}
footer .social-icon ul li a {width: 30px; height: 30px;  background-color: #000000;  text-align: center;  line-height: 30px;  font-size: 20px;
  margin: 0 10px;  display: block;  border-radius: 50%;  position: relative;  overflow: hidden;  z-index: 1;}

footer .social-icon ul li a .icon {position: relative; color: #ffffff; transition: .5s; z-index: 3;}
footer .social-icon ul li a:hover .icon {color: #3f55ab; border-radius: 50%;}
footer .social-icon ul li a:before {content: ""; position: absolute; top: 100%; left: 0;  width: 100%;  height: 100%;  background: #ffffff; transition: .5s;
  z-index: 2;}

footer .social-icon ul li a:hover:before {top: 0; background: #ffffff;}

  .play-btn {width: 80px; height: 80px; background: radial-gradient( rgba(21, 43, 86, 0.2) 60%, rgba(255, 255, 255, 1) 62%);  border-radius: 50%; position: absolute; left:0; right: 0;  top:10px; margin: 100px auto;  text-align: center; }
  


  

  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    z-index: 100;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  
  
  