.about-section {
    position: relative;
    padding: 0px 0px;
}

.about-section .content-column {
    position: relative;
    /* margin-bottom: 40px; */
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 25px;
    /* padding-right: 100px; */
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 25px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

/* .about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #d7a449;
} */

.about-section .image-column .inner-column .image {
    position: relative;
}

/* .about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(../images/about/) no-repeat;
} */

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #000;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #000;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #000;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 0px;
}

.sec-title .title {
    position: relative;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: -25px;
}

/* .sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
} */

@media only screen and (max-width: 991px) {
    .sec-title .title {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .content-column .text {
        position: relative;
        color: #777777;
        font-size: 12px;
        line-height: 2em;
        margin-bottom: 25px;
        font-family: "Roboto Condensed";
    }
}