@charset "UTF-8";
#advert  {
    padding-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    padding-bottom: 30px;
    border: thin solid hsla(128,52%,47%,1.00);
    border-radius: 10px;
}
#one {
	background-image: url(../img/bg17.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 250px;
	padding-bottom: 250px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#two {
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(../img/bgimg003.jpg);
    background-size: cover;
    padding-left: 10px;
    background-position: center top;
}
#three {
    background-repeat: no-repeat;
    background-color: hsla(0,0%,100%,1.00);
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
    background-image: url(../img/bgimg001.jpg);
    background-size: cover;
    padding-right: 0px;
    padding-left: 10px;
    background-position: center top;
}
#four {
    background-repeat: no-repeat;
    background-color: hsla(0,0%,100%,1.00);
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
    background-size: cover;
    padding-right: 0px;
    padding-left: 10px;
    background-position: center top;
}

@media screen and (max-width:768px){
}
#leftointer {
    position: absolute;
    left: 0%;
    padding-right: 0px;
}
#rightpointer {
    right: 0%;
    position: absolute;
}
.contacticons {
    margin-top: 6px;
}
.contacticons .btn.btn-sm {
    background-color: #1F1C1D;
    color: #FFFFFF;
    font-size: x-small;
    padding-top: 5px;
    padding-bottom: 5px;
}
#carouselExampleIndicators1 .carousel-indicators .active {
    background-color: hsla(359,100%,50%,1.00);
}
