/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap'); */

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;

}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaPT-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


header {
    background: #83e4cd;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    /* padding-top: 10px;
    padding-bottom: 5px; */
    padding: 30px 0 23px;
    z-index: 99;
}

.navbar {
    margin: 0;
    padding: 0;
    place-items: center;

}

.navbar-brand {
    text-align: center;
    vertical-align: middle;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);

}



.navbar-collapse {
    justify-content: space-between;
}


.mbl-brand {
    display: block;
    width: 70px;
    justify-content: center;


}

.nav-link {
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 !important;
    margin: 0;
    font-family: "Inter", sans-serif;

}

.navbar-collapse {
    align-items: flex-end;

}

header ul li {
    margin-right: 57px;
}

header ul li:last-child {
    margin-right: 0;
}

header ol li {
    margin-right: 44px;
}

header ol li:nth-child(2) {
    margin-right: 39px;
}

header ol li:last-child {
    margin-right: 0;
}

.main-btn {
    font-size: 16px;
    color: #ece7e7;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.72px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(15, 15, 15, 0.75);
    box-shadow: 6px 6px 4px 1px #938B8B;
    width: 201px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.hero-main span {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8.2px;
}

.hero-main h1 {
    font-size: 64px;
    color: #64b09e;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 21.76px;
    padding: 10px 0;
}

.hero-main {
    max-width: 900px;
    margin: 0;
    width: 100%;
    text-align: center;
    /* margin-top: 0; */
    margin-top: 100px;
    margin-left: auto;
}

.hero-main .span-last {
    margin-bottom: 38px;
    display: block;
    letter-spacing: 10.6px;
}

.hero {
    padding-top: 200px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.g-logo {
    position: absolute;
    /* top: 0; */
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: -1; */
}

.marquee {
    width: 320px;
    top: -240px;
    position: relative;
    box-sizing: border-box;
    animation: marquee 35s linear infinite;
    margin: 0;
    text-align: start;
    color: #ffffff;
    height: 926px;
}

@keyframes marquee {
    from {
        transform: translateY(-150%);
    }

    to {
        transform: translateY(0);
    }
}

.hero-inner {
    display: flex;
    align-items: flex-start;
}

.marquee p {
    color: #151414;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.74px;
    text-transform: uppercase;
    max-width: 300px;
    margin: 5px 0;
}

.marquee2 p {
    margin-left: auto;
    text-align: center;
    margin-right: 0;
    margin-top: 10px;
    max-width: 250px;
    margin-bottom: 12px;
}

.marquee2 {
    text-align: right;
}

.happening {
    padding-top: 100px;
    background: #1E1E1E;
}

.happening h2 {
    color: #FFF;
    text-align: right;
    text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.75);
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 10.88px;
    padding-bottom: 17px;
}

.happening h3 {
    color: #FFF;
    text-align: right;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.78);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 15.56px;
    padding-bottom: 17px;
}

.happening p {
    color: #FFF;
    text-align: right;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.75);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25px;
    padding-bottom: 17px;
    max-width: 538px;
    margin-left: auto;
}

.happening-right {
    max-width: 730px;
    margin-left: auto;
    padding-top: 181px;
    position: relative;
    z-index: 20;
}

.happening .main-btn {
    margin-left: auto;
    margin-right: 0;
}

.happening-main {
    position: relative;
}

.img-main {
    position: absolute;
    top: 0;
    left: 0;
}

.happening {
    padding-bottom: 278px;
}



footer h4 {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 15px;
    text-align: left;

}

.ftr-left .row {
    margin: 0 -5px;
}

.ftr-left .row [class*="col"] {
    padding: 0 5px;
}

footer ol li a,
footer ol li span,
footer ul li span {
    font-size: 10px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer ol li a {
    word-break: break-all;
}

footer ul li {
    margin-bottom: 0px;
    font-size: 10px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #000;
    font-weight: 500;

}

.ftr-right {}

.ftr-main {
    overflow: hidden;
    padding: 28px 37px;
    position: relative;
    z-index: 10;
    background: #83e4cd;
}



.ftr-btn {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.5px;
    border-radius: 15px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.50);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 529px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 25px;
}

footer .ftr-right h5 {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: .2px;

}

.ftr-content {
    max-width: 160px;
    margin: 1px;
    padding-top: 15px;
}

.ftr-content {
    HEIGHT: 234px;
}

.ftr-content img {
    width: 100%;
    height: 150px;
}

.ftr-social {
    padding-top: 24px;
}

.ftr-social .copyright {
    white-space: pre;
    display: block;
}

.ftr-main .text-distance h5 {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ftr-main .row.w-100 .col-lg-4 {
    width: 33.3%;
}

.ftr-main .ftr-link-main img {
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
}

footer ol li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer ol li:last-child {
    margin-bottom: 0;
}

.inq-hdg {
    text-align: left;
}

.copyright {
    /* position: absolute;
    top: 40px; */
    font-size: 12px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Inter";

}

.ftr-g {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.btm-hdg {
    padding-bottom: 4px;
}

h3.bach-hdg {
    letter-spacing: 15.84px;
}

.title-landing-no-text-wrap {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
}

.hero-hdg-main {
    position: relative;
    z-index: 10;
}

.circle {
    /* position: absolute;
    top: 0px;
    right: 100px; */
    display: block;
    margin: auto;
}

.box-main,
.box-main2 {
    margin: 12px 0;
}

.ftr-content-main {
    overflow-x: scroll;
}

.ftr-content-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 22px;
    justify-content: center;
    margin: auto;
}

.hide-native-scrollbar {
    scrollbar-width: none;
    /* Firefox 64 */
    -ms-overflow-style: none;
    /* Internet Explorer 11 */
}

.hide-native-scrollbar::-webkit-scrollbar {
    /** WebKit */
    display: none;
}

.archive-hero {
    background: #fff;
    padding-top: 149px;
    padding-bottom: 70px;
}

.archive-hero h1 {
    color: #1E1E1E;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.6px;
}

.archive-img-holder {
    text-align: right;
}

.archive-content {
    max-width: 635px;
    margin: 0 auto;
    width: 100%;
}

.archive-hero .hero-inner {
    justify-content: center;
}

.archive-info {
    padding-top: 158px;
    padding-bottom: 198px;
    background: #1E1E1E;
}

.archive-info-right p,
.archive-info-right span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.archive-info-right p span {
    font-size: 24px;
    display: block;
}

.archive-info-right p {
    padding-bottom: 58px;
}

.archive-info-right {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.the-archive-inner {
    max-width: 1096px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.the-archive-sec {
    background: #fff;
    padding-top: 69px;
    padding-bottom: 133px;
}

.the-archive-inner h3 {
    font-size: 45px;
    color: #1E1E1E;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 69px;
}

.the-archive-inner p {
    font-size: 24px;
    padding-top: 161px;
    color: #1E1E1E;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ftr-content img {
    height: 180px;
}

.img-inner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}

.img-sec {
    padding-top: 77px;
    padding-bottom: 129px;
    background: #1E1E1E;
}

.archive-info-inner .archive-info-right p {
    font-size: 24px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    /* 0px */
    letter-spacing: 0.96px;
}

.archive-info-inner .archive-info-right p {
    padding-bottom: 36px;
}

.archive-info-inner {
    padding-top: 0;
    padding-bottom: 56px;
}

.archive-touch-img {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
}

.archive-touch {
    background: #FFF;
    padding: 27px 0;
}

.touch-btn {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    /* 0px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.98);
    background: rgba(217, 217, 217, 0.64);
    box-shadow: 4px 4px 4px 0px #1E1E1E;
    max-width: 315px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
}

.touch-btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.98);
    background: rgba(217, 217, 217, 0.64);
    box-shadow: 4px 4px 4px 0px #1E1E1E;
}

.archive-touch-right p {
    color: #1E1E1E;
    text-align: right;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.35);
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    /* 0px */
    letter-spacing: 0.96px;
    padding-bottom: 26px;
}

.archive-touch1 {
    position: absolute;
    top: 18px;
    left: -120px;
}

.mbl-brand {
    display: none;
}

.marquee-mbl {
    display: none;
}

.matel-hero .main-heading {
    font-size: 44px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    padding-bottom: 12px;
}

.matel-hero {
    background: #1D3851;
    padding-top: 124px;
    padding-bottom: 93px;
}

.matel-hero .archive-content {
    max-width: 100%;
}

.matel-info {
    background: rgba(255, 255, 255, 0.2);
    padding-bottom: 127px;
}

.matel-info .archive-info-right p {
    color: #000;
}

.matel-info .archive-info-right p {
    padding-bottom: 30px;
    text-transform: uppercase;
}

.matel-info .archive-info-right .bold-font {
    font-weight: 500;
    display: inline-block;
    color: #000;
}

.matel-info .archive-info-right {
    max-width: 100%;
}

.matel-catalogue {
    background: rgba(217, 217, 217, 0.2);
}

.indv-sec {
    padding: 72px 0;
    background: rgba(217, 217, 217, 0.2);
}

.metal-touch .image-holder {
    text-align: center;
    margin-bottom: 40px;
}

.metal-touch .touch-btn {
    margin: auto;
    margin: auto;
    font-weight: 400;
    height: 32px;
}

.metal-touch {
    padding-bottom: 95px;
    padding-top: 8px;
}

.matel-content-sec {
    background: #1D3851;
    padding: 90px 0;
}

.matel-content-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.matel-content-text p,
.matel-content-text small {
    font-size: 24px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.matel-content-text small {
    font-weight: 600;
}

.metal-content-inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}

.mandela-hero {
    background: #030303;
    padding-top: 140px;
    padding-bottom: 92px;
}

.mandela-hero .hero-inner {
    justify-content: center;
}

.mandela-touch p {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.mandela-hero .main-heading {
    font-family: "Inter", sans-serif;
    color: #F4EDB5;
    font-weight: 700;
    padding-bottom: 24px;
}

.mandela-touch {
    background: #030303;
}

.mendela-pra {
    padding-bottom: 40px;
}

.mendela-last-pra {
    padding-bottom: 50px;
}

.mandela-touch-btn {
    background: #D9D9D9;
    box-shadow: 6px 6px 4px 0px #D9D9D9;
}

.guitar-hero {
    background: url(../images/guitar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 454px;
}

.guitar-hero .main-heading,
.guitar-hero .archive-content span {
    font-size: 44px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.guitar-hero .hero-inner {
    align-items: flex-end;
    justify-content: flex-end;
}

.guitar-hero .archive-content span {
    max-width: 570px;
    display: block;
    margin: 0 auto;
}

.guitar-hero .archive-content {
    max-width: 548px;
    width: 100%;
    margin-left: auto;
    margin-top: 12px;
}

.guitar-content p {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.guitar-content {
    background: url(../images/img12.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.guitar-touch-btn {
    height: 32px;
    box-shadow: 6px 6px 4px 0px #D9D9D9;
    margin: auto;
    font-weight: 400;
}

.guitar-touch-btn:hover {
    box-shadow: 6px 6px 4px 0px #D9D9D9;
}

.guitar-content {
    padding-top: 31px;
    padding-bottom: 29px;
}

.guitar-left p {
    padding-bottom: 46px;
}

.guitar-last-pra {
    padding-bottom: 83px;
}

.guitar-second-pra {
    padding-bottom: 32px;
}

.guitar-content .image-holder {
    text-align: center;
}

.bob-main {
    width: 100%;
}

.bob-hero {
    background: transparent;
    padding-top: 100px;
    padding-bottom: 0;
}

.bob-info .main-heading {
    font-size: 44px;
    color: #000;
    text-align: center;
    font-family: "Ibarra Real Nova";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.bob-info {
    background: #D9D9D9;
}

.bob-info .archive-info-right span {
    font-size: 24px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.bob-info .image-holder {
    padding-top: 59px;
}

.bob-info .archive-info-right p {
    font-size: 20px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    padding-bottom: 28px;
}

.bob-info {
    padding-top: 46px;
    padding-bottom: 124px;
}

.bob-studio .main-heading {
    font-size: 40px;
    text-align: left;
    max-width: 300px;
    text-transform: uppercase;
}

.bob-studio .archive-info-right {
    text-align: center;
}

.bob-studio .archive-info-right p {
    text-transform: inherit;
}

.bob-studio .image-holder {
    padding-top: 22px;
}

.history {
    background: #D9D9D9;
    padding-bottom: 85px;
}

.history .image-holder {
    text-align: center;
}

.bob-info .archive-info-right {
    max-width: 100%;
}

.bob-studio {
    padding-top: 0;
    padding-bottom: 63px;
}

.history .history-inner h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.history .history-inner p {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 27px;
}

.history-inner {
    padding-top: 130px;
    padding-bottom: 56px;
    max-width: 1096px;
    margin: 0 auto;
}

.owner-history {
    padding-bottom: 37px;
}

.owner-img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.and-now h5 {
    font-size: 44px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.and-now {
    background: #D9D9D9;
}

.and-now-inner p {
    font-size: 20px;
    color: #000;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.and-now-pra {
    padding-bottom: 28px;
}

.and-now-inner {
    max-width: 762px;
    width: 100%;
    padding-bottom: 38px;
}

.audio-sec {
    background: #1E1E1E;
    padding-top: 80px;
    padding-bottom: 76px;
}

.audio-sec h5 {
    font-size: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 83px;
}

.audio-inner h6 {
    font-size: 24px;
    color: #FFF;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.audio-inner p {
    font-size: 20px;
    color: #FFF;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 26px;
}

.audio-bottom-inner li {
    font-size: 20px;
    color: #FFF;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.audio-bottom-inner li span {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.audio-top small {
    font-size: 20px;
    color: #FFF;
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.audio-top h5 {
    font-size: 40px;
    color: #FFF;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}

.audio-top {
    padding-bottom: 65px;
}

.audio-inner {
    padding-bottom: 180px;
}

.audio-bottom-inner ol {
    display: flex;
    align-items: center;
    gap: 17px;
}

.audio-bottom-inner ul {
    padding-bottom: 74px;
}

.audio-bottom-inner {
    padding-bottom: 90px;
}

.bob-touch-btn {
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 6px 6px 4px 0px #D9D9D9;
    height: 32px;
    margin: auto;
}

.bob-touch-btn:hover {
    background: #FFF;
    box-shadow: 6px 6px 4px 0px #D9D9D9;
    border: 1px solid #000;
}

.last-ul {
    max-width: 761px;
    width: 100%;
}

.ftr-link-main {
    display: flex;
    align-items: center;
}

.ftr-link-main img {
    width: 100%;
}


footer .img-holder {
    height: 100%;
}

footer .img-holder img {
    height: 100%;
}

.footer-grid{
	width: 20%;
	margin-right: 5%;
	float: left;
}

.footer-grid p{
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footer-grid ul li a{
	display:block;
	padding:10px 0px;
	border-bottom: 1px solid #83e4cd;
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:uppercase;
}
