/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 95.153px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 85.637px */
}
h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 44.465px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 40.018px */
    margin: 0;
}
h3 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: 53px;
}
h4 {
    color: #52708E;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.5px; /* 111.719% */
    margin-bottom: 18px;
}
p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 15.009px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 13.508px */
}
hr {
    border-top: 2px solid black;
    max-width: 207px;
    margin-bottom: 45px;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: #4fcf22;
    
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 7.476px;
    background: #3ED13C;
    padding: 1% 7%;
    border: 1px solid #3ED13C;
    font-size: 36.656px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 32.99px */
    color: white;
}
button:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}
header.top {
    background-image: url("../img/gr-bg.jpg");
    background-repeat: repeat-x;
    background-size: contain;
}
.container.header {
    background-image: url("../img/gr-star.png");
    background-repeat: no-repeat;
    background-size: 60% auto;
    padding: 5% 10%;
    text-align: left;
    background-color: transparent;
    background-position: 100% 0%;
}
.container.header .logo img {
    max-width: 377px;
}
.header h1 {
    margin-bottom: 43px;
}
.header .locationContainer {
    max-width: 70%;
    margin-top: 3%;
    column-gap: 3%;
}
.header .locationContainer .info {
    text-align: center;
    padding: 5%;
}
.header .locationContainer .col-md-6 {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
}
.header .locationContainer .infoLine {
    align-items: center;
}
.header .locationContainer .icon {
    max-width: 20px;
    margin-right: 3%;
}
.header .locationContainer p {
    margin: 0;
}
.header .locationContainer button {
    margin-top: 3%;
    width: 100%;
    padding: 3%;
}


.container.header.cann {
    background: #4fcf22;
    padding: 1% 10%;
}

.container.header.cann .flex {
    column-gap: 10px;
}
.container.header.cann .number {
    width: 53px;
}

.container.header.cann .circleNum {
    width: 53px;
    height: 53px;
    background-color: #000;
    border-radius: 50%;
    line-height: 53px;
    color: white;
    font-size: 30px;
    text-align: center;
}
.container.header.cann p {
    margin: 0;
    margin-top: 3%;
}


.testimonials h2 {
    color: white;
    font-size: 73.561px;
}
.testimonials .container {
    padding: 3% 10% 3% 15%;
}
.testimonials .testBox {
    background-color: #191a23;
    border-radius: 20px;
    padding: 5% 5% 6% 5%;
}
.testimonials .testBox p {
    font-size: 14px;
    color: white;
    line-height: 15px;
    font-weight: 500;
}
.testimonials p.signature {
    color: white;
    margin-top: 8%;
    font-size: 18px;
    font-weight: 800;
}
.testimonials .starry {
    margin-bottom: 3%;
}
.testimonials .starry img {
    max-width: 50%;
}
.testimonials .triangle {
    width: 30px;
    position: relative;
    margin-left: 10%;
}
.testimonials .triangle img {
    top: 0;
    position: absolute;
}

.container.logos {
    background-color: white;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: #000;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 277px;
}
footer .logo {
    text-align: left;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    width: 307px;
    padding: 2% 7%;
}

/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
    
}
.owl-theme .owl-nav {
    margin-top: 10px;
    right: -15%;
    position: absolute;
    bottom: 30%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.owl-dots button {
    width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid white;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
    }
    .container.header {
        background-image: none;
    }
    .header h1 {
        margin-bottom: 10px;
    }
    .header .locationContainer {
        max-width: 100%;
        margin-top: 20px;
    }
    .header .locationContainer .col-md-6 {
        width: 100%;
    }
    .header .locationContainer .infoLine {
        display: flex;
        margin-bottom: 10px;
    }
    .header .locationContainer p {
        font-size: 12px;
        line-height: 12px;
    }
    .container.header.cann .number {
        width: 100%;
        text-align: center;
    }
    .container.header.cann .circleNum {
        margin: 0 auto;
    }
    .points {
        margin-bottom: 20px;
    }
    .logos .col-md-3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .logos .col-md-3 img {
        max-width: 80%;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .logo {
        display: none;
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  