#about
{
padding-top: 50px;
padding-bottom: 45px;
color: #555;
}
#about h1
{
text-align: center;
font-size:35px;
color: #2072b8;
padding-bottom: 10px;
}
#about h1::after
{
content:'';
background: #2072b8;
display: block;
height: 3px;
width: 170px;
margin: 10px auto;
}
#about h3
{
padding-top: 10px;
padding-bottom: 15px;
text-align:center;
font-size:25px;
}
#about h6
{
line-height: 1.5;
text-align: justify;
}
#about .text
{
padding-left: 30px;
padding-right: 30px;
border: 1px solid rgb(201, 200, 200);
}

#contact
{
background: #2B547E;
padding-bottom: 35px;
}
#contact h2
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 30px;
margin-top: 18px;
}
#contact .img-box img
{
width: 55%;
}
#contact .follow h5
{
font-size: 20px;
color: white;
margin-bottom: 20px;
}
#contact .follow h4
{
font-size: 14px;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .img-box h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 47px;
}
#contact h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 24px;
}
#contact .links h6
{
font-size: 13px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .links h5
{
font-size: 20px;
color: white;
margin-bottom: 14px;
}
#contact .img-box h6
{
font-size: 12.5px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .follower h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
}
#contact .follower .fa
{
color: #DADBDD;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
margin-right: 10px;
}
#contact .follower .fa:hover
{
color: white;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
}
#contact .chat h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
padding-top: 45px;
}
#contact .chat .fa
{
margin: 5px;
margin-left: 30px;
color: white;
font-weight: 600;
font-size: 23px;
}

#footer
{
background: #2B547E;
padding-top: 1px;
padding-bottom: 1px;
}

#footer h6
{
color: #DADBDD;
text-align: center;
font-size: 13px;
vertical-align: central;
}

@media (max-width: 480px)
{
#contact
{
padding-bottom: 0px;
}
#contact .img-box img
{
width: 50%;
}
}