@font-face {
    font-family: 'Euclid Circular A Regular';
    src: url(/font/Euclid\ Circular\ A\ Regular.woff) format('woff'),
        url(/font/Euclid\ Circular\ A\ Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}

.contact-us-section {
    background: #e9e9e9 !important;
    font-family: 'Euclid Circular A Regular' !important;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    background: linear-gradient(1deg, #000000, transparent, transparent);
    width: 100%;
    height: 100%;
}

.banner-section-information {
    position: absolute;
    bottom: 23px;
    left: 72px;
    font-family: 'Austin News Headline Light';
    color: #fff;
    z-index: 9;
}

.banner-section-information .banner-blog-home {
    font-family: 'Euclid Circular A Regular';
}

.banner-section-img {
    animation: zoomEffect 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Zoom in slightly */
    }
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.padding-space-extra {
    padding: 60px 0;
}

.contact-infomation-inn {
    background: #fff;
    box-shadow: 0 0 3px #afafaf;
    border-radius: 10px;
    text-align: center;
}

.contact-infomation-inn .row {
    padding: 20px;
}

.get-in-touch-with-us-info {
    background: #f4511e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.get-in-touch-with-us-info h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.icons-for-touch i {
    font-size: 30px;
    margin-bottom: 10px;
}

.phone-in {
    margin-bottom: 5px;
    font-size: 20px;
}

.phone-ontact-fer a {
    color: #000;
    text-decoration: none;
}

.number-fer {
    font-size: 16px;
    margin-bottom: 5px;
}

.number-fer-in {
    font-size: 15px;
    color: #656464;
    margin-bottom: 0;
}

.phone-ontact-fer {
    padding: 10px 0;
}

.contact-information {
    text-align: center;
}

.contact-information {
    background: #fff;
    border-radius: 10px;
}

.contact-information h3 {
    background: #f4511e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}

.contact-information form {
    padding: 10px;
}

.contact-information form .btn {
    width: 80%;
    background: #68b5bc;
    color: #000;
}
.phone-border{
    border-right:1px solid #ebe7e7;
}
.email-border{
    border-bottom:1px solid #ebe7e7;
}
.location-border{
    border-top:1px solid #ebe7e7;
}
.working-border{
    border-left:1px solid #ebe7e7;
}
@media only screen and (max-width: 991px) {
    .container {
        max-width: 830px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information h1 {
        font-size: 30px;
    }

    .contact-us-section .container {
        max-width: 900px;
    }

    .phone-ontact-fer a {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .number-fer {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-infomation-inn{
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 565px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
    .phone-border{
    border-right:none;
    border-bottom:1px solid #ebe7e7;
}
.location-border{
    border-top:none;
    border-bottom:1px solid #ebe7e7;
}
.working-border{
    border-left:none;
}
}