*{
	scroll-behavior: smooth;
}

#preloader{
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo a img{
	width: 85px;
}

.required{
	color: red;
	font-weight: bold;
	cursor: pointer;
}

.tp-arrows:hover{
    background-color:blue
}

.feature-box:hover{
	border: none;

}

.service-price{
	font-weight: bolder;
}

.footer_box__info h4{
	margin-bottom: 15px;
}

.footer_box__info ul{
	margin: 0px;
	padding: 0px;
}
.footer_box__info ul li {
    display: inline-block;
    margin-left: 5px;
}
.footer_box__info ul li a {
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s;
    line-height: 31px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    border-color: #ffffff;
    color: #ffffff;
}
.footer_box__info ul li a:hover {
	background: #3ba83b;
    color: #fff;
    border-color: #3ba83b;
}

.footer_box__link a:hover{
	color: #3ba83b;
}

.order-input{
	margin-bottom: -14px;
}

#anchor{
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
	position: fixed;
	color: #fff;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #3ba83b;
	box-shadow: 0 0 3px #797979;
}

#anchor:hover{
	color: #3ba83b;
	background: #fff;
	transition: all .7s;
}

.modal-dialog{
	border-radius: 30px;
	box-shadow: 0 0 3px #000;
}

.modal-content{
	margin: 0;
	padding: 0;
	border: 3px solid #479C18;
	border-radius: 30px;
}

.serviceOrderImageLarge{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.serviceOrderImageSmall{
	position: relative;
	width: 100%;
	height: 140px;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

@media screen and (min-width: 768px){

	.modal-dialog{
		width: 1200px;
	}

	/*.menu{
		margin-top: 140px;
		background: red;
	}*/

}