body{
font-family: 'Source Sans Pro', sans-serif;
}
p{
	font-size:18px;
}
.top-bg{
	

	   
    width: 100%;
    display: inline-block;
    

    position: relative;
    height: 100%;
	position:relative;
}
.top-bg img{
	width:100%;
	    max-height: 210px;
}

.top_head {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 8%;
    color: #fff;
	}
.top_head h1{
	 font-size: 2.5rem;
    font-weight: bold;
	}
	.top_head h3{
	  font-size: 2rem;
    font-weight: normal;
	}
.electronic-handshake{
	    max-width: 450px;
    border-radius: 10px;
    margin: auto;
    background: #fff;
    padding:30px 10px;
}
.electronic-handshake{
	margin-top:-82px;
	position:relative;
	box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
-webkit-box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
-moz-box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
padding-bottom: 65px;
}
a{
	color:#be2026;
}
.akemona_about h3{
	font-weight:bold;
	font-size:2rem;
	color:#027b46;
}
.both_logo{
	box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
-webkit-box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
-moz-box-shadow: 13px 15px 20px -1px rgba(0,0,0,0.19);
max-width: 200px;
    margin: auto;
       margin-top: -52px;
    position: relative;
    background: #fff;
    border-radius: 100px;
    justify-content: space-between;
    padding: 15px 20px;
}
.logo_left{
	max-width:50px;
}
.logo_right{
	max-width:95px;
}
.language_block {
		color:#4c5053;
}
.language_block h4{
	font-weight:bold;

}
@media (max-width: 1280px){
.electronic-handshake{
	    max-width: 50%;
}
}
@media (max-width: 992px){
.top-bg img {
    width: 100%;
    max-height: 165px;
}

.electronic-handshake {
    padding-bottom: 65px;
    margin-top: -47px;
    max-width: 50%;
    border-radius: 8px;
}
.both_logo{
	    max-width: 201px;
}
	.logo_left {
    max-width: 50px;
}	
.logo_right {
    max-width: 90px;
}
.top-bg{
	    height: auto;
}

}

@media (max-width: 767px){
	
.we_expert h4{
	font-size:1.25rem;
}
.we_expert h4 br{
	display:none;
}
.top_head h1{
	    font-size: 1.5rem;
}
.top_head h3{
	    font-size: 1.15rem;
}
.akemona_about h3{
	 font-size: 2rem;
}
}

@media (max-width: 480px){
.top-bg img{
	    max-height: 110px;
}
.electronic-handshake {
	       margin-top: 20px;

}
.top_head h1{
	    font-size: 1.5rem;
}
.top_head h3{
	    font-size: 1rem;
}

}