.hsec3 {
    background-image: url(../images/hsec3bg.jpg);
}
.imgrbox .imgrboxr {
    position: relative;
    overflow: hidden;
    background-color: #ebebec;
}
.imgrbox .imgbox{
    float: right;
}
.imgrbox .imgrboxr:nth-child(2n) .imgbox {
    float: left;
}
.imgrbox .imgbox img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100% !important;
    width: auto !important;
}
.imgrbox .imgrboxr:nth-child(2n) .imgbox img {
    left: auto;
    right: 50%;
}
.imgrbox .imgrboxr .textbox {
    padding: 70px 50px 70px 10px;
}
.imgrbox .imgrboxr:nth-child(2n) .textbox {
    padding: 70px 10px 70px 50px;
}
.imgrbox .imgrboxr:after {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 69px;
    height: 139px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
}
.imgrbox .imgrboxr:nth-child(2n):after {
    transform: scaleX(-1);
    margin-left: -67px;
}



@media screen and (max-width: 1362px) {
	
}
@media screen and (max-width: 992px) {
	
}