
        /* ---------------------contacts------- */
       
.primaryNav_bgcolor {
    background-color: #000000;
}
        .body5::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);

        }

        .section5 {
            position: relative;
            z-index: 3;
            padding: 6rem 0 3rem 0;
            max-width: 100%;
        }

        .container5 {
            max-width: 1080px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;

        }

        .section-header {
            margin-bottom: 50px;
            text-align: center;
        }

        .section-header h2 {
            color: #e53637;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            display: block;
        }

        .section-header p {
            color: #111111;
            font-weight: 700;
            line-height: 46px;
            font-size: 36px;
        }

        .row5 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 100%;

        }

        .contact-info5 {
                padding-bottom: 20px;
            padding-top: 20px;
        }

        .contact-info-item {
            display: flex;
            margin-bottom: 30px;
        }

        .contact-info-icon i {
            font-size: 15px;
        }

        .contact-info-content {
            margin-left: 20px;
        }

        .contact-info-content h4 {
            color: #e53637;
            font-size: .8rem;
            margin-bottom: 5px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .contact-info-content p {
            color: #646464;
                margin-bottom: 0rem;
        }

        .contact-form5 {
            background-color: #fff;

            /* width: 45%; */
            padding-bottom: 20px;
            padding-top: 20px;
        }
        #contactForm .btn-contactus {
           border: 1px solid #000;
        }
        @media (max-width: 991px) {
            .body5 {
                overflow: hidden;
                margin-top: 55PX;

            }

            .section5 {
                padding: 50px 0;
                margin-top: 20px;
            }

            .row5 {
                flex-direction: column;
            }

            .contact-info5 {
                margin-bottom: 40px;
                /* width: 100%; */
            }

            .contact-form5 {
                /* width: 100%; */
            }
        }

        .map-wrapper,
        #map {
            width: 100%;
            position: relative;
        }

        #map iframe {
            width: 100%;
            height: 280px;
            border: 0;
        }

        .footer-logo img {
            font-size: 22px;
            font-weight: bold;
            max-width: 120px;

        }

        .ftco-footer-social {
            padding: 0 !important;
            margin: 0;
            position: relative;
        }

        .ftco-footer-social li {
            list-style: none;
            margin: 0 0 0 0;
            display: inline-block;
            height: 30px;
            width: 30px;
            padding-left: 0 !important;
        }

        .ftco-footer-social li a {
            margin: 0;
            height: 30px;
            width: 30px;
            display: block;
            color: #fff;
            border-radius: 4px;
            position: relative;
            background: black;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }
 