Compare commits

..

No commits in common. "7684019326a8b9fc0d01a5bdc7ecfe6ca37085a1" and "538bdce92637641be55aaede365c092bc977d888" have entirely different histories.

3 changed files with 14 additions and 19 deletions

View File

@ -55,7 +55,7 @@ const swiperOptions = {
export default function Offer1() {
return (
<>
<section className="what-we-offer bg_light_4">
<section className="what-we-offer bg_light_2">
{/*-============spacing==========-*/}
<div className="pd_top_90" />
{/*-============spacing==========-*/}

View File

@ -121,7 +121,7 @@ export default function Faq() {
</section>
{/*-faqs section with images*/}
<section className="faq-section">
<section className="faq-section theme_alter-bg">
{/*-============spacing==========-*/}
<div className="pd_top_90" />

View File

@ -133,10 +133,6 @@
background: var(--color-set-one-bg-4) !important;
}
.bg_light_4 {
background: #ff66005e !important;
}
@media (max-width: 1200px) {
.d_none_1200px {
display: none;
@ -6632,7 +6628,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
.block_faq .faq_header {
position: relative;
padding: 21px 25px;
background: #ff660017;
background: var(--color-set-one-bg-1);
border: 1px solid var(--color-set-one-bor-3);
border-radius: 12px;
margin-bottom: 10px;
@ -6656,7 +6652,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
background: var(--color-white);
text-align: center;
font-size: 24px;
color: var(--color-set-four-1 );
color: var(--color-set-one-1);
display: block;
transform: rotate(0deg);
}
@ -6672,13 +6668,13 @@ body .service_post.style_one .owl-carousel .owl-dots {
.block_faq .faq_header.active .icon_fq {
transform: rotate(90deg);
background: var(--color-set-four-1);
background: var(--color-set-one-1);
color: var(--color-white);
}
.block_faq .faq_header:hover .icon_fq {
transform: rotate(90deg);
background: var(--color-set-four-1);
background: var(--color-set-one-1);
color: var(--color-white);
}
@ -6688,7 +6684,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
border-radius: 0px 0px 12px 12px;
margin-top: -11px;
padding: 0px 25px 20px;
background: #ff660017;
background: var(--color-set-one-bg-1);
border: 1px solid var(--color-set-one-bor-3);
border-top: 0px;
margin-bottom: 10px;
@ -9243,7 +9239,7 @@ div.wpforms-container .wpforms-form .choices__inner:focus,
div.wpforms-container .wpforms-form .choices__inner:focus-visible,
div.wpforms-container .wpforms-form .choices__inner:active,
div.wpforms-container .wpforms-form .choices__inner:hover {
border: 1px solid var(--color-set-four-1) !important;
border: 1px solid var(--color-set-one-1) !important;
}
body .adminbar-input {
@ -9836,7 +9832,7 @@ svg path {
.select2-results__options::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--color-set-four-1);
background-color: var(--color-set-one-1);
}
.s_color_two::-webkit-scrollbar-thumb {
@ -14699,8 +14695,7 @@ body .wp-block-rss li a {
.theme_alter-bg{
/* background-color: #ffd1a3; */
background-color: #08254b;
background-color: #ffd1a3;
}
@ -15246,7 +15241,7 @@ body .wp-block-rss li a {
}
.social-icons ul li .m_icon:hover {
background: var(--color-set-one-2);
background: var(--color-set-one-1);
color: var(--color-white);
}
@ -16931,7 +16926,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
} */
.footer.style_two .newsteller_simple.button_style_one input[type=submit] {
background: #08254b;
background: var(--color-set-two-three-1);
}
.footer.style_two .contact_header_one .icon_s,
@ -17298,7 +17293,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
text-align: center;
line-height: 46px;
font-size: 18px;
color: var(--color-set-four-1);
color: var(--color-set-one-1);
left: 0;
top: 0;
height: 46px;
@ -17345,7 +17340,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
}
.prgoress_indicator svg.progress-circle path {
stroke:var(--color-set-four-1);
stroke: var(--color-set-one-1);
stroke-width: 4;
box-sizing: border-box;
transition: all 200ms linear !important;