commit
This commit is contained in:
@@ -1894,7 +1894,7 @@ a{
|
||||
bottom: 300px;
|
||||
box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
|
||||
border-radius: 30px;
|
||||
padding: 13px 20px;
|
||||
padding: 25px 20px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
}
|
||||
@@ -2292,11 +2292,11 @@ a{
|
||||
|
||||
.services-section {
|
||||
position: relative;
|
||||
padding: 150px 0 370px;
|
||||
padding: 120px 0 120px;
|
||||
background-image: -moz-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
background-image: -webkit-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
background-image: -ms-linear-gradient( 90deg, rgba(233,247,242,0.4) 0%, rgb(233,247,242) 100%);
|
||||
margin-bottom: -250px;
|
||||
/* margin-bottom: -250px; */
|
||||
}
|
||||
|
||||
.service-block-one .inner-box {
|
||||
@@ -2305,7 +2305,7 @@ a{
|
||||
margin-bottom: 30px;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
padding: 50px 30px;
|
||||
/* padding: 50px 30px; */
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
@@ -4539,6 +4539,18 @@ gap: 8px;
|
||||
text-align: left;
|
||||
/* padding: 265px 0 115px; */
|
||||
}
|
||||
.service-block-one .inner-box img
|
||||
{
|
||||
height: 30vh;
|
||||
width: 100%;
|
||||
height: 30vh;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
border-radius: 6px;
|
||||
transition: all 400ms;
|
||||
}
|
||||
|
||||
/* Gallery Section */
|
||||
.gallery-section {
|
||||
@@ -4547,7 +4559,7 @@ gap: 8px;
|
||||
}
|
||||
.video-section {
|
||||
position: relative;
|
||||
padding: 120px 0 120px;
|
||||
padding: 120px 0 0px;
|
||||
}
|
||||
|
||||
.gallery-section .filters {
|
||||
@@ -4818,7 +4830,7 @@ gap: 8px;
|
||||
}
|
||||
.contact-info-section-two.home{
|
||||
position: relative;
|
||||
padding: 0px 0 120px;
|
||||
padding: 120px 0 120px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5221,7 +5233,10 @@ gap: 8px;
|
||||
font-family: 'Abril Fatface', cursive;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.contact-info-section-two.home.popup{
|
||||
position: relative;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
/* Pagination */
|
||||
.page-pagination {
|
||||
|
||||
Reference in New Issue
Block a user