* {
    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 load animation*/

.spinner-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #222222;
    background: url(images/loader.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, transparent 20%, transparent 20%, transparent 90%, rgba(255,0,0,1) 20%);
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 90%;
    height: 90%;
    background-color: transparent;
    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;
    }
}
*/











/*promo 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: red !important;
    border-radius: 20px;
}

.promo a {
    font-size: 1.3rem;
    text-decoration: none;
    list-style: none;
    color: #fff;
}

.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: 65rem;
        height: 35rem;
        background: url(images/popup-768.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: #fff;
    }

}

@media only screen and (min-width:1024px) {

    .contentBox {
        position: relative;
        width: 80rem;
        height: 40rem;
        background: url(images/popup-1024.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: #fff;
    }

}




.breaker {
    width: 100%;
    padding: 1rem 1rem;
    margin: 2rem auto;
    text-align: center;
}



/*top contact*/
.top {

    background: #fff;
    height: 8rem;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    border-bottom: 2px solid #1b5932;

}

.top i {
    color: #f8cc18;
    margin-right: .3rem;
    font-size: 1.3rem;
    padding: .5rem;
    border-radius: 50%;
    border: 3px solid #1b5932;

}

.top p {
    color: #1b5932;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 1.3rem;
    display: block;
    margin: 0 auto;
    padding: 1rem 1rem;
    line-height: 6rem;
    font-weight: 700;
}

.top a.top-2 {
    float: left;
}



@media only screen and (min-width:768px) {
    .top {


        display: block;

    }

    .top img {
        display: none;
    }

    .top i {
        font-size: 2rem;
        padding: 1rem;
        margin-right: 1rem;
    }

    .top p {
        font-size: 1.8rem;
        line-height: 6rem;
    }
}

@media only screen and (min-width:1024px) {


    .top i {
        font-size: 2.2rem;
    }

    .top p {
        font-size: 2rem;
    }
}

@media only screen and (min-width:1280px) {


    .top i {
        font-size: 2.2rem;
    }

    .top p {
        font-size: 2.5rem;
    }
}







/*navigation start*/

.header {
    z-index: 999;
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    background: #fff;
}

.header.sticky {
    top: 0;
    background: #fff;
    padding: 1.5rem 1.5rem;
    transition: all 0.5s ease-in;
    box-shadow: 2px 2px 5px #000;
    width: 99.5%;

}

.header.sticky:hover {
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}



.header .brand img {
    width: 12rem;
}

.header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu a {
    font-size: 1.8rem;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #1b5932;
    margin: 0 3rem;
    padding: .5rem 1rem;
    border-radius: 20px;
    transition: all 0.2s ease-in;
}

.menu a:hover {
    background: #f8cc18;
    color: #fff;
    font-weight: 500;
}

.header .btn {
    color: #1b5932;
    cursor: pointer;
    display: none;
}

.header i {
    font-size: 2.5rem;
}

@media (max-width:1060px) {

    .header .btn {
        display: flex;

    }

    .header .menu {
        position: fixed;
        background: #f8cc18;
        flex-direction: column;
        max-width: 25rem;
        height: 100vh;
        top: 0;
        right: -100%;
        padding: 8rem 1rem;
        transition: all 0.5s ease;
    }

    .header .menu.active {
        right: 0;
    }


    .header .menu .close-btn {
        position: absolute;
        top: 0;
        left: 0;
        margin: 2.5rem;
    }

    .header .menu a {
        display: block;
        font-size: 2rem;
        margin: 2rem;
        padding: 0 1.5rem;
    }

}

@media (max-width:500px) {

    .header .btn {
        display: flex;

    }

    .header .menu {
        position: fixed;
        background: #f8cc18;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        top: 0;
        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 - 10rem);

}

.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: 6rem;
    padding: .5rem 1rem;
    . color: #222 !important;
    background: #fff;
    border: 2px solid #1b5932;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    z-index: 99;
    /*    display: none;*/
}









@media only screen and (min-width:768px) {
    .header .brand img {
        width: 14rem;
    }

    /*Landing Page bg vid style large*/
    .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 - 10rem);

    }

    .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: #222 !important;
        background: #fff;
        border: 2px solid #1b5932;
        border-radius: 10px;
        font-size: 2rem;
        font-weight: 600;
        display: flex;
    }

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


















/*about start*/

.about {
    max-width: 120rem;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    font-family: 'Cormorant Garamond', sans-serif;
}

h2.ab {
    padding: 8rem 0 0 0;
    font-size: 3.2rem;
    color: #1b5932;
    text-align: left;
    margin-left: 3rem;
    font-weight: 600;
    /*    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}

h3.msg {
    text-align: center;
    padding: 2rem 0 2rem 0;
    font-size: 2.5rem;
    color: #444;
    font-weight: 700;
    letter-spacing: 1px;
}

h4.msg {
    text-align: left;
    margin-left: 3rem;
    padding: 0rem 0 2rem 0;
    font-size: 1.5rem;
    color: #222;
    font-weight: 600;
}

.msg hr {
    border-top: 2px solid #1b5932;
    width: 65%;
    margin: 0 auto;
    padding: 0rem;
}

@media only screen and (min-width:768px) {
    h2.ab {
        padding: 7rem 0 0 0;
        font-size: 3.8rem;
        margin-left: 5rem;
        font-weight: 600;
    }

    h3.msg {
        text-align: center;
        padding: 2rem 0 1rem 0;
        font-size: 3rem;
    }

    h4.msg {

        margin-left: 5rem;
        padding: 0 0 1rem 0;
        font-size: 1.8rem;
    }

    .msg hr {
        border-top: 2px solid #1b5932;
        width: 65%;
    }
}

@media only screen and (min-width:1024px) {
    h2.ab {
        padding: 8rem 0 0 0;
        font-size: 4.2rem;
        margin-left: 3rem;
        font-weight: 600;
    }

    h3.msg {
        text-align: center;
        padding: 2rem 0 2rem 0;
        font-size: 3.8rem;
    }

    h4.msg {

        margin-left: 7rem;
        padding: 0 0 2rem 0;
        font-size: 1.9rem;
    }

    .msg hr {
        border-top: 3px solid #1b5932;
        width: 80%;
    }
}


@media only screen and (min-width:1280px) {
    h2.ab {
        padding: 8rem 0 2rem 0;
        font-size: 7rem;
        margin-left: 3rem;
        font-weight: 600;
    }

    h3.msg {
        text-align: center;
        padding: 2rem 0 2rem 0;
        font-size: 3.8rem;
    }

    h4.msg {

        margin-left: 10rem;
        padding: 0 0 1rem 0;
        font-size: 2rem;
    }

    .msg hr {
        border-top: 1px solid #1b5932;
        width: 85%;
    }
}



h3.who {
    text-align: center;
    padding: 2rem 0 2rem 0;
    font-size: 2.5rem;
    color: #f8cc18;
    font-weight: 700;
    letter-spacing: 1px;
}

h4.ab {
    text-align: left;
    margin-left: 3rem;
    padding: 0rem 0 2rem 0;
    font-size: 1.5rem;
    color: #222;
    font-weight: 600;
}

.name-content {
    padding: 1rem;
    margin: 1rem auto;
    width: 100%;
}

.name-content img {
    /*    height:30rem;*/
    width: 60%;
    object-fit: contain;
    padding: 0;
    /*   border:2px solid #444;*/
    border-radius: 5px;
}

p.name {
    text-align: center;
    padding: 1rem 0 0rem 0;
    font-size: 1.5rem;
    color: #444;
    font-weight: 500;
}

p.name span {
    font-size: 1.5rem;
    color: #f8cc18;
    font-weight: bolder;
}


@media only screen and (min-width:768px) {


    h3.who {
        text-align: center;
        padding: 2rem 0 1rem 0;
        font-size: 3rem;
    }

    h4.ab {

        text-align: center;
        padding: 0 0 2rem 0;
        font-size: 1.8rem;
    }

    .name-content {
        padding: .5rem;
        margin: 1rem auto;
        border: none;
        width: 95%;
    }

    .name-content img {
        /*    height:40rem;*/
        width: 80%;
        object-fit: contain;
        padding: .5rem;
        border: none;
        border-radius: 5px;
    }

    p.name {
        text-align: center;
        padding: 1rem 0 1rem 0;
        font-size: 2rem;
        color: #444;

    }

    p.name span {
        font-size: 2rem;
        color: #f8cc18;
        font-weight: bolder;
    }


}

@media only screen and (min-width:1024px) {


    h3.who {
        text-align: center;
        padding: 3rem 0 2rem 0;
        font-size: 3.8rem;
    }

    h4.ab {
        text-align: center;
        padding: 0 0 4rem 0;
        font-size: 1.9rem;
    }

    .name-content {
        padding: .5rem;
        margin: 1rem auto;
        border: none;
        width: 90%;
    }

    .name-content img {
        /*    height:50rem;*/
        width: 100%;
        object-fit: contain;
        padding: .5rem;
        border: none;
        border-radius: 5px;
    }

    p.name {
        text-align: center;
        padding: 1rem 0 2rem 0;
        font-size: 2.2rem;
        color: #444;

    }

    p.name span {
        font-size: 2.2rem;
        color: #1b5932;
        font-weight: bolder;
    }

}

@media only screen and (min-width:1280px) {


    h3.who {
        text-align: center;
        padding: 4rem 0 2rem 0;
        font-size: 3.8rem;
    }

    h4.ab {
        text-align: center;

        padding: 0 0 4rem 0;
        font-size: 2rem;
    }

    .name-content {
        padding: .5rem;
        margin: 1rem auto;
        border: none;
        width: 80%;
    }

    .name-content img {
        /*    height:25rem;*/
        width: 100%;
        object-fit: contain;
        padding: .5rem;
        /*    order:2px solid #1b5932;*/
        border-radius: 5px;
    }

    p.name {
        text-align: center;
        padding: 1rem 0 2rem 0;
        font-size: 2.4rem;
        color: #444;

    }

    p.name span {
        font-size: 2.4rem;
        color: #1b5932;
        font-weight: bolder;
    }

}


/*when diagram start*/










/*option 1 timeline*/
.when {
    width: 100%;
    height: inherit;
    padding: 0;
    margin: 0;
    background: transparent;
    /*    color:crimson;*/


}

h3.whe {
    color: #fff;
    padding: 6rem 0 2rem 0;
    text-align: center;
    /*    margin-left:4rem;*/
    font-size: 5rem;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
}

.when .wrapper {
    background: transparent;
    max-width: 1080px;
    margin: 5rem auto;
    padding: 1rem 2rem;
    position: relative;
}

.when .wrapper .center-line {
    position: absolute;
    content: "";
    height: 90%;
    width: .5rem;
    background: #f8cc18;
    left: 50%;
    transform: translateX(-50%);
}

.when .wrapper .row {
    display: flex;
    padding: 1rem;
}

.when .wrapper .row-1 {
    justify-content: flex-start;
}

.when .wrapper .row-2 {
    justify-content: flex-end;
}

.when .wrapper .row-3 {
    justify-content: flex-start;
}

.when .wrapper .row-4 {
    justify-content: flex-end;
}



.when .wrapper .row section {
    background: #1b5932;
    border-radius: 5px;
    width: calc(50% - 4rem);
    padding: 2rem;
    position: relative;
}

/*---timeline circles---*/
.when .wrapper .row section::before {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: #1b5932;
    top: 2.8rem;
    /*    z-index: -1;*/
    transform: rotate(45deg);
}

.row-1 section::before {
    right: -7px;
}

.row-2 section::before {
    left: -7px;
}

.row-3 section::before {
    right: -7px;
}

.row-4 section::before {
    left: -7px;
}

.when .wrapper .row section .icon {
    position: absolute;
    background: #1b5932;
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    color: #f8cc18;
    font-size: 2rem;
    top: 1.3rem;
    box-shadow: 0 0 0 4px #f8cc18, inset 0 2px 0 rgba(2, 2, 2, 0.8), 0 3px 0 4px rgba(2, 2, 2, 0.5);
}


.row-1 section .icon {
    right: -6rem;
}

.row-2 section .icon {
    left: -6rem;
}


.row-3 section .icon {
    right: -6rem;
}

.row-4 section .icon {
    left: -6rem;
}

/*circles end*/

.when .wrapper .row section .destails {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details .title {
    font-size: 3.5rem;
    font-family: 'Cormorant Garamond', sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
}

.row section p {
    padding: 1rem 0 1rem 0;
    font-family: 'Cormorant Garamond', sans-serif;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .5px;
}

/*-----------------media queries option 1-----------*/

@media (max-width:768px) {
    .when .wrapper .center-line {
        left: 5rem;
    }

    .when .wrapper .row {
        margin: 3rem 0 .3rem 6rem;
    }

    .when .wrapper .row section {
        width: 100%;
    }

    .row-1 section::before {
        left: -7px;

    }

    .row-3 section::before {
        left: -7px;

    }

    .when .wrapper .row section .icon {
        left: -6rem;
    }



}

/*timeline ended-------------------------------------------------------------*/





.story {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

h2.sto {
    padding: 4rem 0 0rem 0;
    color: #1b5932;
    text-align: left;
    font-size: 3.5rem;
    margin-left: 3rem;
    font-weight: 500;
}

h3.st {
    text-align: left;
    margin-left: 1rem;
    padding: 1.5rem 0 2rem 0;
    color: #1b5932;
    font-size: 2.5rem;
    font-weight: 600;
}

p.st {
    text-align: center;
    padding: .5rem 0 .5rem 0;
    color: #444;
    font-weight: 600;
    font-size: 1.4rem;

}


.story-1 i {
    text-align: center;
    font-size: 3.5rem;
    color: red;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 0 0;
}

.story-2 i {
    text-align: center;
    font-size: 3.5rem;
    color: #444;
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 0 0;
}









@media only screen and (min-width:768px) {
    h2.sto {
        padding: 2rem 0 0rem 0;
        text-align: left;
        font-size: 4rem;
        margin-left: 3rem;
        font-weight: 600;
    }


    .story-1 {
        margin: 0 auto;
    }

    .story-2 {
        margin: 0 auto;
    }

    h3.st {
        text-align: center;
        margin-left: 0rem;
        padding: 2rem 0 1rem 0;
        color: #1b5932;
        font-size: 3rem;
        font-weight: 600;
    }

    p.st {
        text-align: left;
        padding: .5rem 0 .5rem 0;
        color: #444;
        font-weight: 600;
        font-size: 1.6rem;

    }


    .story-1 i {
        text-align: center;
        font-size: 4rem;
        color: red;


        padding: 1.5rem 0 0 0;
    }

    .story-2 i {
        text-align: center;
        font-size: 4rem;
        color: #444;

        padding: 1.5rem 0 0 0;
    }





    .story-1 {
        width: 100%;
    }

    .story-2 {
        width: 100%;
    }



}

@media only screen and (min-width:1024px) {
    h2.sto {
        padding: 2rem 0 1rem 0;
        text-align: left;
        font-size: 5rem;
        margin-left: 3rem;
        font-weight: 600;
    }


    .story-1 {
        margin: 0 auto;
    }

    .story-2 {
        margin: 0 auto;
    }

    h3.st {
        text-align: left;
        margin-left: 3rem;
        padding: 2rem 0 1rem 0;
        color: #1b5932;
        font-size: 4rem;
        font-weight: 600;
    }

    p.st {
        text-align: left;
        padding: .5rem 0 .5rem 0;
        color: #444;
        font-weight: 600;
        font-size: 1.8rem;

    }


    .story-1 i {
        text-align: left;
        font-size: 6rem;
        color: red;
        padding: 1.5rem 0 0 0;
    }

    .story-2 i {
        text-align: left;
        font-size: 6rem;
        color: #444;
        padding: 1.5rem 0 0 0;
    }

    .story-1 {
        width: 100%;
    }

    .story-2 {
        width: 100%;
    }

}

@media only screen and (min-width:1440px) {
    h2.sto {
        padding: 3rem 0 2rem 0;

        text-align: left;
        font-size: 5rem;
        margin-left: 3rem;
        font-weight: 600;
    }


    .story-1 {
        margin: 0 auto;
    }

    .story-2 {
        margin: 0 auto;
    }

    h3.st {
        text-align: left;
        margin-left: 3rem;
        padding: 2rem 0 1rem 0;
        color: #1b5932;
        font-size: 4rem;
        font-weight: 600;
    }

    p.st {
        text-align: left;
        padding: .5rem 0 .5rem 0;
        color: #444;
        font-weight: 600;
        font-size: 1.8rem;

    }


    .story-1 i {
        text-align: left;
        font-size: 6rem;
        color: red;
        padding: 1.5rem 0 0 0;
    }

    .story-2 i {
        text-align: left;
        font-size: 6rem;
        color: #444;
        padding: 1.5rem 0 0 0;
    }





    .story-1 {
        width: 100%;
    }

    .story-2 {
        width: 100%;
    }



}

/*ethical section start*/

.ethical {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: contain;

}

h2.edge {

    padding: 2rem 0 0rem 0;
    color: #1b5932;
    text-align: left;
    font-size: 3rem;
    margin-left: 1rem;
    font-weight: 500;
}


h3.ethic {
    padding: 2rem 0 .5rem 0;
    color: #444;
    font-size: 2.8rem;
    text-align: left;
    margin-left: 2rem;
}

p.ethic {
    color: #444;
    padding: .5rem .5rem 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
}





@media only screen and (min-width:768px) {
    .ethical {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        /*    background:#fff;*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: local;
        object-fit: contain;

    }



    h2.edge {
        padding: 4rem 0 1rem 0;

        text-align: left;
        font-size: 4rem;
        margin-left: 2rem;
        font-weight: 600;
    }


    h3.ethic {
        padding: 2rem 0 1rem 0;
        font-size: 3rem;
        text-align: center;
        font-weight: 600;
    }

    p.ethic {

        padding: .5rem .5rem 2rem .5rem;
        font-size: 1.8rem;
        text-align: left;
        margin-left: 3rem;
        font-weight: 600;
    }


}

@media only screen and (min-width:1024px) {
    .ethical {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        /*    background:#fff;*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;


    }



    h2.edge {
        padding: 6rem 0 2rem 0;

        text-align: left;
        font-size: 5rem;
        margin-left: 3rem;
        font-weight: 600;
    }

    h3.ethic {
        padding: 1rem 0 1.5rem 0;

        font-size: 4.2rem;
        text-align: left;
        margin-left: 3rem;
    }

    p.ethic {

        padding: 1rem 1rem 3rem 1rem;
        font-size: 2rem;
        text-align: left;

    }
}


@media only screen and (min-width:1440px) {




    h2.edge {
        padding: 6rem 0 2.5rem 0;
        text-align: left;
        font-size: 6rem;
        margin-left: 5rem;
        font-weight: 600;
    }

    h3.ethic {
        padding: 1rem 0 1.5rem 0;

        font-size: 3.5rem;
        text-align: left;
        margin-left: 5rem;
    }

    p.ethic {

        padding: 2.5rem 4rem 4rem 4rem;
        font-size: 1.8rem;
        text-align: left;

    }



}



/*----------------statement start------------*/
.statement {
    width: 100%;
    padding: 0rem;
    margin: 0;
    background: transparent;

}

h3.stat {
    padding: 1.5rem 0 .5rem 0;
    color: #f8cc18;
    text-align: left;
    font-size: 3rem;
    margin-left: 4rem;
}

p.stat {
    text-align: left;
    margin-left: 4rem;
    font-size: 1.3rem;
    color: #444;
    font-weight: 600;
}

p.stats {
    text-align: left;
    margin-left: 4rem;
    padding: .7rem 0;
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
}

.statement i {
    color: #1b5932;
    margin-right: 1rem;
}


@media only screen and (min-width:768px) {
    .statement {
        width: 90%;
        padding: 0rem;
        margin: 0 auto;
        /*    background:#fff;*/

    }


    h3.stat {
        padding: 1.5rem 0 .5rem 0;
        color: #f8cc18;
        text-align: center;
        font-size: 3.5rem;
        margin-left: 0rem;
    }

    p.stat {
        text-align: left;
        margin-left: 1rem;
        font-size: 1.5rem;
        color: #444;
        font-weight: 600;
    }

    p.stats {
        text-align: left;
        margin-left: 4rem;
        padding: .7rem 0;
        color: #222;
        font-size: 1.7rem;
        font-weight: 600;
    }

    .statement i {
        color: #1b5932;
        margin-right: 1rem;
    }

}

@media only screen and (min-width:1024px) {
    .statement {
        width: 90%;
        padding: 0rem;
        margin: 0 auto;
        /*    background:#fff;*/

    }


    h3.stat {
        padding: 2rem 0 1.5rem 0;
        color: #f8cc18;
        text-align: center;
        font-size: 4rem;
        margin-left: 0rem;
    }

    p.stat {
        text-align: left;
        margin-left: 1rem;
        font-size: 1.7rem;
        color: #444;
        font-weight: 600;
    }

    p.stats {
        text-align: left;
        margin-left: 8rem;
        padding: .7rem 0;
        color: #222;
        font-size: 1.9rem;
        font-weight: 600;
    }

    .statement i {
        color: #1b5932;
        margin-right: 1rem;
    }

}

@media only screen and (min-width:1440px) {
    .statement {
        width: 90%;
        padding: 0rem;
        margin: 0 auto;
        /*    background:#fff;*/

    }


    h3.stat {
        padding: 2rem 0 1.5rem 0;
        color: #f8cc18;
        text-align: center;
        font-size: 4.5rem;
        margin-left: 0rem;
    }

    p.stat {
        text-align: left;
        margin-left: 1rem;
        font-size: 1.9rem;
        color: #444;
        font-weight: 600;
    }

    p.stats {
        text-align: left;
        margin-left: 8rem;
        padding: .7rem 0;
        color: #222;
        font-size: 2.1rem;
        font-weight: 600;
    }

    .statement i {
        color: #1b5932;
        margin-right: 1rem;
    }

}

/*-----------------------------tribute*/



.tribute {
    width: 90%;
    padding: 2rem 0 0 0;
    margin: 0 auto;
    background: transparent;
}

.tribs {
    padding: 0;
    width: 30rem;
    height: inherit;
    box-shadow: 2px 3px 10px #000;

}

.tribs img {
    object-fit: cover;
}


h2.trib {
    padding: 4rem 0 0rem 0;
    color: #1b5932;
    text-align: left;
    font-size: 3rem;
    margin-left: 2rem;
    font-weight: 600;
}


p.trib {
    text-align: left;
    padding: 1rem;
    color: #444;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 1rem;
}




@media only screen and (min-width:768px) {

    h2.trib {
        padding: 4rem 0 1rem 0;
        color: #1b5932;
        text-align: left;
        font-size: 4rem;
        margin-left: 2rem;
        font-weight: 600;
    }

    p.trib {
        text-align: left;
        padding: 1rem;
        color: #444;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .tribute .trib-bg {
        margin-top: 6rem;
        background: url(images/dad-1.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
        width: 100%;
        margin: 0 auto;
        height: 45rem;
        box-shadow: 2px 2px 10px #000;
    }


}


@media only screen and (min-width:1024px) {
    h2.trib {
        padding: 6rem 0 2rem 0;
        color: #1b5932;
        text-align: left;
        font-size: 2rem;
        margin-left: 5rem;
        font-weight: 600;
    }

    p.trib {
        text-align: left;
        padding: 1rem;
        color: #444;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .tribute .trib-bg {
        margin-top: 6rem;
        background: url(images/dad-2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
        width: 100%;
        margin: 0 auto;
        height: 50rem;
        box-shadow: 2px 2px 10px #000;
    }


}

@media only screen and (min-width:1440px) {
    h2.trib {
        padding: 5rem 0 2.5rem 0;
        color: #1b5932;
        text-align: left;
        font-size: 6rem;
        margin-left: 2rem;
        font-weight: 600;
    }

    p.trib {
        text-align: left;
        padding: 1rem;
        color: #444;
        font-weight: 600;
        font-size: 1.8rem;
    }

}


.ends {
    width: 90%;
    padding: 1rem 0 0 0;
    background: transparent !important;
    margin: 0 auto;
    margin-top: 3rem;
    text-align: center;
}

.ends img {
    padding: 2rem;
}

h3.end {
    text-align: center;
    color: #444;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0rem 0 2rem 0;
    letter-spacing: 1px;
}

@media only screen and (min-width:768px) {
    h2.end {

        font-size: 3.8rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 0 1rem 0;


    }

    h3.end {

        font-size: 2rem;
        font-weight: 600;
        padding: 0rem 0 2rem 0;

    }
}

@media only screen and (min-width:1024px) {
    h2.end {

        font-size: 4.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 0 1rem 0;


    }

    h3.end {

        font-size: 2.4rem;
        font-weight: 600;
        padding: 0rem 0 2rem 0;

    }
}


@media only screen and (min-width:1440px) {
    h2.end {

        font-size: 5rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 0 1rem 0;


    }

    h3.end {

        font-size: 3rem;
        font-weight: 600;
        padding: 0rem 0 2rem 0;

    }
}



/*------------find us ---------------------*/


.connect {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}

h3.hrs {
    padding: 1.5rem 0 .5rem 0;
    text-align: center;
    color: #1b5932;
    font-size: 2.3rem;
}

p.hrs {
    text-align: left;
    margin-left: 25%;
    color: #444;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: .2rem 0 .2rem 0;
}

p.hrs span {
    float: right;
    margin-right: 40%;
    color: #1b5932;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1px;

}

h4.mail {
    padding: .5rem 0 .5rem 20%;
    text-align: left;
    color: red;
    font-size: 2rem;
    font-weight: 600;
}


.connect i {
    margin-right: 1rem;
    color: #f8cc18;
}

.connect iframe {
    padding: 1rem;
}

@media only screen and (min-width:768px) {
    h3.hrs {
        padding: 1rem 0 1rem 0;
        text-align: center;
        color: #1b5932;
        font-size: 2.5rem;
        font-weight: 500;
    }

    p.hrs {
        text-align: left;
        margin-left: 10%;
        color: #444;
        font-weight: 700;
        font-size: 1.6rem;
        letter-spacing: .5px;
        padding: .3rem 0 .3rem 0;
    }

    p.hrs span {
        float: right;
        margin-right: 18%;
        color: #1b5932;
        font-weight: 600;
        font-size: 1.6rem;
        letter-spacing: 1px;

    }

    h4.mail {
        padding: .5rem 0 .5rem 20%;
        text-align: left;
        color: red;
        font-size: 2rem;
        font-weight: 600;
    }

    .connect i {
        margin-right: 1rem;
        color: #1b5932;
    }

}

@media only screen and (min-width:1024px) {
    h3.hrs {
        padding: 1rem 0 1rem 0;
        text-align: center;
        color: #1b5932;
        font-size: 2.7rem;
        font-weight: 500;
    }

    p.hrs {
        text-align: left;
        margin-left: 15%;
        color: #444;
        font-weight: 700;
        font-size: 1.8rem;
        letter-spacing: .5px;
        padding: .3rem 0 .3rem 0;
    }

    p.hrs span {
        float: right;
        margin-right: 20%;
        color: #1b5932;
        font-weight: 600;
        font-size: 1.8rem;
        letter-spacing: 1px;

    }

    h4.mail {
        padding: .5rem 0 .5rem 20%;
        text-align: left;
        color: red;
        font-size: 2rem;
        font-weight: 600;
    }

    .connect i {
        margin-right: 1rem;
        color: #1b5932;
    }

}

.fa-map-marker {
    color: red !important;
}



.social {
    width: 100%;
    height: 8rem;
    background: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.social i {
    font-size: 2rem;
}

.fa-facebook-square {
    color: #3b5998 !important;
}

.fa-instagram-square {
    color: #e1306c !important;
}

.fa-youtube {
    color: #ff0000 !important;
}

@media only screen and (min-width:768px) {
    .social i {
        font-size: 3rem;
    }

}

@media only screen and (min-width:1024px) {
    .social i {
        font-size: 4rem;
    }

}


/*services start*/

.services {

    max-width: 120rem;
    margin: 0 auto;
    height: 100%;
    padding: 6rem 0;
    text-align: center;
    background: transparent;
}


h2.serv {
    padding: 6rem 0 0 0;
    font-size: 3.2rem;
    color: #1b5932;
    text-align: left;
    margin-left: 3rem;
    font-weight: 600;
}


/*card start*/
.service {
    padding: 1.5rem;
}


.card {
    height: 100%;
    width: 100%;
    padding: 2rem 2.5rem;
    margin-right: 3rem;
    margin-top: 2rem;
    background: transparent !important;
    border-radius: 10px;
    /*    border:3px solid #1b5932;*/

    transition: all 0.35s ease;
    border: none;
}

.card:hover {
    transform: rotate(-5deg);
    background: #fff !important;
    box-shadow: 3px 5px 10px #000;
}

.services i {
    font-size: 3.5rem;
    color: #f8cc18;

}

h1.serv {
    padding: 2rem 0rem;
    color: #1b5932;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
}

p.serv {
    text-align: left;
    padding: .8rem 0 0 0;
    color: #444;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: .8px;

}

@media only screen and (min-width:768px) {
    h2.serv {

        font-size: 3.8rem;
        margin-left: 5rem;
        font-weight: 600;
    }

    .services i {
        font-size: 3.5rem;


    }

    h1.serv {
        padding: 2rem 0rem;
        color: #1b5932;
        font-size: 3rem;
        font-weight: 600;
    }

    p.serv {
        text-align: left;
        padding: .8rem 0 0 0;
        color: #444;
        font-size: 1.5rem;
        font-weight: 600;

    }

}

@media only screen and (min-width:1024px) {
    h2.serv {
        padding: 8rem 0 0 0;
        font-size: 4.2rem;
        margin-left: 7rem;
        font-weight: 600;
    }

    .services i {
        font-size: 4rem;


    }

    h1.serv {
        padding: 2rem 0rem;
        color: #1b5932;
        font-size: 2.5rem;
        font-weight: 600;
    }

    p.serv {
        text-align: left;
        padding: 1rem 0 0 0;
        color: #444;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 1px;
    }
}


@media only screen and (min-width:1280px) {
    h2.serv {
        padding: 4rem 0 0 0;
        font-size: 5rem;
        margin-left: 10rem;
        font-weight: 600;
    }

}


@media only screen and (min-width:1440px) {
    .services i {
        font-size: 5rem;


    }
}




/*products section main page*/

.prods {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

h2.prodss {
    padding: 8rem 0 3rem 0;
    font-size: 3.2rem;
    color: #1b5932;
    text-align: left;
    margin-left: 6rem;
    font-weight: bold;
}

.img-slider {
    position: relative;
    height: 60rem;
    width: 90rem;
    margin: 1rem;
}

.img-slider .slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}



.img-slider .slide img {
    z-index: 1;
    border-radius: 5px;
    width: 100%;
}

.info {
    position: absolute;
    top: 0;
    padding: 1.5rem 3rem;
}

.info h2 {
    padding: 0rem 0 1rem 0;
    font-size: 3.2rem;
    color: #1b5932;
    text-align: left;
    margin-left: 0rem;
    font-weight: 600;
}

.info p {
    text-align: left;
    padding: .8rem 0 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    width: 60%;
    border-radius: 5px;
    padding: 1rem;
}


/*circles------------------------------------------*/

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
}

.img-slider .navigation .crcl {
    background: rgba(255, 255, 255, 0.5);
    width: 1.2rem;
    height: 1.2rem;
    margin: 1rem;
    border-radius: 50%;
    border: 2px solid #1b5932;
    cursor: pointer;
}

.img-slider .navigation .crcl.active {
    background: #f8cc18;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.85);
}



@media (max-width: 820px) {
    .img-slider {
        width: 60rem;
        height: 37.5rem;
    }

    .img-slider .slide .info {
        padding: 1rem 2.5rem;
    }

    .info p {

        padding: .8rem 0 0 0;
        font-size: 1.2rem;
        width: 100%;
        padding: .5rem;
    }

    .img-slider .navigation {
        z-index: 2;
        position: absolute;
        display: flex;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:450px) {
    .img-slider {
        width: 60rem;
        height: 37.5rem;
    }

    .img-slider .slide .info {
        padding: 1rem 2.5rem;
    }

    .info p {

        padding: .8rem 0 0 0;
        font-size: 1.2rem;
        width: 100%;
        padding: .5rem;
    }

    .img-slider .navigation {
        z-index: 2;
        position: absolute;
        display: flex;
        bottom: 10rem;
        left: 50%;
        transform: translateX(-50%);
    }

    h2.prodss {
        padding: 8rem 0 4rem 0;
        font-size: 3.2rem;
        color: #1b5932;
        text-align: left;
        margin-left: 3rem;
        font-weight: 600;
    }
}
























/*--------------product display pages-------------------*/
.products {
    background: #1b5932;
    max-width: 120rem;
    padding: 10rem 0 0 0;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.product-list {
    height: 100%;
    width: 80%;
    background: #fff;
    margin: 0 auto;
}


h2.prod {
    color: #444 !important;
    font-size: 2.5rem;
}


.product-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.product-container .card img {
    width: 100%;
    height: 25rem;
    border-radius: 5px;
    object-fit: contain;
}

@media only screen and (min-width:768px) {
    .product-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 2rem;
    }

}

@media only screen and (min-width:1024x) {}



@media only screen and (min-width:1230px) {}




@media only screen and (min-width:1440px) {
    .product-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 2rem;
    }

}


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


.brands {
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}


.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);
}


/*----------------------------------------------------------------------connect area----------------------------------------------------------------*/
.bg-con {
    width: 100% !important;
    height: 40rem;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.85);
    margin-top: 3rem;
    background: url(images/interaction-5334529_1920.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}

.bg-contact {
    width: 100% !important;
    height: 40rem;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.85);
    margin-top: 3rem;
    background: url(images/meeting.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}








/*-----------------youtube-------------------------------*/

.vid {
    max-width: 120rem;
    margin: 0 auto;

}

h2.conts {
    padding: 6rem 0 3rem 0;
    font-weight: 600;
    color: #444;
    font-size: 3.5rem;
    margin: 1rem;

}

.yt {
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
    text-align: center;
}

.yt-vid {
    padding: 4rem 2rem 0 2rem;
}

.yt-vid iframe {
    padding: 1.5rem;
}







/*contact*/

.contact {
    max-width: 120rem;
    padding: 2rem;
    ;
    margin: 0 auto;
    background: transparent;
    margin-top: 3rem;


}




.contact .contact-content .column {
    width: 100%;
    margin-bottom: 3rem;
}

h3.con {
    padding: 8rem 0 4rem 1rem;
    font-size: 4rem;
    color: #1b5932;
    font-family: 'Cormorant Garamond', sans-serif;
    text-align: center;
    font-weight: 600;
}





/*contact form*/

.contact .right form .fields {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.contact .right form .field,
.contact .right form .fields .field {
    height: 4rem;
    width: 100%;
    margin-bottom: 15px;

}

.contact .right form .textarea {
    height: 8rem;
    width: 100%;
}

.contact .right form .name {
    margin-right: 10px;

}

.contact .right form .email {
    margin-left: 10px;
}

.contact .right form .field input,
.contact .right form .textarea textarea {
    width: 100%;
    height: 100%;
    border: 2px solid #1b5932;
    border-radius: 6px;
    outline: none;
    padding: 0 1.2rem;
    font-size: 1.5rem;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    color: #1b5932;
    background: #fff;
}

.contact .right form .textarea textarea {
    padding-top: 10px;
    resize: none;
}

.contact .right form .button {
    height: 3rem;
    width: 10rem;
}


.contact .right form .button button {
    width: 100%;
    height: 100%;
    outline: none;
    border: 3px solid #f8cc1c;
    color: #1b5932;
    font-family: 'Cormorant Garamond', sans-serif;
    background: transparent;
    border-radius: 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width:900px) {
    .contact .contact-content .column {
        width: calc(90% - 3rem);
    }

}



/*----------------facebook and Ig insets */

.soc-plug {
    margin: 0 auto;
    padding: 4rem 0 2rem 0;
    width: inherit;
}

.soc-plug iframe {
    margin-top: 0rem;
}

iframe {
    margin: 0 auto;
    margin-top: 4rem;
    text-align: center;
}



.promotion {
    margin: 0rem auto;
    text-align: center;
    padding: 6rem 0 0 0;
    /*    box-shadow: 2px 5px 15px rgba(0,0,0,0.85);     */
    width: 85%;
    padding: 2rem 0 0 0;
    background: transparent;
}

.promotion img {
    width: 85%;
    padding: 6rem 0 0 0;
}


/*footer*/


.copy {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #1b5932;
}

.copy p.cop {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .3px;
}




@media only screen and (min-width:900px) {
    .copy p.cop {
        color: #fff;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

}



.og {
    display: none;
}




p {
    font-weight: bold !important;
}

@media only screen and (min-width:900px) {
    p {
        font-weight: bold !important;
        font-size: 1.6rem;
    }

}
