color-updated
This commit is contained in:
parent
ec3516be10
commit
04f4300f2b
@ -55,7 +55,7 @@ const swiperOptions = {
|
||||
export default function Offer1() {
|
||||
return (
|
||||
<>
|
||||
<section className="what-we-offer bg_light_2">
|
||||
<section className="what-we-offer bg_light_4">
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_top_90" />
|
||||
{/*-============spacing==========-*/}
|
||||
|
||||
@ -121,7 +121,7 @@ export default function Faq() {
|
||||
</section>
|
||||
|
||||
{/*-faqs section with images*/}
|
||||
<section className="faq-section theme_alter-bg">
|
||||
<section className="faq-section">
|
||||
|
||||
{/*-============spacing==========-*/}
|
||||
<div className="pd_top_90" />
|
||||
|
||||
@ -133,6 +133,10 @@
|
||||
background: var(--color-set-one-bg-4) !important;
|
||||
}
|
||||
|
||||
.bg_light_4 {
|
||||
background: #ff66005e !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.d_none_1200px {
|
||||
display: none;
|
||||
@ -6628,7 +6632,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
|
||||
.block_faq .faq_header {
|
||||
position: relative;
|
||||
padding: 21px 25px;
|
||||
background: var(--color-set-one-bg-1);
|
||||
background: #ff660017;
|
||||
border: 1px solid var(--color-set-one-bor-3);
|
||||
border-radius: 12px;
|
||||
margin-bottom: 10px;
|
||||
@ -6652,7 +6656,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
|
||||
background: var(--color-white);
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
color: var(--color-set-one-1);
|
||||
color: var(--color-set-four-1 );
|
||||
display: block;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
@ -6668,13 +6672,13 @@ body .service_post.style_one .owl-carousel .owl-dots {
|
||||
|
||||
.block_faq .faq_header.active .icon_fq {
|
||||
transform: rotate(90deg);
|
||||
background: var(--color-set-one-1);
|
||||
background: var(--color-set-four-1);
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
.block_faq .faq_header:hover .icon_fq {
|
||||
transform: rotate(90deg);
|
||||
background: var(--color-set-one-1);
|
||||
background: var(--color-set-four-1);
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
@ -6684,7 +6688,7 @@ body .service_post.style_one .owl-carousel .owl-dots {
|
||||
border-radius: 0px 0px 12px 12px;
|
||||
margin-top: -11px;
|
||||
padding: 0px 25px 20px;
|
||||
background: var(--color-set-one-bg-1);
|
||||
background: #ff660017;
|
||||
border: 1px solid var(--color-set-one-bor-3);
|
||||
border-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
@ -9239,7 +9243,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-one-1) !important;
|
||||
border: 1px solid var(--color-set-four-1) !important;
|
||||
}
|
||||
|
||||
body .adminbar-input {
|
||||
@ -9832,7 +9836,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-one-1);
|
||||
background-color: var(--color-set-four-1);
|
||||
}
|
||||
|
||||
.s_color_two::-webkit-scrollbar-thumb {
|
||||
@ -14695,7 +14699,8 @@ body .wp-block-rss li a {
|
||||
|
||||
.theme_alter-bg{
|
||||
|
||||
background-color: #ffd1a3;
|
||||
/* background-color: #ffd1a3; */
|
||||
background-color: #08254b;
|
||||
|
||||
}
|
||||
|
||||
@ -15241,7 +15246,7 @@ body .wp-block-rss li a {
|
||||
}
|
||||
|
||||
.social-icons ul li .m_icon:hover {
|
||||
background: var(--color-set-one-1);
|
||||
background: var(--color-set-one-2);
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
@ -16926,7 +16931,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
|
||||
} */
|
||||
|
||||
.footer.style_two .newsteller_simple.button_style_one input[type=submit] {
|
||||
background: var(--color-set-two-three-1);
|
||||
background: #08254b;
|
||||
}
|
||||
|
||||
.footer.style_two .contact_header_one .icon_s,
|
||||
@ -17293,7 +17298,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
|
||||
text-align: center;
|
||||
line-height: 46px;
|
||||
font-size: 18px;
|
||||
color: var(--color-set-one-1);
|
||||
color: var(--color-set-four-1);
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 46px;
|
||||
@ -17340,7 +17345,7 @@ input[type=range i]:focus::-webkit-slider-thumb {
|
||||
}
|
||||
|
||||
.prgoress_indicator svg.progress-circle path {
|
||||
stroke: var(--color-set-one-1);
|
||||
stroke:var(--color-set-four-1);
|
||||
stroke-width: 4;
|
||||
box-sizing: border-box;
|
||||
transition: all 200ms linear !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user