* {
    user-select: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /*    overflow: hidden;*/
}
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: 'Didact Gothic', 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 */


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


/*---------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(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;
}
.promo a {
    font-size: 1.3rem;
    text-decoration: none;
    list-style: none;
    color: #000;
    font-weight: bolder;
}
.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: #222;
        font-weight: bolder;
    }
}
@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: 2rem;
        text-decoration: none;
        list-style: none;
        color: #000;
        font-weight: bolder;
    }
}

/* scroll button angle up*/

.scroll-up-btn {
    position: fixed;
    height: 45px;
    width: 42px;
    background: #2a4362;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 2.5rem;
    z-index: 9999;
    border-radius: 5px;
}
.scroll-up-btn a {
    list-style: none;
    text-decoration: none;
}
.scroll-up-btn a i {
    color: #fff;
}
.og {
    display: none;
}
.top {
    background: #fff;
    height: 8rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    list-style: none;
}
.top i {
    color: #2a4362;
    margin-right: 0rem 2rem;
    font-size: 2.5rem;
    padding: .5rem;
    border-radius: 50%;
    border: none;
    opacity: 1;
    transition: 0.2s all ease;
}
.top i:hover {
    color: #474342;
    opacity: 0.5;
}
a.cont {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0rem 1.5rem;
    border: none;
    outline: none;
}
button.con {
    border: none;
    padding: 1.5rem 2rem;
    outline: none;
    border: 2px solid #ff0000;
    margin-left: 1rem;
    font-size: 1.7rem;
    font-weight: 400;
    color: #ff0000;
    background: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 0.2s ease;
}
button.con:hover {
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
}
@media only screen and (min-width:768px) {
    .top {
        /*    background:#101d2c;*/
        height: 100% auto;
        width: 70%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        text-decoration: none;
        list-style: none;
    }
    .top i {
        /*    color:#ffd700;*/
        margin-right: 0;
        font-size: 3rem;
        padding: 10px;
        border-radius: 50%;
        justify-content: flex-end;
        /*    border:1px solid rgba(255, 255, 255, 0.4);*/
    }
    .top p {
        /*    color:rgba(255, 255, 255, 0.4);*/
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.7rem;
        display: block;
        margin: 0 auto;
        padding: 15px;
        font-weight: 600;
    }
    .top a.top-2 {
        float: right;
    }
}

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

nav.navbar {
    position: fixed;
    width: 100%;
    padding: 3rem 0;
    transition: all 0.5s ease;
    z-index: 900;
}
nav.navbar.sticky {
    background: #2a4362;
    padding: 1.5rem 0;
    top: 0;
}
.max-width {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
}
.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo a {
    font-size: 2rem;
    color: #2a4362;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
    text-decoration: none;
}
.navbar .logo a span {
    color: #474342;
    transition: color 0.5s ease;
    font-size: 2rem;
    font-family: 'Playfair Display', sans-serif;
}
.navbar.sticky .logo a {
    color: #fff;
}
.navbar.sticky .logo a span {
    color: #fff;
}
.navbar .menu li {
    display: inline-block;
}
.navbar .menu li a {
    display: block;
    color: #2a4362;
    list-style: none;
    text-decoration: none;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.2rem;
    margin-left: 1rem;
    font-weight: bolder;
    transition: all 0.3s ease;
}
.navbar .menu li a:hover {
    color: #474342;
    opacity: 0.85;
}
.navbar.sticky .menu li a {
    color: #fff;
}
@media only screen and (min-width:1024px) {
    .max-width {
        padding: 0 4rem;
    }
    .navbar .logo a {
        font-size: 2.5rem;
    }
    .navbar .logo a span {
        font-size: 2.5rem;
    }
    .navbar .menu li a {
        font-size: 1.1rem;
        margin-left: .5rem;
    }
}
@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: #2a4362;
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    margin-right: 1rem;
}
.navbar.sticky .menu-btn {
    color: #fff;
}
@media only screen and (max-width:920px) {
    .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.85);
        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;
    }
}

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


/********Video Landing*********/


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


/*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: #2a4362;
    background: transparent;
    border: 2px solid #2a4362;
    border-radius: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    z-index: 99;
    list-style: none;
    text-decoration: none!important;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.5s ease;
}
.hero a:hover {
    color: green;
    padding: .6rem 1.1rem;
    border: 2px solid green;
}
@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: #2a4362;
        border-radius: 15px;
        font-size: 2.5rem;
        font-weight: 800;
        z-index: 100;
        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 - 20rem);
    }
}

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

main {
    padding: 0;
    height: 100%;
    width: 99%;
    background: url(images/main-bg.png);
    margin: 0 auto;
    background: ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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


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


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

.brands {
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin: 0 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 28s 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: 1rem;
    perspective: 100px;
}
.slides img {
    width: 100%;
    transition: transform 1s;
}
.slides img:hover {
    transform: translateZ(20px);
}

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


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


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

.br2 {
    width: 95%;
    margin: 3rem auto;
    text-align: center;
    height: 30rem;
    /*    box-shadow: 2px 3px 10px #2a4362;*/
    background: url(images/br-2-sm.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.br1 {
    width: 95%;
    margin: 3rem auto;
    text-align: center;
    height: 30rem;
    /*    box-shadow: 2px 3px 10px #2a4362;*/
    background: url(images/br-1-sm.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.br3 {
    width: 100%;
    margin: 3rem auto;
    text-align: center;
    height: 30rem;
    /*    box-shadow: 2px 3px 10px #2a4362;*/
    background: url(images/br-3-sm.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.br4 {
    width: 100%;
    margin: 3rem auto;
    text-align: center;
    height: 30rem;
    /*    box-shadow: 2px 3px 10px #2a4362;*/
    background: url(images/br4-sm.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (min-width:768px) {
    .br2 {
        background: url(images/br2.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .br1 {
        background: url(images/br1.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .br3 {
        background: url(images/br-3.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .br4 {
        background: url(images/br4.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
h2.quote {
    font-family: 'Josefin Sans', sans-serif;
    color: #999;
    font-weight: 300;
    font-size: 3rem;
    padding: 2rem 1rem;
    text-align: center;
}
.topper {
    width: 80%;
    margin: 3rem auto;
    display: none;
}
.toppersm {
    width: 95%;
    margin: 3rem auto;
    display: flex;
    ;
}
@media only screen and (min-width:1024px) {
    .topper {
        width: 80%;
        margin: 3rem auto;
        display: flex;
    }
    .toppersm {
        display: none;
    }
}

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


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


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

.products {
    background: transparent;
    padding: 1rem;
    margin: 0;
}
.prod-bg-1 {
    background: url(images/rbg-1-prod.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 15rem;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0
}
.prod-bg-2 {
    background: url(images/rbg-2-prod.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 25rem;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0
}
.prod-bg-3 {
    background: url(images/rbg-3-prod.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 25rem;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0
}
h2.prod {
    padding: 6rem 0 0 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    color: #2a4362;
    font-weight: 800;
}
h3.prod {
    padding: 2rem 0 2rem 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    color: #222;
    font-weight: 600;
}
h2.prods {
    padding: 4rem 0 1rem 0;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    color: darkorange;
    font-weight: 700;
    letter-spacing: 1px;
}
h3.prods {
    text-align: center;
    padding: 3rem 0;
    color: #222222;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bolder;
    font-size: 2rem;
}
p.solar {
    padding: 1rem;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    color: #444;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: .5px;
}
.products a {
    text-align: center;
    margin: 2rem auto;
    display: flex;
    justify-content: space-around;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
}
.products a button {
    background: green;
    outline: none;
    border: 2px solid green;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.25s ease;
}
.products a button:hover {
    color: green;
    background: transparent;
}
@media only screen and (min-width:768px) {
    .prod-bg-1 {
        height: 25rem;
    }
    .prod-bg-2 {
        height: 25rem;
    }
    .prod-bg-3 {
        height: 25rem;
    }
    h2.prod {
        padding: 7rem 0 0 0;
        font-size: 8rem;
        font-weight: 700;
    }
    h3.prod {
        padding: 2rem 0 2rem 0;
        font-size: 2.8rem;
        color: #222;
        font-weight: 500;
    }
    h2.prods {
        padding: 4rem 0 1rem 0;
        text-align: left;
        font-size: 4rem;
        font-weight: 800;
        letter-spacing: 1px;
        margin-left: 5rem;
        color: #2a4362
    }
    h3.prods {
        text-align: center;
        padding: 3rem 0;
        color: #222222;
        font-weight: bolder;
        font-size: 1.4rem;
    }
    p.solar {
        padding: 1rem;
        text-align: left;
        color: #444;
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: .5px;
    }
}
@media only screen and (min-width:1024px) {
    .prod-bg-1 {
        height: 40rem;
    }
    .prod-bg-2 {
        height: 40rem;
    }
    .prod-bg-3 {
        height: 40rem;
    }
    h2.prods {
        padding: 4rem 0 2rem 0;
        text-align: left;
        font-size: 5rem;
        margin-left: 5rem;
        color: #2a4362
    }
    h3.prods {
        text-align: center;
        padding: 4rem 0 2rem 0;
        color: #222222;
        font-weight: bolder;
        font-size: 2.2rem;
    }
    p.solar {
        padding: 1rem;
        text-align: left;
        color: #444;
        font-weight: 700;
        font-size: 1.6rem;
        letter-spacing: .5px;
    }
}

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


/******** Products End *********/


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


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


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


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

.testimonials {
    width: 100%;
    margin: 1rem auto;
    background: #444;
    height: inherit;
}
h2.tests {
    padding: 8rem 0 1rem 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.testimonials .item {
    max-width: 55rem;
    max-height: 55rem;
}
.shadow-effect {
    background: transparent;
    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);*/
}
.shadow-effect img {
    width: 100%;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #fff;
}
.testimonial-name {
    margin: 0px auto 0;
    display: table;
    width: auto;
    background: transparent;
    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: 'Josefin Sans', sans-serif;
    font-size: 2rem;
    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: 100%;
    margin: 0 auto;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #00145d;
    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: #00145d;
    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;
}

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


/******** Packages start *********/


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

.packages {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
}
h2.packs {
    padding: 8rem 0 0 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    color: #2a4362;
    font-weight: 800
}
h3.packs {
    text-align: center;
    padding: 3rem 0;
    color: #222222;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bolder;
    font-size: 2rem;
}
h3.packs a {
    color: #1877f2;
    list-style: none;
    text-decoration: none;
}
h3.pack {
    text-align: left;
    padding: 2rem 0;
    color: #2a4362;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    font-weight: 600;
}
h3.pack span {
    color: orangered;
    font-size: 5rem;
    font-weight: 600;
}
.card {
    margin: 2rem 0;
    padding: 1rem;
    height: inherit;
    background: transparent !important;
    outline: none;
    border: 3px solid #2a4362 !important;
    border-radius: 5px !important;
}
.card-top {
    background: #2a4362;
    height: 16rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top1 {
    background: #2a4362;
    height: 11rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top2 {
    background: #2a4362;
    height: 11rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top4 {
    background: orange;
    height: 11rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top5 {
    background: orange;
    height: 11rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top6 {
    background: #2a4362;
    height: 13rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card-top3 {
    background: green;
    height: 18rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
h2.packsm {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
    font-weight: bolder;
}
h1.packs {
    color: #fff;
    text-align: center;
    padding: 1rem 0 .5rem 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
    font-weight: bolder;
}
p.packs {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    padding;
    .5rem;
    color: #fff;
    font-size: 1.5rem
}
.item-1 {
    width: 100%;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: .5rem 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #444;
    font-size: 2rem;
}
.item-1 i {
    color: green;
}
.item-2 {
    width: 100%;
    padding: 1.5rem;
    background: transparent;
    border-radius: 10px;
    margin: .5rem 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #444;
    font-size: 2rem;
}
.item-2 i {
    color: green;
}
.item-3 {
    width: 100%;
    padding: 1.5rem;
    background: red;
    border-radius: 10px;
    margin: .5rem 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 2rem;
    font-weight: bolder;
}
.price {
    height: 5rem;
    padding: 0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a4362;
    margin: 2rem;
}
h2.pri {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 4rem;
    padding: 1rem 0 0 0;
}
.card a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    padding: 1rem 1.5rem;
}
.card a button {
    font-size: 2rem;
    border: 2px solid transparent;
    outline: none;
    border-radius: 15px;
    padding: 1rem;
    background: #075e54;
    color: #fff;
}
@media only screen and (min-width:768px) {
    h2.packs {
        padding: 8rem 0 0 0;
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 8rem;
        color: #2a4362;
        font-weight: 800
    }
}

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


/******** Packages End *********/


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


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


/******** about start *********/


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

.about {
    width: 90%;
    margin: 1rem auto;
    text-align: center;
    background: transparent;
}
.hist {
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hist img {
    width: 100%;
}
.offer {
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.quickcont {
    margin: 2rem 0;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #2a4362;
}
.quickcont a {
    color: #fff;
    text-decoration: none;
    list-style: none;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.25s ease;
}
.quickcont a:hover {
    list-style: none;
    text-decoration: none;
    color: #fff;
    opacity: 80%;
}
h2.ab {
    padding: 8rem 0 0 0;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    color: #2a4362;
    font-weight: 800
}
h3.ab {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    color: #aaa;
    font-size: 4rem;
}
p.ab {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    color: #444;
    font-size: 1.5rem;
}
@media only screen and (min-width:768px) {
    .quickcont a {
        color: #fff;
        text-decoration: none;
        list-style: none;
        font-size: 2rem;
        font-family: 'Josefin Sans', sans-serif;
        transition: all 0.25s ease;
    }
    h2.ab {
        padding: 8rem 0 0 0;
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 8rem;
        color: #2a4362;
        font-weight: 800
    }
}
@media only screen and (min-width:1024px) {
    .quickcont a {
        color: #fff;
        text-decoration: none;
        list-style: none;
        font-size: 2rem;
        font-family: 'Josefin Sans', sans-serif;
        transition: all 0.25s ease;
    }
    .hist img {
        width: 65%;
    }
    h3.ab {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 800;
        color: #aaa;
        font-size: 5rem;
    }
    p.ab {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 800;
        color: #444;
        font-size: 1.7rem;
    }
}
@media only screen and (min-width:1300px) {
    .quickcont a {
        color: #fff;
        text-decoration: none;
        list-style: none;
        font-size: 2.5rem;
        font-family: 'Josefin Sans', sans-serif;
        transition: all 0.25s ease;
    }
    .hist img {
        width: 50%;
    }
    h3.ab {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 800;
        color: #aaa;
        font-size: 6rem;
    }
    p.ab {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 800;
        color: #444;
        font-size: 2rem;
    }
}

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


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


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


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


/******** Contact start *********/


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


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

.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.cont {
    text-align: center;
    color: #2a4362;
    font-family: 'Josefin Sans', sans-serif;
    padding: 8rem 0 0 0;
    font-size: 4rem;
}
.conform {
    background: transparent;
    width: 100%;
    margin: 30px auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #2a4362;
}
@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 #2a4362;
    font-size: 13px;
    color: #444!important;
    margin-bottom: 15px;
    border-radius: 10px;
}
.inp:focus,
#msg-box:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #244362 !important;
}
::-webkit-input-placeholder {
    color: #444 !important;
}
#msg-box {
    resize: none;
    height: 170px;
}
.sub-btn {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin-left: 0;
    border: none;
    border-radius: 5px;
    background: #2a4362;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Josefin Sans', sans-serif;
}
.cont {
    margin: 3rem auto;
    text-align: center;
}

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


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


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


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


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

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: #ccc;
    font-family: 'Josefin Sans', sans-serif;
    bottom: 0;
}
.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #373435;
}
.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #2a4362;
}
.footer-about p {
    font-size: 1.3rem;
}
.footer .footer-link a {
    display: block;
    margin: 0 0 10px 5px;
    color: #373435;
    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: #373435;
    letter-spacing: 1px;
}
.footer .footer-contact p {
    text-align: left;
}
.footer .footer-contact p i {
    width: 25px;
    text-align: left;
    color: #2a4362;
}
.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: #2a4362;
}
.footer .footer-social a:last-child i {
    margin: 0;
}
.footer .footer-social a:hover i {
    color: #373435;
}
.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
}
.footer .footer-menu .f-menu a {
    color: #373435;
    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: #373435;
}
.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: #999999;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.footer .copyright p a {
    color: #373435;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer .copyright p a:hover {
    color: #aaa;
}
@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%;
    }
}

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


/******** Promotions *********/


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

.promotions {
    padding: 10rem 0 2rem 0;
    margin: 0 auto;
    width: 100%;
    background: #ddd;
}
h2.prom {
    text-align: center;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0rem 0 0 0;
    font-size: 4rem;
}
.promotions a {
    width: 90%;
    margin: 3rem auto;
    padding: 2rem 2.5rem;
    background: darkorange;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: bolder;
    font-size: 3rem;
    letter-spacing: 3px;
    transition: all 0.2s ease;
}
.promotions a:hover {
    list-style: none;
    text-decoration: none;
    color: #eee;
}

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


/******** Promotions page *********/


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

.promotionals {
    width: 90%;
    margin: 5rem auto;
    padding: 10rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.promotionals img {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 3rem 0 1rem 0;
}
.promotionals a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: #128c7e;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    border-radius: 10px;
    transition: all .25s ease;
}
.promotionals a:hover {
    list-style: none;
    text-decoration: none;
    opacity: 90%;
    color: #fff;
}
.og {
    display: none;
}
p.priv {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    padding: 5rem 4rem;
    font-family: 'Josefin Sans', 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: 'Josefin Sans', sans-serif;
    color: #313131;
    font-weight: bolder;
    font-size: 1.8rem;
}
