﻿
.rcorners1
{
    border-radius: 10px;
    padding: 0.25px;
    width: 100%;
}

h3
{
    font-size: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

h5
{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}
.MainText
{
  text-align: justify;
  box-shadow: 0 0 1rem rgb(0 0 0 / 20%);
  padding: 30px 45px;
 border-radius: 7px;
    }
    
    
.bluewell
{
    background-color: #00305a;
    color: #FFFFFF;
}
.online
{
    color: #f4511e;
    font-size: 50px;
}
.img-center
{
    color: #FFFFFF;
    font-size: 42px;
    text-align: center;
}
.sidebar
{
    height: 100vh;
}
.valignmiddle
{
    vertical-align: middle;
}

.note
{
    font: 400 13px Lato, sans-serif;
    text-align: justify;
}

.notetitle
{
    font: 400 13px Lato, sans-serif;
    text-align: justify;
    color: #00FFFF;
}

.bluebg
{
    background-color: #0066CC;
    color: #FFFFFF;
}

.txt-margin-heding
{
   padding: 20px;
    font-size: 24px;
    font-weight: 700;
}
.sixcontain
{
    width: 100%;
    text-align: center;
    padding: 33px;
}



.float-container
{
    padding: 20px;
    display: flex;
    
}

.float-child
{
    width: 50%;
    font-weight:600;
    /*color: White;
    border: 2px solid red;*/
    text-align: center;
}

.notetitle a
{
    
    text-decoration:none;
    }
