.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    width: 100%;
}
* {
    box-sizing: border-box;
}



*{
	margin-right:-10px;
	margin-left:-10px;
}
.one {
	background-color: #3c3c3c;
	color: #CBCBCB;
    height: 26px;
    padding:3px;
	letter-spacing:1px;}
	.one ul li{padding-left:45px;}
	
.two h1 {
	font-size: 36px;
    letter-spacing: 3px;
	text-transform:uppercase;
	line-height: 100%;
	font-family:Times new roman;
	text-align:center;

}
.two {
	background-color: white;
    color: #474747;
	font-size: 36px;
    letter-spacing: 3px;
}
.two p{
	font-size: .9rem;
    text-transform: lowercase;
	font-family:verdana;
		text-align:center;

}

.button {
  border-radius: 4px;
  background-color: #74D3D3;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 6px;
  width: 170px;
  transition: all 0.5s;
  cursor: pointer;
  left: 50%;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.heading {
	font-family:Georgia,"Times New Roman",Times,serif; 
	color:#474747;
	text-align:center;
	padding-bottom:  16px;
	padding-top:16px;
	text-transform: uppercase;
	letter-spacing: 2px;
     position:relative;
}


.three p{
	font-family:verdana;
	color:#474747;
	font-size: 18px;
    line-height: 1.6em;
	    text-indent: 50px;

}
.three{
	display:block;
	margin:0;
	padding:0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border: 2px solid #74D3D3;
  color: #74D3D3;
  cursor: pointer;
  border-radius: 25px;
  background-color:white;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
}

#myBtn:hover {
	color:white;
  background-color: #74D3D3;
}

.box {
	    box-shadow: -6px -6px 25px -4px #74D3D3;

	padding: 10px;
}
.box h4{
	font-family: verdana;
	font-weight:bold;
	 animation: mymove 5s ;
	     position: relative;
		     animation-iteration-count: 10;
			 text-align:center;


}
@keyframes mymove {
    from {left: -70px;}
    to {left: 10px;}
}
#div1 {animation-timing-function: linear;     animation-direction: alternate;    
}
#div2 {animation-timing-function: ease;     animation-direction: alternate-reverse;    
        
}
#div3 {animation-timing-function: ease-in;     animation-direction: alternate;    
}
#div4 {animation-timing-function: ease-out;    animation-direction: alternate-reverse;    
       
}
#div5 {animation-timing-function: ease-in-out;     animation-direction: alternate-reverse;    
}

.box h3{
	font-family:Georgia,"Times New Roman",Times,serif; 
	color:#474747;
	text-align:center;
	padding-bottom:  16px;
	padding-top:16px;
	text-transform: uppercase;
letter-spacing: 2px;}
.four{
	color: #474747;
    background-color: #FAFAFA;
	position:relative;
}
.four1 i{
margin-left: 35%;
color:#74D3D3;
}
.four1 h6{
	margin-bottom: 15px;
    font-size: 1.7rem;
		font-family:Georgia,"Times New Roman",Times,serif; 
	text-align:center;
	text-transform:uppercase;
}
.four1 {border: 1px solid #FAFAFA;
    color: #474747;
	display:block;
	height:390px;
	background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	
}

.four1 p{  font-family:verdana;
	color:#474747;
	font-size: 16px;
    line-height: 1.7em;
	margin:0;
	padding: 0px;
	    
}
div.background{
	background:url('../images/download1.jpg') repeat  center;
width:170%;
height:230px;		
background-size:contain; 
margin-top:10px;
position:relative;
margin-top:100px;
margin-bottom:50px;
}
div.transbox{
	position:absolute;
	margin-top: 45px ;
	margin-left:62px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
}

div .transbox p{
  font-weight: bold;
  color: #000000;
  font-size:15px;
  font-family:verdana;
 margin-left:4px;
      line-height: 1.6em;
	  text-align:center;

}
  
.five {
	 background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	transition: all 1.8s ease-out;
	border: 1px solid #FAFAFA;
    color: #474747;
	height:300px;
	position:absolute;
	margin:30px;
	margin-left:77px;
}
  
  .footer {
	color: #CBCBCB;
	background-color: #33363B;
	
}.footer1 {
	color: #CBCBCB;
    background-color: #2B2F32;
	
}
.footer th{
	color: #FFF;
	    margin: 0 0 26px 0;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
	font-family: Georgia,"Times New Roman",Times,serif;
		    text-align: center;

}
.footer table{
		margin-bottom:10px;
	    width: 110%;

}
.footer table  td {
	    text-align: center;
		padding:5px;

	
}.footer table th {
	    height: 50px;
	padding-top: 13px;
	padding-left:10px;
    text-align: center;
	    font-size: 14px;line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
	letter-spacing:1px;
}
.footer table a{
	color: #CBCBCB;
   transition: all 2.8s ease-out;
	  text-decoration: none;
	  font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 1.6em;
	font-weight:bold;

}
.footer table a:hover{
	color:#74D3D3;    
  transform:scale(2);
  

}
.social {

		border: 10px solid #33363B;
}

.social:hover {
		    box-shadow: 1px 3px 4px 2px #74D3D3;
border-radius:28px;
}

/*about page*/

.about{
	padding-left:20px;
	background-color:#fff;
	margin-top:80px;}
.fontaw i{
transform: rotate(180deg);
color:#74D3D3;
background-color: #fff;
    border-radius:3px 3px 0px 0px; 
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 49%;
    border-bottom-right-radius: 49%;
	
}
.fonta i{
	transform: rotate(180deg);
color:#74D3D3;
background-color: #fff;
    border-radius:3px 3px px 0px; 
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 49%;
    border-bottom-right-radius: 49%;
	margin-top:-12px;
	padding-left:5px;
	padding-right:5px;
	
}
.bg {
	background-color:rgba(0,0,0,.1);
}
.mainheading h2{
	font-family:Estrangelo Edessa;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}

.mainheading {
	margin-top:40px;
	padding:20px;
	height: 140px;
	background-color:rgba(0,0,0,.1);}

.about p{
	font-family: verdana;
    color: #474747;
    font-size: 18px;
    line-height: 1.6em;
    text-indent: 58px;
	margin-top:20px;}
	
.four2 {border: 1px solid #FAFAFA;
    color: #474747;
	margin:20px;
	padding:10px;
	display:block;
	margin-left:82px;
	height:850px;
	    box-shadow: 0px 0px 15px rgba(0,0,0,.2);

}

.four2 p{  font-family:verdana;
	color:#474747;
	font-size: 16px;
    line-height: 1.6em;
	margin:0;
	padding:0px;
	text-align:justify;
	text-justify:auto;
	    
}
.four2 i{
margin-left: 35%;
color:#74D3D3;}
.four2 i:hover{
	color:#474747
}
.four2 h6{
	margin-bottom: 15px;
    font-size: 1.7rem;
		font-family:Georgia,"Times New Roman",Times,serif; 
	text-align:center;
	text-transform:uppercase;
}

.owner img {
border-radius: 50%;
}
/*contact page*/

.column {
	text-align:center;
	color:#474747;
}
.column h3{
	font-family:Aparajita;
font-weight:bold;
	line-height: 1.6em;
	letter-spacing:1px;
	
}
.column h4 {
	font-family:verdana;
	line-height:1.6em;
}
.column h5{
	font-family:verdana;
	line-height:2em;

}

.button1 {
  padding: 15px 25px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #74D3D3;
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px #999;
}

.button1:hover {background-color: #3EC1C1}

.button1:active {
  background-color:#74D3D3 ;
  box-shadow: 0 4px #999;
  transform: translateY(1px);
}

/*products page*/
.products a{
	font-family: verdana;
	font-size:20px;
	margin-left:210%;
	color:#74D3D3 ;
	text-decoration:none;
}

 
    
	
	
.prodbackground {
	background-color:#fff;
}
.four2 {border: 1px solid #FAFAFA;
    color: #474747;
	display:block;
	height:280px;
	background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	
}

.col-xs-*{
	margin-top:12px;
}