Almost updated
2
public/css/bootstrap.css
vendored
@ -5377,7 +5377,7 @@ fieldset:disabled .btn {
|
||||
float: left;
|
||||
padding-right: var(--bs-breadcrumb-item-padding-x);
|
||||
color: var(--bs-breadcrumb-divider-color);
|
||||
content: var(--bs-breadcrumb-divider, "/")
|
||||
content: var(--bs-breadcrumb-divider, "")
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 94 KiB |
@ -1804,6 +1804,12 @@ a {
|
||||
.bg-color-blue {
|
||||
background-color: var(--Primary-ic-blue);
|
||||
}
|
||||
.bg-color-purple{
|
||||
background-color: var(--Primary-ic-purple);
|
||||
}
|
||||
.bg-color-skygreen{
|
||||
background-color: var(--Primary-ic-skygreen);
|
||||
}
|
||||
.bg-mono-gray-1 {
|
||||
background-color: var(--Mono-gray-1);
|
||||
}
|
||||
@ -1882,7 +1888,7 @@ a {
|
||||
}
|
||||
|
||||
.wrap-page-header {
|
||||
background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
|
||||
background: var(--Bg-color-1);
|
||||
}
|
||||
|
||||
.grid-2 {
|
||||
|
||||
@ -653,7 +653,7 @@
|
||||
}
|
||||
&.v2 {
|
||||
.content {
|
||||
padding-top: 114px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
.shape-img-bg {
|
||||
margin-left: auto;
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
|
||||
.page-title {
|
||||
&.style-default {
|
||||
padding-top: 111px;
|
||||
padding-bottom: 133px;
|
||||
padding-top: 44px;
|
||||
padding-bottom: 44px;
|
||||
margin-bottom: -27px;
|
||||
&.v2 {
|
||||
padding-bottom: 204px;
|
||||
@ -291,7 +291,7 @@
|
||||
|
||||
.section-testimonial {
|
||||
&.style-1 {
|
||||
background-color: var(--Sub-color-1);
|
||||
background-color: var(--Bg-color-1);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.wrap {
|
||||
@ -313,7 +313,7 @@
|
||||
right: 0;
|
||||
z-index: 4;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(180deg, #f2f6ff 35%, #1357f000 100%);
|
||||
background-image: linear-gradient(180deg, #f9f5f1 35%, #1357f000 100%);
|
||||
height: 150px;
|
||||
}
|
||||
&::before {
|
||||
@ -321,7 +321,7 @@
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(180deg, #f2f6ff00 0%, #f2f6ff 70%);
|
||||
background-image: linear-gradient(180deg, #f2f6ff00 0%, #f9f5f1 70%);
|
||||
height: 200px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@ -567,9 +567,7 @@
|
||||
.section-contact {
|
||||
&.style-default {
|
||||
overflow: hidden;
|
||||
background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
|
||||
padding-top: 110px;
|
||||
padding-bottom: 122px;
|
||||
background: var(--Bg-color-1);
|
||||
border-radius: 40px;
|
||||
.bot {
|
||||
.content {
|
||||
@ -1133,3 +1131,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.features-list {
|
||||
list-style-type: disc !important;
|
||||
list-style-position: outside !important;
|
||||
padding-left: 20px !important;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.features-list li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
@ -35,6 +35,8 @@ $fontIcon: "icomoon";
|
||||
--Primary-ic-red: #ff8283;
|
||||
--Primary-ic-green: #a7decf;
|
||||
--Primary-ic-yellow: #fedc6e;
|
||||
--Primary-ic-purple: #d457d8;
|
||||
--Primary-ic-skygreen: #80d370;
|
||||
// Business Consulting
|
||||
--Primary: #0075ff;
|
||||
--Primary-1: #e2ecf9;
|
||||
|
||||
@ -181,7 +181,7 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
.footer-bottom {
|
||||
padding-top: 107px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
&.style-3 {
|
||||
|
||||
@ -65,8 +65,8 @@
|
||||
}
|
||||
&.style-3 {
|
||||
.header-inner-wrap {
|
||||
padding: 37px 0 22px;
|
||||
border-bottom: 1px dashed #a7a7a7;
|
||||
padding: 20px 0 22px;
|
||||
|
||||
|
||||
}
|
||||
.header-left {
|
||||
|
||||