* {
    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;
}
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 */

.whatsapp {
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: transparent;
    border-radius: 5px;
    z-index: 10000;
    transition: background 0.3s ease;
    display: none;
}
.whatsapp:hover {
    background: transparent;
}
.whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    transition: all 0.25s ease;
}
.whatsapp a:hover {
    list-style: none;
    text-decoration: none;
}
.whatsapp a i {
    font-size: 5rem;
    color: #f40000;
    transition: color 0.5s ease;
}
.whatsapp a i:hover {
    color: #171717;
}
@media only screen and (min-width:768px) {
    .whatsapp {
        width: 5rem;
        height: 5rem;
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        background: transparent;
        border-radius: 5px;
        z-index: 10000;
        transition: background 0.3s ease;
        display: block;
    }
}

/*---------pagebreaks-----------*/


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


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

.br1 {
    width: 100%;
    height: 45rem;
    background: url(images/br-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br2 {
    width: 100%;
    height: 45rem;
    background: url(images/br-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br3 {
    width: 100%;
    height: 45rem;
    background: url(images/br-3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br4 {
    width: 100%;
    height: 45rem;
    background: url(images/br-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br5 {
    width: 100%;
    height: 45rem;
    background: url(images/br-5.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br6 {
    width: 100%;
    height: 45rem;
    background: url(images/br-6.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br7 {
    width: 100%;
    height: 45rem;
    background: url(images/br-7.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br8 {
    width: 100%;
    height: 45rem;
    background: url(images/br-8.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.br9 {
    width: 100%;
    height: 45rem;
    background: url(images/br-9.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*---------POPUP-----------*/


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


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

.promo {
    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(255, 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;
}
.promo a {
    font-size: 1.3rem;
    text-decoration: none;
    list-style: none;
    color: #ff0000;
    font-weight: bolder;
    font-family: 'Jost', sans-serif;
}
.promo:hover a {
    list-style: none;
    text-decoration: none;
    color: #313131;
}
.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: #ff0000;
    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:red!important;*/
        border-radius: 20px;
    }
    .promo a {
        font-size: 2rem;
        text-decoration: none;
        list-style: none;
        color: #ff0000;
        font-weight: bolder;
    }
    .promo:hover a {
        list-style: none;
        text-decoration: none;
        color: #313131;
    }
}
@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: #fff;
        border-radius: 20px;
    }
    .promo a {
        font-size: 2.5rem;
        text-decoration: none;
        list-style: none;
        color: #ff0000;
        font-weight: bolder;
    }
    .promo:hover a {
        list-style: none;
        text-decoration: none;
        color: #313131;
    }
}

/*top contact*/

.top {
    background: #eee;
    height: 10rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
}
.top i {
    color: #e2032f;
    margin: 0 2rem 0 2rem;
    font-size: 2rem;
    padding: .5rem;
    border-radius: 50%;
    border: none;
    opacity: 1;
    transition: 0.2s all ease;
}
.top i:hover {
    color: #171717;
    opacity: 0.8;
    margin-bottom: 1rem;
}
a.cont {
    font-family: 'Jost', sans-serif;
    padding: 0rem;
    border: none;
    outline: none;
}
button.con {
    padding: .5rem 1rem;
    outline: none;
    border: 2px solid #171717;
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #171717;
    background: none;
    letter-spacing: .5px;
    text-transform: capitalize;
    transition: all 0.2s ease;
    border-radius: 200px;
}
button.con:hover {
    background: #e2032f;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #e2032f;
}
.top a.top-2 {
    float: right;
}
@media only screen and (min-width:768px) {
    .top {
        height: 8rem;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        text-decoration: none;
        list-style: none;
    }
    .top i {
        margin-right: 0;
        font-size: 3rem;
        padding: 10px;
        border-radius: 50%;
        justify-content: flex-end;
    }
    .top p {
        font-family: 'Jost', sans-serif;
        font-size: 1.7rem;
        display: block;
        margin: 0 auto;
        padding: 15px;
        font-weight: 600;
    }
    .top a.top-2 {
        float: right;
    }
}

/*navigation start*/


/*-------------------Navbar ---------------------------
-----------------------------------------------------
----------------------------------------------------*/

nav.navbar {
    position: fixed;
    width: 99.9%;
    margin: 0 auto;
    padding: 3rem 0;
    transition: all 0.5s ease;
    z-index: 900;
    background: #171717;
}
nav.navbar.sticky {
    background: #171717;
    padding: 1.5rem 0;
    top: .5rem;
    width: 100%;
}
.max-width {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
}
.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo {
    margin: 0 0 0 3rem;
}
.navbar .logo img {
    width: 18%;
}
.navbar .menu li {
    display: inline-block;
}
.navbar .menu li a {
    display: block;
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 1.4rem;
    margin-left: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}
.navbar .menu li a:hover {
    color: #ddd;
    font-size: 1.45rem;
}
.navbar.sticky .menu li a {
    color: #fff;
}
@media only screen and (min-width:1024px) {
    .max-width {
        padding: 0 4rem;
    }
    .navbar .menu li a {
        font-size: 1.1rem;
        margin-left: .5rem;
    }
    .navbar .logo img {
        max-width: 14%;
    }
}
@media only screen and (min-width:1280px) {
    .max-width {
        padding: 0 6rem;
    }
    .navbar .logo a {
        font-size: 2.7rem;
    }
    .navbar .logo a span {
        font-size: 2.7rem;
    }
    .navbar .menu li a {
        font-size: 1.2rem;
        margin-left: 1rem;
    }
}
@media only screen and (min-width:1440px) {
    .max-width {
        padding: 0 6rem;
    }
    .navbar .logo a {
        font-size: 3rem;
    }
    .navbar .logo a span {
        font-size: 3rem;
    }
    .navbar .menu li a {
        font-size: 1.5rem;
        margin-left: 2rem;
    }
}

/*-------------burger menu----------------*/

.menu-btn {
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    margin-right: 1.5rem;
}
.navbar.sticky .menu-btn {
    color: #fff;
}
@media only screen and (max-width:768px) {
    .menu-btn {
        color: #fff;
        font-size: 3rem;
        cursor: pointer;
        display: none;
        margin-right: 3rem;
    }
}
@media only screen and (max-width:1124px) {
    .menu-btn {
        display: block;
        z-index: 10000;
    }
    .menu-btn i.active:before {
        content: "\f00d";
    }
    .navbar .menu {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: rgba(0, 0, 0, 0.75);
        text-align: center;
        padding-top: 1.5rem;
        transition: all 0.5s ease;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar .menu.active {
        left: 0;
    }
    .navbar .menu li {
        display: block;
    }
    .navbar .menu li a {
        display: inline-block;
        margin: 2rem 0;
        font-size: 2rem;
    }
}
@media only screen and (max-width:500px) {
    .menu-btn i.active:before {
        content: "\f00d";
    }
    .navbar .menu {
        padding-top: 4rem;
        transition: all 0.5s ease;
    }
    .navbar .menu.active {
        left: 0;
    }
    .navbar .menu li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 900;
    }
    .navbar .menu li a {
        display: inline-block;
        margin: 1rem 0;
        font-size: 1.8rem;
    }
}

/*******************************/


/******** Carousel CSS *********/


/*******************************/

.carousel {
    position: relative;
    top: 8rem;
    width: 100%;
    height: calc(100vh - 150px);
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 8rem;
    left: 0;
    background: transparent;
    z-index: 1;
}
.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}
.carousel .carousel-caption h1 {
    color: #e2032f;
    font-size: 8rem;
    font-weight: bolder;
    margin-bottom: 3rem;
    font-family: 'Jost', sans-serif;
}
.carousel .carousel-caption p {
    color: #171717;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: bolder;
    font-family: 'Jost', sans-serif;
}
.carousel .carousel-caption .btn {
    padding: 1.5rem 2rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #171717;
    margin: 3rem 0 0 0;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all .2s ease-in;
    font-weight: bolder;
    font-family: 'Jost', sans-serif;
}
.carousel .carousel-caption .btn:hover {
    background: #e2032f;
}
@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}
@media (max-width: 575.98px) {
    .carousel {
        position: relative;
        width: 100%;
        height: calc(100vh - 170px);
        margin: 0rem auto;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption h1 {
        font-size: 3.5rem;
        font-weight: 600;
    }
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}
.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*******************************/


/******** Bottom Image ******/


/*******************************/

.bottom {
    position: relative;
    margin-top: 8rem;
}

/*******************************/


/******** Top Feature CSS ******/


/*******************************/

.feature-top {
    position: relative;
    background: #fff;
    margin-bottom: 0;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}
.feature-top h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0 2rem 0;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-size: 6.5rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.feature-top a {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border: 2px solid #e2032f;
    border-radius: 10px;
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-size: 1.4rem;
    transition: border 0.2s ease;
    font-weight: 600;
}
.feature-top a:hover {
    border: 2px solid #171717;
}
.feature-top .feature-item p {
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-weight: 500;
}
@media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }
    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }
    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
}
@media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }
    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
}
.feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
}
.feature-top .feature-item i {
    color: #444;
    font-size: 5rem;
    margin-bottom: 10px;
}
.feature-top .feature-item h3 {
    color: #e2032f;
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1.5px;
    padding: 1rem;
}
.feature-top .feature-item p {
    color: #171717;
    margin: 0;
    font-size: 1.5rem;
    font-family: 'Jost', sans-serif;
}
img.value {
    padding: 1rem;
    width: 50%;
}

/*******************************/


/******** brands slider *********/


/*******************************/

h2.brand {
    text-align: center;
    padding: 3rem 0 0 0;
    color: #171717;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 5rem;
}
p.brand {
    text-align: center;
    padding: 0;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2rem;
}
.brands {
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: 3rem auto;
}
.slider {
    height: 25rem;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
}
.slide-track {
    display: flex;
    width: calc (25rem * 22);
    animation: scroll 40s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-25rem * 21));
    }
}
.slides {
    height: 20rem;
    width: 25rem;
    display: flex;
    align-items: center;
    padding: 2rem;
    perspective: 100px;
}
.slides img {
    width: 100%;
    transition: transform 1s;
}
.slides img:hover {
    transform: translateZ(20px);
}

/*******************************/


/******** brands slider end *********/


/*******************************/


/*******************************/


/******** Products Start ******/


/*******************************/

.products {
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    background: #eee;
}
.products a {
    padding: 1rem 1.5rem;
    border: 2px solid transparent;
    color: #fff;
    font-family: 'Jost', sans-serif;
    border-radius: 200px;
    font-size: 1.5rem;
    font-weight: bolder;
    letter-spacing: 1px;
    margin: 2rem auto;
    background: #e2032f;
}
h2.prod {
    padding: 12rem 0 2rem 0;
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-size: 5rem;
}
h2.prods {
    padding: 2rem;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 3.5rem;
    text-align: left;
    margin: 4rem;
    background: #e2032f;
    border-radius: 200px;
    text-align: center;
}

}
h3.prods {
    padding: 2.5rem 0rem;
    font-family: 'Jost', sans-serif;
    color: #e2032f;
    font-size: 3.5rem;
}
.gazebo {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.gazebo,
.banners,
.flags,
.umbrella,
.decor,
.furniture {
    padding: 10rem 0 3rem 0;
    background: #eee;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.prod-3 {
    background: #eee;
    padding: 0 0 2rem 0;
}
h4.prods {
    padding: .5rem 0 2rem 0;
    font-family: 'Jost', sans-serif;
    color: #e2032f;
    font-size: 2.5rem;
}
p.prods {
    text-align: left;
    margin-left: 2rem;
    padding: 0rem;
    color: #444444;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
}
p.prods span {
    color: #222;
    margin-right: .5rem;
    font-size: 1.6rem;
    opacity: 0.9;
}
p.descr {
    text-align: left;
    margin-left: 2rem;
    padding: 0rem;
    color: #444444;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
}
p.descr i {
    color: #e2032f;
    font-size: 1.5rem;
    padding: 0 0rem;
}
.cta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cta a {
    margin: .5rem auto;
    width: 90%;
    text-align: center;
    border: 2px solid #e2032f;
    border-radius: 20px;
    background: #171717;
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta a p {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 2.5rem;
    padding: 1rem 0 0 0;
}
@media only screen and (min-width:768px) {
    .cta a {
        margin: 1rem auto;
        width: 70%;
        text-align: center;
        border: none;
        border-radius: 20px;
        background: #171717;
        text-decoration: none;
        list-style: none;
    }
    .cta a p {
        color: #fff;
        font-family: 'Jost', sans-serif;
        font-size: 2.5rem;
        padding: 1rem;
    }
}
@media only screen and (min-width:1024px) {
    .cta {
        display: none;
    }
}

/*******************************/

/******** Products end ******/

/*******************************/
.vid {
    width: 100%;
    padding: 3rem;
    margin: 0 auto;
    text-align: center;
}
.vid video {
    width: 100%;
}
@media only screen and (min-width:768px) {
    .vid {
        width: 76.8rem;
        padding: 1rem;
        margin: 0 auto;
        text-align: center;
    }
    .vid video {
        width: 100%;
    }
}
@media only screen and (min-width:1024px) {
    .vid {
        width: 101rem;
        padding: 1rem;
        margin: 0 auto;
        text-align: center;
    }
    .vid video {
        width: 100%;
    }
}
@media only screen and (min-width:1280px) {
    .vid {
        width: 128rem;
        padding: 1rem;
        margin: 0 auto;
        text-align: center;
    }
    .vid video {
        width: 100%;
    }
}
@media only screen and (min-width:1350px) {
    .vid {
        width: 130rem;
        padding: 3rem 0;
        margin: 0 auto;
        text-align: center;
    }
    .vid video {
        width: 100%;
    }
}

/*******************************/

/******** About ******/

/*******************************/
.about {
    width: 100%;
    background: #fff;
    padding: 3rem 0;
    margin: 0 auto;
}
h2.ab {
    padding: 12rem 0 2rem 0;
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-size: 5rem;
    text-align: center;
}
h3.ab {
    text-align: center;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    padding: 1rem 0;
}
p.ab {
    font-family: 'Jost', sans-serif;
    color: #171717;
    text-align: left;
    margin-left: 3rem;
    width: 95%;
    font-size: 1.5rem;
}
p.ab span {
    text-align: center;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    padding: 1rem 0;
    text-transform: capitalize;
}
.maps {
    width: 100%;
    background: #fff;
    margin: 2rem auto;
    text-align: center;
    padding: 3rem;
    border: 3px solid #171717;
    border-radius: 20px;
}
h3.map {
    text-align: center;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    padding: 3rem 0 1rem 0;
    ;
}
p.map {
    text-align: left;
    margin-left: 5rem;
    font-size: 1.4rem;
    color: #171717;
    font-family: 'Jost', sans-serif;
    font-weight: bolder;
    margin-right: 2rem;
}
p.map span {
    font-size: 1.4rem;
    color: #e2032f;
    font-family: 'Jost', sans-serif;
    font-weight: bolder;
    float: right;
    margin-right: 5rem;
}
@media only screen and (min-width:768px) {
    p.map {
        text-align: left;
        margin-left: 7rem;
        font-size: 1.4rem;
        color: #171717;
        font-family: 'Jost', sans-serif;
        font-weight: bolder;
        margin-right: 2rem;
    }
    p.map span {
        font-size: 1.4rem;
        color: #e2032f;
        font-family: 'Jost', sans-serif;
        font-weight: bolder;
        float: right;
        margin-right: 7rem;
    }
    .maps {
        width: 90%
    }
}
@media only screen and (min-width:1024px) {
    p.map {
        text-align: left;
        margin-left: 15rem;
        font-size: 1.4rem;
        color: #171717;
        font-family: 'Jost', sans-serif;
        font-weight: bolder;
        margin-right: 2rem;
    }
    p.map span {
        font-size: 1.4rem;
        color: #e2032f;
        font-family: 'Jost', sans-serif;
        font-weight: bolder;
        float: right;
        margin-right: 15rem;
    }
}
.conts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
}
.conts a {
    margin-left: 5rem;
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-size: 1.9rem;
    margin-right: 1rem;
    letter-spacing: 1px;
    font-weight: bolder;
    text-decoration: none;
    list-style: none;
    padding: 1rem;
}
.conts i {
    text-align: left;
    color: #e2032f;
    font-size: 2.5rem;
}
@media only screen and (min-width:768px) {
    .conts a {
        margin-left: 10rem;
        font-family: 'Jost', sans-serif;
        color: #171717;
        font-size: 1.9rem;
        margin-right: 1rem;
        letter-spacing: 1px;
        font-weight: bolder;
        text-decoration: none;
        list-style: none;
        padding: 1rem;
    }
}
@media only screen and (min-width:1768px) {
    .conts a {
        margin-left: 15rem;
        font-family: 'Jost', sans-serif;
        color: #171717;
        font-size: 1.9rem;
        margin-right: 1rem;
        letter-spacing: 1px;
        font-weight: bolder;
        text-decoration: none;
        list-style: none;
        padding: 1rem;
    }
}
.review {
    width: 60%;
    padding: 1.5rem 2.5rem;
    text-align: center;
    margin: 2rem auto;
    background: #e2032f;
    border-radius: 20px;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    list-style: none;
    transition: all 0.5s ease;
}
.review:hover {
    background: green;
}
.review a {
    color: #fff;
    font-size: 1.3rem;
}
.review a:hover {
    color: #eee;
    text-decoration: none;
    list-style: none;
}
@media only screen and (min-width:768px) {
    .review a {
        color: #fff;
        font-size: 3.5rem;
    }
}
.win {
    padding: 2rem 0;
    margin: 0 auto;
    text-align: center;
}

/*******************************/

/******** About End ******/

/*******************************/

/*******************************/

/********* Testimonials CSS *********/

/*******************************/
.testimonials {
    width: 95%;
    margin: 0 auto;
}
.testimonials .item {
    max-width: 55rem;
    max-height: 55rem;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    /*    border-radius: 4px;*/
    
    text-align: center;
    /*    border: 1px solid #00145d;*/
    /*    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);*/
}
#customers-testimonials .shadow-effect p {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.testimonial-name {
    margin: 0px auto 0;
    display: table;
    width: auto;
    background: #171717;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
    font-weight: bolder;
    letter-spacing: .5px;
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 20rem;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 70%;
    margin: 1rem auto;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #171717;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: none;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #171717;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/*******************************/

/********* Testimonials End *********/

/*******************************/
.contact {
    margin-top: 0rem;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lp-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h2.con {
    padding: 12rem 0 2rem 0;
    font-family: 'Jost', sans-serif;
    color: #171717;
    font-size: 5rem;
    text-align: center;
}
.conform {
    background: transparent;
    width: 100%;
    margin: 30px auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #e2032f;
}
@media only screen and (min-width:768px) {
    .conform {
        width: 100%;
    }
}
#form-box {
    padding: 20px;
    padding-bottom: 0px;
}
.inp,
#msg-box {
    display: block;
    width: 95%;
    padding: 20px;
    border: 2px solid #171717;
    font-size: 13px;
    color: #e2032f!important;
    margin-bottom: 15px;
    border-radius: 10px;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #e2032f !important;
}
::-webkit-input-placeholder {
    color: #171717 !important;
}
#msg-box {
    resize: none;
    height: 170px;
}
.sub-btn {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin-left: 0;
    border: none;
    border-radius: 5px;
    background: #e2032f;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Jost', sans-serif;
}
.cont {
    margin: 3rem auto;
    text-align: center;
}

/******** Contact end *********/

/*******************************/

/*******************************/

/******** Footer Start *********/

/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: #171717;
    font-family: 'Jost', sans-serif;
    bottom: 0;
}
.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #fff;
}
.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #e2023f;
}
.footer-about p {
    font-size: 1.3rem;
}
.footer .footer-link a {
    display: block;
    margin: 0 0 10px 5px;
    color: #e2023f;
    transition: .3s;
    font-size: 1.2rem;
    text-align: left;
}
.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .footer-link a:hover {
    color: #eee;
    letter-spacing: 1px;
}
.footer .footer-contact p {
    text-align: left;
}
.footer .footer-contact p i {
    width: 25px;
    text-align: left;
    color: #e2023f;
}
.footer .footer-social {
    position: relative;
    margin-top: 20px;
}
.footer .footer-social a {
    display: inline-block;
}
.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #e2023f;
}
.footer .footer-social a:last-child i {
    margin: 0;
}
.footer .footer-social a:hover i {
    color: #eee;
}
.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
}
.footer .footer-menu .f-menu a {
    color: #eee;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.footer .footer-menu .f-menu a:hover {
    color: #eee;
}
.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .copyright {
    padding: 30px 15px;
}
.footer .copyright p {
    margin: 0;
    color: #fff;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.footer .copyright p a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .copyright p a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/*******************************/

/******** Footer end *********/

/*******************************/
.thanks {
    width: 100%;
    margin: 0 auto;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    margin-top: 7rem;
}
.thanks img {
    width: 100%;
}
@media only screen and (min-width:1024px) {
    .thanks img {
        width: 40%;
    }
}
p.priv {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding: 5rem 4rem;
    font-family: sans-serif;
    color: #222;
    font-weight: bolder;
    font-size: 3rem;
}
p.points {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding: 5rem 4rem;
    font-family: sans-serif;
    color: #313131;
    font-weight: bolder;
    font-size: 1.8rem;
}
.og {
    display: none;
}
