﻿/*================================
Footer CSS
=================================*/
.main-footer {
    position: relative;
    background-image: url(../img/footer-bg.png);
    color: #FFF;
    
    /*font-size: 1rem;
    font-family: 'Rubik', sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    font-family: 'Nunito Sans', sans-serif;
}

    .main-footer:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(46,52,61,0.90);
        z-index: -1;
    }

.footer-aboutus {
    background: #DA621E;
    padding: 15px;
    border-top: 6px solid #008493; /*#F58000;*/
    color: #FFF;
    font-weight: 300;
    height: 100%
}

.address-line {
    margin-bottom: 16px;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
    color: #FFF;
    font-size:1.8rem;
}

.address-line p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px; /*1.4rem;*/
    font-weight:400;
    color: #FFF;
}

.address-line1 {
    margin-bottom: 16px;
}

.address-icon1 {
    float: left;
    display: block;
    margin-right: 10px;
}

.address-line1 p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.3;
}

ul.socialmedia li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

    ul.socialmedia li a {
        display: block;
        padding: 5px;
        color: #FFF;
        font-size: 1rem;
        text-align: center;
    }

        ul.socialmedia li a:hover {
            color: #FFF;
        }

.news-letter {
    padding: 20px 0;
    border-bottom: 1px solid #8E8E8E;
    margin-bottom: 30px;
}

    .news-letter p {
        margin-bottom: 0;
    }

ul.quicklinks li {
    display: block;
    margin-top: 5px;
}

    ul.quicklinks li a {
        display: block;
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
    }

.copyright-box {
    padding: 20px 0;
    border-top: 1px solid #8E8E8E;
    margin-top: 30px;
}

ul.gallery li {
    display: inline-block;
    width: 32%;
}

    ul.gallery li a {
        display: block;
        padding: 4px 2px;
    }

        ul.gallery li a img {
            width: 100%;
            height: 100%;
        }
/*===============================
Form Control CSS
=================================*/
.form-group label {
    color: #5e5e5e;
    font-size: 15px;
}

.form-control {
    padding: 0.75rem 0.75rem;
}

.form-select {
    padding: 0.75rem 0.75rem;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2B3D51;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2B3D51;
    opacity: 0.5;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #2B3D51;
    opacity: 0.5;
}

.notification .form-control {
    font-size: 14px;
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
    height: 44px;
}

select {
    color: black;
}
    /* with the :focus here, we show grey when using the element */
    select:required:invalid {
        color: #2B3D51;
        opacity: 0.5;
    }

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.search-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #828282;
}

.control-muted {
    color: #828282 !important;
}

.p-500 {
     font-weight: 600; 
}
.p-22 {
    font-size: 22px;
}

.title-border 
{
    height: 2px;
    width: 30px;
    background-color: #d30050;/*#fff; /*#5c5c5c;*/
    margin-bottom: 18px;
}

.comp-logo-footer
{
    width: 107px; 
    width:85px;
}