|
|
@ -764,8 +764,12 @@ Responsive Codes |
|
|
|
} |
|
|
|
} |
|
|
|
/* about us page css */ |
|
|
|
/* about us page css */ |
|
|
|
.about-banner-section{ |
|
|
|
.about-banner-section{ |
|
|
|
padding: 3rem 6rem; |
|
|
|
background: url('../images/aboutus-banner.png'); |
|
|
|
background: #0A2849; |
|
|
|
padding: 6rem; |
|
|
|
|
|
|
|
height: 40vh; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
background-size: cover!important; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
.who-we-section{ |
|
|
|
.who-we-section{ |
|
|
|
padding: 3rem 6rem; |
|
|
|
padding: 3rem 6rem; |
|
|
@ -812,8 +816,12 @@ Responsive Codes |
|
|
|
} |
|
|
|
} |
|
|
|
/* contact us css */ |
|
|
|
/* contact us css */ |
|
|
|
.contact-us-section{ |
|
|
|
.contact-us-section{ |
|
|
|
padding: 3rem 6rem; |
|
|
|
background: url('../images/contact-us-banner.png'); |
|
|
|
background: #0A2849; |
|
|
|
padding: 6rem; |
|
|
|
|
|
|
|
height: 40vh; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
background-size: cover!important; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
.get-in-touch-section{ |
|
|
|
.get-in-touch-section{ |
|
|
|
padding: 3rem 6rem; |
|
|
|
padding: 3rem 6rem; |
|
|
@ -936,16 +944,21 @@ Responsive Codes |
|
|
|
height: 40vh; |
|
|
|
height: 40vh; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: cover!important; |
|
|
|
background-size: cover!important; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
.chef-banner-content h2{ |
|
|
|
.chef-banner-content h2, |
|
|
|
|
|
|
|
.about-banner-content h2, |
|
|
|
|
|
|
|
.contact-banner-content h2{ |
|
|
|
font-weight: 700; |
|
|
|
font-weight: 700; |
|
|
|
font-size: 80px; |
|
|
|
font-size: 60px; |
|
|
|
line-height: 3rem; |
|
|
|
line-height: 3rem; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
margin-top: 4rem; |
|
|
|
|
|
|
|
margin-bottom: 25px; |
|
|
|
|
|
|
|
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); |
|
|
|
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 50%; |
|
|
|
|
|
|
|
left: 50%; |
|
|
|
|
|
|
|
transform: translate(-50%, -50%); |
|
|
|
} |
|
|
|
} |
|
|
|
.chef-banner-content p{ |
|
|
|
.chef-banner-content p{ |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|