.office1
{
padding: 9px 151px;
    text-align: center;
    position: relative;
    top: -34px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
}
.office2
{
padding: 9px 158px;
    text-align: center;
    position: relative;
    top: -34px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
}
video {
    object-fit: contain;
}
blockquote {
	    font-size: 18px;
    
    margin: 0;
    padding: 0 0 20px;
    color: #888;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.02em;
    border: none;
}
 /*.quote:before {
    content: "\f10e";
    font-size: 30px;
    position: absolute;
    bottom: 40px;
    right: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
}*/
.new-item2
{
	float: right;
}
.name2
{
margin-left: 480px;
}
.circle1 {
	transition: 1.2s ease-in-out;
	
	border: 2px solid #fde428;
    width: 200px;
    height: 200px;
    /* background: red; */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 101px;
}
.arrow{
	width: 155px;
    position: relative;
    top: -171px;
    left: 203px;

}
.p-graph
{
	margin-left: 50px;
}
.circle-content
{

font-size: 19px;
    /* text-align: center; */
    position: relative;
    top: 64px;
    color: #59639f;
    font-weight: bold;
    left: 11px;
}
.circle-no1
{
	left: 70px;
    font-size: 50px;
    position: relative;
    top: 14px;
}
.circle-contenth
{
	font-weight: bold;
	top: 16px;
    position: relative;
    color: #fff;
    opacity: 0;
    text-align: center;
}
.circle1:hover
{
background-color:#59639f;
}
.circle1:hover .circle-contenth
{
	opacity: 1;
 color: #fff;
}
.pl-font
{
	font-style: italic;
	margin-left: 8px
}
.product-sub
{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;

}
.product-sub:after
{
position: absolute;
    content: '';
    display: block;
    left: 0px;
    bottom: 0px;
    width: 155px;
    height: 3px;
    background-color: #fde428;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
    top: 38px;
}
.production-sub
{
	    font-weight: bold;
	    color: #59639f;
	/*color: #fde428;*/
}