body{
    background-color: #f5f5f5 !important;
	font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Manrope", sans-serif;
}
.menuwrap ul {
    display: inline-flex;
    gap: 130px;
}
.custom-logo-link img{
	width : 65%;
}

#menu-header-menu a{
	color: #000;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.button-text-wrap a {
    background-color: #000;
    color: #fff;
    border-radius: 100rem;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 500;
    width: 55%;
    text-align: center;
}

.logo-wrap {
    padding-left: 40px;
    padding-right: 40px;
}
.logo-wrap {
    border-radius: 12px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px 28px;
}

.section-tittle {
    margin-top: -.8rem;
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.aboutwrap {
    margin-top: 80px;
    gap: 40px;
}
.imagewrap {
    width: 80%;
}

.counter-single {
  padding: 24px;
    border-radius: 16px;
    background-color: #fff;
    flex-flow: column;
}

.plus_sign{
	color:#000;
}

.gridwrap {
    gap: 12px;
    margin-right: 70px;

}

p {
    color: #4e4e4e;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.7em;
	    font-size: 1rem;
}

.content_det{
	padding-top : 50px;
}

.counter-number-2 {
    color: #000;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.counter-tittle {
    text-transform: none;
    margin-top: 10px;
    font-size: 1rem;
}

.big-dott {
    width: 8px;
    height: 8px;
    border-radius: 24px;
    background-color: #000;
}

.tag-tittle {
    text-transform: none;
    font-size: 1rem;
	color : #000;
}
.heading-h2 {
    margin-top: -1.6rem;
    font-size: 6rem;
    color: #000;
    font-weight: 700;
}
.project_wrap{
	margin-bottom: 50px;
}
.text-color-black{
	color : #000;
}
.portfolio-wrap{
   margin-top: 110px;
}