graphics and color
This commit is contained in:
4
css/bootstrap.min.css
vendored
4
css/bootstrap.min.css
vendored
@ -235,7 +235,7 @@ sup {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #F1592A;
|
||||
color: #f54813;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
@ -3782,7 +3782,7 @@ fieldset:disabled .btn {
|
||||
.btn-outline-dark {
|
||||
color: #fff;
|
||||
border-color: #fff;
|
||||
background-color: #F1592A;
|
||||
background-color: #f54813;
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover {
|
||||
|
@ -17,23 +17,23 @@
|
||||
|
||||
|
||||
h1{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h2{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h3{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h4{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h5{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
h6{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
.back-to-top {
|
||||
position: fixed;
|
||||
@ -65,7 +65,7 @@ h6{
|
||||
}
|
||||
|
||||
/* .mb-3{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
} */
|
||||
.btn-sm-square {
|
||||
width: 34px;
|
||||
@ -101,7 +101,7 @@ h6{
|
||||
|
||||
|
||||
.btn.btn-primary {
|
||||
background:#f1592a !important;
|
||||
background:#f54813 !important;
|
||||
color: var(--bs-white) !important;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
@ -117,7 +117,7 @@ h6{
|
||||
|
||||
.btn.btn-secondary {
|
||||
background: transparent;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
@ -140,7 +140,7 @@ h6{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
.section-title .sub-style::before {
|
||||
@ -152,7 +152,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -6px;
|
||||
margin-left: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.section-title .sub-style::after {
|
||||
@ -164,14 +164,14 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-top: -8px;
|
||||
margin-left: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
.sub-title::before {
|
||||
@ -183,7 +183,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -8px;
|
||||
margin-right: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.sub-title::after {
|
||||
@ -195,7 +195,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-top: -6px;
|
||||
margin-right: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
|
||||
@ -248,7 +248,7 @@ h6{
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:hover,
|
||||
.navbar-light .navbar-nav .nav-link.active {
|
||||
color: #f1592a !important;
|
||||
color: #f54813 !important;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand img {
|
||||
@ -286,7 +286,7 @@ h6{
|
||||
}
|
||||
|
||||
.dropdown .dropdown-menu a:hover {
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -342,7 +342,7 @@ h6{
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
@ -414,7 +414,7 @@ h6{
|
||||
.carousel-header .carousel .carousel-indicators li.active {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 8px solid #f1592a;
|
||||
border: 8px solid #f54813;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item {
|
||||
@ -498,7 +498,7 @@ h6{
|
||||
left: 0;
|
||||
top: 0;
|
||||
border-radius: 10px 10px 0 0;
|
||||
background-color: #f1592a;
|
||||
background-color: #f54813;
|
||||
|
||||
}
|
||||
.counter-facts .counter .counter-icon {
|
||||
@ -543,7 +543,7 @@ h6{
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
@ -676,7 +676,7 @@ h6{
|
||||
}
|
||||
|
||||
.features .feature-item:hover .feature-icon i {
|
||||
color:#f1592a !important;
|
||||
color:#f54813 !important;
|
||||
transform: rotate(360deg);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
@ -695,7 +695,7 @@ h6{
|
||||
height: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
border-radius: 10px;
|
||||
transition: 0.5s;
|
||||
z-index: 1;
|
||||
@ -803,7 +803,7 @@ h6{
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
/*** testimonial end ***/
|
||||
|
||||
@ -909,7 +909,7 @@ h6{
|
||||
|
||||
/*** Footer Start ***/
|
||||
.footer {
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
}
|
||||
.footer .footer-item a {
|
||||
line-height: 30px;
|
||||
@ -943,3 +943,10 @@ h6{
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.ml-250{
|
||||
margin-left: -650px;
|
||||
}
|
||||
.mr-250{
|
||||
margin-right: -650px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user