.logo{
	width:200px;
} 
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../img/BACKGROUND.jpg');
}

.demo-1 .main-title{
	text-transform: uppercase;
	font-size: 2.6em;
	letter-spacing: 0.1em;
	text-align:right;
}

.main-title .thin {
	font-weight: 200;
}

#whatwedo
{
    margin-top:-10em;
}

    #map {
                width: 100%;
                height:450px;
            }
 


.main-title {
	position: absolute;
	margin: 0;
	margin-left:2em;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}


.main-img{
	position: absolute;
	margin-top:-620px;
	margin-left:-20px;
	padding: 0; 
	height:500px;
	width:auto;
	z-index:20;


	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);

	-webkit-animation: updown 15s infinite;
   -moz-animation: updown 15s infinite;
	-o-animation: updown 15s infinite;
	animation: updown 15s infinite;


	 -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

 


.quote{
	height:300px; 
	padding: 1.5em 1.5em;
	background-color:#CDE46B !important;
	z-index:30;
}


.quoteTEXT{ 
	margin: 0; 
	text-transform:uppercase;
	position:relative;
	padding: 0;
	font-size: 2.8em;
	text-align: center; 
	color:#192628 !important;
 }

.whatwedo{
		height:auto; 
	padding: 1.5em 1.5em;
	background-color:#192628;
	z-index:30;
}


.whatwedotitle{
	margin: 0; 
	padding: 0; 
	font-size: 2em;
	text-align: center; 
	color:#FFFFFF;
	text-align:start; 
	
}

 

.section-main-title {
	margin: 0;
	font-size: 4.5em;
	line-height: 1;
	font-weight: 200;
	margin-top:1em; 
}

 



@media only screen and (max-width : 970px) {
	.demo-1 .main-title {
		font-size: 3em;
	}

	.main-img {
		display: none;
	}

.main-title {
	position: absolute;
	margin: 0; 
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

 .quoteTEXT{  
	font-size: 1em; 
 }

		  .whatwedotitle{ 
	font-size: 1.3em; 
	
}

 

.section-main-title { 
	font-size: 2.5em; 
}
}

 

 		

/********** ANIMATIONS */


@-webkit-keyframes updown {

    0% { 	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
    50% {    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);}
	 100% {	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
}


@-moz-keyframes updown {

    0% { 	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
    50% {    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);}
	 100% {	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
}
 
	
 
@keyframes updown {

    0% { 	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
    50% {    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);}
	 100% {	-ms-transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg); 
    transform: rotate(-30deg);}
	  
}
	


 









/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

 

/* Jinpa */
.pricing--jinpa .pricing__item {
 
 
	margin: 1.5em 0;
	padding: 2em;
	cursor: default;
	color: #fff;
	border: 1px groove #ffffff;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .pricing__item:nth-child(2) {
	border-right: none;
	border-left: none;
}

.pricing--jinpa .pricing__item:hover {
	 cursor:pointer;
	border: 1px solid #CDE46B;
}


#client .pricing--jinpa .pricing__item:hover {
	 cursor:none;
	border: 1px solid #CDE46B;
}

.pricing--jinpa .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pricing--jinpa .pricing__price {
	font-size: 1.45em;
	 
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 1.15em auto 1em; 
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

 

.pricing--jinpa .pricing__item:hover .pricing__price {
	color: #000; 
}

.pricing--jinpa .pricing__sentence {
 letter-spacing:0.1em;
}

.pricing--jinpa .pricing__feature-list {
	margin: 0;
	padding: 1em 1em 2em 1em;
	list-style: none;
	text-align: center;
}

.pricing--jinpa .pricing__action {
 
	margin-top: auto;
	padding: 0.75em 2em;
	opacity: 0;
	color: #fff; 
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .pricing__item:hover .pricing__action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
	 
}


 



.pricing__price .software{
 
	width: 100px;
	height: 92.9px; 
	opacity:0.2;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition:  opacity 0.3s;  
	 
}

.pricing--jinpa .pricing__item:hover .pricing__price .software {
	opacity: 1; 
	width: 100px;
	height: 92.9px;
}


 
 

@media screen and (max-width: 60em) {
	.pricing--jinpa .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
	}
	.pricing--jinpa .pricing__item:nth-child(2) {
		border: 1px solid #fff;
	}
}



/**************************** FOOTERR */

  .footerr{
	min-height:100px;
	height:auto;
	width:100%;
	background-color:#090e0e;
	padding: 1em 1em 1em 1em;
}
 
.size{
	font-size:1.5em;
}

  .footerr a{
	  color:#aaa;
  }

    .footerr a:hover{
	  color:#fff;
  }

	     .footerr p{
	  color:#fff;
  }


/********************** ABOUT US*/

.aboutusblock{
		background-image: url('../img/BACKGROUND.jpg');
		height:auto;
		min-height:400px;
		padding: 4em 1em 1em 1em;
	

}


.headerimg{
 width: 676px;
   height: 340px;   
	margin-top:-200px;
	z-index:1; 
		  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.down{
		z-index:30;
}


 

@media only screen and (max-width : 970px) {
 
	.headerimg { 
	  width: 100%;
   height: auto; 
	margin-top:00px;
	z-index:1;
	}
}



@-moz-keyframes bounce {
  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 bounce {
  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 bounce {
  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);
  }
}



 
 .video{
	 height:400px;
	 width:auto;
	 
 }
 

 .bigg{
	 font-size:2.5em;
 }

 .smalll{
	 font-size:1.3em;
 }


 .theambg{
	 background:#192628;
 }


 .productblock{
	 padding-top:3.0em;
	 padding-bottom:3.0em;
	 
	padding: 1.5em 1.5em;
	 background:#192628;
 }


  .contactblock{
	 padding-top:3.0em;
	 padding-bottom:3.0em;
	 
	padding: 1.5em 1.5em;
	 background:#192628;
 }

 







 
 