body {
    font-family: 'Verdana', Arial, sans-serif;
font-size: 14px;
color: #3F3F42;
}

p {
  font-family: 'Verdana', Arial, sans-serif;
}

h4, h5 {
    color: #00095b;
    font-size: 16px;
    text-align: center;
}

h6 {
    color: #00095b;
    font-size: 14px;
    text-align: center;
}

.centered {
    text-align: center;
    font-size: 18px;
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: #2779b6;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0800F0;
    text-decoration: underline;
}

a:link {
    color: #2274bf;
    text-decoration: underline;
}

.hidden-bar {
    background: #202863;
}

.hidden-bar .logo {
    padding: 30px 0px;
    background: #202863;
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.hidden-bar .side-menu ul li a {
    text-transform: none;
}

.news-section .desc-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;

    background: #202863;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 35px 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: 0px;
    opacity: 1;
    overflow: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > a::before {
    border-bottom: 2px solid #ffffff;
}

.main-header .main-box .logo-box .logo img {

    display: inline-block;
    max-width: 70%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 3px;

}

.auto-container {
    position: static;
    max-width: 1020px;
    padding: 0px 15px;
    margin: 0 auto;
}

.featured-projects {

    position: relative;
    background: #ffffff;
    padding: 50px 0px;

}

.featured-project-column .inner-box {
    background: #202863;
}

.sec-title h2 {
    color: #00095b;
}

ul, li {
    list-style: decimal;
    padding: 0;
    margin: 0;
    font-size: 18px;

}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid;
    white-space: nowrap;
    padding: 15px 50px;
    font-size: 24px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 32px;
}
.btn-primary {
    color: #ffffff;
    background-color: #e1c257;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c7c0da;
    border-color: #c7c0da;
}

.main-footer .lower-section {
    padding: 60px 0px 30px;
    background: #f7f7f7;
    color: #202863;
    border-top: 7px solid #a6a1a7;
}

.main-footer .lower-section h2 a {
    color: #0072c6;
}

.main-footer .lower-section .text {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: Verdana, Arial, Sans-Serif;
}

.main-footer .footer-bottom {
    text-align: center;
    padding: 25px 0px;
    border-top: 7px solid #a6a1a7;
    line-height: 24px;
    background: #202863;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}

.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e1c257;

}

.scroll-to-top:hover {
    color: #ffffff;
    background: #a6a1a7;
}