about-section{
    background:#ffffff;
    padding:70px 0;
}
.about-image-box {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.shape-1{
    width: 357px;
    height: 79px;
    background-image: none;
    margin: 409px 4px 265px 105px;
	color: #ffffff;
    background-color: #21cc7a;
}
.shape-2{
    width: 439px;
    height: 252px;
    background-image: none;
    margin: -558px auto 0px 23px;
    border-color: #21cc7a;
    stroke: #6c5ce7;
    border-style: solid;
    border-width: 16px;
}
.about-iiner-image-box{
    width: 249px;
    min-height: 108px;
    background-image: url(https://i.ibb.co/yNV1BhY/m.png);
    background-position: 57% 37%;
    margin: -73px -20px 106px auto;
}
.about-image-box img{
    border-width: 0;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	width: 379px;
    height: 355px;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.5);
    object-position: 28.7% 100%;
    background-position: 28.7% 100%;
    margin: -480px -24px 0 auto;
}
.layout-33{
    position: relative;
    flex: 1;
    max-width: 100%;
}

.about_img{
    border: 21px solid transparent;
	text-align: left;
	background-color: transparent !important;
    opacity: 1;
	   position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
}
.section-title{
    color: black;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-size: 2.75rem;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
	  }
.about-text p {
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000 !important;
}

.about_img:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}
.p-0{
    padding:0;
}
a.custom-btn {
    border: 2px solid #21cc7a;
    color: #000;
    width: 150px;
    display: inline-block;
    text-align: center;
    padding: 12px;
    box-shadow: 1px 2px 0px 0px #21cc7a;
}
.about-text{
   padding:180px 0;
}

/*Media query for mobile view  */

@media only screen and (max-width: 767px) {
.about-text {
    padding: 15px;
}
.p-0{
    padding:15px;
}
.about-image-box img{
    width: 268px;
    /*! height: 196px; */
    margin-top: -463px;
	margin-right: 0;
    margin-bottom: 0;
}
.about-iiner-image-box {
    width: 165px;
    min-height: 183px;
    margin-top: -82px;
}
.shape-1{
  width: 255px;
    height: 43px;
    margin-top: 210px;
    margin-right: 40px;
    margin-left: auto;
}
.shape-2{
  height: 249px;
    width: 261px;
    margin-top: -378px;
    margin-right: auto;
    margin-left: 0;
}
.about_img{
    min-height: 533px;
}
}

/* <!-- why --> */
.y-us-section {
    padding: 82px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.y-us-title{
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background:#21cc7a none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.ic {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #21cc7a;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
