.bg-gray {
    background: #F5F5F5;
}

.section-top-padding-remove {
    padding-top: 0px;
}

.section-bottom-padding {
    padding-bottom: 90px;
}

.xaz-image-container {
    position: relative;
}

.xaz-image-container span {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0 0 25px;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.xaz-image-container span.gray {
    border-color: transparent transparent transparent #F5F5F5;
}

.margin-top-very-small {
    margin-top: 20px;
}

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

.margin-top-medium {
    margin-top: 60px;
}

.xaz-icon-text-list {

}

.xaz-icon-text-list .box {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    line-height: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.xaz-icon-text-list .box .text {
    width: calc( 100% - 80px );
    padding-top: 10px;
}

.xaz-icon-text-list .box img {
    margin-right: 15px;
}

.xaz-icon-text-list .box p {
    margin-bottom: 0px;
}

.xaz-video-banner {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.xaz-video-banner video {
    object-fit: cover;
    width: 100vw;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}

.xaz-video-banner .gradient-overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.xaz-video-banner .gradient-overlay .video-content {
    margin-top: 125px;
    width: 100%;
}

.xaz-video-banner .gradient-overlay .video-content h2, .xaz-video-banner .gradient-overlay .video-content h6 {
    color: #fff;
}

.xaz-video-banner .gradient-overlay .video-content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.xaz-video-banner-small {
    height: 225px;
    width: calc( 50% + 100px );
    overflow: hidden;
    position: relative;
    margin-top: -225px;
    float: right;
    transform: skewX(30deg);
    margin-right: -100px;
}

.xaz-video-banner-small video {
    object-fit: cover;
    width: 100%;
    height: 225px;
    position: absolute;
    top: 0;
    left: -100px;
    transform: skewX(-30deg);
    overflow: hidden;
}

.xaz-breadcrumbs {
    padding: 25px 0px;
    height: 70px;
    font-size: 14px;
    line-height: 14px;
    background: #F5F5F5;
    color: #333;
}

.xaz-breadcrumbs a {
    color: #333;
}

.global-top-section {

}

.global-top-section .text {
    height: 155px;
    display: flex;
    align-items: center;
    width: 100%;
}

.global-top-section .text h1 {
    margin-bottom: 0px;
}

.row-flex {
    display: flex;
}

.xaz-icon-text-box-list {

}

.xaz-icon-text-box-list .box {
    display: flex;
    border: solid 1px #999999;
    padding: 30px 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    color: #333;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    height: 100%;
}

 .xaz-icon-text-box-list .row-flex .box {
    padding: 10px 30px;
}

.xaz-icon-text-box-list .box img {
    margin-right: 5px;
}

.xaz-icon-text-box-list .box .text {
    display: inline-block;
    padding-right: 20px;
    width: calc(100% - 135px);
}

.xaz-icon-text-box-list .box h5 {
    margin-bottom: 0px;
}

.xaz-icon-text-box-list .box p {
    margin-bottom: 0px;
}

.xaz-icon-text-box-list .box .btn-primary {
    padding: 6px 25px !important;
    display: inline-block;
    margin: 0px !important;
}

.xaz-icon-text-list-2 {
    
}

.xaz-icon-text-list-2 .box {
    text-align: center;
    margin-bottom: 20px;
}

.xaz-icon-text-list-2 .box img {
    margin-bottom: 10px;
}

.xaz-icon-text-list-2 .box .text {
    display: block;
}

.xaz-icon-text-list-2 .box .text h4 {
    margin-bottom: 5px;
}

.xaz-icon-text-list-2 .box .text p {
    margin-bottom: 0px;
    text-align: center;
}

.xaz-image-banner-small-container {
    height: 225px;
    width: calc( 50% + 100px );
    overflow: hidden;
    position: relative;
    margin-top: -225px;
    float: right;
    transform: skewX(30deg);
    margin-right: -100px;
}


.xaz-image-banner-small-container  .xaz-image-banner-small {
    width: 100%;
    height: 225px;
    position: absolute;
    top: 0;
    left: -100px;
    transform: skewX(-30deg);
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}

.icon-heading {
    display: flex;
    align-items: center;
}

.icon-heading img {
    margin-right: 10px;
}

.box-cut {
    border: solid 3px #5A1C59;
    padding: 35px 35px 5px 35px;
    position: relative;
}

.box-cut:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #5A1C59;
    width: 50px;
    bottom: 15px;
    left: -9px;
    transform: rotate(45deg);
    z-index: 3;
}

.box-cut:before {
    content: "";
    position: absolute;
    height: 36px;
    background: #fff;
    width: 36px;
    bottom: -3px;
    left: -3px;
    z-index: 2;
}

.icon-list ul {
    list-style: none;
    padding: 0px !important;
    margin: 0px 0px 30px 0px !important;
}

.icon-list ul li {
    padding-left: 65px;
    background: url( "../assets/Homepage/sample_icon_small.svg" ) top left no-repeat;
    min-height: 45px;
    padding-top: 10px;
}

.xaz-person-text-list {

}

.xaz-person-text-list .box-section {

}

.xaz-person-text-list .box-section .icon-heading {
    margin-bottom: 70px;
}

.xaz-person-text-list .box-section .box {
    margin-bottom: 100px;
    text-align: center;
}

.xaz-person-text-list .box-section .box img {
    margin-bottom: 20px;
}

.xaz-person-text-list .box-section .box p {
    text-align: center;
    margin-bottom: 0px;
}

.xaz-person-text-list .box-section .box h5 {
    margin-bottom: 5px;
}

.xaz-text-list .box-section {
    margin-bottom: 100px;
}

.xaz-tools-list {

}

.xaz-tools-list .box {
    position: relative;
    padding: 20px 20px 20px 90px;
    display: block;
    border: solid 1px #999;
    margin-bottom: 30px;
    transition: 0.5s all;
}

.xaz-tools-list .box:hover {
    opacity: 0.6;
}

.xaz-tools-list .box p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.xaz-tools-list .box h5 {
    margin-bottom: 0px;
}

.xaz-tools-list .box img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.xaz-tools-list .box:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #999;
    width: 22px;
    bottom: 7px;
    left: -4px;
    transform: rotate(45deg);
    z-index: 3;
}

.xaz-tools-list .box:before {
    content: "";
    position: absolute;
    height: 16px;
    background: #fff;
    width: 16px;
    bottom: -1px;
    left: -1px;
}

.xaz-file-list {

}

.xaz-file-list .box {
    position: relative;
    padding: 15px 110px 15px 35px;
    display: block;
    border: solid 1px #999;
    margin-bottom: 30px;
    transition: 0.5s all;
    color: #333;
    font-size: 18px;
    line-height: 18px;
}

.xaz-file-list .box .download-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY( -50% );
}

.xaz-file-list .box .icon-file {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY( -50% );
}

.xaz-file-list .box:hover {
    color: #FCB040;
}

.xaz-file-list .box:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #999;
    width: 22px;
    bottom: 7px;
    left: -4px;
    transform: rotate(45deg);
    z-index: 3;
}

.xaz-file-list .box:before {
    content: "";
    position: absolute;
    height: 16px;
    background: #fff;
    width: 16px;
    bottom: -1px;
    left: -1px;
}

.xaz-publications-list {

}

.xaz-publications-list .box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

.xaz-publications-list .box h4 {
    margin-bottom: 0px;
    color: #FCB040 !important;
}

.xaz-publications-list .box h4 a {
    color: #FCB040 !important;
}

.xaz-publications-list .box .top-section {
    margin-bottom: 15px;
    font-size: 14px;
}

.xaz-publications-list .box .top-section .line {
    display: inline-block;
    margin: 0px 10px;
    height: 15px;
    width: 1px;
    background: #333;
    position: relative;
    top: 2px;
}

.xaz-icon-text-list ul {
    margin-bottom: 0px !important;
}

.xaz-gallery {

}

.xaz-gallery a {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
    transition: 0.5s all;
}

.xaz-gallery a img {
    height: 165px;
    width: auto;
}

.xaz-gallery a:hover {
    opacity: 0.66;
}

/* ===== HOMEPAGE ===== */

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 175, 64);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 175, 64);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
    animation: animate-svg-fill-1 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 175, 64);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 175, 64);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6000000000000001s both;
    animation: animate-svg-fill-2 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
    animation: animate-svg-fill-3 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.4000000000000001s both;
    animation: animate-svg-fill-4 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.8s both;
    animation: animate-svg-fill-5 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.2s both;
    animation: animate-svg-fill-6 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(89, 28, 89);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.6000000000000005s both;
    animation: animate-svg-fill-7 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.6000000000000005s both;
}

.xaz-video-full {
    height: 900px;
    width: 60%;
    overflow: hidden;
    position: relative;
    float: right;
}

.xaz-video-full video {
    object-fit: cover;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
}

#home, #home-1 {
    padding-top: 0px;
    margin-top: 0px;
}

#home-1 {
    position: relative;
    height: 900px;
}

#home-1 .right-logo {
    position: absolute;
    bottom: 50px;
    right: -500px;
    background: #fff;
    padding: 20px 50px;
    height: 190px;
    transition: 1s all;
    opacity: 0;
}

#home-1 .right-logo.active {
    right: 0px;
    opacity: 1;
}

#home-1 .right-logo img {
    height: 150px;
    width: auto;
}

#home-1 .right-logo .rl-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 49px 190px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0px;
    left: -49px;
    z-index: 2;
}

.xaz-video-full .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 900px 0 0 230px;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

#home-1 .banner-text {
    top: 300px;
    left: 10%;
    width: 30%;
    position: absolute;
}

#home-1 .banner-text h1 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 15px;
    color: #333333;
}

#home .navigation {
    position: absolute;
    right: 160px;
    top: 30px;
}

#home .navigation ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

#home .navigation ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px 40px;
    padding: 0px;
    position: relative;
}

#home .navigation ul li a {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 400;
}

#home .navigation ul li img {
    cursor: pointer;
    margin-left: 4px;
    vertical-align: -2px;
}

#home .navigation > ul > li > a {
    text-transform: uppercase;
}

#home .navigation ul li a:hover {
    text-decoration: none !important;
    color: #FCB040;
}

#home .navigation > ul > li:last-child {
    border-left: solid 1px #fff;
    height: 45px;
    padding: 10px 0px 10px 40px;
    display: inline-block;
}

#home .navigation .subnavigation {
    position: absolute;
    width: 310px;
    padding: 15px 25px;
    background: transparent;
    display: none;
    left: -25px;
}

#home .navigation li:hover .subnavigation, #home .navigation li .subnavigation.active {
    display: block;
}

#home .navigation .subnavigation h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #fff;
}

#home .navigation .subnavigation li {
    margin: 0px 0px 8px 0px !important;
    display: block;
}

.page-template-home header {
    opacity: 0 !important;
}

/* ===== ABOUT ===== */

#about .xaz-video-banner-small video {
    object-position: center -100px;
}

/* ===== MISSION ===== */

#mission-4 #text-2 {
    text-align: center;
    padding-top: 30px;
    border-top: solid 1px #FCB040;
    margin-top: 40px;
}

#mission-4 h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

#mission-4 #text-2 p {
    text-align: center;
}

/* ===== ABOUT DISEASE ===== */

#about-disease .xaz-video-banner-small video {
    object-position: center -70px;
}

/* ===== E-LEARNING ===== */

#e-learning-5 {
    text-align: center;
}

#e-learning-5 p {
    text-align: center;
}

#e-learning-5 #text-2 {
    text-align: center;
    padding-top: 30px;
    border-top: solid 1px #FCB040;
    margin-top: 40px;
}

/* ===== SINGLE EVENT ===== */

.event-info {
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-top: 50px;
}

.event-info span {
    display: block;
    margin-bottom: 15px;
}

.event-info span img {
    margin-right: 15px;
    vertical-align: -6px;
}

.archived-event {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 18px;
    background: #999;
    display: inline-block !important;
    position: relative;
    top: -2px;
    margin-left: 12px;
    margin-bottom: 0px !important;
}

.upcoming-event {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 18px;
    background: #5A1C59;
    display: inline-block !important;
    position: relative;
    top: -2px;
    margin-left: 12px;
    margin-bottom: 0px !important;
}

.xaz-image-container .info-box {
    position: absolute;
    right: 0px;
    bottom: 20px;
    top: initial;
}

.xaz-events-box-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xaz-events-box-list .box {
    margin-bottom: 50px;
    color: #333333 !important;
    display: none;
    width: calc( 33.33% - 30px );
    margin-right: 30px;
}

.xaz-events-box-list .box.active {
    display: block;
}

.xaz-events-box-list .box .text {
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
}

.xaz-events-box-list .box .text h5 {
    color: #FCB040;
    margin-bottom: 10px;
}

.xaz-events-box-list .box .event-info {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 14px;
}

.xaz-events-box-list .box .event-info span img {
    margin-right: 10px;
    vertical-align: -7px;
}

.event-filter {
    margin-bottom: 50px;
}

.event-filter .title {
    margin-right: 30px;
    display: inline-block;
}

#events .xaz-video-banner-small video {
    object-position: center -70px;
}

/* ===== SINGLE NEWS ===== */

.news-info {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}

.news-info span {
    display: block;
    margin-bottom: 15px;
}

.news-info span img {
    margin-right: 15px;
    vertical-align: -7px;
}

#single-news-2 {
    padding-top: 60px;
}

.xaz-news-box-list {
	
}

.xaz-news-box-list .box {
	color: #333;
	margin-bottom: 60px;
}

.xaz-news-box-list .box .xaz-image-container {
	height: 240px;
}

.xaz-news-box-list .box .xaz-image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.xaz-news-box-list .box .top-section {
	padding: 10px 0px;
	font-size: 14px;
	line-height 18px;
}

.xaz-news-box-list .box .top-section .date {
	float: left;
}

.xaz-news-box-list .box .top-section .category {
	float: right;
}

.xaz-news-box-list .box h5 {
	color: #FCB040;
	margin-bottom: 10px;
}

#error-page .global-top-section .text {
    height: auto;
    margin-top: 100px;
}

#error-page  .xaz-image-banner-small-container {
    height: 600px;
    width: calc(50% + 100px);
    overflow: hidden;
    position: relative;
    margin-top: -430px;
    float: right;
    transform: skewX(20deg);
    margin-right: -100px;
}

#error-page  .xaz-image-banner-small-container .xaz-image-banner-small {
    height: 600px;
    transform: skewX(-20deg);
}

#error-page-1 {
    min-height: 650px;
}

.xaz-breadcrumbs .container-fluid {
    padding-right: 40%;
}


@media (max-width: 1460px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 100%;
    }

    footer .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 100%;
    }

    header .logo {
        left: 30px;
    }

    header .navigation {
        right: 30px;
    }
}

@media (max-width: 1200px) {
    .xaz-icon-text-box-list .box .text {
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    .xaz-icon-text-box-list .box .text p {
        text-align: center;
    }

    .xaz-icon-text-box-list .box {
        flex-direction: column;
    }

    .xaz-icon-text-box-list .box img {
        margin-right: 0px;
    }

    .xaz-icon-text-box-list .box .btn-primary {
        margin-top: 10px !important;
    }

    h1 {
        font-size: 38px;
    }

    .xaz-breadcrumbs .container-fluid {
        padding-right: 40%;
    }

    #home .navigation {
        right: 30px;
    }

    #home .navigation ul li {
        margin: 0px 0px 0px 15px;
    }

    #home .navigation > ul > li:last-child {
        padding: 10px 0px 10px 15px;
    }

    #home-1 .banner-text h1 {
        font-size: 34px;
    }

    #home-1 .banner-text {
        top: 230px;
        left: 5%;
        width: 40%;
        z-index: 999;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .global-top-section .text .col-md-6 {
        width: 50%;
    }

    h5 {
        font-size: 22px;
        line-height: 24px;
    }

    .xaz-icon-text-box-list .box h5 {
        margin-bottom: 10px;
    }

    .xaz-breadcrumbs .container-fluid {
        padding-right: 55%;
    }

    .section {
        padding-top: 80px;
    }

    header .navigation {
        display: none;
        background: #fff;
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
        top: 124px;
        left: 0px;
        width: 100%;
        right: initial;
        padding: 20px;
        text-align: center;
    }

    header .navigation ul {
        margin: 0px !important;
        padding: 0px !important;
    }

    header .navigation ul li {
        margin: 0px 0px 10px 0px !important;
        padding: 0px !important;
        display: block;
    }

    header .navigation.active {
        display: block;
    }
    
    .nav-button {
        display: block;
        width: 40px;
        position: absolute;
        right: 30px;
        top: calc(50% - 16px);
        cursor: pointer;
    } 
    
    .nav-button span {
        display: block;
        height: 5px;
        background: #FCB040;
    }

    .nav-button span:nth-child(2) {
        background: #5A1C59;
        margin: 8px 0px;
    }

    header .navigation .subnavigation {
        position: static;
        width: 100%;
        padding: 15px 15px 5px;
    }

    header .navigation > ul > li:last-child {
        border-left: none;
        height: auto;
    }

    #home .navigation {
        display: none;
    }

    #home-1 .right-logo {
        z-index: 99999;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 50px;
    }

    #home-1 .banner-text {
        top: 120px;
        left: 30px;
        width: 45%;
        z-index: 999;
    }

    .right-logo {
        display: none !important;
    }

    header {
        height: 85px !important;
    }

    header .logo {
        left: 30px;
        width: 160px;
        margin-top: 8px;
    }

    header .navigation {
        top: 85px;
    }

    footer, footer * {
        text-align: center;
    }

    footer .container-fluid {
        padding: 30px 30px 30px 30px;
    }

    .section-bottom-padding {
        padding-bottom: 30px;
    }

    section {
        margin-top: 35px;
    }

    .xaz-breadcrumbs {
        padding: 15px 0px;
        height: auto;
    }

    .xaz-video-banner-small {
        width: 100%;
        margin-right: -100px;
    }

    .xaz-image-banner-small-container {
        width: 100%;
        margin-right: -100px;
    }

    .global-top-section .text {
        top: 100px;
        position: relative;
    }

    .global-top-section .text .col-md-6 {
        width: 100%;
    }

    h1 {
        font-size: 33px;
    }

    section > .section:nth-child(1) {
        padding-bottom: 50px;
    }

    .xaz-video-banner-small {
        margin-top: -156px;
        height: 125px;
    }

    .xaz-image-banner-small-container {
        height: 125px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: -155px;
        float: right;
        transform: skewX(30deg);
        margin-right: -75px;
    }

    .xaz-breadcrumbs .container-fluid {
        padding-right: 30px;
    }

    .box-cut {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h6 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .row-flex {
        display: block;
    }
}

@media (max-width: 500px) {
    .home-svg svg {
        width: 300px;
    }
}