* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'TradeGothic LT' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

img {
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.full-container {
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    position: relative;
    padding-left: 15px;
    max-width: 1920px;
}

@media(min-width: 1500px) {
    .full-container {
        padding-right: 35px;
        padding-left: 35px;  
    }
}


.inner-banner-image-box {
    height: 434px;
}

.inner-banner-image-box img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.inner-banner-content {
    padding: 0 0 10px;
    background-color: #415364;
    position: relative;
    z-index: 1;
    color: #fff;
}

.inner-banner-content h1 {
    font-size: 3.2rem;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    top: -35px;
    position: relative;
    text-shadow: 0 8px 15px rgba(0,0,0,0.40);
}

.inner-banner-content p {
    padding: 0;
    margin: 0;
    top: -20px;
    position: relative;
    font-size: 1rem;
}

.about-blog-item-image {
    aspect-ratio: 2 / 2;
    border: 4px solid #fff;
    overflow: hidden;
}

.about-blog-item-image img {
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
    object-fit: cover;
}

.about-blog-item {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.about-blog-item:hover {
    text-decoration: none;
}


.about-blog {
    padding: 50px 0;
    background-color: #ebebea;
}

.about-blog-item-content {
    padding: 20px 20px 50px;
    position: relative;
}

.about-blog-item-content h4 {
    color: #000;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.about-blog-item-content p {
    color: #000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-blog-item-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.about-blog-item-footer img {
    max-width: 20px;
    transition: all ease 0.3s;
}

.about-blog-item-footer button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 15px;
    color: #666
}

.about-blog-item:hover .about-blog-item-footer img {
    transform: scale(1.2);
}

.about-blog-item:hover .about-blog-item-image img {
    transform: scale(1.3);
}

.about-blog-item:hover .about-blog-item-footer button {
    color: #000;
}

.about-blog-row h3 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px;
}

.about-blog-row +.about-blog-row {
    margin-top: 30px;
}

.banner-marque p span {
    margin-right: 15px;
}

.banner-marque {
    position: relative;
    padding: 15px 15px 10px;
    background-color: #fff;
}

.banner-marque marquee {
    padding: 0;
    height: unset;
    display: block;
    padding: 20px 0;
    line-height: unset;
}

.banner-marque marquee p {
    padding: 0;
    margin: 0;
    color: #000;
}

.banner-marque-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}

.banner-marque-events-btn a {
    font-size: 0;
    font-weight: 600;
    position: absolute;
    top: 10px;
    color: #415364;
    right: 15px;
}

.banner-marque-events-btn a i {
    font-size: 24px;
}

@media(min-width: 768px) {
.inner-banner-content p {
    font-size: 1.2rem;
}

.banner-marque-events-btn a i {
    margin-right: 5px;
}

.banner-marque-heading {
    padding: 10px;
    background: #fff;
    width: 180px;
    position: relative;
}

.banner-marque-heading:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 44px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #fff;
}

.banner-marque-text {
    width: calc(100% - 400px);
    position: relative;
    background-color: #fff;
}

.banner-marque-text:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    width: 20px;
    height: 44px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 99%, 100% 50%);
    background-color: #fff;
}

.banner-marque {
    padding: 0 15px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -52px;
    position: relative;
    z-index: 1;
}

.banner-marque-events-btn a {
    font-size: 14px;
    position: relative;
    top: 0;
    right: 0;
    padding-right: 15px;
    display: inline-block;
}

.banner-marque marquee {
    padding: 10px 0;
    position: relative;
    background-color: #fff;
    margin-left: 10px;
    
}

.banner-marque-events-btn {
    display: inline-block;
    position: relative;
}

.banner-marque-events-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: -9px;
    width: calc(100% + 41px);
    height: 44px;
    background-color: #fff;
}
}


@media(min-width: 1200px) {
.inner-banner-content p {
    font-size: 1.6rem;
    top: -85px;
}

.inner-banner-content h1 {
    font-size: 8rem;
    top: -95px;
}

.inner-banner-image-box {
    height: 78vh;
}
}

@media(min-width: 1300px) {
    .banner-marque-events-btn:before {
        top: -8px;
    }
}

@media(max-width: 540px) {
    .flex-stretch-row.flex_column_for_mobile {
        flex-flow: column;
        width: 100%;
    }
    .flex-stretch-row.flex_column_for_mobile>.flex-stretch-column {
        width: 100%;
        flex: 0 1 100%;
    }
    .flex-stretch-row.flex_column_for_mobile {
        flex-flow: column;
    }
    .footer-shared .content-container {
        width: 100%;
    }
}

