/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

/*@font-face {font-family:"Algeria";src:url("../font/ALGERIA.eot?") format("eot"),url("../font/ALGERIA.woff") format("woff"),url("../font/ALGERIA.ttf") format("truetype"),url("../font/ALGERIA.svg#Algeria") format("svg");font-weight:normal;font-style:normal;}*/



* {
  margin: 0;
  padding: 0;
}

/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
  
}



.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(0,0,0,0.35);*/
}


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

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{max-width:85%;}

a, a:hover, a:active{ outline:0px !important; cursor: pointer;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.1.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin:0;
	
}

.text-center h1{	
	margin-top: -5px;
}


h1{
	font-size:2em;
	font-weight: bold; }

h2{
	font-size:1.5em;
	color:#000000;
	font-weight:700;
	letter-spacing: -1px;
	margin: 5px;
	text-align:center;
	letter-spacing: 0.1em;
}

h3{
	
	color:#000000;
	font-size:16px;
	margin: 0 5px 5px 5px;
	/*text-transform:uppercase;*/
	font-weight:400;
}


h6{
	font-size:2rem;
	color:#000000;
	font-weight:400;
	text-align:center;
	margin:0 0 10px 0;
	text-shadow: 2px 2px 4px #000000;
}

p{
	line-height:24px;
	margin: 0 10px 0 10px;
	font-size: 1.5rem;
	text-align: justify;
}

hr{ 
  margin-top: 0;
  height: .5px;
  color: #000000;
  background-color: #000000;
  opacity: 20%;
}

section {
	min-width: 90vw;
}

.container {
	margin-top: 0;
	padding-top: 0;
	min-width: 100%;
	/*position: relative;*/
}

.container_vev {
	margin-top: 0;
	padding: 0 0 20px 0;
	min-width: 100%;
}


/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	padding:0;
	min-height: 75vh;
	margin: 0 auto;
}

.logo {margin-top: 5vh;}

.logo img {
	margin: 0 auto;
	/*padding-bottom: 10vh;*/
}

.header h1{
	text-align:center;
	font-family: 'Montserrat',sans-serif;
	font-size:40px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 15px 0 ;
	color:#000;
	text-shadow: 2px 2px 4px #000000;
}

.header h3{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:1.5em;
	color: #000;
	text-transform: unset;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}

.we-create{
	padding:0;
	margin:15px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #000;
	/*text-transform: uppercase;*/
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}

.box {

	position: relative;
  	bottom: 7.5%;
  	
}

.link{
	padding:10px 25px;
	background:#7cc576;
	color:#000 !important;
	font-size:16px;
	font-weight:400;
	/*font-family: 'Montserrat', sans-serif;*/
	display:inline-block;
	border-radius:2px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	opacity: .5;
}

.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
	opacity: .5;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
	opacity: .5;
}


#about {

	margin-top: 0.25px;
	min-height: 100vh;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	min-width: 100%;
	/*padding:10px 0 0 0;*/
	border-bottom:.5px solid #dddddd;
	box-shadow:0 4px 15px -3px #ececec;
	position:relative;
	/*background:#fff;*/
	background: #1c5931;
	/*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7343312324929971) 30%, rgba(0,0,0,0.28895308123249297) 100%);*/
	opacity: .94;
    top: -1px;
    height: 55px;
    z-index: 1000;

}

.main-nav{
	text-align:center;
	/*margin:10px 0 5px;*/
	padding-top: 5px;
	list-style:none;
	opacity: 1;
	z-index: 1000;
}

.main-nav li{
	display:inline;
	margin:0 1px;
}

.main-nav li a{
	display:inline-block;
	color: aqua;
	text-transform:uppercase;
	/*font-family: 'Montserrat', sans-serif;*/
	text-decoration: none;
	line-height:5px;
	margin:0 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:underline;
	font-weight: bold;
	font-size: 1.25em;
	color: #7cc576;
}

.small-logo{ 
	padding:0 10px;
}

.main-section{
	min-width: 100%;
	/*padding: 0 0 110px 0px;*/
}

.main-section .container {
	min-width: 80%;
	overflow-x: visible;
}

/* Intervest ads
---------------------------------*/
.adsmodal {
	top: unset !important;
	right: unset !important;
	left: 1vw;
	bottom:1vh;
}

.ads-lg {
	width: 30vw !important;
	}

/* Intervest details
---------------------------------*/


.media-body {
	min-width: 48%;
	max-height: 100%;
	position: relative;
	display: inline-block;
	float: left;
}

.media-body p{
	text-align: left;
	/*margin-left: 20px;*/
	font-size: 15px;
}

.media-body h4{
	text-align: left;
	/*margin-left: 20px;*/
	font-size: 18px;
}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
	margin: auto;
}

.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
    font-size: 1.9rem;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#000000;
	border-radius:4px;
	text-transform:uppercase;
	/*font-family: 'Montserrat', sans-serif;*/
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}


img.logoimage {
   max-width:15%;
}


.client-part .jarallax{
	padding: 0;
	min-height: 25vh;
	background-color:#0E5D7B;
    /*margin-top: 0px;*/
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
	margin:  0 auto;
}
.client li{
	display:inline;
	/*margin:0 15px;*/
}
.client li a{
	display:inline-block;
}
.client li a img{
	width: 90%;
	margin-bottom:15px;
	border-radius:1%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	/*border:1px solid #7cc576;*/
	/*border-radius:50%;*/
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:2%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:2%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	/*border-radius:90%;*/
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:2%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking {
	/*background:url(../img/fabric_1.png) top center repeat;*/
	/*background-size: contain;*/
	/*background-size:cover;*/
	background:#fafafa;
	min-width: 100%;
	padding:20px 0 10px;
	text-align:center;
}
.business-talking h2{
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight:700;
	padding:0;
	margin:10px 0 20px;
	text-transform:uppercase;
	font-size:42px;
	color:#000;
}


/* Contact
---------------------------------*/

#contact{
	/*padding-top: 2vh;*/
	margin: 0 auto;
}

#ourlocation{
	/*padding-top: 2vh;*/
	margin: 0 auto;
}

.main-section.contact{
	padding: 50px 0 50px 10%;
    height: 50vh;
}

.main-section.contact{
	/*background:url(../img/bg-map.png) left 190px no-repeat;*/
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 5px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:5px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#000000;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}

.social-link{
	padding:5px 0;
	margin:0 0 0 10px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#000000;
	/*border-radius:50%;*/
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	max-width: 50vw;
	margin:0 auto;
}

.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	/*font-family: 'Open Sans', sans-serif;*/
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/
.foot{background-color: #1c5931; opacity: 70%}

.footer{
	background:url(../img/pw_maze_black.png) left top repeat;
	margin: 5vh 0 1vh 0;
	/*padding:0 0 5px;*/
	float: left;
	width: 100%;
}

.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright, .credits{
	color:#cccccc;
	font-size: 14px;
    /*font-weight: bold;*/
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	/*line-height:38px;*/
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:125px;
	/*height:27px;*/
	margin:2px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.home-nav_click {display:none;}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus,
.home-nav_click:hover, .home-nav_click:active, .home-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}

.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

.delay-15s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}

/* bouncing down arrow
---------------------------------*/
.bouncing{
	margin-top: 20vh;
	/*margin-bottom: 1px;*/
	-moz-animation: bouncing 3s infinite;
	-webkit-animation: bouncing 3s infinite;
	animation: bouncing 3s infinite;
}

@-moz-keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bouncing {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounceup{
	-moz-animation: bounceup 3s infinite;
	-webkit-animation: bounceup 3s infinite;
	animation: bouncing 3s infinite;
}

@-moz-keyframes bounceup {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounceup {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounceup {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*Cookie Consent Begin*/

.coookies { margin: 10px 15px 5px 15px; }

#cookieConsent {

    /*background-color: rgba(20,20,20,0.95);*/
    
    background: linear-gradient(180deg, rgba(16, 19, 23, 0.9) 0%, rgba(42, 134, 113, .95) 100%);
    /*height: 30vh;*/
    
    color: #ccc;
    line-height: 1.25em;
    padding: 8px 5px 8px 5px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.25em;
    position: fixed;
    top: 35vh;
    /*bottom: 50px;*/
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #e0e0e0 !important;
    text-align: justify;

}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: -10px -5px 0 0;
    font-weight: bold;
    font-size: 20px;
    color: cyan;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 1.5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 30px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/*covid19 Begin*/

.cooovid { margin: 10px 15px 5px 15px; }

#coVid19 .coVidnoshadow a:link {color: cyan;}

#coVid19 {

    background: linear-gradient(180deg, rgb(41, 99, 61) 0%, rgba(42, 134, 113, 0.52) 100%);
    color: #fff;
    line-height: 1.25em;
    padding: 8px 5px 8px 5px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 1.25em;
    /*position: relative;*/
    /*top: 25vh;*/
    /*bottom: 50px;*/
    left: 0;
    right: 0;
    /*display: none;*/
    z-index: 9999;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #e0e0e0 !important;
    text-align: center;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
    text-shadow: .5px .5px .5px #000000;



}
#coVid19 a {
    color: #4B8EE7;
    text-decoration: none;
}

#closecoVid19 {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: -10px -5px 0 0;
    font-weight: bold;
    font-size: 20px;
    color: cyan;
    text-shadow: none;
}
#closecoVid19:hover {
    color: #FFF;
}
#coVid19 a.coVid19OK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 1.5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 30px 0 10px;
}
#coVid19 a.coVid19OK:hover {
    background-color: #E0C91F;
}
/*covid19 End*/

/* LOADER */

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

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #000000;
}

/**/
.type{
  color:white;
  opacity: 1;
}

.type-cursor{
  color:white;
	opacity: 1;
	font-weight: bold;
	-webkit-animation: blink 0.9s infinite;
	-moz-animation: blink 0.9s infinite;
	-ms-animation: blink 0.9s infinite;
	-o-animation: blink 0.9s infinite;
	animation: blink 0.9s infinite;
        }
        @-keyframes blink{
            color:white;
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{

            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
/**/

/* Demo specific styles end */


/* */

.loader-ring {
  top: calc(50% - 100px);
  left: 50%;
  pointer-events: none;
}


/* Demo specific styles end */

.loader-ring {
  position: absolute;
  height: 75px;
  width: 75px;
  border-radius: 0 100% 0 0;
  border: 1px solid white;
  border-width: 0px 5px 0px 0px;
  box-shadow: 5px 1px 2px -4px white, inset -4px 1px 3px -4px white;
  transform-origin: 0px 100%;
  animation: rotate .5s linear infinite;
}


}


.loader-ring:after {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 100%;
  left: calc(100% + 2px);
  border-radius: 100%;
  border-width: 0;
  background: white;
  box-shadow: 0px 0 3px 3px white;
  content: '';
}

.loader-ring:before {
  position: absolute;
  height: 200%;
  width: 200%;
  top: -1px;
  left: calc(-100% - 1px);
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,.5);
  border-width: 1px 0 0;
  transform-origin: 0px 0px;
  content: '';
}


@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}



#load {
  position:absolute;
  width:600px;
  height:36px;
  left:50%;
  top:45%;
  margin-left:-300px;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
}

#load div {
  position:absolute;
  width:20px;
  height:36px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 2.2s linear infinite;
  -o-animation:move 2.2s linear infinite;
  -moz-animation:move 2.2s linear infinite;
  -webkit-animation:move 2.2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#35C4F0;
}


#load div:nth-child(1) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}

#load div:nth-child(2) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}

#load div:nth-child(3) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(4) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(5) {
  animation-delay:1.0s;
  -o-animation-delay:1.0s;
  -moz-animation-delay:1.0s;
  -webkit-animation-delay:1.0s;
}
#load div:nth-child(6) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}


#load div:nth-child(7) {
  animation-delay:1.4s;
  -o-animation-delay:1.4s;
  -moz-animation-delay:1.4s;
  -webkit-animation-delay:1.4s;
}

#load div:nth-child(8) {
  animation-delay:1.6s;
  -o-animation-delay:1.6s;
  -moz-animation-delay:1.6s;
  -webkit-animation-delay:1.6s;
}

#load div:nth-child(9) {
  animation-delay:1.8s;
  -o-animation-delay:1.8s;
  -moz-animation-delay:1.8s;
  -webkit-animation-delay:1.8s;
}

#load div:nth-child(10) {
  animation-delay:2.0s;
  -o-animation-delay:2.0s;
  -moz-animation-delay:2.0s;
  -webkit-animation-delay:2.0s;
}

#load div:nth-child(11) {
  animation-delay:2.2s;
  -o-animation-delay:2.2s;
  -moz-animation-delay:2.2s;
  -webkit-animation-delay:2.2s;
}


@keyframes move {
  0% {
    left:0;
    opacity:0;
  }
	35% {
		left: 41%; 
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		left:59%; 
		-moz-transform:rotate(0deg); 
		-webkit-transform:rotate(0deg); 
		-o-transform:rotate(0deg);
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%; 
		-moz-transform:rotate(-180deg); 
		-webkit-transform:rotate(-180deg); 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-moz-keyframes move {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		left:59%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		left:100%; 
		-moz-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-webkit-keyframes move {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		left:59%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%;
		-webkit-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}

@-o-keyframes move {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		left:59%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%; 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}
