/*** 
=============================================
   About style1 Css
=============================================
***/
.about-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 140px 0px 140px;
    z-index: 1;
}

.about-style1__img {
    position: relative;
    display: block;
    padding-right: 96px;
    z-index: 1;
}

.about-style1__img .shape1 {
    position: absolute;
    bottom: -45px;
    right: 35px;
    z-index: -1;
}

.about-style1__img1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__img1 img {
    width: 100%;
}

.about-style1__img .overlay-img {
    position: absolute;
    bottom: -50px;
    right: 30px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}



.about-style1__content {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-style1__content .sec-title {
    padding-bottom: 28px;
}

.about-style1__content .sec-title h2 {
    line-height: 1.2em;
}

.about-style1__content-text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-style1__content-text p {
    margin: 0;
}


.about-style1__content-list {
    position: relative;
    display: block;
}

.about-style1__content-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.about-style1__content-list li:last-child {
    margin-bottom: 0;
}

.about-style1__content-list li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--thm-gray-bg);
}

.about-style1__content-list li .icon-box span {
    position: relative;
    display: inline-block;
    color: #1c3de2;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.about-style1__content-list li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 15px;
}

.about-style1__content-list li .text-box p {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.about-style1__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 57px;
}

.about-style1__content-bottom .contact-box {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--thm-white, #FFF);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 30px 20px;
}

.about-style1__content-bottom .contact-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-secondary-color);
    border-radius: 50%;
}

.about-style1__content-bottom .contact-box .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 25px;
    line-height: 25px;
}

.about-style1__content-bottom .contact-box .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.about-style1__content-bottom .contact-box .text-box p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.about-style1__content-bottom .contact-box .text-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 6px;
}

.about-style1__content-bottom .contact-box .text-box h3 a {
    color: var(--thm-black);
}

.about-style1__content-bottom .contact-box .text-box h3 a:hover {
    color: var(--thm-primary-color);
}



.about-style1__content-bottom .author-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.about-style1__content-bottom .author-info .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.about-style1__content-bottom .author-info .img-box img {
    width: 100%;
}

.about-style1__content-bottom .author-info .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.about-style1__content-bottom .author-info .text-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-style1__content-bottom .author-info .text-box p {
    margin: 0;
}










/*** 
=============================================
   End Css
=============================================
***/