
	.outer-box1 {
    /* position: absolute;
    right: -29%;
		    top: -6px; */
}


.btn-style-one1 {
    position: relative;
    line-height: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    background: #ff4800;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ff4800;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: 8px;
}
