Card icon widht updated
This commit is contained in:
parent
be6dc4e716
commit
f2424d2ea7
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/** banner-section **/
|
/** banner-section **/
|
||||||
|
|
||||||
.banner-section {
|
.banner-section {
|
||||||
@ -281,13 +280,13 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--secondary-color);
|
color: #bc0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-carousel .content-box h2 span:before {
|
.banner-carousel .content-box h2 span:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
background: var(--secondary-color);
|
background: #bc0000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@ -723,53 +722,48 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1440px) {
|
||||||
|
.bg-layer.bg-slide-0 {
|
||||||
|
background-position: left -350px center !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
.bg-layer.bg-slide-0 {
|
||||||
|
background-position: left -550px center !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.bg-layer.bg-slide-0 {
|
||||||
|
background-position: left -720px center !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
.bg-layer.bg-slide-0 {
|
||||||
|
background-position: left -780px center !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) and (min-width: 500px) {
|
@media (max-width: 768px) and (min-width: 500px) {
|
||||||
.bg-layer.bg-slide-0 {
|
.bg-layer.bg-slide-0 {
|
||||||
background-position: left -790px center !important;
|
background-position: left -500px center !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 500px) and (max-width: 768px) {
|
||||||
|
.banner-slide:nth-child(1) .custom-content-box.mobile-style, .custom-content-box.with-background, h2 {
|
||||||
|
font-size: 50px !important;
|
||||||
|
line-height: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-slide:nth-child(1) .custom-content-box.mobile-style .upper-text, .custom-content-box.with-background .upper-text {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-slide:nth-child(1) .custom-content-box.mobile-style .theme-btn span, .custom-content-box.with-background .theme-btn span {
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 15px 20px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -921,6 +921,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
|
|
||||||
.sec-title-2 h2 {
|
.sec-title-2 h2 {
|
||||||
@ -2315,13 +2316,15 @@
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: #fff !important; /* white background */
|
background: #fff !important;
|
||||||
|
/* white background */
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-footer .social-links li a i,
|
.main-footer .social-links li a i,
|
||||||
.main-footer .social-links li a i::before {
|
.main-footer .social-links li a i::before {
|
||||||
color: #e60000 !important; /* red icon */
|
color: #e60000 !important;
|
||||||
|
/* red icon */
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -2953,6 +2956,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
|
||||||
.main-menu,
|
.main-menu,
|
||||||
.sticky-header,
|
.sticky-header,
|
||||||
.main-header.style-one .outer-container:before {
|
.main-header.style-one .outer-container:before {
|
||||||
@ -3298,6 +3302,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-content-box.mobile-style {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) and (max-width: 1024px) {
|
||||||
|
.custom-content-box.mobile-style {
|
||||||
|
top: 190px;
|
||||||
|
background: white;
|
||||||
|
border-radius: 15%;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) and (max-width: 991px) {
|
||||||
|
.custom-content-box.with-background {
|
||||||
|
top: 170px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
.custom-content-box.mobile-style {
|
.custom-content-box.mobile-style {
|
||||||
/* background: white; */
|
/* background: white; */
|
||||||
@ -3392,11 +3415,13 @@
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) and (min-width: 769px) {
|
@media (max-width: 1024px) and (min-width: 769px) {
|
||||||
.info-block-one {
|
.info-block-one {
|
||||||
padding: 30px 7px !important;
|
padding: 30px 7px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.blog-details-content .news-block-one .inner-box .lower-content h2 {
|
.blog-details-content .news-block-one .inner-box .lower-content h2 {
|
||||||
font-size: 38px !important;
|
font-size: 38px !important;
|
||||||
@ -3410,6 +3435,7 @@
|
|||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.service-details-content h2 {
|
.service-details-content h2 {
|
||||||
font-size: 38px !important;
|
font-size: 38px !important;
|
||||||
@ -3421,23 +3447,27 @@
|
|||||||
font-size: 22px !important;
|
font-size: 22px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
.pb_90 {
|
.pb_90 {
|
||||||
padding-top: 30px !important;
|
padding-top: 30px !important;
|
||||||
padding-bottom: 30px !important;
|
padding-bottom: 30px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
.pt_90 {
|
.pt_90 {
|
||||||
padding-top: 30px !important;
|
padding-top: 30px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
.sec-pad {
|
.sec-pad {
|
||||||
padding-top: 30px !important;
|
padding-top: 30px !important;
|
||||||
padding-bottom: 30px !important;
|
padding-bottom: 30px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 425px) {
|
@media (max-width: 425px) {
|
||||||
.chooseus-section {
|
.chooseus-section {
|
||||||
padding-top: 30px !important;
|
padding-top: 30px !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user