@font-face {
    font-family:'NexaBold';
    src: url(font/NexaBold.otf);
}
@font-face{
    font-family: 'Nexalight';
    src:url(font/Nexa\ Light.otf)
}
section{
    width: 100%;
    float: left;
}
.container {
    width: 350px;
    margin: auto;
}
.background {
    width: 100%;
    float: left;
    background-image: url(image/shivam_digital\ copy\ \(1\).jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sv
{
    width: 100%;
    float: left;
}
.sv p {
    text-align: center;
    color: white;
    line-height: 25px;
    font-family: 'Nexalight';
    letter-spacing: 2px;
    font-weight: 600;
}
.bg2 {
    width: 100%;
    float: left;
    background-image: url(image/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10%;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 130px;
    margin: auto;
    margin-top: -40px;
}
.ab{
    width: 100%;
    float: left;
}
.ch{
    width: 100%;
    float: left;
}
.ab h1 {
    text-align: center;
    font-size: 35px;
    margin-top: 0px;
    color: #324890;
    font-family: 'Nexabold';
}
.ch h1 {
    text-align: center;
    font-size: 20px;
    margin-top: -5%;
    color: #f68532;
    font-family: 'Nexabold';
}

.bg3 {
    width: 100%;
    float: left;
    background-image: url(image/bg\ 2.png);
    background-size: cover;
    background-position: center;
    min-height: 200px;
    margin-top: -19%;
}
.info {
    width: 100%;
    float: left;
}
.info ul {
    width: 100%;
    margin-top: 80px;
}
ul{
    margin: 0;
    padding: 0;
}
.info li {
    list-style: none;
    width: 89%;
    margin-bottom: 15px;
    padding-left: 10%;
}
.info ul li i {
   
    line-height: 25px;
    font-size: 10px;
    background-color: #4e4e4e;
    border-radius: 20px;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 25px;
}
.info a {
    font-size: 15px;
    color: black;
    padding-left: 25px;
    text-decoration: none;
    font-family: 'NexaBold';
    display: flex;
}
.icons{
    width: 100%;
    float: left;
}
button a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    padding: 5px 8px;
    float: left;
    background-color: #324890;
    font-family: 'Nexalight';
    font-weight: 600;
}
button {
    background-color: #26418b;
    border: none;
    float: left;
    padding: 0px;
    margin: 0px 10px;
}
.icons {
    width: 100%;
    float: left;
    padding-bottom: 39px;
}
.icons ul {
    margin: 0px 8px;
    padding: 0;
    float: left;
}
.icons ul  li i {
    font-size: 13px;
    padding: 0px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px 20px 20px 20px;
}
.icons li {
    display: inline;
}
.qr {
    width: 60px;
    margin: auto;
}
.qr img {
    width: 100%;
    height: auto;
}
.website {
    padding-bottom: 20px;
    text-align: center;
}
.website a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 5px;
    font-family: 'Nexalight';
    font-weight: 600;
}
.icons a {
    color: white;
}
i.fa.fa-facebook {
    background: blue;
}
i.fa.fa-instagram {
    background: #d73053;
}
i.fa.fa-youtube-play {
    background: #e73f39;
}
i.fa.fa-whatsapp {
    background: #2ba64a;
}
.image {
    width: 100%;
    float: left;
    margin-top: -8%;
    margin-bottom: 2%;
}
button.right {
    float: right;
}