html,
body,
div,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.asdasdasd {
    text-align: center;
}

p {
    font-family: "Open Sans", sans-serif;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.nav-link.tru {
    font-weight: 300;
}

body,
html.main-html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.main-header {
    /* background-color: rgba(0, 0, 0, 0.9);*/
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999999999999999999999999;
    height: 15vh;
}

@media (min-width: 1400px) {
    .main-header {
        height: 13vh;
    }
}

.main-logo {
    height: 8vh;
    width: auto;
}

.tru.nav-link {
    /* font-size: 1.2rem; */
    font-size: 1rem;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.tru.nav-link {
    color: #232323;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.tru.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: var(--color-yellow);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.tru.nav-link:hover:after {
    width: 100%;
    left: 0;
}

.tru-footer-link {
    color: #ddd !important;
}

@media (min-width: 992px) {
    .dropdown-toggle::after {
        margin-left: 0;
        vertical-align: 0;
        border: 0;
    }
}

.tru-dropdown {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 1rem 0;
    color: #fff;
    font-size: 1rem;
    top: 15vh;
}

@media (min-width: 1400px) {
    .tru-dropdown {
        top: 13vh;
    }
}

#mainSlider {
    position: relative;
    height: 100vh;
}

#mainSlider .owl-item,
#mainSlider .item {
    height: 100vh;
}

#mainSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

#mainSlider .owl-dots .owl-dot {
    height: 2px;
    width: 60px;
    background-color: #fff;
    margin-left: 5px;
}

#mainSlider .owl-dots .owl-dot>span {
    display: none;
}

#mainSlider .owl-dots .owl-dot:active,
#mainSlider .owl-dots .owl-dot:focus {
    border: none;
}

#mainSlider .owl-dots .owl-dot.active {
    background-color: var(--color-yellow);
}

.caption-1 {
    position: relative;
    color: #fff;
    margin-top: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3.5rem;
    text-shadow: 2px 2px #000;
}

.caption-2 {
    position: relative;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 2rem;
    text-shadow: 2px 2px #000;
}

@media (max-width: 767px) {
    .caption-1 {
        font-size: 2rem;
    }

    .caption-2 {
        font-size: 1rem;
    }
}

.mt-15vh {
    margin-top: 15vh;
}

.mt-16vh {
    margin-top: 16vh;
}

.mt-17vh {
    margin-top: 17vh;
}

.mt-18vh {
    margin-top: 18vh;
}

.mt-19vh {
    margin-top: 19vh;
}

.t-18vh {
    top: 18vh;
}

.plr-25p-md-else-10px {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .plr-25p-md-else-10px {
        padding-left: 15%;
    }
}

.tru-dropdown-main {
    display: none;
}

.tru-dropdown-custom,
.tru-dropdown-custom-2 {
    color: #fff;
    list-style: none;
}

.tru-dropdown-custom>li>a,
.tru-dropdown-custom-2>li>a {
    color: #fff;
    font-family: "Segoe UI Regular";
    padding-top: 12px;
    padding-bottom: 12px;
}

.tru-dropdown-custom>li>a:hover,
.tru-dropdown-custom>li:hover,
.tru-dropdown-custom-2>li>a:hover,
.tru-dropdown-custom-2>li:hover {
    background-color: transparent;
}

.tru-dropdown-custom>li {
    border-bottom: 1px solid #555;
}

.tru-dropdown-custom>li>a,
.tru-dropdown-custom-2>li>a {
    color: #232323;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.tru-dropdown-custom>li>a:after,
.tru-dropdown-custom-2>li>a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    position: absolute;
    background: var(--color-yellow);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.tru-dropdown-custom>li>a:hover:after,
.tru-dropdown-custom-2>li>a:hover:after {
    width: 100%;
    left: 0;
}

.sliced-button:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-style: solid;
    border-width: 0 0 50px 40px;
    border-color: transparent transparent var(--color-yellow) transparent;
    transition: right 1s;
}

.sliced-button {
    background-color: #dfb400;
    max-width: 220px;
    display: flex;
    margin-left: auto;
    cursor: pointer;
    transition: max-width 1s;
}

.askme {
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    top: 20vh;
}

.scroll-down {
    width: 4rem;
    height: auto;
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    z-index: 99;
    left: calc(50% - 2rem);
    text-shadow: 1px 1px #555;
    cursor: pointer;
}

.custom-h {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-top: 8vh;
}

.mtop-5 {
    margin-top: 5px;
}

a.custom-button {
    border: 4px solid var(--color-yellow);
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    margin: auto;
    padding: 12px 32px 12px 82px;
    position: relative;
    text-decoration: none;
    background-color: var(--color-yellow);
}

a.custom-button .label,
a.custom-button .icon-arrow {
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

a.custom-button .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

a.custom-button .icon-arrow {
    fill: #fff;
    height: 15px;
    top: 17px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    width: 35px;
}

a.custom-button .icon-arrow.before {
    left: 32px;
    margin-right: 15px;
    position: absolute;
    transform-origin: left center;
}

a.custom-button .icon-arrow.after {
    margin-left: 15px;
    opacity: 0;
    position: absolute;
    right: 32px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
}

a.custom-button:hover .label {
    transform: translateX(-52px);
}

a.custom-button:hover .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
}

a.custom-button:hover .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

a.custom-button:active {
    border-color: #fd6154;
    color: #fd6154;
}

a.custom-button:active .icon-arrow {
    fill: #fd6154;
}

.homepage-sections-main-wrapper {
    background-image: url("../images/bokeh-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: auto;
}

#dealerSection {
    display: block;
    overflow: hidden;
    max-width: 100vw;
}

#dealerSection .col-left,
#dealerSection .col-right,
#dealerSection .col-planes {
    position: absolute;
}

#dealerSection .col-left {
    height: 70vh;
    width: 100%;
    right: 40%;
    background-image: url("../images/sky.png");
    z-index: 5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

#dealerSection .col-right {
    height: 70vh;
    width: 100%;
    /* left: 60%; */
    background-image: url("../images/dealer.jpg");
    z-index: 1;
}

#dealerSection .col-planes {
    height: 30vh;
    width: auto;
    left: 3rem;
    z-index: 10;
    margin-top: 25vh;
}

.col-planes:hover+.col-left {
    right: 20%;
}

#dealerSection .col-left:hover {
    right: 20%;
}

.animated-section {
    display: block;
    overflow: hidden;
    max-width: 100vw;
}

.animated-section .col-left,
.animated-section .col-right,
.animated-section .col-planes {
    position: absolute;
}

.animated-section .col-left {
    height: 70vh;
    width: 100%;
    right: 50%;
    z-index: 5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.animated-section .col-right {
    height: 70vh;
    width: 100%;
    z-index: 1;
}

.animated-section .col-planes {
    height: 30vh;
    width: auto;
    left: 3rem;
    z-index: 10;
    margin-top: 25vh;
}

.col-planes:hover+.col-left {
    right: 35%;
}

.animated-section .col-left:hover {
    right: 35%;
}

.animated-section-2 {
    display: block;
    overflow: hidden;
    max-width: 100vw;
}

.animated-section-2 .col-left,
.animated-section-2 .col-right,
.animated-section-2 .col-planes {
    position: absolute;
}

.animated-section-2 .col-left {
    height: 70vh;
    width: 100%;
    z-index: 1;
}

.animated-section-2 .col-right {
    height: 70vh;
    width: 50%;
    left: 50%;
    z-index: 5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.animated-section-2 .col-planes {
    height: 30vh;
    width: auto;
    right: 3rem;
    z-index: 10;
    margin-top: 25vh;
}

.col-planes:hover+.col-right {
    left: 35%;
    width: 65%;
}

.animated-section-2 .col-right:hover {
    left: 35%;
    width: 65%;
}

.custom-h-1 {
    color: #000;
    font-size: 2.5rem;
    text-transform: uppercase;
    z-index: 7;
    position: relative;
    font-weight: 900;
    letter-spacing: 0;
    margin-top: 5vh;
}

.custom-button-2 {
    position: relative;
    z-index: 7;
}

.col-right-inner {
    /* margin-top: 50vh; */
}

.custom-h-2 {
    color: #333;
    font-size: 2.5rem;
    text-transform: uppercase;
    z-index: 7;
    position: relative;
    font-weight: 900;
    letter-spacing: 0;
}

.section-title {
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}

.h-90vhpmt {
    height: calc(90vh + 10px);
}

.h-80vhpmt {
    height: calc(80vh + 10px);
}

.pright-5 {
    padding-right: 5px;
}

.pleft-5 {
    padding-left: 5px;
}

.caption-text {
    position: absolute;
    bottom: 20px;
    z-index: 99999999;
    padding-left: 20px;
    padding-right: 20px;
}

.event-top-caption {
    background-color: #efefea;
}

.event-top-caption h3 {
    font-size: 1.4rem;
}

.color-1 {
    color: var(--color-yellow);
}

.event-top-caption .line-1 {
    margin-top: 20px;
    font-weight: 100;
}

.event-top-caption .line-2 {
    font-weight: 900;
    color: #000;
}

.h-130vh {
    height: 130vh;
}

.assistant-main-action {
    background-color: #dfb400;
    max-width: 220px;
    width: 220px;
    display: flex;
    margin-left: auto;
    cursor: pointer;
    transition: max-width 1s;
    position: fixed;
    top: 13vh;
    z-index: 9999;
    right: 0;
}

@media (max-width: 1400px) {
    .assistant-main-action {
        top: 15vh;
    }
}

.assistant-main-action:before {
    content: "";
    position: absolute;
    right: 220px;
    border-style: solid;
    border-width: 0 0 50px 40px;
    border-color: transparent transparent #dfb400 transparent;
    transition: right 1s;
}

.assistant-main-action .text {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 1.6rem;
    color: #fff;
    font-family: Roboto;
    height: 50px;
}

.assistant-main-action .close-button {
    display: flex;
    position: absolute;
    right: 0;
    height: 50px;
    align-items: center;
    padding: 10px 15px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s 1s;
}

.assistant-main-action .close-button img {
    height: 20px;
    width: 30px;
}

.assistant-main-action .icon {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    padding: 10px 15px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 1s, opacity 1s 1s;
}

.assistant-main-action .icon img {
    height: 30px;
    width: 30px;
}

.animated-section .custom-h-2 {
    text-transform: unset;
}

.footer-top-list>li>a {
    color: #fff;
}

.footer-top,
.footer-bottom {
    background-color: #1b1b1b;
}

ul.list-color-white>li>a,
ul.list-color-white>li {
    color: #fff;
}

.custom-color-footer {
    color: #888 !important;
}

.li-open-space>li {
    padding-left: 5px;
    padding-right: 5px;
}

.custom-font-size {
    font-size: 0.7rem;
    color: #ddd;
}

.sliced-first-section {
    clip-path: polygon(100% 0, 100% 60%, 85% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 60%, 85% 100%, 0 100%, 0 0);
}

.sliced-second-section {
    height: 120vh;
    padding-top: 60vh;
}

.sliced-second-section img.sliced-image {
    position: absolute;
    float: right;
    top: -60vh;
    height: 120vh;
}

.sliced-page-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sliced-page-main-slider {
    clip-path: polygon(100% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    background-size: cover;
}

.under-slider-sliced {
    clip-path: polygon(100% 0, 60% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 60% 100%, 100% 100%);
    width: 100vw;
    height: 100vh;
    top: 52vh;
    right: 0 !important;
    background-size: cover;
}

.under-slider-sliced-content {
    position: relative;
    width: 100%;
}

.under-slider-sliced-content .inner-text {
    width: 40%;
}

.sliced-page-breadcrumb,
.sliced-page-breadcrumb .breadcrumb {
    background-color: transparent !important;
    border: 0;
}

.sliced-page-breadcrumb .breadcrumb-item>a {
    color: #000;
}

.sliced-left-image {
    clip-path: polygon(0 0, 50% 0, 20% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 0, 20% 100%, 0 100%);
}

.sliced-right-image {
    clip-path: polygon(100% 0, 60% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 60% 100%, 100% 100%);
}

.ov-x-hidden-i {
    overflow-x: hidden !important;
}

/* .. Header Sets */
@media (min-width: 991px) and (max-width: 1100px) {
    .nav-link.tru {
        font-size: 1.1rem;
    }
}

/* .. Mobile Sets */

@media (max-width: 991px) {
    .mt-0-to-lg {
        margin-top: 0 !important;
    }

    .video-to-lg {
        height: 100vh !important;
        width: auto !important;
    }

    nav.main-navbar {
        /* background-color: #0F1115; */
        background-color: rgba(255, 255, 255, 0.8);
    }

    nav.main-navbar .navbar-brand {
        margin: 0 auto;
    }

    nav.main-navbar ul.navbar-nav {
        margin-left: unset !important;
        margin: 0 auto;
        text-align: center;
    }

    nav.main-navbar #mainNavbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        /* background-color: #0f1115;
    text-align: center;
    color: #fff; */
        background-color: transparent;
        text-align: center;
        color: #333;
        border: none;
    }

    nav.main-navbar #mainNavbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a {
        /* color: #fff; */
        color: #333;
    }

    .mobile-no-sliced {
        right: initial !important;
        left: initial !important;
        clip-path: initial !important;
        -webkit-clip-path: initial !important;
        position: relative !important;
        width: 100% !important;
        right: initial;
        left: initial;
    }

    .mobile-sliced-other-col {
        position: relative !important;
    }

    .animated-section,
    .animated-section-2 {
        overflow: initial;
        height: auto;
        width: 100%;
        left: initial;
        right: initial;
    }

    .animated-section-2 {
        width: 100% !important;
    }

    .f-left-to-lg {
        float: left;
    }

    .animated-section .col-right {
        height: auto;
    }

    .animated-section-2 .col-left {
        height: auto;
        justify-content: right;
        order: 2;
    }

    .pos-relative-to-lg {
        position: relative;
    }

    .ptb-20-to-lg {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .h-auto-to-lg {
        height: auto !important;
    }

    .h-40vh-to-lg {
        height: 40vh;
    }

    .video-col-to-lg {
        padding-left: 0;
        padding-top: 0.6rem;
    }

    .discover-button-to-lg {
        margin-top: 0.6rem;
    }

    .t-1p2rem-to-lg {
        font-size: 1.2rem;
    }

    .h-80vh-to-lg {
        height: 80vh;
    }

    .h-100vh-to-lg {
        height: 100vh;
    }

    .plr-0-to-lg {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .ml-20-lg {
        margin-left: 20px;
    }
}

.color-2-a-i {
    color: #222 !important;
}

.sliced-page-main-slider-caption {
    position: relative;
    padding-top: 40vh;
}

.sliced-page-main-slider-title-1 {
    color: #fff;
    font-size: 5rem;
    text-shadow: 3px 3px #000;
}

.sliced-page-main-slider-title-2 {
    color: #fff;
    font-size: 3rem;
    text-shadow: 3px 3px #000;
}

.sliced-page-main-slider-title-3 {
    color: #fff;
    font-size: 1rem;
    text-shadow: 2px 2px #000;
}

.link-group .nav-link.tru {
    font-size: 1rem !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-5rem {
    padding-top: 5rem;
}

@media (max-width: 991px) {
    .lang-link {
        border-left: 1px solid #222;
    }

    .lang-link:first-of-type {
        border-left: none !important;
    }

    .main-header {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent !important;
    }

    .tru.nav-link:after {
        display: none !important;
    }

    .assistant-main-action {
        top: 12vh;
    }
}


.h-210vh {
    height: 210vh;
}

.custom-section-bg-color {
    background-color: var(--custom-section-bg-color);
}

.custom-section-bg-color-i {
    background-color: var(--custom-section-bg-color) !important;
}

@media (max-width: 767px) {


    .first-parallax-section {
        height: 75vh;
    }

    .tr-fancy-title {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        border: none;
    }

    blockquote.tr-fancy-title em {
        border: none;
    }
}



.nav-link.tru>i.fas.fa-chevron-down {
    margin-left: 5px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
}

.nav-link.tru:hover>i.fas.fa-chevron-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width: 768px) {
    .tru-dropdown-menu {
        position: fixed !important;
        width: 100%;
        height: auto;
        top: 13vh;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        border: 0;
        border-radius: 0;
        padding-bottom: 20px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .tru-dropdown-custom>li {
        border: 0;
    }
}

.bg-fancy-black.darkest2 {
    background-color: #212121;
}

ul.footer-list>li.head {
    color: #777;
}

.nav-link.tru.tru-footer-link {
    font-size: 10px;
}

ul.footer-list>li.head {
    font-size: 8px;
}

.mt-5vh-i {
    margin-top: 5vh !important;
}

@media (max-width: 1119px) {
    .mt-5vh {
        margin-top: 3vh !important;
    }
}

.home-news-link,
.home-news-inner-link {
    color: #333;
}

.home-news-link:hover,
.home-news-inner-link:hover {
    color: #111;
}

.first-sliced-section {
    background-size: contain;
    min-height: 30vh !important;
    height: auto !important;
}

.first-sliced-section img {
    display: block;
    visibility: hidden;
}

@media (min-width: 992px) {
    .first-sliced-section {
        background-position-x: 250px;
        height: 70vh !important;
        background-size: cover !important;
    }

    .first-sliced-section img {
        display: none !important;
    }
}

/* Sliced Page Mobility */
@media (max-width: 767px) {
    .sliced-page-main-slider-caption {
        padding-top: 10rem;
    }

    .sliced-page-main-slider {
        clip-path: none;
        -webkit-clip-path: none;
    }

    .under-slider-sliced {
        display: none;
    }


}

@media (max-width: 991px) {
    .sliced-left-image {
        position: relative;
        width: 100%;
        clip-path: none;
        -webkit-clip-path: none;
        height: auto !important;
        background-image: none;
    }

    .sliced-left-image>img {
        display: block;
    }

    .sliced-page-right-text {
        position: relative;
    }

    .custom-section-1 {
        height: auto !important;
        max-height: unset !important;
    }

    .custom-section-1 .section-title {
        font-size: 3rem;
        padding-top: 2rem;
    }

}

/* /Sliced Page Mobility */


.default-banner-section {
    background-size: cover;
    width: 100%;
    height: 60vh;
}

.default-banner-title {
    font-size: 4rem;
    color: #fff;
    text-shadow: 2px 2px #222;
    padding-top: calc(30vh - 2rem);
    width: 100%;
    text-align: center;
}

.contact-table {
    border: none;
}

.contact-table .icon-td {
    text-align: right;
    padding-right: 10px;
}

.contact-table .info-td {
    text-align: left;
}

.contact-table .info-td a {
    color: #232323;
}

.contact-table .info-td a:hover {
    color: #000;
}

.def-section-title {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #222;
    font-style: italic;
}

.contact-form-title {
    margin-top: 3rem;
}

.h-14vh {
    height: 14vh;
}

.mt-2vh {
    margin-top: 2vh;
}

.mt-1vh {
    margin-top: 1vh;
}

.list-page-link {
    color: #323232;
}

.list-page-link:hover {
    color: #000;
    text-decoration: none;
}

.list-page-link:hover .list-page-item-title {
    text-decoration: underline;
}

.list-page-link .list-page-image {
    background-size: 100% 100%;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
}

.list-page-link:hover .list-page-image {
    background-size: 130% 130%;
}


@media (max-width: 767px) {
    ol.breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }

    .pt-0-to-md {
        padding-top: 0;
    }

    .pb-0-to-md {
        padding-bottom: 0;
    }

    .ptb-0-to-md {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.partner-link img {
    transition: .3s ease;
}

.partner-link:hover img {
    width: 120%;
    height: auto;
}

.contact-alert {
    top: 20vh;
    right: 50px;
    z-index: 999999;
}

blockquote.tr-fancy-title,
blockquote.tr-fancy-title *,
.tr-fancy-title-container>b {
    font-family: "Roboto", sans-serif !important;
}

.bottom-bar {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
    text-align: center;
}

.bottom-bar p {
    margin-block-end: 0;
    font-size: .7rem;
}

.news-link-post {
    color: #222;
}

.news-link-post:hover {
    text-decoration: none;
}

.privacy-tab{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9999999999999999999999999999999;
}

.privacy-tab > .alert{
	background-color: #222;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	text-align: center;
	color: #fff;
}


.cert{
    width: 50%;
    height: auto;
    margin-top: 20px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 767px){
    .cert{
        width: 100%;
        height: auto;
    }
}











