@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

/*-----------------------------------------------------*/



/*-------------------------------------------------------*/




/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Type */

	html {
		font-size: 13pt;
	}

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

		html {
			font-size: 11pt;
		}

	}

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

		html {
			font-size: 11pt;
		}

	}

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

		html {
			font-size: 12pt;
		}

	}

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

		html {
			font-size: 12pt;
		}

	}

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

	html {
			font-size: 12pt;
		}

	}

	body {
		background-color: #fff;
		color: #444;
	}
	body, input, select, textarea {
		font-family: "Poppins", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}

	a{
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

		p.special {
			text-transform: uppercase;
			font-size: .75rem;
			font-weight: 300;
			margin: 0 0 .5rem 0;
			padding: 0 0 1rem 0;
			letter-spacing: .25rem;
		}

			p.special:after {
				content: '';
				position: absolute;
				margin: auto;
				right: 0;
				bottom: 0;
				left: 0;
				width: 50%;
				height: 1px;
				background-color: rgba(0, 0, 0, 0.125);
			}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 1rem 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.35rem;
	}

	h4 {
		font-size: 1.1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}


	.align-left {
			position: relative;
		text-align: left;
	}

	.align-center {
			position: relative;
		text-align: center;
	}

	.align-right {
			position: relative;
		text-align: right;
	}

	input, select, textarea {
		color: #555;
	}

	a {
		color: #8a4680;
	}

	strong, b {
		color: #555;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
	}

	blockquote {
		border-left-color: rgba(144, 144, 144, 0.25);
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: rgba(144, 144, 144, 0.25);
	}

	hr {
		border-bottom-color: rgba(144, 144, 144, 0.25);
	}



/*-------------------------------------------------------*/


/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
border-radius: 2px;
background-color: silver;
color: black;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
border :2px solid black;
	}

			input[type="submit"]:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			button:hover,
			.button:hover {
				background-color: red;
			}

			input[type="submit"]:active,
			input[type="reset"]:active,
			input[type="button"]:active,
			button:active,
			.button:active {
				background-color: #e5e5e5;
			}

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

				input[type="submit"],
				input[type="reset"],
				input[type="button"],
				button,
				.button {
					padding: 0;
					width: auto;
					height: auto;
				}

			}


			/* Icon */

				.icon {
					text-decoration: none;
					border-bottom: none;
					position: relative;
				}

					.icon:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					.icon > .label {
						display: none;
					}


/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}


	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 2rem;
			}



/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		position: relative;
		margin: 0 0 1.5rem 0;
		color: #bbb;
	}




/* Wrapper */

.wrapper {
	padding: 6rem 0 6rem 0 ;
	position: relative;
	margin: 0;
}

	.wrapper > .inner {
		margin: 0 auto;
		width: 80rem;
	}

		.wrapper.style2 {
			background-color: #f2f2f2;
			color: #a6a6a6;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #000;
			}


			.wrapper.style2 a:link, a:visited{
			background-color: silver;
			color: black;
			padding: 2px 10px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			border :2px solid black;
			}

			.wrapper.style2 a:hover, a:active {
			background-color:red;
			}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #000;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #000;

				text-transform: uppercase;
				font-size: 1rem;
				font-weight: 300;

				letter-spacing: .25rem;
			}
			.wrapper.style2.inner{


			}

		.wrapper.style3 {
			background-color: #000;
			color: #bfbfbf;
			background-image: url(../../images/bg.jpg);
			background-size: cover;
			background-attachment: fixed;
			background-position: center;
			position: relative;
		}


			.wrapper.style3 a:link, a:visited{
				background-color: silver;
color: black;
padding: 2px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
border :2px solid black;
			}

			.wrapper.style3 a:hover, a:active {
    background-color:red;
}


.wrapper.style3 .inner {
	position: relative;
	z-index: 2;
}


			.wrapper.style3 p {
				text-transform: uppercase;
				font-size: .75rem;
				font-weight: 300;
				margin: 0 0 .5rem 0;
				padding: 0 0 1rem 0;
				letter-spacing: .25rem;
			}

							.wrapper.style3 p:after {
								content: '';
								position: absolute;
								margin: auto;
								right: 0;
								bottom: 0;
								left: 0;
								width: 50%;
								height: 1px;
								background-color: rgba(255, 255, 255, 0.5);
							}

						.wrapper.style3:before {
							-moz-transition: opacity 3s ease;
							-webkit-transition: opacity 3s ease;
							-ms-transition: opacity 3s ease;
							transition: opacity 3s ease;
							-moz-transition-delay: 1.25s;
							-webkit-transition-delay: 1.25s;
							-ms-transition-delay: 1.25s;
							transition-delay: 1.25s;
							content: '';
							display: block;
							background-color: rgba(0, 0, 0, 0.95);
							height: 100%;
							left: 0;
							opacity: 0.50;
							position: absolute;
							top: 0;
							width: 100%;
							z-index: 1;
						}

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

			.wrapper > .inner {
				width: 75rem;
			}

		}

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

			.wrapper > .inner {
				width: 90%;
			}

			.wrapper.style3 {
				background-attachment: scroll;
			}

		}

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

			.wrapper {
				padding: 3rem 0 1rem 0 ;
			}

		}





						/* Box Model */

							*, *:before, *:after {
								-moz-box-sizing: border-box;
								-webkit-box-sizing: border-box;
								box-sizing: border-box;
							}

/* Header */

	#header {
		background: rgba(0, 0, 0, 0.975);
		color: #a6a6a6;
		cursor: default;
		height: 3.25em;
		left: 0;
		line-height: 3.25em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10001;
	}


		#header > a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			display: inline-block;
			padding: 0 0.75em;
			color: inherit;
			text-decoration: none;
			color: #FFF;
		}

			#header > a:hover {
				color: #f2f2f2;
			}

			#header > a[href="#menu"] {
				text-decoration: none;
				-webkit-tap-highlight-color: transparent;
			}

			#header > a[href="#menu"]:before {
				content: "";
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#header > a[href="#menu"]:before {
				margin: 0 0.5em 0 0;
			}


			#header > a:last-child {
				padding-right: 2em;
			}
								#header.alt {
									-moz-animation: none;
									-webkit-animation: none;
									-ms-animation: none;
									animation: none;
									background-color: transparent;
									box-shadow: none;
									overflow: hidden;
									position: absolute;
									top: 1.5em;
								}

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

												#header > a {
													padding: 0 0.5em;
												}

													#header > a + a[href="#menu"]:last-child {
														padding-left: 1em;
														margin-left: 0.25em;
													}

													#header > a:last-child {
														padding-right: 1em;
													}

											}


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

		body.subpage {
			padding-top: 44px;
		}

		#header {
			height: 44px;
			line-height: 44px;
		}

			#header > h1 {
				left: 1em;
			}

				#header > h1 a {
					font-size: 1em;
				}

	}

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

		#header {
			min-width: 320px;
		}

	}

/* Menu */

	#menu {
		-moz-transform: translateX(20rem);
		-webkit-transform: translateX(20rem);
		-ms-transform: translateX(20rem);
		transform: translateX(20rem);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background: rgba(0, 0, 0, 0.95);
		box-shadow: none;
		color: #000;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3rem 2rem;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20rem;
		z-index: 10002;
	}

		#menu > ul {
			margin: 0 0 1rem 0;
		}

			#menu > ul.links {
				list-style: none;
				padding: 0;
			}

				#menu > ul.links > li {
					padding: 0;
				}

					#menu > ul.links > li > a:not(.button) {
						border: 0;
						border-top: solid 1px rgba(255, 255, 255, 0.125);
						color: rgba(255, 255, 255, 0.5);
						display: block;
						line-height: 3.5rem;
						text-decoration: none;
						text-transform: uppercase;
					}

						#menu > ul.links > li > a:not(.button):hover {
							color: #FFF;
						}

					#menu > ul.links > li > .button {
						display: block;
						margin: 0.5rem 0 0 0;
					}

					#menu > ul.links > li:first-child > a:not(.button) {
						border-top: 0 !important;
					}

		#menu .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #999999;
			cursor: pointer;
			display: block;
			height: 3.25rem;
			line-height: 3.25rem;
			padding-right: 1.25rem;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7rem;
		}

			#menu .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#menu .close:before {
				content: '\f00d';
				font-size: 1.25rem;
			}

			#menu .close:hover {
				color: #000;
			}

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

				#menu .close {
					height: 4rem;
					line-height: 4rem;
				}

			}

		#menu.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

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

			#menu {
				padding: 2.5rem 1.75rem;
			}

		}
		/* Footer */

			#footer {
				padding: 4rem 0 1rem 0 ;
				background: #000;
				text-align: center;
			}

				#footer a {
					color: rgba(255, 255, 255, 0.5);
				}

					#footer a:hover {
						color: #ffffff;
					}

				@media screen and (max-height:100px) {

					#footer {
						padding: 	2rem 0 1rem 0 ;
					}

				}
/* till here  all style complete */

/* Banner */
.banner {
	background-color: #8a4680;
	color: #e2d1df;
	padding: 8em 0;
	position: relative;
}

.banner strong, .banner b {
			color: #ffffff;
		}

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
			color: #ffffff;
		}
.banner.full {
			padding: 0;
			min-height: 100vh;
			height: 100vh !important;
		}

.banner.half {
			padding: 0;
			min-height: 50vh;
			height: 50vh !important;
		}

	.banner > article {
			-moz-transition: opacity 1.5s ease, visibility 1.5s;
			-webkit-transition: opacity 1.5s ease, visibility 1.5s;
			-ms-transition: opacity 1.5s ease, visibility 1.5s;
			transition: opacity 1.5s ease, visibility 1.5s;
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height:100%;
			width:auto;
			left: 0;
			opacity: 0;
			position: absolute;
			text-align: center;
			top: 0;
			visibility: visible;
			width: 100%;
			z-index: 2;
		}

				.banner > article:before {
					content: '';
					display: inline-block;
					height: 100%;
					width: auto;
					vertical-align: middle;
				}

													.banner > article:after {
														content: '';
														display:inline-block;
														width: auto;
														height: auto;
														position: absolute;
														top: 0;
														left: 0;
														background: #000;
														opacity: 0.35;
													}



						.banner > article h2 {
						  text-align: left;
			        font-size: 4rem;
			        font-style: normal;
							color: #FFF;
							font-weight:300;
							font-family:Algerian;
							text-shadow: 2px 0.5px black;
						}
						.banner > article p {
							color: rgba(255, 255, 255, 0.50);
							text-transform: uppercase;
							font-size: 1rem;
							font-weight: 300;
							padding-bottom: 1.75rem;
							letter-spacing: .25rem;
						}
						.banner > article p:after {
							content: '';
							position: absolute;
							margin: auto;
							right: 0;
							bottom: 0;
							left: 0;
							width: 50%;
							height: 1px;
							background-color: rgba(255, 255, 255, 0.65);
						}
		.banner > article.visible {
										opacity: 1;
										visibility: visible;
															}
.banner > article .inner {
				position: relative;
				display:inline-block;
				vertical-align: middle;
			   z-index: 1;
							top: 0;
							left: 0;
				  visibility:visible;
							width: auto;
						height: auto;
							}


								.banner > article img{
											           position: relative;
													display: inline-block;
												vertical-align: middle;
												z-index: 1;
														top: 0;
															left: 0;

													border-radius: 75px;
															border: 1px solid black;
																		width: 170px;
												height: 170px;


								}

								.banner > article .image1{
								  position: absolute;
								  top: 0px;
								  left: 100px;
									height: 0px;
									width:0px;
								}


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

			.banner.full {
				padding: 0;
				min-height: 75vh;
				height: 75vh !important;
			}

		}

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

			.banner.full {
				padding: 0;
				min-height: 50vh;
				height: 50vh !important;
			}

			.banner > article {
				background-attachment: scroll;
			}

		}

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

			.banner > article .inner {
				width:auto;
			}

			.banner > article p {
				margin-bottom:auto;
			}

			.banner > article h2 {
				font-size: 4rem;
			}

		}

				body.is-mobile .banner > article {
					background-attachment: scroll;
				}
