/* reset css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* end reset css*/


/* variables*/

:root {
    --main-bg-color: white;
    --main-font-size: 16px;
    --theme-color: #52ae29;
}


/* end variables*/

button::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
    font-size: var(--main-font-size);
}

body {
    background-color: var(--main-bg-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #323232;
    scroll-behavior: smooth;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    counter-reset: list-counter zz-counter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34495e;
    line-height: 1.5;
}

p {
    line-height: 1.5;
}

h2 {
    font-weight: 500;
    font-size: 2rem;
}

h3 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    background-color: orange;
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.1rem;
    color: #34495e;
}

a {
    outline: none;
    text-decoration: none;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.nm-plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.resetpm {
    padding: 0;
    margin: 0
}

.f700 {
    font-weight: 700;
}


/* end base */


/* Hide Show */

.show {
    display: block !important;
    visibility: visible;
}

.hidepc {
    display: none;
}

.nopc {
    display: none;
}


/*button */

.btn,
button {
    position: relative;
    border: none;
    border-radius: 2px;
    color: inherit;
    background-color: inherit;
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    white-space: normal
}

.outline-blue {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #323232;
    width: 100%;
    text-transform: uppercase;
}

.orange {
    background-color: var(--theme-color);
    border-radius: 4px;
    border: 1px solid var(--theme-color);
    color: white !important;
}

.outline-blue:hover {
    background-color: var(--theme-color);
}

element.style {}

.scroll-down {
    position: absolute;
    background-color: var(--theme-color);
    /*
    background: #0F2027;
    background: -webkit-linear-gradient(to bottom, #2C5364, #203A43, #0F2027);
    background: linear-gradient(to bottom, #2C5364, #203A43, #0F2027);

     */
    bottom: 5vh;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 42px;
    height: 42px;
    border: 3px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 3px 9px -9px rgba(0, 0, 0, 1);
}


/* navigation start*/

.sidenav {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 11000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 111);
    background-color: #f4f7f6;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: all .15s;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 15px 12px 12px 32px;
    text-decoration: none;
    font-size: 13px;
    width: 280px;
    color: #202121;
    display: block;
    border-bottom: 1px solid #E6EAEA;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.2s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #49c5b6;
    background-color: white;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    color: black;
    font-size: 24px;
    margin-left: 50px;
}

.sidenav .closebtn a:hover {
    background-color: transparent;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

nav {
    position: fixed;
    display: block;
    width: 100%;
    background: transparent;
    z-index: 9999;
    font-size: 13px;
    font-weight: 600;
    color: white;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navwhite {
    position: fixed;
    background-color: white;
    display: block;
    width: 100%;
    z-index: 9999;
    transition: 0.3s;
    color: #34495e;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

nav a {
    margin: 1rem;
    display: block;
    text-decoration: none;
    font-weight: normal;
}

.navlink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
}

.mnavlink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
}


/* navigation end */


/* hero start */

#hero {
    display: inline-block;
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/public/img/bg.jpg');
    /*
    background-image: url("/public/img/hero_bg.jpg");
*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.hero-title {}

.hero-slogans-inner {
    padding: .1em .35em;
    /*
    background: linear-gradient(90deg,
    #2193b0 -50px,
    #6dd5ed 500px);
*/
    /*
    background: linear-gradient(180deg, rgba(213, 51, 60, 1) 0%, rgba(213, 51, 58, 1) 100%);

     */
    /*
    background: rgba(0, 0, 0, 0.6);

     */
    background: var(--theme-color);
    /*
    background: linear-gradient(180deg, rgba(213, 51, 60, 1) 0%, rgba(213, 51, 58, 1) 100%);

 */
    font-weight: 700;
    display: inline;
    line-height: 1.6;
    font-size: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.top40 {
    margin-top: 30vh;
}

.top40a {
    margin-top: 30vh;
}

.card {
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


/* sections */

#services {
    background: #52ae29;
    color: white !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: -10px;
}

#ab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
}

.pl40-mobile-no {
    padding-left: 40px;
}

.abimage {
    display: inline-block;
    position: relative;
    width: 100%;
    background: url('/public/img/consult.jpeg');
    /*
    background-image: url("/public/img/hero_bg.jpg");
*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}

#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#adv {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#system {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
    align-items: center;
    background: #390;
    ;
    color: white;
}

#payout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
}

#inno {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
}

#contact {
    background-color: #f5f5f5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.list-item {
    list-style-type: none;
    position: relative;
    font-size: 22px;
    padding-left: 60px;
    border-bottom: 1px solid #eeeeff;
}

.zz-item {
    list-style-type: none;
    position: relative;
    font-size: 22px;
    padding-left: 60px;
    margin-top: 35px;
    margin_bottom: 35px;
}

.list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #52ae30;
    content: counter(list-counter, upper-latin);
    counter-increment: list-counter;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.zz-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #52ae30;
    counter-increment: zz-counter;
    content: counter(zz-counter);
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.imgmax300 {
    max-width: 265px;
    width: 100%;
    display: block;
    height: 165px;
    object-fit: cover;
}

.hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: repeat(150, calc(25% - var(--gutter) * 2));
    grid-template-rows: minmax(150px, 1fr);
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
    transition: transform .4s ease-in;
}

:root {
    --gutter: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

.hs>li,
.item {
    scroll-snap-align: center;
    /*
    padding: calc(var(--gutter) / 2 * 1.5);

     */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}


/* accordion */

.accordion {
    background-color: white;
    color: #203A43;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    font-weight: 700;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: var(--main-bg-color);
}

.accordion:after {
    font-family: "Font Awesome\ 5 Free";
    content: '\f078';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding-top: 15px;
}

.scroll-up {
    position: fixed;
    background-color: var(--theme-color);
    bottom: 20px;
    right: 20px;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 3px 9px -9px rgba(0, 0, 0, 1);
}

select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 42px;
}

.select--box i {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 14px;
    color: #aaaaaa;
    cursor: pointer;
}

select,
input,
textarea,
.form-control,
textarea.form-control {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.text-right-m-center {
    text-align: left;
}

.circle-icon {
    /*
    background: var(--theme-color);

     */
    background-position: center center;
    background-repeat: no-repeat;
    /*
    border: 1px solid rgba(0, 0, 0, .12);

 */
    color: white;
    border: 2px solid #E6EAEA;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 20px;
}

.hr {
    border-bottom: solid 3px var(--theme-color);
    width: 55px;
}

.ud {
    font-size: 28px;
    color: var(--theme-color);
    padding-right: 15px;
    padding-left: 15px;
}

.gallery {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    transition: all .5s ease-in-out;
    max-width: 200px;
    display: block;
    margin: 2px;
    width: auto;
    height: 220px;
    object-fit: cover;
}

.gallery img:hover {
    cursor: pointer;
    opacity: .75;
}

@media only screen and (max-width:1400px) {
    .top40 {
        margin-top: 12vh;
    }
    .top40a {
        margin-top: 12vh;
    }
}


/* mobile layout */

@media only screen and (max-width:1200px) {
    .nomobile {
        display: none
    }
    .onmobile {
        display: block !important;
        visibility: visible;
    }
    .top40a {
        margin-top: 30vh;
    }
    .card {
        flex: 0 1 100%;
    }
    .hero-slogans-inner {
        font-size: 30px;
    }
    .gallery {
        overflow-x: scroll;
        flex-wrap: nowrap;
        max-width: none;
        justify-content: flex-start;
    }
}

.p-price {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}

.p-tag {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.p-link {
    font-size: 1.1rem;
    color: #34495e;
}

.mh50 {
    min-height: 50px;
}


/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
    .hs {
        grid-template-columns: repeat(150, calc(75% - var(--gutter) * 2));
    }
}