html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    /*margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;*/
    background: url(../images/bottom-content-back-g.png) repeat !important;
    background-size: 1000px !important;
}

main {
    /*flex: 1;*/
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a {
    text-decoration: none !important;
    color: #00669a !important;
}

    a.blue {
        background-color: #00669a !important;
        color: #fff !important;
        border-color: #fff !important;
    }
    a.btn {
        color: #fff !important;
        margin-bottom: 10px;
    }

blue {
    background-color: #00669a !important;
    color: #fff;
}

/* Header */
.logo-brand {
    background: #e71e24;
}

.logo-wrapper {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 87% 0);
}

@media (max-width: 992px) {
    .logo-wrapper {
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    }
}

@media (max-width: 480px) {
    .logo-brand, .social, .help-support, .customer-contact, .head-office, .site-title, .navbar-brand {
        display: none;
    }

    .social-top {
        display: none;
    }

    /*.nav-holder {
        position: relative;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 20px;
    }*/
}

.social-wrapper {
    clip-path: polygon(0 0, 10% 90%, 100% 100%, 100% 100%, 100% 0);
    background: #e71e24;
}

.red-underline {
    text-decoration: underline;
    text-decoration-color: #e71e24;
    text-decoration-thickness: 3px;
}

nav li > a:hover {
    color: #fff !important;
    background: #e71e24;
    transform: skewX(10deg);
    transition: all 1s;
}

nav li > a:active {
    color: #fff !important;
    background: #303030;
    transform: skewX(10deg);
    transition: all 1s;
}

/*.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.75rem;
    box-shadow: 5px 10px #e71e24;
}*/

.nav-pills .nav-link.active {
    background-color: #e71e24;
}

.custom-toggler.navbar-toggler {
    border-color: #e71e24;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(231, 30, 36, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.post-red {
    color: #e71e24;
}
/* Header end */

/* Forms */
.text-area-height {
    height: 100% !important;
}
/* Forms end */

/* Footer */
footer {
    background-color: #303030;
}
footer p a, footer p {
    text-decoration: none;
    color: #666 !important;
    margin:0 !important;
}

    footer p a:hover {
        color: #fdf003 !important;
        transition: all .5s;
    }

.footer-logo {
    background: url(../images/icons/footer-logo-1.png) no-repeat;
    background-size: contain;
    height: 61px;
    width: auto;
}

.social p {
    display: inline-block;
}

.social p:nth-child(1) a {
    background: url(../images/icons/twitter1.png) left center no-repeat;
    background-size: 30px;
    padding: 20px;
}

    .social p:nth-child(2) a {
        background: url(../images/icons/facebook1.png) left center no-repeat;
        background-size: 30px;
        padding: 20px;
    }

    .social p:nth-child(3) a {
        background: url(../images/icons/Instagram1.png) left center no-repeat;
        background-size: 30px;
        padding: 20px;
    }

    .social p:nth-child(4) a {
        background: url(../images/icons/WhatsApp1.png) left center no-repeat;
        background-size: 30px;
        padding: 20px;
    }

/* Footer End */

.cell-no-wrap {
    white-space: nowrap;
}

/* Hero Section with Background Image */
.hero-section-with-bg {
    background-image: url(../img/img2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
}