.ct-banner-inner {
    position: relative;
   
}

 .item-feature {
    overflow: hidden;
}
.item-feature img {
    width: 100%;
    -webkit-border-radius: 150px 0 0 0;
    -khtml-border-radius: 150px 0 0 0;
    -moz-border-radius: 150px 0 0 0;
    -ms-border-radius: 150px 0 0 0;
    -o-border-radius: 150px 0 0 0;
    border-radius: 150px 0 0 0;
}

.ct-banner.layout5 .box-squares.squares1 {
    top: 0;
    right: 30px;
    width: 100px;
    height: 73px;
}

.ct-banner.layout5 .box-squares {
    position: absolute;
}

.ct-banner.layout5 .box-squares.squares1 .item-square1 {
    height: 40px;
    width: 37px;
    background-color: #fff;
    top: 0;
    right: 25px;
}
.ct-banner.layout5 .box-squares.squares1 span {
    position: absolute;
}

.ct-banner.layout5 .box-squares.squares1 .item-square2 {
    width: 26px;
    height: 27px;
    top: 14px;
    right: 0;
    background-color: #faa80a;
}

.ct-banner.layout5 .box-squares.squares1 .item-square3 {
    width: 35px;
    height: 33px;
    background-color: #48c8f2;
    bottom: 0;
    left: 0;
}

.ct-banner.layout5 .box-squares.squares2 {
    bottom: 0;
    left: 0;
    width: 175px;
    height: 220px;
}

.ct-banner.layout5 .box-squares.squares2 .item-square1 {
    height: 55px;
    width: 58px;
    background-color: #fff;
    top: 0;
    right: 0;
}

.ct-banner.layout5 .box-squares.squares2 .item-square2 {
    width: 117px;
    height: 133px;
    bottom: 32px;
    left: 0;
    background-color: #faa80a;
}

.ct-banner.layout5 .box-squares.squares2 .item-square3 {
    width: 35px;
    height: 33px;
    background-color: #48c8f2;
    bottom: 0;
    right: 23px;
}

 .item-btn {
   
    bottom: 95px;
    right: 0;
}


 .btn-link {
    line-height: 53px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: #141414;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
 
}

 .btn-link:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: initial;
    border: 2px solid #faa80a;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 1;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}


.ct-banner.layout5 .box-squares.squares2 span {
    position: absolute;
}

 .btn-link:hover {
    color: #111;
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 0;
}

 .btn-link:hover:before {
    top: 0;
    left: 0;
    border-color: #141414;
}