.section-title.style5 .subtitle {
display: inline-block;
font-size: 14px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 21px;
}
.section-title.style5 .title {
font-size: 47px;
margin: 0 0 5;
}
.section-title.style5 h2 {
font-size: 47px;
margin: 0 0 0;
}
.section-title.style5 .description {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
color: #555555;
margin-top: 25px;
}
.section-title.style5.bar .title_bar {
background: #e6e9ef;
height: 1px;
width: 100%;
position: relative;
border-radius: 30px;
margin-top: 34px;
}
.section-title.style5.bar .title_bar:before {
position: absolute;
content: "";
top: 0px;
left: 0;
height: 3px;
width: 10px;
border-radius: 50%;
background: #da242b;
border-radius: 10%;
-webkit-animation: Service-MOVIE-BG 15s linear infinite alternate;
animation: Service-MOVIE-BG 15s linear infinite alternate;
}
@keyframes Service-MOVIE-BG {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(622px);
transform: translateX(622px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.elec ul.item-list.style1 li {
list-style: none;
margin-bottom: 12px;
}
.electri-butt .dreamit-button.style3 .dreamit-button a {
padding: 10px 36px;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
border: 1px solid #da242b;
color: #fff;
background: #da242b;
border-radius: 1px;
display: inline-block;
margin-left: 0px;
position: relative;
z-index: 1;
}
.electri-butt .dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 1px;
background: #10102E;
transform: scale(0);
transition: .5s;
}
.electri-butt .dreamit-button.style3 .dreamit-button a:hover:before {
transform: scale(1);
}
.roofi-butt .dreamit-button.style3 .dreamit-button a {
padding: 13px 36px;
font-size: 15px;
text-transform: capitalize;
font-weight: 500;
border: transparent;
color: #fff;
background: #da242b;
border-radius: 5px;
display: inline-block;
margin-left: 0px;
position: relative;
z-index: 1;
}
.roofi-butt .dreamit-button.style3 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 1px;
background: #10102E;
transform: scale(0);
transition: .5s;
}
.roofi-butt .dreamit-button.style3 .dreamit-button a:hover:before {
transform: scale(1);
}
.service_box.style3 .main {
position: relative;
}
.service_box.style3 .service_tottom {
display: flex;
align-items: center;
background: rgba(6, 36, 98, .7);
position: absolute;
bottom: 9px;
width: 100%;
transition:.5s;
}
.service_box.style3 .icon {
background-color: #da242b;
padding: 22px 20px 8px;
display: inline-block;
transition: .5s;
}
.service_box.style3  h3.title {
font-size: 23px;
color: #fff;
margin-top: 0px;
margin-left: 15px;
font-weight: 600;
}
.service_box.style3  h3 a{
color: #fff;
}
.service_box.style3:hover .service_tottom {
background-color: #da242b;
}
.service_box.style3:hover .icon {
background: rgba(6, 36, 98, 1);
}
.single-counter.style_six.style_three .counter-content span {
display: inline-block;
font-size: 48px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.single-counter.style_six.style_three h6 {
font-size: 16px;
line-height: 26px;
color: #fff;
font-weight: 500;
margin: 5px 0px 0px;
}
.h-hom .service_box.style2 {
box-shadow: 0px 5px 20px 0px rgba(72, 72, 72, 0.1);
padding: 25px 5px 28px 30px;
}
.h-hom .service_box.style2 .service-btn a {
padding: 0; 
font-size: 15px;  background-color: #ffffff;
color: #232323;
border: none;
display: inline-block;
margin-top: 0px;
position: relative;
z-index: 1;
transition: .5s;
}
.h-hom .service_box.style2 h3 {
font-size: 21px;
margin-bottom: 10px;
}
.h-hom .service_box.style2 p.description {
font-size: 16px;
line-height: 1.7;
}
.service-box.style7 {
padding: 0px 25px 0px;
background-color: transparent;
border: none;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style7 .title {
font-size: 23px;
font-weight: 800;
padding: 24px 0 16px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px;
}
.service-box.style7 .service-number span.service-box-number {
color: #fff;
background-color: #062461;
display: block;
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 20px;
font-weight: 400;
opacity: 100%;
position: absolute;
top: 16px;
right: 54px;
text-align: center;
font-size: 16px;
left: inherit;
transition: .7s;
}
.service-box.style7:hover .service-number span.service-box-number{
background-color: #da242b;
transition: .5s;
transform:rotateY(360deg);
}
.service-box.style7:hover .service_img img{
transition:.7s;
}
.service-box.style7:hover .service_img img{
transform:rotateY(180deg);
}
.service-box.style7:hover .title{
color: #da242b;
transition: .5s;
}
.service-box.style7 .title:before {
display:none;
transition: .5s;
}
.service-box.style7:hover .content p {
color: #555555;
transition: .5s;
}
.service_box.style2 .service_box_icon i {
color: #da242b;
font-size: 35px;
margin-bottom:20px;
}
.testimonial.style5.testimonial-item .author img {
height: 65px;
width: 65px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.testimonial.style5 .testimonial-item .author {
display: flex;
align-items: center;
margin-bottom: 33px; }       .testimonial.style5 .testimonial-item .author img {
height: 65px;
width: 65px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.testimonial.style5 .testimonial-item h4.name {
font-size: 18px;
color: #fff;
margin: 0;
}
.testimonial.style5 .testimonial-item h5.designation {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.testimonial.style5 .testimonial-item p.quote {
color: #fff;
font-size: 16px;
margin-bottom: 31px;
}
.testimonial.style5 .testimonial-item .reviews_rating i {
color: #fda12b;
font-size: 16px;
margin-bottom: 14px;
}
.testimonial.style5 .testimonial-carousel.owl-carousel .owl-dots:before {
display:none;
}
.testimonial.style5 .testimonial-carousel.owl-carousel button.owl-dot {
position: relative;
z-index: 22; display: inline-block;
width: 12px;
height: 12px;
border-radius: 10px;
background-color: rgba(255,255,255,0.5019607843137255); margin-right: 7px;
transition: .5s;
border: 2px solid #fff;
background-color: transparent !important;
padding: 0 !important;
}
.testimonial.style5 .testimonial-carousel.owl-carousel button.owl-dot.active {
background-color: #fff!important;
}
.testimonial.style5 .testimonial-carousel.owl-carousel .owl-dots {
position: relative;
float: right;
bottom: 85px;
top: -90px;
}
.blog_style_five .single_blog_adn {
background-color: #fff;
padding: 13px 15px 36px;
}
.blog_style_five .single_blog_adn:hover .blog-page-title_adn h2 a,
.blog_style_five .single_blog_adn:hover .blog-meta-left{
color: #da242b;
transition: .5s;
}
.em-blog-content-area_adn {
padding: 26px 11px 0px;
}
.blog_style_five .single_blog_adn .blog-page-title_adn h2 a {
color: #062461;
font-size: 19px;
transition: .5s;
}
.blog_style_five .single_blog_adn .blog-meta-left {
display: flex;
justify-content: space-between;
transition: .5s;
}
.blog_style_five .single_blog_adn .blog-page-title_adn h2 {
line-height: .8;
margin-top: 2px;
} .roof-i .icon-box.style-two .title h4 {
font-size: 20px;
font-weight: 600;
margin-bottom: 11px;
margin-top: 17px;
}
.roof-i .icon-box.style-two .description p {
line-height: 1.6;
font-size: 16px;
color: #616161;
}
.roof-icon .icon-box.style-two .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 120px;
width: 120px;
line-height: 164px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
.roof-icon .icon-box.style-two .icon-box-icon{
position: relative;
display: inline-block;
}
.roof-icon .icon-box.style-two .icon-box-icon:before{
position: absolute;
content: '';
height: 94px;
width: 94px;
background-color: #ec344d;
border-radius: 50%;
z-index: -1;
transition: .5s;
opacity: 0;
}
.roof-icon .icon-box.style-two:hover :before{
transition: .5s;
top: -6px;
right: -6px;
opacity: 1;
}
.roof-icon .icon-box.style-two:hover .img-icon{
background-color: #fff;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.roof-icon .icon-box.style-two .title h4 {
font-size: 24px;
color: #050505;
font-weight: 600;
margin: 30px 0px 13px;
transition: .5s;
}
.roof-icon .icon-box.style-two:hover .title h4 {
color: #ee213c;
transition: .5s;
}
.icon-box.style-15 .icon-box-icon {
text-align: center;
}
.icon-box.style-15 .title h4 {
text-align: center;
font-size: 18px;
color: #fff;
font-weight: 500;
}
.icon-box.style-15 .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 100px;
width: 100px;
line-height: 127px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
.icon-box.style-15 .icon-box-icon{
position: relative;
display: inline-block;
}
.icon-box.style-15 .icon-box-icon:before{
display: none;
}
.icon-box.style-15:hover :before{
transition: .5s;
top: -6px;
right: -6px;
opacity: 1;
}
.icon-box.style-15:hover .img-icon{
background-color: #fff;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.icon-box.style-15 .number {
margin-bottom: -7px;
}
.icon-box.style-15 .number h4 {
color: #fff;
background-color: #da242b;
display: inline-block; border-radius: 50%;
font-size: 14px;
transition: .5s;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
}
.icon-box.style-15:hover .number h4 {
color: #da242b;
background-color: #fff;
transition: .5s;
}
.testimonial.style6 .testimonial-item {
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Hendre-scsHome.jpg);
padding: 81px 30px 33px 30px;
border-radius: 5px; z-index: 1;
transition: .5s;
transition: all 400ms linear;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.testimonial.style6 .testimonial-item .author {
align-items: center;
height: 80px;
width: 80px;
background-color: #e0dbdb;
padding: 25px;
border-radius: 50%;
transition: .5s;
transform: translate(-50%, -50%);
margin-left: 50%;
margin-bottom: -15px;
}
.testimonial.style6 .testimonial-item:hover .author{
background-color: #ee213c;
transition: .5s;
}
.testimonial.style6 .testimonial-item .reviews_rating .testi-star i {
color: #ffc107;
font-size: 12px;
}
.service_cursousel_sliderr5 .em-service.style_5{
text-align: center;
position: relative; 
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb{
position: relative;
overflow: hidden;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb:before {
position: absolute;
content: '';
bottom: 8px;
left: 0;
right: 0;
margin: auto;
height: 100%;
width: 96%;
background-color: rgba(5, 5, 5, .5);
transform: scale(0);
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5:hover .em-service-thumb:before {
transform: scale(1);
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-thumb img {
display: inline-block !important;
}
.service_cursousel_sliderr5 .em-service.style_5 .em_single_service_text {
position: absolute;
top: 45%;
opacity: 0;
left: 0;
right: 0;
z-index: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5:hover .em_single_service_text {
top: 45%;
opacity: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .em-service-title h2 {
font-size: 22px;
color: #fff;
font-weight: 600;
margin-bottom: 8px;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a {
padding: 0; 
font-size: 15px;
border-radius: 22px;
background-color: transparent;
color: #fff;
border: none;
display: inline-block;
margin-top: 0px;
position: relative;
z-index: 1;
transition: .5s;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a i {
font-size: 30px;
color: #fff;
margin-left: 0px;
transition: .5s;
width: 100px;
height: 100px;
line-height: 100px;
background: rgba(218,36,43,1);
border-radius: 100%;
margin-bottom: 20px;
transition: .5s;
display: inline-block;
font-weight: 800;
}
.service_cursousel_sliderr5 .em-service.style_5 .service-btn a i:hover{
background:#fff;
color:rgba(218,36,43,1);
}
.team.style4{
position: relative;
}
.team.style4 .image img {
width: 100%;
}
.team.style4 ul.social-icon {
right: 15px;
position: absolute;
bottom: 0px;
border-radius: 15px;
background: #da242b;
padding: 7px 8px 7px;
transition: .5s;
opacity: 0;
}
.team.style4:hover ul.social-icon {
bottom: 25px;
opacity: 1;
}
.team.style4 ul.social-icon li {
list-style: none;
}
.team.style4 .bio {
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
text-align: center;
background-color: #fff;
padding: 30px 0px 40px;
position: absolute;
width: 100%;
bottom: -80px;
opacity: 0;
transition: .5s;
}
.team.style4:hover .bio {
opacity: 1;
transition: .5s;
}
.team.style4 .bio h2.name {
font-size: 21px;
color: #ee213c;
font-weight: 500;
margin: 0;
}
.team.style4 h5.designation {
font-size: 15px;
color: #616161;
font-weight: 400;
margin: 0;
}
.team.style4 .image {
vertical-align: middle !important;
}
.team.style4 ul.social-icon {
right: 0;
position: absolute;
bottom: -40px;
border-radius: 15px;
background: transparent;
padding: 7px 8px 7px;
transition: .5s;
opacity: 0;
left: 0;
margin: auto;
text-align: center;
}
.team.style4 .social-icon li i {
color: #fff;
font-size: 15px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
background: #ee213c;
border-radius: 2px;
margin: 1px;
transition: .5s;
}
.team.style4 .social-icon li i:hover{
color: #fff;
background: #ee213c;
transition: .5s;
}
.blog_style_six .single_blog_adn .categories li {
list-style: none;
}
.blog_style_six .single_blog_adn{
position: relative; 
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
margin-bottom: 30px;
}
.blog_style_six .single_blog_adn .categories li a {
color: #ee213c;
background-color: #fff;
padding: 11px 10px;
box-shadow: 0px 3px 55.8px 4.2px rgba(212, 212, 212, 0.26);
transition: .5s;
}
.blog_style_six .single_blog_adn:hover .categories li a{
color: #fff;
background-color: #ee213c;
transition: .5s;
}
.blog_style_six .single_blog_adn .em-blog-content-area_adn {
padding: 26px 30px 31px;
}
.blog_style_six .single_blog_adn .categories {
position: absolute;
top: 51%;
left: 30px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 {
font-size: 22px;
line-height: 1.5;
margin: 0;
}
.blog_style_six .single_blog_adn .blog_btn {
margin-top: 15px;
}
.blog_style_six .single_blog_adn .blog-meta-left a {
margin-right: 70px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore a{
font-size: 14px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore i{
margin-left: 8px;
}
.blog_style_six .single_blog_adn .luxury-blog-readmore {
border-top: 1px solid #e7e7e7;
padding: 25px 0px 25px;
margin-top: 25px;
} .section-title.style7.left .subtitle {
display: inline-block;
font-size: 16px;
color: #ff531f;
text-transform: capitalize;
font-weight: 500;
margin: 0 0 21px;
padding-left: 55px;
}
.section-title.style7.left h5 {
position: relative;
color: #ff531f;
text-transform: capitalize;
}
.section-title.style7.left h5:before {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1bmb-Recover.png);
left: -34px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.section-title.style7 .title {
font-size: 40px;
margin: 0 0 0;
color: #120a08;
}
.section-title.style7 h2 {
font-size: 40px;
margin: 0 0 25px;
color: #120a08;
}
.section-title.style7 .description {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
margin-top: 28px;
}
.section-title.style7.center{
}
.section-title.style7.center h5 {
position: relative;
padding: 0px 45px 0px;
color: #ff531f;
text-transform: capitalize;
}
.section-title.style7.center h5:before {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1bmb-Recover.png);
left: -90px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.section-title.style7.center h5:after {
position: absolute;
content: '';
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/11/Home_1-Recoveascr-Recovered.png);
right: -90px;
top: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
}
.dreamit-button.style8 .dreamit-button .button {
font-size: 15px;
padding: 15px 32px;
background: transparent;
color: #ff531f;
font-weight: 500;
display: inline-block;
border-radius: 0px 0px 0px 0px; 
position: relative;
z-index: 1;
border: 1px solid #ff531f;
transition: .5s;
}
.dreamit-button.style8 .button i {
color: inherit;
}
.dreamit-button.style8 .dreamit-button .button:hover {
color: #fff;
}
.dreamit-button.style8 .dreamit-button .button:hover:before {
transform: scale(1);
}
.dreamit-button.style8 .dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 0px 0px 0px 0px;
background: #ff531f;
transform: scale(0);
transition: .5s;
}
ul.my-accordion.style5 a.active {
border-radius: 0px 0px 0 0;
background: #ff531f;
color: #fff !important;
}
ul.my-accordion.style5 a.active:after {
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #fff;
}
ul.my-accordion.style5 a {
position: relative;
width: 100%;
display: block;
cursor: pointer;
font-family: 'Inter';
font-weight: 500;
font-size: 17px;
color: #fff !important;
background-color: #120a08;
padding: 14px 25px;
border-radius: 0px 0px 0px 0px;
z-index: 1;
display: inline-block;
}
ul.my-accordion.style5 li p {
display: none;
font-size: 16px;
padding: 25px 30px 20px;
background: #fafafa;
overflow: hidden;
border-radius: 0 0 0px 0px;
font-weight: 400;
margin: 0;
}
ul.my-accordion.style5 a:before {
width: 2px;
height: 10px;
background: #fff;
position: absolute;
right: 32px;
content: " ";
top: 22px;
transform: rotate(0);
transition: all 0.2s ease-in-out;
}
ul.my-accordion.style5 a:after {
width: 10px;
height: 2px;
background: #fff;
position: absolute;
right: 28px;
content: " ";
top: 26px;
transition: all 0.2s ease-in-out;
}
.call-b .dreamit-button.style8 .dreamit-button .button {
font-size: 15px;
padding: 10px 32px;
background: #fff;
color: #ff531f;
font-weight: 500;
display: inline-block;
border-radius: 0px 0px 0px 0px; 
position: relative;
z-index: 1;
border: 1px solid #fff;
transition: .5s;
}
.call-b .dreamit-button.style8 .dreamit-button .button:hover {
color: #fff;
border: 1px solid #fff;
}
.call-b .dreamit-button.style8 .dreamit-button .button:hover:before {
transform: scale(1);
}
.call-b .dreamit-button.style8 .dreamit-button .button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 0px 0px 0px 0px;
background: #ff531f;
transform: scale(0);
transition: .5s;
}
.service-box.style8 {
padding: 0;
background-color: transparent;
border: none;
text-align: center;
position: relative; 
z-index: 1;
margin-bottom: 50px;
}
.service-box.style8::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
opacity: 0; background-color: rgba(18, 10, 8, .4);
}
.service-box.style8:hover::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
opacity: 1;
z-index: 1; 
background-color: rgba(18, 10, 8, .4);
}
.service-box.style8 .service_img {
line-height: 0;
}
.service-box.style8 .title {
font-size: 20px;
font-weight: 600;
padding: 15px 0 20px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px;
color: #fff;
}
.service-box.style8 .title:before {
display:none;
}
.service-box.style8 .content .icon {
top: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
border-radius: 50%;
background-color: #ff531f;
border: 1px solid rgba(35, 35, 35, 0.1);
transition: .5s;
display: inline-block;
}
.service-box.style8 .content {
position: absolute;
top: 50px;
opacity: 0;
transition: .5s;
padding: 0px 40px 0px;
z-index: 99;
}
.service-box.style8:hover .content {
opacity: 1;
transition: .5s;
}
.service-box.style8 .content p.description {
transition: .5s;
color: #fff;
}
.service-box.style8 .icon_2 .image-th{
top: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
background-color: #ffffff;
transition: .5s;
display: inline-block;
}
.service-box.style8 .hover h3.titles {
font-size: 18px;
margin-top: 0px;
margin-left: 20px;
}
.service-box.style8 .hover {
display: flex;
align-items: center;
box-shadow: 0px 8px 15px 0px rgba(18, 10, 8, 0.05);
width: 86%;
position: absolute;
left: 0;
right: 0;
margin: auto; bottom: -38px;
background-color: #fff;
opacity: 1;
transition: .5s;
}
.service-box.style8:hover .hover {
opacity: 0;
transition: .5s;
}
.service-box.style8 .service-btn a {
padding: 10px 18px 10px 24px;
font-size: 15px;
border-radius: 0px;
background-color: #ff531f;
color: #fff;
border: none;
display: inline-block;
margin-top: 11px;
position: relative;
z-index: 1;
transition: .5s;
}
.service-box.style8:hover .service-btn a i {
color: #fff;
}
.service-box.style8 :hover .service-btn a {
color: #fff;
border: none;
}
.service-box.style8 .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ff531f;
border-radius: 30px;
transform: scale(0);
transition: .5s;
}
.single-video.style-three.six .video-icon {
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 99!important;
}
.single-video.style-three.six .video-icon a::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 99px;
width: 99px;
background: rgba(255, 83, 31, .8);
z-index: -1;
border-radius: 5%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
.single-video.style-three.six .video-icon a i {
background: #fff;
height: 80px;
width: 80px;
line-height: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 5%;
color: #ff531f;
border: transparent;
font-size: 26px;
position: relative;
}
.team.style5 {
box-shadow: 0px 8px 10px 0px rgba(18, 10, 8, 0.05);
position: relative;
background-color: #fff;
padding: 185px 0px 30px;
}
.team.style5 .image {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: -130px;
}
.social-icon li {
list-style: none;
display: inline-block;
}
.team.style5 ul.social-icon {
text-align: center;
}
.team.style5 h2.name {
text-align: center;
font-size: 18px;
}
.team.style5 h5.designation {
color: #ff531f;
font-size: 16px;
text-align: center;
font-weight: 400;
margin-bottom: 30px;
}
.team.style5 ul.social-icon i {
height: 47px;
width: 47px;
line-height: 47px;
text-align: center;
background-color: #ff531f;
color: #fff;
margin: 0px 5px;
transition: .5s;
}
.team.style5 ul.social-icon i:hover{
background-color: #120a08;
color: #fff;
transition: .5s;
}
.case-study.style4 .single_case_study{
position: relative;
}
.case-study.style4 .single_case_study::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
transform: scale(0); background-color: rgba(18, 10, 8, .7);
}
.case-study.style4 .single_case_study:hover::before {
transition: .5s;
transform: scale(1);
}
.case-study.style4 .single_case_study .dreamit-single-cases-study {
position: relative;
z-index: -1;
}
.case-study.style4 .single_case_study .cases-study-content {
position: absolute;
left: 0;
bottom: 0;
right: 0;
text-align: center;
background: #fafafa;
margin: auto;
padding: 0px 30px 18px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1;
width: 100%;
transform: scale(1);
}
.case-study.style4 .single_case_study:hover .cases-study-content {
transform: scale(0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.case-study.style4 .single_case_study .cases-study-content a {
font-size: 18px;
color: #120a08;
}
.case-study.style4 .single_case_study .cases-study-content h2.title {
margin-top: 0px;
}
.case-study.style4 .col-md-12.col-xs-12.col-sm-12 {
margin: 0;
padding: 0;
}
.case-study.style4 .single_case_study .em-case-study-button i { color: #ff531f;
height: 55px;
width: 55px;
line-height: 55px;
text-align: center;
background: #fff;
}
.case-study.style4 .single_case_study .em-case-study-button {
margin-top: 0px;
position: absolute;
left: 0;
right: 0;
top: 50%;
margin: auto;
text-align: center;
transform: scale(0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.case-study.style4 .single_case_study:hover .em-case-study-button {
transform: scale(1);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-box.style10 {
padding: 0px 25px 30px;
background-color: #fff;
border: none;
text-align: center;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style10 .service-box-number {
COLOR: #fff8f6; FONT-SIZE: 148PX; font-weight: 700;
opacity: 100%;
position: absolute;
left: 51%;
top: 42px;
}
.service-box.style10 .icon {
position: relative;
top: 0px;
width: 140px;
height: 140px;
line-height: 180px;
text-align: center;
border-radius: 0%;
background-color: transparent;
border: none;
transition: .5s;
display: inline-block;
border: 2px solid #ff531f;
}
.service-box.style10:hover .icon {
background-color: transparent;
}
.service-box.style10 .title {
font-size: 26px;
font-weight: 600;
padding: 35px 0 13px;
line-height: 1.4;
position: relative;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: 0px; 
}
.service-box.style10 .title:before {
display: none;
}
.service-box.style10:hover .title {
color: #152b63;
}
.service-box.style10:hover .content p {
color: #616161;
}
.service-box.style10:hover .icon img {
filter:none;
}
.testimonial.style5.style7 .testimonial-item h4.name {
font-size: 22px;
color: #ff531f;
margin: 0;
}
.testimonial.style5.style7 .testimonial-item h5.designation {
color: #616161;
font-size: 16px;
font-weight: 400;
}
.testimonial.style5.style7 .testimonial-item p.quote {
color: #616161;
font-size: 16px;
margin-bottom: 25px;
font-style: italic;
}
.testimonial.style5.style7 .testimonial-item .reviews_rating i {
color: #120a08;
font-size: 16px;
margin-bottom: 4px;
}
.testimonial.style5.style7 .testimonial-item .testi-star {
background-color: #f8e6e1;
display: inline-block;
padding: 2px 10px 2px;
}
.testimonial.style5.style7 .testimonial-item .author img {
height: 92px;
width: 100px;
object-fit: cover;
margin-right: 18px;
border-radius: 0%;
}
.blog_style_two.eight .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #ff531f;
color: #fff;
display: inline-block;
border-radius: 2px;
position: relative;
z-index: 1;
text-decoration: none;
}
.blog_style_two.eight .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #120a08;
border-radius: 2px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_two.eight .single_blog_adn:hover .luxury-blog-readmore a {
color: #ff531f;
font-style: italic;
}
.blog_style_two.eight .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #120a08;
}
.blog_style_two.eight .single_blog_adn .luxury-blog-thumb_adn a::before {
position: absolute;
content: "";
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: .5s;
transform: scale(0); background-color: rgba(255, 83, 31, .4);
}
.blog_style_two.eight .single_blog_adn:hover .luxury-blog-thumb_adn a::before {
transition: .5s;
transform: scale(1);
}
.blog_style_two.eight .single_blog_adn{
margin-bottom: 20px;
transition: .5s;
}
.blog_style_two.eight .single_blog_adn:hover{
box-shadow: 0px 8px 15px 0px rgba(18, 10, 8, 0.05);
transition: .5s;
} .repair-1 .section-title .subtitle {
display: inline-block;
font-size: 16px;
color: #da242b;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 20px;
}
.repair-1 .section-title .title {
line-height: 45px;
}
.section-title.center h2 {
font-size: 40px;
}
.repair-1 .section-title span{
color: #da242b;
}
.repair-1 .icon-box.style10 {
border-radius: 50px;
background: transparent;
padding: 12px 0 12px 14px;
display: flex;
align-items: center;
transition: .5s;
}
.repair-1 .icon-box.style10:hover {
background: transparent;
}
.repair-1 .icon-box.style10 .icon-box-icon .icon {
color: #fff;
background-color: #da242b;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
margin-right: 15px;
}
.repair-1 .icon-box.style10 .icon-box-icon .icon i {
font-size: 23px;
}
.repair-1 .icon-box.style10 p.description {
margin: 0;
font-size: 15px;
font-weight: 300;
color: #616161;
transition: 0.5s;
}
.repair-1 .icon-box.style10 .icon-box-content .title {
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 0;
color: #062461;
}
.case-study.style5 .single_case_study .case-study-thumb {
position: relative;
z-index: 1;
}
.case-study.style5 .single_case_study .case-study-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(218,36,43,0.8);
transition: .5s;
border-radius: 5px 5px 0 0;
}
.case-study.style5 .single_case_study .case-study-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(6,36,98,0.8);
transition: .5s;
border-radius: 0 0 5px 5px;
}
.case-study.style5 .single_case_study:hover .case-study-thumbb:before {
height: 50%;
}
.case-study.style5 .single_case_study:hover .case-study-thumb:after {
height: 50%;
}
.case-study.style5 .single_case_study:hover .em-case-study-button i {
opacity: 1;
visibility: visible;
}
.case-study.style5 .single_case_study .cases-study-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: url(https://wp.ditsolution.net/hendre-multipurpose/wp-content/uploads/2023/12/feature-ct.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 28px 30px 26px;
transition: .5s;
}
.case-study.style5 .single_case_study .cases-study-content h2.title {
text-align: left;
font-size: 20px;
}
.rep-i ul.item-list.style2 li {
list-style: none;
margin-bottom: 10px;
color: #062461;
font-weight: 500;
}
.rep-i ul.item-list.style2 li i {
color: #fff;
background-color: #da242b;
padding: 4px;
border-radius: 50%;
font-size: 12px;
margin-right: 10px;
}
.dreamit-button.style10 .dreamit-button a {
font-size: 15px;
padding: 15px 9px 15px 42px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 35px 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 38px;
}
.dreamit-button.style10 .dreamit-button a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 35px 5px 5px;
background: #da242b;
transform: scale(0);
transition: .5s;
}
.dreamit-button.style10 .dreamit-button a:hover::before {
transform: scale(1);
}
.dreamit-button.style10 .dreamit-button a i {
font-size: 11px;
width: 28px;
height: 28px;
line-height: 25px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
left: 20px;
transition: .5s;
font-weight: 800;
}
.cou .single-counter.style_six.style_three .counter-content span {
display: inline-block;
font-size: 35px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.em-service.style_6 .em_service_content {
padding: 34px 25px 35px 35px;
background: #fff;
margin-right: 15px;
border-radius: 0 0 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
}
.em-service.style_6 .em_service_content:before {
position: absolute;
content: "";
top: 0;
right: -15px;
width: 15px;
height: 90%;
background: #da242b;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
}
.em-service.style_6:hover .em_service_content:before {
width: 100%;
height: 100%;
right: 0;
border-radius: 0 0 5px 5px;
}
.em-service.style_6:hover .em_service_content {
margin-right: 0;
}
.em-service.style_6 .em-service-thumb {
position: relative;
}
.em-service.style_6 .em-service-thumb .image img {
border-radius: 5px 5px 0px 0px;
width: 100%;
}
.em-service.style_6{
margin-right: 15px;
}
.em-service.style_6 .em-service-thumb .icon img {
position: absolute;
bottom: -22px;
left: 25px;
z-index: 2;
transition: .5s;
}
.em-service.style_6:hover .em-service-thumb .icon img {
filter: hue-rotate(217deg);
transition: .5s;
}
.em-service.style_6 .em-service-title h2 {
font-size: 22px;
margin: 8px 0 12px;
}
.service-box-desc p {
transition: .5s;
}
.em-service.style_6:hover .em-service-title h2,
.em-service.style_6:hover .service-box-desc p{
color: #fff;
}
.em-service.style_6:hover .service-btn a{
border-color: #fff;
color: #DA242B;
}
.em-service.style_6:hover .service-btn a:before{
background: #fff;
}
.em-service.style_6 .service-btn a {
font-size: 15px;
padding: 7px 0px 7px 30px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 2px 25px 2px 2px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 6px;
}
.em-service.style_6 .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 2px 25px 2px 2px;
background: #da252c;
transform: scale(0);
transition: .5s;
}
.em-service.style_6 .service-btn a i {
font-size: 11px;
width: 24px;
height: 24px;
line-height: 22px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
left: 8px;
transition: .5s;
font-weight: 800;
}
.em-service.style_6:hover .service-btn a::before {
transform: scale(1);
} .service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 80px;
color: #fff;
border: 0;
right: 56px;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50px;
background-color: #203B72;
position: absolute;
top: -685px;
bottom: 20px;
margin: auto;
transition: .5s;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 80px;
color: #fff;
border: 0;
right: 0;
width: 48px!important;
height: 48px!important;
line-height: 48px!important;
text-align: center;
border-radius: 50px;
background-color: #203B72!important;
position: absolute;
top: -685px;
bottom: 20px;
margin: auto;
transition: .5s;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev:hover,
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:hover{
background:#DA242B!important ;
color: #fff;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:hover{
background:#DA242B !important;
color: #fff;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-prev::before,
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next::before {
color: #fff!important;
font-size: 25px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
content: "\f104";
font-family: FontAwesome;
}
.service_cursousel_sliderr_six.slick-initialized.slick-slider .slick-next:before {
content: "\f105"!important;
font-family: FontAwesome;
}
.repai .single-video.style-three.six .video-icon a{
background: #fff;
height: 80px;
width: 80px;
line-height: 75px;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
border-radius: 50%;
color: #da242b;
border: 1px solid #da242b;
font-size: 26px;
position: relative;
}
.repai .single-video.style-three.six .video-icon a::before {
display: none;
}
.repai .single-video.style-three.six .video_title {
position: absolute;
transform: translateX(-50%) translateY(-50%);
top: 47%;
left: 50%;
}
.repai .single-video.style-three.six .video_title h4 {
color: #da242b;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
}
.rep .filter-tab #tabs li a.inactive h5.text {
color: #fff;
}
.rep .filter-tab #tabs li a:before {
position: absolute;
content: "";
top: -64px;
left: 0;
height: 80px;
width: 100%;
background: #DA242B;
opacity: 0.8;
border-radius: 4px;
}
.rep .filter-tab #tabs h5.text {
position: absolute;
top: -34px;
left: 0;
right: 0;
margin: auto; color: #fff;
font-weight: 500;
text-align: center;
font-size: 18px;
}
.rep .filter-tab .content h1, .filter-tab .content h2 {
margin-left: 0;
color: #062461;
line-height: 40px;
font-size: 40px;
font-weight: 700;
margin-bottom: 15px;
}
.rep .filter-tab .tab_content span {
color: #da242b;
}
.rep .filter-tab a.tab_button {
font-size: 15px;
padding: 15px 9px 15px 42px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 5px 35px 5px 5px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 38px;
}
.rep .filter-tab a.tab_button:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px 35px 5px 5px;
background: #da242b;
transform: scale(0);
transition: .5s;
}
.rep .filter-tab a.tab_button:hover::before {
transform: scale(1);
}
.rep .filter-tab a.tab_button i {
font-size: 13px;
width: 26px;
height: 26px;
line-height: 23px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
top: 3px;
left: 20px;
transition: .5s;
}
.rep .filter-tab a.tab_button:hover i {
border: 2px solid #da242b;
}
.team.style6 .single-team {
position: relative;
border-radius: 5px;
}
.team.style6 .single-team .image img {
width: 100%;
}
.team.style6 .single-team .social-icon {
right: -33px;
position: absolute;
bottom: 95px;
border-radius: 15px;
background: #da242b;
padding: 14px 8px 14px;
transition: .5s;
opacity: 0;
}
.team.style6 .single-team:hover .social-icon {
bottom: 95px;
opacity: 1;
right: 15px;
}
.team.style6 .single-team .social-icon li a {
font-size: 14px;
color: #fff;
transition: .5s;
line-height: 24px;
}
.team.style6 .single-team .image {
overflow: hidden;
position: relative;
line-height: 0;
}
.team.style6 .single-team .social-icon li {
display: block;
transition: .5s;
}
.team.style6 .single-team .content {
display: block !important;
background-color: #1e3971;
margin-top: 0;
padding: 16px 0px 25px;
border-radius: 0 0 5px 5px;
}
.team.style6 .single-team .content h2.name {
font-size: 20px;
color: #fff;
text-align: center;
}
.team.style6 .single-team .content h5.designation {
font-size: 14px;
color: #da242b;
text-align: center;
font-weight: 400;
}
.testimonial.style3.style9 .testimonial-item {
text-align: center;
padding: 60px 41px 107px;
position: relative;
z-index: 1;
border-radius: 7px;
}
.testimonial_section{
position: relative;
}
.testimonial_section:after{
position: absolute;  
content: "";
left: -57px;
top: 0;
height: 58px;
width: 58px;
background: #8C0B10;
clip-path: polygon(30% 100%, 100% 0%, 100% 100%, 100% 100%);
}
.testimonial.style3.style9 .testimonial-item .testi_icon i {
display: inline-block;
font-size: 41px;
background: #fff;
color: #da242b;
height: 80px;
width: 81px;
line-height: 81px;
border-radius: 10px;
}
.testimonial.style3.style9 .testimonial-item p.quote {
font-size: 18px;
color: #fff;
font-weight: 300;
font-family: 'Inter';
line-height: 32px;
padding: 12px 0 0px;
width: 91%;
margin: 21px auto 25px;
}
.testimonial.style3.style9 .testimonial-item .reviews_rating .testi-star i {
color: #ffef38;
margin: 0 2px;
font-size: 13px;
}
.testimonial.style3.style9 .testimonial-item .bio .name {
font-size: 18px;
line-height: 32px;
color: #fff;
font-weight: 500;
margin: 13px 0 5px;
text-align: center;
}
.testimonial.style3.style9 .testimonial-item .bio .designation {
font-size: 15px;
color: #fff;
margin: 0 0 0;
font-weight: 300;
}
.testimonial.style3.style9 .testimonial-carousel.owl-carousel .owl-dots {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: inherit;
}
.testimonial.style3.style9 .testimonial-carousel.owl-carousel button.owl-dot.active {
background: #fff!important;
}
.testimonial.style3.style9 .author {
display: inline-block;
margin-top: 24px;
}
.form-area.contact-form.contact-repair .form-control {
transition: 0.5s;
width: 100%;
height: 52px;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6;
}
.form-area.contact-form.contact-repair input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
color: #0D0E14!important;
opacity: 0.8!important;
}
.form-area.contact-form.contact-repair textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
color: #0D0E14!important;
opacity: 0.8!important;
}
.form-area.contact-form.contact-repair .form-select {
transition: 0.5s;
width: 100%;
height: 52px;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6;
color: #232323;
font-weight: 400;
opacity: 0.8;
}
.form-area.contact-form.contact-repair textarea.wpcf7-form-control.wpcf7-textarea {
transition: 0.5s;
width: 100%;
height: 122px !important;
padding-left: 20px;
transition: .5s;
border-radius: 5px;
background: #f6f6f6 !important;
}
.form-area.contact-form.contact-repair .buttons input {
text-align: center;
transition: .5s;
border: none;
display: inline-block;
color: #fff;
font-weight: 400;
text-transform: capitalize;
font-size: 15px;
z-index: 1;
border-radius: 6px;
overflow: hidden;
margin-top: 5px;
background: #da242b;
border: none;
position: relative;
width: 35%;
padding: 15px 0 15px;
transition: .5s;
}
.form-area.contact-form.contact-repair .buttons input:hover{
background: #062461;
}
.repair-ic .icon-box.style-15 .img-icon {
display: inline-block;
background-color: #f5f4f4;
height: 140px;
width: 140px;
line-height: 140px;
text-align: center;
border-radius: 50%;
transition: .5s;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control:focus {
border-color: #da242b!important;
outline: 0;
box-shadow: none;
}
select.form-select option {
background: #da242b;
color:#fff;
}
select.form-select option:hover{
background: #062461!important;
}
.repair-ic .icon-box.style-15{
position: relative;
text-align: center;
}
.repair-ic .icon-box.style-15 .icon-box-icon .img-icon{
position: relative;
}
.repair-ic .icon-box.style-15 .icon-box-icon .img-icon:before {
position: absolute;
content: "";
left: -10px;
top: -10px;
width: 160px;
height: 160px;
line-height: 160px;
border-radius: 50%;
border: 2px dashed #da242b;
opacity: 1;
transition: .5s;
}
.repair-ic .icon-box.style-15:hover .icon-box-icon .img-icon:before {
opacity: 1;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
}
.repair-ic .icon-box.style-15 .number h4 {
font-size: 14px;
font-weight: 600;
color: #fff;
background: #da242b;
border-radius: 30px;
font-family: 'Inter';
height: 36px;
width: 36px;
line-height: 22px;
text-align: center;
display: inline-block;
}
.repair-ic .icon-box.style-15 .number {
transition: .5s;
position: absolute;
z-index: 9;
right: -20px;
top: 4px;
}
.repair-ic .icon-box.style-15 .title h4 {
text-align: center;
font-size: 22px;
color: #fff;
font-weight: 500;
margin-top: 30px;
margin: 30px 0px 18px;
}
.repair-ic .icon-box.style-15:hover .number {
top: 5px;
right: -6px;
}
.repair-ic .icon-box.style-15 .description p {
color: #fff;
opacity: .7;
}
.blog_style_two.nine .single_blog_adn {
background-color: #f6f6f6;
} 
.blog_style_two.nine .single_blog_adn .author a {
font-size: 14px;
padding: 7px 22px 7px 48px;
background: #062462;
color: #fff;
display: inline-block;
border-radius: 30px;
position: relative;
z-index: 1;
text-decoration: none;
}
.blog_style_two.nine .single_blog_adn .author a:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #da242b;
border-radius: 30px;
z-index: -1;
transform: scale(0);
transition: .5s;
}
.blog_style_two.nine .single_blog_adn:hover .author a:before {
transform: scale(1);
}
.blog_style_two.nine .single_blog_adn .blog-page-title_adn h2 {
color: #062462;
}
.blog_style_two.nine .single_blog_adn:hover .blog-page-title_adn h2 a {
color: #062462;
transition: .5s;
}
.blog_style_two.nine .single_blog_adn .blog-page-title_adn h2 a:hover {
color: #da242b;
transition: .5s;
}
.blog_style_two.nine .single_blog_adn:hover .luxury-blog-readmore a {
color: #da242b;
font-style: none;
}
.service-box.style12  {
padding: 0px 0px 30px;
background-color: transparent;
border: none;
text-align: left;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.service-box.style12 .service_img {
line-height: 0;
}
.service-box.style12 .icon {
position: relative;
top: -40px;
left: 0px;
width: 80px;
height: 80px;
line-height: 103px;
text-align: center;
border-radius: 50%;
background-color: transparent;
border: none;
transition: .5s;
display: inherit;
}
.service-box.style12:hover .icon {
background-color: transparent;
}
.service-box.style12:hover .icon img {
filter: brightness(1) invert(0);
}
.service-box.style12 .content {
background-color: #fff;
padding: 0px 30px 30px; position: relative; transition: .5s;
width: 96%;
}
.service-box.style12 .content:before {
position: absolute;
content: "";
top: 0;
right: -15px;
width: 15px;
height: 90%;
background: #da242b;
border-radius: 0 0 5px 0px;
transition: .5s;
z-index: -1;
}
.service-box.style12 .title {
font-size: 20px;
font-weight: 600;
padding: 0 0 10px;
line-height: 1.4;
position: inherit;
z-index: 1;
transition: .5s;
margin: 0;
margin-top: -14px;
}
.service-box.style12 .title:before {
display:none;
}
.service-box.style12:hover .title {
color: #062461;
}
.service-box.style12 .content p {
color: #616161;
}
.service-box.style12:hover .content p {
color: #616161;
}
.service-box.style12 .content .service-btn a {
font-size: 15px;
padding: 7px 0px 7px 30px;
background: #062462;
color: #fff;
font-weight: 500;
display: inline-block;
border-radius: 2px 25px 2px 2px;
position: relative;
z-index: 1;
transition: .5s;
margin-top: 0;
}
.service-box.style12 .content .service-btn a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #da242b;
border-radius: 2px 25px 2px 2px;
transform: scale(0);
transition: .5s;
}
.service-box.style12:hover .content .service-btn a::before {
transform: scale(1);
}
.service-box.style12 .content .service-btn a i {
font-size: 12px;
width: 24px;
height: 24px;
line-height: 22px;
text-align: center;
background: #fff;
color: #062462;
border-radius: 30px;
border: 2px solid #062462;
display: inline-block;
position: relative;
top: 3px;
left: 8px;
transition: .5s;
}
.service-box.style12:hover .content .service-btn a  {
border: 2px solid #fff;
}
.filter-tab #tabs li a:before {
top: -41px;
height: 55px;
} .product_post.style1 .container{
max-width: 1320px;
margin: auto;
padding: 0 10px;
}
.service_post{
border-radius: 10px;
filter: drop-shadow(0px 10px 15px rgba(206,206,206,0.4));
background-color: #ffffff;
}
.product_content{
padding: 0 30px;
}
.post_item_one {
background-color: #f8f9f7;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin-bottom: 30px;
}
.post_item_one .post-thumb {
position: relative;
z-index: 1;
line-height: 0;
border-radius: 4px;
overflow: hidden;
}
.post_item_one .post-thumb img {
width: 100%;
}
.post_item_one .dolar {
display: inline-block;
background: #f00;
line-height: 0;
padding: 21px 14px 26px;
position: absolute;
right: 0;
top: 26px;
}
.post_item_one .post-thumb .case_post_icon {
position: absolute;
top: 15px;
left: 15px;
transition: .5s;
opacity: 1;
}
.post_item_one .post-thumb:hover .case_post_icon {
transition: .5s;
opacity: 0;
}
.post_item_one .product_single_meta_top {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: url(https://ditsolution.net/wp/hendre/wp-content/uploads/2024/02/feature-ct.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 5px 30px 5px;
transition: .5s;
opacity: 1;
}
.post_item_one:hover .product_single_meta_top{
opacity: 0;
}
.post_item_one .product_single_meta_top h2 {
padding: 10px 0px 20px;
}
.post_item_one .product_single_meta_top h2 a {
display: inline-block;
font-size: 22px;
color: #fff;
}
.post_item_one .dolar h2 {
margin: 0;
line-height: 0;
color: #fff;
}
.post_item_one .post-thumb:before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 0;
background-color: rgba(218,36,43,0.8);
transition: .5s;
border-radius: 5px 5px 0 0;
}
.post_item_one .post-thumb:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 0;
background-color: rgba(6,36,98,0.8);
transition: .5s;
border-radius: 0 0 5px 5px;
}
.post_item_one .post-thumb:hover:before {
height: 50%;
}
.post_item_one .post-thumb:hover:after {
height: 50%;
}
.post_item_one .post-thumb:hover .case_post_icons .learn_btn i {
opacity: 1;
visibility: visible;
}
.post_item_one .post-thumb .case_post_icons .learn_btn i {
font-size: 24px;
width: 66px;
height: 66px;
line-height: 66px;
color: #da242b;
background: #fff;
display: inline-block;
text-align: center;
border-radius: 66px;
transform: rotate(-40deg);
opacity: 0;
visibility: hidden;
transition: .5s;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 40%;
z-index: 99;
}
p.heading-text span {
color: #f00;
} .dance3 {
-webkit-animation: dance3 8s alternate infinite;
animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
}
}
.dance {
-webkit-animation: dance 2s alternate infinite;
animation: dance 2s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.2);
}
}
.dance2 {
-webkit-animation: dance2 4s alternate infinite;
animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(25px, -25px, 0);
}
100% {
-webkit-transform: translate3d(0, -25px, 25px);
}
}
.branding-shape {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape {
-webkit-animation: moveBounce 2.5s linear infinite;
animation: moveBounce 2.5s linear infinite;
}
.finace-shape-two img {
-webkit-animation: moveBounce 2s linear infinite;
animation: moveBounce 2s linear infinite;
}
.finace-shape-three img {
-webkit-animation: moveLeftBounceright 2s linear infinite;
animation: moveLeftBounceright 2s linear infinite;
}
@keyframes moveLeftBounceright {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(35px);
transform: translateX(35px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.dance {
-webkit-animation: dance 1.5s alternate infinite;
animation: dance 1.5s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.5);
}
}
.about-dance {
-webkit-animation: about-dance 3s alternate infinite;
animation: about-dance 3s alternate infinite;
}
@keyframes about-dance {
0% {
-webkit-transform: scale(3);
}
100% {
-webkit-transform: scale(3);
}
}
.finace-shape-about img {
-webkit-animation: moveUpBounce 2s linear infinite;
animation: moveUpBounce 2s linear infinite;
}
@keyframes moveUpBounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(35px);
transform: translateY(35px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.hen-whychoose-rotateme {
-webkit-animation-name: hen-whychoose-rotateme;
animation-name: hen-whychoose-rotateme;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@keyframes hen-whychoose-rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}