*{padding: 0; margin: 0}


@font-face {
    font-family: 'MessapiaBold';
    src: url('../fonts/MessapiaBold.eot');
    src: url('../fonts/MessapiaBold.eot') format('embedded-opentype'),
         url('../fonts/MessapiaBold.woff2') format('woff2'),
         url('../fonts/MessapiaBold.woff') format('woff'),
         url('../fonts/MessapiaBold.ttf') format('truetype'),
         url('../fonts/MessapiaBold.svg#MessapiaBold') format('svg');
}
@font-face {
    font-family: 'DrukWideMedium';
    src: url('../fonts/DrukWideMedium.eot');
    src: url('../fonts/DrukWideMedium.eot') format('embedded-opentype'),
         url('../fonts/DrukWideMedium.woff2') format('woff2'),
         url('../fonts/DrukWideMedium.woff') format('woff'),
         url('../fonts/DrukWideMedium.ttf') format('truetype'),
         url('../fonts/DrukWideMedium.svg#DrukWideMedium') format('svg');
}
@font-face {
    font-family: 'AvenirLTStdBook';
    src: url('../fonts/AvenirLTStdBook.eot');
    src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdBook.woff2') format('woff2'),
         url('../fonts/AvenirLTStdBook.woff') format('woff'),
         url('../fonts/AvenirLTStdBook.ttf') format('truetype'),
         url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}


a {
	transition: .3s ease;
	text-decoration: none;
}

.container{
	max-width:768px;
	width:100%;
	padding: 0;
}

.banner-box{
		padding:60px;
		background:#000;
		position: relative;
	}
	
.banner-box .social-links{
	text-align: left;
	position: absolute;
    left: 0;
}
.banner-box .social-links ul{margin:0px; padding:0px;}
.banner-box .social-links ul li{
	list-style:none;
	padding: 5px 20px 50px;
}
.banner-box .social-links ul li a {
  font-size: 24px;
  display: inline-block;
  color:#ffffff;
  line-height: 0;
  transition: 0.3s;
}
.banner-box .social-links ul li a:hover {
  color: #012970;
}
	
	
	.intro {
		width: 100%;
		padding: 0;
		/* background: url(img/bg.gif) no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover; */
		position: relative;
	}
	top-banner .intro-text {
		padding-top: 250px;
		padding-bottom: 200px;
	}
	.intro img{width:100%;}
	
	.intro-text{
		    display: inline-block;
			position: absolute;
			margin: 0;
			padding: 0;
			left: 50%;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(0%);
			z-index: 501;
			transform: translateX(-50%) translateY(-50%);
			 -webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 100%;
	}
	
.intro-text .rotate{
	position: absolute;
	left: 56px;
	top: 81px;
}
.intro-text .rotate img{
	width: auto;
}
.intro-text .mid-img{
	margin-top: 50px;
}
.intro-text .mid-img img{
	padding: 0px;
}
.intro-text .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 30%);
}
.intro-text .logo img{
	width: auto;
}
.intro-text .logo .logo p{
    font-family: 'DrukWideMedium';
    font-size:18px;
    color: #fff;
	text-align: center;
	letter-spacing: 0.07em;
	transform: rotate(-4deg);
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 18px;
}
.intro-text .logo .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(7px);
  }

  100% {
    transform: translateY(-7px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(7px);
  }

  100% {
    transform: translateY(-7px);
  }
}
	
.intro .top_hd{
	display: flex;
    position: absolute;
    padding-top: 40px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.intro .top_hd .date{
	font-family: 'DrukWideMedium';
	font-size:21px;
	color:#fff;
	padding-left:42px;
}
.intro .top_hd .location{
	font-family: 'DrukWideMedium';
	font-size:21px;
	color:#fff;
	padding-right:42px;
}

.intro h1 {
    color: rgba(255,255,255,0.9);
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.intro p {
    color: rgba(255,255,255,0.8);
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.btn-custom {
    text-transform: uppercase;
    color: #414a52;
    background-color: #54d0dd;
    border: 0;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    margin-top: 20px;
    transition: all 0.3s;
}



/* -----------rotation-------- */
@keyframes rotate-full {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
@keyframes infinite-spinning {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
 .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
 .animated .infinite {
	animation-iteration-count: infinite;
}


 .box1 {
	/* width: 16rem;
	height: 16rem;
	background: linear-gradient(#ffba00, orange, red);
	margin: 5rem auto;
	border-radius: 100%;
	border: 0.5rem solid #ffba00; */
	transform: rotate(0deg);
}
 .box1 img {
     max-width: 100%;
     border-radius: 100%;
   }
.rotate {
  animation: rotation-full 5s infinite linear;
}

.rotate-full {
  animation: infinite-spinning 11s infinite linear;
}


.register_area{
	width: 100%;
	
}

.register_area .register{
	padding: 0;
	background:#000000 url(../img/red-bg.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding:125px 0 100px;
}
.register_area .register .button{
}
.vivrate .rot{
	transform: rotate(-5deg);
}
.register_area .register .button a{
	background:url(../img/button-bg.png) no-repeat center top;
	font-size:18px;
	color:#fff;
	padding: 25px 60px;
    display: inline-block;
	text-transform:uppercase;
	font-family: 'MessapiaBold';
	letter-spacing: 0.05em;
}

.register_area .register .button a:hover{
	background-position: 0px -80px;
	color:#000;
	font-family: 'MessapiaBold';
}
.animfast {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.vivrate {
  cursor: pointer;
}

.vivrate:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
	  10%, 90% {
		transform: translate3d(-1px, 0, 0);
	  }
	  20%, 80% {
		transform: translate3d(2px, 0, 0);
	  }
	  
	  30%, 50%, 70% {
		transform: translate3d(-2px, 0, 0);
	  }
	  40%, 60% {
		transform: translate3d(2px, 0, 0);
	}
}

.footer{width:100%;}
  
.foot{
	padding:16px 0px 25px; 
	border-top: 1px solid #000000;
	color: #000000;
    font-size: 12px;
	letter-spacing: 0.05em;
	font-family: 'AvenirLTStdBook';
    font-weight: bold;
}

.foot-redbg{
	padding:0px 40px 0px; 
	background:#ff0020;
	
}

.foot-dsktp{
	padding:21px 0px 21px; 
	border-top: 0px solid #05b1b4;
	color: #ffffff;
    font-size: 12px;
	letter-spacing: 0.05em;
	font-family: 'AvenirLTStdBook';
    font-weight: bold;
	margin-top: 38px;
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-dsktp:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: url("../img/line.png");
  top: 0%;
  left:0;
}

.foot-dsktp a {
  font-size: 18px;
  display: inline-block;
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  padding-left: 10px;
}
.foot-dsktp a:hover {
  color: #4dcbce;
}

/*--------------------------------------------------------------
# Popup form
--------------------------------------------------------------*/
.modal-header{
	padding:0px;
	border-bottom: 0px;
    padding-bottom: 80px;
}
.modal-body{
	/* background:#fcfcfc; */
	
}
.modal-title{
	font-size: 12px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MessapiaBold';
	letter-spacing: 0.10em;
}
.modal-body .php-email-form {
  width: 100%;
  padding: 0px 35px 5px;
  font-family: 'MessapiaBold';
}
.modal-content{
	background-color: transparent;
	border: 0px;
    border-radius: 0px;
	height: 100%;
	
}
.modal-content p{
	font-size: 12px;
    color: #000000;
    text-align: center;
    font-family: 'AvenirLTStdBook';
	letter-spacing: 0.10em;
	font-weight:bold;
	margin-bottom: 0;
}
.btn-close{
	color:#477f8a;
	background: transparent url(../img/download.svg) center/1em auto no-repeat;
}
.php-email-form label{
	font-size:12px;
	color:#477f8a;
	font-family: 'MessapiaBold';
}
.modal-body .php-email-form .form-group {
  padding-bottom: 0px;
}
.modal-body .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.modal-body .php-email-form .error-message br + br {
  margin-top: 25px;
}
.modal-body .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.modal-body .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.modal-body .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.modal-body .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 10px;
  border-radius: 0px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color:#ecc5c5;
  font-family: 'MessapiaBold';
  padding-left: 0;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.modal-body .php-email-form input:focus, .modal-body .php-email-form textarea:focus {
  border-color: #fcfcfc;
}
.modal-body .php-email-form input {
  height: 43px;
}
.modal-body .php-email-form textarea {
  padding: 10px 12px;
  border-radius: 0;
}
.modal-body .php-email-form input::-webkit-input-placeholder {color: #ecc5c5; font-size: 10px;}
.modal-body .php-email-form input:-ms-input-placeholder {color: #ecc5c5; font-size: 10px;}
.modal-body .php-email-form input::placeholder {color: #ecc5c5; font-size: 10px;}

.modal-body .php-email-form button[type=submit] {
  background:transparent;
  border: 0;
  padding: 0px 0px;
  transition: 0.4s;
  border-radius: 0px;
    border: 0px solid #477f8a;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MessapiaBold';
    letter-spacing: 0.10em;
	color: #fff;
}
.modal-body .php-email-form button[type=submit]:hover {
 
}

.modal-body .php-email-form .button{
}
.vivrate .rot{
	transform: rotate(-5deg);
}
.modal-body .php-email-form .button a{
	background:url(../img/button-bg.png) no-repeat center top;
	font-size:18px;
	color:#fff;
	padding: 25px 60px;
    display: inline-block;
	text-transform:uppercase;
	font-family: 'MessapiaBold';
	letter-spacing: 0.05em;
}

.modal-body .php-email-form .button a:hover{
	background-position: 0px -80px;
	color:#000;
	font-family: 'MessapiaBold';
}

.modal-body.mobl-pp .php-email-form .button input{
	background:url(../img/button-bg.png) no-repeat center top;
	font-size:18px;
	color:#fff;
	padding: 25px 60px;
    display: inline-block;
	text-transform:uppercase;
	font-family: 'MessapiaBold';
	letter-spacing: 0.05em;
}

.modal-body.mobl-pp .php-email-form .button input:hover{
	background-position: 0px -80px;
	color:#000;
	font-family: 'MessapiaBold';
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  /* background-color: rgba(3, 3, 3, 0.60);  */
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}

.dsktp_view{
	max-width:656px;
	background: transparent url(../img/dsktp-form-bg.png) no-repeat center top !important;
    background-size: cover !important;
	-ms-transform: translateX(-50%) translateY(-35%) !important;
  transform: translateX(-50%) translateY(-35%);
  -webkit-transform: translateX(-50%) translateY(-35%) !important;
  -moz-transform: translateX(-50%) translateY(-35%) !important;
  -o-transform: translateX(-50%) translateY(-35%) !important;
}

.dsktp_view .modal-body .php-email-form{
	padding: 10px 108px 15px;
}
.dsktp_view .modal-title{
	font-size: 16px;
}
.dsktp_view .modal-content p{
	font-size: 14px;
}
.dsktp_view .modal-header{
	padding-bottom: 108px;
}
.dsktp_view .modal-body .php-email-form .button .popup-btn{
	background: url(../img/dsktp-button-bg.png) no-repeat center top;
    font-size: 16px;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'MessapiaBold';
    letter-spacing: 0.05em;
    background-size: cover;
}

.dsktp_view .modal-body .php-email-form .button .popup-btn:hover{
	background-position: 0px -46px;
	color:#000;
	font-family: 'MessapiaBold';
}


.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  height: 100%;
  min-width: 320px;
  width: 100%;
  margin-top: 150px;
  padding: 0px;
  color: #070000;
  background: transparent url(../img/form-bg.png) no-repeat center top;
  background-size: cover;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  
  -ms-transform: translateX(-50%) translateY(-18%);
  transform: translateX(-50%) translateY(-18%);
  -webkit-transform: translateX(-50%) translateY(-18%);
  -moz-transform: translateX(-50%) translateY(-18%);
  -o-transform: translateX(-50%) translateY(-18%);
  
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: 100;  
}
.popup .fade-out {
    position: absolute;
    top: 25px;
    right: 10px;
    text-align: center;
    font-size: 15px;
    opacity: 1;
	background-color: #000;
    padding: 3px;
}

.main-btn-circle {
    height:30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 30px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.main-btn-circle {
    position: relative;
    margin: 0;
    color: #FFFFF0;
    background-color: #002f44;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.btn-close {
    color: #477f8a;
    background: transparent url(../img/download.svg) center/1em auto no-repeat;
}

/* -------- button shake 2---------- */
.shake-it {
  /* duration/easing/delay/iteration/animation */
  animation: 0.5s ease-in 1.5s 2 shake;
}

.shake-it--hover:hover {
  /* duration/iteration/animation */
  animation: 0.5s infinite shake;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}



/* --DESKTOP VIEW START -- */


.main{
	background:#000000;
	padding:50px 70px 38px 70px;
}
.dsktp-banner{
	width:100%;
	position:relative;
	overflow: hidden;
}
.dsktp-banner img{
	width:100%;
}

.dsktp-banner .intro_text{
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	top: 50%;
	z-index: 501;
	
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(0%);*/
	
	transform: translateX(-50%) translateY(-50%); 
	 -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height:100%;
}
	
.dsktp-banner .intro_text .rotate{
	position: absolute;
	left:38px;
	top: 23px;
}
.dsktp-banner .intro_text .rotate img{
	width: auto;
	height:161px;
}
.dsktp-banner .intro_text .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dsktp-banner .intro_text .logo img{
	width: auto;
	height: 202px;
}

.dsktp-banner .intro_text .logo .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.dsktp-banner .intro_text .logo h1{
	font-family: 'DrukWideMedium';
    font-size: 21px;
    color: #fff;
	text-align: center;
	letter-spacing: 0.07em;
	transform: rotate(-4deg);
    padding-bottom: 40px;
    padding-top: 12px;
    /*background:url(../img/dt-bg.png) no-repeat center top;
    padding: 12px 36px;*/
}
.bg-dt{
    background:url(../img/dt-bg.png) no-repeat center top;
    padding: 0px 62px;
}
.dsktp-banner .intro_text .logo p{
    font-family: 'DrukWideMedium';
    font-size:20px;
    color: #fff;
	text-align: center;
	letter-spacing: 0.07em;
	transform: rotate(-4deg);
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.dsktp-banner .intro_text .mid-img-lft img{
	padding: 0px;
	max-width: 69%;
    width: 100%;
}
.dsktp-banner .intro_text .mid-img-lft{
	position: absolute;
    left: 0;
    bottom: 0;
}
.dsktp-banner .intro_text .mid-img-rgt {
	position: absolute;
    right: 0;
    bottom: 0;
	text-align:right;
}
.dsktp-banner .intro_text .mid-img-rgt img{
	padding: 0px;
	max-width: 69%;
    width: 100%;
}

.dsktp-banner .intro_text .button a{
	background:url(../img/dsktp-button-bg.png) no-repeat center top;
	font-size:16px;
	color:#fff;
	padding: 12px 36px;
    display: inline-block;
	text-transform:uppercase;
	font-family: 'MessapiaBold';
	letter-spacing: 0.05em;
	background-size:cover;
}

.dsktp-banner .intro_text .button a:hover{
	/*background-position: 0px -55px;*/
	background-position: 0px -67px;
	color:#fff;
	font-family: 'MessapiaBold';
}
.mobile{display:none;}




@media (max-width:768px) {
	.mobile{display:block;}
	.desktop{display:none;}
}


@media (max-width:576px) {
	.banner-box {
		padding: 33px 33px 23px;
	}
	.intro .top_hd .date{
		font-size: 12px;
		padding-left: 20px;
	}
	.intro .top_hd .location{
		font-size: 12px;
		padding-right: 24px;
	}
	.intro .top_hd{
		padding-top: 24px;
	}
	.intro-text .rotate{
		left: 18px;
		top: 0px;
	}
	.intro-text .rotate img{
		height: 78px;
	}
	.intro-text .logo{
		transform: translate(-50%, 20%);
	}
	.intro-text .logo img {
		width: auto;
		height: 109px;
	}
	.intro-text .logo p{
    font-family: 'DrukWideMedium';
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.07em;
    transform: rotate(-4deg);
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 300;
    margin-top: 0px;
    text-transform: uppercase;
    }
	.intro-text .mid-img {
		margin-top: 20px;
	}
	.foot-redbg {
		padding: 0px 22px 0px;
	}
	
	.register_area .register{
		padding: 72px 0 55px;
	}
	.banner-box .social-links ul li{
		padding: 0px 10px 30px;
	}
	.banner-box .social-links ul li a{
		font-size:14px;
	}
	
	.register_area .register .button a{
		/*padding: 13px 23px;*/
		padding: 18px 23px;
		background-size: cover;
		font-size: 13px;
	}
	.register_area .register .button a:hover{
		/*background-position: 0px -48px;*/
		background-position: 0px -55px;
	}
	.foot {
		padding: 10px 0px 18px;
	}
	
	.modal-body .php-email-form .button a{
		padding: 13px 33px;
		background-size: cover;
		font-size: 13px;
	}
	.modal-body .php-email-form .button a:hover{
		background-position: 0px -48px;
	}
	
	.modal-body.mobl-pp .php-email-form .button input{
		padding: 13px 33px;
		background-size: cover;
		font-size: 13px;
	}
	.modal-body.mobl-pp .php-email-form .button input:hover{
		background-position: 0px -48px;
	}
	
	
}

@media (max-width: 360px){
	.intro-text .mid-img {
		margin-top: 30px;
	}
	.intro-text .logo img {
		height: 98px;
	}
	.intro-text .logo {
		transform: translate(-50%, 30%);
	}
}

































.hero_banner{
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.hero_banner .images_box{
	position:relative;
}
.hero_banner .images_box img{
	width: 100%;
    max-width: 768px;
}

.s-header {
    width: 100%;
    /* height: 96px; */
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    z-index: 501;
	
	transform: translateX(-50%) translateY(50%);
}

.header-logo a {
    display: block;
    margin: 0px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 252px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-logo img{
    max-width: 100%;
    height: auto;
}

.s-home {
    width: 100%;
    height: 100%;
    /*min-height: 786px;*/
    background-color: transparent;
    position: relative;
    display: table;
	background-size: 100%;
	background-color: #002f44;
	background-image: url("../img/grapics-sml.png");
    background-repeat: repeat-y;
    background-position: top, center;
	max-width: 768px;
}

.home-content {
	/* display: table-cell; */
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 15.6rem;
    position: relative;
    /* overflow: hidden; */
	position: absolute;
    bottom: 0;
}

.home-content__scroll {
    position: absolute;
    right: 0;
	left:0;
    bottom: 5.0rem;
}
.home-content__scroll h1{
	/* <a href="#about" class="scroll-link smoothscroll"> */
	font-family: 'Playfair Display SC', serif;
	font-size:32px;
	color:#fcfcfc;
	line-height: 45px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
}
.home-content__scroll h1 span{
	display:block;
	font-size: 25px;
	line-height: 36px;
}
.home-content__line {
    display: block;
    width: 60px;
    height: 20rem;
    position: absolute;
    right: 0;
    bottom: -104px;
	left: 50%;
    transform: translateX(-50%) translateY(50%);
}
.home-content__element {
    display: block;
    width: 100%;
    height:auto;
    position: absolute;
    right:0px;
	left:0px;
	bottom: -2px;
}
.home-content__element img{
	width:100%;
	max-width:768px;
}
.about{
	max-width: 768px;
    width: 100%;
    margin: 0 auto;
	background-color: #002f44;
	background-image: url("../img/grapics-sml.png");
    background-repeat: repeat-y;
    background-position: top, center;
	background-size: 100%;
}
.about .mainkind{
	padding: 316px 95px 15px 95px;
    text-align: center;
}

.about .mainkind p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#fcfcfc;
	line-height: 40px;
	text-align:center;
	margin-bottom: 0;
}

.about .mainkind .enquire_tab{
	text-align: center;
    padding-top: 95px;
    padding-bottom: 25px;
}
.about .mainkind .enquire_tab a:hover{box-shadow: inset 9.5em 0 0 0 #fcfcfc; color: #002f44;}
.about .mainkind .enquire_tab a{
	font-family: 'Playfair Display', serif;
	font-size:28px;
	color:#fcfcfc;
	font-weight:600;
	line-height: 20px;
	text-align:center;
	text-transform: uppercase;
    border: 1px solid #fcfcfc;
    padding: 30px 90px;
    display: inline-block;
	letter-spacing: 0.10em;
	background: #002f44;
}


.founders{
	background:#d4d4d4;
	background-image: url("../img/hairline-element1-sml.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.founders .txt_bx{
	text-align:center;
	padding: 75px 60px 60px;
}
.founders h2{
	font-family: 'Playfair Display SC', serif;
	font-size:32px;
	color:#477f8a;
	line-height: 25px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	letter-spacing: 0.10em;
	padding-bottom:95px;
}
.founders h3{
	font-family: 'Playfair Display', serif;
	font-size:28px;
	color:#477f8a;
	line-height: 25px;
	text-align:center;

	margin-bottom: 0;
	letter-spacing: 0.05em;
	padding-top:50px;
}
.founders p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#002f44;
	line-height: 36px;
	text-align:center;
	margin-bottom: 0;
	padding-bottom:20px;
}

.founders .bottom_element{
	width:100%;
	max-width: 768px;
    margin: 0 auto;
}
.founders .bottom_element img{
	width:100%;
}

.cover_page{
	background:#002f44;
	background-image: url("../img/hairline-element2-sml.png");
	 background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100%;
}
.cover_page .txt_cover{
	text-align:center;
	padding: 175px 0px 170px;
}
.cover_page h2{
	font-family: 'Playfair Display', serif;
	font-size:95px;
	color:#fcfcfc;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-right: 85px;
	position: relative;
}
/* .cover_page h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 243px;
  height:36px;
  background: url("../img/ttl-arw-rgt.png");
  top: 30%;
  right:0px;
} */

.cover_page h3{
	font-family: 'Playfair Display', serif;
	font-size:95px;
	color:#fcfcfc;
	line-height:1;
	text-align:left;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-weight: 700;
	padding-left: 60px;
}
.cover_page h4{
	font-family: 'Playfair Display', serif;
	font-size:93px;
	color:#fcfcfc;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-weight: 700;
	padding-left: 60px;
}
.cover_page h5{
	font-family: 'Playfair Display', serif;
	font-size:95px;
	color:#fcfcfc;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 128px;
	padding-left: 130px;
	position: relative;
}
/* .cover_page h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 243px;
  height: 36px;
  background: url("../img/ttl-arw-lft.png");
  top: 15%;
  left:0;
} */
.cover_page p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#fcfcfc;
	line-height: 38px;
	text-align:center;
	max-width: 540px;
	width:100%;
    margin: 0 auto;
	margin-bottom: 0;
	padding-bottom:0px;
}

.stargaging{
	background:#002f44;
	background-image: url("../img/hairline-element2-sml.png");
	 background-repeat: no-repeat;
    background-position: center bottom;
	padding-bottom:200px;
	position:relative;
}
.stargaging .txt_cover{
	text-align:center;
	padding: 155px 120px 140px;
}
.stargaging h2{
	font-family: 'Playfair Display SC', serif;
	font-size:28px;
	color:#fcfcfc;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	letter-spacing: 0.10em;
	padding-bottom:100px;
}

.stargaging p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#fcfcfc;
	line-height: 40px;
	text-align:center;
	max-width: 590px;
    margin: 0 auto;
	margin-bottom: 0;
	padding-bottom:0px;
}
.stargaging .icon_line{
	text-align:center;
	padding: 80px 0px 105px;
}
.stargaging .icon_line img{width:100%;}
.stargaging .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fcfcfc;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.stargaging .owl-nav button.owl-prev {
  left: 0;
}
.stargaging .owl-nav button.owl-next {
  right: 0;
}

.stargaging .stargaging-slider .owl-dots {
  text-align: center;
    padding-bottom: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.stargaging .stargaging-slider .owl-dots button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(252 252 252 / 23%);
  margin: 0 5px;
}
.stargaging .stargaging-slider .owl-dots button.owl-dot.active {
  background-color: #477f8a;
}
.stargaging .owl-dots button.owl-dot:focus {
  outline: none;
}
.stargaging .stargaging-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.stargaging span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.stargaging .stargaging-slider .owl-nav button:focus {
    outline: none;
}
.stargaging .slider_shadow{
	position: absolute;
    top: -1px;
    z-index: 9;
    padding: 0;
}
.stargaging .slider_shadow img{
	width:100%;
}


/*---------AMENITIES---------*/
.amenities{
	background:#002f44;
	padding-bottom:60px;
	position:relative;
}
.amenities .txt_cover{
	text-align:center;
	padding:0px 150px 0px;
}
.amenities .txt_vision{
	padding:0px 60px 0px;
}
.amenities h2{
	font-family: 'Playfair Display SC', serif;
	font-size:28px;
	color:#fcfcfc;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	letter-spacing: 0.10em;
	padding-bottom: 68px;
    padding-top: 104px;
}

.amenities p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#fcfcfc;
	line-height: 40px;
	text-align:center;
	margin-bottom: 0;
	padding-bottom:0px;
}
.amenities .icon_line{
	text-align:center;
	padding:50px 0px 0px;
}
.amenities .icon_line img{width:100%;}
.amenities .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fcfcfc;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.amenities .owl-nav button.owl-prev {
  left: 0;
}
.amenities .owl-nav button.owl-next {
  right: 0;
}

.amenities .amenities-slider .owl-dots {
  text-align: center;
    padding-bottom: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.amenities .amenities-slider .owl-dots button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(252 252 252 / 23%);
  margin: 0 5px;
}
.amenities .amenities-slider .owl-dots button.owl-dot.active {
  background-color: #477f8a;
}
.amenities .owl-dots button.owl-dot:focus {
  outline: none;
}
.amenities .amenities-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.amenities span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.amenities .amenities-slider .owl-nav button:focus {
    outline: none;
}
.amenities .slider_shadow{
	position: absolute;
    top: -1px;
    z-index: 9;
    padding: 0;
}
.amenities .slider_shadow img{
	width:100%;
}

.amenities .amenities-slider .inner-banner-content{
	position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.amenities .amenities-slider .inner-banner-content h5{
	font-family: 'Playfair Display SC', serif;
	font-size:22px;
	color:#fcfcfc;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	letter-spacing: 0.10em;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	background:#d4d4d4;
	padding:95px 0px 95px;
	background-image: url("../img/grapics-light2-sml.png");
	 background-repeat:repeat-y;
    background-position: top center;
}

.testimonials .txt_cover{
	text-align:center;
	padding:0px 150px 0px;
}
.testimonials h2{
	font-family: 'Playfair Display SC', serif;
	font-size:28px;
	color:#002f44;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 0;
	letter-spacing: 0.10em;
	padding-bottom:140px;
}

.testimonials p{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#002f44;
	line-height: 40px;
	text-align:center;
	margin-bottom: 0;
	padding-bottom:0px;
	position: relative;
    z-index: 9;
}

.testimonials h3{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#002f44;
	line-height: 32px;
	text-align:center;
	margin-bottom: 0;
	text-transform:uppercase;
	padding-top:110px;
}

.testimonials h4{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	color:#002f44;
	line-height: 32px;
	text-align:center;
	margin-bottom: 0;
	padding-bottom:0px;
	text-transform:uppercase;
}

.testimonials .quotes{
	position:relative;
}
.testimonials .quotes .quote-icon-left{
	position: absolute;
    left: -60px;
    top: -80px;
}
.testimonials .quotes .quote-icon-right{
	position: absolute;
    right: -60px;
    bottom: -80px;
}

.testimonials .amenities-slider .owl-dots {
  text-align: center;
    padding-bottom: 0px;
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
}
.testimonials .amenities-slider .owl-dots button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(252 252 252 / 23%);
  margin: 0 5px;
}
.testimonials .amenities-slider .owl-dots button.owl-dot.active {
  background-color: #477f8a;
}
.testimonials .owl-dots button.owl-dot:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Enquire
--------------------------------------------------------------*/
.enquire_box {
	background:#002f44;
	padding:75px 0px 0px;
}

.enquire_box .txt_cover{
	text-align:center;
	padding:0px 120px 40px;
}

.enquire_box .txt_cover .enquire_tab{
	text-align: center;
    padding-bottom: 30px;
}
.enquire_box .txt_cover .enquire_tab a{
	font-family: 'Playfair Display', serif;
	font-size:28px;
	color:#fcfcfc;
	font-weight:600;
	line-height: 20px;
	text-align:center;
	text-transform: uppercase;
    border: 1px solid #fcfcfc;
    padding: 20px 60px;
    display: inline-block;
	letter-spacing: 0.10em;
}


.enquire_box .txt_cover .enquire_tab a:hover{box-shadow: inset 11.5em 0 0 0 #fcfcfc; color: #002f44;}
.enquire_box .icon_circle{
	text-align:center;
	padding:38px 0px 0px;
}
.enquire_box .icon_circle img{
	width:100%
}




@media (max-width:768px) {
	.hero_banner .images_box img{
		width:100%
	}
}

@media (max-width:576px) {
	.about .mainkind{
		padding: 136px 0px 0px 0px;
		max-width: 294px;
		margin: 0 auto;
		width: 100%;
	}
	.cover_page .txt_cover {
		padding: 100px 0px 105px;
	}
	.cover_page .txt_cover .all-hd{
		padding:0px 0px 120px;
		position:relative;
	}
	.cover_page .txt_cover .all-hd::before {
    content: "";
    position: absolute;
    display: block;
    height: 36px;
    background: url(../img/ttl-arw-lft.png);
    left: 0;
	width: 135px;
    bottom:110px;
    left: -12px;
    background-size: 135px;
    background-repeat: no-repeat;
}
	.cover_page .txt_cover .all-hd::after {
    content: "";
    position: absolute;
    display: block;
    height: 36px;
    background: url(../img/ttl-arw-rgt.png);

	width: 135px;
    top: 3%;
    right: -12px;
    background-size: 135px;
    background-repeat: no-repeat;
}
	.cover_page{
		padding: 0px 0px 0px 0px;
		background-size: 100%;
	}
	.cover_page h2{
		font-size:45px;
		padding-right: 45px;
		line-height: 30px;
	}
	.cover_page h3{
		font-size:45px;
		padding-left:5px;
		line-height: 32px;
		
	}
	.cover_page h4{
		font-size: 45px;
		padding-left: 25px;
		line-height: 32px;
	}
	.cover_page h5{
		font-size:45px;
		padding-bottom: 0px;
		padding-left: 80px;
		line-height: 32px;
	}
	
	.stargaging{
		padding: 0px 0px 112px 0px;
		background-size: 100%;
	}
	.amenities {
		padding: 0px 0px 10px 0px;
	}
	.amenities .txt_cover {
		padding: 0px 25px 19px;
	}
	.amenities .txt_vision {
		padding: 0px 13px 50px;
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
	
	.founders{
		padding: 0px 0px 0px 0px;
		background-size: 100%;
	}
	
	.founders .txt_bx {
		padding:70px 25px 33px;
	}
	.founders h3{
		font-size: 16px;
		padding-top: 13px;
		line-height: 15px;
	}
	.founders h2{
		font-size: 18px;
		padding-bottom: 50px;
		line-height: 15px;
	}
	
	.testimonials .txt_cover{
		padding: 0px 15px 0px;
	}
	
	.enquire_box .txt_cover{
		padding: 0px 15px 0px;
	}
	
	.testimonials .quotes .quote-icon-right {
		right: 0px;
		bottom: -50px;
	}
	.testimonials .quotes .quote-icon-right img{
		width: 82px;
	}
	.testimonials .quotes .quote-icon-left img{
		width: 82px;
	}
	.testimonials .quotes .quote-icon-left {
		left: 0px;
		top: -38px;
	}
	
	.testimonials h2{
		padding-top: 0px;
		font-size: 16px;
		padding-bottom: 72px;
	}
	.enquire_box .txt_cover .enquire_tab a{
		padding: 8px 28px;
		font-size:12px;
		margin: 0px 12px;
	}
	
	.enquire_box{
		padding: 38px 0px 0px;
	}
	.enquire_box .txt_cover .enquire_tab{
		padding-bottom: 0px;
	}

	footer .botom_copyright p{
		font-size: 10px;
		letter-spacing:0.075em;
	}
	
	.testimonials h3{
		padding-top: 55px;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.075em;
	}
	.testimonials h4{
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.075em;
	}
	.testimonials{
		padding: 53px 0px 47px;
		background-size: 100%;
	}

	.header-logo a{
		width: 147px;
	}
	.header-logo{
		transform: translateX(-50%) translateY(35%);
	}
	
	.home-content__scroll h1{
		font-size:18px;
		line-height: 12px;
		letter-spacing: 0.10em;
	}
	.home-content__scroll h1 span{
		font-size:14px;
		letter-spacing: 0.10em;
	}

	.home-content__element{
		bottom: 0px;
	}
	
	.about .mainkind p{
		font-size: 12px;
		line-height: 22px;
	}
	
	.about .mainkind .enquire_tab a{
		padding: 8px 28px;
		font-size: 14px;
	}
	
	.founders p{
		font-size: 12px;
		line-height: 20px;
	}
	
	.founders p:last-child{
		padding-bottom:0px;
	}
	
	.cover_page p{
		font-size: 12px;
		line-height: 22px;
		max-width: 290px;
	}
	

	.cover_page h5::before {
		width: 135px;
		top: 5%;
		left: -12px;
		background-size: 135px;
		background-repeat: no-repeat;
}
	.cover_page h2::after{
		width: 135px;
		top: 16%;
		right: -12px;
		background-size: 135px;
		background-repeat: no-repeat;
	}
	.stargaging .icon_line {
		padding: 39px 0px 55px;
	}
	.stargaging .icon_line img{
		width:100%;
	}
	.stargaging h2{
		font-size: 16px;
		padding-bottom: 48px;
	}
	.stargaging p{
		font-size: 12px;
		line-height: 22px;
		max-width: 320px;
		font-family: 'Playfair Display', serif;
		width: 100%;
	}
	.amenities .amenities-slider .inner-banner-content{
		bottom: 20%;
	}
	.amenities .amenities-slider .inner-banner-content h5{
		font-size: 12px;
	}
	.amenities h2{
		font-size: 16px;
		line-height:22px;
		padding-bottom: 27px;
		padding-top: 53px;
	}
	.amenities p{
		font-size: 12px;
		line-height: 22px;
		max-width: 240px;
		margin: 0 auto;
		width: 100%;
	}
	.amenities .txt_vision h2{
		font-size: 16px;
		line-height:22px;
		padding-bottom: 27px;
		padding-top: 40px;
	}
	.amenities .txt_vision p{
		font-size: 12px;
		line-height: 22px;
		max-width: 100%;
	}
	.amenities .icon_line{
		padding: 30px 0px 0px;
	}
	.amenities .icon_line img{width:100%}
	.testimonials p{
		font-size: 12px;
		line-height: 22px;
		max-width: 240px;
		margin: 0 auto;
		font-weight: 500;
	}
	footer h2{
		font-size: 12px;
		line-height: 16px;
		padding-top: 18px;
		padding-bottom:20px;
	}
	footer h3{
		font-size: 10px;
		font-weight:500;
	}
	footer h4{
		font-size: 12px;
		line-height: 16px;
		padding-bottom:20px;
	}
	.home-content__line{
		bottom: -17px;
		height: auto;
	}
	.home-content__line img{
		height: 173px;
	}
	.about .mainkind .enquire_tab{
		padding-top: 25px;
	}
	
}

@media (max-width: 340px){
	.enquire_tab a {
		padding: 8px 16px !important;
		margin: 0px 10px !important;
	}
}