
/*** 
=============================================
    service Style2 Area Css
=============================================
***/
.service-style2-area {
    position: relative;
    display: block;
    padding: 0px 0 80px;
    background: #ffffff;
    z-index: 10;
}


.service-style2__top-title {
    position: relative;
    display: block;
    padding-bottom: 46px;
}

.service-style2__top-title .icon {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 21px;
}

.service-style2__top-title .icon span:before {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #0e3750;
    background: -webkit-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: -moz-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: linear-gradient(to right, #0e3750 0%, #396a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fa-spin 5s ease infinite;
}

.service-style2__top-title h2 {
    font-size: 48px;
    line-height: 1.2em;
}

.service-style2__top-title h2 span {
    font-weight: 300;
}


.single-service-style2 {
    position: relative;
    display: block;
    padding-top: 35px;
    margin: 0 0 35px;
}

.single-service-style2 .icon {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.single-service-style2 .icon img {
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style2:hover .icon img {
    transform: scale(0.7);
}

.single-service-style2 .img-holder {
    position: relative;
    display: block;
    z-index: 1;
}

.single-service-style2 .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    opacity: 0.80;
    background-image: -moz-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(57, 106, 136) 0%, rgb(73, 117, 144) 40%, rgb(140, 167, 183) 100%);
    z-index: 2;
    transform: scale(0.0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
}

.single-service-style2:hover .img-holder:before {
    transform: scale(1.0);
}

.single-service-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.single-service-style2 .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}

.single-service-style2:hover .img-holder .inner img {
    transform: scale(1.2);
}



.single-service-style2 .title-holder {
    position: relative;
    display: block;
    padding-top: 24px;
}

.single-service-style2 .title-holder h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 9px;
}

.single-service-style2 .title-holder h3 a {
    color: var(--thm-black);
}

.single-service-style2 .title-holder h3 a:hover {
    color: var(--thm-base);
}

.single-service-style2 .title-holder p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #0e3750;
    background: -webkit-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: -moz-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: linear-gradient(to right, #0e3750 0%, #396a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/*** 
=============================================
    service Style4 Area Css
=============================================
***/
.service-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-service-style4 {
    position: relative;
    display: block;
    padding: 60px 40px 51px;
    box-shadow: 0px -5px 25px 0px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 40px;
}

.single-service-style4 .icon-holder {
    position: relative;
    display: block;
}

.single-service-style4 .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 70px;
    line-height: 70px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4:hover .icon-holder span:before {
    color: var(--thm-base);
    transform: scale(1.2);
}


.single-service-style4 .title-holder {
    position: relative;
    display: block;
    padding-top: 36px;
}

.single-service-style4 .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin: 0 0 14px;
}

.single-service-style4:hover .title-holder h3 {
    letter-spacing: 0.1em;
}

.single-service-style4 .title-holder h3 a {
    color: #1f2026;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4:hover .title-holder h3 a {
    background: #0e3750;
    background: -webkit-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: -moz-linear-gradient(to right, #0e3750 0%, #396a88 100%);
    background: linear-gradient(to right, #0e3750 0%, #396a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.single-service-style4 .title-holder p {
    margin: 0;
}





/*** 
=============================================
    service Style6 Area Css
=============================================
***/
.service-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-service-style6 {
    position: relative;
    display: block;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.single-service-style6 .inner {
    position: relative;
    height: 400px;
    display: block;
    background: #ffffff;
    padding: 30px 30px 35px;
    box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.03);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.single-service-style6:hover .inner {
    box-shadow: 0px 20px 32px 8px rgba(0, 0, 0, 0.06);
}

.single-service-style6 .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #e5e8ea;
}

.single-service-style6 .inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: var(--thm-base);
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-service-style6:hover .inner:after {
    opacity: 1.0;
    transform: perspective(400px) scaleX(1.0);
}


.single-service-style6 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style6 .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.80;
    background: var(--thm-black);
    opacity: 0;
    transform: scale(0.7);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
    z-index: 2;
}

.single-service-style6:hover .img-holder:before {
    opacity: .7;
    transform: scale(1.0);
}

.single-service-style6 .img-holder img {
    width: 100%;
}

.single-service-style6 .text-holder {
    position: relative;
    display: block;
    padding: 20px 0 36px;
}

.single-service-style6 .text-holder h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
}

.single-service-style6 .text-holder h3 span {
    font-weight: 700;
}

.single-service-style6 .text-holder p {
    margin: 0;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-service-style6 .icon-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 20px 32px 8px rgba(18, 18, 18, 0.1);
    z-index: 3;
}

.single-service-style6 .icon-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style6:hover .icon-holder:before {
    transform: scaleX(1.0);
}

.single-service-style6 .icon-holder span:before {
    position: relative;
    display: block;
    color: #777777;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style6:hover .icon-holder span:before {
    color: #ffffff;
}



/*** 
=============================================
    Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}


.service-details__content {
    position: relative;
    display: block;
}

.service-details-main-img-box {
    position: relative;
    display: block;
}

.service-details-main-img-box img {
    width: 100%;
}



.service-details-top-content {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 41px;
}

.service-details-top-content p {
    margin: 0;
}


.service-deatlis-text-box {
    position: relative;
    display: block;
}

.service-deatlis-text-box .text-holder {
    position: relative;
    display: block;
}

.service-deatlis-text-box .text-holder .inner-title {
    position: relative;
    display: block;
    margin-top: -6px;
    padding-bottom: 24px;
}

.service-deatlis-text-box .text-holder .inner-title h3 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.service-deatlis-text-box .text-holder .inner-title h3 span {
    font-weight: 300;
}
.service-details-text-box-2 {
    position: relative;
    display: block;
    padding-top: 35px;
}


.service-details-quote-box {
    position: relative;
    display: block;
    margin: 40px 0 40px;
    padding-left: 100px;
}

.service-details-quote-box .icon {
    position: absolute;
    top: 9px;
    left: 0;
}

.service-details-quote-box .icon span:before {
    color: var(--thm-base);
    font-size: 50px;
    line-height: 50px;
}

.service-details-quote-box .text {
    position: relative;
    display: block;
}

.service-details-quote-box .text h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
}


.service-details-bottom-text-box {
    position: relative;
    display: block;
}

.service-details-bottom-text-box p {
    margin: 0;
}





.service-details-img-box {
    position: relative;
    display: block;
}

.service-details-img-box img {
    width: 100%;
}