@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900;1000&display=swap');

.bg-light {
    font-family: 'Sofia Sans Condensed', sans-serif !important;
}

.nivo-caption {
    bottom: 20% !important;
    background: none !important;
    text-wrap: wrap;
    width: 30% !important;
    font-size: 63px;
    left: 13% !important;
    font-weight: 800;
    opacity: 1 !important;
}

.header-container {
    position: fixed;
    width: 100%;
}

.header-container .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-logo {
    width: 13%;
    display: flex;
    justify-content: end;
}

.header-nav .search-button .header-nav>i {
    color: #fff !important;
}

.header-nav .search-button .header-nav {
    display: flex;
}

.header-nav .search-button .header-nav .search-button>i {
    color: #fff;
}

.header-nav {
    display: flex;
    justify-content: end;
    gap: 1rem;
    width: 20%;
}

.header-nav>div {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-nav>div>i {
    color: #000;
    font-size: 40px;
}

.header-nav .search-button>i {
    font-size: 22px;
    color: #fff;
}

.search-button {
    width: 20%;
}

.menu-button {
    width: 27%;
    background: #fff;
}

.nivo-caption {
    bottom: 20% !important;
    background: none !important;
    text-wrap: wrap;
    width: 30% !important;
    font-size: 63px;
    left: 13% !important;
    font-weight: 800;
    opacity: 1 !important;
}

.header-container {
    position: relative;
    z-index: unset;
}

.header-container .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #221e1e;
    padding: .5rem 0;
}

.header-logo {
    width: 16%;
    display: flex;
    justify-content: end;
}

.header-nav .search-button .header-nav>i {
    color: #fff !important;
}

.header-nav .search-button .header-nav {
    display: flex;
}

.header-nav .search-button .header-nav .search-button>i {
    color: #fff;
}

.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 5%;
}

.header-nav>div {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-nav>div>i {
    color: #000;
    font-size: 40px;
}

.header-nav .search-button>i {
    font-size: 22px;
    color: #fff;
}

.search-button {
    width: 20%;
}

.menu-button {
    width: 27%;
    background: #fff;
}

.homepage-about-container {
    display: flex;
    margin-top: 1rem;
    padding: 2rem;
    padding-top: 4rem;
}

.homepage-about-container .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.home-page-title>span {
    font-size: 41px;
    font-weight: 800;
}

.home-page-about-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.home-page-about-content>div {
    width: 50%;
}

.home-page-about-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-page-about-right .home-page-about-right-header {
    display: flex;
    justify-content: end;
}

.home-page-about-right .home-page-about-right-header>span {
    font-size: 27px;
    font-weight: 600;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: left;
    width: 90%;
}

.home-page-about-right .home-page-about-right-desc {
    display: flex;
    justify-content: end;
}

.home-page-about-right .home-page-about-right-desc>span {
    width: 70%;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    color: #555;
}

.home-page-about-link {
    display: flex;
    justify-content: end;
}

.home-page-about-link>a {
    background: #243d82;
    padding: 1.5rem 2rem;
    color: #ffff;
    font-weight: 600;
    font-size: 17px;
}

.home-page-about-left>a {
    position: relative;
    display: flex;
    align-items: center;
}

.home-page-about-left>a::after {
    bottom: -25px;
    background: #f6a91b;
    width: 55%;
    height: 230px;
    content: "";
    position: absolute;
    right: 49px;
    z-index: -1;
}

.home-page-title::before {
    content: "";
    position: absolute;
    top: -20px;
    width: 5%;
    height: 3px;
    background: #212529;
}

.home-hover-effect-info-wrapper {
    margin-top: 4rem;
    padding-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper {
    background-size: cover;
    transition: background-image 0.5s;
    background-position: 50% 0 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap {
    border-right: 1px solid #a8a8a8;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a {
    display: flex;
    padding: 1rem;
    height: 500px;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content {
    height: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 1rem;
    padding-bottom: 3rem;
    transition: .3s ease;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content>p {
    display: none;
    font-weight: 600;
    transition: .3s ease;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content>h2 {
    font-weight: 900;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content .discover-button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content .discover-button>span {
    display: none;
    font-weight: 900;
    font-size: 19px;
    transition: .3s ease;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content .discover-button>i {
    font-size: 46px;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a:hover .home-hover-efect-info-content>p {
    display: flex;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a:hover .home-hover-efect-info-content .discover-button>span {
    display: flex;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a .home-hover-efect-info-content-overlay {
    height: 100%;
    background: black;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -9;
}

.home-hover-effect-info-wrapper .home-hover-effect-info-swiper .home-hover-effect-info-wrap>a:hover .home-hover-efect-info-content-overlay {
    opacity: 0.5;
}

.home-news-and-newsletter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    margin-bottom: 3rem;
}

.home-news-and-newsletter-container .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.home-news-and-newsletter-container .container .home-page-title {
    flex-direction: column;
}

.home-news-and-newsletter-container .container .home-page-title>a {
    font-weight: 700;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap {
    width: 33.3%;
    display: flex;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: fit-content;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a>img {
    width: 100%;
    padding-bottom: 1rem;
    height: 100%;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a .news-and-newsletter-title>span {
    font-size: 25px;
    font-weight: 900;
    color: #324250;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a .news-and-newsletter-desc>span {
    color: #6C757D;
    font-size: 18px;
    font-weight: 400;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a .news-and-newsletter-desc {
    padding-bottom: 1rem;
}

.home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap>a .news-and-newsletter-date>span {
    color: #949DA5;
    font-weight: 600;
}

.home-career-container {
    padding-top: 2rem;
}

.home-career-container .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-career-container .container .home-career-content {
    display: flex;
    align-items: center;
}

.home-career-container .container .home-career-content .home-career-left {
    display: flex;
    flex-direction: column;
    width: 55%;
    position: relative;
}

.home-career-container .container .home-career-content .home-career-left>div>img {
    width: 80%;
    /* padding: 2rem; */
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.home-career-container .container .home-career-content .home-career-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
}

.home-career-container .container .home-career-content .home-career-left>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-career-container .container .home-career-content .home-career-left .home-career-img-bottom {
    justify-content: flex-end;
    position: relative;
    bottom: 52px;
}

.home-career-container .container .home-career-content .home-career-right .home-career-header {
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: -40px;
}

.home-career-container .container .home-career-content .home-career-right .home-career-header>span {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: left;
    width: 100%;
}

.home-career-desc {
    display: flex;
    justify-content: center;
}

.home-career-desc>span {
    width: 84%;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    color: #555;
    line-height: 2rem;
}

.home-career-link {
    display: flex;
    justify-content: end;
}

.home-career-link>a {
    background: #243d82;
    padding: 1.5rem 2rem;
    color: #ffff;
    font-weight: 600;
    font-size: 17px;
}

.home-career-img-top {
    padding-left: 1.5rem;
}

.home-career-img-top {
    position: relative;
}

.home-career-img-top::after {
    bottom: -20px;
    background: #16509F;
    width: 55%;
    height: 230px;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
}

.home-career-container .container .home-career-content .home-career-left .home-career-img-bottom>img {
    padding-right: 0;
}

.home-twin-banner-container {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    gap: 2rem;
}

.home-twin-banner-container .home-twin-banner-content {
    display: flex;
    align-items: center;
    background: #3AAA48;
}

.home-twin-banner-container .home-twin-banner-content>div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.home-twin-banner-container .home-twin-banner-content .home-twin-right>img {
    width: 100%;
}

.home-twin-banner-container .home-twin-banner-content .home-twin-left {
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.home-twin-banner-container .home-twin-banner-content .home-twin-left>div {
    width: 60%;
    display: flex;
    margin-bottom: 2rem;
}

.home-twin-left-header {
    flex-direction: column;
    /* margin-bottom: 0 !important; */
    position: relative;
}

.home-twin-left-header>span:nth-child(1) {
    font-size: 61px;
    font-weight: 700;
    color: #fff;
}

.home-twin-left-header>span:nth-child(2) {
    position: absolute;
    bottom: -60px;
    font-size: 83px;
    font-family: 'Birthstone', cursive;
    color: #094c85;
}

.home-twin-left-desc>span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.home-twin-left-link {
    background: none;
    border: 3px solid #fff;
    justify-content: center;
    transition: .3s ease;
}

.home-twin-left-link>a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.home-twin-left-link:hover {
    background: #fff;
}

.home-twin-left-link:hover>a {
    color: #3aaa48;
}

.footer-contain {
    background-color: #26293c;
}

.footer-container {
    padding: 4rem 0;
}

.footer-social-title>span {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.footer-container-social>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
    margin-top: 2rem;
}

.footer-container-social>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.footer-container-social>ul>li>a>i {
    font-size: 17px;
    color: #fff;
    transition: .2s ease-in-out;
}

.footer-social-text>span {
    font-size: 19px;
    font-weight: 500;
    color: #95a1b4;
}

.footer-social-text {
    margin-top: 2.5rem;
}

.footer-container-social>ul>li>a:hover {
    background-color: #fff;
}

.footer-container-social>ul>li>a:hover>i {
    color: #6c7781;
}

.header-content-menu {
    display: flex;
    width: calc(100% - 15%);
}

.header-content-menu .mega-menu,
.header-content-menu .mega-menu #cssmenu {
    display: flex;
    width: 100%;
}

.header-content-menu .mega-menu #cssmenu>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-content-menu .mega-menu #cssmenu>ul>li {
    display: flex;
    position: relative;
}

.header-content-menu .mega-menu #cssmenu>ul>li>a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 1rem;
    cursor: pointer;
}

.header-expand-menu {
    display: none;
}

.header-content-menu .mega-menu #cssmenu>ul>li>ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease-in-out;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    z-index: 99;
}

.header-content-menu .mega-menu #cssmenu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.header-content-menu .mega-menu #cssmenu>ul>li>ul>li>a {
    display: flex;
    padding: 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background-color: transparent;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.header-content-menu .mega-menu #cssmenu>ul>li>ul>li:not(:last-child)>a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-content-menu .mega-menu #cssmenu>ul>li>ul>li>a:hover {
    background-color: #f2f2f2;
}

.post-contain {
    padding: 2rem 0;
}

.post-contain-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
}

.post-contain-title>span {
    color: #324250;
    font-size: 45px;
    font-weight: 600;
    display: flex;
    position: relative;
}

.post-contain-title>span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background-color: #324250;
}

.post-contain-top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.post-contain-image {
    display: flex;
    width: 85%;
}

.post-contain-image>img {
    width: 100%;
    height: auto;
}

.post-contain-small-desc {
    background-color: #f5a700;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: -60px;
    padding-top: 90px;
    z-index: -1;
    padding-bottom: 90px;
}

.post-contain-small-desc>span {
    width: 85%;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
}

.post-contain-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.post-contain-bottom-desc {
    width: 85%;
    line-height: 2;
    font-size: 19px;
    font-weight: 500;
    color: #6c757d;
}

.news-wrapper {
    padding: 2rem 0;
}

.news-wrapper-contain {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 2rem;
}

.news-content {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - (2rem * 2) / 3);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    overflow: hidden;
}

.news-content-image {
    display: flex;
    width: 100%;
}

.news-content-image>a {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.news-content-image>a>img {
    width: 100%;
    height: auto !important;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.news-content:hover .news-content-image>a>img {
    transform: scale(1.1);
}

.news-caption {
    padding: 1rem;
}

.news-name>a {
    font-size: 25px;
    font-weight: 500;
    color: #324250;
    transition: .2s ease-in-out;
}

.news-desc {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.news-content:hover .news-name>a {
    color: #16509f;
}

.gallery-wrapper {
    padding: 2rem 0;
}

.gallery-wrapper-contain {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery-content {
    display: flex;
    width: calc(33.33% - (1rem * 2) / 3);
}

.gallery-content-image,
.gallery-content-image>a {
    display: flex;
    width: 100%;
}

.gallery-content-image>a>img {
    width: 100%;
    height: auto !important;
}

.team-content {
    display: flex;
    width: calc(50% - (1rem) / 2);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.team-content-image {
    display: flex;
    width: 35%;
}

.team-content-image>a {
    display: flex;
    width: 100%;
}

.team-content-image>a>img {
    width: 100%;
}

.team-content-caption {
    width: 65%;
    padding: 1rem;
}

.team-wrapper-contain {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.team-content-name>span {
    color: #324250;
    font-size: 35px;
    font-weight: bold;
}

.team-content-title>span {
    font-size: 18px;
    color: #222;
    font-weight: 400;
}

.team-wrapper {
    padding: 2rem 0;
}

.contact-contain-info-colorful {
    background-color: #93bfcf;
}

.contact-contain {
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
}

.contact-contain-form {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding-left: 4rem;
    padding-top: 3rem;
    padding-right: 3rem;
}

.contact-contain-info {
    display: flex;
    flex-direction: column;
    width: 45%;
    align-items: flex-end;
}

.contact-contain-info-outside {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
}

.info-outside-transparent {
    display: flex;
    width: 65%;
    height: 60px;
}

.info-outside-colorful {
    display: flex;
    width: 35%;
    background-color: #16509f;
    height: 60px;
}

.contact-contain-info-center {
    height: 100%;
    background-color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    width: 100%;
}

.info-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.info-center-content>i {
    font-size: 30px;
    color: #fff;
}

.info-center-content>span,
.info-center-content>a {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0.5rem;
    color: #fff;
    text-align: center;
}

.info-center-content>span {
    width: 50%;
}

.info-outside-colorful>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-outside-colorful>ul>li>a>i {
    font-size: 20px;
    color: #fff;
}

.info-outside-colorful>ul>li {
    margin: 0 1rem;
}

.contact-contain-form-text>span {
    font-size: 45px;
    font-weight: 500;
    color: #000;
}

.contact-contain-form-text>p {
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

.form-wrapper-group>span>input,
.form-wrapper-group>span>textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0;
    background-color: #f0f0f0 !important;
}

.form-wrapper-group {
    margin-bottom: 2rem;
}

.form-submit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-submit-btn>input {
    width: 150px !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0;
    background-color: #666;
    transition: 0.2s ease-in-out;
    border: none !important;
}

.form-submit-btn>input:hover {
    background-color: #222;
}

.mobile-menu-btn {
    display: none !important;
}

.mobile-menu-remove {
    display: none;
}

.search-sub {
    position: absolute;
    top: 130%;
    width: 100%;
    left: 0;
    padding: 2rem;
    background-color: #fff !important;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.search-sub.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-logo img {
    width: 100%;
}

@media screen and (max-width:992px) {
    .header-content-menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 45%;
        background-color: #fff;
        bottom: 0;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out 0s;
        z-index: 99999;
    }

    .header-content-menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
        flex-direction: column;
    }

    .header-content-menu #cssmenu>ul {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .header-content-menu #cssmenu>ul>li>a {
        display: flex;
        color: #000 !important;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .header-content-menu #cssmenu>ul>li {
        width: 100%;
        transition: .2s ease-in-out;
    }

    .header-expand-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 1rem;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background-color: transparent;
        outline: 0 !important;
    }

    .header-expand-menu>i {
        font-size: 2rem;
        color: #666;
    }

    .header-content-menu .mega-menu #cssmenu>ul>li:hover>ul {
        opacity: 0;
        visibility: hidden;
    }

    .header-content-menu .mega-menu #cssmenu>ul>li>ul {
        opacity: 0;
        visibility: hidden;
        top: 60px;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: #f0f0f0;
        transition: .2s ease-in-out;
    }

    .header-content-menu .mega-menu #cssmenu>ul>li>ul.active {
        opacity: 1;
        visibility: visible;
    }

    .header-content-menu .mega-menu #cssmenu>ul>li>a>span {
        width: 100%;
    }

    .header-container .header-content {
        padding: 0.5rem 2rem;
    }

    .header-logo {
        width: 109px;
    }

    .header-logo>a {
        display: flex;
        width: 100%;
    }

    .header-logo>a>img {
        width: 100%;
    }

    .header-nav {
        width: calc(100% - 109px);
        justify-content: flex-end;
    }

    .header-nav>div {
        display: flex;
        height: auto;
        justify-content: flex-end;
        width: auto;
    }

    .mobile-menu-btn {
        display: flex !important;
    }

    .mobile-menu-btn>i {
        color: #fff !important;
    }

    .megamenu-overlay {
        position: absolute;
        background: rgba(0, 0, 0, 80%);
        inset: 0;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .megamenu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-remove {
        display: flex;
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        align-items: center;
        justify-content: flex-end;
    }

    .mobile-menu-remove-btn>i {
        font-size: 19px;
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
    }

    .news-wrapper-contain {
        padding: 1rem;
    }

    .news-content {
        width: calc(50% - (2rem) / 2);
    }

    .contact-contain {
        flex-direction: column;
    }

    .contact-contain-form {
        width: 100%;
        padding: 1rem;
    }

    .contact-contain-info {
        width: 100%;
        margin-top: 2rem;
    }

    .footer-container {
        padding: 4rem;
    }

    .home-page-about-content {
        flex-direction: column;
    }

    .home-page-about-content>div {
        width: 100%;
    }

    .home-page-about-right {
        margin-top: 2rem;
    }

    .home-twin-left-header>span:nth-child(2) {
        position: relative;
        bottom: 0;
        font-size: 30px;
    }

    .home-twin-banner-container .home-twin-banner-content .home-twin-left {
        padding: 2rem 0;
    }


    .home-twin-banner-container .home-twin-banner-content .home-twin-left>div {
        width: 80%;
    }

    .home-twin-left-header>span:nth-child(1) {
        font-size: 30px;
    }

    .home-twin-left-header {
        margin-bottom: 0 !important;
    }

    .home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap {
        width: calc(50% - (1.5rem) / 2);
    }

    .home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper {
        flex-wrap: wrap;
    }

    .metaslider .theme-default .nivo-caption {
        display: none !important;
    }
}


@media screen and (max-width:553px) {

    .team-content,
    .news-content {
        width: 100%;
    }

    .gallery-content {
        width: 100%;
    }

    .info-outside-transparent {
        width: 35%;
    }

    .info-outside-colorful {
        width: 65%;
    }

    .post-contain-small-desc>span {
        font-size: 24px;
    }

    .footer-container-social>ul {
        flex-wrap: wrap;
    }

    .homepage-about-container {
        padding: 1rem;
    }

    .homepage-about-container .container {
        padding: 0;
    }

    .homepage-about-container img {
        width: 100%;
    }

    .home-page-about-right .home-page-about-right-header>span {
        width: 100%;
    }

    .home-page-about-right .home-page-about-right-desc>span {
        width: 100%;
    }

    .home-page-about-link>a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap {
        width: 100%;
    }

    .home-news-and-newsletter-container .container .home-news-and-newsletter-wrapper .home-news-and-newsletter-wrap {
        width: 100%;
    }

    .home-career-container .container .home-career-content {
        flex-direction: column;
        margin-top: 3rem;
    }

    .home-career-container .container .home-career-content .home-career-left {
        width: 100%;
    }

    .home-career-container .container .home-career-content .home-career-right {
        width: 100%;
        gap: 1rem;
    }

    .home-career-container .container .home-career-content .home-career-right .home-career-header {
        left: 0;
    }

    .home-career-desc>span {
        width: 100%;
    }

    .home-career-link>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem;
    }

    .home-twin-banner-container .home-twin-banner-content {
        flex-direction: column;
    }

    .home-twin-banner-container .home-twin-banner-content .home-twin-left {
        width: 100%;
    }

    .home-twin-banner-container .home-twin-banner-content .home-twin-right {
        width: 100%;
    }

    .header-content-menu {
        width: 90%;
    }
}