@font-face {
  font-family: "Aviliator";
  src: local('Aviliator'),
	url('../fonts/Aviliator.ttf') 
	format('opentype');
}
.font1{
	font-family: "Aviliator";
}
@font-face {
  font-family: "ImpactLTStd";
  src: local('ImpactLTStd'),
	url('../fonts/ImpactLTStd.otf') 
	format('opentype');
}
.font2{
	font-family: "ImpactLTStd";
}
@font-face {
  font-family: "JosefinSans-Bold";
  src: local('JosefinSans-Bold'),
	url('../fonts/JosefinSans-Bold.ttf') 
	format('opentype');
}
.font3{
	font-family: "JosefinSans-Bold";
}
@font-face {
  font-family: "JosefinSans-Regular";
  src: local('JosefinSans-Regular'),
	url('../fonts/JosefinSans-Regular.ttf') 
	format('opentype');
}
.font4{
	font-family: "JosefinSans-Regular";
}
@font-face {
  font-family: "JosefinSans-SemiBold";
  src: local('JosefinSans-SemiBold'),
	url('../fonts/JosefinSans-SemiBold.ttf') 
	format('opentype');
}
/* .font4{
	font-family: "JosefinSans-SemiBold";
} */
@font-face {
  font-family: "Monoton-Regular";
  src: local('Monoton-Regular'),
	url('../fonts/Monoton-Regular.ttf') 
	format('opentype');
}
.font6{
	font-family: "Monoton-Regular";
}
@font-face {
  font-family: "ITCAvantGardeStd-Demi";
  src: local('ITCAvantGardeStd-Demi'),
	url('../fonts/ITCAvantGardeStd-Demi.otf') 
	format('opentype');
}
.font7{
	font-family: "ITCAvantGardeStd-Demi";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: local('Montserrat-SemiBold'),
	url('../fonts/Montserrat-SemiBold.otf') 
	format('opentype');
}
@font-face {
  font-family: "Montserrat-Medium";
  src: local('Montserrat-Medium'),
	url('../fonts/Montserrat-Medium.otf') 
	format('opentype');
}
@font-face {
  font-family: "HELVETICALTSTD-BLKCOND";
  src: local('HELVETICALTSTD-BLKCOND'),
	url('../fonts/HELVETICALTSTD-BLKCOND.OTF') 
	format('opentype');
}
@font-face {
  font-family: "Barcelony";
  src: local('Barcelony'),
	url('../fonts/Barcelony.ttf') 
	format('truetype');
}
@font-face {
  font-family: "Montserrat-Bold";
  src: local('Montserrat-Bold'),
	url('../fonts/Montserrat-Bold.otf') 
	format('opentype');
}
@font-face {
  font-family: "Gloss_And_Bloom";
  src: local('Gloss_And_Bloom'),
	url('../fonts/Gloss_And_Bloom.ttf') 
	format('opentype');
}
@font-face {
  font-family: "NORTHWELL-SWASH";
  src: local('NORTHWELL-SWASH'),
	url('../fonts/NORTHWELL-SWASH.TTF') 
	format('opentype');
}
@font-face {
  font-family: "Always-In-My-Heart";
  src: local('Always-In-My-Heart'),
	url('../fonts/Always-In-My-Heart.ttf') 
	format('truetype');
}
body {
	margin:0;
	padding:0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'FuturaStd-Heavy';
}
p{
	font-family: 'FuturaStd-Medium';
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
header, section, footer {
	width:100%;
	float:left;
}
.auto-container {
	width:1300px;
	margin:auto;
}
.text-center{
	text-align: center;
}
img{
	max-width: 100%;
}



header{
	background-image: url('../images/header-bg.jpg');
	background-size: cover;
	background-position: top center;
	min-height: 100vh;
	padding-top: 50px;
}
.section-1{
	background-image: url('../images/b1.jpg');
	background-size: cover;
	background-position: top center;
	padding: 80px 0;
}
/* .logo{
	background-image: url('../images/mac.png');
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
} */

.section-2{
	background-image: url('../images/b2.jpg');
	background-size: cover;
	background-position: top center;
	padding:120px 0;
	min-height: 85vh
}
.section-2 p{
	    color: #1f1f1f;
	
    font-size: 47px;
    line-height: 55px;
    font-family: jos;
    font-family: "JosefinSans-Bold";
	text-transform:uppercase;
	/* background-image: url('../images/rect-bg1.jpg'); */
}


.section-3{
	background-image: url('../images/b3.jpg');
	background-size: cover;
	background-position: top center;
	padding:100px 0;
}


.section-4{
	background-image: url('../images/b4.jpg');
	background-size: cover;
	background-position: center;
    padding: 320px 0 150px 0;
}

.register-btn {
    font-size: 24px;
    color: #fff;
    /* border-radius: 10px; */
	min-width: 430px;
    display: inline-block;
    padding: 10px 0;
    transition: all ease .3s;
	letter-spacing: 8px;
}
.btn{   
	font-family:"Montserrat-Medium";
	text-transform:uppercase;
    padding-right: 20px;
    padding-left: 20px;
	background-image: linear-gradient(to right, #233258, #415da5, #233258);

   
}	
.pad0{
	padding:0px;
}
.section-5{
	background-image: url('../images/b5.jpg');
	background-size: cover;
	background-position: top center;
	background-color:#000;
	padding-top:100px;
	min-height: 97vh;
}


.section-6{
	background-image: url('../images/b6.jpg');
	background-size: cover;
	background-position: top center;
	min-height: 100vh;
	padding: 100px 0;
}

.section-7{
	background-image: url('../images/b7.jpg');
	background-position: bottom center;
	padding: 50px 0 70px;
	background-repeat: no-repeat;
}

.section-8{
	background-image: url('../images/b8.jpg');
	background-position: top center;
	padding: 100px 0 100px;
		background-repeat: no-repeat;
}

.section-9{
	background-image: url('../images/b9.jpg');
	background-size: cover;
	background-position: top center;
	padding: 150px 0;

}

.section-10{
	background-image: url('../images/b10.jpg');
	background-size: cover;
	background-position: top center;
	padding: 200px 0 100px;
}
.section-11{
	background-image: url('../images/b11.jpg');
	background-size: cover;
	background-position: top center;
	padding: 200px 0 100px;
}
.section-12{
	background-image: url('../images/b12.jpg');
	background-size: cover;
	background-position: top center;
	padding: 200px 0 100px;
}
.section-13{
	background-image: url('../images/b13.jpg');
	background-size: cover;
	background-position: top center;
	padding: 200px 0 100px;
	min-height: 100vh;
	background-attachment: fixed;
}
.section-14{
	background-image: url('../images/b14.jpg');
	background-size: cover;
	background-position: top center;
	padding: 200px 0;
}
	

/* footer{
	background-color: #252525;
	border-bottom: 5px solid #252525;
} */
.footer .copyright p {
    font-size: 33px;
    font-family: "ITCAvantGardeStd-Demi";
    line-height: 35px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    background: #1d2d54;
    padding: 10px 0;
}
.footer{
    background: #eb008b;
    color: #fff;
    font-family: 'josefin sans';
    font-size: 29px;
    text-transform: uppercase;
    height: 95px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
	border-bottom: 5px solid #eb008b;
}
.m1_btn {
    border-radius: 4px;
    border: medium none;
    font-family: josefin sans;
    color: #fff;
	font-family: "ITCAvantGardeStd-Demi";
    font-size: 39px;
    line-height: 25px;
}

.m1_btn span {
    color: #fff;
    line-height: 55px;
	
}
a:hover, a:focus, a:active, a.active {
    color: #fec503;
    text-decoration: none;
}
a span:hover, a span:focus, a span:active, a span.active {
    color: #fec503;
    text-decoration: none;
}
/* styling css */
header h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 120px;
	color: #fff;
	padding-left: 20px;
}
header h4{
	font-family: 'Montserrat-SemiBold';
	font-size: 29px;
	color: #fff;
}
header .header-hr{
	height: 1px;
	width: 90%;
	background: #fff;
	display: inline-block;
}
.timer-row{
	height: 100%;
	position: relative;
}
.next-date{
	/* margin-top: 65vh; */
	background: #eb008b;
	padding: 30px 0;
	margin-left: -20px;
	position: absolute;
	bottom: 0;
}
#timer-box{
	/* margin-top: 68vh; */
	background: #070451;
	margin-left: -15px;
	padding: 15px;
	position: absolute;
	bottom: 0;
}
.flip-clock-wrapper ul{
	width: 38px;
}
.flip-clock-wrapper ul li a div div.inn{
	font-size: 60px;
}
.flip-clock-divider .flip-clock-label{
	top: auto;
	bottom: -1.5em;
	color: #fff;
	font-family: 'Montserrat-Medium';
	font-size: 13px;
	text-transform: uppercase;
}
.section-1 .hear{
	background-image: url('../images/img11.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
.section-1 .hear h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 44px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 100px;
}
.section-1 .hear p{
	font-family: 'Montserrat-Medium';
	font-size: 26px;
	color: #fff;
	background: #000000;
	margin-bottom: 15px;
	display: table;
	padding: 0 10px;
}
.section-1 .hear p:first-of-type{
	margin-top: 30px;
}
.section-1 .hear p:last-of-type{
	margin-bottom: 50px;
}
.section-1 .we_will{
	background-image: url('../images/img12.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 50px 0 25px;
}
.section-1 .we_will p{
	font-family: 'Montserrat-Medium';
	font-size: 32px;
	color: #000000;
	margin-bottom: 15px;
}
.section-2 h4{
	font-family: 'Montserrat-SemiBold';
	font-size: 44px;
	color: #ffffff;
	margin-top: 15px;
}
.section-2 h2{
	font-family: 'Barcelony';
	font-size: 70px;
	color: #eb008b;
	margin-top: 15px;
}
.section-3 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 34px;
	color: #000;
}
.section-3 h2 span{
	font-family: 'Barcelony';
	color: #eb008b;
	font-size: 60px;
}
.section-3 p{
	font-family: 'Montserrat-Medium';
	color: #000000;
	font-size: 24px;
}
.section-4 h4{
	font-family: 'Montserrat-Medium';
	font-size: 44px;
	color: #fff;
}
.section-4 .btn{
	background-image: linear-gradient(#ff00e5, #ff00e5);
}
.section-4 .btn hr{
	background: #fff;
	height: 1px;
	width: 100px;
	margin: 0 auto;
}
.section-5 h2{
	font-family: 'Barcelony';
	font-size: 70px;
	color: #eb008b;
	margin-bottom: 50px;
}
.section-5 h4{
	font-family: 'Montserrat-Medium';
	font-size: 44px;
	color: #000;
}
.section-6 h2{
	font-family: 'Montserrat-Bold';
	color: #000;
}
.section-6 h2.c1{
	font-size: 98px;
}
.section-6 h2.c2{
	font-size: 55px;
	color: #333333;
	text-transform: uppercase;
}
.section-6 h2.c3{
	font-size: 165px;
}
.section-6 h2.c3 span{
	color: #eb008b;
}
.section-7 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 47px;
	color: #fff;
	margin-bottom: 50px;
}
.section-7 .block{
	position: absolute;
	bottom: 15px;
}
.section-8 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 55px;
	color: #fff;
}
.section-8 h2 .w1{
	color: #1d2d54;
	text-transform: uppercase;
}
.section-8 h3{
	font-family: 'Barcelony';
	font-size: 110px;
	color: #1d2d54;
}
.section-9 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 44px;
	color: #fff;
}
.section-9 h3{
	font-family: 'Barcelony';
	font-size: 83px;
	color: #eb008b;
}
.section-10 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 44px;
	color: #fff;
}
.section-10 h3{
	font-family: 'Barcelony';
	font-size: 83px;
	color: #fff;
}
.section-10 .btn hr{
	background: #eb008b;
	height: 1px;
	width: 100px;
	margin: 0 auto;
}

.section-11 h2{
	font-family: 'Montserrat-SemiBold';
	font-size: 44px;
	color: #000;
}
.section-11 h3{
	font-family: 'Barcelony';
	font-size: 68px;
	color: #eb008b;
}
.section-12 h2{
	font-family: 'Montserrat-Medium';
	font-size: 44px;
	color: #000;
	
	
}
.section-12 h2 strong{
	font-family: 'Montserrat-SemiBold';
	color: #eb008b;
	text-transform:uppercase;
}
.section-12 h3{
	font-family: 'Barcelony';
	font-size: 68px;
	color: #eb008b;
}
.section-13 h2{
	font-family: 'Gloss_And_Bloom';
	color: #eb008b;
	font-size: 120px;
}
.section-13 h3{
	font-family: 'NORTHWELL-SWASH';
	color: #eb008b;
	font-size: 350px;
}
.section-14 h4{
	font-family: 'Montserrat-SemiBold';
	color: #000000;
	font-size: 26px;
}
.section-14 h4 span{
	background: #ffff40;
}
.section-14 h2{
	font-family: 'Always-In-My-Heart';
	color: #eb008b;
	font-size: 54px;
}
.section-14 p{
	font-family: 'Montserrat-Medium';
	color: #000000;
	font-size: 24px;
}