/* Custom CSS */

.centered {
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered p,
.centered a {
    justify-self: center;
    text-align: center;
}

.overflow {
    overflow-wrap: anywhere;
}

ul li::marker {
    color: #294292;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px ridge #294292;
}

.box {
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #444;
    padding: 40px 20px;
    box-shadow: inset #5D7E71 0 0 0 5px,
        inset #66866E 0 0 0 1px,
        inset #6B8A6C 0 0 0 10px,
        inset #73916A 0 0 0 11px,
        inset #789667 0 0 0 16px,
        inset #7F9B65 0 0 0 17px,
        inset #829D64 0 0 0 21px,
        inset #839F64 0 0 0 22px;
}


.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #294292;
}

.imageback {
    padding: 50px 0px;
    background-image: url("../img/background-image.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* - */

.feature-1 {
    padding: 24px;
    z-index: 3;
    width: 80%;
}

@media(min-width: 768px) {
    .feature-1 {}
}

@media(min-width: 1200px) {
    .feature-1 {}
}

@media(min-width: 1600px) {
    .feature-1 {
        width: 100%;
    }
}

.feature-img-border {
    border: 1px solid #fff;
    padding: 8px;
    width: calc(100% - 16px);
}

.feature-container {
    display: grid;
    align-content: start;
    background-color: #B7FBEF;
    padding: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.feature-container img {
    border-radius: 10px;
    box-shadow: 0px 0px 6px #444;
}

.feature-content {
    display: grid;

    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;

    margin: 24px 0px 16px;
}

.feature-title {
    display: grid;

    grid-template-columns: 5% max-content auto;
    grid-gap: 16px;
}

.feature-title h3 {
    margin-top: -11px;
    letter-spacing: 1px;
    color: #fff;
}

.feature-title-bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.feature-content p {
    color: #fff;
    padding: 16px;
    font-size: 1.1em;
    line-height: 24px;
}

.feature-read-more {
    display: grid;
    justify-self: center;
    border: 1px solid #fff;
    padding: 8px 16px;
    transition: ease opacity .5s;
}

.feature-read-more:hover {
    opacity: 0.5;
}


.feature-read-more h4 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.feature-1 .btn {
    color: #fff;
    padding: 8px;
    text-align: center;
    background-color: #284495;
    border: none !important;
    width: 96%;
    font-size: 1.3em;
    margin-top: 10px;
    box-shadow: 0px 0px 6px #444;
}

.feature-1 .btn:hover {
    background-color: #284495;
}

.mybutton {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#cccccc), color-stop(20%, #6b6b6b), color-stop(50%, black), color-stop(70%, black), to(#6b6b6b));
    background-image: linear-gradient(to bottom right, #cccccc 0%, #6b6b6b 20%, black 50%, black 70%, #6b6b6b 100%);
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    display: -ms-grid;
    display: grid;
    cursor: pointer;
    justify-self: start;
}

.mybutton .mybuttoninner {
    width: 85px;
    height: 85px;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), color-stop(40%, white), color-stop(70%, #383838), to(white));
    background-image: linear-gradient(to bottom, #9e9e9e 0%, white 40%, #383838 70%, white 100%);
    margin: 2px auto 6px auto;
    padding: 2px;
}

.mybutton .mybuttoninner .mybuttoninner2 {
    width: 85px;
    height: 85px;
    background-color: #6b6b6b;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.7);
    display: -ms-grid;
    display: grid;
}

.mybutton .mybuttoninner .mybuttoninner2 ul {
    padding: 0;
}

.mybutton .mybuttoninner .mybuttoninner2 ul li {
    color: #aaaaaa;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    padding: 7px;
    font-size: 12px !important;
}

.mybutton .mybuttoninner .mybuttoninner2 ul .mybuttoninnerline2 {
    width: 70px;
    height: 1px;
    margin: auto;
    background-color: black;
    z-index: -1;
}

.mybutton .mybuttoninner .mybuttoninner2 ul .mybuttoninnerline {
    width: 70px;
    height: 1px;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@-webkit-keyframes animshadow {
    50% {
        -webkit-box-shadow: 0 0px 20px white;
        box-shadow: 0 0px 20px white;
        background-color: white;
    }

    100% {
        -webkit-box-shadow: 0 0px 4px #e00000;
        box-shadow: 0 0px 4px #e00000;
        background-color: #e00000;
    }
}

@keyframes animshadow {
    50% {
        -webkit-box-shadow: 0 0px 20px white;
        box-shadow: 0 0px 20px white;
        background-color: white;
    }

    100% {
        -webkit-box-shadow: 0 0px 4px #e00000;
        box-shadow: 0 0px 4px #e00000;
        background-color: #e00000;
    }
}

@-webkit-keyframes pressedbutton {
    100% {
        -webkit-transform: scale(1.47);
        transform: scale(1.47);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@keyframes pressedbutton {
    100% {
        -webkit-transform: scale(1.47);
        transform: scale(1.47);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.mybutton:hover .mybuttoninnerline {
    -webkit-box-shadow: 0 0px 4px #e00000;
    box-shadow: 0 0px 4px #e00000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #e00000;
}

.mybutton:focus {
    border: none;
    outline: none;
    -webkit-animation: pressedbutton 0.2s alternate;
    animation: pressedbutton 0.2s alternate;
}

.mybutton:focus .mybuttoninner {
    border: none;
}

.mybutton:focus .mybuttoninner2 {
    border: none;
}

.mybutton:focus .mybuttoninnerline2 {
    border: none;
}

.mybutton:focus .mybuttoninnerline {
    -webkit-animation: animshadow 0.4s forwards;
    animation: animshadow 0.4s forwards;
    border: none;
}

/* From Uiverse.io by vikiWayne */
.button {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    background-color: #019EE3;
    outline: 2px solid navy;
}

.button:hover {
    color: white;
    transform: scale(1.1);
    outline: 2px solid #019EE3;
    box-shadow: 4px 5px 17px -4px #268391;
}

.button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: navy;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.button:hover::before {
    width: 250%;
}




.custom-shape-divider-top-1724236774 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1724236774 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 148px;
}

.custom-shape-divider-top-1724236774 .shape-fill {
    fill: #000080;
}

.custom-shape-divider-bottom-1724237009 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1724237009 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 148px;

}

.custom-shape-divider-bottom-1724237009 .shape-fill {
    fill: #000080;
}

.custom-shape-divider-bottom-17242370092 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-17242370092 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 148px;
}

.custom-shape-divider-bottom-17242370092 .shape-fill {
    fill: #111111;

}



@media(max-width: 760px) {
    .testimonial-arrow {
        display: none;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media(max-width:768px) {
    .caret {
        display: none;
    }
}

@media(max-width:768px) {
    .cent-drop {
        justify-self: center;
    }
}


@media(max-width: 768px) {
    .dropdown-container p {
        justify-self: center;
        text-align: center;
    }
}



hr {
    background: url("../img/hr.png") no-repeat top center;

    background-size: contain;
    display: block;
    height: 50px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #B7FBEF;
    height: 1px;
    top: 22px;
}

hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}

hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
}

/*Button 82 */


/* CSS */
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%);
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}


/* new button */
.button-56 {
    align-items: center;
    background-color: #808080;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-56:after {
    background-color: #111;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-56 a {
    color: #fff;
}

.button-56:hover:after {
    transform: translate(0, 0);
}

.button-56:active {
    background-color: #ffdeda;
    outline: 0;
}

.button-56:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-56 {
        padding: 0 40px;
    }
}

/* - Table - */

.w100 {
    width: 100%;
}

.elem-table {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

thead {
    background-color: #207A3C;
    border-bottom: 2px solid #fff;
}

th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px;

    height: 20px;
}

th h1 {
    font-size: 14px;
}

tr:nth-child(2n) {
    background: rgba(222, 222, 222, 0.30);
}


/*** TABLE STYLING ***/

table {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid #fff;
    padding: 10px 10px;
}

table tbody td {
    font-size: 13px;
}

table thead th:first-child {
    border-left: none;
}

table tfoot td {
    font-size: 14px;
}

table tfoot .links {
    text-align: right;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: black;
    border: 1px solid orange;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #ff9101;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #444;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: orange;
    color: black;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.box2 {
    display: grid;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border: 5px ridge gold;
    padding: 30px;
    justify-content: center;
    align-items: center;

}

.show {
    overflow: visible;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 7px #444;
}

.card p {
    color: #000000;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    color: #526B98;
    font-size: 1.2em;
    margin-left: 3%;
}

/* Conveyor */

.conveyor {
    display: flex;
    height: auto;
    margin: auto;
    overflow: hidden;
    align-items: center;
}

.conveyor:before {
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(-90deg, hsla(0, 0%, 96.9%, 0), #FFF7E5);
    /* Last colour code is the shading the image fades to, match to page background colour */
}

.conveyor:after {
    position: absolute;
    right: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(90deg, hsla(0, 0%, 96.9%, 0), hsla(0, 0%, 96.9%, 0.99) 99%);
}

.conveyor .conveyor-belt {
    display: flex;
    animation: scroll 35s linear infinite;
    -webkit-animation: scroll 35s linear infinite;
    width: calc(240px * 10);
}

.conveyor .package {
    display: flex;
}

.conveyor .package img {
    width: 180px;
    height: 180px;
    /* originally 80px */
    padding: 10px;
    background-color: white;
    cursor: pointer;
    margin: 20px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-240px * 5));
        transform: translate((calc(-240px * 5));
        }
    }
