#main {
    padding-left: 15%;
}
#main #contact {
    background: url('/files/Contact/bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    padding-bottom: 0;
}
#main #contact .banner {
    position: relative;
}
#main #contact .banner img {
    min-height: 30vh;
}
#main #contact .banner .txt {
    color: #fff;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 3;
}
#main #contact .banner .txt span {
    font-weight: normal;
    font-size: 1rem;
    margin-left: 10px;
}
#main #contact .banner::after {
    background: #000;
    opacity: 0.21;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
#main #contact .content {
    padding: 50px 0;
}
#main #contact .content .line {
    background: #444344;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    margin-bottom: 10px;
}
#main #contact .content .content-box {
    margin-top: 80px;
}
#main #contact .content .content-box .nav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: unset;
    display: flex;
    width: 100%;
}
#main #contact .content .content-box .nav .nav-item .nav-link {
    border: 1px #444344 solid;
    color: #444344;
    background: #fff;
    font-weight: 700;
    border-radius: unset;
    transition: all .3s linear;
}
#main #contact .content .content-box .nav .nav-item .nav-link.active {
    background: #444344;
    color: #fff;
}
#main #contact .content .content-box .nav .nav-item .nav-link:hover {
    background: #444344;
    color: #fff;
}
#main #contact .content .content-box .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
#main #contact .content .content-box .tab-content .tab-pane {
    margin-top: 100px;
}
#main #contact .content .content-box .tab-content .tab-pane .line-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main #contact .content .content-box .tab-content .tab-pane .line-box img {
    width: 75%;
    margin-right: 50px;
}
@media screen and (max-width: 991px) {
    #main #contact .content .content-box .tab-content .tab-pane .line-box img {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    #main #contact .content .content-box .tab-content .tab-pane .line-box img {
        margin-bottom: 50px;
    }
}
#main #contact .content .content-box .tab-content .tab-pane .txt-box {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#main #contact .content .map-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin: 0 auto;
    margin-top: 100px;
    height: 500px;
}
@media screen and (max-width: 768px) {
    #main #contact .content {
        padding-bottom: 0;
    }
    #main #contact .content .map-box {
        width: 100%;
    }
    #main #contact .content .map-box iframe {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    #main {
        padding-left: 0;
    }
}
#main #contact .content .content-box .tab-content .tab-pane .txt-box a{
	color:#fff;
}
