
 @font-face {
  font-family: Regular-Flate-Font;
  src: url('font/raq-font.ttf');
 }
 html, body {
	 height: 100%;
}
 body {
	 display: flex;
	 align-items: center;
	 justify-content: center;
   font-family: Regular-Flate-Font;
   color: #141538;
	 font-size: 1em;
 }
 .section-bg{
    /* background-image:url(icons/bg_14.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-attachment: fixed; */
}
 svg {
	 width: 100%;
	 visibility: hidden;
} 
.title{
  line-height: 1.8;
  color:#686c77;
}
ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    font-size: 25px;
    text-align: center;
}
ul li i{
  color:#151539;
}
ul li i:hover{
  color:#68b3e4;
  transition: 1.1s;
}
 @media screen and (max-width: 768px) {
	 body {
		 display: block;
	}
}
