/* home */
 * {
     box-sizing: border-box;
}
 html, body {
     height: 100%;
     width: 100%;
}
 html {
     display: table;
     margin: auto;
}
 body {
     background: #F7F6FF;
     font-size: 14px;
     font-weight: 500;
     font-family:'Rosario', sans-serif !important;
     width: 100%;
     line-height: 20px;
     padding: 0;
     text-align: left;
     display: table-cell;
     margin:0;
}
 img{
     margin: 0px;
}

 .main-container {
    margin-bottom: 80px;
 }

 a{
     text-decoration: none;
     color: #8A21EC;
     transition: 1s;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
}

 a:hover {
     cursor: pointer;
     transition: all 1s ease;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
}

a .anchor-img {
    display: block;
    height: 56px;
    width: 56px;
}

a .anchor-img-hov {
    display: none;
}

a:hover .anchor-img {
    display: none;
}

a:hover .anchor-img-hov {
    display: block;
    height: 56px;
    width: 56px;
}

a:hover h6 {
    color: #000;
}

a:hover h2 {
    text-decoration: underline;
}

 a i {
     transition: all 0.3s linear;
}
 a:hover i {
     transform: scale(1.5);
}
 .content:hover .bg-grey{
     color: #000;
}
 .content i{
     font-size: 50px;
     color: #7C7C7C;
}
 .icon:hover{
     color: #8A21EC;
}
 header {
     background: #F7F6FF;
     width: 100%;
     padding: 32px 0;
}
 .footer{
     min-width: 100%;
}
 .footer img{
     object-fit: cover;
     height: 24px;
     min-width: 600px;
     position: fixed;
     bottom: 0;
     margin-left: -12px;
}
 .wrapper {
     width: 600px;
}
 h1 {
     font-size: 32px;
}
 h2 {
     font-size: 24px;
}
 h3 {
     font-size: 20px;
}
 h4 {
     font-size: 18px;
}
 h5 {
     font-size: 16px;
}
 h6 {
     font-size: 14px;
     font-family: open sans;
}
 .h1 {
     font-size: 32px;
}
 .h2 {
     font-size: 24px;
}
 .h3 {
     font-size: 20px;
}
 .h4 {
     font-size: 18px;
}
 .h5 {
     font-size: 16px;
}
 .h6 {
     font-size: 14px;
}
 .bg-blue{
     color: #8A21EC;
}
 .bg-grey{
     color: #7C7C7C;
}
 .border-b {
     width: 100%;
     border-bottom: 1px solid #DDDDDD;
}
 @media only screen and (max-width: 767px) {
     .wrapper {
         width: 390px;
    }
     .footer img{
         min-width:390px ;
    }
}
 @media only screen and (max-width: 500px) {
     .wrapper {
         width: 360px;
         left: 0;
    }
     .footer img{
         width: 100%;
         left: 0;
         margin-left: 0;
    }

}
 