* {
    user-select: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
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;
}
body {
    line-height: 1;
    font-family: 'Cormorant Garamond', sans-serif;
}
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;
    list-style: 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 #444;
    margin: 1rem 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/*all resets complete */


/* page loader*/

.spinner-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #222222;
    background: url(../images/load-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.spinner::before,
.spinner:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.spinner:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 212, 255) 0%, transparent 43%, rgba(255, 0, 0, 1) 99%, transparent 99%);
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 90%;
    height: 90%;
    background-color: #222222;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.spinner span {
    color: transparent;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    z-index: 1000;
    animation: text .5s linear infinite;
    text-align: center;
    margin: 0 auto;
    padding: 3rem 0 0 0;
    font-size: 2rem;
}
@keyframes text {
    50% {
        color: #ff8210;
    }
    100% {
        color: transparent;
    }
}

/* presets*/

a {
    color: #fff !important;
}
p {
    margin: 0;
}

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


/*promo popup*/

.promo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5000;
    background-color: #222;
    border-radius: 20px;
    display: none;
}
.contentBox {
    position: relative;
    width: 30rem;
    height: 35rem;
    display: flex;
    background: url(../images/offer-1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 1);
    border-radius: 20px;
}
button.prom {
    position: absolute;
    bottom: 0rem;
    ;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    height: 2rem;
    margin: 1rem auto;
    border: none;
    outline: none;
    background: red !important;
    border-radius: 20px;
    list-style: none;
    text-decoration: none;
}
.promo a {
    font-size: 1.3rem;
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding: 0rem 0 .5rem 0;
}
.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: red;
    font-size: 2.5rem;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
}
@media only screen and (min-width:768px) {
    .contentBox {
        position: relative;
        width: 55rem;
        height: 55rem;
    }
    button.prom {
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        height: 3.5rem;
        margin: 1rem auto;
        border: none;
        outline: none;
        border-radius: 20px;
    }
    .promo a {
        font-size: 1.65rem;
        text-decoration: none;
        list-style: none;
        font-weight: 600;
    }
}

/* landing contact */

.top {
    background: #222;
    height: 100% auto;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    height: 8rem;
}
.top i {
    color: #ff8210;
    margin-right: 10px;
    font-size: 15px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid rgba(255, 130, 16, 0.4);
}
.top p {
    color: #fff;
    font-family: 'Abel', sans-serif;
    font-size: 10px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    font-weight: 600;
}
.top a.top-2 {
    float: right;
}
@media only screen and (min-width:768px) {
    .top {
        /*    background:#101d2c;*/
        height: 100% auto;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-decoration: none;
        list-style: none;
    }
    .top i {
        /*    color:#ffd700;*/
        margin-right: 15px;
        font-size: 18px;
        padding: 10px;
        border-radius: 50%;
        /*    border:1px solid rgba(255, 255, 255, 0.4);*/
    }
    .top p {
        /*    color:rgba(255, 255, 255, 0.4);*/
        font-family: 'Abel', sans-serif;
        font-size: 1.7rem;
        display: block;
        margin: 0 auto;
        padding: 15px;
        font-weight: 600;
    }
    .top a.top-2 {
        float: right;
    }
}

/* navbar */

.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: #222;
    height: 8rem;
}
.header.sticky {
    top: 0;
    background: #ff8210;
    padding: .5rem 2rem;
    transition: all 0.5s ease-in;
    box-shadow: 2px 3px 5px #222;
    width: 100%;
    height: 8rem;
}
.header.sticky:hover {
    letter-spacing: .5px;
    color: #fff;
    font-weight: 500;
}
.header .brand {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .brand img {
    width: 20rem;
}
.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: #fff;
    margin: 0 3rem;
    padding: .5rem 1.5rem;
    border-radius: 10px;
    transition: all 0.2s ease-in;
    font-family: 'Signika', sans-serif;
    letter-spacing: 1px;
}
.menu a:hover {
    background: #ff8210;
    color: #fff;
    font-weight: 200;
}
.header .btn {
    color: #fff;
    cursor: pointer;
    display: none;
}
.header i {
    font-size: 2.5rem;
}
@media (max-width:1060px) {
    .header .btn {
        display: flex;
        margin-right: 4rem;
    }
    .header .menu {
        position: fixed;
        background: #ff8210;
        flex-direction: column;
        min-width: 25rem;
        height: 100vh;
        top: 8rem;
        right: -100%;
        padding: 8rem 2rem;
        transition: all 0.5s ease;
    }
    .header .menu.active {
        right: 0;
    }
    .header .menu .close-btn {
        position: absolute;
        top: 0;
        left: 0;
        margin: 1.5rem;
        color: #fff;
    }
    .header .menu a {
        display: block;
        font-size: 2rem;
        margin: 1rem;
        padding: 0 1.5rem;
    }
}
@media (max-width:500px) {
    .header .btn {
        display: flex;
        margin-right: 2rem;
    }
    .header .menu {
        flex-direction: column;
        width: 25%;
        height: 100vh;
        top: 0rem;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }
}

/*Landing Page bg vid style large*/

.hero-small {
    display: flex;
    background: rgba(0, 0, 0, 0.0);
    margin-bottom: 0rem;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 16rem);
}
.vid-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
    min-height: 100%;
    background-position: top;
}
.hero a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 2rem;
    padding: .5rem 1rem;
    . color: #fff!important;
    background: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    z-index: 99;
    list-style: none;
    text-decoration: none!important;
}
@media only screen and (min-width:768px) {
    /* logo styling */
    .navbar-brand {
        width: 100%;
        position: absolute;
        max-width: 30rem;
        top: 2.5rem;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s;
    }
    .hero-small {
        display: none;
        background: rgba(0, 0, 0, 0.0);
        margin-bottom: 0rem;
        position: relative;
        overflow: hidden;
        height: calc(100vh - 10rem);
    }
    .hero {
        display: flex;
        background: rgba(0, 0, 0, 0.0);
        margin-bottom: 0rem;
        position: relative;
        overflow: hidden;
        height: calc(100vh - 20rem);
    }
    .vid-bg {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        max-width: 100%;
        min-height: 100%;
        background-position: top;
    }
}
@media only screen and (min-width:1024px) {
    .hero a {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 2rem;
        padding: .5rem 1rem;
        . color: #fff!important;
        background: #ff0000;
        border: 2px solid #ff0000;
        border-radius: 15px;
        font-size: 1.8rem;
        font-weight: 600;
        z-index: 99;
        list-style: none;
        text-decoration: none!important;
        /*    display: none;*/
    }
    .hero {
        display: flex;
        background: rgba(0, 0, 0, 0.0);
        margin-bottom: 0rem;
        position: relative;
        overflow: hidden;
        height: calc(100vh - 10rem);
    }
}
@media only screen and (min-width:1850px) {
    .hero {
        display: flex;
        background: rgba(0, 0, 0, 0.0);
        margin-bottom: 0rem;
        position: relative;
        overflow: hidden;
        height: calc(100vh - 25rem);
    }
}
main {
    max-width: 99%;
    overflow: hidden;
}

/* about */

section {
    padding: 6rem 0;
}

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


/* services start*/

.services {
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    margin-top: 5rem;
}
.services h2 {
    padding: 1rem;
    margin-top: 2px;
    color: #ff8210;
    font-family: 'Signika', sans-serif;
    font-size: 4rem;
    font-weight: 500;
}
.services h3 {
    padding: 1rem;
    margin-top: 2px;
    color: #ff0000;
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;
    font-weight: 600;
}

/* serv-bg section*/

#serv-bg1 {
    background: url(../images/websites.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
#serv-bg2 {
    background: url(../images/seo.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
#serv-bg3 {
    background: url(../images/socialmed.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
#serv-bg4 {
    background: url(../images/smman.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
#serv-bg5 {
    background: url(../images/sea.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
#serv-bg6 {
    background: url(../images/cvnew.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    display: none;
}
.services .menu-item-desc h4 {
    padding: 1rem;
    margin-top: 2px;
    color: #ff0000;
    font-family: 'Raleway', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
}
.services .menu-item-desc h1 {
    margin-top: 0;
    padding: 1rem;
    color: #ff8210;
    font-family: 'Signika', sans-serif;
    font-size: 3rem;
}
.services p.serv {
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-align: left!important;
    font-weight: 600;
    margin-left: 3rem;
    font-size: 1.4rem;
    margin-top: 0
}
.services a button {
    padding: 1rem 1.5rem;
    border: 2px solid #ff8210;
    list-style: none;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    background: #fff;
    color: #ff8210;
    font-size: 1.5rem;
    margin-bottom: 5rem;
    font-weight: 700;
    font-family: 'Signika', sans-serif;
    letter-spacing: .5px;
    transition: all 0.3s ease;
}
.services a button:hover {
    border: 2px solid #ff0000;
    color: #ff0000;
}

/* come full circle services */

.full-circle {
    background: transparent;
    margin-top: 6rem;
    width: 100%;
    padding: 1rem;
}
.full-circle h4.fc {
    padding: 3rem 0 1rem 0;
    color: #ff8210;
    font-family: 'Abel', sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.full-circle h2.fc {
    text-align: center;
    color: #ff0000;
    font-family: 'Signika', sans-serif;
    padding: 1rem 0 2rem 0;
    letter-spacing: 1px;
    font-size: 3rem;
}
.full-circle h1.fc {
    text-align: left;
    color: #444;
    font-family: 'Signika', sans-serif;
    padding: 1rem;
    letter-spacing: 1px;
    font-size: 1.5rem;
    margin-left: 4rem;
    font-weight: 600;
}
.full-circle h1.fc span {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
}
.full-circle h1 span.intro {
    color: #ff0000;
    font-family: 'Signika', sans-serif;
    font-size: 2rem;
    font-weight: 700;
}
.full-circle i {
    margin-top: 20px;
    text-align: center;
    font-size: 100px;
    margin-left: 45%;
    color: #ffd700;
    padding: 10px;
}

/*------------------read more info*/

.learn-more {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
}
h3.lm {
    text-align: left;
    margin-left: 10rem;
    font-size: 3rem;
    padding: 6rem 0 1rem 0;
    font-family: 'Signika', sans-serif;
    color: #ff8210;
}
p.lm {
    text-align: left;
    margin-left: 2rem;
    margin-top: 2rem;
    padding: 0;
    font-family: 'Signika', sans-serif;
    color: #444;
    font-size: 1.4rem;
    font-weight: 600;
}
.learn-more a button {
    padding: 1rem 1.5rem;
    border: 2px solid #ff0000;
    list-style: none;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    background: #fff;
    color: #ff0000;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.faq {
    width: 100%;
    padding: 0;
    margin: 2rem auto 0;
    background: #fff;
}
h3.faqs {
    text-align: left;
    padding: 2.5rem 0 0rem 0;
    color: #222;
    font-size: 1.8rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 4rem;
}
p.faqs {
    color: #ff8210;
    font-family: 'Signika', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    margin-left: 4rem;
    padding: 1rem 0 0 0;
}
.faq a {
    text-align: left !important;
    padding: 0 0 0rem 0;
    font-size: 1.5rem;
    color: #ff0000 !important;
    font-family: 'Signika', sans-serif;
    list-style: none!important;
    text-decoration: none!important;
}

/*----------------------video bg tall-----------------*/

.vids {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    height: 40rem;
    /*    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);*/
    border-radius: 5rem;
    background: transparent;
}
.vids video {
    width: 100%;
    padding: 0;
    height: 100%;
}
.vids1 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    background: transparent;
}
.vids1 video {
    width: 100%;
    padding: 0;
    height: 100%;
}

/*social media links*/

.soc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: transparent;
    font-size: 3rem;
    margin-top: 5rem
}
.soc a i {
    font-size: 4rem!important;
}
.about {
    width: 90%;
    text-align: center;
    margin: 0rem auto;
    padding: 6rem 0 0 0;
    background: transparent;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
}
.about h2.ab {
    font-family: 'Raleway', sans-serif;
    color: #ff8210;
    font-weight: 600;
    padding: 6rem 0 0 0;
    font-size: 3.5rem;
}
.section-heading h4 {
    font-family: 'Raleway', sans-serif;
    color: #444;
    ;
    padding: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    font-size: 30px;
}
.section-heading h1 {
    padding: 1rem;
    font-family: 'Signika', sans-serif;
    letter-spacing: 1px;
    color: red;
    font-size: 2.8rem;
}
.who-img img {
    width: 600px auto;
    margin-top: 60px;
    margin-bottom: 30px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    display: none;
}
.about p {
    color: #444;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    padding: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}

/*services bus-info*/

.info {
    background-color: #ff8210;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.55)
}
.bus-info i {
    color: #fff;
    font-size: 50px;
}
.bus-info h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
}
.bus-info p,
.bus-info address {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    text-align: left;
    margin-left: 4rem;
}
.info hr {
    border-top: 1px solid rgba(255, 255, 255, 0.65);
}
.quote {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0 0rem 0;
}
h2.qte {
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.25);
    font-family: 'Signika', sans-serif;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/*-----------------------social-----------------*/

.soc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    height: 5rem;
}
.soc i {
    font-size: 1.5rem;
    line-height: 5rem;
}
@media only screen and (min-width:768px) {
    .soc {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background: #fff;
        height: 8rem;
    }
    .soc i {
        font-size: 2rem;
        line-height: 5rem;
    }
}

/*----------------------------promotion--------------------*/

.promotion {
    margin: 0;
    padding: 0;
    width: 80% !important;
    background: #fff !important;
    text-align: center;
    margin: 0 auto;
}
.promotion h2.prom {
    padding: 10px;
    margin-top: 30px;
    color: #ff0000;
    font-family: 'Raleway', sans-serif;
    font-size: 3.5rem;
}
.promotion img {
    margin-top: 2rem;
}
.promotion hr {
    border-top: 2px solid rgba(255, 215, 0, 0.5);
}

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

.bg-price {
    margin: 5rem auto;
    text-align: center;
    display: none;
    width: 90%;
    height: 35rem;
    background-color: #222;
    background: url(../images/price.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-attachment: fixed;*/
    box-shadow: 2px 5px 10px #0000d4;
}
@media only screen and (min-width:768px) {
    .bg-price {
        display: block;
    }
}
.bg-contact {
    margin: 5rem auto;
    text-align: center;
    display: none;
    width: 90%;
    height: 35rem;
    background: url(../images/contact.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*	background-attachment: fixed;*/
    box-shadow: 2px 5px 10px #ff8210;
}
@media only screen and (min-width:768px) {
    .bg-contact {
        display: block;
    }
}

/* pricing section */

.pricing {
    padding: 4rem 0 0 0;
    background: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4rem;
}
h4.price-h {
    margin-top: 2rem;
    color: #ff8210;
    font-family: 'Signika', sans-serif;
    font-size: 3.5rem;
    padding: 3rem 0 0 0;
    font-weight: 500;
}
.pricing h4.price {
    margin-top: 6rem;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-size: 2.8rem;
    padding: 10px;
    color;
    #222;
}
.pricing h1.price {
    color: #ff0000;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 3rem;
}
.single-price {
    background-color: #fff;
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    transition: 0.5s;
    margin-top: 30px;
    border-radius: 4px;
    transition: all 0.5s ease;
}
.single-price:hover {
    box-shadow: 2px 2px 10px #101d2c;
}
.price-head {
    background-color: red;
    display: inline;
    text-align: center;
    float: left;
    padding: 10px 5px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.price-head h2.price {
    color: #fff;
    font-family: 'Abel', sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px;
    font-size: 30px;
}
.price-head p.price {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    line-height: 30px;
}
.price-head p.price span {
    font-size: 1.8rem;
    color: #fff;
}
.price-content {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}
.price-content ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px 0px;
    color: #444;
    font-family: 'Abel', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    margin-left: 5rem;
}
.price-content ul li:last-child {
    border: none;
}
.fineprint p.fine {
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
    color: red;
    font-family: 'Abel', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
}
.fa-check-circle {
    font-size: 2.5rem;
    color: green;
    margin-right: 2rem;
}
.fa-times-circle {
    font-size: 2.5rem;
    margin-right: 2rem;
    ;
    color: red;
}

/* smm price section */

.smm {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    height: 100%;
    background: #fff;
}
.smm h4.smm {
    text-align: center;
    margin-top: 5rem;
    color: #444;
    text-transform: capitalize;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 1rem;
    font-size: 4rem;
    font-weight: 600;
}
.smm h1.smm {
    text-align: center;
    margin-top: 30px;
    margin-left: 10%;
    padding: 10px;
    color: red;
    font-family: 'Niconne', sans-serif;
    font-size: 4rem;
}
.smm p.smm {
    text-align: left !important;
    margin: 0 auto;
    padding: 1rem;
    margin-top: 0;
    color: #444;
    font-family: 'Abel', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    width: 90%;
    font-size: 1.5rem;
}
.price-btn {
    display: inline;
    padding: 15px 15px 30px;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.buy-btn {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    padding: 15px 50px;
    transition: all 0.4s;
    border: 2px solid red;
    border-radius: 10px;
}
.price-btn a.buy-btn {
    text-decoration: none!important;
    list-style: none;
    color: #444!important;
    font-family: 'Abel', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.buy-btn:hover {
    background: #eee;
    border: 2px solid green;
}
.single-price hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width:768px) {
    .smm p.smm {
        text-align: left !important;
        margin: 0 auto;
        padding: 1rem;
        margin-top: 0;
        color: #444;
        font-family: 'Abel', sans-serif;
        font-weight: 600;
        font-size: 1rem;
        width: 40%;
        font-size: 1.5rem;
    }
}

/* contact */

.contact {
    margin-top: 0rem;
    padding: 6rem 0 0 0;
    width: 100%;
    height: 100%;
    background: url(../images/lp-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact h4.con {
    text-align: center;
    color: #ff8210!important;
    font-family: 'Signika', sans-serif;
    margin-top: 6rem;
    padding: 3rem 0 0 0;
    font-size: 4rem;
    ;
}
.contact h1.con {
    color: red!important;
    text-align: center;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    font-weight: 600;
}
.conform {
    background: transparent;
    width: 90%;
    margin: 30px auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #000;
}
@media only screen and (min-width:768px) {
    .conform {
        width: 50%;
    }
}
#form-box {
    padding: 20px;
    padding-bottom: 0px;
}
.inp,
#msg-box {
    display: block;
    width: 95%;
    padding: 20px;
    border: 2px solid #444;
    font-size: 13px;
    color: #101d2c!important;
    margin-bottom: 15px;
    border-radius: 10px;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 3px 1px red !important;
}
::-webkit-input-placeholder {
    color: red !important;
}
#msg-box {
    resize: none;
    height: 170px;
}
.sub-btn {
    width: 100px;
    padding: 10px;
    cursor: pointer;
    margin-left: 40%;
    border: none;
    border-radius: 5px;
    background: red;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Abel', sans-serif;
    left: 50%;
    text-transform: lowercase;
}

/* footer*/

.footer {
    background: #ff8210;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 2rem;
}
.footer h2 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 3rem;
    padding: 1rem;
    font-size: 3rem;
}
.footer .social {
    margin: auto;
    padding: 10px;
    margin: 0;
    width: 100%;
}
.social a {
    padding: 10px 10px 10px 10px;
    font-size: 30px;
    color: #fff!important;
}
.social a i {
    color: #fff!important;
    font-size: 1.3rem;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-twitter-square {
    color: #1da1f2;
}
.fa-instagram {
    color: #e1306c;
}
.fa-tiktok {
    color: #FE2C55;
    ;
}
.fa-youtube {
    color: #ff0000;
}
.copy {
    margin: auto;
    padding: 10px 20px;
    width: 100%;
}
.copy p {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Signika', sans-serif;
    font-size: 1.3rem;
}

/* media queries*/


/*small phone*/

@media (min-width:300px) {
    .navbar-brand {
        max-width: 250px;
    }
    .hamburger-menu {
        top: 150px;
        right: 15px;
    }
    .menu-item-desc p {
        margin-top: -10px;
        font-size: 15px;
    }
    .menu-item-desc h1 {
        font-size: 30px;
    }
    .menu-item-desc h4 {
        font-size: 18px;
        margin-top: 25px;
    }
}
@media (min-width:576px) {
    .navbar-brand {
        max-width: 300px;
    }
    .hamburger-menu {
        top: 80px;
        right: 25px;
    }
    .menu-item-desc p {
        margin-top: -10px;
        font-size: 15px;
    }
    .menu-item-desc h1 {
        font-size: 30px;
    }
    .menu-item-desc h4 {
        font-size: 18px;
        margin-top: 25px;
    }
}

/*tablet*/

@media (min-width:768px) {
    .btn {
        width: 150px;
    }
    .menu-item-desc {
        padding: 50px 10px;
    }
    .menu-item-desc p {
        font-size: 15px;
    }
    .menu-item-desc h4 {
        font-size: 25px;
    }
    .menu-item-desc h1 {
        font-size: 30px;
    }
    h4.smm {
        text-align: center;
        margin-top: 60px;
        color: #444;
        text-transform: lowercase;
        font-family: 'Archivo Narrow', sans-serif;
        padding: 10px;
        font-size: 2.5rem;
    }
    h1.smm {
        text-align: center;
        margin-top: 30px;
        margin-left: 10%;
        padding: 10px;
        color: red;
        font-family: 'Niconne', sans-serif;
        font-size: 3rem;
    }
    p.smm {
        text-align: left;
        margin: 0 auto;
        padding: 10px;
        margin-top: 20px;
        color: #444;
        font-family: 'Abel', sans-serif;
        font-weight: 600;
        font-size: 1.3rem;
    }
    .top p {
        margin: 0 auto;
    }
    .conform {
        width: 600px;
    }
    .social a i {
        font-size: 35px;
        padding: 10px 40px 10px 40px;
    }
    #serv-bg1 {
        display: block;
    }
    #serv-bg2 {
        display: block;
    }
    #serv-bg3 {
        display: block;
    }
    #serv-bg4 {
        display: block;
    }
    #serv-bg5 {
        display: block;
    }
    #serv-bg6 {
        display: block;
    }
    .faq {
        width: 100%;
        padding: 0;
        margin: 2rem auto 0;
        background: #f8f8f8;
    }
    .quote {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 5rem 0 2rem 0;
    }
    h2.qte {
        font-size: 5rem;
        color: rgba(0, 0, 0, 0.25);
        font-family: 'Signika', sans-serif;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

/* laptop*/

@media (min-width:992px) {
    header > .container {
        padding: 0 15px;
    }
    .hamburger-menu {
        display: none;
    }
    .navbar-brand {
        position: initial;
        transform: initial;
        top: 2rem;
        margin-right: 30px;
        padding: 15px;
    }
    .nav-list {
        width: initial;
        height: initial;
        position: initial;
        background-color: initial;
        flex-direction: row;
        opacity: initial;
        transform: initial;
        transition: initial;
        margin: 0;
        padding: 0;
    }
    .nav-item {
        padding: 0 30px;
    }
    .nav-item:last-child {
        margin-right: 0;
    }
    .nav-link {
        position: relative;
        padding: 0;
        list-style: none;
    }
    .nav-link:before {
        content: "";
        position: absolute;
        left: 30px;
        background-color: #0000d4;
        width: 50%;
        height: 2px;
        bottom: -2px;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.5s;
    }
    .nav-link:hover::before {
        transform: scaleX(1);
    }
    .menu-item-desc h4 {
        margin-top: 40px;
        padding: 5px;
    }
    .menu-item-desc h1 {
        margin-top: 20px;
        padding: 5px;
        font-size: 40px;
    }
    .menu-item-desc p {
        margin-top: 40px;
        padding: 20px;
    }
    h1.smm {
        margin-left: 35%;
    }
    .who-img img {
        display: block;
        margin-top: 90px;
    }
    p.lm {
        text-align: left;
        margin-left: 2rem;
        margin-top: 2rem;
        padding: 0;
        font-family: 'Signika', sans-serif;
        color: #444;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .services p.serv {
        color: #444;
        font-family: 'Raleway', sans-serif;
        text-align: left!important;
        font-weight: 600;
        margin-left: 3rem;
        font-size: 1.55rem;
        margin-top: 0
    }
    .social a {
        padding: 10px 20px 10px 20px;
        font-size: 30px;
        color: #fff!important;
    }
    .social a i {
        color: #fff!important;
        font-size: 1.5rem;
    }
}

/* extra large devices*/

@media (min-width:1200px) {
    header > .container {
        padding: 0 15px;
    }
    .hamburger-menu {
        display: none;
    }
    .navbar-brand {
        position: initial;
        transform: initial;
        top: 2rem;
        margin-right: 30px;
        max-width: 25rem;
        padding: 1rem;
    }
    .nav-list {
        width: initial;
        height: initial;
        position: initial;
        background-color: initial;
        flex-direction: row;
        opacity: initial;
        transform: initial;
        transition: initial;
        margin: 0;
        padding: 0;
    }
    .nav-item {
        padding: 0 30px;
    }
    .nav-item:last-child {
        margin-right: 0;
    }
    .nav-link {
        position: relative;
        padding: 0;
        list-style: none;
    }
    .nav-link:before {
        content: "";
        position: absolute;
        left: 30px;
        background-color: #0000d4;
        width: 50%;
        height: 2px;
        bottom: -2px;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.5s;
    }
    .nav-link:hover::before {
        transform: scaleX(1);
    }
    .menu-item-desc h4 {
        margin-top: 40px;
        padding: 5px;
    }
    .menu-item-desc h1 {
        margin-top: 20px;
        padding: 5px;
        font-size: 40px;
    }
    .menu-item-desc p {
        margin-top: 40px;
        padding: 20px;
    }
    p.lm {
        text-align: left;
        margin-left: 2rem;
        margin-top: 2rem;
        padding: 0;
        font-family: 'Signika', sans-serif;
        color: #444;
        font-size: 1.7rem;
        font-weight: 600;
    }
    .services p.serv {
        color: #444;
        font-family: 'Raleway', sans-serif;
        text-align: left!important;
        font-weight: 600;
        margin-left: 3rem;
        font-size: 1.65rem;
        margin-top: 0
    }
    .quote {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 5rem 0 2rem 0;
    }
    h2.qte {
        font-size: 5rem;
        color: rgba(0, 0, 0, 0.25);
        font-family: 'Signika', sans-serif;
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }
    .social a {
        padding: 10px 30px 10px 30px;
        font-size: 30px;
        color: #fff!important;
    }
    .social a i {
        color: #fff!important;
        font-size: 3rem;
    }
}
.g-recaptcha {
    padding: 1rem 0;
}

/*shortcut menu---------------------------------------------------------------------------------------------*/

.shortcut {
    width: 5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #101d2c;
    color: #ffd700;
    font-size: 1.8rem;
    display: none;
}
.shortcut a {
    width: 100%;
    padding: .5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 1.5rem;
    color: #ffd700;
}
.shorcut a i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #ffd700 !important;
}
@media only screen and (min-width:768px) {
    .shortcut {
        display: flex;
    }
}
.thanks {
    width: 100%;
    height: 100vh;
    background: url(../images/thanks.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
