/*your custom css goes here*/
.dropdown:hover>.dropdown-menu {
    display: block;
}
.fs-40 {
    font-size: 40px;
}
.fs-60 {
    font-size: 60px;
}
.text-underline {
    position: relative;
}
.text-underline:after {
    content: '';
    width: 20%;
    margin: 0 auto;
    height: 2px;
    background-color: #333;
    display: block;
    margin-top: 30px;
}
.text-white.text-underline:after {
    background-color: #FFFFFF;
}
iframe {
    border: none;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-15 {
    border-radius: 15px;
}
.dropdown-icon::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    float: right;
    margin-top: 0.5em;
}
.p-12px {
    padding: 12px;
}
.border-color-reset {
    border-color: inherit!important;
}
body.scrolling header.sticky-top {
    box-shadow: 0 4px 10px -5px rgb(0 0 0 / 10%);
    background-color: #fff !important;
    color: #ffffff;
    position: fixed;
    width: 100%;
}
.menu-top>li>a {
    color: #333333;
    text-transform: uppercase;
}
#lang-change a {
    color: #333333;
}
.header-banner {
    padding-top: 5em;
    position: relative;
}
.header-bg-image .header-banner {
    padding-top: 18em;
}
#header_wrapper {
    position: relative;
}
#header_wrapper .background-overlay {
    display: none;
}
#header_wrapper.header-bg-image .background-overlay {
    display: block;
    background-color: #FFFFFF;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    opacity: 1;
}
#header_wrapper header.sticky-top {
    border-bottom: 1px solid #CCCCCC;
}
#header_wrapper.header-bg-image header.sticky-top {
    border-bottom: none;
}
.header-bg-image {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
.background-overlay {
    background-color: #223D2A;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.header-banner .header-banner-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 18px;
}
.header-banner .header-banner-description {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.188rem;
    font-weight: 300;
}

.banner-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.75em;
    background-color: #223D2A;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #223D2A;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
}
/**/
.row-fullwidth-wrapper {
    padding: 50px 0;
    position: relative;
}
.row-fullwidth-bg-image {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.row-fullwidth-bg-image .background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.row-fullwidth-content {
    padding: 30px 0;
}
.row-fullwidth-container {
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 15px;
}
.row-fullwidth-container-2000 {
    max-width: 2000px;
    margin: 0 auto;
}
.main-header-container {
    max-width: 750px;
    margin: 0 auto;
}
.container-930 {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}
.main-header {
    position: relative;
    text-align: center;
}
.main-header .title {
    margin: 0 0 18px 0;
    color: #333333;
    font-size: 40px;
    font-weight: 300;
}
.main-header .title.white {
    color: #FFFFFF;
}
.main-header .description {
    color: #9A9A9A;
    font-size: 19px;
    font-weight: 300;
}
.main-header .description.white {
    color: #FFFFFF;
}
.main-header .description strong {
    font-weight: bold;
}

/* Home */
.video-youtube-wrap {
    text-align: center;
}
.video-youtube-wrap iframe {
    max-width: 100%;
}
.au-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.au-item:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 8px;
}
.au-item .background-overlay {
    background-color: #000000;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
}
.au-item-content {
    max-width: 350px;
    min-height: 357px;
    margin: 0 auto;
    z-index: 2;
    padding: 30px 0 0 0;
    position: relative;
}
.au-item-content h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
}
.au-item-content .au-icon {
    text-align: center;
    margin: 30px 0 50px 0;
}
.au-item-content .au-icon span {
    display: inline-block;
    border: 1px solid #FFFFFF;
    width: 105px;
    height: 105px;
    line-height: 105px;
    border-radius: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
}

.au-item-content .au-btn {
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
}
.wcu-content .wcu-item {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.wcu-content .wcu-item-wrap:nth-child(2n)  .wcu-item {
    border-top: 1px solid #FFFFFF59;
}
.wcu-content .wcu-item-wrap:nth-child(2n+1) .wcu-item {
    border-top: 1px solid #FFFFFF59;
    border-right: 1px solid #FFFFFF59;
}
.wcu-content .wcu-item-wrap .wcu-item.wcu-item-1,
.wcu-content .wcu-item-wrap .wcu-item.wcu-item-2{
    border-top: unset;
}
.wcu-icon {
    font-size: 48px;
}
.wcu-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 22.4px;
    font-weight: 300;
    line-height: 1.2em;
}
.wcu-desciption {
    text-align: center;
    color: #FFFFFFCC;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
}
/* MP */
.mp-item {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 462px;
}
.mp-item .background-overlay {
    background-color: #000000;
    opacity: 0.2;
    transition: background 0.1s, border-radius 0.3s, opacity 0.1s
}
.mp-item:hover .background-overlay {
    opacity: 0.5;
}
.mp-item-border {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF80;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 50px 40px 50px;
    --e-column-margin-right: 50px;
    --e-column-margin-left: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
.mp-item-wrap {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mp-item .icon {
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
    color: #FFFFFF;
}
.mp-item .title {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    padding-bottom: 30px;
}

.mp-item .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12%;
    margin-left: -6%;
    background-color: #fff;
    height: 1.5px;
}
.mp-item .caption {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
}
/* partner */

.partner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.partner .partner-item {
    width: 12.5%;
    float: left;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.partner .partner-item .partner-item-wrap {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.partner .partner-item img {
    max-width: 100%;

}
@media (max-width: 920px) {
    .partner {
        overflow: scroll;
    }
}

/* wws */
.wws-content {
    position: relative;
    color: #FFFFFF;
    margin-top: 30px;
}
.wws-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wws-content ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;;
}
.wws-content ul li img {
    float: left;
    margin-right: 20px;
    max-width: 80px;
}
.wws-content ul li .title {
    margin-bottom: 8px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
}
.wws-content ul li .caption {
    color: #FFFFFFCC;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
}
.aiz-carousel .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
/* Blog */
.blog-featured {
    margin-top: 4em;
}

.featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 250px;
}
.featured-image img {
    width: 100%;
    vertical-align: middle;
}

/** Footer ============================**/
.footer-widget {
    background-color: #223d2a;
}
.footer-line {
    background-color: #223d2a;
    border-top: 1px solid rgba(133,133,133,0.2);
}

@media (max-width: 920px) {
    .header-banner {
        padding-top: 5em;
    }
    .video-youtube-wrap {
        margin-bottom: 2em;
    }

    .video-youtube-wrap iframe {
        max-height: 200px;
    }

    .au-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .lang-select {
        position: absolute;
        top: 25px;
        right: 80px;
    }
}
