.logosizess{
    width: 310px;
}
.mycard-body {
    box-shadow: 0px -3px 3px 1px lightgrey;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
p {
    font-size: 15px;
}
.section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-heading{
    font-family: Lato;
    line-height: 40px;
    font-weight: 800;
    font-style: normal;
    /* font-size: 28px; */
    color: #FF6600;
}
.mycol-md-2-5{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.myservices{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    transition: all 0.6s ease 0s;    
}
.myservices:hover{
    background-color: #2d5c88;
    transition: all 0.6s ease 0s;    
}
.color-orange{
    color: #FF6600;
}
.color-purple{
    color: #003366;
}
.bg-purple{
    background-color: #003366 !important;
}
.underline{
    border-bottom: 4px solid #ccc;
    width: 6%;
    margin-bottom: 12px;
}
.custom-input{
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    border-color: #2c3652;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    color: #111111;
}
.custom-input:focus {
    box-shadow: none;
    border: 1px solid #ff0000;
    color: #111111;
    background: none;
}
.footer-link{
    color: #262626;
    font-size: 15px;
}
.footer-link:hover{
    color: #111111;
    font-size: 15px;
}
.footer-social-links i{
    font-size: 30px;
    border: solid 1px #CCC;
    padding: 7px 10px;
    color: #031f4b;
}
.f-14{
    font-size: 14px;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}