@charset "UTF-8";
.loading {
    background: #003d62;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 17;
}

.loading .loadall {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading .loadall p {
    color: #fff;
    text-align: center;
    font-size: 23px;
    margin-top: 1em;
}

.loading .loader {
    z-index: 18;
    width: 1em;
    height: 1em;
    font-size: 150px;
    position: relative;
}

@media (max-width: 225px),
(max-height: 225px) {
    .loading .loader {
        font-size: 75px;
    }
}

.loading .loader:before,
.loading .loader:after {
    content: "";
    top: 0;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-width: 0.5em;
    border-style: double;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1em;
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
}

.loading .loader:after {
    left: 0;
    border-left-color: #fff;
}

.loading .loader:before {
    right: 0;
    border-right-color: #fff;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: desc1;
    src: url("../fonts/desc.ttf") format("opentype");
}

@font-face {
    font-family: desc2;
    src: url("../fonts/desc2.ttf") format("opentype");
}

@font-face {
    font-family: Title;
    src: url("../fonts/Octobertwilight-lzwZ.otf") format("opentype");
}

@font-face {
    font-family: body;
    src: url("../fonts/Swis721-Lt-BT-Light.ttf") format("opentype");
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.container.login .card {
    margin: 7vw;
}

.container.login .card button.btn.btn-primary {
    padding: 0.1em 2em;
    font-size: 1.4em;
    margin: 0.5em 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.color_T {
    color: #d30000;
}

body,
html {
    overflow-x: hidden;
    padding: 0 !important;
    font-family: body !important;
}

.project-container {
    max-width: 2000px;
    margin: auto;
}

.content-internal {
    min-height: calc(100vh - 267px);
    background-color: #151515;
    /* For browsers that do not support gradients */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), color-stop(#151515), to(#D30000));
    background-image: linear-gradient(#151515, #151515, #D30000);
}

.content-internal2 {
    min-height: calc(100vh - 267px);
}

.btn {
    color: white;
    font-size: 2em;
    padding: .2em 1em;
    background: rgba(0, 0, 0, 0.212);
    border: 0 !important;
    border-radius: 35px;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.btn:hover {
    color: white;
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.font_T {
    font-family: Title;
}

.title {
    text-align: center;
}

.section-title {
    font-size: 4vw;
    position: relative;
    margin-bottom: .8em;
    margin-top: 0;
    color: #d30000;
    font-family: Title;
}

.modal .btn {
    font-size: 1.5em;
}

.navbar {
    background: rgba(0, 0, 0, 0.212) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: 10;
}

.navbar .navbar-nav .nav-link {
    color: white !important;
    font-size: 28px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.navbar .navbar-nav .nav-link:hover {
    color: #d30000 !important;
}

.navbar .navbar-nav .nav-link.active {
    color: #d30000 !important;
}

.navbar .collapse.navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar .navbar-nav {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.navbar .navbar-brand {
    margin-bottom: -90px;
}

.navbar img {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    width: 172px;
}

.navbar .img {
    width: 172px;
    height: 172px;
    position: relative;
}

.navbar .img img {
    max-width: 100%;
    position: absolute;
}

.navbar .img img:nth-child(1) {
    position: relative;
}

.navbar .img img:nth-child(2) {
    top: 39%;
    left: 12%;
    width: 30px;
}

.navbar .img img:nth-child(3) {
    top: 39%;
    left: 56%;
    width: 30px;
}

.navbar .img img:nth-child(4) {
    top: 67%;
    left: 26%;
    width: 80px;
}

.navbar ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
    min-width: 100%;
}

.navbar ul.dropdown-menu a.dropdown-item {
    color: white;
    font-size: 30px;
}

.navbar .dropdown-menu[data-bs-popper] {
    top: 127%;
}

.navbar li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .mouth,
.navbar .eyes {
    -webkit-animation: neutral 4s ease-in-out infinite;
    animation: neutral 4s ease-in-out infinite;
}

.navbar .eyes {
    -webkit-animation: blinkeyes 3s ease-in-out infinite;
    animation: blinkeyes 3s ease-in-out infinite;
}

@-webkit-keyframes neutral {
    0% {
        height: 10px;
    }
    30% {
        height: 15px;
    }
    100% {
        height: 10px;
    }
}

@keyframes neutral {
    0% {
        height: 10px;
    }
    30% {
        height: 15px;
    }
    100% {
        height: 10px;
    }
}

@-webkit-keyframes blinkeyes {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    97% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes blinkeyes {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    97% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 16;
    padding: 0.3em 3vw !important;
    -webkit-box-shadow: 0 0 26px 0px #7b7b7b8f;
    box-shadow: 0 0 26px 0px #7b7b7b8f;
    -webkit-animation: mymove 0.4s ease-in-out;
    animation: mymove 0.4s ease-in-out;
    z-index: 10;
    background: #00000085 !important;
}

.fixed ul.dropdown-menu {
    background: #000000ea !important;
}

.fixed .dropdown-menu[data-bs-popper] {
    top: 106%;
}

@media only screen and (min-width: 992px) {
    .fixed .container-custom {
        width: 93%;
        margin: auto;
    }
    .fixed .container-custom .nav-link {
        font-size: 1.2vw !important;
    }
}

@-webkit-keyframes mymove {
    from {
        top: -30px;
    }
    to {
        top: 0px;
    }
}

@keyframes mymove {
    from {
        top: -30px;
    }
    to {
        top: 0px;
    }
}

.fixed img {
    width: 140px;
    margin-bottom: 10px;
}

.fixed .img img:nth-child(2) {
    top: 31%;
    left: 9%;
    width: 25px;
}

.fixed .img img:nth-child(3) {
    top: 31%;
    left: 46%;
    width: 25px;
}

.fixed .img img:nth-child(4) {
    top: 54%;
    left: 20%;
    width: 65px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d30000;
}

.banner {
    position: relative;
}

.banner .banner-img {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.banner .banner-img img {
    width: 87%;
}

.banner .brief {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.banner .brief h1 {
    margin-bottom: .5em;
    font-size: 6vw;
}

.banner .overlay {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0, 39%);
    transform: translate(0, 39%);
    width: 100%;
}

.segments {
    padding-top: 6em;
    text-align: center;
    position: relative;
    padding-bottom: 8em;
}

.segments .title {
    position: relative;
}

.segments .title .img1 {
    position: absolute;
    top: 0;
    left: 10%;
    max-width: 100%;
    -webkit-animation: rotate-center 4s ease-in-out 0.5s infinite both;
    animation: rotate-center 4s ease-in-out 0.5s infinite both;
}

.segments .title .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.segments .img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 207px;
    height: 337px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1em;
}

.segments .img.flat {
    position: relative;
    background-size: contain;
    background-position: bottom center;
}

.segments .img.flat .flat-img {
    max-width: 100%;
    position: absolute;
}

.segments .img.flat .img1 {
    top: 47%;
    left: 13%;
    width: 30%;
}

.segments .img.flat .img2 {
    top: 47%;
    left: 63%;
    width: 35%;
}

.segments .img.flat .img3 {
    top: 17%;
    left: 62%;
    width: 29%;
}

.segments .img.flat .img4 {
    top: 38%;
    left: 35%;
    width: 31%;
}

.segments .img.flat .img5 {
    top: 4%;
    left: 38%;
    width: 29%;
}

.segments .img.flat .img6 {
    top: 16%;
    left: 15%;
    width: 30%;
}

.segments h2 {
    font-size: 45px;
}

.segments .segment-img {
    position: absolute;
}

.segments .segment-img1 {
    bottom: 16%;
    right: 1%;
}

.segments .segment-img2 {
    bottom: 0;
    right: 3%;
}

.segments .segment-img3 {
    top: 62%;
    left: 6%;
}

.our-brands {
    position: relative;
    padding-top: 0;
    padding-bottom: 15em;
}

.our-brands .brand-card {
    background: #fbfbfb;
    text-align: center;
    padding: 3em;
    border-radius: 60px;
}

.our-brands .brief {
    color: black;
    font-size: 25px;
}

.our-brands .gallery {
    width: 100%;
}

.our-brands .gallery-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.our-brands .gallery-item {
    height: 150px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 150px;
    z-index: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.our-brands .gallery-item-1 {
    left: 15%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-brands .gallery-item-2,
.our-brands .gallery-item-4 {
    opacity: 1;
    width: 315px;
    z-index: 1;
    height: 195px;
    background-size: 100%;
    background-position: top center;
}

.our-brands .gallery-item-2 {
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .4;
}

.our-brands .gallery-item-3 {
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: 450px;
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 340px;
    z-index: 2;
}

.our-brands .gallery-item-4 {
    left: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .4;
}

.our-brands .gallery-item-5 {
    left: 85%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-brands .gallery-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
    margin-top: 3em;
}

.our-brands .gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 20px;
    padding: 0 12px;
    text-transform: capitalize;
    color: #d30000;
    font-family: desc1;
}

.our-brands .gallery-controls button:focus {
    outline: none;
}

.our-brands .gallery-controls-previous {
    position: relative;
}

.our-brands .gallery-controls-previous::before {
    border: solid #000;
    border-width: 2px 0 0 2px;
    content: '';
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
    width: 4px;
}

.our-brands .gallery-controls-previous:hover::before {
    left: -18px;
}

.our-brands .gallery-controls-next {
    position: relative;
}

.our-brands .gallery-controls-next::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
    width: 4px;
}

.our-brands .gallery-controls-next:hover::before {
    right: -18px;
}

.our-brands .gallery-nav {
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.our-brands .gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}

.our-brands .gallery-nav li.gallery-item-selected {
    background: #555;
}

.our-brands .top {
    padding-bottom: 2em;
}

.our-brands .bottom {
    margin-bottom: -15em;
}

.our-brands .img {
    max-width: 100%;
    position: absolute;
}

.our-brands .img1 {
    top: 0%;
    left: 5%;
    display: none;
}

.our-brands .img2 {
    top: 45%;
    left: 3%;
}

.our-brands .img3 {
    top: 100%;
    left: 80%;
}

.our-brands .img4 {
    top: 80%;
    left: 15%;
}

.our-brands .img5 {
    top: 100%;
    right: 0%;
}

.our-news {
    padding-top: 6em;
    margin-bottom: 4em;
}

.our-news .news {
    position: relative;
    overflow: hidden;
    padding: 3em;
    border-radius: 55px;
}

.our-news .news .news-background {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.our-news .news .news-card {
    padding: 2em;
    background: rgba(255, 255, 255, 0.698);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our-news .news .news-card:hover {
    background: rgba(255, 255, 255, 0.897);
}

.our-news .news .news-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    margin: auto;
    border-radius: 35px;
    border: solid 1px black;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our-news .news .news-img:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.our-news .news .desc {
    font-family: desc1;
}

.our-news .news h3.time {
    margin: 0.5em 0;
    color: #d30000;
    font-style: italic;
}

.our-news .swiper-button-prev,
.our-news .swiper-container-rtl .swiper-button-next,
.our-news .swiper-button-next,
.our-news .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
}

.our-news .swiper-button-next:after,
.our-news .swiper-button-prev:after {
    font-family: inherit;
    content: "" !important;
    width: 35px;
    height: 40px;
    background: url("../images/2/Polygon 7.png");
    background-size: cover;
}

.our-news .swiper-button-prev:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.our-news .swiper-button-prev.swiper-button-disabled::after {
    background: url("../images/2/Polygon 8.png");
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.our-news .swiper-button-next.swiper-button-disabled::after {
    background: url("../images/2/Polygon 8.png");
    background-size: cover;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.our-news.news-internal {
    padding-top: 11em;
}

.our-news.news-internal .news {
    padding: 0 1em;
    border-radius: 0;
}

.our-news.news-internal .news-card {
    background: rgba(228, 228, 228, 0.7);
    margin-top: 3em;
}

.our-news.news-internal .news-card:hover {
    background: rgba(228, 228, 228, 0.7);
}

.our-news.news-internal .news-body img {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
    .our-news.news-internal .col-md-6.col-lg-4:first-child .news-card {
        margin-top: 0;
    }
    .our-news.news-internal .news-body img {
        margin: 1em auto;
        width: 100%;
    }
}

.footer {
    background: black;
    padding: 2em 0;
}

.footer p {
    color: white;
    /* font-family: desc2; */
}

@media only screen and (min-width: 1200px) {
    .footer .form-control {
        width: 50%;
    }
}

.footer li {
    color: white;
    font-family: body;
}

.footer li a {
    color: white;
    font-family: body;
    font-size: 20px;
    margin-bottom: .4em;
}

.footer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer button {
    margin-left: -2px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #d30000;
    width: 70px;
}

.footer input.form-control {
    background: transparent;
    padding: 1em 2em;
}

.footer input.form-control::-webkit-input-placeholder {
    color: white;
}

.footer input.form-control:-ms-input-placeholder {
    color: white;
}

.footer input.form-control::-ms-input-placeholder {
    color: white;
}

.footer input.form-control::placeholder {
    color: white;
}

.footer .social {
    text-align: center;
}

.footer .social a {
    color: white;
    font-size: 35px;
    border-radius: 50%;
    margin: .2em;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3.5px white solid;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.footer .social a:hover {
    background: #d30000;
    border-color: #ffed0d;
}

.footer .copy {
    margin: 0;
    margin-top: .5em;
}

.card__ {
    position: relative;
    margin: 10px;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}

.card__image img {
    height: auto;
    mix-blend-mode: lighten;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.card__image img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.card__heading .small {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transform: translateZ(15px);
    transform: translateZ(15px);
}

.card__heading h2 {
    margin: 0;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.card__.rounded,
.card__.rounded .card__overlay {
    border-radius: 8px;
}

.card__.is-out {
    -webkit-transform: rotateX(0) rotateY(0) !important;
    transform: rotateX(0) rotateY(0) !important;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.fixed,
.navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navbar-light .navbar-toggler-icon {
    -webkit-filter: invert(100);
    filter: invert(100);
}

.navbar-light .navbar-toggler {
    color: #aa9790;
    border-color: #ab9990;
}

.crusty {
    position: relative;
    padding-top: 10em;
}

.crusty .img1 {
    position: absolute;
    top: 2%;
    right: 5%;
}

.crusty .img-top img {
    margin: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 2em;
}

.crusty .three-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

.crusty .three-img .img2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.crusty .info {
    font-family: desc2;
    font-size: 1.5em;
    color: white;
    text-align: center;
    padding-bottom: 2em;
}

.crusty .info p,
.crusty .info h3,
.crusty .info h2,
.crusty .info h1,
.crusty .info h4,
.crusty .info h5,
.crusty .info h6,
.crusty .info span,
.crusty .info strong {
    margin-bottom: 0;
}

.crusty .sec2 {
    margin-top: 5em;
}

.crusty .sec2 .title {
    text-align: inherit;
    margin-bottom: 3em;
    font-size: 3em;
    color: #FFED0D;
}

.crusty .sec2 .parallaxed {
    max-width: 300px;
    margin: auto;
    margin-bottom: 2em;
}

.crusty .sec2 .shadow {
    background: #641717;
    border-radius: 35px;
}

.crusty .sec2 .white {
    background: white;
    height: 100%;
    border-radius: 35px;
}

.crusty .sec2 .img {
    margin: 0 2em;
}

.shadow.parallaxed img {
    max-width: 286px;
}


/* The Rocket-body */

.rocket {
    -webkit-animation: flight 8s infinite;
    animation: flight 8s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url("../images/2/doritos-png-transparent-png.png");
    background-size: cover;
    bottom: 12%;
    height: 156px;
    left: 2%;
    position: absolute;
    width: 144px;
}


/* The default tail is th emiddle, small one */

.tail {
    background: gray;
    top: 100%;
    height: 35px;
    left: 49%;
    position: relative;
    width: 6px;
    /* Here the 2 side tails are created */
    /* The second one is a 180 deg flipped version */
}

.tail::before,
.tail::after {
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-position: 0px -0px;
    border-radius: 100% 20% 0 10% / 60% 100% 0 40%;
    content: '';
    display: block;
    height: 80px;
    position: absolute;
    top: -40px;
    width: 35px;
}

.tail::before {
    /* Used the transparency in the radial gradient to create the 'inner-circle' */
    /* The outer is done with border-radius */
    background-image: radial-gradient(ellipse, transparent 40%, gray 42%);
    -webkit-box-shadow: -2px -2px 0 0 #676767;
    box-shadow: -2px -2px 0 0 #676767;
    left: -55px;
}

.tail::after {
    background-image: radial-gradient(ellipse, transparent 40%, #737373 42%);
    -webkit-box-shadow: -2px -2px 0 0 #8d8d8d;
    box-shadow: -2px -2px 0 0 #8d8d8d;
    right: -55px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* Flame container used for positioning and scaling the flames */

.flames {
    -webkit-animation: flames 8s infinite;
    animation: flames 8s infinite;
    list-style: none;
    margin: 0;
    opacity: .3;
    position: relative;
    top: 100%;
    left: 4%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.flames li {
    -webkit-animation: fire .4s infinite ease-in-out;
    animation: fire .4s infinite ease-in-out;
    background: yellow;
    border-radius: 50% 50% 60% 60%/ 18px 18px 100% 100%;
    bottom: -63px;
    -webkit-box-shadow: 0 15px 20px -2px yellow;
    box-shadow: 0 15px 20px -2px yellow;
    height: 60px;
    left: 34%;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    width: 36px;
}

.flames li:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    background: orangered;
    bottom: -46px;
    -webkit-box-shadow: 0 15px 20px -2px orangered;
    box-shadow: 0 15px 20px -2px orangered;
    height: 40px;
    left: 39%;
    width: 20px;
}


/* From here onlu animations */

@-webkit-keyframes fire {
    0% {
        opacity: .6;
        -webkit-transform: scale(0.96) rotate(-3deg);
        transform: scale(0.96) rotate(-3deg);
    }
    10% {
        opacity: .8;
        -webkit-transform: scale(1.01) rotate(-2deg);
        transform: scale(1.01) rotate(-2deg);
    }
    20% {
        opacity: .5;
        -webkit-transform: scale(0.96) rotate(-1deg);
        transform: scale(0.96) rotate(-1deg);
    }
    30% {
        opacity: .7;
        -webkit-transform: scale(1.01) rotate(0);
        transform: scale(1.01) rotate(0);
    }
    40% {
        opacity: .6;
        -webkit-transform: scale(0.96) rotate(1deg);
        transform: scale(0.96) rotate(1deg);
    }
    50% {
        opacity: .8;
        -webkit-transform: scale(1.01) rotate(2deg);
        transform: scale(1.01) rotate(2deg);
    }
    60% {
        opacity: .5;
        -webkit-transform: scale(0.96) rotate(1deg);
        transform: scale(0.96) rotate(1deg);
    }
    70% {
        opacity: .7;
        -webkit-transform: scale(1.01) rotate(0);
        transform: scale(1.01) rotate(0);
    }
    80% {
        opacity: .45;
        -webkit-transform: scale(0.96) rotate(-1deg);
        transform: scale(0.96) rotate(-1deg);
    }
    90% {
        opacity: .6;
        -webkit-transform: scale(1.01) rotate(-2deg);
        transform: scale(1.01) rotate(-2deg);
    }
}

@keyframes fire {
    0% {
        opacity: .6;
        -webkit-transform: scale(0.96) rotate(-3deg);
        transform: scale(0.96) rotate(-3deg);
    }
    10% {
        opacity: .8;
        -webkit-transform: scale(1.01) rotate(-2deg);
        transform: scale(1.01) rotate(-2deg);
    }
    20% {
        opacity: .5;
        -webkit-transform: scale(0.96) rotate(-1deg);
        transform: scale(0.96) rotate(-1deg);
    }
    30% {
        opacity: .7;
        -webkit-transform: scale(1.01) rotate(0);
        transform: scale(1.01) rotate(0);
    }
    40% {
        opacity: .6;
        -webkit-transform: scale(0.96) rotate(1deg);
        transform: scale(0.96) rotate(1deg);
    }
    50% {
        opacity: .8;
        -webkit-transform: scale(1.01) rotate(2deg);
        transform: scale(1.01) rotate(2deg);
    }
    60% {
        opacity: .5;
        -webkit-transform: scale(0.96) rotate(1deg);
        transform: scale(0.96) rotate(1deg);
    }
    70% {
        opacity: .7;
        -webkit-transform: scale(1.01) rotate(0);
        transform: scale(1.01) rotate(0);
    }
    80% {
        opacity: .45;
        -webkit-transform: scale(0.96) rotate(-1deg);
        transform: scale(0.96) rotate(-1deg);
    }
    90% {
        opacity: .6;
        -webkit-transform: scale(1.01) rotate(-2deg);
        transform: scale(1.01) rotate(-2deg);
    }
}

@-webkit-keyframes flames {
    0% {
        opacity: .3;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    7% {
        opacity: .3;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    10% {
        opacity: .7;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    15% {
        opacity: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    40% {
        opacity: .9;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        opacity: .9;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes flames {
    0% {
        opacity: .3;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    7% {
        opacity: .3;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    10% {
        opacity: .7;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    15% {
        opacity: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    40% {
        opacity: .9;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        opacity: .9;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
    4% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    96% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    100% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
    4% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    96% {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    100% {
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
}

@-webkit-keyframes flight {
    15% {
        bottom: 12%;
        left: 2%;
    }
    45% {
        bottom: 24%;
        left: 2%;
        -webkit-transform: rotateZ(0) rotateX(0) scale(1);
        transform: rotateZ(0) rotateX(0) scale(1);
    }
    65% {
        -webkit-filter: blur(0);
        filter: blur(0);
        bottom: 24%;
        left: 3%;
        -webkit-transform: rotateZ(45deg) rotateX(0) scale(1);
        transform: rotateZ(45deg) rotateX(0) scale(1);
    }
    100% {
        bottom: 95%;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        left: 98%;
        -webkit-transform: rotateZ(90deg) rotateX(35deg) scale(0);
        transform: rotateZ(90deg) rotateX(35deg) scale(0);
    }
}

@keyframes flight {
    15% {
        bottom: 12%;
        left: 2%;
    }
    45% {
        bottom: 24%;
        left: 2%;
        -webkit-transform: rotateZ(0) rotateX(0) scale(1);
        transform: rotateZ(0) rotateX(0) scale(1);
    }
    65% {
        -webkit-filter: blur(0);
        filter: blur(0);
        bottom: 24%;
        left: 3%;
        -webkit-transform: rotateZ(45deg) rotateX(0) scale(1);
        transform: rotateZ(45deg) rotateX(0) scale(1);
    }
    100% {
        bottom: 95%;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        left: 98%;
        -webkit-transform: rotateZ(90deg) rotateX(35deg) scale(0);
        transform: rotateZ(90deg) rotateX(35deg) scale(0);
    }
}

@-webkit-keyframes explosion {
    92%,
    100% {
        -webkit-box-shadow: 0 0 0 0 orange;
        box-shadow: 0 0 0 0 orange;
    }
    97% {
        -webkit-box-shadow: 0 0 20vmin 20vmin orangered;
        box-shadow: 0 0 20vmin 20vmin orangered;
    }
}

@keyframes explosion {
    92%,
    100% {
        -webkit-box-shadow: 0 0 0 0 orange;
        box-shadow: 0 0 0 0 orange;
    }
    97% {
        -webkit-box-shadow: 0 0 20vmin 20vmin orangered;
        box-shadow: 0 0 20vmin 20vmin orangered;
    }
}

.our-story-internal {
    padding-top: 16em;
}

.our-story-internal .top {
    position: relative;
}

.our-story-internal .top .red {
    background: #d30000;
    color: white;
    padding: 5em 0;
}

.our-story-internal .top .red h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 5em;
    margin: 0;
}

.our-story-internal .top .col-md-4,
.our-story-internal .top .col-md-8 {
    padding: 0;
    background-size: cover;
    background-position: center center;
}

.our-story-internal .top .info {
    color: black;
    font-size: 2em;
    padding: 1em;
    font-family: desc2;
}

.our-story-internal .top .img1 {
    position: absolute;
    top: 40%;
    left: 37%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.our-story-internal .sec2 {
    padding: 9em 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.our-story-internal .sec2 .story-background {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.our-story-internal .sec2 .content {
    background: rgba(185, 185, 185, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 1.5em;
}

.our-story-internal .sec2 .content .col-md-6:nth-child(1) {
    border-right: 2px solid #7c7c7c;
}

.our-story-internal .sec2 .content .col-md-6:nth-child(2) {
    border-left: 2px solid #7c7c7c;
}

.our-story-internal .sec2 .content h1 {
    text-align: center;
    font-size: 3em;
    text-shadow: 1px -4px 1px #00000000 !important;
}

.our-story-internal .sec2 .content .desc {
    color: white;
    font-family: desc2;
    font-size: 2em;
}

.our-story-internal .red2 {
    padding-top: 3em;
    padding-bottom: 5em;
    background-color: #d30000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.our-story-internal .red2 h1 {
    font-family: desc1;
    text-align: center;
    color: white;
    margin-bottom: 2em;
}

.our-story-internal .red2 .card-c {
    text-align: center;
    color: white;
}

.our-story-internal .red2 .card-c h3 {
    font-family: desc1;
    margin-top: 3em;
}

.media {
    padding-top: 14em;
    background-attachment: fixed;
}

.media .title {
    font-size: 5em;
}

.media .swiper-slide {
    height: 485px;
    background-size: cover;
    background-position: center center;
    margin: auto;
    border-radius: 60px;
}

.media .media-slider {
    position: relative;
}

.media .swiper.newsSwiper.container {
    overflow: hidden;
    margin-top: 3em;
}

.media .swiper.newsSwiper.container .swiper-button-prev,
.media .swiper.newsSwiper.container .swiper-container-rtl .swiper-button-next,
.media .swiper.newsSwiper.container .swiper-button-next,
.media .swiper.newsSwiper.container .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
}

.media .swiper.newsSwiper.container .swiper-button-next:after,
.media .swiper.newsSwiper.container .swiper-button-prev:after {
    font-family: inherit;
    content: "" !important;
    width: 50px;
    height: 50px;
    background: url("../images/2/Group 5153.png");
    background-size: cover;
}

.media .swiper.newsSwiper.container .swiper-button-prev:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.media .swiper.newsSwiper.container .swiper-button-prev.swiper-button-disabled::after {
    background: url("../images/2/Group 5154.png");
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.media .swiper.newsSwiper.container .swiper-button-next.swiper-button-disabled::after {
    background: url("../images/2/Group 5154.png");
    background-size: cover;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.media .glyphicon-play:before {
    content: "";
    background: url("../images/2/Component 9 – 1.png");
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.media .video {
    position: relative;
    margin-top: 2em;
}

.media .gallery {
    margin-bottom: 1em;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
    border-bottom: 1px solid #505050;
    padding: 12px 16px 6px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.modal-header .modal-title {
    color: #ccc;
    margin: 0;
}

.modal-header .close {
    font-size: 32px;
    opacity: 1.0;
    color: #ccc;
    text-shadow: none;
    outline: none;
}

.modal-content {
    border-radius: 0;
    border: 0;
    background-color: #323232;
}

.img-responsive {
    width: 100%;
}

button.btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    color: rgba(245, 245, 245, 0.8);
}

button.btn-play:hover,
button.btn-play:active,
button.btn-play:visited,
button.btn-play:focus {
    color: white;
}

button.btn-play .glyphicon {
    padding: 0;
    margin: 0;
    color: inherit;
    background-color: inherit;
    font-size: 64px;
}

.modal-header .close {
    color: #000;
    background: #a5a5a5;
}

.brand .crusty .three-img {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.brand .row.justify-content-center {
    padding: 0 9vw;
}

.brand .card__image img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brand .card__image img {
    width: 100%;
}

.brand .nav-tabs .nav-item.show .nav-link,
.brand .nav-tabs .nav-link.active {
    background: inherit;
    border: inherit;
}

.brand .blue-theme.table {
    background: #EBE15B;
    padding: 15px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
    text-align: left !important;
}

.brand .blue-theme.table tbody {
    border: solid 2px black;
}

.brand .blue-theme.table h5 {
    color: #000;
    font-weight: bold;
}

.brand .blue-theme.table> :not(:first-child) {
    border: 0;
}

.brand .blue-theme.table .table-dark {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #d30000;
    --bs-table-striped-bg2: $color_t;
    --bs-table-hover-color2: black;
    color: black;
}

.brand .blue-theme.table .table-hover>tbody>tr:nth-child(odd):hover>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-hover-color);
    cursor: cell;
}

.brand .blue-theme.table .table-hover>tbody>tr:nth-child(even):hover>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg2);
    color: var(--bs-table-hover-color2);
    cursor: cell;
}

.brand .blue-theme.table .table> :not(caption)>*>* {
    font-weight: bold;
}

.brand ul#myTab {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 2px solid #ffed0d;
    overflow: hidden;
    margin-bottom: 8em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand ul#myTab li.nav-item {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.brand ul#myTab li.nav-item:hover {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.brand ul#myTab li.nav-item.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.contacts {
    margin: 3em 0 0 0;
}

.contacts h2 {
    font-family: desc1;
    margin-bottom: 1em;
}

.contacts p {
    font-size: 1.3em;
    font-family: desc2;
    color: #d30000;
}

.contacts .contacts-info {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contacts .form-c {
    padding: 1em;
    background: #f7f7f7;
    border-radius: 25px;
}

.contacts .form-c input.form-control {
    padding: 1em;
    border: 0;
    border-radius: 35px;
}

.contacts .form-c2 input.form-control {
    padding: 1em;
    border: 1.5px solid #ced4da;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.741);
}

.contacts .form-c2 input.form-control.file {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.contacts .form-c2 textarea {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.741);
}

.contacts button.btn.btn-primary {
    background: #d30000;
    border-radius: 7px;
    border: 1px solid black;
    padding: 0.1em 1em;
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0;
    margin-bottom: 3em;
}

.career {
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.career .media {
    padding-top: 8em;
}

.career .media .title {
    font-size: 4em;
    margin-bottom: 1em;
}

.max-width {
    width: 285px !important;
    max-width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #d30000;
}

.map-c {
    margin-top: 3em;
}

.dropdown-toggle.mob {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    button.btn-play .glyphicon {
        font-size: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    button.btn-play .glyphicon {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    a.video {
        display: block;
    }
    button.btn-play .glyphicon {
        font-size: 56px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .our-story-internal .top .img1 {
        left: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .crusty .three-img .img2 {
        bottom: -5%;
        left: -7%;
    }
    .rocket {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        left: 0;
    }
    .our-story-internal .top .img1 {
        top: 35%;
        left: 34%;
    }
    .our-story-internal {
        padding-top: 14em;
    }
}

@media only screen and (min-width: 1024px) {
    .footer .social a {
        font-size: 25px;
        width: 45px;
        height: 45px;
    }
    .our-news .news .news-background {
        height: 100%;
    }
}

@media only screen and (max-width: 1025px) {
    .career {
        background-size: cover;
    }
    .contacts .form-c2 input.form-control {
        background: rgba(255, 255, 255, 0.85);
    }
    .contacts .form-c2 textarea {
        background: rgba(255, 255, 255, 0.85);
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-toggle.mob {
        display: block;
    }
    .dropdown-toggle.lab {
        display: none;
    }
    .navbar .navbar-brand {
        margin-bottom: -50px;
    }
    .navbar .navbar-brand img {
        width: 70px;
    }
    .fixed img {
        width: 60px;
        margin-bottom: 20px;
    }
    .navbar-collapse {
        margin-top: 3em;
    }
    .navbar {
        background: rgba(0, 0, 0, 0.612) !important;
    }
    .section-title {
        font-size: 5vw;
    }
    .our-brands .img3 {
        left: 12%;
    }
    .right-no-overflow,
    .right-no-overflow,
    .down-left-no-overflow,
    .left-no-overflow {
        width: 6VW;
    }
    .our-brands .img5 {
        top: 98%;
        right: 5%;
    }
    .our-brands {
        padding-bottom: 11em;
    }
    .segments {
        padding-bottom: 0;
    }
    .segments .segment-img2 {
        bottom: -9%;
    }
    .banner-img {
        padding-top: 56px;
    }
    .our-news .news .news-img {
        height: 210px;
    }
    .our-news .news .news-background {
        height: 100%;
    }
    .our-news .news .news-card {
        padding: 1em;
    }
    .navbar .img {
        width: 70px;
        height: 70px;
        position: relative;
    }
    .navbar .img img:nth-child(2) {
        width: 11px;
    }
    .navbar .img img:nth-child(3) {
        width: 11px;
    }
    .navbar .img img:nth-child(4) {
        top: 62%;
        width: 31px;
    }
    .fixed .img img:nth-child(2) {
        top: 39%;
        left: 12%;
        width: 11px;
    }
    .fixed .img img:nth-child(3) {
        top: 39%;
        left: 57%;
        width: 11px;
    }
    .fixed .img img:nth-child(4) {
        top: 62%;
        left: 26%;
        width: 31px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .social,
    p.follow.text-center {
        text-align: left !important;
    }
    .footer .social a,
    p.follow.text-center a {
        text-align: center;
    }
    .our-story-internal .top .red h1 {
        font-size: 3em;
    }
    .our-story-internal .top .info {
        font-size: 1.4em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        min-height: 240px;
    }
    .our-story-internal .top .img1 {
        position: absolute;
        width: 115px;
        left: 34%;
    }
    .our-story-internal .sec2 .content h1 {
        font-size: 2em;
    }
    .our-story-internal .sec2 .content .desc {
        font-size: 1.2em;
    }
    .our-story-internal .red .card-c .info {
        font-size: 1.3em;
    }
    .our-story-internal .red .card-c h3 {
        margin-top: 1em;
    }
    .our-story-internal {
        padding-top: 7em;
    }
    .media {
        padding-top: 7em;
    }
    .our-news.news-internal {
        padding-top: 8em;
    }
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav .nav-link {
        font-size: 25px;
    }
    .navbar ul.dropdown-menu.show a.dropdown-item {
        font-size: 25px;
    }
    .btn {
        font-size: 1em;
    }
    .banner .brief h1 {
        font-size: 8vw;
    }
    .section-title {
        font-size: 10vw;
    }
    .right-no-overflow,
    .right-no-overflow,
    .down-left-no-overflow,
    .left-no-overflow {
        width: 12VW;
    }
    .segments .title .img2 {
        bottom: -188%;
        right: -2%;
        display: none;
    }
    .segments .title .img1 {
        top: -110%;
    }
    .segments h2 {
        font-size: 6vw;
        margin-bottom: 2em;
    }
    .segments {
        padding-bottom: 0;
        padding-top: 4em;
    }
    .our-brands .brand-card {
        padding: 1em;
    }
    .segments .col-md-4:last-child h2 {
        margin-bottom: 0;
    }
    .segments .segment-img2 {
        bottom: 0%;
        right: 3%;
        display: none;
    }
    .segments .segment-img3 {
        top: 91%;
        left: 6%;
    }
    .our-brands .img2 {
        top: 56%;
    }
    .our-brands .img3 {
        left: 7%;
    }
    .footer {
        text-align: center;
    }
    .footer .col-lg-3.col-md-2 {
        margin-bottom: 2em;
    }
    .footer .col-lg-3.col-md-2:last-child {
        margin-bottom: 0em;
    }
    .crusty .sec2 .shadow {
        padding: 0.5em 1em;
    }
    .crusty .sec2 .white {
        padding: 0.5em;
    }
    .crusty .sec2 .title {
        text-align: inherit;
        margin-bottom: 1.5em;
        margin-top: 1em;
        text-align: center;
    }
    .footer form,
    .footer .social {
        margin-bottom: 2em;
    }
    .crusty .img1 {
        top: 0;
        right: 0;
    }
    .media .title {
        font-size: 3em;
    }
    .media {
        padding-top: 7em;
    }
    .card__.rounded.col-4.col-lg-3.col-md-4 {
        margin: 0;
    }
    .brand .crusty .row.justify-content-center {
        margin-bottom: 2em;
        padding: 0;
    }
    .brand ul#myTab {
        margin-bottom: 3em;
    }
    .our-story-internal .sec2 .content .desc {
        color: black;
    }
    .our-story-internal .sec2 .content .img-fluid {
        margin: auto;
        display: block;
    }
    .our-story-internal .red .card-c h3 {
        margin-top: 1em;
    }
    .our-story-internal .red .card-c {
        margin-bottom: 3em;
    }
    .our-story-internal .red .col-lg-3:last-child .card-c {
        margin-bottom: 0;
    }
    .our-story-internal .red h1 {
        margin-bottom: 1em;
        font-size: 3em;
    }
    .banner .brief {
        top: 62%;
        width: 100%;
    }
    .segments .segment-img1 {
        display: none;
    }
    .segments .img {
        height: 160px;
    }
    .our-brands {
        padding-top: 0;
    }
    .our-news {
        padding-top: 5em;
    }
    .our-news .news .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        min-height: 72px;
    }
    .our-news.news-internal .news .desc {
        -webkit-line-clamp: 15;
    }
    .our-story-internal .sec2 {
        padding: 1em 0;
    }
    .our-story-internal .sec2 .story-background {
        display: none;
    }
    .our-story-internal .sec2 .content h1 {
        margin-top: 1em;
        color: #d30000;
    }
    .our-story-internal .sec2 .content .col-md-6:nth-child(2),
    .our-story-internal .sec2 .content .col-md-6:nth-child(1) {
        border: 0;
    }
    .our-story-internal .sec2 .content {
        background: rgba(185, 185, 185, 0.34);
    }
    .our-story-internal .sec2 .content .col-md-6:nth-child(2) img {
        margin-top: 2em;
    }
    .our-story-internal .sec2 .content .col-md-6:nth-child(2) p.desc {
        margin-top: 1.5em;
    }
    .our-story-internal .sec2 .content .desc {
        text-align: center;
    }
    .our-story-internal .red2 h1 {
        font-size: 3em;
        margin-bottom: 1em;
    }
    .our-story-internal .red2 .card-c h3 {
        margin-top: 1em;
    }
    .our-story-internal .red2 {
        background-attachment: fixed;
    }
    .our-story-internal {
        padding-top: 8em;
    }
    .our-story-internal .top .red {
        background: #d30000;
        color: white;
        padding: 2em 0;
    }
    .our-story-internal .top .red h1 {
        font-size: 2em;
    }
    .our-story-internal .top .info {
        text-align: center;
    }
    .our-story-internal .top .col-md-4.chips {
        min-height: 215px;
    }
    .our-story-internal .top .img1 {
        left: inherit;
        top: 0;
        right: -4%;
        width: 13vw;
    }
    .row.contacts .col-md-8 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 2em;
    }
    .career .media .title {
        font-size: 3em;
    }
    .crusty.only .card__image img {
        width: 40vw;
    }
    .rocket {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    .crusty .sec2 .shadow {
        background: #4b00004d;
        padding: 0;
    }
    .crusty .sec2 .img img {
        width: 100%;
    }
    .our-news.news-internal {
        padding-top: 7em;
    }
    .our-news.news-internal .news {
        padding-top: 1em;
    }
}


/*# sourceMappingURL=style.css.map */