761 lines
15 KiB
CSS
761 lines
15 KiB
CSS
/*
|
|
-----------------------------------------
|
|
Service style2 Css
|
|
-----------------------------------------
|
|
*/
|
|
.service-style1 {
|
|
position: relative;
|
|
display: block;
|
|
padding: 80px 0 140px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.service-style1 .particular {
|
|
top: 0;
|
|
left: -200px;
|
|
right: -200px;
|
|
height: 350px;
|
|
bottom: auto;
|
|
opacity: 0.05;
|
|
}
|
|
|
|
.service-style1__inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-style1__inner ul {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.service-style1__inner ul+ul {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.service-style1__inner ul li {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0 10px;
|
|
color: var(--thm-white);
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
font-weight: 700;
|
|
font-family: var(--thm-font-2);
|
|
}
|
|
|
|
.service-style1__inner ul li sup {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding-right: 2px;
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
color: var(--thm-primary-color);
|
|
top: -12px;
|
|
}
|
|
|
|
.service-style1__inner ul li a {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
border: 1px solid var(--thm-border-color);
|
|
color: var(--thm-white);
|
|
font-size: 36px;
|
|
padding: 6px 6px 6px;
|
|
padding-right: 20px;
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.service-style1__inner ul li a span {
|
|
position: relative;
|
|
margin-right: 8px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 46px;
|
|
height: 46px;
|
|
background-color: var(--thm-primary-color);
|
|
border-radius: 50%;
|
|
color: var(--thm-white);
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
.service-style1__inner ul li:hover a {
|
|
color: var(--thm-primary-color);
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
-----------------------------------------
|
|
Service Details Css
|
|
-----------------------------------------
|
|
*/
|
|
.service-details {
|
|
position: relative;
|
|
display: block;
|
|
padding: 140px 0 140px;
|
|
}
|
|
|
|
.thm-sidebar-box-style2__service-details {
|
|
padding-left: 0;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.sidebar-service-page-list {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.sidebar-service-page-list .inner-title {
|
|
position: relative;
|
|
display: block;
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
background-color: var(--thm-primary-color);
|
|
padding: 15px 29px 15px;
|
|
}
|
|
|
|
.sidebar-service-page-list .inner-title h3 {
|
|
color: var(--thm-white);
|
|
font-size: 21px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.sidebar-service-page-list ul {
|
|
position: relative;
|
|
display: block;
|
|
border: 1px solid var(--thm-border-color);
|
|
border-top: none;
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li+li {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li a {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 13px 30px 13px;
|
|
border-top: 1px solid var(--thm-border-color);
|
|
border-bottom: 1px solid var(--thm-border-color);
|
|
color: var(--thm-black);
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
font-family: var(--thm-font-2);
|
|
font-weight: 700;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li:last-child a {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li a:hover,
|
|
.sidebar-service-page-list ul li.active a {
|
|
color: var(--thm-primary-color);
|
|
}
|
|
|
|
.sidebar-service-page-list ul li a .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 0;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li a .icon-box span {
|
|
color: #a9a6ad;
|
|
font-size: 18px;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.sidebar-service-page-list ul li a:hover .icon-box span,
|
|
.sidebar-service-page-list ul li.active a .icon-box span {
|
|
color: var(--thm-primary-color);
|
|
}
|
|
|
|
|
|
|
|
.service-details__content {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-details__content-top {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 43px;
|
|
}
|
|
|
|
.service-details__content-top h2 {
|
|
font-size: 44px;
|
|
line-height: 1.2em;
|
|
margin-top: -10px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.service-details__content-top p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
.service-details-video-holder {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 500px;
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.service-details-video-holder__bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-attachment: scroll;
|
|
background-position: center center;
|
|
}
|
|
|
|
.service-details-video-holder .overlay-title {
|
|
position: absolute;
|
|
bottom: 25px;
|
|
right: 30px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.service-details-video-holder .overlay-title h4 {
|
|
color: var(--thm-white);
|
|
font-size: 19px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.service-details-video-holder .icon {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-details-video-holder .icon .video-popup {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 75px;
|
|
height: 60px;
|
|
border-radius: 10px;
|
|
background-color: #dd352e;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.service-details-video-holder .icon .video-popup:hover {
|
|
background-color: var(--thm-primary-color);
|
|
}
|
|
|
|
.service-details-video-holder .icon .video-popup span {
|
|
color: var(--thm-white);
|
|
font-size: 30px;
|
|
line-height: 30px;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.service-details-video-holder .icon .video-popup:hover span {
|
|
color: var(--thm-white);
|
|
}
|
|
|
|
|
|
|
|
.service-details__text2 {
|
|
position: relative;
|
|
display: block;
|
|
border-left: 4px solid var(--thm-primary-color);
|
|
padding-left: 20px;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.service-details__text2 p {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
font-family: var(--thm-font-2);
|
|
font-weight: 600;
|
|
background-image: linear-gradient(45deg, var(--thm-primary-color), var(--thm-secondary-color));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-moz-background-clip: text;
|
|
-moz-text-fill-color: transparent;
|
|
}
|
|
|
|
.service-details__text3 {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 33px;
|
|
}
|
|
|
|
.service-details__text3 p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
.services-and-applications-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 44px;
|
|
}
|
|
|
|
.services-and-applications-box .row {
|
|
--bs-gutter-x: 10px;
|
|
}
|
|
|
|
.services-and-applications-box .inner-title {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 33px;
|
|
}
|
|
|
|
.services-and-applications-box .inner-title h3 {
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.services-and-applications-box .inner-title p {
|
|
margin: 0;
|
|
}
|
|
|
|
.services-and-applications__single-box {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 10px;
|
|
border: 1px solid var(--thm-border-color);
|
|
background-color: transparent;
|
|
padding: 30px 10px 22px;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.services-and-applications__single-box:hover {
|
|
border: 1px solid #f0ebf5;
|
|
}
|
|
|
|
.services-and-applications__single-box .static-content {
|
|
position: relative;
|
|
display: block;
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
transition: all 0.5s ease-in-out 0.2s;
|
|
}
|
|
|
|
.services-and-applications__single-box:hover .static-content {
|
|
transform: translateY(-70px);
|
|
transition: all 0.5s ease-in-out 0.5s;
|
|
}
|
|
|
|
.services-and-applications__single-box .number-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.services-and-applications__single-box .number-box span {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 45px;
|
|
height: 45px;
|
|
border-radius: 50%;
|
|
background-color: #f0ebf5;
|
|
margin: 0 auto;
|
|
color: #a3a0a7;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
font-family: var(--thm-font-2);
|
|
}
|
|
|
|
.services-and-applications__single-box .title-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.services-and-applications__single-box .title-box h4 {
|
|
font-size: 19px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.services-and-applications__single-box .btn-box {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 0;
|
|
padding-top: 11px;
|
|
}
|
|
|
|
.services-and-applications__single-box .btn-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.services-and-applications__single-box .btn-box a span {
|
|
color: #a4a1a8;
|
|
font-size: 30px;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.services-and-applications__single-box .btn-box a:hover span {
|
|
color: var(--thm-primary-color);
|
|
}
|
|
|
|
.services-and-applications__single-box .overlay-content {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-color: #f0ebf5;
|
|
text-align: center;
|
|
padding: 23px 10px 20px;
|
|
opacity: 0;
|
|
transform: translateY(50px);
|
|
transition: all 0.5s ease-in-out 0.3s;
|
|
z-index: 4;
|
|
}
|
|
|
|
.services-and-applications__single-box:hover .overlay-content {
|
|
opacity: 1;
|
|
transform: translateY(0px);
|
|
}
|
|
|
|
.services-and-applications__single-box .overlay-content h4 {
|
|
font-size: 19px;
|
|
line-height: 29px;
|
|
margin: 0 0 11px;
|
|
}
|
|
|
|
.services-and-applications__single-box .overlay-content p {
|
|
color: #6d6b71;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.service-details__text4 {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 31px;
|
|
}
|
|
|
|
.service-details__text4 .inner-title {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.service-details__text4 .inner-title h2 {
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.service-details__text4 p {
|
|
margin: 0;
|
|
}
|
|
|
|
.service-details__text4 .btn-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 27px;
|
|
}
|
|
|
|
.service-details__text4 .btn-box a {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
color: var(--thm-black);
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
font-family: var(--thm-primary-color);
|
|
font-weight: 700;
|
|
transition: all 200ms linear;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
.service-details__text4 .btn-box a:hover {
|
|
color: var(--thm-primary-color);
|
|
}
|
|
|
|
.service-details__text4 .btn-box a span {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: var(--thm-primary-color);
|
|
font-size: 25px;
|
|
font-weight: 600;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
|
|
|
|
.service-details__img-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 43px;
|
|
}
|
|
|
|
.service-details__img-box .single-img-box {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 10px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.service-details__img-box .single-img-box::before {
|
|
position: absolute;
|
|
content: "";
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-color: var(--thm-black);
|
|
opacity: 0;
|
|
z-index: 1;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
|
|
.service-details__img-box .single-img-box:hover::before {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.service-details__img-box .single-img-box img {
|
|
width: 100%;
|
|
transform: scale(1);
|
|
transition: all 1500ms ease 0s;
|
|
}
|
|
|
|
.service-details__img-box .single-img-box:hover img {
|
|
transform: scale(1.05) rotate(0deg);
|
|
}
|
|
|
|
|
|
|
|
.universal-image-generator {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 21px;
|
|
}
|
|
|
|
.universal-image-generator .inner-title {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.universal-image-generator .inner-title h2 {
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.universal-image-generator .inner-title p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
/***
|
|
=============================================
|
|
Service Page Css
|
|
=============================================
|
|
***/
|
|
.service-page {
|
|
position: relative;
|
|
display: block;
|
|
padding: 140px 0px 0px;
|
|
}
|
|
|
|
.service-page__inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-page__inner-overlay-title {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 236px;
|
|
text-align: center;
|
|
z-index: 2;
|
|
}
|
|
|
|
.service-page__inner-overlay-title h2 {
|
|
font-size: 72px;
|
|
line-height: 1.3em;
|
|
background-image: linear-gradient(45deg, var(--thm-primary-color), var(--thm-secondary-color));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-moz-background-clip: text;
|
|
-moz-text-fill-color: transparent;
|
|
}
|
|
|
|
.service-page__top {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-page__top-img {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-page__top-img__inner {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 10px;
|
|
max-width: 370px;
|
|
}
|
|
|
|
.service-page__top-img__inner img {
|
|
width: 100%;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box {
|
|
position: absolute;
|
|
bottom: 65px;
|
|
right: 0px;
|
|
max-width: 200px;
|
|
width: 100%;
|
|
border-radius: 10px;
|
|
background-color: var(--thm-primary-color);
|
|
padding: 17px 30px 23px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.service-page__shape1 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box .top-title {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 35px;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box .top-title h2 {
|
|
color: var(--thm-white);
|
|
font-size: 52px;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box .top-title h4 {
|
|
color: var(--thm-white);
|
|
font-size: 19px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box .bottom-text {
|
|
position: relative;
|
|
display: block;
|
|
text-align: right;
|
|
}
|
|
|
|
.service-page__top-img .overlay-box .bottom-text h4 {
|
|
color: var(--thm-white);
|
|
font-size: 19px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.service-page__top-text {
|
|
position: relative;
|
|
display: block;
|
|
padding: 69px 100px 0px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.service-page__top-text p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-page__bottom {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: -115px;
|
|
}
|
|
|
|
.service-page__bottom .row {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.service-page__bottom-text {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 100px;
|
|
padding-bottom: 73px;
|
|
}
|
|
|
|
.service-page__bottom-text p {
|
|
margin: 0;
|
|
}
|
|
|
|
.service-page__bottom-img {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.service-page__bottom-img img {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***
|
|
=============================================
|
|
End Css
|
|
=============================================
|
|
***/ |