﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}

body{
    display: grid;
    grid-template-rows: 1fr 3fr 1fr;
}


.m1 div, .m3 div {
    font-size: 30px;
    padding: 8px 28px 8px 28px;
    border: 4px solid white;
    font-weight: bold;
    border-radius: 18px;
    color: white;
    width: 460px;
    display: inline-block;
    text-align: center;
}




.m1, .m2, .m3 {
    display: flex;
    justify-content: center;
}

.m1 {
    align-items: end;
}

.m1 div {
    margin-bottom: -30px;
    z-index: 600;
    background: linear-gradient(to right, #00285f, #01C5DB);
}


.m2 {
    background-image: url('/Design/future-bsu.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    background-color: silver;
}

.m2 div{
    text-align: center;
}

.m3 {
    align-items: normal;
}

.m3 div {
    margin-top: -30px;
    background: linear-gradient(to left, #00285f, #01C5DB);
    display: inline-block;
    height: 46px;
}



.btn{
    box-shadow: 0 8px 20px 0 rgba(13, 43, 93, 0.4);
    background: rgba(112, 138, 178, 1);
    color: #fff;
    padding: 8px 16px 8px 16px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;

}

.btn-1 {
    width: 120px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 40px;
    padding: 0px !important;
    padding-top: 50px !important;
    border1: 1px solid white;
}

.btn-2 {
    width: 420px;
}


.btn-10 {
    margin-top: 40px;
    color: blanchedalmond;
    border-left: 4px solid red;
    border-right: 4px solid red;
}



.line {
    display: inline-block;
    height: 30px;
    width: 4px;
    background-color: white
}
.line-2 {
    margin-right: 100px;
    margin-left: 100px;
}

.block3{
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    grid-column-gap: 20px;
    margin-top: -4px;
}

a, a:hover, a:visited{
    text-decoration: none;
    color: white;
}









.mgo-widget-call_pulse {
}

    .mgo-widget-call_pulse:after{
        content: '';
        position: fixed;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        border-width: 2px;
        border-color: white;
        border-style: dashed;
        animation: pulse 16s infinite;
        margin-top: -52px;
        margin-left: -94px;
    }

@keyframes pulse {
    0% {
        transform: rotate(0);
    }

  

    100% {
        transform: rotate(360deg);
    }
}
