/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
		JQUERY LIGHT BOX
	3. MAIN SECTION

====================================================

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	touch-action: manipulation;
}

body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span,
li,
img,
inpot,
	{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	font-weight: inherit;
}

h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif;
}

p {
	line-height: 1.6;
	font-size: 1.05em;
	font-weight: 400;
	color: #555;
}

h1 {
	font-size: 3.5em;
	line-height: 1;
}

h2 {
	font-size: 3em;
	line-height: 1.1;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: .9em;
	letter-spacing: 1px;
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all .3s;
	line-height: 1;
}

a:focus,
a:active,
a:hover,
a b.light-color:hover {
	text-decoration: none;
	color: #E45F74;
}
button:focus {
	outline: none; 
	text-decoration: none;
	
}
button::-moz-focus-inner {
	border: 0;
}

b {
	font-weight: 500;
}

img {
	width: 100%;
}

li {
	list-style: none;
	display: inline-block;
}

b.light-color {
	color: #444;
}

.icon {
	font-size: 1.1em;
	display: inline-block;
	line-height: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	line-height: inherit;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text {
	text-align: center;
}

.display-table {
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

::-moz-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

:-ms-input-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

:-moz-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

.full-height {
	height: 100%;
}

.position-static {
	position: static;
}

.font-white {
	color: #fff;
}

/* ---------------------------------
3. MAIN SECTION
--------------------------------- */

.main-area {
	position: relative;
	height: 100%;
	z-index: 1;
	padding: 0 20px;
	background-size: cover;
	color: #fff;
	background-image:url(../images/body_background.jpg);
}

.main-area:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .4;
	background: #000;
}

.main-area h1 span {
	-webkit-animation: 1s blink step-end infinite;
	-moz-animation: 1s blink step-end infinite;
	-ms-animation: 1s blink step-end infinite;
	-o-animation: 1s blink step-end infinite;
	animation: 1s blink step-end infinite;
}

.main-area .desc {
	margin: 20px auto;
	max-width: 500px;
}
.main-area .desc span {
	display: block;
	font-size: 0.8em;
	margin-top: 15px;
	color: #BDBDBD;
}

.main-area .notify-btn {
	padding: 13px 35px;
	border-radius: 0px;
	border: 2px solid #222;
	color: #fff;
	background: #222;
}

.main-area .notify-btn:hover {
	background: none;
}

.main-area .scil-btn {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 50%;
	padding-left: 0;
	transform: translateX(-50%);
}

.main-area .scil-btn>li>a {
	margin: 0 10px;
	padding-bottom: 7px;
	position: relative;
	overflow: hidden;
}

.main-area .scil-btn>li>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .2s;
	height: 2px;
	background: #bd9cff;
}

.main-area .scil-btn>li>a:hover:after {
	transform: translateX(100%);
}
.main-area .scil-btn>li>a:hover {
	color: #ff9368
}

/* button  */
.contact-button-wrapper {
	padding-top: 20px;

}
.svg-filters {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px; }

.button--contact {
	-webkit-font-smoothing: antialiased;
	background-color: #222;
	border: none;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	user-select: none;
	letter-spacing: 0.1em;
	color: white;
	padding: 16px 35px;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	border-radius: 50px;
}

.button--contact:hover,
.button--contact .button__bg:hover {
	background-color: #2CD892;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;

}

.button--contact:focus,
.button--contact .button__bg:focus {
	outline: none;
	color: #fff;
	border-radius: 50px;
	
}

.safari .button,
.safari .button__bg {
	-webkit-filter: none !important;
	filter: none !important;
}

.button--contact {
	position: relative;
	z-index: 1;
}

.button--contact:hover {
	background: none;
}

.button--contact:hover .circle {
	background: #2CD892;
}

.button--contact:hover .button__bg {
	background: #2CD892;
}

.button--contact .button__container {
	position: absolute;
	display: block;
	width: 200%;
	height: 400%;
	top: -150%;
	left: -50%;
	pointer-events: none;
	z-index: -1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.button--contact .button__bg,
.button--contact .circle {
	-webkit-animation: hue-rotate 10s linear infinite;
	-moz-animation: hue-rotate 10s linear infinite;
	animation: hue-rotate 10s linear infinite;
	z-index: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.button--contact .button__bg {
	position: absolute;
	border-radius: 50px;
	width: 50%;
	height: 25%;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button--contact .circle {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background: #222;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}

.button--contact .circle.top-left {
	top: 40%;
	left: 27%;
}

.button--contact .circle.bottom-right {
	bottom: 40%;
	right: 27%;
}

@keyframes hue-rotate {
	from {
		-webkit-filter: hue-rotate(0);
		-moz-filter: hue-rotate(0);
		-ms-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	to {
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
@keyframes "blink" {
	from, to {
	  color: transparent;
	}
	50% {
	  color: #ffffff;
	}
  }
  
  @-moz-keyframes blink {
	from, to {
	  color: transparent;
	}
	50% {
	  color: #ffffff;
	}
  }
  
  @-webkit-keyframes "blink" {
	from, to {
	  color: transparent;
	}
	50% {
	  color: #ffffff;
	}
  }
  
  @-ms-keyframes "blink" {
	from, to {
	  color: transparent;
	}
	50% {
	  color: #ffffff;
	}
  }
  
  @-o-keyframes "blink" {
	from, to {
	  color: transparent;
	}
	50% {
	  color: #ffffff;
	}
  }