﻿.headernav {
    background-color: #e08806 !important;
    padding: 0px;
    width: 100%;
}

#navbarSupportedContent a {
    color: white;
}

.menuHeaderPadding {
    padding: 24px 16px;
}

#navbarSupportedContent a.active {
    background-color: #73b01c !important;
}

.textFontColor {
    color: #474747;
}

.homeAboutUsBackhround {
    background-color: #fbe9c8;
}

.wid992 {
    max-width: 992px;
}

.marginAuto {
    margin: 0px auto;
}

.textAlignCenter {
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.homePress img, .homeGallery img {
    max-width: 100%;
}

.homePress h4 {
    font-weight: normal;
    margin: 15px 0px;
}

.homePress .col-md-4 p {
    text-align: justify;
}

.homePress .learnMore {
    text-decoration: none;
}

    .homePress .learnMore img {
        width: 40px;
        border-radius: 10px;
    }

    .homePress .learnMore span {
        color: #73b01c;
        margin-left: 7px;
    }

.homeGallery {
    background-color: #E5E5E5;
}

    .homeGallery img {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.homeGalleryViewAll {
    background-color: #73b01c;
    padding: 10px 20px;
    color: white !important;
    margin: 0px auto !important;
}

.footer {
    background-color: #e08806;
}

    .footer .footerColumns {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .footer .footerColumns span {
            color: white;
            font-size: 12px;
        }

        .footer .footerColumns a {
            color: white;
            font-size: 12px;
        }

        .footer .footerColumns span.head {
            background-color: #73b01c;
            color: white;
            padding: 5px 15px;
            font-weight: bold;
        }

.mb15 {
    margin-bottom: 15px !important;
}

.imageFullScreen {
    min-height: 0px;
}

    .imageFullScreen img {
        position: absolute;
        z-index: 1;
        margin-top: -20px;
        margin-left: 100px;
    }

.footer-modern {
    background: linear-gradient(135deg, #1f1f1f, #2b2b2b, #3a3a3a);
    color: #e0e0e0;
    padding: 40px 0 0;
    font-size: 14px;
}

.footer-logo {
    width: 110px;
}

.footer-brand p {
    margin-top: 10px;
    font-weight: 600;
}

.footer-legal {
    font-size: 12px;
    color: #b0bec5;
    line-height: 1.6;
}

.footer-links h6,
.footer-social h6 {
    font-size: 15px;
    margin-bottom: 12px;
}

.footer-links a {
    display: block;
    color: #cfd8dc;
    text-decoration: none;
    margin-bottom: 6px;
}

    .footer-links a:hover {
        color: #ffffff;
        padding-left: 5px;
    }

.footer-social img {
    width: 28px;
    margin-right: 10px;
    transition: transform 0.3s;
}

    .footer-social img:hover {
        transform: scale(1.15);
    }

.footer-seo {
    font-size: 12px;
    color: #90a4ae;
    margin: 15px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 15px 0;
    font-size: 13px;
}

.footer-policy {
    margin-top: 8px;
    font-size: 12px;
}

    .footer-policy a {
        color: #b0bec5;
        text-decoration: none;
        margin: 0 5px;
    }

        .footer-policy a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .footer-bottom .text-right,
    .footer-bottom div {
        text-align: center;
    }
}
