body, html{
    margin:0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
ul, ol{
    list-style: none;
    padding:0;
    margin:0;
}
input:focus, button:focus, textarea:focus{
    outline: none;
}
img{
    max-width: 100%;
}
a:hover,a:focus{
    text-decoration: none;
}
.top-nav{
    background-color:  #337AB7;
}
.top-nav{
padding: .8rem 0;
}
.top-nav-l a{
margin-right: 1.3rem;
}
.top-nav-l svg{
width: 1.1rem;
height: 1.1rem;
transition: all .3s ease;
}
.top-nav-l svg path{
transition: all .3s ease;
}
.top-nav-l svg:hover path,
.top-nav-r a:hover{
opacity: .6
}
.top-nav-r a{
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: .7rem;
margin-left: 1.8rem;
transition: all .3s ease;
display: flex;
align-items: center;
}
.top-nav-r a svg{
width: .9rem;
margin-right: .3rem;
}
.top-nav-r a:nth-child(2) svg{
width: 1.1rem;
}
.navbar1{
background-color: #fff;
box-shadow: 0 0 8px rgba(0,0,0,.3);
padding: 1rem 0;
}
.navbar1 .logo{
width: 9.4rem;
}
.navbar1 .nav-menu{
float: right;
display: flex;
}
.navbar1 .nav-menu li{
margin-left: 1.5rem;
}
.navbar1 .nav-menu a{
color: #323336;
text-decoration: none;
font-weight: 500;
font-size: 1.1rem
}
.navbar1 .nav-menu a:hover{
text-decoration: underline;
}
.hero-sec{
    background-image: url(../images/hero-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.hero-sec{
padding: 10rem 0;
}
.hero-sec h1 {
    color: #fff;
    font-weight: 600;
    font-size: 4.7rem;
    max-width: 50%;
    line-height: .9;
    text-shadow: 0 0 2px #000;
}
.hero-sec a{
    text-decoration: none;
}
.hero-sec .hero-box{
max-width: 25rem;
background: linear-gradient(to right, #CCCCCC, #EAEAEA);
box-shadow: 0 0 10px rgba(0,0,0,.3);
border-top-left-radius: 3rem;
border-bottom-left-radius: 3rem;
padding: 3rem 4rem;
}
.hero-sec .hero-box p{
color: #337AB7;
font-weight: 500;
font-size: 1.23rem;
line-height: 1.2;
margin-bottom:  3rem;
}
.hero-sec .hero-box button{
width: 90%;
margin: auto;
display: block;
border-radius: 5rem;
border: 3px solid #FF0000;
background-color: #fff;
box-shadow: 0 0 7px rgba(0,0,0,.2);
padding: .7rem;
font-size: 1.4rem;
font-weight: 600;
color: #FF0000;
transition: all .3s ease;
}
.hero-sec .hero-box button:hover{
box-shadow: 0 0 14px rgba(0,0,0,.4);
}
.hero-sec .hero-box button img{
width: 3rem;
}
.needs-sec{
padding: 3rem 0;
}
.needs-sec h6{
color: #337AB7;
font-weight: 600;
font-size: 1.35rem;
margin-bottom: 1rem;
}
.needs-sec p{
margin-bottom:0;
color: #323336;
line-height: 1.2;
max-width: 45rem;
}
.needs-sec img{
width: 7.6rem;
margin-right: 2rem;
}
.needs-sec a:last-child img{
margin:0;
}
.needs-sec a{
text-decoration: none;
}
.services-sec{
background-color: #337AB7;
}
.services-sec .services-img{
width: calc(100% - 4rem);
}
.services-sec-content div{
max-width: 35.5rem;
padding: 6rem 15px;
padding-left: 3.5rem;
}
.services-sec-content h4{
color: #fff;
font-weight: 600;
line-height: 1;
font-size: 1.65rem;
margin-bottom: 2rem;
}
.services-sec-content p{
color: #fff;
line-height: 1.2;
font-size: .96rem; 
margin-bottom: 3rem;
}
.services-sec-content ul{
display: inline-block;
}
.services-sec-content ul li {
width: 42%;
float: left;
}
.services-sec-content ul li p{
margin-bottom: 0;
font-size: .9rem;
line-height: 1.4;
margin-bottom: 2rem;
}
.services-sec-content ul li:nth-child(even){
float: right;
}
.services-sec-content ul li h6{
color: #fff;
margin-bottom: 1rem;
}
.services-sec-content ul li img{
width: 1.9rem;
margin-right: 1.1rem;
}
.services-img-bg,
.map-sec-img-bg {
    background-image: url(../images/kitchen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 4rem);
}
.map-sec-img-bg{
    background-image: url(../images/map.png);
    width: calc(100%);
}
.services-sec-inner,
.map-sec-inner{
    position: relative;
}
.form-sec .form:after{
    background-image: url(../images/box.png);
}
.form-sec{
padding: 5rem 0;
}
.form-sec h3{
color: #337AB7;
font-weight: 600;
font-size: 1.9rem;
width: 13rem;
max-width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}
.form-sec h3 img{
margin-left: .5rem;
width: 1.9rem;
}
.form-sec p{
font-size: 1rem;
color: #337AB7;
font-weight: 400;
max-width: 24rem;
margin-bottom: 2.5rem;
}
.form-sec p:last-child{
margin-bottom: 0;
}
.form-sec .form-sec-inner img{
width: 100%;
}
.form-sec .form{
margin-top: -4rem;
position: relative;
overflow: hidden;
width: calc(100% - 2rem);
float: right;
border-top-left-radius: 3rem;
border-bottom-right-radius: 3rem;
padding: 6rem 3.5rem;
}
.form-sec .form div{
position: relative;
z-index:1;
}
.form-sec .form{
background: inherit;
overflow: hidden;
}
.form-sec .form:after {
    content: "";
    position: absolute;
    background: url(../images/img.png);
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(40px);
    margin: -80px;
    opacity: 1;
    background-size: 100%;
    background-position: 0% -21rem;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
}
.form-sec .form h5{
color: #337AB7;
font-weight: 600;
font-size: 1.8rem;
margin-bottom: 2.5rem;
display: flex;
}
.form-sec .form input{
width: 100%;
border:0;
border-bottom: 2px solid #337AB7;
margin-bottom: 2rem;
background-color: transparent;
color: #337AB7;
font-size: .95rem;
padding: .3rem 0;
}
.form-sec .form input::placeholder{
color: #337AB7;
}
.form-sec .form button{
width: 15rem;
    margin: auto;
    display: block;
    border-radius: 5rem;
    border: 3px solid #FF0000;
    background-color: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    padding: 0.7rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #FF0000;
    transition: all .3s ease;
float: right;
margin-top: 1rem;
}
.form-sec .form button:hover{
box-shadow: 0 0 14px rgb(0 0 0 / 40%);
}
.map-sec{
background-color: #EAF1F9;
}
.map-sec-content{
padding: 4rem 0;
padding-left: 7rem;
}
.map-sec-content h5{
color: #337AB7;
font-size: 1.4rem;
font-weight: 500;
text-shadow: 0 0 5px rgba(0,0,0,0.2);
display: flex;
align-items: center;
margin-bottom: 2rem;
}
.map-sec-content h5 span{
width: 3rem;
}
.map-sec-content h5 img{
max-width: 3rem;
max-height: 4rem;
margin-left: -.5rem;
margin-bottom: -.3rem;
}
.map-sec-content h5 img.clock-icon{
margin-left: 0;
margin-bottom: 0rem;
}
.map-sec-content p{
color: #337AB7;
font-weight: 400;
max-width: 27rem;
}
.footer{
padding: 2rem 0;
}
.footer p, .footer p a{
margin:0;
font-size: .9rem;
font-weight: 400;
color: #323336;
text-decoration: none
}
.footer p img{
width: 16px;
position: relative;
top: -1px;
}
.footer-icons{
padding-left: 2.5rem;
display: flex;
}
.footer-icons a{
text-decoration: none;
margin-right: 1rem;
}
.footer-icons a svg,
.footer-icons a img{
height: 2rem;
}
.footer-icons a:last-child{
margin:0;
}
.map-sec-content p:last-child{
    margin-bottom: 0;
}
.mobile-menu{
    display: none !important;
}
.mobile-menu-col img:nth-child(2){
    display: none;
}
.map-sec-content h5 a{
text-decoration: none;
color: #337AB7;
}
:root {
    scroll-behavior: initial;
}