*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
.references .main-title{
    background-image:linear-gradient(5deg, rgb(242, 232, 231)0%,rgba(242, 233, 236, 0.7)5%), url(../image/bg9.jpg);
    padding: 65px;
}
h1{
    color: #101010;
    font-weight: bold;
    font-size: 60px;
}
.up {
    position: fixed;
    bottom: 10px;
    right: -30px;
    background-color: #d25048;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    font-family: Arial, Tahoma;
    cursor: pointer;
    transition: 0.2s;
  }
  .up.show {
    right: 10px;
  }

.dropdown-item{
	text-decoration: none;
	color: rgb(27, 27, 27);
}
.nav-item a{	
	color: #d25048;
}


.client-warp{
    width: 100%;
    height: auto;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
}
.client-warp h1{
    font-size: 60px;
    color: #555;
}
.client-warp hr{
    width: 15%;
    height: 5px;
    border: none;
    background: #cc264f;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.client-in{
    width: 100%;
    height: auto;
}
.client-in ul{
    padding: 0;
    margin: 0;
}
.client-in ul li{
    list-style: none;
    display: inline-block;
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}
.client-in ul li img{
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}


