.head_m4
{
    font-weight: 800;
    font-size: 20px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.gride_m8.gride_s4 {
    position: relative;
    background: #fff;
    min-height: 150px;
    border-radius: 28px;
    /* box-shadow: 2px 5px 5px #ccc; */
    text-align: right;
    transition: transform .5s;
    margin: 15px 0;
    overflow: hidden;
    padding: 0px;
}
.gride_m8.gride_s4 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 15px;
    border-bottom: solid 1px #ccc;
    text-align: center;
}
.gride_m8.gride_s4 img
 {
    position: relative;
    left: 15px;
    top: 12px;
    max-height: 82px;
    float: left;
}
.gride_m8.gride_s4 canvas
{
    position: relative;
    left: 15px;
    top: 12px;
    
    float: left;
}
.gride_m8.gride_s4 input{
    margin-top: 42px !important;
    margin-left: -115px!important;
}
.gride_m8.gride_s4 h2 {
    border: none;
    padding: 20px 15px 20px 10px;
}
.gride_m8 h2 {
    color: #003b5e;
    font-size: 27px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0px;
    display: inline-block;
    border-bottom: solid 1px #ccc;
    min-width: 50%;
    padding-bottom: 20px;
}

.gride_m8:hover {
    transform: scale(1.1);
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.gride_ms1 {
    position: relative;
    padding: 15px;
    background: #fff;
    min-height: 99px;
    border-radius: 28px;
    /* box-shadow: 2px 5px 5px #ccc; */
    margin: 15px 0;
}
.new_foot {
    width:100%;

    background: url(../img/fish-animation.gif);
	
    min-height: 225px;
    background-position: bottom;
    background-size: cover;
    margin-top: 50px;
	
}

.grident_m1 {
    background: linear-gradient(150deg, rgb(237 239 238) 19%, rgb(252 252 252) 70%);
    padding: 11px 0px 0px 0px;
    min-height: calc(100vh - 60px);
}


.lightb {
    background: #5cb6ff !important;
    color: #fff;
}

.darkb {
    background: #10509B !important;
    color: #fff;
}

header .gsws-navbar {
    /* height: 60px; */
    width: 100%;
   /* background: -o-linear-gradient(left, #0F4E9C 0%, #49AB56 100%);
    background: linear-gradient(90deg, #0F4E9C 0%, #49AB56 100%); */
   /* background: linear-gradient(150deg, rgb(133 176 48) 70%, rgb(133 176 48) 19%) !important; */
    background: #005977 !important;
    box-shadow: 0 2px 15px 0 rgba(16, 80, 154, 0.39);
    color: #fff;
}