/* === GENERAL === */
@font-face {
  font-family: "Open Sans";
   src:url(../font/OpenSans-Light.ttf);
   src:url(../font/OpenSans-Regular.ttf);
   }


html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#fff;

}

body {
	 font-family: "Open Sans";
	background-color:#fff;
	color:#231f20;
	}


 
     h1 { color: #231f20;
 text-align: center; 
 margin-bottom:0px;
 font-size:26px;
	
 }


 
.contact_text span{  background:#231f20;  mar gin-bottom:20px; padding:0px 15px 3px 15px;}
 
.container {
	width: 80%;
	max-width: 1000px;
	margin:0 auto;
	padding:13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container2 {
	width: 80%;
	max-width: 1000px;
	margin:0 auto;
	margin-top:-150px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.yt-controls {
	text-align: right;
}

.yt-controls a {
	display: inline-block;
	color: #fff;
	width: 20px;
}

.yt-controls a:hover { 
	color: #5d9cec;
}

.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {   
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		  -webkit-transform: rotate(359deg);
		  -moz-transform: rotate(359deg);
		  -o-transform: rotate(359deg);
		  -ms-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:    #ABABAB;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ABABAB;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  #ABABAB;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:   #ABABAB;
}


.arrow1 {
background:url(../images/arrow.png) no-repeat;
	width: 40px;
	height: 41px;
	bord er:1px solid #FF0000;
	margin-left: -15px;
	position: absolute;
	top:780px;
	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;*/
}

.arrow1 i.fa {
	font-size: 9px;
	cursor: pointer;
}
.arrow1 a {
	color: #ffffff;  font-size: 15px;  
	width: 18px;  
	bor der: 2px solid rgba(255, 255, 255, 0.6);  bor der-radius: 10px;  
	height: 10px;  display: inline-block;  line-height: 42px;
	position: relative;
	bot tom: 20px;
	left:10px;
	top:10px;
}


@-webkit-keyframes wobbleArrow
{
	0% 
	{
	 bottom: 40px;
	}
	100% 
	{ 
	 bottom: 50px; 
	}
}




/* === SERVICES === */

.services-section {
	width: 100%;
	height: auto;
	background-color:#FFFFFF;
	display: block;
	position: relative;
	color: #5F6061;
	text-align: justify;
	padding: 80px 0 100px;
	
	
}

.services-container {
	width: 100%;
	display: table;
}

.services-box{
	width: 100%;
	min-height: 0px;
	position: relative;
	padding: 0px 0px 0px;
	text-align: center;
	color: #000;
	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;
}


.services-section .desc-title {
	font-style: italic;
	text-align: center;
	margin-top: 8px;
	color: #9C9C9C;
}

.services-section i.fa {
	height: 175px;  width: 175px;  line-height: 175px;  max-width: 100%;  
	background: #16b6ea;
	position: relative;
	text-align: center;
	font-size: 55px;
	border-radius: 50%;  -o-border-radius: 50%;  -moz-border-radius: 50%;  -webkit-border-radius: 50%;
	border-bottom: none;
	color: rgba(255, 255, 255, 1);
	margin: 0 auto 15px auto;
	text-shadow: rgb(19, 155, 199) 1px 1px,      rgb(19, 155, 199) 2px 2px,      rgb(19, 155, 199) 3px 3px,      rgb(19, 155, 199) 4px 4px,      rgb(19, 155, 199) 5px 5px,      rgb(19, 155, 199) 6px 6px,      rgb(19, 155, 199) 7px 7px,      rgb(19, 155, 199) 8px 8px,      rgb(19, 155, 199) 9px 9px,      rgb(19, 155, 199) 10px 10px,      rgb(19, 155, 199) 11px 11px,      rgb(19, 155, 199) 12px 12px,      rgb(19, 156, 200) 13px 13px,      rgb(19, 158, 202) 14px 14px,      rgb(19, 159, 204) 15px 15px,      rgb(19, 161, 206) 16px 16px,      rgb(19, 162, 208) 17px 17px,      rgb(20, 164, 210) 18px 18px,      rgb(20, 165, 212) 19px 19px,      rgb(20, 167, 214) 20px 20px,      rgb(20, 168, 216) 21px 21px,      rgb(20, 170, 218) 22px 22px,      rgb(20, 171, 220) 23px 23px,      rgb(21, 173, 222) 24px 24px,      rgb(21, 174, 224) 25px 25px,      rgb(21, 176, 226) 26px 26px,      rgb(21, 177, 228) 27px 27px,      rgb(21, 179, 230) 28px 28px,      rgb(21, 180, 232) 29px 29px,      rgb(22, 182, 234) 30px 30px;
}

.services-section a:hover {
	bo rder-bottom: 1px solid rgba(41,128,185,0.8);
}

.services-section .services-container .about-box {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
}

.services-section .services-container .services-box-spacer {
	display: table-cell;
	width: 12%;
}

.services-section .services-container .services-box span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin: 0 auto 30px;
	color: #fc6e51;
}

.services-section .services-container .services-box h3 {
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 15px;  
	font-weight: 100;
	letter-spacing: 1px;
	word-wrap: break-word;
	font-family: "helvetica", sans-serif;
	color: #000;
}

.services-section .services-container .services-box p {
	margin-bottom: 0px;
	margin-top: 25px;
	color: #8d9499;
	text-align: center;
	font-size: 13px;
	word-spacing: 1px;
	line-height: 25px;
}
.services-section .services-container .services-box a{ text-decoration:none;}



.services-section h3:after {
/* content: " "; */
border: solid 2px #000;
display: block;
width: 35px;
margin: 20px auto;
}




.line5{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:200PX;
	background:#FFFF00;
	back ground: url(../images/bgTop.jpg) center center no-repeat;
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*/////////////////////////////////// Start Contact Section/////////////////////////////////////////////////////*/
.contact-box-container {
	width: 100%;
	display: table;
	margin-top: 35px;
	
}

.contact-section {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	display: block;
	position: relative;
	z-index: 2000;
	color: #000;
	text-align: center;
	padding: 10px 0 100px;
	line-height: 25px;
	margin-top:70px;
}




.contact-section h2 {
font-size:24px;
color: #231f20;
margin: 0px;
padding: 0 0 10px 0;
/* text-transform: lowercase; */
src:url(../font/OpenSans-Regular.ttf);
}


.contact-box {
	display: table-cell;
	float:left;
	
	width: 49.5%;
	ma rgin-top:20px;
	text-align: justify;
	overflow: hidden;
	font-size: 13px;
}
.contact-box-spacer {
	display: table-cell;
	width: 5%;
}

.contact-box.right {
	position: relative;
	margin-bottom: 0px;
	float:left
	
}
.contact-box.left ul {
   margin-top:40px;
	list-style: none;
	line-height: 40px;
	pad ding: 0px;
	text-align: left;
	position: relative;
	
	
}

.contact-box.left ul li {
	ma rgin-bottom: 20px;
	margin-left:50px;
	font-size: 16px;
	color:#231f20;
	text-decoration:none;
}

.contact-box.left ul li span{ font-size:24px; color:#231f20; font-weight:bold;  }




.contact-box.left ul li i.fa {
	margin-left: -88px;
	margin-right: 9px;
	color: #16b6ea;
}


.contact-box.left ul a {
	position: absolute;
	max-width: 100%;
}

.antispam {
	display: none !important;
}


.contact-box.right input[type='text'], .contact-box.right input[type='email'] {
	height: 50px;
	padd ing: 15px;
	margin-right:10px;
	font-family:Open Sans;
	font-size: 14px;
	width:45%;
	float:left;
	outline: none;
	border-radius: 0px;
	color: #231f20!important;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s!important;  
	-moz-transition: all 0.3s!important;  
	transition: all 0.3s!important;
}

.contact-box.right input[type='text']:focus, .contact-box.right input[type='email']:focus, .contact-box.right textarea:focus {
	border: 2px solid #bbb;    
}





.contact-box.right .message-box {
	width: 47%;
	word-spacing: 1px;
	max-width: 45%;
	min-height: 50px;
	font-family:Open Sans;
	padding: 12px;
	margin-right:10px;
	outline: none;
	border-radius: 0px;
	color: #231f20!important;
	background-color: transparent;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	margin-bottom: 20px;
	resize: vertical;
	-webkit-transition: all 0.3s!important;  -moz-transition: all 0.3s!important;  transition: all 0.3s!important;
}


.contact-box.right input[type='submit'] {
	width: auto;
	height: 50px;
	background-color:#ffe700;
	font-family:Open Sans;
	outline: none;
	bor der: 2px solid #000!important;
	display: inline-block;
	font-size: 14px;
	border-radius: 0px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: 700;
	color: #231f20;
	border: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

.contact-box.right input[type='submit']:hover {
    background-color: #000;    
    color: #FFFFFF;
}

.contact-box a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	color: #000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.contact-box a:hover {
	color: black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-response {
	display: inline-block;
	opacity: 0;
	float: right;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.contact-form-input {
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 13px;
	border: 2px solid #ddd;    
}

.notification_ok {
	text-align: center;
	color: #000000;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-box label.error {
	display: block;
	position: relative;
	top: -58px;
	float: right;
	right: 8px;
	background: #f3f5f8;
	width: 20px;
	padding-left: 5px;
}

.notification_ok i.fa.fa-check {
	color: #16b6ea;
	padding-right: 5px;
}

label.error i {
	color: #16b6ea;
}


/*//////////////////////////////////////////Start Contact Section///////////////////////////////////*/

/* === FOOTER === */

.footer-section {
	width: 100%;
	height: auto;
	background-color: #ffe700;
	padding:0px 0 33px;
	line-height: 15px;
	font-size: 16px;
	float:left;
	
	
}

.footer-container {
padding-top:15px;
	width: 100%;
	display: table;
}

.footer-block {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}

.footer-block:last-child {
	text-align: right;
}

.footer-block-middle a.footer-img {
	display: block;
	padding: 0px;
	line-height: normal;
}

.footer-block-middle a.footer-img img {
	max-height: 20px;
	outline: none;
	border: none;
}

.footer-block-middle {
	display: table-cell;
	width: 10%;
	text-align: center;
}

.footer-spacer {
	display: table-cell;
	width: 2.5%;
}

.footer-section a {
	color: rgba(236,240,241,0.4);
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.footer-section a:hover {
	color: rgba(236,240,241,1);
}


.footer-section li{ list-style:none;
display:inline;
} 

.up-btn {

 width: 20px;
  height: 20px;
  background: url(../images/uparr-48-w.png) no-repeat center center #231f20; 
  border-radius:4px;
  display: block;
  margin: 10px auto;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
    le ft: 0;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
	
}

.up-btn:hover {
	color: #fff;
	background: #242830;
	background: url(../images/uparr-48-b.png)  no-repeat center center rgba(255,255,255,0.8);
}


	
/* === RESPONSIVE CSS === */


@media all and (max-width: 700px) {
	
	.contact-box-container {
		display: block;
		width: 100%;
	}
	
	.contact-box {
		width: 100%;
		display: block;
		margin-bottom: 10%;
	}
	
	.contact-box-spacer {
		width: 0%;
		height: 0%;
	}
	
	
	.footer-container {
		display: block;
		width: 100%;
	}
	
	.footer-block, .footer-block-middle {
		width: 100%;
		display: block;
		margin-bottom:0px;
		text-align: center !important;
	}
	
	.footer-block:last-child {
		margin-bottom: 0px;
	}
	
	.footer-spacer {
		width: 0%;
		height: 0%;
	}
}

@media all and (max-width: 989px;) {

	.subscribe .signup-button {
		width: 100%;
	
}

	.enteremail {
		margin-bottom: 10px;
		width: 100%;
	
}


	.contact-box.right input[type='submit'] {
		width: 100%;
	}

}


@media all and (max-width: 700px) {


.removeline 
{
display:none;

}
	.contact-section h2 span, .about-section .about-container .about-box h2 span {
		padding-top: 20px;
		display: inline-block;
	}

		
	.subscribe {
		height: 130px;
	}
	
	.subscribe .signup-button {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}


	.services-section .services-container {
		display: block;
	}
	
	.services-section .services-container .services-box {
		width: 100%;
		display: block;
		margin-bottom:5%;
		margin-top:10%;
	}
	
	.services-section .services-container .services-box:last-child {
		margin-bottom: 0px;
	}
	
	.services-section .services-container .services-box-spacer {
		width: 0%;
	}
	
	.contact-box.left ul {
		font-size: 16px;
		max-width: 100%;
	}
	

	.contact-section {
		padding-bottom: 40px;
	}
	
}


@media (max-width: 640px) {

	.counter-block .counter{
		width:65px;
	}
.removeline 
{
display:none;
}
	.counter-block .counter .number{
		font-size:30px;
		line-height:2;
	}

	.counter-block .counter:after{
		bottom:-5px;
		width:103%;
	}
}

@media (max-width: 480px) {

.removeline 
{
display:none;
}
	.counter-block .counter{
		width:50px;
		height:65px;
	}

	.counter-block{
		margin: 15px 10px;
	}

	.counter-block:after {
		display: none;
	}

	.counter-block .counter .number{
		margin-left:6px;
	}
  
  .counter-block:before {
		background: transparent;
		bottom: 32px;
		content: "";
		left: 0px;
		position: absolute;
		width: 96%;
		border: 2px solid;
		border-left: none;
		border-top: none;
	}
	
	
	
}

  

