




/*** 
=============================================
    Features Style1 Area Style      
=============================================
***/
.features-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.features-style1-area_gray-bg{
    position: absolute;
    top: 240px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #eef1f7;
}

.features-style1_box{
    position: relative;
    display: block;
    z-index: 1;
}
.features-style1_box .thm-shape1{
    position: absolute;
    bottom: -20px;
    right: -170px;
    z-index: -1;
}
.features-style1_box .thm-shape1 img{
    opacity: 0.08;
}


.features-style1_single{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 30px 60px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}
.features-style1_single:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: var(--thm-primary);
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-style1_single:hover:before{
    transform: scaleX(1.0);
}

.features-style1_single .icon-holder {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.features-style1_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 25px;
    z-index: 1;
}
.features-style1_single .icon-holder .inner img{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;       
}
.features-style1_single:hover .icon-holder .inner img{
    transform: scale(1.05);
}
.features-style1_single .icon-holder .shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.features-style1_single .icon-holder .shape1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.features-style1_single.style2 .icon-holder .shape1 {
    top: -10px;
    left: auto;
    right: 10px;
    transform: rotate(-120deg);
}
.features-style1_single.style3 .icon-holder .shape1 {
    top: 0px;
    left: auto;
    right: -15px;
    transform: rotate(-10deg);
}


.features-style1_single .text-holder{
    position: relative;
    display: block;
    padding-top: 43px;
}
.features-style1_single .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin: 0 0 13px;
}
.features-style1_single .text-holder p{
    margin: 0;
}

.features-style1_single .text-holder .btns-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.features-style1_single .text-holder .btns-box a{
    color: #222222;
    background: transparent;
    border: 1px solid #2f3a51;
    line-height: 50px;
}
.features-style1_single .text-holder .btns-box a:hover{
    color: #ffffff;
    border: 1px solid var(--thm-color-3);
}

.features-style1_single .text-holder .btns-box a.btn-one:before {
    background: var(--thm-color-3);
}



/*** 
=============================================
    Features Style2 Area Style      
=============================================
***/
.features-style2-area{
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background: #ffffff;
}
.features-style2-area .shape1{
    position: absolute;
    top: 120px;
    left: 10%;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.features-style2_single{
    position: relative;
    display: block;
    padding: 65px 0px 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-style2_single:hover,
.features-style2_single.active{
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}


.features-style2_single::before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--thm-color-4);
    content: "";
}
.features-style2_single.style2::before{
    background: var(--thm-primary);
}
.features-style2_single.style3::before{
    background: var(--thm-color-3);
}
.features-style2_single.style4::before{
    background: var(--thm-color-5);
}
.features-style2_single .icon-holder{
    position: relative;
    display: block;
}
.features-style2_single .icon-holder .shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}


.features-style2_single.style1 .shape1 {
    position: absolute;
    left: 20px;
    bottom: -55px;
}
.features-style2_single.style2 .shape1 {
    position: absolute;
    top: -15px;
    right: 25px;
}
.features-style2_single.style3 .shape1 {
    position: absolute;
    left: 35px;
    bottom: -20px;
}
.features-style2_single.style4 .shape1 {
    position: absolute;
    top: -35px;
    right: 35px;
}


.features-style2_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 20px;
}
.features-style2_single .icon-holder .inner img{
}
.features-style2_single .text-holder{
    position: relative;
    display: block;
    margin-top: 37px;
}
.features-style2_single .text-holder h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.features-style2_single .text-holder h3 a{
    color: var(--thm-black);
}
.features-style2_single .text-holder p{
    margin: 0;
}



/*** 
=============================================
    Features Style3 Area Style      
=============================================
***/
.features-style3-area{
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}
.features-style3-area .auto-container{
    max-width: 100%;
    padding: 0;
}
.features-style3-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.features-style3-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.features-style3_single{
    position: relative;
    display: block;
    overflow: hidden;
}
.features-style3_single .shape-1{
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 2;
}
.features-style3_single .shape-2{
    position: absolute;
    bottom: 90px;
    right: 90px;
    z-index: 2;
}

.features-style3_single.middle .shape-1{
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 90px;
}
.features-style3_single.middle .shape-2{
    position: absolute;
    top: 90px;
    bottom: auto;
    right: 80px;
    left: auto;
}
.features-style3_single .img-holder{
    position: relative;
    display: block;
    z-index: 1;
}
.features-style3_single .img-holder::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 1;
}
.features-style3_single .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.75);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.features-style3_single:hover .img-holder:after{
    transform: scaleY(1.0);    
}
.features-style3_single .img-holder img{
    width: 100%;
}


.features-style3_single .img-holder .inner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.features-style3_single .img-holder .inner-content .title{
    position: relative;
    display: inline-block;
    text-align: center;
}
.features-style3_single .features-style3_title-bg {
    position: absolute;
    top: -40px;
    left: -50px;
    bottom: -40px;
    right: -50px;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transform: scale(0.6);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.features-style3_single:hover .features-style3_title-bg{
    opacity: 1.0;
    transform: scale(1.0);
}
.features-style3_single .img-holder .inner-content h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
}
.features-style3_single .img-holder .inner-content p{
    color: #ffffff;
    margin: 0;
}



/*** 
=============================================
    Features Style4 Area Style      
=============================================
***/
.features-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.features-style4-area .shape1{
    position: absolute;
    bottom: 100px;
    right: 150px;
}

.features-style4_single{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.features-style4_single .icon-holder {
    position: relative;
    display: inline-block;
    height: 160px;
}
.features-style4_single .icon-holder .inner{
    position: relative;
    display: block;
    z-index: 2;
}
.features-style4_single .icon-holder .inner img{
    width: auto;
}
.features-style4_single .icon-holder .shape-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.features-style4_single.style2 .icon-holder .shape-bg {
    top: -20px;
    right: -5px;
    left: auto;
    bottom: auto;
}
.features-style4_single.style3 .icon-holder .shape-bg {
    top: auto;
    right: auto;
    left: -10px;
    bottom: -15px;
}


.features-style4_single .icon-holder .shape1{
    position: absolute;
    left: -60px;
    bottom: 0;
}
.features-style4_single.style2 .icon-holder .shape1 {
    position: absolute;
    left: auto;
    bottom: 0;
    right: -30px;
    transform: rotate(40deg);
}
.features-style4_single.style3 .icon-holder .shape1 {
    position: absolute;
    left: auto;
    bottom: 0;
    right: -30px;
    transform: rotate(0deg);
}


.features-style4_single .text-holder{
    position: relative;
    display: block;
    padding-top: 30px;
}
.features-style4_single .text-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 15px;
}
.features-style4_single .text-holder h3 a{
    color: #222222;
}
.features-style4_single .text-holder p{
    margin: 0;
}
.features-style4_single .text-holder .btn-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.features-style4_single .text-holder .btn-box .btn-one {
    border: 1px solid #2f3a51;
    background-color: #ffffff;
    color: #222222;
}
.features-style4_single .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-4);
}
.features-style4_single.style2 .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-primary);
}
.features-style4_single.style3 .text-holder .btn-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-2);
}
.features-style4_single .text-holder .btn-box .btn-one:before {
    background: #2f3a51;
}
.features-style4_single .text-holder .btn-box .btn-one:hover{
    color: #ffffff;
}



/*** 
=============================================
    Features Style5 Area Style      
=============================================
***/
.features-style5-area{
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}
.features-style5-area_bg{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 120px;
    right: 0;
    background: #2f3a51;
    z-index: -1;
}
.features-style5-area_bg .shape-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 520px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.features-style5-area .auto-container{
    max-width: 1330px;
}

.features-style5_box{
    position: relative;
    display: block;
    padding: 60px 40px 0px;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    z-index: 10;
}
.features-style5_box_inner{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features-style5_single{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.features-style5_single .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 85px;
}
.features-style5_single .inner-box:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e3e9f4;
}
.features-style5_single:last-child .inner-box:before{
    display: none;
}

.features-style5_single .icon-holder {
    position: relative;
    display: block;
    width: 190px;
    height: 135px;
    margin: 0 auto;
}
.features-style5_single .icon-holder .inner{
    position: relative;
    display: inline-block;
    padding-top: 15px;
    z-index: 1;
}


.features-style5_single .icon-holder .inner img{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;       
}
.features-style5_single:hover .icon-holder .inner img{
    transform: scale(1.05);
}
.features-style5_single .icon-holder .shape1{
    position: absolute;
    left: -30px;
    bottom: 20px;
}
.features-style5_single .icon-holder .shape-bg {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-style5_single .inner-box .text-holder{
    position: relative;
    display: block;
    padding-top: 45px;
    margin-bottom: 45px;
}
.features-style5_single .inner-box .text-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.features-style5_single .inner-box .text-holder p{
    margin: 0;
}


.features-style5_single .btns-box {
    position: absolute;
    left: 0;
    bottom: -27px;
    right: 0;
}
.features-style5_single .btns-box a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid var(--thm-color-4);
    color: #222222;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.features-style5_single:hover .btns-box a{
    color: #ffffff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.features-style5_single.shapedown .icon-holder .shape1 {
    position: absolute;
    left: -10px;
    bottom: -15px;
}
.features-style5_single.shapeleft .icon-holder .shape1 {
    position: absolute;
    left: 15px;
    bottom: -20px;
    transform: rotate(120deg);
}







/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.about-style1-area .sec-title {
    padding-bottom: 19px;
}


.about-style1_content-box{
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
    padding-top: 120px;
}
.about-style1_content-box_map{
    position: absolute;
    top: 0;
    left: -300px;
    bottom: 0;
    max-width: 645px;
    width: 100%;
}
.about-style1_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1_content-box .inner-content h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 19px;
}
.about-style1_content-box .inner-content p{
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.about-style1_content-box .inner-content .bottom-box .signature{
    position: relative;
    display: block;
    padding-right: 35px;
}
.about-style1_content-box .inner-content .bottom-box .signature h2{
    color: var(--thm-color-3);
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: aervish-fonts;
}
.about-style1_content-box .inner-content .bottom-box .signature::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e3e9f4;
}
.about-style1_content-box .inner-content .bottom-box .name{
    position: relative;
    display: block;
    padding-left: 35px;
}
.about-style1_content-box .inner-content .bottom-box .name .shape {
    position: absolute;
    top: -15px;
    left: 30px;
    bottom: 0;
}


.about-style1_content-box .inner-content .bottom-box .name h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box .name span{
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 400;
}



.noselect {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}



.donate-form-box{
    position: relative;
    display: block;
    background: var(--thm-color-5);
    padding: 43px 50px 50px;
    margin-top: -40px;
    margin-left: -30px;
    z-index: 10;
}
.donate-form-box .shape1{
    position: absolute;
    bottom: -80px;
    right: -110px;
}

.donate-form-box .top-title{
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.donate-form-box .top-title h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}



.donate-form-box .progress-levels-style2 {
    padding-top: 0;
}
.donate-form-box .progress-levels-style2 .progress-box .bar .bar-innner {
    background: #741ea6;
}

.donate-form-box .progress-levels-style2 .bottom-box {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
    margin-bottom: 42px;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}
.donate-form-box .progress-levels-style2 .progress-box .count-text {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .progress-box .percent {
    color: #ffffff;
}

.donate-form-box .progress-levels-style2 .progress-box .outer-text {
    color: #ffffff;
}



.donation_wrapper {
    position: relative;
    display: block;
}
.donation_wrapper > .title {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}





.donation_wrapper > .amount_wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.donation_wrapper > .amount_wrapper > input {
    border-right: 0;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 0;
    height: 50px;
    padding-left: 70px;
    padding-right: 10px;
}
.donation_wrapper > .amount_wrapper > .suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 51px;
    padding: 0px;
    border: 0;
    border-right: 1px solid #dddddd;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    box-shadow: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.donation_wrapper > .single_amount_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0px 25px;
    margin-left: 0px;
}
.donation_wrapper > .single_amount_wrapper > .single_amount {
    padding: 7px 12px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.donation_wrapper > .single_amount_wrapper > .single_amount:hover {
    background: var(--thm-color-3);
    border-color: var(--thm-color-3);;
}




.donation_wrapper > a{
    position: relative;
    display: block;
    text-align: center;
}
.donation_wrapper > a.btn-one .txt i.arrow1 {
    position: relative;
    top: 0px;
    display: block;
    float: left;
    line-height: 60px;
    padding-right: 0;
}




/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.about-style2-area.pd120-0-0{
    padding: 120px 0 0;
}



.about-style2_content-box {
    position: relative;
    display: block;
    max-width: 570px;
}
.about-style2_content-box .thm-shape1{
    position: absolute;
    top: -60px;
    left: -70px;
    opacity: 0.10;
}

.about-style2_content-box .sec-title{
    padding-bottom: 32px;    
}


.about-style2_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content p{
    margin: 0;
}
.about-style2_content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}
.about-style2_content-box .inner-content ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-style2_content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}

.about-style2_content-box .inner-content ul li .left{
    position: relative;
    display: flex;
    align-items: center;
    width: 270px;
}
.about-style2_content-box .inner-content ul li .left .icon{
    position: relative;
    display: inline-block;
}
.about-style2_content-box .inner-content ul li .left .icon img{}
.about-style2_content-box .inner-content ul li .count-outer{
    position: relative;
    display: block;
    margin-left: 20px;
}
.about-style2_content-box .inner-content ul li .count-outer .count-text{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer span{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer h5{
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 3px 0 0;
}


.about-style2_content-box .inner-content ul li.style2 .count-outer .count-text{
    color: var(--thm-primary);
}
.about-style2_content-box .inner-content ul li.style2 .count-outer span{
    color: var(--thm-primary);
}


.about-style2_content-box .inner-content ul li .right{
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style2_content-box .inner-content ul li .right:before{
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    width: 1px;
    background: #e3e9f4;
    content: "";
}

.about-style2_content-box .inner-content ul li .right .text{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content ul li .right .text p{
    margin: 0;
}


.about-style2_image-box {
    position: relative;
    display: block;
    margin-left: -28px;
}
.about-style2_image-box img{
    width: 100%;
}



/*** 
=============================================
    About Style3 Area Css   
=============================================
***/
.about-style3-area{
    position: relative;
    display: block;
    background: transparent;
}
.about-style3_content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 400px;
    min-height: 530px;
    margin-top: -60px;
    z-index: 10;
}
.about-style3_content .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
}

.about-style3_content .img-holder .video-holder-box-2{
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    width: auto;
    height: auto;
}
.about-style3_content .img-holder .video-holder-box-2 .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-style3_content .img-holder .video-holder-box-2 .icon a span:before{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title{
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title h5{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}


.about-style3_content .text-holder {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
}
.about-style3_content .text-holder .about-style1_content-box {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0 0 0;
}
.about-style3_content .text-holder .about-style1_content-box .sec-title {
    padding-bottom: 20px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content h3 {
    margin-bottom: 14px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box{
    margin-top: 31px;    
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .signature h2 {
    color: var(--thm-black);
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .name h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.about-style3-shape{
    position: absolute;
    top: -10px;
    left: 30px;
    bottom: 0;
}





/*** 
=============================================
    About Style4 Area Css   
=============================================
***/
.about-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 147px 0 120px;
}
.about-style4-area .auto-container {
    max-width: 1330px;
}

.about-style4_image_box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 35px;
}
.about-style4_image_box img{
    width: 100%;
}

.about-style4_content{
    position: relative;
    display: block;
    padding-left: 5px;
}
.about-style4_content .sec-title{
    padding-bottom: 38px;
}

.about-style4_content .inner-box{
    position: relative;
    display: block;
}
.about-style4_content .inner-box ul{
    position: relative;
    display: block;
    padding: 17px 0 35px;
}
.about-style4_content .inner-box ul li{
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.about-style4_content .inner-box ul li+li{
    margin-top: 13px;
}
.about-style4_content .inner-box ul li span {
    color: var(--thm-color-2);
    font-size: 15px;
    padding-right: 15px;
}

.about-style4_content .inner-box .bottom-box{
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.about-style4_content .inner-box .bottom-box .shape1{
    position: absolute;
    top: 0;
    left: 30px;
}
.about-style4_content .inner-box .bottom-box .shape2{
    position: absolute;
    top: 0;
    right: 0px;
}
.about-style4_content .inner-box .bottom-box h2{
    color: var(--thm-color-5);
    font-size: 84px;
    line-height: 60px;
    font-weight: 400;
    font-family: moxie-fonts;
}

