@charset "utf-8";
/* CSS Document */

/* Coment style */


body{
	font-family: 'LatoWeb' !important;
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#666;
}

input{
	width:95%;
	display:block;
 margin: 10px auto;
	padding:5px;
}

.contact-div{
	    text-align: left;
    max-width: 230px;
	display:block;
	margin:0 auto;
}

.email-div{
	max-width: 350px;
	display:block;
	margin:10px auto 0 auto;
}

.cont-1{

	padding:5px;
	text-align:left;
	max-width: 540px;
    display: block;
    margin: 0 auto;
}

.gradient-bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0055a6+0,45b8ff+26,3a669b+100 */
background: #0055a6; /* Old browsers */
background: -moz-linear-gradient(left,  #0055a6 0%, #45b8ff 26%, #3a669b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0055a6 0%,#45b8ff 26%,#3a669b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0055a6 0%,#45b8ff 26%,#3a669b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a6', endColorstr='#3a669b',GradientType=1 ); /* IE6-9 */
}

.yellow-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd757+1,ffeb57+18,ffff8c+49,ffff8c+80,ffd657+100 */
background: #ffd757; /* Old browsers */
background: -moz-linear-gradient(left, #ffd757 1%, #ffeb57 18%, #ffff8c 49%, #ffff8c 80%, #ffd657 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffd757 1%,#ffeb57 18%,#ffff8c 49%,#ffff8c 80%,#ffd657 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffd757 1%,#ffeb57 18%,#ffff8c 49%,#ffff8c 80%,#ffd657 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd757', endColorstr='#ffd657',GradientType=1 ); /* IE6-9 */
}

b{
	font-family:"Lato Black" !important;
}

.desktop-view{
	display:block;
}

.desktop-side-view{
	display:block;
}

.mobile-side-view{
		display:none;
}

.spacing-content{
	margin-top:0.5em;
}

.spacing-content-text{
	margin-top:0.8em;
}



.underline{
  border-bottom: 4px solid #fff;
}

.yellow-underline{
  border-bottom: 1px solid #EDF21D;
}

.grey-underline{
  border-bottom: 8px solid #c5c5c5;
}

.underline-dotted {
  border-bottom: 1px dotted gray;
}

h4{
	font-size:14px;
	font-family:"Lato Black";
	color:white;
}

select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: "Lato Semibold";
    line-height: normal;
    color: #206696;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}


.menu-waraper{
	margin: 0 auto;
    max-width: 1200px;
    position: relative;
	z-index: 25;
}

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
	position: absolute;
    right: 0;
}

.nav-menu li {
    float: left;
}

.nav-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 80px 25px 14px 25px;
    text-decoration: none;
	font-size: 16px;
	font-family: 'Lato Medium';
}

.nav-menu li a:hover:not(.active) {
    color:#fff;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,2b2b2b+100&0+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(43,43,43,0) 0%, rgba(43,43,43,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(43,43,43,0) 0%,rgba(43,43,43,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(43,43,43,0) 0%,rgba(43,43,43,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b2b2b', endColorstr='#b32b2b2b',GradientType=0 ); /* IE6-9 */
}

.nav-menu .active {
color:#ffffff;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,2b2b2b+100&0+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(43,43,43,0) 0%, rgba(43,43,43,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(43,43,43,0) 0%,rgba(43,43,43,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(43,43,43,0) 0%,rgba(43,43,43,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b2b2b', endColorstr='#b32b2b2b',GradientType=0 ); /* IE6-9 */

}


/*
#hexagon {
	width: 270px;
	height: 55px;
	background: red;
	position: relative;
	border-bottom-left-radius:25px;
	border-bottom-right-radius: 25px;
	background: #0055a6;
background: -moz-linear-gradient(left,  #0055a6 0%, #45b8ff 26%, #3a669b 100%);
background: -webkit-linear-gradient(left,  #0055a6 0%,#45b8ff 26%,#3a669b 100%);
background: linear-gradient(to right,  #0055a6 0%,#45b8ff 26%,#3a669b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a6', endColorstr='#3a669b',GradientType=1 );
}
#hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid red;
	background-color: #0055a6; /
background-color: -moz-linear-gradient(left,  #0055a6 0%, #45b8ff 26%, #3a669b 100%);
background-color: -webkit-linear-gradient(left,  #0055a6 0%,#45b8ff 26%,#3a669b 100%);
background-color: linear-gradient(to right,  #0055a6 0%,#45b8ff 26%,#3a669b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a6', endColorstr='#3a669b',GradientType=1 );
}
#hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left:20px;
	width: 0;
	height: 0;
	border-left: 114px solid transparent;
	border-right: 114px solid transparent;
	border-top: 25px solid;
}*/

.outer {
	position:relative;
    width: 100%;

}

.side-top-bar-icon{
   margin: 0;
   position: absolute;
   left: 50%;
   top:5%;
   transform: translate(-50%,5% );
}




.border-btn{
	cursor:pointer;
	font-size:12px;
	font-family:"Lato Black";
	letter-spacing: 1px;
	border: 2px solid #EDF21D;
	background:transparent;
	color:#EDF21D;
	padding:10px 15px 10px 15px;
}

.border-btn:hover{
	border: 2px solid #EDF21D;
	background:#EDF21D;
	color:#fff;
}

.blue-btn{
	cursor:pointer;
	font-size:12px;
	font-family:"Lato Black";
	letter-spacing: 1px;
	border: 2px solid #206696;
	background:#206696;
	color:#fff;
	padding:10px 15px 10px 15px;
}

.blue-btn:hover{
	border: 2px solid #206696;
	background:transparent;
	color:#206696;
}

h1{
  font-family: 'LatoWebBold';
  font-size:35px;

  line-height: auto;
  letter-spacing:5px;
}


h2{
  font-family:"Lato Black";
  font-size:1.5em;
  text-align:center;
  letter-spacing:2px;
  color:#000;
  line-height: 1!important;
}


/*.main-wrapper{
	width:1200px;
	margin:0 auto;
	display:block;
}*/


/* End Coment style */






/* Header css */
.header-bar{
	width:100%;
	height:1.8em;
	float:left;
}

.columns-bar{
	padding-left:0px !important;
}

.social-content-bar{
	width:100%;
	margin:0 auto;
}



.icon-space{
	padding:0px 3px 0px 3px;
}

.content-center{
	text-align:center;
}

.logo-style{
	padding:10px;
	width:190px;
}

.slogan-style{
	width:130px;

}

.logo-desktop{
	display:block;
}

.device-mobile-view{
	display:none;
}

.contact-detail{
	padding:10px;
	font-size:14px;
}

.icon-contact{
	width:45px;
}

.topspacing{
	margin-top:1.3em;
	padding-left:2em;
}




@media screen and (max-width: 1126px) {
.logo-style{
	width:144px;
}

.slogan-style{
	width:87px;

}
}

@media screen and (max-width: 900px) {

.contact-detail{
	font-size:12px;
}

}


@media screen and (max-width: 800px) {


.desktop-view{
	display:none;
}

.logo-desktop{
	display:none;
}

.device-mobile-view{
	display:block;
}


}




@media screen and (max-width: 639px) {
.header-bar{
	width:100%;
}

.social-icon{
	margin-top:5px;
}

.bottom-line{
	border-bottom:4px solid #42a4e7;
	padding-bottom:5px;
}




}


@media screen and (max-width: 400px) {

.logo-style{
	padding:10px;
	width:135px;
}

.slogan-style{
	width:115px;
}
}






/* End Header css */


/* home css */

.home-intro-wc{
	color:#999;
	letter-spacing:10px;
	font-size:20px;
	font-family: 'LatoWeb';
}


.home-intro-txt{
	line-height:30px;
	text-align:justify;
}

.home-intro-read{
	font-size:16px;
	font-family: 'LatoWebBold';
	color:black;
	letter-spacing:1px;
	margin-top:30px;
}

.home-intro-wrapper{
	background-color:black;
	padding:20px !important;
	-webkit-box-shadow: -2px 1px 31px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 1px 31px -9px rgba(0,0,0,0.75);
	box-shadow: -2px 1px 31px -9px rgba(0,0,0,0.75);
	overflow:auto;
	color:#ccc;
	text-align:center;
	font-size:12px;
}

.home-intro-event{
	border:1px solid white;
	padding:20px;
	overflow:auto;
}

.home-intro-event img{
	width:80px;
	margin:0 auto;
	display:block;
}

.home-icon-top-div{
	overflow:auto;
	min-height:100px;
	width:100%;
	margin:0 0 20px 0;
}

.booking-box{
	width:95%;
	margin:0 auto;
	display:block;
	background-color:rgba(0, 0, 0, 0.78);
	padding:20px;
	overflow: auto;
    color: white;
    text-align: center;
	 font-family: 'LatoWeb';

}

.booking-box .line{
	border-bottom:1px dotted white;
	margin-bottom: 20px;
    padding-bottom: 5px;
}



.book-input {
	border-radius:3px !important;
	width:95% !important;
	margin:10px auto !important;
}

.button {
    background: #444;
    padding: 10px;
    color: white;
    width: 150px;
    margin: 0px auto;
    letter-spacing: 1px;
    overflow: auto;
    text-align: center;
    color: white;
    cursor: pointer;
}

.button:hover{
	background:#fcd015 !important;
	color:#444;

}

.service-title{
	font-size:18px;
	overflow:auto;
	margin-bottom:20px;
	margin: 0 10px;
	border-bottom:1px solid #ccc;

}

@media screen and (min-width: 600px) {

}

@media screen and (min-width: 1024px) {

.booking-box{
	max-width:400px;
	margin:30px 0;

}

h1{

  font-size:45px;

}


.service-title-line{
	border-bottom:1px solid #ccc;
	width: 20%;
	height: 14px;
    float: left;
}

.service-title{
	float:left;
	border-bottom:0;
}


}



@media screen and (min-width: 1200px) {

.service-title-line{

	width: 26%;


}

}



/* end home css */



/* Content css */

.banner-wrapper{
	padding-top:10em;
}

.banner-wrapper-inner{
	padding-top:4em;
}

.banner-bg{
	background-color:rgba(37, 37, 37, 0.5);
	height:23em;
}

.banner-bg-inner{
	background-color:rgba(37, 37, 37, 0.5);
	height:17em;
}

.slider-content{
	float:right;
	width:90%;
}

.slider-word{
	color:white;
	justify-text:flex-start;
}

.slider-word > .slogan-text{
	font-family:"Lato Light";
	font-size:18px;
	line-height:0;
	padding-top:35px;
	font-weight:400;

}

.slider-word > .title-text{
	font-family:"Lato Black";
	font-size:40px;
	font-weight:900;

}

.slider-word > .content-style{
	padding-top:10px;
	font-family:"Lato Light";
	font-size:16px;
	color:white;
	line-height:1.5;
	width:80%;
	justify-text:flex-start;

}




/*side bar*/



.sidenav {
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  background-color: rgba(220, 235, 249, 0.20);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);
}

.sidenav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align:center;
}

.sidenav ul li {
}

.sidenav ul li a {
  display: block;
  text-decoration: none;
  font-family:"Lato Black";
  font-weight:900;
  letter-spacing: 0.8px;
  font-size: .8em;
  padding: 18px 20px;
  width: 100%;
  color:#0055A6;
}

.sidenav ul li a:hover {
  background: rgba(0, 85, 166, 0.20);
  color:#0055A6;
}

/*.sidenav ul li .active {
  background: rgba(0, 85, 166, 0.20);
  color:#0055A6;
}*/



.title-product{
	color: white;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-family: "Lato Black";

}

.bottom-product{
	color: white;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;


}

.top-line{

    margin-bottom: -10px;
	border: 0;
    border-top: 1px solid #eee;
}

.bottom-line{
	margin-top: -18px;
    margin-bottom: -10px;
	border: 0;
    border-bottom: 1px solid #eee;
}

.product-bar{
	background: #3492c6;
	border-radius:4px;
}

.panel-default> .panel-heading{
	color: #fff !important;
    background-color: #3492c6 !important;
    border-color: #3492c6 !important;
	font-family:"Lato Semibold";
}


.panel-default {
    border-color: #3492c6 !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: 1px solid #3492C6 !important;
}

.panel {

    background-color: #fff !important;
    border: 1px solid #3492c6 !important;
    -webkit-box-shadow: 0 0px 0px rgb(52, 146, 198) !important;
    box-shadow: 0 0px 0px rgb(52, 146, 198) !important;
}

.panel-heading{
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
	text-decoration:none !important;

}




/* end side bar*/

.desktop-tab-view{
	display:block;
}

.mobile-tab-view{
	display:none;
}



@media screen and (max-width: 1080px) {
.desktop-tab-view{
	display:none;
}

.mobile-tab-view{
	display:block;
}

}

@media screen and (max-width: 890px) {
	.banner-wrapper {
    padding-top: 5em;
}
}

@media screen and (max-width: 800px) {

		.banner-wrapper {
    padding-top: 2em;
}
}

@media screen and (max-width: 780px) {



.banner-bg{
	height:25em;
}

}





@media screen and (max-width: 640px) {

.banner-bg{
	height:22em;
}

.desktop-side-view{
	display:none;
}

.mobile-side-view{
	display:block;
	padding:1px;

}



}


@media screen and (min-width: 480px) {

}
@media screen and (max-width: 560px) {

.banner-wrapper {
    padding-top: 0em;
}

.slider-word > .title-text{
	font-size:33px;
}


}

@media screen and (max-width: 550px) {

.banner-bg{
	height:20em;
}

}


@media screen and (max-width: 525px) {

.banner-bg{
	height:29em;
}

.slider-word > .slogan-text {
    font-family: "Lato Light";
    font-size: 12px;

    padding-top: 18px;
}

}

@media screen and (max-width: 440px) {

	.slider-word > .title-text{
	font-size:24px;
}

.content-style{
	display:none;
}

}

@media screen and (max-width: 320px) {




}


@media screen and (min-width: 600px) {
.cont-1{


	text-align:center;
}

}


@media screen and (min-width: 720px) {


}




@media screen and (min-width: 920px) {


}


@media screen and (min-width: 1024px) {


}


@media screen and (min-width: 1200px) {


}
/* End Content css */







/* Footer css */

.footer-copyright{
	width:100%;
	color: #fff;
    background: #777777;
	text-align:center;
	padding:10px 0px 10px 0px;
}

.company-copyright{
	font-family:"Lato";
	font-size:12px;
}

.webtemple-link{
	font-family:"Lato";
	font-size:10px;
}

.input-bottom{
	padding-top:5px;
}

.footer-menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu li{
	line-height:1.5;
	font-size:14px;
	color:#fff;
}

.border-right-footer{
	border-style: solid;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
    border-right-color: rgba(255, 255, 255, 0.35);
	border-radius:2px;
	margin-right: 17px;
    display:block;
}

.footer-mobile{
		 display:none;
	 }

.footer-desktop{
	display:block;
}

.footer-padding{
		padding-top:14px;
	}

@media screen and (min-width: 370px) {


}


@media screen and (min-width: 480px) {

}


@media screen and (max-width: 640px) {
	.border-right-footer{
		border-right-color: transparent;
	}

	 .footer-mobile{
		 display:block;
	 }

	.footer-desktop{
		display:none;
	}

	.inner-space{
		padding:10px;
	}

	.footer-padding{
		padding-top:0px;
	}

}


@media screen and (min-width: 720px) {


}


}

@media screen and (min-width: 920px) {


}


@media screen and (min-width: 1024px) {


}


@media screen and (min-width: 1200px) {


}
/* End Footer css */

.date-timer-wrapper{

	width:100%;
	margin:0 auto;
	color:#000;
	text-align:center;

    bottom: 0;

}

.date-wrapper{
	width:100%;
	padding:20px;
	font-size:25px;

	 letter-spacing:2px;

}

.venue-text{
	font-size:16px;
	 letter-spacing:1px;

}

.time-wrapper{
	width:100%;
	padding:25px 10px 10px 10px;

    height: 100px;

}

 /* countdown */
        .timer{
            text-align: center;

            margin: 0px auto 0;
            padding: 0 ;

        }
        .timer .table-cell{
            display: inline-block;
                width: 65px;
			 height: 65px;
			 background-color:#fff;
			 margin:10px 2px;
			 padding:10px;
        }
        .timer .table-cell .tab-val{
            font-size: 25px;
            color: #464646;

            line-height: 30px;

            margin: 0 0 5px;
        }
        .timer .table-cell .tab-unit{
            font-family: Arial, serif;
            font-size: 12px;
            text-transform: capitalize;
        }

        #simple_timer.timer .table-cell.day,
        #periodic_timer_days.timer .table-cell.hour{
            width: 65px;
			 height: 65px;
			 background-color:#fff;
			 margin:10px 2px;
			 padding:10px;
			 display:inline-block;

        }

		.emailletter{
			margin-top:40px;
		}

	@media screen and (min-width: 1024px) {

		   #simple_timer.timer .table-cell.day,
        #periodic_timer_days.timer .table-cell.hour{
               width: 100px;
			 height: 100px;

			 margin:10px 20px;


        }

		   .timer .table-cell .tab-val{
            font-size: 35px;

            line-height: 63px;

        }

				.emailletter{
			margin-top:80px;
		}


		   .timer .table-cell{
               width: 100px;
			 height: 100px;

			 margin:10px 20px;
        }

	}
 /* end countdown */


.red,
.mandatory{
	color : red;
}
