/* ================================= */
/* :::::::::: General ::::::::::: */
/* ================================= */

html, body {
	font-family: 'Exo', sans-serif!important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


.backstretch:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9) url("../images/bg.png");
    background-repeat: repeat;
    z-index: 100;
}

.YTPOverlay:after {
	content: '';
	position: absolute;
	height: 150%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9) url("../images/bg.png");
	background-repeat: repeat;
	z-index: 100;
 }


.title-section {
      position: absolute;
      top: 0;
      left: 50%;
      text-align: center;
      text-transform: uppercase;
      display: block;
      font-weight: 700;
      font-family: 'Aldrich', sans-serif;
}

.title-section:before {
        content: '';
        position: absolute;
        bottom: -38px;
        left: -35px;
        width: 35px;
        height: 38px;
      }

.title-section:after {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        content: '';
        position: absolute;
        bottom: -38px;
        right: -35px;
        width: 35px;
        height: 38px;
      }

.title-section {
          font-size: 14px;
          width: 25em!important;
          height: 3.25em;
          top: -3.25em;
          line-height: 3.25em;
          margin-bottom: -3.25em;
          margin-left: -12.5em;
          padding-top: 0.5em;
          overflow: hidden;
}

.title-section i {
      font-style: normal;
}

.style1  {
        background: rgb(255, 255, 255) url("../images/bg.png");
        color: #008d41;
      }

.style2 {
        background: #fff;
        color: #008d41;
      }

#page-loader {
    background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
}

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 5px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 5px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
    border-right: 5px solid #008d41 !important;
    border-top: 5px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
	-webkit-animation:fa-spin 1.2s infinite linear;
	animation:fa-spin 1.2s infinite linear
	}
	@-webkit-keyframes fa-spin
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

	@keyframes fa-spin
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #008d41;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #008d41;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #008d41;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #008d41;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none!important;
  color: #000;
  transition: all 0.4s;
}
/* ================================= */
/* :::::::::: Header :::::::::::: */
/* ================================= */

header {
	text-align:center;
	padding-top: 145px;
	height: 850px;
}

header .logo {
  position: relative;
  z-index: 2;
}

header h1 {
	font-size: 1.80em;
	color: black;
	display: inline-block;
	padding: 14px 10px 10px 14px;
	margin-top: 30px;
	letter-spacing: 0.135em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Aldrich', sans-serif;
	border: 7px double black;
  position: relative;
  z-index: 2;
}

header p {
    line-height: 25px;
    color: black;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    position: relative;
    z-index: 2;
}

header .mouse-wrapper {
	margin:0 auto;
	display:block;
	width:28px;
	position:absolute;
	z-index:10;
	left:0;
	right:0;

}

header .mouse {
	margin-left: -20px;
	position: absolute;
    text-align: center;

	bottom: 0;
    left: 50%;
    	animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}

header .mouse a {
	color: #008d41;
	position: relative;
	top: 110px;
	line-height: 36px;
	font-size: 15px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 2px solid #008d41;
	 border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
     transition: all 0.4s ease 0s;
	  -moz-transition: all 0.4s ease 0s;
	  -webkit-transition: all 0.4s ease 0s;
	  -o-transition: all 0.4s ease 0s;
	  -ms-transition: all 0.4s ease 0s;

}

header .mouse-wrapper .mouse a:hover {
	background: #008d41;
	color: #fff;
}


@-webkit-keyframes wobbleArrow
 {
 from   {

 bottom: 40px;

 }
 to {

 bottom: 50px;

 }
 }


@-webkit-keyframes scrolls {
	0%
	{
		top:10px;
		opacity:1;
		height:4px;
	}
	95%
	{
		top:18px;
		opacity:0;
		height:10px;
	}
	100%
	{
		top:8px;
		opacity:1;
		height:4px;
	}
}

header .video-box {
  position: absolute!important;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
}
