/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0 60px;
    z-index: 10;
}

.about-style1-img-box {
    position: relative;
    display: block;
    margin-left: -110px;
    margin-right: 10px;
}

.about-style1-img-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 70px;
    margin-left: -10px;
    margin-right: -10px;
}

.about-style1-img-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 20px;
}

.about-style1-img-box ul li:first-child {
    width: 55.09%;
}

.about-style1-img-box ul li:last-child {
    width: 44.91%;
    margin-top: -70px;
}

.about-style1-img-box__single {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1-img-box__single img {
    width: 100%;
    transition: all 500ms ease;
}

.about-style1-img-box__single:hover img {
    transform: scale(1.02) rotate(0deg);
}



.certified-box-style1 {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    background-color: var(--thm-base);
    width: 340px;
    padding: 43px 30px 43px;
    z-index: 5;
}

.certified-box-style1 .icon {
    width: 90px;
}

.certified-box-style1 .icon span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.certified-box-style1:hover .icon span {
    color: #000000;
    transform: scale(1.05) rotate(1deg);
}

.certified-box-style1 .title {
    position: relative;
    flex: 1;
}

.certified-box-style1 .title h6 {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.certified-box-style1 .title h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}



.about-style1__content-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.about-style1__content-box__inner {
    position: relative;
    display: block;
}

.solution-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.solution-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.solution-box ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px 20px;
}

.single-solution-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 25px 24px 25px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-solution-box:hover {
    transform: translateX(5px);
}

.solution-box ul li:last-child .single-solution-box:hover {
    transform: translateX(-5px);
}

.single-solution-box:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 8px;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.solution-box ul li:hover .single-solution-box:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}




.single-solution-box .icon {
    position: relative;
    width: 60px;
}

.single-solution-box .icon span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-solution-box .icon span:before {
    color: var(--thm-base);
    font-size: 40px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-solution-box:hover .icon span:before {
    color: #ffffff;
}

.single-solution-box .inner-title {
    position: relative;
    display: block;
}

.single-solution-box .inner-title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-solution-box:hover .inner-title h3 {
    color: #ffffff;
}


.about-style1__content-box__inner .inner-text {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 45px;
}

.about-style1__content-box__inner .inner-text h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 25px;
    font-family: var(--thm-font);
}

.about-style2-manager-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style2-manager-box .left {
    position: relative;
    display: flex;
    align-items: center;
    width: 250px;
}

.about-style2-manager-box .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.about-style2-manager-box .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

.about-style2-manager-box:hover .img-box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}


.about-style2-manager-box .img-box img {
    width: 100%;
}

.about-style2-manager-box .title-box {
    position: relative;
    flex: 1;
    margin-left: 25px;
}

.about-style2-manager-box .title-box h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 7px;
}

.about-style2-manager-box .title-box span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.about-style2-manager-box .right {
    position: relative;
    flex: 1;
    padding-left: 30px;
    border-left: 1px solid #c5c5c5;
}

.about-style2-manager-box .manager-signature-1 {
    position: relative;
    display: block;
}

/*** 
=============================================
    About Style3 Area Css
=============================================
***/
.about-style3-area {
    position: relative;
    display: block;
    background-color: #edf1f7;
    padding: 120px 0 120px;
}

.about-style3-img-box {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
}

.about-style3-img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.about-style3-img-box .inner img {
    width: 100%;
    transform: scale(1.0);
}

.about-style3-img-box:hover .inner img {
    transform: scale(1.05) rotate(1deg);
}

.about-style3-img-box .overlay-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    background-color: var(--thm-base);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 25px 39px;
    z-index: 3;
}

.about-style3-img-box .overlay-box h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 7px;
    font-family: var(--thm-font);
}

.about-style3-img-box .overlay-box p {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--thm-font);
}



.about-style3-content-box {
    position: relative;
    display: block;
}

.about-style3-content-box .sec-title {
    padding-bottom: 31px;
}

.about-style3-content-box .text1 {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.about-style3-content-box .text1 p {
    color: #242424;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.about-style3-content-box .text2 {
    padding-bottom: 33px;
}

.about-style3-content-box .bottom-text {
    position: relative;
    display: block;
    padding-top: 14px;
}

.about-style3-content-box .bottom-text ul {
    position: relative;
    display: block;
}

.about-style3-content-box .bottom-text ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 8px;
}

.about-style3-content-box .bottom-text ul li:last-child {
    padding-bottom: 0;
}

.about-style3-content-box .bottom-text ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: var(--thm-base);
    top: 1px;
}
