Home Page Changes

This commit is contained in:
sujan
2024-10-08 13:29:49 +05:45
parent 4df6504262
commit 9d7f715945
15 changed files with 1940 additions and 2301 deletions

View File

@ -2839,7 +2839,6 @@ dl, ol, ul {
.about-one {
position: relative;
display: block;
padding: 120px 0 120px;
z-index: 1;
}
.about-one__left {
@ -3168,8 +3167,6 @@ dl, ol, ul {
.services-one {
position: relative;
display: block;
padding: 250px 0 216px;
margin-top: -140px;
z-index: 1;
}
.services-one__bg {
@ -3277,7 +3274,7 @@ dl, ol, ul {
font-weight: 700;
line-height: 33px;
color: var(--bizgrow-base);
padding-left: 53px;
padding-left: 25px;
}
.services-one__title a {
color: var(--bizgrow-white);
@ -3287,9 +3284,8 @@ dl, ol, ul {
left: 70px;
right: 0;
bottom: 0;
text-align: center;
background-color: var(--bizgrow-white);
padding: 27px 30px 25px;
padding: 30px 25px;
background-position: center bottom;
transition-delay: .1s;
transition-timing-function: ease-in-out;
@ -3323,8 +3319,6 @@ dl, ol, ul {
.services-one__btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 600;
color: var(--bizgrow-black);
@ -3558,8 +3552,6 @@ dl, ol, ul {
.why-choose-one {
position: relative;
display: block;
margin-top: -110px;
padding: 0 0 100px;
background-color: var(--bizgrow-extra);
z-index: 1;
}
@ -3795,7 +3787,7 @@ dl, ol, ul {
.testimonial-one {
position: relative;
display: block;
background-color: var(--bizgrow-black);
background-color: #fff;
padding: 120px 0 170px;
z-index: 1;
}
@ -3807,7 +3799,7 @@ dl, ol, ul {
bottom: 0;
opacity: .50;
background-repeat: no-repeat;
background-size: cover;
.testimonial-one__right .section-title__title background-size: cover;
background-position: center;
z-index: -1;
}
@ -3852,10 +3844,10 @@ dl, ol, ul {
margin-top: 20px;
}
.testimonial-one__right .section-title__tagline {
color: var(--bizgrow-primary);
color: #6E7075;
}
.testimonial-one__right .section-title__title {
color: var(--bizgrow-white);
color: #3d3d3d;
}
.testimonial-one__right .section-title {
margin-bottom: 30px;
@ -3876,7 +3868,7 @@ dl, ol, ul {
font-size: 20px;
font-weight: 600;
line-height: 30px;
color: var(--bizgrow-white);
color: #3d3d3d;
}
.testimonial-one__client-info p {
color: #999B9F;
@ -4533,8 +4525,8 @@ dl, ol, ul {
.counter-one {
position: relative;
display: block;
padding: 120px 0 0;
z-index: 2;
background: #e42032;
}
.counter-one__inner {
position: relative;
@ -4564,7 +4556,6 @@ dl, ol, ul {
left: 0;
right: -10000px;
bottom: 0;
background-color: var(--bizgrow-base);
z-index: -1;
}
.counter-one__count-list {
@ -4650,8 +4641,6 @@ dl, ol, ul {
.team-one {
position: relative;
display: block;
padding: 236px 0 120px;
margin-top: -136px;
z-index: 1;
}
.team-one__bg {
@ -4708,8 +4697,7 @@ dl, ol, ul {
top: -236px;
left: -30px;
right: -10000px;
bottom: -120px;
background-color: var(--bizgrow-black);
bottom: 0px;
z-index: -1;
}
.team-one__right-bg {
@ -5202,7 +5190,6 @@ dl, ol, ul {
.blog-one {
position: relative;
display: block;
padding: 120px 0 90px;
z-index: 1;
}
.blog-one__single {
@ -5445,7 +5432,6 @@ dl, ol, ul {
position: relative;
display: block;
background-color: #d9141b;
margin-top: -105px;
overflow: hidden;
z-index: 1;
}
@ -5472,7 +5458,6 @@ dl, ol, ul {
.site-footer__top {
position: relative;
display: block;
padding: 205px 0 76px;
}
.footer-widget__about {
position: relative;
@ -12880,7 +12865,15 @@ dl, ol, ul {
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.footer-link li a {
color: #fff;
color: #fff;
}
.section-pd {
padding: 120px 0px;
}
.section-bg {
background: #eceef6;
}
.navigation {
color: #3d3d3d;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB