.navber .nav ul li  {
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 34px 20px;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0px 0px 0px 38px;
    color: #5e5e5e!important;
    font-weight:600 ;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover
{
    color: #028691!important;
}
.navbar {
    padding: 0px!important;
}
.about-title h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
}
.navbar .logo .img-fluid
{
    padding: 10px 0px;
}
.section-title h2::before
{
    background: none!important;
}
.navbar .btn:hover, .navbar .btn-outline-success:not(:disabled):not(.disabled):active
{
    background: #028691;
    color: #fff;
}
.services-content h4:hover a
{
    color:#fff ;
}
.section-title h2
{
    padding-bottom: 0px;
}
.contact-info .contact-address p
{
    color: #343a40!important;
}
.bg-custom{
    background: #028691!important;
}
.footer-link ul li span {
    color: #ddd;
    font-size: 14px;
    display: inline-block;
}
.footer-bg iframe {
    width: 100%;
    height: 259px!important;
}
.side-fix-icon {
    position: fixed;
    top: 93%;
    right: 20px;
    rotate: 0deg;
    z-index: 999;
    background: transparent;
}
.side-fix-icon  a{
    background: #f18d20 ;
    margin: 10px 0px;
    padding: 8px 14px;
    display: inline!important;

    color: #fff;
}


.fixed-button:hover
{
    background:#028691;
    color: #fff;
}*/
.header-section
{
    background: #028691;
    padding-top: 4px;
    height: 35px;
}
.header-section .contact p, .header-section .contact p a, .mobile-header .contact p a
{
    color: #fff;
}
.header-section .contact p span, .mobile-header .contact p span
{
    color: #f18d20;
}
.mobile-header
{
    background: #028691;
    padding-top: 2px;
    height: 30px;
}
.header-section .contact p a:hover
{
    color: #f18d20;
}
.header-section .social-links span
{
    color: #fff;
    font-weight: 600;
}
.header-section .social-links a
{
    color: #fff;
    margin-right: 10px;
}
.header-section .social-links a:hover
{
    color: #f18d20;
}
