/*
.location-content ul li{
    padding: 6px;
    list-style-type: none;
    text-align: center;
    background-color: #0071bd;
    border-radius: 8px;
    margin: -8px;
    margin-bottom: 20px;
    color: white;
}
.location-content ul li a{
    color: white;

}


/*side fixed button*/
.whatsapp-button-fixed {
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 999;
    max-width: 50px;
}

.whatsapp-button-fixed a.quote {
    padding: 3px 14px;
    background: #0071bd;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}
.whatsapp-button-fixed a.phone {
    padding: 3px 15px;
    background:#f7921e;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}


.whatsapp-button-fixed img {
    width: 100%;
}

/* ----------------------------------------------------------------------------------------
*                                       08. counter css
* -------------------------------------------------------------------------------------- */
.counter-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.counter-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.81);
}
@media (max-width: 768px) {
    .bottom-footer{
		padding-bottom:102px;
	}
    .counter-section .section-wrapper {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .counter-section .section-wrapper {
        width: 90%;
    }
}
.counter-section .counter-item {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}
@media (max-width: 990px) {
    .counter-section .counter-item {
        margin-bottom: 30px;
    }
}
.counter-section .counter-item .counter-thumb {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
    border: 1px solid #fff;
    background-color: transparent;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.counter-section .counter-item .counter-thumb i {
    font-size: 24px;
    color: #fff;
}
.counter-section .counter-item .counter-content {
    display: inline-table;
    vertical-align: middle;
}
.counter-section .counter-item .counter-content span {
    color:#fff;
    font-weight: 300;
    font-size: 38px;
}
.counter-section .counter-item .counter-content h6 {
        color: #fff;
        margin: 0;
        font-size: 14px; 
}

/*marquee-top*/
.topbar .marquee-top{
    background-color: green;
    color: white;
    padding-top: 10px;
}


/*slider bottom*/
.service-one h3 a{
    color: #0071bd;
}
.service-one h3 a:hover{
    color:#f7921e;
}

.scroll1{
    height: 300px;
    overflow-y: scroll;
}
*/


