Compare commits

..

No commits in common. "c961317a308835f4a39edf8e0dcbaea8e8a95b0c" and "b56a3a3790e47dc81ca133fa4988a63cf238dfe4" have entirely different histories.

5 changed files with 9773 additions and 5 deletions

View File

@ -17,7 +17,7 @@ export default function ServiceDetailClient({ slug, service, servicesList }) {
return (
<div>
{/* service-section */}
<section className="service-details pt_90 pb_90">
<section className="service-details pt_90 .pb_90">
<div className="auto-container">
<div className="row clearfix">

View File

@ -3667,6 +3667,35 @@ to {
}
}
.page-banner .icon-one,
.main-banner .icon-one{
animation-name: rotateme;
animation-duration: 7s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 7s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 7s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 7s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.how-it-works:before,
.main-banner .icon-six,
.main-banner .icon-two,

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
/* template-color */
.handle-preloader{
background: #EC4E4F;
}
.preloader-close{
color: #EC4E4F;
}

File diff suppressed because it is too large Load Diff