* {
    user-select: none;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 10px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    text-decoration: none;
    list-style: none;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 2px solid #101d2c;
    margin: 1rem 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/*all resets complete */


/*promo popup*/

.prm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5000;
    background: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: none;
}
.contentBox {
    position: relative;
    width: 30rem;
    height: 30rem;
    display: flex;
    background: url(images/popup-sm.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 1);
    border-radius: 20px;
}
button.prom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    height: 1.5rem;
    margin: 1rem auto;
    border: none;
    outline: none;
    background: #fff !important;
    border-radius: 20px;
}
.prm a {
    font-size: 1.5rem;
    text-decoration: none;
    list-style: none;
    color: #031aff;
    font-weight: 500
}
.closed {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.closed i {
    color: #031aff;
    font-size: 2.5rem;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
}
@media only screen and (min-width:768px) {
    .contentBox {
        position: relative;
        width: 65rem;
        height: 35rem;
        background: url(images/popup-md.png);
    }
    button.prom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        height: 3rem;
        margin: 1rem auto;
        border: none;
        outline: none;
        background: #031aff!important;
        border-radius: 20px;
    }
    .prm a {
        font-size: 2rem;
        text-decoration: none;
        list-style: none;
        color: #fff;
    }
}
@media only screen and (min-width:1024px) {
    .contentBox {
        position: relative;
        width: 80rem;
        height: 40rem;
        background: url(images/popup-lrg.png);
    }
    button.prom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        height: 3rem;
        margin: 1rem auto;
        border: none;
        outline: none;
        /*    background:red!important;*/
        border-radius: 20px;
    }
    .prm a {
        font-size: 2rem;
        text-decoration: none;
        list-style: none;
        color: #fff;
    }
}

/*---------------------start manu navigation----------------------------------------*/


/* landing contact */

.top {
    background: #fff;
    height: 8rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    /*    border-bottom:2px solid #1b5932;*/
}
.top i {
    color: #031aff;
    margin-right: .3rem;
    font-size: 1.3rem;
    padding: .5rem;
    border-radius: 50%;
    border: 3px solid #161715;
}
.top p {
    color: #015df9;
    font-family: 'Acme', sans-serif;
    font-size: 1.3rem;
    display: block;
    margin: 0 auto;
    padding: 1rem 1rem;
    line-height: 6rem;
    font-weight: 500;
    letter-spacing: .5px;
}
.top a.top-2 {
    float: left;
}
@media only screen and (min-width:768px) {
    .top {
        display: block;
    }
    .top img {
        display: none;
    }
    .top i {
        font-size: 2rem;
        padding: 1rem;
        margin-right: 1rem;
    }
    .top p {
        font-size: 1.8rem;
        line-height: 6rem;
    }
}
@media only screen and (min-width:1024px) {
    .top i {
        font-size: 2.2rem;
    }
    .top p {
        font-size: 2rem;
    }
}
@media only screen and (min-width:1280px) {
    .top i {
        font-size: 1.8rem;
    }
    .top p {
        font-size: 2rem;
    }
}

/*-------------navbar 1--------------*/


/*navigation start*/

.header {
    z-index: 999;
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    background: transparent;
    height: 8rem;
}
.header.sticky {
    top: 0;
    background: #fff;
    padding: .5rem 2rem;
    transition: all 0.5s ease-in;
    box-shadow: 2px 3px 5px #031aff;
    width: 99.5%;
    height: 6rem;
}
.header.sticky:hover {
    letter-spacing: .5px;
    color: #fff;
    font-weight: 500;
}
.header .brand {
    height: 7rem;
}
.header .brand img {
    width: 7rem;
    border-radius: 50%;
    padding: .5rem;
}
.header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .menu a {
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    color: #031aff;
    margin: 0 3rem;
    padding: .5rem 1.5rem;
    border-radius: 25px;
    transition: all 0.2s ease-in;
    font-family: 'Acme', sans-serif;
}
.menu a:hover {
    background: #031aff;
    color: #fff;
    font-weight: 200;
}
.header .btn {
    color: #015df9;
    cursor: pointer;
    display: none;
}
.header i {
    font-size: 2.5rem;
}
@media (max-width:1060px) {
    .header .btn {
        display: flex;
    }
    .header .menu {
        position: fixed;
        background: rgba(255, 255, 255, 0.85);
        flex-direction: column;
        min-width: 25rem;
        height: 100vh;
        top: 6rem;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }
    .header .menu.active {
        right: 0;
    }
    .header .menu .close-btn {
        position: absolute;
        top: 0;
        left: 0;
        margin: 2.5rem;
        color: #031aff;
    }
    .header .menu a {
        display: block;
        font-size: 2rem;
        margin: 2rem;
        padding: 0 1.5rem;
    }
}
@media (max-width:500px) {
    .header .btn {
        display: flex;
    }
    .header .menu {
        position: fixed;
        background: rgba(255, 255, 255, 0.85)!important;
        flex-direction: column;
        width: 25%;
        height: 100vh;
        top: 6rem;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }
}

/*Landing starts*/

.button {
    position: absolute;
    left: 50%;
    bottom: 7rem;
    transform: translate(-50%);
    padding: 1rem 1.5rem;
}
.button a {
    list-style: none;
    text-decoration: none;
    font-size: 1.5rem;
    color: #ff0000;
    border: 2px solid #015df9;
    font-size: 1.8rem;
    padding: .5rem 1rem;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    background: transparent;
    font-family: 'Acme', sans-serif;
}
.button a:hover {
    color: #fff;
    border: 2px solid #ff0000;
    background: #015df9;
    list-style: none;
    text-decoration: none;
}
@media only screen and (min-width:768px) {
    .button a {
        font-size: 2rem;
        padding: .5rem 1rem;
        font-weight: 500;
    }
}

/*Landing Page bg vid style large*/

.hero-small {
    display: flex;
    background: rgba(0, 0, 0, 0.0);
    margin-bottom: 0rem;
    overflow: hidden;
    height: 90vh;
}
.vid-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-position: top;
}
@media only screen and (min-width:768px) {
    /*Landing Page bg vid style large*/
    .hero-small {
        display: none;
    }
    .hero {
        display: flex;
        background: rgba(0, 0, 0, 0.0);
        margin-bottom: 0rem;
        overflow: hidden;
        height: calc(100vh - 10rem);
    }
    .vid-bg {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: 100%;
        background-position: top;
    }
}

/*landing end*/

.delivery {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    height: 10rem;
    line-height: 10rem;
}
@media only screen and (min-width:768px) {
    .delivery {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        background-position: bottom center;
        background-size: cover;
        background-attachment: fixed;
        height: 10rem;
        line-height: 10rem;
    }
}
marquee {
    background: #fff;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    display: block;
    color: #015df9;
    width: 70%;
    height: 5rem auto;
    top: 0px;
    font-weight: 600;
}
@media only screen and (min-width:768px) {
    marquee {
        background: #fff;
        background-position: bottom center;
        background-size: cover;
        background-attachment: fixed;
        margin: 0 auto;
        display: block;
        color: #015df9;
        width: 70%;
        height: 5rem auto;
        top: 0px;
    }
}
.ticker-left li {
    font-size: 2.5rem;
    font-family: 'Martel', sans-serif;
    display: inline-block;
    min-width: 50%;
    font-weight: 500;
    padding: .5rem 0 0 0;
    letter-spacing: 2px;
}
.delivery i {
    margin-left: 2rem;
    font-size: 2.5rem;
    color: #031aff;
}
span.ab {
    font-size: 2.5rem;
    color: 013aff;
    font-family: 'Martel', sans-serif;
}
span.ab2 {
    font-size: 2.5rem;
    color: #013aff;
    font-family: 'Martel', sans-serif;
}

/*Mobile Grooming*/

.mobile {
    padding: 2rem 0;
    margin: 0 auto;
    text-align: center;
    background: #222;
}
h1.mob {
    font-family: 'Fondamento', sans-serif;
    color: #fff;
    padding: 6rem 0 2rem 0;
    font-size: 4rem;
}
span.mob {
    color: #fff;
    font-family: 'Martel', sans-serif;
    font-size: 2.5rem;
    margin-left: 2.5rem;
}
p.mob {
    color: #ddd;
    margin-left: 1rem;
    padding: 1rem;
    font-size: 2rem;
}
button.mob {
    padding: 1rem 1.5rem;
    margin: 0 2rem auto;
    background: #ff0000;
    color: #fff;
    font-size: 2rem;
    border-radius: 10px;
}
button.mob a {
    color: #fff;
    list-style: none;
    text-decoration: none;
}

/*About*/

.about {
    width: 100%;
    height: 100% auto;
    background: #fff;
    padding: 0 0 2rem 0;
    margin: 0;
}
h2.us {
    margin: 0 auto;
    font-family: 'Fondamento', sans-serif;
    color: #015df9;
    font-size: 4rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 6rem 0 2rem 0;
    font-weight: 600;
}
.bg-us {
    width: 100%;
    height: 40rem;
    background: url(images/bg-about.jfif);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 3rem;
    border-radius: 4px;
}
h2.abouts {
    text-align: center;
    padding: 2rem;
    color: #015df9;
    font-family: 'Fondamento', sans-serif;
    font-size: 3.5rem;
    letter-spacing: 1rem;
}
h1.us {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: 'Martel', sans-serif;
    color: rgba(16, 29, 44, 0.85);
    font-weight: 600;
}
@media only screen and (min-width:768px) {
    .bg-us {
        width: 100%;
        height: 40rem;
        background: url(images/bg-about.jfif);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 2rem;
        border-radius: 10px;
    }
    h2.abouts {
        text-align: center;
        padding: 10rem 0 0 0;
        color: #015df9;
        font-family: 'Fondamento', sans-serif;
        font-size: 4rem;
        letter-spacing: 1rem;
    }
    h1.us {
        padding: 1rem;
        font-size: 1.5rem;
        font-family: 'Martel', sans-serif;
        color: rgba(16, 29, 44, 0.85);
        line-height: 2rem;
        font-weight: 600;
    }
}
.choose {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
    border-bottom: 2px solid rgba(1, 93, 249, 0.5);
    background: #fff;
}
h2.why {
    text-align: center;
    padding: 2rem 0 1rem 0;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
}
p.why {
    text-align: left;
    padding: .5rem 0 .3rem 0;
    font-family: 'Martel', sans-serif;
    color: rgba(16, 29, 44, 0.85);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-left: 3rem;
}
.hours {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
    border-bottom: 2px solid rgba(1, 93, 249, 0.5);
    background: #fff;
}
h2.time {
    text-align: center;
    padding: 2rem 0 1rem 0;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
}
p.time {
    text-align: left;
    padding: .5rem 0 .3rem 0;
    font-family: 'Martel', sans-serif;
    color: rgba(16, 29, 44, 0.85);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2rem;
}
span.hour {
    padding: .5rem 0 .3rem 0;
    margin-right: 2rem;
    font-family: 'Martel', sans-serif;
    color: rgba(3, 26, 255, 0.85);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2rem;
    float: right;
}
h2.finds {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
}
.find iframe {
    padding: 1rem;
}

/*--------------------------------------------------------------------------------*/

@media only screen and (min-width:768px) {
    .choose {
        width: 100%;
        padding: 0;
        margin-top: 4rem;
        background: #fff;
        border-bottom: none;
    }
    h2.why {
        text-align: left;
        padding: 2rem 0 1rem 0;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 2.5rem;
    }
    p.why {
        text-align: left;
        padding: .5rem 0 .3rem 0;
        font-family: 'Martel', sans-serif;
        color: rgba(16, 29, 44, 0.85);
        font-weight: 600;
        letter-spacing: 0;
        font-size: 1.2rem;
    }
    .hours {
        width: 100%;
        padding: 0;
        margin-top: 4rem;
        background: #fff;
        border-bottom: none;
    }
    h2.time {
        text-align: left;
        padding: 2rem 0 1rem 0;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 2.5rem;
    }
    p.time {
        text-align: left;
        padding: .5rem 0 .3rem 0;
        font-family: 'Martel', sans-serif;
        color: rgba(16, 29, 44, 0.85);
        font-weight: 600;
        letter-spacing: 0;
        font-size: 1.2rem;
    }
    span.hour {
        font-size: 1.3rem;
    }
    h2.finds {
        text-align: center;
        padding: 6rem 0 1rem 0;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 2.5rem;
    }
    .find iframe {
        padding: 0rem;
    }
}
@media only screen and (min-width:1024px) {
    .choose {
        border-right: 2px solid rgba(0, 0, 0, .5);
    }
    h2.why {
        text-align: center;
        padding: 2rem 0 1rem 0;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 3rem;
    }
    p.why {
        text-align: left;
        font-size: 1.4rem;
        margin-left: 2rem;
    }
    .hours {
        border-right: 2px inset rgba(0, 0, 0, .5);
    }
    h2.time {
        text-align: center;
        padding: 2rem 0 1rem 0;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 3rem;
    }
    p.time {
        text-align: left;
        font-size: 1.5rem;
    }
    span.hour {
        font-size: 1.3rem;
    }
    h2.finds {
        font-size: 3rem;
    }
    .find iframe {
        padding: 0rem;
    }
}
.social-us {
    width: 100%;
    height: 4rem;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 4rem;
    margin-top: 2rem;
}
.social-us a {
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-instagram {
    color: #c13584;
}
@media only screen and (min-width:768px) {
    .social-us {
        height: 6rem;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 6rem;
        margin-top: 2rem;
    }
    .social-us a {
        margin: 0 auto;
        font-size: 5rem;
        font-weight: bold;
    }
}

/*-----------------------------------------About end-------------------------------*/


/*-----------------------------------------haroo stockists-------------------------*/

.karoo {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
h2.karo {
    padding: 3rem 0 1rem 0;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
}

/*-----------------------------------------haroo stockists end-------------------------*/


/*--------------------------------------Services Start----------------------------*/

.services {
    background: #fff;
    padding-top: 8rem;
    padding-bottom: 3rem;
    margin: 0;
}
h2.serv {
    margin: 0 auto;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
}
h2.type {
    text-align: left;
    margin-left: 3rem;
    padding: 4rem 0 3rem 0;
    font-size: 2.5rem;
    color: #015df9;
    font-family: 'Acme', sans-serif;
}
.serv-wrapper {
    height: 100%;
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-1 {
    background: #fff;
    width: 100%;
    padding: 1rem .5rem 2rem .5rem;
    margin: .3rem;
    border-radius: 10px;
    /*    border:2px solid rgba(1,93,249,0.65);*/
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
}
.service-2 {
    background: #fff;
    width: 100%;
    padding: 1rem .5rem 2rem .5rem;
    margin: .3rem;
    border-radius: 10px;
    /*    border:2px solid rgba(1,93,249,0.65);*/
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
}
.service-3 {
    background: #fff;
    width: 100%;
    padding: 1rem .5rem 2rem .5rem;
    margin: .3rem;
    border-radius: 10px;
    /*    border:2px solid rgba(1,93,249,0.65);*/
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
}
.image-service img {
    width: 100%;
    border-radius: 3px;
}
h2.desc {
    text-align: center;
    padding: 3rem 0 1rem 0;
    font-size: 1.7rem;
    color: rgba(1, 93, 249, 0.65);
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Martel', sans-serif;
}
p.desc-1 {
    text-align: left;
    margin-left: 5rem;
    color: rgba(16, 29, 44, 0.65);
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding: 1rem;
    line-height: .2rem;
}
p.price {
    text-align: center;
    color: rgba(16, 29, 44, 0.65);
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding: 1rem;
    line-height: .2rem;
}
p.price2 {
    text-align: center;
    color: #031aff;
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding: 1rem;
    line-height: .2rem;
}
p.price3 {
    text-align: center;
    color: rgba(16, 29, 44, 0.65);
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    padding: 1rem;
    line-height: .2rem;
}
span.cost {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    margin-left: 2rem;
    text-align: match-parent;
    font-family: 'Martel', sans-serif;
    color: #ff0000;
}
.service-2 img {
    margin-top: 5rem;
}
.services hr {
    border-top: 3px solid rgba(1, 93, 246, 0.65);
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
}
.extra-serv {
    background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(5, 5, 5, .75) 53%, rgba(1, 1, 1, .75) 100%), url(images/pet-products.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
}
h2.extra {
    text-align: center;
    padding: 3rem 0 1rem 0;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1.5px;
    font-weight: 700;
    font-family: 'Martel', sans-serif;
    padding-top: 30%;
}
p.extra {
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    font-size: 1.5rem;
    padding: 1rem;
}
.services i {
    color: lawngreen;
    font-size: 1.6rem;
    padding: 1rem;
}

/*----------------------------------------------------------------------*/

@media only screen and (min-width:768px) {
    h2.serv {
        font-size: 5rem;
        letter-spacing: 1px;
    }
    h2.type {
        margin-left: 6rem;
        font-size: 3rem;
    }
    h2.desc {
        padding: 4rem 0 2rem 0;
        font-size: 1.9rem;
        color: rgba(1, 93, 249, 0.75);
    }
    p.desc-1 {
        text-align: left;
        margin-left: 2rem;
        color: rgba(16, 29, 44, 0.75);
        letter-spacing: .5px;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: .2rem;
    }
    p.price {
        text-align: center;
        color: rgba(16, 29, 44, 0.75);
        font-family: 'Acme', sans-serif;
        letter-spacing: .5px;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: .2rem;
    }
    p.price2 {
        text-align: center;
        color: #031aff;
        font-family: 'Acme', sans-serif;
        letter-spacing: .5px;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: .2rem;
    }
    p.price3 {
        text-align: center;
        color: rgba(16, 29, 44, 0.75);
        font-family: 'Acme', sans-serif;
        letter-spacing: .5px;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: .2rem;
    }
    span.cost {
        font-size: 1.5rem;
        font-weight: 800;
        margin-left: 1.3rem;
    }
    .service-2 img {
        margin-top: 3rem;
    }
    .services hr {
        border-top: 3px solid rgba(1, 93, 246, 0.65);
        width: 80%;
        margin: 0 auto;
        padding: 1rem;
    }
    .extra-serv {
        background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(5, 5, 5, .75) 53%, rgba(1, 1, 1, .75) 100%), url(images/lpnew-5.jpeg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100% auto;
        margin-top: 0rem;
        border-radius: 10px;
    }
    h2.extra {
        text-align: center;
        padding: 2rem 0 1rem 0;
        font-size: 2.5rem;
        color: rgba(255, 255, 255, 0.85);
        letter-spacing: 1px;
        font-weight: 800;
        padding-top: 17%;
    }
    p.extra {
        text-align: left;
        color: rgba(255, 255, 255, 0.95);
        font-family: 'Acme', sans-serif;
        letter-spacing: 1px;
        font-size: 1.7rem;
        padding: .5rem;
        margin-left: 1rem;
    }
    .services i {
        color: lawngreen;
        font-size: 1.8rem;
        padding: .5rem;
    }
}
@media only screen and (min-width:1024px) {
    h2.type {
        margin-left: 6rem;
        font-size: 4rem;
    }
    h2.desc {
        padding: 4rem 0 2rem 0;
        font-size: 2rem;
        color: rgba(1, 93, 249, 0.85);
    }
    p.desc-1 {
        text-align: left;
        margin-left: 6rem;
        color: rgba(16, 29, 44, 0.85);
        letter-spacing: 1px;
        font-size: 1.8rem;
        padding: 1.5rem;
        line-height: .3rem;
    }
    p.price {
        color: rgba(16, 29, 44, 0.85);
        text-align: left;
        margin-left: 30%;
        letter-spacing: 1px;
        font-size: 1.8rem;
        padding: 1.5rem;
        line-height: .3rem;
    }
    p.price2 {
        color: #031aff;
        text-align: left;
        margin-left: 30%;
        letter-spacing: 1px;
        font-size: 1.8rem;
        padding: 1.5rem;
        line-height: .3rem;
    }
    p.price3 {
        color: rgba(16, 29, 44, 0.85);
        text-align: left;
        margin-left: 30%;
        letter-spacing: 1px;
        font-size: 1.8rem;
        padding: 1.5rem;
        line-height: .3rem;
    }
    span.cost {
        font-size: 1.7rem;
        font-weight: 800;
        margin-left: 1rem;
    }
    .service-2 img {
        margin-top: 5rem;
    }
    h2.extra {
        text-align: center;
        padding: 5rem 0 5rem 0;
        font-size: 2.5rem;
        color: rgba(255, 255, 255, 0.85);
        letter-spacing: 1px;
        font-weight: 800;
        padding-top: 20%;
    }
    p.extra {
        text-align: left;
        color: rgba(255, 255, 255, 0.95);
        font-family: 'Acme', sans-serif;
        letter-spacing: 1px;
        font-size: 2rem;
        padding: 1rem;
        margin-left: 1rem;
    }
    .services i {
        color: lawngreen;
        font-size: 2rem;
        padding: 1rem;
    }
}

/*----------------------services end------------------------------*/


/*-------------------------------team section---------------------*/

.team {
    background: #fff;
    width: 100%;
    padding: 1rem;
    height: 100% auto;
    /*    display:none;*/
}
h2.meet {
    margin: 0 auto;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 6rem 0 0 0;
}
.team img {
    width: 50%;
    border-radius: 50%;
    padding: 2rem 0rem 1rem 0rem;
}
.menu-item-desc {
    width: 90%;
    padding: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
h4.menu-item {
    text-align: center;
    padding: 3rem 0 1rem 0;
    font-size: 1.7rem;
    color: rgba(1, 93, 249, 0.65);
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Martel', sans-serif;
}
p.menu-item {
    text-align: left;
    margin-left: 1rem;
    color: #161715;
    font-family: 'Martel', sans-serif;
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: 600;
}
@media only screen and (min-width:768px) {
    h2.meet {
        font-size: 4rem;
    }
    .team img {
        width: 75%;
        border-radius: 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
        padding: 2.5rem 0rem 0rem 0rem;
    }
    h4.menu-item {
        padding: 3rem 0 1rem 0;
        font-size: 2rem;
        color: rgba(1, 93, 249, 0.75);
    }
    p.menu-item {
        letter-spacing: 1.2px;
        font-size: 1.35rem;
        padding: 1rem;
    }
}
@media only screen and (min-width:1024px) {
    h2.meet {
        font-size: 4rem;
    }
    .team img {
        width: 50%;
        border-radius: 50%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 75% 100%, 53% 100%, 0 100%);
        padding: 3rem 0rem 0rem 0rem;
    }
    h4.menu-item {
        padding: 3.5rem 0 1rem 0;
        font-size: 2.5rem;
        color: rgba(1, 93, 249, 0.85);
    }
    p.menu-item {
        letter-spacing: 1.2px;
        font-size: 1.4rem;
        padding: 1rem;
    }
}
.team hr {
    border-top: 3px solid rgba(1, 93, 246, 0.75);
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
}

/*--------------------------------------------------album end---------------------------------------*/


/*-----------------------------album start-------------------------------------------------------*/

.album {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 1rem;
    margin: 0 auto;
}
.inner-width {
    width: 100%;
    margin: auto;
    padding: 1rem 2rem;
}
h2.pics {
    margin: 0 auto;
    font-family: 'Fondamento', sans-serif;
    color: #031aff;
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 6rem 1rem 1rem 3rem;
}
.gallery {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.gallery-section .image {
    flex: 50%;
    overflow: hidden;
    cursor: pointer;
}
.image img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.gallery-section .image:hover img {
    transform: scale(1.4) rotate(15deg);
}
@media only screen and (min-width:768px) {
    h2.pics {
        margin: 0 auto;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-size: 3.5rem;
        letter-spacing: 1px;
        text-align: center;
        padding: 6.5rem 1rem 3rem 1rem;
    }
    .gallery-section .image {
        flex: 50%;
        overflow: hidden;
        cursor: pointer;
    }
}
@media only screen and (min-width:1024px) {
    h2.pics {
        margin: 0 auto;
        font-family: 'Fondamento', sans-serif;
        color: #031aff;
        font-size: 4rem;
        letter-spacing: 1px;
        text-align: center;
        padding: 7rem 1rem 4rem 1rem;
    }
    .gallery-section .image {
        flex: 25%;
        overflow: hidden;
        cursor: pointer;
    }
}
.album hr {
    border-top: 3px solid rgba(1, 93, 246, 0.75);
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
}

/*--------------------------------------contact--------------------------------------------------------------*/

.contact {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(5, 5, 5, .5) 53%, rgba(1, 1, 1, .5) 100%), url(images/bg-cont-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 6rem 0 0 0;
    display: flex;
    flex-direction: column;
}
h2.cont {
    margin: 0 auto;
    font-family: 'Fondamento', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 6rem 1rem 1rem 3rem;
}
.formBox {
    background: transparent;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2rem 2rem #000;
}
#form-box {
    padding: 2rem;
    padding-bottom: 0px;
}
.inp,
#msg-box {
    display: block;
    width: 95%;
    padding: 1.5rem;
    border: none;
    font-size: 1.5rem;
    color: #92bcda!important;
    margin-bottom: 2rem;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #015df9!important;
}
::-webkit-input-placeholder {
    color: #015df9!important;
}
#msg-box {
    resize: none;
    height: 170px;
}
.sub-btn {
    width: 100px;
    padding: 1rem 2rem;
    cursor: pointer;
    margin: 0 auto;
    border: 3px solid #92bcda;
    border-radius: 4px;
    background: linear-gradient(120deg, transparent, rgba(1, 93, 249, 0.85));
    color: rgba(255, 255, 255, 0.85);
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-family: 'Martel', sans-serif;
    text-transform: uppercase;
}
@media only screen and (min-width:768px) {
    h2.cont {
        font-size: 3.5rem;
        padding: 8rem 1rem 1rem 3rem;
    }
    .formBox {
        width: 100%;
        margin: 6rem 0 0 0;
        border-radius: 5px;
        box-shadow: 0 2rem 2rem #000;
    }
    .inp,
    #msg-box {
        padding: 1.8rem;
        font-size: 1.8rem;
        margin-bottom: 2.3rem;
    }
    .sub-btn {
        width: 95%;
        padding: 1rem;
        border: 4px solid #92bcda;
        border-radius: 8px;
        background: linear-gradient(120deg, transparent, rgba(1, 93, 249, 0.95));
        color: rgba(255, 255, 255, 0.85);
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }
}
.contact .contact-info {
    width: 100%;
    padding: 2rem 0 2rem 0;
    background: rgba(146, 188, 218, .85);
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 3rem;
}
.contact-info i {
    font-size: 2rem;
    color: rgba(1, 93, 249, 0.80);
    padding: 1.5rem;
    border: 2px solid #015df9;
    border-radius: 50%;
}
p.infos {
    padding: 1rem 0 0 0;
    font-size: 1.6rem;
    font-family: 'Martel', sans-serif;
    color: #101d2c;
    margin-bottom: 2.5rem;
}
.social {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.contact .social i {
    font-size: 3rem;
    color: inherit;
    border: none;
}
.contact hr {
    border-top: 3px solid rgba(255, 255, 255, 0.85);
    width: 80%;
    margin: 0 auto;
    padding: 2rem;
}
.social i.fa-facebook-square {
    color: #3b5998;
}
.social i.fa-instagram {
    color: #c13584;
}
@media only screen and (min-width:768px) {
    .contact .contact-info {
        width: 100%;
        padding: 2rem 0 2rem 0;
        background: rgba(146, 188, 218, .85);
        text-align: center;
        margin-top: 12rem;
        margin-bottom: 3rem;
    }
    .contact .social i {
        font-size: 4rem;
    }
}
.g-recaptcha {
    padding: 0rem 1rem 1rem 0rem;
    width: 100%;
}

/*--------------------------------------footer--------------------------------------------------*/

.footer {
    width: 100%;
    padding: 0;
    background: #fff;
    margin: 0;
    height: 100% auto;
}
p.copy {
    text-align: center;
    margin: 0 auto;
    padding: 4rem 0 3rem 0;
    font-size: 1.6rem;
    font-family: 'Fondamento', sans-serif;
    color: #101d2c;
}
.term {
    margin: 0 auto;
    padding: 2rem;
    color: #101d2c;
    text-align: center;
}
.develop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
p.dev {
    color: #101d2c;
    font-size: 1rem;
    font-family: 'Acme', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
}
.develop img {
    padding: 1rem;
    width: 20rem;
}
.promo {
    width: 100%;
    height: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    opacity: 0;
}
.promo img {
    padding: 1rem;
    display: none;
}
