|
|
@ -127,6 +127,11 @@ h4{ |
|
|
|
transition: all 300ms ease-in-out; |
|
|
|
transition: all 300ms ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.dropdown:hover .dropdown-menu{ |
|
|
|
|
|
|
|
display: block; |
|
|
|
|
|
|
|
transition: all .5s, .5s linear; |
|
|
|
|
|
|
|
top: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.section-hero, |
|
|
|
.section-hero, |
|
|
|
.section-services { |
|
|
|
.section-services { |
|
|
@ -212,10 +217,6 @@ Responsive Codes |
|
|
|
position: sticky; |
|
|
|
position: sticky; |
|
|
|
background: #071C39; |
|
|
|
background: #071C39; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.header .logo { |
|
|
|
|
|
|
|
width: 55%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* new nav */ |
|
|
|
/* new nav */ |
|
|
@ -1396,6 +1397,21 @@ Responsive Codes |
|
|
|
.need-chef-banner .breadcrumb{ |
|
|
|
.need-chef-banner .breadcrumb{ |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.banner-section .banner-description { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 10%; |
|
|
|
|
|
|
|
left: 5%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.banner-description h2{ |
|
|
|
|
|
|
|
font-weight: 800; |
|
|
|
|
|
|
|
font-size: 22px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
line-height: 36px; |
|
|
|
|
|
|
|
color: #FFFFFF; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header .logo { |
|
|
|
|
|
|
|
height: 3rem; |
|
|
|
|
|
|
|
} |
|
|
|
.get-in-touch-section, |
|
|
|
.get-in-touch-section, |
|
|
|
.our-services-header p{ |
|
|
|
.our-services-header p{ |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
@ -1434,7 +1450,9 @@ Responsive Codes |
|
|
|
.our-recruitment-section, |
|
|
|
.our-recruitment-section, |
|
|
|
.news-and-update-section, |
|
|
|
.news-and-update-section, |
|
|
|
.clients-section, |
|
|
|
.clients-section, |
|
|
|
.quick-enquiry-setion{ |
|
|
|
.quick-enquiry-setion, |
|
|
|
|
|
|
|
.service-secondary, |
|
|
|
|
|
|
|
.service-view-last{ |
|
|
|
padding: 2rem; |
|
|
|
padding: 2rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.visa-services, |
|
|
|
.visa-services, |
|
|
@ -1490,6 +1508,15 @@ Responsive Codes |
|
|
|
.chef-hire-form{ |
|
|
|
.chef-hire-form{ |
|
|
|
padding: 20px; |
|
|
|
padding: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.service-primary{ |
|
|
|
|
|
|
|
padding: 2rem; |
|
|
|
|
|
|
|
background:rgb(231, 231, 231); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.service-primary-img, |
|
|
|
|
|
|
|
.service-secondary-img, |
|
|
|
|
|
|
|
.service-last-img{ |
|
|
|
|
|
|
|
margin: 0 0 20px 0; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* large screen */ |
|
|
|
/* large screen */ |
|
|
|