/* ain add */
/* mapplic */
/* #mapplic{
    margin-bottom: 105px !important;
    } */
section#home1{
    /* padding-top: 341px !important; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
section.bg-half-260{
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}
/*  background slide up animation */
.bg-overlay .section-title{
	display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.animation01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
section.bg-half-260{
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.animation01 div {
    width: 20%;
    height: 100%;
    animation: animation01 0.275s ease-in forwards;
    transform-origin: bottom;
    opacity: 0;
}

.animation01 div:nth-child(1) {
    background-image: url(/files/bg6.jpg);
    animation-delay: 1s;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:48%;
}

.animation01 div:nth-child(2) {
    background-image: url(/files/bg2.jpg);
    animation-delay: 0.8s;
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
}

.animation01 div:nth-child(3) {
    background-image: url(/files/bg5.jpg);
    animation-delay: 0.6s;
    background-size: cover;
    /* background-repeat: no-repeat; */
	background-position: center;
}

.animation01 div:nth-child(4) {
    background-image: url(/files/bg4.jpg);
    animation-delay: 0.4s;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.animation01 div:nth-child(5) {
    background-image: url(/files/bg1.jpg);
    animation-delay: 0.2s;
    /* background-size: 2367px ; */
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 39%;
}

@keyframes animation01 {
    0% {
        transform: scale3d(1, 0, 1);
        opacity: 1;
    }
    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
/* endhere */

/* map info */
#map-info.visible{
	visibility: visible !important
}
#map-info{
	visibility: none
}
#map-info{
    position: relative;
    /* margin-bottom: 30px; */
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#map-info .sign-box{
	margin: 10px;
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.circle{
    
	border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
	margin: 9px;
	cursor: pointer
	
}
.red-circle{
    transition: all ease 1s;
	background: radial-gradient(circle, rgba(253,183,183,1) 10%, rgba(251,117,117,1) 95%);
}
.red-circle:hover{
    background: radial-gradient(circle, rgba(251,117,117,1) 10%, rgba(198,66,66,1) 95%);
    -webkit-box-shadow:0px 0px 85px 17px rgba(198,66,66,0.9);
    -moz-box-shadow: 0px 0px 85px 17px rgba(198,66,66,0.9);
    box-shadow: 0px 0px 85px 17px rgba(198,66,66,0.9);
}
.darkgreen-circle{
	background: radial-gradient(circle, rgba(186,221,145,1) 10%, rgba(128,188,59,1) 95%);
}
.darkgreen-circle:hover{
    background: radial-gradient(circle, rgba(128,188,59,1) 10%, rgba(85,117,59,1) 95%);
    -webkit-box-shadow:0px 0px 199px 17px rgba(85,117,59,1);
    -moz-box-shadow: 0px 0px 199px 17px rgba(85,117,59,1);
    box-shadow: 0px 0px 199px 17px rgba(85,117,59,1);
}
.sign-box span{
	color:rgba(255, 255, 255, 1)!important;
	/*  */
}
