 /*=============================
	Services One CSS
===============================*/
.service-one {
    position: relative;
    display: block;
    padding: 70px 0 140px;
    background-color: var(--thm-body-background);
    z-index: 1;
}

.service-one__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 58px;
}

.service-one__top .sec-title {
    padding-bottom: 0px;
}

.service-one__top .btn-box {
    position: relative;
    display: block;
    top: -12px;
}

.service-one .row {
    --bs-gutter-x: 50px;
}

.service-one__single {
    position: relative;
    display: block;
    margin-bottom: 45px;
    padding-right: 20px;
    z-index: 1;
}

.service-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 150px;
    border: 1px solid var(--thm-primary);
    border-radius: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single:hover::before {
    border: 1px solid var(--thm-secondary);
}

.service-one__single:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 21px;
    bottom: -20px;
    right: 0px;
    border-radius: 15px;
    background: rgba(var(--thm-secondary-rgb), 0.06);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.service-one__single:hover:after {
    background: rgb(53 91 167);
}

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

.service-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.service-one__single-img .inner::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.service-one__single:hover .service-one__single-img .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.service-one__single-img .inner img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.service-one__single-img .inner .overlay-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

.service-one__single-img .inner .overlay-icon img {
    width: 100%;
}

.service-one__single-content {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 19px 15px 30px;
    border-bottom-right-radius: 4px;
    margin-left: 20px;
    /* text-align: center; */
}

.service-one__single-content h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.service-one__single-content h3 a {
    color: var(--thm-heading-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single-content h3 a:hover {
    color: var(--thm-primary);
}

.service-one__single-content p {
    font-weight: 500;
    margin: 0;
}

.service-one__single-content .btn-box {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-top: 31px;
}

.service-one__single-content .btn-box a {
    position: relative;
    display: inline-block;
    color: #355ba7;
    font-size: 15px;
    line-height: 45px;
    font-family: var(--thm-body-font);
    font-weight: 600;
    border: 1px solid rgb(53 91 167);
    border-radius: 20px;
    padding: 0px 20px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single-content .btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-left: 4px;
    top: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-one__single-content .btn-box a:hover {
    border-color: var(--thm-secondary);
    color: #ffffff;
    background-color: var(--thm-secondary);
}

.service-one__single .service-one__single-content .btn-box a:hover span {
    color: #ffffff;
}

.service-one .swiper-container {
    padding-left: 1px;
}

#service-one__pagination {
    position: relative;
    padding-top: 25px;
    z-index: 55;
}

#service-one__pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0px 10px;
    background: #d0dadc;
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#service-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-secondary);
}

#service-one__pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 1px solid var(--thm-secondary);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#service-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#service-one__pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}


/*=============================
	Services Two Css
===============================*/
 
 

.services-two__single {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 20px;
}

.services-two__single-img {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
}

  

.services-two__single-img .inner {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d9d9d921;
}

.services-two__single-img .inner::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.services-two__single:hover .services-two__single-img .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.services-two__single-img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.services-two__single:hover .services-two__single-img .inner img {
    transform: scale(1);
}

.services-two__single-content {
    position: relative;
    display: block;
    margin-top: -60px;
    overflow: hidden;
}

.services-two__single-content-inner {
    position: relative;
    display: block;
    padding: 78px 30px 35px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.services-two__single-content-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background: #f5f5f5;
    border-radius: 22px;
    content: "";
    z-index: -1;
}

.services-two__single-content-inner h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 9px;
}

.services-two__single-content-inner h3 a {
    color: var(--thm-heading-font-color);
}

.services-two__single-content-inner h3 a:hover {
    color: var(--thm-primary);
}

.services-two__single-content-inner p {
    font-weight: 500;
    margin: 0;
    margin-bottom: 6px;
    font-size: 16px;
}

 

.services-two__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: -20px;
    margin-left: 30px;
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px); */
    /* transform: translateY(30px); */
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    z-index: 2;
}

.services-two__single:hover .services-two__single-content .btn-box {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0px); */
    /* transform: translateY(0px); */
}

.services-two__single-content .btn-box .thm-btn {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    color: var(--thm-white);
}

.services-two__single-content .btn-box .thm-btn::before {
    background: var(--thm-black);
}
 

/*=============================
	Services Three Css
===============================*/
.services-three {
    position: relative;
    display: block;
    padding: 75px 0px 80px;
    z-index: 1;
}

.services-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 559px;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.services-three__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18 18 19 / 50%);
    content: "";
    z-index: -2;
}

.services-three__top {
    position: relative;
    /* display: flex; */
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 57px;
    align-items: center;
    text-align: center;
}

.services-three__top .sec-title-style3 {
    padding-bottom: 0px;
}

.services-three__top .btn-box {
    position: relative;
    display: block;
    top: -13px;
}

.services-three__top .btn-box .thm-btn::before {
    background: var(--thm-white);
}

.services-three__top .btn-box .thm-btn:hover {
    color: var(--thm-black);
}

.services-three .sec-title-style3 .sub-title h5 {
    color: var(--thm-primary);
}

.services-three .sec-title-style3 h2 {
    color: var(--thm-white);
}

 

#services-three__pagination {
    position: relative;
    padding-top: 15px;
    z-index: 55;
}

#services-three__pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0px 10px;
    background: #d0dadc;
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#services-three__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-primary);
}

#services-three__pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#services-three__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#services-three__pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}



.color {
    color: var(--thm-heading-font-color) !important;
}

/*******************/ 
#services-three__pagination1 {
    position: relative;
    padding-top: 15px;
    z-index: 55;
}

#services-three__pagination1 .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0px 10px;
    background: #d0dadc;
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#services-three__pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-primary);
}

#services-three__pagination1 .swiper-pagination-bullet::before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#services-three__pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#services-three__pagination1 .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}


/*******************/

#services-three__pagination2 {
    position: relative;
    padding-top: 15px;
    z-index: 55;
}

#services-three__pagination2 .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0px 10px;
    background: #d0dadc;
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#services-three__pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-primary);
}

#services-three__pagination2 .swiper-pagination-bullet::before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#services-three__pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#services-three__pagination2 .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}


/*******************/

.banertop {
    /* position: absolute; */
    /* padding-top: 15px; */
    /* z-index: 55; */
}

.banertop .swiper-pagination-bullet {
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0px 10px;
    background: #d0dadc;
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banertop .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--thm-primary);
}

.banertop .swiper-pagination-bullet::before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.banertop .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.banertop .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}











/*=============================
	Services Details Page Css
===============================*/
.services-details-page {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 65px 0px 190px;
    z-index: 1;
}

.services-details-page__content {
    position: relative;
    display: block;
    margin-right: -24px;
}

.services-details-page__content-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.services-details-page__content-img1 img {
    width: 100%;
}

.services-details-page__content-text1 {
    position: relative;
    display: block;
    margin-top: 28px;
}

.services-details-page__content-text1 .top-text {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.services-details-page__content-text1 .top-text .icon {
    position: relative;
    display: inline-block;
}

.services-details-page__content-text1 .top-text .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 50px;
    line-height: 50px;
}

.services-details-page__content-text1 .top-text .icon span.mt {
    top: 5px;
}

.services-details-page__content-text1 .top-text .title {
    position: relative;
    display: block;
    flex: 1;
    /* margin-left: 20px; */
}

.services-details-page__content-text1 .top-text .title h2 {
    font-size: 29px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.services-details-page__content-text1 p {
    font-weight: 500;
}

.services-details-page__content-text1 p+p {
    margin-top: 13px;
}
  