body {
  background: linear-gradient(rgba(236, 198, 198, 0.589),rgba(141, 104, 104, 0.52)),
  url(../images/RYLIN\ LOGO2.png) no-repeat fixed;
 background-position: center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 min-height: 600px;
 width: 100%;
}

/*

*/

h3 {
  color: rgba(230, 231, 240, 0.9);
}
.text{
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}


.folded-corner:hover .text{
	visibility: visible;
  text-transform: capitalize;
  font-size: 15px;
}

.Services-tab{
	margin-top:20px;
	

}

.service_tab_1{
	background-color: rgba(121, 116, 116, 0.993);
}
.service_tab_1:hover .fa-icon-image{
    color: white;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: rgba(7, 3, 70, 0.9);
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

