svg.position-absolute,
svg.custom-svg-position-5{
	display: none!important;
}

footer p,
footer a,
footer i{
	color: #ffffff!important;
}

.hover-zoom{
	transform: scale(1) ;
	transition: transform .5s;
}

.hover-zoom:hover{
	transform: scale(1.1) ;
	transition: transform .5s;
}

.ls-5{
	letter-spacing: 5px;
}


/* Form */
.custom-form-style-1 .form-control {
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border-color: #f7f7f7;
    line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
    border-color: #CCC;
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
    color: #a9a9a9;
}

.custom-form-style-1 select {
    color: #495057;
}

.custom-form-style-1 select option {
    color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
    color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
    height: auto;
}


.clients-slider img{
	width:100px!important;
}

@media(max-width:768px){
	.clients-slider img{
		margin: 0 auto;
	}
}

.custom-container-background-175:before{
	height: 175px!important;
}


.header-body {
	background-color:#1d1c1c!important ;
}

.section.page-header{
	padding: 100px 0 !important;
}

.categories-form{

}

.categories-form .form-control{
	appearance: auto!important;
	height: 45px!important;
}

.categories-form .btn{
	margin: 0 auto;
    width: 180px;
    display: block;
}

.line-height-8 p{
	line-height: 1.8 !important;
}

.customLineProgressAnim {
    animation-name: customLineProgressAnim;
}

@keyframes customLineProgressAnim {
    from {
        width: 0;
    }
    to {
        width: 60px;
    }
}

.customLineProgressAnim {
    animation-name: customLineProgressAnim;
}

.divider-small {
	margin: 20px 0 0 !important;
}

.thumb-gallery-thumbs.services .owl-item{
	width: auto!important;	
}