.logo__class {
	width: 140px;
	padding:10px 0;
}
/*.item1 {
  grid-area: center;
}
.item2 {
  grid-area: b;
  justify-self: center;
}
.item3 {
  grid-area: c;
  justify-self: center;
}
.item4 {
  grid-area: d;
  justify-self: center;
}*/

.logo-footer  {
	width:150px;
}
.rts__footer.is__home__six .rts__widget ul li a {
	line-height:1.5em;
}
.wa-icon {    
     position: fixed;
    bottom: 25px;
    right: -430px;
    z-index: 99999;
}
.project-base .service__item .h6 {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}
.project-base .service__item {
    text-align: center;
    margin-bottom: 20px;
}
.project-base .service__item__icon {
    font-size: 40px;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.justify-content-center {
    justify-content: center !important;
    display: flex;
}
.btn-close-white {
	color:#333;
}
.bg-gray {
	background:var(--rts-gray);
} 
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__logo img {
	width:100px;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address .item a {
	font-size:14px;
}
.about.is__home__five .about__positioned__images {
	margin-bottom:50px;
}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 576px) {
	
	.about.is__home__five .about__positioned__images .image__1 {
		position: absolute;
    	left: 34%!important;
	     clip-path: none!important;
	    top: 10px!important;
	}
	.about.is__home__five .about__positioned__images .image__1 img {
		height:200px;
	}
}