* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-size: 16px;
    color: #696b7e;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f8f9;
}

body::-webkit-scrollbar {
    border-radius: 13px;
    height: 10px;
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #c8d2e5;
    border-radius: 12px;
}

body::-webkit-scrollbar-track {
    border-radius: 12px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    /* max-width: 1320px; */
    padding: 0px 15px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .auto-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .auto-container {
        max-width: 1320px;
    }
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-inner .left-column {
    width: 30%;
}
.top-inner .right-column {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-right-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-menu .menu-right-content {
    display: flex !important;
    align-items: center;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #252638;
    margin: 0px;
    transition: all 500ms ease;
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff !important;
    border-radius: 30px;
    text-align: center;
    padding: 16.5px 38px;
    background: #a1b0cf;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn:hover {
    background: #0055c9;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
    width: 50%;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #252638;
    background: #f2f6fa;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #ffffff;
}

.sec-pad {
    padding: 70px 0px 70px 0px;
}
.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 30px;
    z-index: 99;
    color: #e8e8ec;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    font-weight: 400;
    transition: 1s ease;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.scroll-top.open {
    bottom: 50px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;

    margin-bottom: 14px;
}

.sec-title h6 span {
    margin-left: 10px;
}

.sec-title.centred h6 span {
    margin-right: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 13px;
}

.sec-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
}

.sec-title.centred .title-shape {
    margin: 0 auto;
}

.sec-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.sec-title.centred .title-shape:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.main-header {
    position: relative;
    height: 157px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky,
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* Adjust color as needed */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 157px;
}
.banner-carousel .owl-dots,
.banner-carousel .owl-nav {
    display: block !important;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.banner-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(
        135deg,
        rgba(0, 72, 170, 1) 0%,
        rgba(232, 240, 254, 1) 50%
    );
    border: 1px solid #0048aa;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    margin: 0 !important;
    padding: 2px;
    border-radius: 20px;
    width: 14px;
    border: 1px solid #6994d1;
    height: 14px;
}
.banner-carousel.owl-theme .owl-dots .owl-dot {
    margin: 5px;
    border-radius: 20px;
    background-color: transparent;
}

/** header-top **/

.header-top {
    position: relative;
    width: 100%;
}

.main-header.style-one .header-top {
    background: #fff;
    padding: 12px 0px;
}

.header-top .weathre-box {
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding-right: 17px;
    margin-right: 11px;
}

.header-top .weathre-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    top: 0px;
    right: 0px;
}

.header-top .weathre-box:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    bottom: 4px;
    right: 0px;
}

.header-top .weathre-box i {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 18px;
}

.main-header .weathre-box a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding-right: 21px;
}

.main-header .weathre-box a:before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: -2px;
    right: 0px;
    color: rgba(255, 255, 255, 0.5);
}

.header-top .info-list,
.mobile-menu .info-list {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.header-top .info-list li,
.mobile-menu .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 10px 16px;
    margin-right: 11px;
    display: flex;
}

.header-top .info-list li:before {
    position: absolute;
    /* content: ''; */
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    top: 0px;
    right: 0px;
}

.header-top .info-list li:after {
    position: absolute;
    /* content: ''; */
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    bottom: 4px;
    right: 0px;
}
.header-top .info-list .language-list li,
.mobile-menu .info-list .language-list li {
    margin-right: 0;
}
.header-top .info-list li:last-child,
.language-list li li:last-child {
    margin: 0px !important;
    display: flex;
    align-items: center;
    padding-right: 0;
}
.header-top .info-list .nav-box {
    padding: 0;
    border: 1px solid #e6e8eb;
    padding: 4.7px 10px !important;
    border-radius: 20px;
    cursor: pointer;
}

.header-top .info-list li:last-child a {
    padding-right: 18px;
}
.menu-area .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .info-list li:last-child a:before {
    position: absolute;
    /* content: '\f107'; */
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: 1px;
    right: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.header-top .info-list li a,
.mobile-menu .info-list li a {
    color: #252638;
    font-size: 14px;
}
.search-toggler {
    background-color: transparent;
    border: 1px solid #fcfdff;
    border-radius: 20px;
    width: 40px;
    line-height: 1;
    padding: 9.7px 5px;
    text-align: center;
}
.flaticon-phone-with-wire {
    margin-right: 5px;
}
.top-phone {
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fcfdff;
    line-height: 18px;
    border-radius: 20px;
}

.top-phone,
.top-lang,
.search-toggler {
    background-color: #fcfdff;
    transition: all 500ms ease;
    border: 1px solid #d4dfec;
}

.top-phone a,
.top-lang a,
.search-toggler a {
    color: #252638 !important;
    font-size: 13px !important;
}

.top-phone:hover,
.top-lang:hover,
.search-toggler:hover {
    background-color: #f7faff;
    transition: all 500ms ease;
    border: 1px solid #c6d2e5;
}

.top-lang {
    border: 1px solid #d4dfec;
    padding: 0 10px;
    border-radius: 20px;
}

.main-header .menu-right-content:before {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 50px;
    left: 0px;
    top: 1px;
}

.main-header .menu-right-content .language-box,
.mobile-menu .info-list .language-box,
.main-header .menu-right-content .other-option {
    position: relative;
    display: inline-block;
}

.main-header .menu-right-content .language-box,
.mobile-menu .info-list .language-box {
    margin-right: 12.5px;
    line-height: 35px;
}

.main-header .menu-right-content .other-option {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 12px 0px 9px 0px;
}

.main-header .menu-right-content .other-option li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 15px;
}

.main-header .menu-right-content .other-option li button,
.main-header .menu-right-content .other-option li.nav-box .nav-toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #989aaa;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    top: 2px;
    left: -15px;
}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:after {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    bottom: 4px;
    left: -15px;
}

.main-header .menu-right-content .language-box .text,
.mobile-menu .language-box .text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 500;

    padding: 0px 16px 0px 24px;
    cursor: pointer;
}

.main-header .menu-right-content .language-box .text i {
    position: absolute;
    left: 0px;
    top: 9px !important;
    font-size: 18px;
}

.mobile-menu .language-box .text i {
    position: absolute;
    left: 0px;
    top: 9px !important;
    font-size: 18px;
}

.main-header .menu-right-content .language-box .text:before,
.mobile-menu .language-box .text:before {
    position: absolute;
    content: '\f107';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    top: 0px;
    right: 1px;
    color: #252638;
}

.main-header .menu-right-content .language-box .language-list,
.mobile-menu .language-box .language-list {
    position: absolute;
    left: 0px;
    width: 78px;
    padding: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 500ms ease;
}

.main-header .menu-right-content .language-box:hover .language-list,
.mobile-menu .language-box:hover .language-list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.main-menu .navigation > li:hover > a {
    background-color: #0055c9;
}

.main-header .menu-right-content .language-box .language-list li,
.mobile-menu .language-box .language-list li {
    position: relative;
    display: block;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #8f9dbd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.2s;
}
.main-header .menu-right-content .language-box .language-list li:hover,
.mobile-menu .language-box .language-list li:hover {
    background-color: #f4f7fa;
    transition: 0.2s;
    color: #0048aa;
    border-radius: 0 0 10px 10px;
}

.main-header .menu-right-content .language-box .language-list li:last-child,
.mobile-menu .language-box .language-list li:last-child {
    border-bottom: none;
}

.main-header .menu-right-content .language-box .language-list li a,
.language-box .language-list li a {
    display: inline-block;
    color: #252638;
}

.main-header .logo-box {
    position: relative;
    padding: 5px 0px;
}

.search-popup {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    /* right: 110px; */
    top: 29px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.search-form .form-group {
    margin-bottom: 0;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    width: 50px;
    font-size: 18px;
    background-color: #f5f8fe;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
    padding: 7px;
    border-radius: 8px;
    text-align: center;
}

.search-popup .close-search span {
    color: #0048aa;
}
.search-popup .search-form {
    position: relative;
    padding: 0px 5px 0px;
    max-width: 500px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type='text'] {
    position: relative;
    height: 40px;
    padding: 10px 65px 10px 15px;
    width: 415px;
    background: #ffffff;
    line-height: 20px;
    font-size: 15px;
    color: #233145;
    border: 1px solid #eef3fa;
    border-radius: 7px;
}

.search-popup .search-form fieldset button[type='submit'] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 50px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    color: #0048aa !important;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px 7px 7px 0px;
    background: #f5f8fe;
}
.search-popup .search-form fieldset button i {
    font-size: 16px;
}

.search-popup .search-form fieldset input[type='submit']:hover {
    transform: translateY(0px);
}

.search-popup h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-menu {
    width: 100%;
    text-align: left;
}

.main-menu .navigation > li:first-child {
    text-align: start;
}
.main-menu .navigation > li {
    text-align: center;
}
.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    z-index: 2;
    margin: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
    text-align: end;
    padding-right: 0;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}
.main-menu .navigation > li:last-child > a {
    padding: 12px;
    padding-right: 17px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 35px;
    padding-right: 15px;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    color: #fff;
    z-index: 1;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navigation > li > a {
    padding: 12px 16px;
    padding-right: 28px;
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 200;
    color: #fff;
    top: 12px;
    font-size: 13px;
    right: 8px;
}

.logo img {
    width: 220px;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    transition: 0.3s ease-in-out;
}
.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    left: -4rem;
    min-width: 500px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 50rem;
    background-color: #fff;
    box-shadow: 0 24px 24px rgba(10, 31, 68, 0.1),
    0 40px 48px rgba(10, 31, 68, 0.25);
    border-radius: 0 0 13px 13px;
    padding: 2rem 2.5rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    /* pointer-events: none; */
}

/*
 .main-menu .navigation > li > ul:after {
    content:"";
    position: absolute;
    left: 20%;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index:9999;
}
*/

.main-menu .navigation > li > ul > li > a {
    color: #001e4c !important;
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
    color: #0048aa !important;
    text-decoration: underline;
    text-underline-color: #0048aa;
    text-underline-offset: 5px !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover {
    color: #fff;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    color: #fff;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: white;
}

.main-menu .navigation > li > ul > li > a:hover {
    padding-left: 0px;
    color: white;
}

.main-menu .navigation > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
}

.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0px;
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    border-bottom: 1px solid #e6e6ea;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    padding-left: 23px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: '\f127';
    font-family: 'Flaticon';
    font-size: 16px;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible !important;
    opacity: 1 !important;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 40px;
    display: block;
    margin-bottom: 5px;
    background-color: #0048aa;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #070719;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li > a {
    font-size: 16px;
}
.mobile-menu .navigation li ul li a {
    padding: 7px 20px;
    font-size: 15px;
}
.mobile-menu .navigation li ul li > a {
    margin-left: 20px;
    color: #7d8b9f;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 16px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #070719;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
    width: 100%;
    text-align: end;
}

.mobile-menu .close-btn i {
    color: #070719;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open span {
    color: #252638;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 50px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    cursor: url(../images/icons/cross-out.png), pointer;
    z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.9;
    visibility: visible;
    /* -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s; */
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0%;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999999999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    /* -webkit-transition: all 0.05s cubic-bezier(255, 255, 0, 0.96) 0.05s;
  -o-transition: all 0.05s cubic-bezier(0.9, 0.03, 0, 0.96) 0.05s;
  transition: all 0.05s cubic-bezier(0.9, 0.03, 0, 0.96) 0.05s; */
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    /* bottom: 250px; */
    opacity: 0;
    visibility: hidden;
    transition: 0.7s ease-in-out;
    /* -webkit-transition: all 0.1s ease-in 0.1s;
  -o-transition: all 0.1s ease-in 0.1s;
  transition: all 0.1s ease-in 0.1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    /* bottom: 0px; */
    opacity: 1;
    visibility: visible;
    /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background: #070719;
}

.xs-menu-tools > li {
    display: inline-block;
    margin-right: 15px;
}

.xs-menu-tools > li:last-child {
    margin-right: 0;
}

.xs-menu-tools > li > a {
    color: #000000;
    font-weight: 600;
    font-family: DM Sans;
    text-decoration: none;
}

.sidebar-info-contents {
    position: relative;
}

.close-side-widget {
    color: #194796;
    font-size: 24px;
}

.sidebar-info-contents .content-inner {
    position: relative;
    border-top: 1px solid #e6e8eb;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group:last-child {
    margin-bottom: 0px;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
input[type='text'],
.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
input[type='email'],
.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    transition: all 500ms ease;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
input::-webkit-input-placeholder {
    color: #fff;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
textarea::-webkit-input-placeholder {
    color: #fff;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
textarea {
    resize: none;
    height: 120px;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 38px;

    z-index: 1;
    transition: all 500ms ease;
}

.sidebar-info-contents
.content-inner
.content-box
.booking-form
.form-group
button:hover {
    background: #ffffff;
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
    color: #ccc;
}

.sidebar-info-contents .content-inner .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #ccc;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #ededed;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-textwidget .navigation {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-textwidget .navigation li.dropdown {
    width: 25%;
    margin-top: 20px;
}
.sidebar-textwidget .navigation li.adsea-menu-link {
    width: 25%;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1rem;
    color: #11294a;
    display: block;
    margin-bottom: 10px;
}
.sidebar-textwidget .navigation li.adsea-menu-link a {
    color: #11294a;
}
.sidebar-textwidget .navigation li.dropdown > a {
    font-weight: 500;
    font-size: 17px;
    line-height: 1rem;
    color: #0048aa;
    display: block;
    width: -webkit-max-content;
    width: max-content;
    margin-bottom: 10px;
}

.sidebar-textwidget .navigation li.dropdown > ul > li > a:hover {
    text-decoration: underline;
    text-underline-color: #0048aa;
    color: #0048aa;
    text-underline-offset: 5px !important;
}

div#mCSB_1_container {
    top: 0px !important;
}
.sidebar-textwidget .navigation li.dropdown > ul > li > a {
    color: #11294a;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    margin: 2px 0;
    display: inline-block;
}

.footer__top ul li div.footer-top-social {
    flex: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    justify-content: start;
}
.footer__top ul li div.footer-top-social span {
    color: #b0b7c3;
    display: block;
    margin-bottom: 0.35rem;
    font-size: 14px;
}
.footer__top ul.footer-social {
    justify-content: start;
}
.footer-social li {
    display: inline-block !important;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #8e91a2;
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.footer-social li a {
    font-size: 15px;
    color: #e1e1e2;
    text-align: center;
}
.footer-social li:hover {
    border: 1px solid white;
    background: #fff;
}
.footer-social li:hover a {
    color: #252638;
}

.gov-link-block {
    border: 1px solid #f2f6fa;
    border-radius: 8px;
}
.gov-img {
    width: 73px;
}

section {
    padding-bottom: 20px;
}
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    border-radius: 0 0 25px 25px;
    background: rgb(225, 236, 252);
    background: linear-gradient(
        60deg,
        rgba(225, 236, 252, 1) 0%,
        rgba(255, 255, 255, 1) 0%,
        rgba(225, 236, 252, 1) 30%
    );
}
.slide-item .auto-container {
    display: flex;
    align-items: center;
    height: 580px;
}
.slide-item .auto-container img {
    border-radius: 12px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 5px;
    width: 100%;
    height: 300px;
    aspect-ratio: 750/428;
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    z-index: 5;
}

.banner-carousel .content-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 22px;

    padding-left: 22px;
    margin-bottom: 14px;
    opacity: 0;
}

.banner-carousel .content-box h6 i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-carousel .active .content-box h6 {
    opacity: 1;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 37px;
    color: #252638;
    font-weight: 600;
    margin-bottom: 21px;
    opacity: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    color: #262626;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 33px;
    opacity: 0;
}

.banner-carousel .active .content-box p {
    opacity: 1;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    margin-top: 30px;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 10.5px 40px;
}

.banner-carousel .content-box .btn-box i {
    margin-left: 10px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
    display: none;
}

.banner-section .owl-nav .owl-prev {
    left: 50px;
}

.banner-section .owl-nav .owl-next {
    right: 50px;
}

/** about-section **/

.about-section {
    position: relative;
}

.social-style-one li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-style-one li:last-child {
    margin: 0px !important;
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
}

.bg-color-1 {
    background: #f6f8fb;
}

.bg-color-2 {
    background: #252638;
}

.service-block-one .inner-box .icon-box {
    color: #0048aa !important;
}

.service-block {
    margin-bottom: 20px;
}
.service-section {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 60px 0px 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-section:before {
    background-image: url(images/section-bg.html);
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41.6rem;
    width: 76.2rem;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.service-block-one .inner-box {
    min-height: 40px;
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 8px;
    padding: 35px 30px 35px 30px;
    background: rgb(232, 240, 254);
    background: linear-gradient(
        -45deg,
        rgba(232, 240, 254, 0.5) 15%,
        #d4dfec 40%,
        rgba(255, 255, 255, 0.4) 5%
    );
    border: 1px solid #edf0ff;
    transition: all 500ms ease;
}
.service-block-one .inner-box:hover {
    transition: all 500ms ease;
    background: linear-gradient(
        -45deg,
        rgba(232, 240, 254, 0.5) 15%,
        #d4dfec 38%,
        rgba(255, 255, 255, 0.4) 5%
    );
}
.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    top: 31px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 38px;
    left: 0px;
    top: 39px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before,
.service-block-one .inner-box:hover:after {
    transform: scale(1, 1);
}

.service-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}

.service-block-one .inner-box h4 a {
    display: inline-block;
    color: #252638;
    display: inline-block;
    color: #252638;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
}

.service-block-one .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
    font-weight: 700;
    padding: 5px 23px;
    text-align: center;
    border: 2px solid #e6e6ea;
    border-radius: 4px;
}

.service-block-one .inner-box .btn-box a:hover {
    color: #ffffff;
}

.service-block-one .inner-box .icon-box {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 45px;
    color: #8e91a2;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    left: 0px;
    top: -10px;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #f2f6fa, #f4f5fb 100%);
    z-index: -1;
}

.service-section .sec-title {
    margin-bottom: 45px;
}

.service-section .sec-title .links {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #616373;
    font-weight: 700;

    margin-top: 24px;
}

.service-section .sec-title .links i {
    position: relative;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    top: -1px;
}

.schedules-section {
    position: relative;
}

.schedules-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 513px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.schedules-section .sec-title {
    margin-bottom: 10px;
}

.schedules-section .sec-title h2 {
    font-size: 22px;
}

.schedules-section .title-inner .text {
    position: relative;
    display: block;
    margin-top: 29px;
}

.schedules-section .title-inner .text p {
    color: #8e91a2;
}

.schedules-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.94;
}

.schedules-section .schedule-tab-btns li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 180px;
    padding: 8px 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    /* transition: all 500ms ease; */
}

.schedules-section .schedule-tab-btns li.active-btn {
    background: #a1b0cf;
    color: #fff;
}

.schedule-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.schedule-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.schedule-tab .p-tabs-content {
    position: relative;
    display: block;
}

.schedules-section .inner-content {
    position: relative;
    padding-top: 40px;
}

.schedules-section .inner-content:before {
    position: absolute;
    content: '';
    background: #f6f8fb;
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.schedule-tab .p-tab.active-tab .schedule-block-one {
    /* -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease; */
    display: block;
}

.schedule-tab .p-tab .schedule-block-one {
    /* position: relative;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0); */
    display: none;
}

.schedule-block-one .inner-box {
    position: relative;
    display: block;
    padding: 70px 70px;
    padding: 0;
    border-radius: 12px;
    background: transparent;
    transition: all 500ms ease;
}

.schedule-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #252638;
    border-radius: 8px 8px 0px 0px;
}

.schedule-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.4) 4%,
        rgba(0, 0, 0, 0) 20%
    );
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.schedule-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
}

.schedule-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
    height: 250px;
    object-fit: cover;
}

.schedule-block-one .inner-box:hover .image-box .image img {
    opacity: 0.7;
}

.schedule-block-one .inner-box .image-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    z-index: 2;
}

.schedule-block-one .inner-box .image-box .content-box .post-date {
    position: absolute;
    top: 0px;
    right: 0px;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f6f8fb;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    padding: 26px 0px 20px 0px;
    top: -15px;
    right: -15px;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: -5px;
    top: -5px;
    border: 1px solid #f6f8fb;
    border-radius: 50%;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.schedule-block-one .inner-box .image-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.schedule-block-one .inner-box .image-box .content-box .text .category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 2px 7px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 17px;
}

.schedule-block-one .inner-box .image-box .content-box .text .category i {
    margin-right: 6px;
    font-size: 14px;
}

.schedule-block-one .inner-box .image-box .content-box .text h4 {
    display: block;
    font-size: 19px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 700;
}

.schedule-block-one .inner-box .image-box .content-box .text h4 a {
    display: inline-block;
    color: #ffffff;
}

.schedule-block-one .inner-box .image-box .content-box .text h4 a:hover {
    text-decoration: underline;
}

.schedule-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 10px 30px 20px 30px;
    min-height: 140px;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #f1f2f4;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 1%);
    transition: all 500ms ease;
}
.news-area .schedule-block-one .inner-box .lower-content {
    min-height: 160px;
}
.news-area .news-block .inner-box .lower-content .links {
    margin-bottom: 0;
}

.schedule-block-one .inner-box:hover .lower-content {
    box-shadow: 0px 50px 50px 0px rgb(0 0 0 / 2%);
}

.schedule-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
    margin-bottom: 4px;
}

.schedule-block-one .inner-box .lower-content .post-info li:last-child {
    margin-bottom: 0px;
}

.schedule-block-one .inner-box .lower-content .post-info li i {
    /* position: absolute;
    left: 0px;
    top: 0px; */
}

.schedule-block-one .inner-box .lower-content .home li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #7d9bc0;
    margin-bottom: 4px;
}

.schedule-block-one .inner-box .lower-content .home li i {
    /* position: absolute;
    left: 2px;
    top: 5px; */
    margin-right: 4px;
}

.schedule-block-one .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.schedule-block-one .inner-box .lower-content .links a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    /* min-height: 60px; */
    min-height: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #252638;
}

.schedule-block-one .inner-box:hover .lower-content .links a {
    color: #0055c9;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

.schedule-block-one .inner-box:hover .lower-content .links a {
    font-weight: 500;
}

.schedule-block-one .inner-box .lower-content .links a i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 6px;
}

.schedule-block-one .inner-box .lower-content .share-box {
    position: absolute;
    right: 20px;
    bottom: 16px;
}

.schedule-block-one .inner-box .lower-content .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #8e91a2;
}

.schedule-block-one .inner-box .lower-content .share-box a i {
    margin-left: 6px;
}

.schedules-section .owl-nav {
    position: absolute;
    top: -72px;
    right: 3px;
    /* width: 90px; */
    /* height: 70px;
  line-height: 70px; */
    background: #f6f8fb;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.schedules-section .owl-nav .owl-prev,
.schedules-section .owl-nav .owl-next {
    position: relative;
    /* margin: 0px 3px; */
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    font-size: 18px;
    color: #829ac1;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    transition: all 500ms ease;
}
.schedules-section .owl-nav .owl-prev {
    margin-right: 10px;
}
.schedules-section .owl-nav .owl-prev span,
.schedules-section .owl-nav .owl-next span {
    font-size: 18px;
    line-height: 35px;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/** team-section **/

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/** news-section **/

.news-block {
    margin-bottom: 30px;
}

.news-block .inner-box {
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 1%);
}

.news-block .inner-box .lower-content li {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    margin-bottom: 4px;
}

.news-block .inner-box .lower-content ul li {
    color: #889ecd !important;
    margin-bottom: 2px !important;
    font-weight: 400 !important;
}

.news-block .inner-box .lower-content li i {
    position: absolute;
    left: 2px;
    top: 5px !important;
    color: #889ecd !important;
}

.news-block .inner-box .lower-content .links {
    margin-bottom: 20px;
}

.news-block .inner-box .lower-content .links a {
    font-size: 14px !important;
}

.news-section {
    position: relative;
    padding-bottom: 110px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
    top: 10px;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 2;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.news-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before {
    opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date {
    position: absolute;
    top: 10px;
    right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 5px 0px 5px;
    line-height: 24px;
    z-index: 2;
}

.news-block-one .inner-box .image-box .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: transparent;
    padding: 33px 30px 15px 30px;
    z-index: 2;
}

.news-block-one .inner-box .lower-content .category {
    position: absolute;
    left: 30px;
    top: -15px;
}

.news-block-one .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-one .inner-box .lower-content .category a i {
    margin-right: 7px;
}

.news-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}

.news-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #252638;
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

/** funfact-section **/

.funfact-section {
    position: relative;
    padding-top: 103px;
}

.funfact-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 100%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 700;
    margin-bottom: 4px;
}

.funfact-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.main-footer {
    position: relative;
    background: linear-gradient(33deg, #15182d 16%, #00173b 33%);
}

.footer-top {
    position: relative;
    display: block;
    padding: 211px 0px 46px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .footer-logo {
    position: relative;
    display: block;
}

.footer-top .footer-logo:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.footer-top .footer-logo img {
    max-width: 170px;
    width: 100%;
}

.footer-top .text {
    position: relative;
    display: block;
    margin-top: -6px;
}

.footer-top .text h3 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-top .text p {
    color: #8e91a2;
}

.main-footer .widget-section {
    position: relative;
    padding: 50px 0px 40px 0px;
}

.main-footer .widget-section .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.main-footer .widget-section .widget-title h3 {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
}

.main-footer .widget-section .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8.5px;
}

.main-footer .widget-section .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #b8bbc5;
    font-weight: 400;
}

.main-footer .widget-section .links-widget .links-list li a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px !important;
}

.main-footer .widget-section .contact-widget .info li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.main-footer .widget-section .contact-widget .info li:last-child {
    margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1px;
}

.main-footer .widget-section .contact-widget .info p {
    display: block;
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a {
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a:hover {
    color: #ffffff;
}

.main-footer .widget-section .register-widget .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 25px 20px 30px 20px;
    margin-top: 6px;
}

.main-footer .widget-section .register-widget .inner-box .upper {
    position: relative;
    padding: 0px 0px 0px 65px;
    margin-bottom: 12px;
    min-height: 56px;
}

.main-footer .widget-section .register-widget .inner-box .upper .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.main-footer .widget-section .register-widget .inner-box .upper h4 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .widget-section .register-widget .inner-box p {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 23px;
}

.main-footer .widget-section .register-widget .inner-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    background: #ffffff;
    font-weight: 700;

    text-align: center;
    padding: 12.5px 30px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.main-footer .widget-section .register-widget .inner-box a:hover {
    background: #252638;
    color: #ffffff;
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: rgba(225, 225, 225, 0.035);
    padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a {
    color: #b8bbc5;
    font-size: 14px;
}

.footer-bottom .copyright p a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-nav li a:hover {
    color: #ffffff;
}

.main-header .header-down {
    position: relative;
}

.main-header .header-down .inner-box {
    position: relative;
    width: 100%;
    background: #f6f6fa;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 215px 0px 155px;
}

.main-header .header-down .update-box {
    position: absolute;
    left: 0px;
    top: 0px;
}

.main-header .header-down .update-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    background: #252638;
    font-weight: 700;

    padding: 10px 20px 12px 20px;
}

.main-header .header-down .update-box h6 i {
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    font-weight: 400;
    top: 3px;
}

.main-header .header-down .live-news {
    position: relative;
    display: block;
    padding: 0px 85px 0px 17px;
}

.main-header .header-down .live-news .text p {
    position: relative;
    line-height: 50px;
}

.main-header .header-down .owl-nav {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 49px;
    border-radius: 5px;
    overflow: hidden;
}

.main-header .header-down .owl-nav .owl-prev,
.main-header .header-down .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ffffff;
    font-size: 20px;
    text-align: center;
    color: #252638;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header .header-down .owl-nav .owl-prev {
    margin-right: 1px;
}

.main-header .header-down .news-carousel {
    padding-right: 65px;
}

.main-header .header-down .weathre-box {
    position: absolute;
    top: 10px;
    right: 20px;
}

.main-header .header-down .weathre-box a {
    color: #686a7d;
    font-size: 15px;
    padding-right: 19px;
}

.main-header .header-down .weathre-box a:before {
    color: #8e91a1;
    top: 0px;
}

.main-header .header-down .weathre-box i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.bg-color-3 {
    background: #f8f8fa;
}

/** service-style-two **/

.service-style-two {
    position: relative;
}

.service-style-two .outer-container {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 0px;
}

.service-style-two .outer-container .bg-layer {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 735px;
    height: calc(100% - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
}

.service-style-two .outer-container .bg-layer:before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.service-style-two .inner-content {
    position: relative;
    margin-right: -400px;
}

.service-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.layer-bg {
    position: absolute;
    left: 0px;
    top: -30px;
    width: calc(50% - 15px);
    height: 498px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
}

.layer-bg:before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
/** about-style-two **/

.about-style-two {
    position: relative;
    min-height: 864px;
}

.about-style-two .image-layer .image-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.about-style-two .image-layer .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about-style-two .vector-image {
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: 367px;
    height: 390px;
    background-repeat: no-repeat;
}

.video_block_1 .video-inner {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video_block_1 .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 80px;
    color: #ffffff;
}

.accordion-box .block {
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: '\f055';
    font-size: 16px;
    color: #a1b0cf;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    content: '\f056';
    color: #0055c9;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 19px 30px 18px 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 2px 0px 29px 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 11px;
}

.accordion-box .block .acc-content .list li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 39px;
    margin-bottom: 8px;
}

.accordion-box .block .acc-content .list li:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content .list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    color: #8e91a2;
    left: 0px;
    top: 1px;
    text-align: center;
}

.accordion-box .block .acc-content .list li.checked:before {
    color: #ffffff;
}

.accordion-box .block .acc-content .list {
    position: relative;
    max-height: 128px;
    overflow-y: auto;
}

/* width */
.accordion-box ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.accordion-box ::-webkit-scrollbar-track {
    background: #f6f8fb;
    border-radius: 3px;
}

/* Handle */
.accordion-box ::-webkit-scrollbar-thumb {
    border-radius: 3px;
}

/** news-style-two **/

.news-style-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
}

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.news-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        90deg,
        rgba(37, 38, 56, 0.8) 20%,
        rgba(37, 38, 56, 0.2) 50%
    );
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-two .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.news-block-two .inner-box .content-box .category {
    position: absolute;
    right: 0px;
    top: -15px;
}

.news-block-two .inner-box .content-box .category a {
    position: relative;
    display: inline-block;
    padding: 1.5px 10px;
    text-align: center;
    border-radius: 5px 5px 0px 5px;
    color: #ffffff;
    z-index: 1;
}

.news-block-two .inner-box .content-box .category a i {
    font-size: 14px;
    margin-right: 8px;
}

.news-block-two .inner-box .content-box .category a:hover {
    background: #252638;
}

.news-block-two .inner-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.news-block-two .inner-box .content-box .text .post-date h3 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 5px;
    line-height: 24px;
    margin-bottom: 22px;
}

.news-block-two .inner-box .content-box .text .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.news-block-two .inner-box .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.news-block-two .inner-box .content-box .text h4:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.news-block-two .inner-box .content-box .text h4 a {
    display: inline-block;
    color: #ffffff;
}

.news-block-two .inner-box .content-box .text h4 a:hover {
    text-decoration: underline;
}

.news-block-two .inner-box .content-box .text .post-info li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #8e91a2;
}

.news-block-two .inner-box .content-box .text .post-info li a {
    display: inline-block;
    color: #8e91a2;
}

.news-block-two .inner-box .content-box .text .post-info li:last-child {
    margin: 0px !important;
}

.news-block-two .inner-box .content-box .text .post-info li i {
    font-size: 14px;
    margin-right: 10px;
}

.news-block-two .inner-box .content-box .text .post-info li a:hover {
    color: #ffffff;
}

.pb-140 {
    padding-bottom: 140px;
}

.news-style-two .sec-title {
    margin-bottom: 67px;
}

.news-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 992px;
    background-repeat: no-repeat;
}

/** contact-section **/

.contact-section {
    position: relative;
    padding-top: 103px;
}

.contact-section .info-block {
    position: relative;
    padding-bottom: 80px;
}

.nice-select:after {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #9598a9;
    top: -1px;
    right: 25px;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
}

.nice-select {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 16px;
    color: #696b7e;
    border-radius: 5px;
}

.contact-section .form-block {
    position: relative;
    display: block;
    padding: 50px 0px;
    margin-bottom: -110px;
    z-index: 1;
}

.contact-section .form-block:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: calc(100% + 60px);
    height: 100%;
    left: -30px;
    top: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.contact-section .form-block .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-section .form-block .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-block .form-group input[type='text'],
.contact-section .form-block .form-group input[type='email'],
.contact-section .form-block .form-group textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 58px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #696b7e;
    transition: all 500ms ease;
}

.contact-section .form-block .form-group textarea {
    resize: none;
    height: 110px;
    padding-right: 110px;
}

.contact-section .form-block .form-group button {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;

    text-align: center;
    padding: 27px 21.5px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.contact-section .form-block .form-group button:hover {
    background: #252638;
}

.contact-section .form-block .pattern-layer {
    position: absolute;
    left: -30px;
    top: 0px;
    width: calc(100% + 60px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.contact-section .image-layer {
    position: absolute;
    left: 0px;
    bottom: 110px;
}

.contact-section .dotted-pattern {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 100%;
    height: calc(100% - 110px);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/***

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
    position: relative;
    width: 100%;
    padding: 157px 0px 23px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(
        90deg,
        rgba(37, 38, 56, 0.8) 15%,
        rgba(0, 0, 0, 0.3) 100%
    );
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title .title {
    position: relative;
    display: block;
    margin-bottom: 109px;
}

.page-title .title h1 {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-right: 14px;
    margin-right: 8px;
}

.page-title .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    color: #ffffff;
}

.page-title .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    top: 1px;
    right: 0px;
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

/** discover-section **/

.discover-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.discover-section:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
}

/** information-section **/

.information-section {
    position: relative;
    padding: 103px 0px;
}

.information-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 384px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.information-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.information-block-one .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 52px 200px 53px 300px;
}

.information-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 125px;
    top: 60px;
    left: 250px;
}

.information-block-one .inner-box .count {
    position: absolute;
    left: -80px;
    top: -80px;
    width: 170px;
    height: 170px;
    line-height: 228px;
    text-align: right;
    border-radius: 50%;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 700;
    padding-right: 35px;
}

.information-block-one .inner-box .icon-box {
    position: absolute;
    left: 93px;
    top: 62px;
    font-size: 120px;
    line-height: 120px;
}

.information-block-one .inner-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.information-block-one .inner-box .text p {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.information-block-one .inner-box .text a {
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #252638;
    font-weight: 700;
}

.information-block-one .inner-box .text a i {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
}

.information-section .bx-pager {
    display: none;
}

.information-section .inner-content {
    position: relative;
    z-index: 1;
}

.pt-50 {
    padding-top: 50px;
}

.history-section {
    position: relative;
    overflow: hidden;
}

.history-section .sec-title {
    padding-top: 103px;
}

.history-section .sec-title .title-shape {
    margin-bottom: 34px;
}

.history-section .inner-box .single-item {
    position: relative;
    margin-bottom: 80px;
    min-height: 340px;
    display: block;
    z-index: 1;
}

.history-section .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.history-section .inner-box .single-item:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 49.5%;
    top: -37px;
    border-radius: 50%;
}

.history-section .inner-box .single-item:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    background: #ffffff;
    border: 1px solid #e6e6ea;
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.history-section .inner-box .single-item:hover:after {
    background: #bfd4e6;
    border-color: #e1e9f9;
    box-shadow: 0px 0px 0px 8px #dfe1ff;
}

.history-section .inner-box .single-item.style-one {
    padding-left: 10px;
    display: flex;
    align-items: start;
}

.history-section .inner-box .single-item.style-two {
    padding-right: 10px;
    display: flex;
    align-items: start;
}

.history-section .inner-box .single-item .image-box img {
    width: 100%;
}

.history-section .inner-box .single-item.style-one .image-box {
    width: 50%;
    padding: 18px;
    padding-right: 30px;
}
.history-section .single-item .text {
    width: 50%;
    padding: 10px 30px;
}

.history-section .inner-box .single-item.style-two .image-box {
    width: 50%;
    padding: 18px;
    padding-left: 30px;
}

.history-section .inner-box {
    position: relative;
    padding: 20px 0px;
}

.history-section .inner-box:before {
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0px;
}

.history-section .inner-box .single-item span {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 75px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 29px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ededf0;
}

.history-section .inner-box .single-item.style-one span {
    text-align: right;
}

.history-section .inner-box .single-item.style-two span {
    text-align: left;
}

.history-section .inner-box .single-item h6 {
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;

    margin-bottom: 0px;
}

.history-section .inner-box .single-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.history-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.about-style-four {
    position: relative;
}

.service-style-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.important-links {
}

.useful-links-carousel {
    margin-bottom: 30px;
}

.organization-links-carousel {
    margin-bottom: 30px;
}

.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    font-size: 25px;
    color: #8e91a2;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
}

.service-style-two .owl-nav .owl-prev span,
.service-style-two .owl-nav .owl-next span {
    font-size: 19px;
}
.service-style-two .owl-nav .owl-prev {
    left: -28px;
}

.service-style-two .owl-nav .owl-next {
    right: -28px;
}

.service-style-two .owl-nav .owl-prev:hover,
.service-style-two .owl-nav .owl-next:hover {
    color: #ffffff;
}

.faq-section {
    position: relative;
}

.adsea-color {
    color: #0048aa;
}

.faq-section .accordion-box .block {
    background: #ffffff;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 18px;
    transition: all 500ms ease;
}

.faq-section .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn h5 {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    padding-left: 86px;
}

.faq-section .accordion-box .block .acc-btn h5 span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    font-size: 16.5px;
    color: #a1b0cf;
    text-align: center;
    transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn:before {
    position: absolute;
    content: '';
    background: #e6e8eb;
    width: 1px;
    height: 100%;
    left: 60px;
    top: 0px;
}

.faq-section .accordion-box .block .acc-btn:after {
    position: absolute;
    content: '';
    background: #e6e8eb;
    width: 1px;
    height: 100%;
    right: 70px;
    top: 0px;
}

.faq-section .accordion-box .block .acc-content {
    border-left: 1px solid #ecf1f9;
    border-right: 1px solid #ecf1f9;
    border-bottom: 1px solid #ecf1f9;
    border-radius: 13px;
    padding: 20px 30px 20px 30px;
}

.faq-section .accordion-box .block .acc-btn {
    padding: 13px 100px 13px 0px;
    background-color: #f4f5fb;
    border-radius: 13px;
    border: 1px solid transparent;
}

.faq-section .accordion-box .block .acc-btn:hover {
    background-color: #f0f1f7;
    border: 1px solid #f0f1f7;
}

.faq-section .accordion-box .block .acc-btn .icon-outer {
    right: 0px;
    width: 70px;
    text-align: center;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer:after {
    content: '\f00d';
}

.faq-sidebar {
    position: relative;
    display: block;
    background: #f6f8fb;
    padding: 0px 30px;
    border-radius: 5px;
}

.faq-sidebar .single-item {
    position: relative;
    display: block;
    padding: 30px 0px 24px 0px;
    border-bottom: 1px solid #e0e0ea;
}

.faq-sidebar .single-item:last-child {
    border-bottom: none;
}

.faq-sidebar .single-item span {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #8e91a2;
    font-weight: 700;
    transition: all 500ms ease;
}

.faq-sidebar .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #8e91a2;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.faq-sidebar .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
}

.faq-sidebar .single-item p {
    margin-bottom: 15px;
}

.faq-sidebar .single-item a {
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #252638;
    font-weight: 700;
}

.faq-sidebar .single-item a i {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

.main-header.style-one .header-lower {
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 4%);
    background-color: #004cb3;
}

.error-section {
    position: relative;
    padding: 100px 0px 110px 0px;
}

.error-section .inner-box .image-box {
    position: relative;
    margin-bottom: 29px;
}

.error-section .inner-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 12px;
}

.error-section .inner-box p {
    display: block;
    margin-bottom: 33px;
}

/***

====================================================================
                        Department-Page
====================================================================

***/

/** department-details **/

.department-details {
    position: relative;
}

.department-sidebar {
    position: relative;
    display: block;
}

.department-sidebar .sidebar-banner {
    position: relative;
    width: 100%;
    padding: 58px 30px 93px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.department-sidebar .sidebar-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.8;
}

.department-sidebar .sidebar-banner .icon-box {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #ffffff;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 21px;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.department-sidebar .sidebar-banner h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 22px;
}

.department-sidebar .sidebar-banner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 700;

    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 34px;
    z-index: 1;
}

.department-sidebar .sidebar-banner a:hover {
    background: #252638;
    color: #ffffff;
}

.department-sidebar .widget-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.department-sidebar .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.department-sidebar .widget-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin: 0 auto;
}

.department-sidebar .widget-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.department-sidebar .widget-title .title-shape:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
}

.department-sidebar .sidebar-contact {
    position: relative;
    display: block;
    background: #252638;
    border-radius: 5px;
    padding: 33px 30px 40px 30px;
}

.department-sidebar .sidebar-contact .widget-title h3 {
    color: #ffffff;
    margin-bottom: 1px;
}

.department-sidebar .sidebar-contact .widget-title p {
    color: #8e91a2;
    margin-bottom: 13px;
}

.department-sidebar .sidebar-contact .widget-title {
    margin-bottom: 30px;
}

.department-sidebar .sidebar-contact .info-list {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
}

.department-sidebar .sidebar-contact .info-list li {
    position: relative;
    display: block;
    padding: 16px 10px 20px 63px;
    border-bottom: 1px solid #e6e8eb;
}

.department-sidebar .sidebar-contact .info-list li:last-child {
    border-bottom: none;
}

.department-sidebar .sidebar-contact .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e6e8eb;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
}

.department-sidebar .sidebar-contact .info-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

.department-sidebar .sidebar-contact .info-list li p {
    display: block;
}

.department-sidebar .sidebar-contact .info-list li a {
    display: inline-block;
    color: #696b7e;
}

.events-grid {
    position: relative;
}

.events-grid .schedule-block-one .inner-box {
    margin-bottom: 40px;
}

.events-grid .pagination-wrapper {
    position: relative;
    margin-top: 10px;
}

.blog-grid .news-block-one .inner-box {
    margin-bottom: 50px;
}

.sidebar-page-container {
    position: relative;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    padding: 20px 20px;
    border: 1px solid #e1e1e5;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 50px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover {
    border-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.news-block-three .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box:before {
    opacity: 0.5;
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img {
    transform: scale(1.02);
}

.news-block-three .inner-box .image-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}

.news-block-three .inner-box .post-date {
    position: absolute;
    top: -1px;
    right: -1px;
}

.news-block-three .inner-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 4px 0px 4px;
    line-height: 24px;
    z-index: 2;
}

.news-block-three .inner-box .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 36px 20px 20px 20px;
}

.news-block-three .inner-box .lower-content .category {
    position: absolute;
    left: 20px;
    top: -15px;
    z-index: 2;
}

.news-block-three .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-three .inner-box .lower-content .category a i {
    margin-right: 7px;
}

.news-block-three .inner-box .lower-content .category a:hover {
    background: #252638;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #252638;
}

.news-block-three .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
}

.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e8eb;
    margin-bottom: 24px;
}

.news-block-three .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #d6d6da;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-three .inner-box .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.news-block-three .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 700;

    text-align: center;
    border: 2px solid #e6e8eb;
    border-radius: 4px;
    padding: 14px 38px;
}

.news-block-three .inner-box .lower-content .btn-box a:hover {
    color: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option {
    position: absolute;
    right: 20px;
    bottom: 17px;
}

.news-block-three .inner-box .lower-content .share-option .share-icon {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #f6f8fb;
    border: 1px solid #f6f8fb;
    border-radius: 5px;
    font-size: 20px;
    color: #9295a6;
    text-align: center;
}

.news-block-three .inner-box .lower-content .share-option:hover .share-icon {
    background: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    margin-right: 10px;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover h6 {
    opacity: 0;
}

.news-block-three .inner-box .lower-content .share-option .social-links {
    position: absolute;
    top: 0px;
    right: 68px;
    width: 180px;
    height: 58px;
    border: 1px solid #e6e8eb;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover .social-links {
    transform: scaleX(1);
}

.news-block-three .inner-box .lower-content .share-option .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0px 12px;
    line-height: 58px;
}

.news-block-three
.inner-box
.lower-content
.share-option
.social-links
li:before {
    position: absolute;
    content: '';
    background: #e6e8eb;
    width: 1px;
    height: 24px;
    top: 16px;
    right: -13px;
}

.news-block-three
.inner-box
.lower-content
.share-option
.social-links
li:last-child:before {
    display: none;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a {
    display: inline-block;
    color: #8e91a2;
}

.page-title .lower-box {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 70px;
}

.page-title.blog-page {
    padding-bottom: 0px;
}

.page-title .lower-box .left-column {
    position: relative;
    padding: 21px 0px 23px 100px;
}

.page-title .lower-box .left-column .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-title .lower-box .left-column .post-date h3 {
    position: relative;
    display: inline-block;
    width: 70px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 14px 0px 8px 0px;
    text-align: center;
    line-height: 24px;
    z-index: 2;
}

.page-title .lower-box .left-column .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.page-title .lower-box .left-column .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
}

.page-title .lower-box .left-column .post-info li:last-child {
    margin: 0px !important;
}

.page-title .lower-box .left-column .post-info li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.page-title .lower-box .left-column .post-info li:last-child:before {
    display: none;
}

.page-title .lower-box .left-column .post-info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.page-title .lower-box .left-column .post-info li a {
    display: inline-block;
    color: #fff;
}
.page-title .lower-box .right-column {
    position: relative;
    padding: 22px 0px 20px 0px;
}

.page-title .lower-box .right-column .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.page-title .lower-box .right-column .share-box a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}

.page-title .lower-box .post-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/** contact-information **/

.contact-information {
    position: relative;
    padding: 110px 0px 140px 0px;
}

.contact-information .image-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.contact-information .image-box img {
    width: 100%;
    border-radius: 5px;
}

.contact-information .image-box::before {
    position: absolute;
    top: -30%;
    left: 0;
    width: 150%;
    height: 150%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.9s;
    transition: transform 0.9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

.contact-information .image-box:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

/** contact-style-two **/

/* MY CSS */
.menu-area .logo {
    display: none;
}
.menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu .navigation {
    margin-top: 11px;
}
.mobile-menu .info-list {
    margin-top: 52px;
    margin-left: 15px;
}
.schedules-section .title-inner .text {
    text-align: end;
}

.schedules-section .title-inner .text a {
    text-align: end;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: white;
}
.header-top .info-list li.language-list a:before,
.header-top .info-list li.language-list:after {
    content: none;
}
.first-slider {
    padding: 50px 0 30px 0;
}
.main-footer .widget-section .widget-title {
    margin-bottom: 14px;
}
.footer-widget.links-widget {
    margin-bottom: 24px;
}
.footer__top {
    padding: 2.5rem 0;
    padding-bottom: 2.3rem;
    border-bottom: 1px solid #383a55;
}
.footer__top ul {
    display: flex;
    justify-content: space-between;
}
.footer__top ul li {
    width: 25%;
    display: flex;
}
.footer__top ul li p span {
    color: #b0b7c3;
    display: block;
    margin-bottom: 0.35rem;
    font-size: 14px;
}
.footer__top ul li p {
    flex: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
}
.footer__top ul li p a {
    color: inherit;
}
.footer__top__icon {
    align-items: center;
    margin-right: 0.8rem;
    color: #b0b7c3;
}
.footer__top__icon i {
    font-size: 23px;
}
.top-phone i {
    padding-right: 5px;
}
.useful-links {
    padding: 40px 0;
}

.organization-links {
    padding: 40px 0;
}

.useful__item {
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 1rem;
    flex: 1;
    min-height: 80px;
}

.useful__item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.useful__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #090c02;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: start;
}
.useful__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #737a87;
    margin-top: auto;
    display: block;
}

.useful__title p {
    margin-top: 5px;
    font-weight: 500;
    color: #252638;
}

.useful__item:hover {
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 5%);
}

.useful__item i {
    font-size: 17px;
    color: #d4dfec;
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.useful-links .owl-nav {
    position: absolute;
    top: -60px;
    right: 35px;
}
.useful-links .owl-nav .owl-prev,
.useful-links .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    font-size: 23px;
    color: #8e91a2;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    transition: all 500ms ease;
}
.useful-links .owl-nav .owl-prev span,
.useful-links .owl-nav .owl-next span {
    font-size: 18px;
}
.useful-links .owl-nav .owl-prev:hover,
.useful-links .owl-nav .owl-next:hover {
    color: #194796;
}
.useful-links .owl-nav .owl-prev {
    right: 10px;
}
.inner-box:hover .useful__item {
    transition: 0.5s;
}

.inner-box:hover .useful__title {
    color: #0048a9;
}

.inner-box:hover .useful__item i {
    transition: 0.5s;
    color: #0048aa;
}

.inner-box:hover .useful__title,
.inner-box:hover .useful__link {
    transition: 0.1s;
}

.organization__item {
    background: rgb(232, 240, 254);
    background: linear-gradient(
        45deg,
        rgba(232, 240, 254, 0.5) 5%,
        rgba(255, 255, 255, 0.5) 20%,
        rgba(255, 255, 255, 0.4) 5%
    );
    border: 1px solid #edf0ff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.organization__title .gov-img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.html); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.organization__item:hover {
}

.organization__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #090c02;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: start;
}
.organization__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #737a87;
    display: block;
}

.organization__title p {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #252638;
}

.organization__title p:before {
    width: 1px;
    height: 10px;
    background-color: #000;
}

.organization__item:hover {

}

.organization__item i {
    font-size: 17px;
    color: #d4dfec;
    transform: rotate(-45deg);
}

.organization-links .owl-nav {
    position: absolute;
    top: -60px;
    right: 35px;
}
.organization-links .owl-nav .owl-prev,
.organization-links .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    font-size: 23px;
    color: #8e91a2;
    font-weight: 400;
    border-radius: 20px;
    transition: all 500ms ease;
}
.organization-links .owl-nav .owl-prev span,
.organization-links .owl-nav .owl-next span {
    font-size: 18px;
}
.organization-links .owl-nav .owl-prev:hover,
.organization-links .owl-nav .owl-next:hover {
    color: #194796;
}
.organization-links .owl-nav .owl-prev {
    right: 10px;
}
.inner-box:hover .organization__item {
    transition: 0.5s;
}

.inner-box:hover .organization__title {
    color: #0048a9;
}

.inner-box:hover .organization__item i {
    transition: 0.5s;
    color: #0048aa;
}
.inner-box:hover .organization__title,
.inner-box:hover .organization__link {
    transition: 0.1s;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:hover {
    opacity: 0, 7;
}

.weblinks-section__item {
    display: flex;
    color: #050f21;
    padding: 20px;
    align-items: center;
}
.weblinks-section__image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    overflow: hidden;
    margin-right: 10px;
}
.weblinks-section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.weblinks-section__title {
    font-size: 13.7px;
    font-weight: 500;
    min-height: 25px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: start;
}
.useful-links-carousel {
    margin-bottom: 15px;
}
.links-swiper {
    padding-bottom: 50px;
}

.links-swiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.links-swiper .swiper-wrapper {
    top: 40px;
}

.links-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    height: 200px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Custom Navigation Button Styles */
.links-swiper .swiper-button-next,
.links-swiper .swiper-button-prev {
    color: #8e91a2;
    /* Icon color */
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    right: 5px;
    left: unset;
    top: 25px;
}

.links-swiper .swiper-button-prev {
    right: 50px;
}

.links-swiper .swiper-button-next,
.links-swiper .swiper-button-prev {
    background-image: url('');
}

.links-swiper .links-swiper .swiper-container {
    padding: 50px 0;
}

.links-swiper .swiper-button-next:hover,
.links-swiper .swiper-button-prev:hover {
    color: #194796;
}

.links-swiper .swiper-button-next::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
}

.bg-gray {
    background-color: #f6f8fb;
}

.bg-adsea {
    background-color: #edf1f7;
}

.links-section {
    background-color: #fff;
    padding: 30px 50px;
}

.links-swiper .swiper-button-prev::after {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: nromal;
}

.icon-box img {
    width: 50px;
}

.section-clearfix {
    border-bottom: 1px solid #e8e9ea;
    padding-bottom: 20px;
}

.regions-section {
    background: rgb(232, 240, 254);
    background: radial-gradient(
        circle,
        rgba(232, 240, 254, 1) 0%,
        rgba(255, 255, 255, 1) 66%
    );
    padding-top: 40px;
}
.regions-section .title-column {
    padding-left: 50px;
}
.regions-section h2 {
    color: #0055c9;
}
.regions-right {
    width: 80%;
    padding-bottom: 40px;
}
.adsea-statistics {
    background: rgb(0, 72, 170);
    background: linear-gradient(
        45deg,
        rgba(0, 72, 170, 1) 0%,
        rgba(173, 197, 233, 1) 55%
    );
    padding: 60px 0 50px;
}
.adsea-statistics .sec-title {
    margin-bottom: 28px;
}

.adsea-statistics .service-block .stat {
    padding: 30px 35px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    margin-bottom: 15px;
}

.adsea-statistics .service-block .stat:hover .inner-box .count-icon {
    transition: all 500ms ease;
    top: 20px;
}

.adsea-statistics .service-block .stat .inner-box .count-icon {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #fff;
}

.adsea-statistics .service-block .stat .count-box {
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 25px;
}
.adsea-statistics .service-block .stat .btn-box,
.adsea-statistics .service-block .stat .icon-box {
    color: #fff;
}
.links-swiper .swiper-container {
    padding-bottom: 20px;
    padding-top: 20px;
}

.language-box .text i {
    opacity: 0.8;
}
.social-sticky {
    position: fixed;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000000000000;
    display: none;
}
.social-sticky a {
    width: 35px;
    height: 35px;
    color: #829ac1;
    line-height: 35px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}

.social-sticky a:hover {
    color: #0055c9;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}

.search-form .form-control:focus {
    border-color: 1px solid #ced4da;
    box-shadow: none;
}

.breadcrumb-section {
    background: #fff !important;
}

.breadcrumb-area ul {
    padding: 20px 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.breadcrumb-area ul li {
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-area li a {
    color: #050f21;
}
.breadcrumb-area ul i {
    font-size: 14px;
    margin: 0 6px;
    color: #0048aa;
}
.breadcrumb-area ul li span {
    color: #8a95a6;
}

.back-page {
    font-size: 25px;
    color: #919caf;
}

.left-sidebar {
    padding: 1.5rem 0;
    background: #fff;
    border-radius: 5px 10px;
    box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
    /* position: sticky;
  top: 0; */
}
.left-sidebar li a {
    display: flex !important;
    justify-content: space-between;
}
.left-sidebar li a i {
    display: none;
    font-size: 13px;
}
.left-sidebar li:hover a i {
    display: block;
}

.left-sidebar li:hover a i {
    display: block;
}

.left-sidebar li a.active i {
    display: block;
}

.left-sidebar li {
    margin-bottom: 5px;
}

.left-sidebar li:last-child {
    margin-bottom: 0;
}
.left-sidebar li a.active {
    color: #0048aa;
    border-color: #0048aa;
    font-weight: 500;
    background: #f2f6fa;
    border-radius: 0 20px 20px 0;
}

.left-sidebar li a {
    display: block;
    padding: 13px 34px;
    font-size: 15px;
    line-height: 14px;
    margin-right: 10px;
    color: #9da4b0;
    border-left: 2px solid transparent;
}

.left-sidebar li:first-child a {
    margin-bottom: 0;
    padding: 13px 34px;
}

.left-sidebar li:hover a {
    color: #0048aa;
    border-color: #3772d9;
    border-radius: 0 20px 20px 0;
    background: #f2f6fa;
}
section {
    position: relative;
}

.right-block {
    padding: 25px 32px;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 6px;
    font-size: 15px;
    line-height: 24px;
    color: #283a5b;
    box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
}

.right-decor {
    background-image: url('../images/adsea-wave-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.right-block h1 {
    font-size: 25px;
    margin-bottom: 13px;
    font-weight: 500;
}
.right-block p {
    color: #283a5b;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 24px;
    margin-bottom: 8.5px;
}

.right-block .section-title {
    font-size: 27px;
    font-weight: 500;
    color: #0048aa;
    padding-top: 10px;
    padding-bottom: 12px;
}

.fav {
    border-radius: 30px;
    border: 1px solid white;
}
.department-sidebar.agency .sidebar-contact {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.02) 0px 16px 8px 0px;
    border-radius: 5px 15px 15px 5px;
    margin: 15px 0;
    padding: 37px 20px 40px 20px;
}
.department-sidebar.agency .sidebar-contact .widget-title h3 {
    color: #252638;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 21.5px;
    font-weight: 500;
}
.social-style-one li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.social-style-one li {
    margin-right: 7px;
}
.social-style-one {
    display: flex;
    justify-content: center;
}
.agency .social-style-one li.facebook a {
    background: #3b5998;
}
.agency .social-style-one li.twitter a {
    background: #55acee;
}
.agency .social-style-one li.youtube a {
    background: #dc4e41;
}
.agency .social-style-one li.linkedin a {
    background: #0e76a8;
}
.agency .social-style-one li.instagram a {
    background: #833ab4;
}
.agency .social-style-one li.telegram a {
    background: #24a1de;
}

.leader-block {
    display: flex;
    background-color: #f2f6fa;
}

.leader-block img {
    width: 80px;
}

.leader-word {
    padding: 25px;
    display: inline-block;
}

.privacy p b {
    font-weight: 600;
}

.privacy ul {
    margin-left: 15px;
}

.privacy ul li {
    margin-bottom: 10px;
}

.privacy ul li i {
    color: #0048aa;
}

.privacy ul li b {
    font-weight: 600;
}

.privacy .privacy-title {
    color: #0048aa;
}

.structure .content-block .row {
    margin: 0 -4px;
    text-align: center;
}

.structure .content-block .row > * {
    padding: 0 4px;
}

.structure .content-block h3 {
    margin: 1.6rem 0 2.4rem;
}

.structure .content-block h4 {
    margin-top: 0.8rem;
}

.adsea-structure-element {
    border: 1px solid #e1e7f2;
    border-radius: 7px;
    background-color: #f8f9ff;
    padding: 1.6rem;
    margin-bottom: 15px;
    height: calc(100% - 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.6rem;
    transition: all 300ms ease;
}

.sondur::after {
    background-color: #4a4a4a;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    content: '';
    position: absolute;
    top: 100%;
}

.adsea-structure-element:hover {
    background-color: #fff;
    border: 1px solid #e1e7f2;
    box-shadow: rgba(99, 99, 99, 0) 0px 16px 8px 0px;
}

.chairman {
    background-color: #f8faff !important;
}

.adsea-structure-main {
    background-color: #f8faff;
    color: #000;
    font-weight: 500;
    padding: 25px 16px;
    min-height: auto;
}

.adsea-structure-alt {
    background-color: #f8faff;
    color: #000;
    font-weight: 400;
    padding: 25px 16px;
    min-height: auto;
    text-align: center;
}
.content-block h3,
.content-block h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    margin-top: 18px;
    color: #0048aa;
    display: block;
    width: 100%;
    text-align: center;
}
.adsea-sectors,
.adsea-departments,
.adsea-aparat {
    margin-top: 10px;
}
.adsea-sedr.col-12,
.adsea-sectors.col-12,
.adsea-departments.col-12,
.adsea-aparat.col-12 {
    padding: 0;
}
.download-list .icon-box img {
    width: 23px;
}

.pagination {
    display: flex;
    border-radius: 8px;
    border: 1px solid #f1f2f4;
    width: -webkit-max-content;
    width: max-content;
    margin-left: auto;
    margin-top: 20px;
    overflow: hidden;
}
.pagination li.link-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    color: #090c02;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-right: 1px solid #f1f2f4;
    font-size: 15px;
    border-radius: 0;
}
.pagination li.link-item.active a {
    background-color: #0048aa;
    color: #fff;
}
.pagination li {
    display: inline-block;
    margin: 0;
}
.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}
.pagination li a:hover {
    background-color: #edeff2;
}
.pagination li i {
    font-size: 15px;
    color: gray;
    line-height: 40px;
}

/* Full-News - ADSEA */

.details-slider {
    overflow: hidden;
    position: relative;
}
.details-slider .mySwiper2 {
    margin-top: 15px;
}
.details-slider .mySwiper2 img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1608/800;
    height: unset;
    object-fit: contain;
    border-radius: 5px;
}

.details-slider .mySwiper img {
    object-fit: cover;
    margin-bottom: 0;
    width: 100%;
    height: 80px;
    border-radius: 4px;
    cursor: pointer;
}

.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
    transform: translateY(-50%);
}

.details-slider .swiper-button-next:after,
.details-slider .swiper-button-prev:after {
    font-size: 20px;
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
    width: 40px;
}
.details-slider .swiper-slide {
    justify-content: start;
}
.details-slider .mySwiper2 .swiper-slide {
    justify-content: center;
}
.details-slider .mySwiper {
    margin-top: 10px;
}
.details-slider .swiper-button-prev::before,
.details-slider .swiper-button-next::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: var(--color-primary);
    width: 34px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    border: 1px solid white;
    text-align: center;
    border-radius: 50%;
    transition: all 400ms ease;
}

.details-slider .swiper-button-prev:hover::before,
.details-slider .swiper-button-next:hover::before {
    background-color: #0048aa;
    border: 1px solid #0048aa;
}

.details-slider .swiper-button-next::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
    color: white;
}
.details-slider .swiper-button-next,
.details-slider .swiper-button-prev {
    background-image: none !important;
    font-size: 10px;
}
.details-slider .swiper-button-prev {
    margin-left: 10px;
}
.details-slider .swiper-button-next {
    margin-right: 10px;
}
.fancybox-button--play {
    display: none !important;
}
.news-content {
    margin-top: 20px;
}
.news-content p {
    color: #1d2a42;
    font-size: 15.5px;
}
.share-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f5f7fa;
    border: 1px solid #f1f2f4;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    color: #050f21;
    margin-top: 40px;
    margin-bottom: 20px;
}
.share-info .socials li a {
    color: #b0b7c3;
    border-color: #b0b7c3;
}

.share-info .socials li:hover a {
    background-color: #a1b0cf;
    color: #fff;
}

.share-info .socials li a i {
    font-size: 16px;
}
.share-info .socials {
    display: flex;
}
.share-info .socials li {
    margin-left: 10px;
}
.share-info .socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #a1b0cf;
    color: #a1b0cf;
}
.share-info p {
    margin-bottom: 0 !important;
}
.right-block .section-title.news-title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.right-block .news-date {
    line-height: 1;
    color: #b0b7c3;
    font-size: 16px;
    margin-bottom: 0;
}
.other-data {
    margin-top: 30px;
    border-radius: 5px;
}
.other-data .sec-title {
    margin-bottom: 30px;
}
.other-data .owl-nav {
    position: absolute;
    top: -60px;
    right: 35px;
}
.other-data .owl-nav .owl-prev,
.other-data .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d9dfec;
    font-size: 23px;
    color: #d9dfec;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    transition: all 500ms ease;
}
.other-data .owl-nav .owl-prev:hover,
.other-data .owl-nav .owl-next:hover {
    color: #a1b0cf;
}
.other-data .owl-nav .owl-prev span,
.other-data .owl-nav .owl-next span {
    font-size: 18px;
}
.other-data .owl-nav .owl-prev {
    right: 10px;
}
.other-data .schedule-block-one .inner-box .image-box .image img {
    height: 150px;
    object-fit: cover;
}
.schedule-block-one .inner-box .image-box {
    background: transparent;
}
.other-data .sec-title h2 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
}
.other-data .schedule-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0;
}

.other-carousel {
}
.other-news {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 2%);
}

.other-news .inner-box .lower-content .post-info li {
    color: #9ba8bb;
}

.other-news .inner-box .lower-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 10px 10px 30px 25px;
    margin-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #f1f2f4;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 1%);
    transition: all 500ms ease;
}

.other-news .inner-box .lower-content .links a {
    font-size: 14px;
    line-height: 22px;
}

.schedule-block-one .inner-box .lower-content .links a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
}
.slide-item .clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 20px;
}
.slide-item .clamp-4 p {
    margin-bottom: 5px;
}

/** department-details **/

.department-details {
    position: relative;
}

.department-details-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.department-details-content .upper-image {
    position: relative;
    display: block;
    padding: 19px;
    border: 1px solid #dcdce5;
    border-radius: 5px;
    margin-bottom: 41px;
}

.department-details-content .upper-image .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.department-details-content .upper-image .image img {
    width: 100%;
    border-radius: 5px;
}

.department-details-content .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.department-details-content h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.department-details-content .discription-box .single-item {
    position: relative;
    display: block;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    padding: 46px 24px 32px 24px;
}

.department-details-content .discription-box .single-item .image-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.department-details-content .discription-box .single-item .image-box img {
    width: 100%;
    border-radius: 50%;
}

.department-details-content .discription-box .single-item .image-box:before {
    position: absolute;
    content: '';
    width: 134px;
    height: 134px;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%, 0% 0%);
}

.department-details-content .discription-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.department-details-content .discription-box .single-item .overlay-content {
    position: absolute;
    left: -30px;
    top: -10px;
    background: #ffffff;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    border-radius: 5px;
    padding: 41px 10px 20px 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: scale(0, 0);
    visibility: hidden;
    transition: all 500ms ease;
}

.department-details-content
.discription-box
.single-item:hover
.overlay-content {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.department-details-content
.discription-box
.single-item
.overlay-content
.image-box {
    margin-bottom: 19px;
}

.department-details-content
.discription-box
.single-item
.overlay-content
.image-box:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.department-details-content .discription-box .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.department-details-content
.discription-box
.owl-carousel
.owl-stage-outer
.owl-item {
    opacity: 0;
}

.department-details-content
.discription-box
.owl-carousel
.owl-stage-outer
.owl-item.active {
    opacity: 1;
}

.department-details-content .owl-dots {
    margin-top: 24px;
}

.department-details-content .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #dcdcdc;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.department-details-content .owl-theme .owl-dots .owl-dot.active span,
.department-details-content .owl-theme .owl-dots .owl-dot span:hover {
}

.department-details-content .owl-theme button {
    background: transparent;
}

.department-details-content .discription-box {
    position: relative;
    margin-bottom: 63px;
}

.department-details-content .highlights-box .image-box {
    position: relative;
    display: inline-block;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    margin-top: 9px;
}

.department-details-content .highlights-box .image-box img {
    width: 100%;
    border-radius: 50%;
}

.department-details-content .highlights-box .image-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.department-details-content .highlights-box .text {
    position: relative;
    margin: 0px;
}

.department-details-content .highlights-box .text p {
    margin-bottom: 18px;
}

.department-details-content .highlights-box .text .list li {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 31px;
}

.department-details-content .highlights-box .text .list li:last-child {
    margin-bottom: 0px;
}

.department-details-content .highlights-box .text .list li i {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #8e91a2;
}

.department-details-content .highlights-box .text .list {
    position: relative;
    margin-bottom: 27px;
}

.department-details-content .highlights-box .text a {
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #252638;
    font-weight: 700;

    margin-left: 30px;
}

.department-details-content .highlights-box .text a i {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 400;
}

.department-details-content .highlights-box .text a:hover {
}

.department-details-content .highlights-box .owl-nav {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    bottom: 7px;
}

.department-details-content .highlights-box .owl-nav .owl-prev,
.department-details-content .highlights-box .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #ffffff;
    font-size: 30px;
    color: #8e91a2;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
}

.department-details-content .highlights-box .owl-nav .owl-prev {
    margin-right: 10px;
}

.department-details-content .highlights-box .owl-nav .owl-prev:hover,
.department-details-content .highlights-box .owl-nav .owl-next:hover {
}

.department-details-content .highlights-box {
    position: relative;
    margin-bottom: 64px;
}

.department-details-content .download-box h3 {
    margin-bottom: 20px;
}

.department-details-content .download-box .download-list {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.department-details-content .download-box .download-list li {
    position: relative;
    display: block;
    padding: 15px 30px 15px 30px;
    display: flex;
    background: #f5f7fa;
    border: 1px solid transparent;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.department-details-content .download-box .download-list li:hover {
    border: 1px solid #d2dff0;
}

.department-details-content .download-box .download-list li .icon-box {
    text-align: center;
    text-align: center;
    background-color: #a1b0cf;
    border-radius: 20px;
    width: 35px;
    margin-right: 15px;
    transition: all 500ms ease;
}

.download-button a i {
    font-size: 18px;
    color: #a1b0cf;
}
.department-details-content .download-box .download-list li:hover .icon-box {
    background-color: #0055c9;
}

.department-details-content .download-box .download-list li .icon-box i {
    color: #fff;
}

.department-details-content .download-box .download-list li .download-data {
    width: calc(100% - 35px);
}
.download-left {
    display: flex;
    align-items: center;
}

.department-details-content .download-box .download-list li .icon-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.department-details-content .download-box .download-list li h5 {
    display: block;
    left: 5px;
    font-size: 15px;
    line-height: 22px;
    max-width: 97%;
    color: #252638;
    font-weight: 500;
    margin: 4px 0;
}

.department-details-content .download-box .download-list li span {
    position: relative;
    display: block;
    left: 5px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    color: #696b7e;
}
.department-details-content .download-box .download-list li h5 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-size: 15px;
}
.department-details-content .download-box .download-list li a.download-link {
    width: 100%;
    box-shadow: none;
    color: #252638;
    text-align: start;
    padding: 5px 0;
}
.department-details-content .download-box .download-list li a {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 1%);
    z-index: 1;
    color: #0048aa;
    border-color: #0048aa;
    font-weight: 500;
}

.department-details-content .download-box .download-list li span.pdf-date {
    color: #737a87;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.department-details-content .download-box .download-list li a:hover {
    color: #ffffff;
    box-shadow: none;
}

.department-sidebar {
    position: relative;
    display: block;
}

.department-sidebar .sidebar-banner {
    position: relative;
    width: 100%;
    padding: 58px 30px 93px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.department-sidebar .sidebar-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.8;
}

.department-sidebar .sidebar-banner .icon-box {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #ffffff;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    margin-bottom: 21px;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.department-sidebar .sidebar-banner h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 22px;
}

.department-sidebar .sidebar-banner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #252638;
    font-weight: 700;

    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 34px;
    z-index: 1;
}

.department-sidebar .sidebar-banner a:hover {
    background: #252638;
    color: #ffffff;
}

.department-sidebar .sidebar-category {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    padding: 0px 30px 40px 30px;
    margin-bottom: 40px;
}

.department-sidebar .sidebar-category .inner-box {
    position: relative;
}

.department-sidebar .sidebar-category .inner-box:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 43px;
    left: 0px;
    top: -43px;
    border-radius: 5px 5px 0px 0px;
}

.department-sidebar .widget-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.department-sidebar .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.department-sidebar .widget-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin: 0 auto;
}

.department-sidebar .widget-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.department-sidebar .widget-title .title-shape:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
}

.department-sidebar .sidebar-category .category-list li {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0px 0px 0px 80px;
    overflow: hidden;
}

.department-sidebar .sidebar-category .category-list li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    opacity: 0;
    transition: all 500ms ease;
}

.department-sidebar .sidebar-category .category-list li:hover:before,
.department-sidebar .sidebar-category .category-list li.current:before {
    width: 100%;
    opacity: 1;
}

.department-sidebar .sidebar-category .category-list li:last-child {
    margin-bottom: 0px;
}

.department-sidebar .sidebar-category .category-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.department-sidebar .sidebar-category .category-list li h5 a {
    position: relative;
    display: block;
    color: #252638;
    padding: 16px 20px 18px 0px;
}

.department-sidebar .sidebar-category .category-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #f6f8fb;
    text-align: center;
    font-size: 40px;
    border-right: 1px solid #e6e8eb;
    transition: all 500ms ease;
}

.department-sidebar .sidebar-category .category-list li:hover .icon-box,
.department-sidebar .sidebar-category .category-list li.current .icon-box {
    color: #ffffff;
}

.department-sidebar .sidebar-category .widget-title {
    top: -10px;
}

.department-sidebar .sidebar-contact {
    position: relative;
    display: block;
    background: #252638;
    border-radius: 5px;
    padding: 33px 30px 40px 30px;
}

.department-sidebar .sidebar-contact .widget-title h3 {
    color: #ffffff;
    margin-bottom: 1px;
}

.department-sidebar .sidebar-contact .widget-title p {
    color: #8e91a2;
    margin-bottom: 13px;
}

.department-sidebar .sidebar-contact .widget-title {
    margin-bottom: 30px;
}

.department-sidebar .sidebar-contact .info-list {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
}

.department-sidebar .sidebar-contact .info-list li {
    position: relative;
    display: block;
    padding: 16px 10px 20px 63px;
    border-bottom: 1px solid #e6e8eb;
}

.department-sidebar .sidebar-contact .info-list li:last-child {
    border-bottom: none;
}

.department-sidebar .sidebar-contact .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e6e8eb;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
}

.department-sidebar .sidebar-contact .info-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

.department-sidebar .sidebar-contact .info-list li p {
    display: block;
}

.department-sidebar .sidebar-contact .info-list li a {
    display: inline-block;
    color: #696b7e;
}
.management-block {
    background-color: var(--thm-white);
    border: 1px solid #f3f7fe;
    border-radius: 8px;
    position: relative;
    height: 100%;
}
.management-block:hover:after,
.card-content:hover::after {
    transform: scaleY(0);
}

.chairman-block:hover,
.adsea-member:hover {
    transition: all 500ms ease;
    box-shadow: 0px 34px 40px 0px rgb(0 0 0 / 2.5%);
}

.card-content::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    transform: scaleY(0);
    transition: all 500ms ease;
    background-color: #e9eef5;
}

.management-block:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    transform: scaleY(0);
    transition: all 500ms ease;
    background-color: #e9eef5;
}

.card-content::after {
    height: 2px;
}

.management-block:hover img,
.card-content:hover img {
    transition: all 500ms ease;
    opacity: 0.85;
}

.management-block-img img {
    width: 100%;
    aspect-ratio: 1/1;
}

.management-block-content h4 {
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}
.management-block-content h4 > a {
    color: inherit;
    transition: all 500ms ease;
}
.management-block-content p {
    margin-bottom: 0;
    color: #0048aa;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.card-content {
    position: relative;
}
.chairman-block {
    display: flex;
    background-color: #fff;
    border: 1px solid #ecf1f9;
    margin-bottom: 20px;
    border-radius: 2px;
}
.chairman-block .card-content {
    width: 60%;
    padding-left: 35px;
    padding-top: 30px;
    padding-right: 30px;
}
.chairman-block .img-wrapper {
    width: 40%;
}
.chairman-block .img-wrapper img {
    width: 100%;
    aspect-ratio: 1/1;
}
.chairman-block .chairman-content {
    margin-top: 15px;
}
.chairman-block .chairman-content p {
    color: #252638;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
}
.chairman-block .chairman-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #a1b0cf !important;
    letter-spacing: 0.5px;
    padding: 5px 28px;
    text-align: center;
    background: transparent;
    border: 1px solid #a1b0cf;
    border-radius: 20px;
    margin-top: 50px;
}

.chairman-title h4 a {
    font-size: 19px;
    font-weight: 500;
    color: #252638;
}

.chairman-title p {
    font-size: 17px;
}

.management-group h4 {
    color: #252638;
    margin: 5px 10px 10px 10px;
}

.management-group p {
    color: #0048aa;
    font-size: 15px;
    margin: 15px 5px 0 10px;
}

.management-group {
    background-color: #fefefe;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
}

.management-group .management-block-content {
    padding: 5px 15px 15px 15px;
    background: #fff;
}

.chairman-block .chairman-content .btn-box:hover a {
    color: #fff !important;
    background: #a1b0cf;
    border: 1px solid #a1b0cf;
}

.chairman-block .chairman-content .btn-box a i {
    margin-left: 8px;
}

.chairman-block .chairman-content .chairman-content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.adsea-management {
    margin-top: 40px;
    margin-bottom: 20px;
}
.adsea-management .adsea-member {
    margin-bottom: 15px;
}

.contact-top {
    margin-top: 30px;
}

.reflect {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.adsea-table--briz table td {
    padding: 1.6rem 2rem !important;
}

.adsea-table--briz table td .btn {
    width: 100%;
}

.table-content table {
    width: 100%;
    background: #f7fafc;
    float: unset;
}

.table-content table thead tr {
    background: #f5f9ff;
}

.table-content table thead tr th {
    padding: 0.6rem 1rem;
    width: calc(100% / 4);
}

.table-content table td,
.table-content table th {
    font-weight: 400;
    line-height: 2rem;
    color: #fff;
    padding: 1rem;
}

.table-content table th {
    font-weight: 500;
}

.adsea-table {
    overflow: hidden;
    border-radius: 4px !important;
    margin-bottom: 25px;
}

.adsea-table--briz table thead tr {
    background-color: #abb8d4 !important;
}

.adsea-table--briz table td,
.adsea-table--briz table th {
    font-weight: 500;
    font-size: 13px !important;
    line-height: 1.5rem !important;
    color: #252638;
}

.adsea-table--briz table td {
    border: 1px solid #f2f3f5;
}

.adsea-table--briz table th {
    color: #fff;
    font-weight: 500;
    padding: 0.8rem 2rem !important;
}

.adsea-table--briz table tr:hover {
    background-color: #eff3f8 !important;
}

.adsea-table--briz table thead tr:hover {
    background-color: #abb8d4 !important;
}

.qebul table th:last-child {
    width: 12%;
}

.qebul table th:nth-last-child(2) {
    width: 12.8%;
}

.project-list table th:nth-last-child(2) {
    width: 0.2%;
}

.adsea-sort span {
    color: #0055c9;
    font-size: 17px;
    margin-left: 10px;
    line-height: 30px;
}

.contact-top ul {
    display: flex;
    padding: 10px 20px;

    justify-content: space-between;
}
.contact-top ul li {
    width: 50%;
    margin-left: 25px;
    display: flex;

    margin-bottom: 50px;
}

.contact-top ul li:first-child {
    margin-left: 0px;
}

.contact-top-icon i {
    font-size: 23px;
}
.contact-top-icon {
    align-items: center;
    margin-right: 0.8rem;
    color: #8a94a6;
}
.contact-top ul li span {
    color: #8f9dbd;
    display: block;
    margin-bottom: 0.35rem;
    font-size: 15px;
}

.adsea-map-grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.html); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

.regulations .acc-btn h5 {
    font-size: 16px !important;
}

.regulations .acc-btn:after h5 {
    color: #0055c9 !important;
}

.regulations .acc-content span {
    color: #000;
    font-weight: 500;
}

.regulations .acc-content .text p {
    font-size: 16px;
    font-weight: 400 !important;
}

.contact-top ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.contact-top ul li p a {
    color: #283a5b;
}
.contact-map iframe {
    border-radius: 6px;
    width: 100% !important;
    height: 500px !important;
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    filter: url(grayscale.html); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}
.right-block-content .schedule-block-one .inner-box .lower-content .post-info {
    margin-bottom: 8px;
}
.right-block-content .schedule-block-one .inner-box .lower-content {
    padding: 10px 20px 12px 20px;
}
.right-block-content .schedule-block-one .inner-box {
    padding: 0;
    margin-bottom: 20px;
}
.right-block-content .schedule-block-one .inner-box .image-box .image img {
    height: 180px;
}
.right-block-content .schedule-block-one .inner-box .lower-content .links a {
    font-size: 15px;
}
.right-block-content .schedule-block-one .col-6:nth-child(2n) {
    padding-left: 7.5px;
}
.right-block-content .schedule-block-one .col-6:nth-child(2n + 1) {
    padding-right: 7.5px;
}

/* ADVERTISEMENT CSS */

.adver-item {
    background-color: #f5f7fa;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all 500ms ease;
}

.adver-item:hover {
    border: 1px solid #d2dff0;
    background-color: #f9fbfc;
}

.adver-item-image-large {
    width: 250px;
    height: 150px;
    margin-left: 15px;
    margin-right: 25px;
    left: 25px;
}
.adver-item-image img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.adver-item-text {
    line-height: 1.25;
    color: #737a87;
}
.adver-item-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
}
.date:not(:last-child) {
    margin-bottom: 12px;
}

.adver-date {
    font-size: 14px;
    color: #252638;
}
.date {
    line-height: 1.2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}
.adver-item-title {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
}

.adver-item-title i {
    color: #889ecd;
}

.adver-item {
    display: flex;
    padding: 25px 0;
}

.adver-title {
    font-size: 16px;
    font-weight: 500;
}
.adver-item-title a {
    color: #889ecd;
    display: block;
    max-width: 100%;
    width: 100%;
    max-width: 95%;
    line-height: 20px;
    font-size: 13.7px;
}
.adver-item a {
    text-decoration: none;
}

.post-navigation-link {
    color: #28366f;
    text-decoration: none;
}
.post-navigation {
    float: right;
}
.post-navigation a {
    color: #a1b0cf;
}
.adver-item-text {
    margin-top: 5px;
    max-width: 98%;
}

.inter-projects {
    margin-top: 0px !important;
}

.adver-item-text p {
    color: #5d657a;
}

/* ONLINE APPLY */

.form-checkbox .form-control {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 16px;
}
.form-group input:focus {
    box-shadow: none;
    outline: none;
}
.form-group .form-control {
    border-color: #dfe4eb;
    background: #fff;
    color: #050f21;
    font-size: 14.5px;
    padding: 10px 12px;
    -webkit-appearance: none;
    border-radius: 7px;
    height: 45px;
}
.form-checkbox input:checked ~ .form-control:before {
    background-color: #3772d9;
    border-color: #e1e2e2;
}

.form-control::placeholder {
    color: #6c84a6;
    opacity: 0.75;
}

.form-checkbox .form-control:before {
    content: '';
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    border: 1px solid #8a94a6;
    margin-right: 7px;
}
.two-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-input label {
    width: 100%;
}
.right-input,
.left-input {
    width: 48%;
}

.apply-submit {
    border-radius: 30px;
    transition: all 500ms ease;
}

.apply-submit {
    width: 100%;
    padding: 10px;
    color: #252638;
    font-weight: 500;
    background-color: #f4f5fb;
    border: 1px solid #f4f5fb;
    margin-top: 10px;
}

.apply-submit i {
    margin-left: 10px;
}

.apply-submit:hover {
    background-color: #0048aa;
    border: 1px solid #0048aa;
    color: #fff;
}

.form-group label span {
    color: #f03d3d;
}
.form-group textarea.form-control {
    height: 200px;
}
.selected-file {
    height: 100%;
    align-items: center;
    color: #101825;
    display: none;
    width: auto;
}
.selected-file.show {
    display: flex;
}
@media (max-width: 576px) {
    .right-input,
    .left-input {
        width: 48.5%;
    }
    .form-group .form-control {
        height: 41px;
    }
    .form-group .form-control {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 12px;
    }
    form label {
        margin-bottom: 4px;
    }
    .form-group textarea.form-control {
        height: 120px;
    }
}

@media (max-width: 1500px) {
    .chairman-block .chairman-content .btn-box a {
        margin-top: 45px;
    }
}
@media (max-width: 1400px) {
    .department-sidebar.agency .sidebar-contact .widget-title h3 {
        font-size: 19px;
    }
    .social-style-one li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .department-details-content .download-box .download-list li h5 {
        font-size: 15.2px;
    }
    .department-details-content .download-box .download-list li span {
        font-size: 14.5px;
    }
    .right-block .section-title {
        font-size: 24px;
    }
    .social-style-one li a {
        font-size: 14px;
    }
    .chairman-block .chairman-content .btn-box a {
        margin-top: 35px;
    }
    .right-block-content .schedule-block-one .inner-box .image-box .image img {
        height: 180px;
    }
    .service-block-one .inner-box h4 a {
        font-size: 16px;
    }
    .icon-box img {
        width: 40px;
    }
    .service-section {
        position: relative;
        width: 100%;
        padding: 50px 0px 50px;
    }
}
@media (max-width: 1360px) {
    .right-block-content .schedule-block-one .inner-box .image-box .image img {
        height: 150px;
    }

    .chairman-block .chairman-content .btn-box a {
        margin-top: 30px;
    }
    .chairman-block .chairman-content .chairman-content-text {
        -webkit-line-clamp: 5;
    }
}
@media (max-width: 1200px) {
    .chairman-block .chairman-content .chairman-content-text {
        -webkit-line-clamp: 3;
    }
    .content-block .management-block-content h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .chairman-block .chairman-content {
        margin-top: 10px;
    }
    .chairman-block .chairman-content .btn-box a {
        margin-top: 25px;
    }
    .search-popup .search-form fieldset input[type='text'] {
        width: 400px;
    }
    .sticky,
    .header-fixed,
    .main-header {
        height: 80px;
    }
    .faq-section .accordion-box .block .acc-btn h5 {
        font-size: 16px;
        line-height: 23px;
        padding-left: 80px;
    }
    .faq-section .accordion-box .block .acc-btn h5 span {
        width: 50px;
        font-size: 16px;
    }

    .faq-section .accordion-box .block .acc-btn:before {
        height: 100%;
        left: 50px;
    }
    .faq-section .accordion-box .block .acc-btn .icon-outer {
        right: 0px;
        width: 55px;
    }
    .faq-section .accordion-box .block .acc-btn:after {
        right: 55px;
    }
    .useful-links {
        padding: 30px 0;
    }
    .menu-area {
        padding: 10px 0;
    }
    .menu-area {
        justify-content: space-between;
    }
    .main-header.style-one .header-lower {
        box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 4%);
        background-color: #fff;
    }
    .main-header.style-one .header-top {
        background: #fff;
        padding: 5px 0px;
        display: none;
    }
    .menu-area .logo {
        display: inline-block;
    }
    .scroll-top {
        width: 40px;
        height: 40px;
        line-height: 30px;
    }
    .scroll-top span {
        font-size: 23px;
        color: #202130;
    }
    .links-swiper .swiper-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .links-swiper .swiper-button-next,
    .links-swiper .swiper-button-prev {
        top: 28px;
    }
    .links-swiper {
        padding-bottom: 20px;
    }
    .search-popup {
        top: 67px;
        right: unset;
        /* width: 90%;
    left: 10px; */
    }
    .search-popup {
        justify-content: start;
    }
}
@media (max-width: 991px) {
    .contact-top-icon {
        margin-right: 0.5rem;
    }
    .contact-top-icon i {
        font-size: 20px;
    }
    .chairman-block .card-content {
        width: 60%;
        padding-left: 25px;
        padding-top: 10px;
        padding-right: 15px;
    }
    .chairman-block .chairman-content .btn-box a {
        margin-top: 16px;
    }
    .slide-item .clamp-4 p {
        font-size: 15px;
        line-height: 1.5;
    }
    .banner-carousel .content-box h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 13px;
    }
    .main-header,
    .header-fixed {
        height: 80px;
    }
    .details-slider .mySwiper img {
        height: 60px;
    }
    .details-slider .mySwiper2 img {
        width: 100%;
        max-width: 100%;
    }
    .adsea-structure-main {
        padding: 20px 14px;
    }
    .adsea-structure-alt {
        padding: 20px 14px;
    }
    .content-block h3,
    .content-block h4 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
        margin-top: 10px;
    }
    .content-side {
        padding: 0 !important;
    }
    .right-block {
        padding: 18px;
    }
    .service-section .service-block-one {
        margin-bottom: 15px;
    }
    .social-sticky {
        display: none !important;
    }

    .footer__top ul {
        flex-wrap: wrap;
    }
    .footer__top ul li {
        width: 50%;
    }
    .footer__top .auto-container > ul > li {
        margin: 12px 0 8px 0;
    }
    .footer-social li {
        display: inline-block !important;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .banner-carousel .content-box h1 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 24px;
        line-height: 34px;
    }

    .slide-item .auto-container img {
        height: 270px;
    }
    .slide-item .auto-container {
        height: 400px;
    }

    .department-sidebar.agency .sidebar-contact {
        display: none;
    }
    .faq-section .accordion-box .block .acc-btn {
        padding: 12.5px 45px 12.5px 0px;
    }
    .faq-section .accordion-box .block .acc-btn:after {
        position: absolute;
        content: none;
    }
    .left-sidebar {
        display: none;
    }
    .faq-section .accordion-box .block {
        margin-bottom: 13px;
    }

    .right-block .section-title {
        font-size: 22px;
        padding-top: 4px;
        padding-bottom: 7px;
        margin-bottom: 11px;
    }
}

.adsea-organisations-map {
    background: rgb(232, 240, 254);
    background: radial-gradient(
        circle,
        rgba(232, 240, 254, 1) 0%,
        rgba(255, 255, 255, 1) 66%
    );
}

.adsea-organisations-map {
    padding: 60px 0;
    background-color: #fff;
}

.adsea-organisations-map-area {
    display: flex;
    align-items: center;
}

.adsea-svg-map text {
    display: none;
}

.adsea-svg-map svg path {
    fill: #f8faff;
    cursor: pointer;
}

.adsea-svg-map svg path.selected {
    fill: #aebee0;
}

.adsea-svg-map svg path:hover {
    fill: #aebee0;
    transition: all 450ms ease;
}

.adsea-organisations-map-right-block {
    background: #fff;
    border-radius: 6px;
    padding: 30px 30px;
    margin-left: 30px;
    flex: 1;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 3%);
}

.adsea-organisations-map_title {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
}

.adsea-organisations-map-select.form-group {
    margin-bottom: 18px;
    cursor: pointer;
}

.adsea-organisations-map-select.form-group .form-control {
    background-color: #fff !important;
    border-radius: 8px;
    border: 1px solid #dfe4eb;
    height: 48px;
    font-size: 15px;
    cursor: pointer;
}

.adsea-organisations-map-select .form-control:focus {
    box-shadow: none;
}

.adsea-organisations-map__tab {
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 30px;
}

.place-area {
    margin-top: 20px;
}

.adsea-organisations-map__tab a {
    font-size: 14px;
    font-weight: 500;
    color: #b0b7c3;
}

.adsea-organisations-map__tab a.active {
    color: #252638;
}

.adsea-organisations-map__tab span {
    background: #c9cad9;
    min-width: 1px;
    height: 23px;
    margin: 0 10px;
}

.adsea-organisations-map__tab-content {
    display: none;
}

.adsea-organisations-map__tab-content.active {
    display: block;
}

.adsea-organisations-map__tab-content h3 {
    font-size: 25px;
    margin-bottom: 19.2px;
}

.adsea-organisations-map__tab-content ul {
    font-size: 14px;
    line-height: 20px;
    color: #252638;
    margin-top: 10px;
}

.adsea-organisations-map__tab-content ul li {
    margin-bottom: 7px;
}

.adsea-organisations-map__tab-content ul li strong {
    font-weight: 500;
}

.adsea-organisations-map__tab-content ul li:last-child {
    margin-bottom: 0;
}

.adsea-organisations-map__tab-content ul em {
    color: #909aad;
    display: inline-block;
    margin-right: 6.4px;
    font-style: normal;
}

@media (max-width: 991px) {
    .adsea-organisations-map-area {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .adsea-organisations-map {
        margin: 35px 0;
    }

    .adsea-svg-map svg {
        width: 100%;
        height: auto;
    }

    .adsea-organisations-map-right-block {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 24px 18px;
    }
}

.adsea-organisations-map__tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adsea-organisations-map-right-block h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sub_region {
    margin-top: 12px;
}

@media (max-width: 576px) {
    .adsea-organisations-map {
        padding: 40px 0;
    }
    .adsea-organisations-map {
        margin: 20px 0;
    }
    .adver-item-text.clamp-2 {
        display: none;
    }
    .adver-item-image-large {
        width: 200px;
        height: 120px;
        margin-right: 15px;
    }
    .adver-item {
        padding: 15px 10px;
        margin-bottom: 23px;
    }
    .adver-item-text {
        margin-top: 5px;
    }
    .adver-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .post-navigation a {
        text-align: start;
    }
    .adver-title {
        font-size: 16.7px;
    }

    .service-block-one .inner-box h4 {
        width: 65%;
    }
    .details-slider .swiper-button-prev::before,
    .details-slider .swiper-button-next::before {
        font-size: 13px;
        width: 29px;
        height: 29px;
        line-height: 29px;
    }
    .share-info {
        padding: 10px 12px;
        margin-top: 24px;
    }
    .other-data {
        margin-top: 28px;
    }
    .pagination {
        margin-top: 15px;
    }
    .chairman-block .img-wrapper {
        width: 55%;
    }
    .content-block .management-block-content h4 {
        font-size: 17px;
    }
    .chairman-block .chairman-content {
        margin-top: 8px;
    }
    .contact-top ul li {
        width: 100%;
        margin-bottom: 16px;
    }
    .contact-top ul {
        flex-wrap: wrap;
    }
    .contact-map iframe {
        height: 400px !important;
    }
    .chairman-block .card-content {
        padding-left: 13px;
    }
    .chairman-block .chairman-content .chairman-content-text {
        -webkit-line-clamp: 4;
    }
    .chairman-block .card-content {
        width: 100%;
        padding-bottom: 20px;
    }
    .adsea-management {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .adsea-management .adsea-member:nth-child(2n) {
        padding-left: 7.5px;
    }
    .adsea-management .adsea-member:nth-child(2n + 1) {
        padding-right: 7.5px;
    }
    .management-block {
        padding: 10px 0;
    }
    .management-block-content {
        padding: 2px 8px;
    }
    .content-block .management-block-content h4 {
        margin-top: 9px;
    }
    .content-block .management-block-content h4 {
        font-size: 15px;
    }

    .chairman-block {
        flex-wrap: wrap;
    }
    .chairman-block .card-content {
        width: 100%;
    }
    .main-header,
    .header-fixed {
        height: 76px;
    }
    .accordion-box .fa-question-circle {
        margin-right: 5px;
    }
    .department-details-content .download-box .download-list li .icon-box {
        width: 25px;
        margin-right: 10px;
    }
    .department-details-content .download-box .download-list li .download-data {
        width: calc(100% - 25px);
    }
    .department-details-content .download-box .download-list li a {
        padding: 8px 15px;
    }
    .department-details-content .download-box .download-list li h5 {
        font-size: 15px;
    }
    .department-details-content .download-box .download-list li h5 {
        font-size: 15px;
        margin-right: 10px;
    }
    .department-details-content .download-box .download-list li {
        position: relative;
        display: flex;
        padding: 9px 12px 9px 12px;
    }
    .department-details-content .download-box .download-list li span {
        font-size: 14px;
    }
    .department-details-content .download-box .download-list li span.pdf-date {
        font-size: 14px;
        line-height: 20px;
    }
    .slide-order-2 {
        order: 2;
    }
    .slide-order-1 {
        order: 1;
    }
    .banner-carousel .slide-item .auto-container {
        height: auto;

        flex-wrap: wrap;
    }
    .banner-carousel .slide-item {
        min-height: 550px;
    }
    .banner-carousel .owl-dots,
    .banner-carousel .owl-nav {
        bottom: 16px;
    }

    .banner-carousel .content-box {
        padding: 0 5px;
    }

    .banner-carousel .content-box h1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .banner-carousel.owl-theme .owl-dots .owl-dot span {
        width: 32px;
    }
    .slide-item .clamp-4 p {
        font-size: 14.5px;
        line-height: 1.5;
    }
    .slide-item .clamp-4 {
        margin-bottom: 15px;
    }
    .history-section .inner-box .single-item .image-box {
        margin-bottom: 0px;
    }
    .history-section .inner-box .single-item {
        position: relative;
        margin-bottom: 0;
        min-height: auto;
    }
    .history-section .right-block p {
        margin-bottom: 4.5px;
    }
    .history-section .inner-box .single-item h4 {
        margin-bottom: 7px;
    }
    .history-section .inner-box .single-item:before,
    .history-section .inner-box .single-item:after {
        display: none;
    }
    .history-section .inner-box:before {
        display: none;
    }
    .history-section .inner-box .single-item.style-one,
    .history-section .inner-box .single-item.style-two {
        display: flex;
        flex-wrap: wrap;
    }
    .history-section .inner-box .single-item.style-one .image-box,
    .history-section .inner-box .single-item.style-two .image-box {
        width: 100%;
        padding: 5px 0;
    }
    .single-item.style-two.text-right {
        text-align: start !important;
    }

    .history-section .single-item .text {
        width: 100%;
        padding: 5px 0;
    }
    .history-section .inner-box .single-item.style-two .text {
        order: 2;
    }
    .history-section .inner-box .single-item.style-two .image-box {
        order: 1;
    }
    .right-block .section-title.news-title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .details-slider .swiper-button-prev {
        margin-left: 0;
    }

    .details-slider .swiper-button-next {
        margin-right: 0;
    }
    .news-content p {
        font-size: 15px;
    }

    .pagination li.link-item a,
    .pagination li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    .pagination li i {
        line-height: 38px;
    }
    .right-block-content .schedule-block-one .inner-box {
        margin-bottom: 18px;
    }
    .news-area .share-info {
        margin-top: 10px;
    }
    #search-popup .popup-inner {
        width: 95%;
    }
    .search-popup .search-form fieldset input[type='text'] {
        width: 100%;
    }
    .menu-area .mobile-nav-toggler .icon-bar {
        width: 32px;
    }

    .copyright {
        margin-bottom: 12px;
    }
    .main-footer .widget-section .widget-title {
        margin-bottom: 7px;
    }
    .main-footer .widget-section .links-widget .links-list li {
        margin-bottom: 6.5px;
    }
    .mobile-menu .language-box .text:before {
        font-size: 17px;
        right: 3px;
    }
    .mobile-menu .info-list {
        flex-wrap: wrap;
    }
    .mobile-menu .info-list li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14.5px;
        margin-right: 8px;
    }
    .mobile-menu .info-list .language-box {
        margin-right: 8px;
    }
    .mobile-menu .language-box .text i {
        font-size: 16px;
    }
    .mobile-menu .language-box .text {
        padding: 0px 15px 0px 20px;
    }
    .mobile-menu {
        width: 100%;
    }
    .footer__top {
        padding: 2rem 0;
        padding-bottom: 1rem;
    }
    .links-section {
        background-color: #fff;
        padding: 30px 0px;
    }
    .search-popup {
        width: 100%;
    }
    .history-section .inner-box .single-item .image-box {
        margin-bottom: 12px;
    }
}
@media (max-width: 400px) {
    .footer-social li {
        display: inline-block !important;
        margin-right: 5px;
        margin-bottom: 4px;
    }
}
@media (max-width: 380px) {
    .search-popup .search-form fieldset input[type='text'] {
        width: 310px;
    }
}

.button-home {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #a1b0cf !important;
    letter-spacing: 0.5px;
    padding: 5px 28px;
    text-align: center;
    background: transparent;
    border: 1px solid #dae3ef;
    border-radius: 20px;
}

.button-home i {
    margin-left: 10px;
}

.button-home:hover {
    background: #a1b0cf;
    color: #fff !important;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .just-web {
        display: none;
    }
}

@media (max-width: 1400px) {
    .schedule-block-one .inner-box .lower-content {
        min-height: 165px;
    }
    .news-area .schedule-block-one .inner-box .lower-content {
        min-height: 180px;
    }
}
@media (max-width: 1200px) {
    .news-area .schedule-block-one .inner-box .lower-content {
        min-height: 235px;
    }
    .right-block-content .schedule-block-one .inner-box .lower-content {
        padding: 10px 10px 12px 10px;
    }
}
@media (max-width: 991px) {
    .schedule-block-one .inner-box .lower-content {
        min-height: 190px;
    }
    .news-area .schedule-block-one .inner-box .lower-content {
        min-height: 150px;
    }
}
@media (max-width: 769px) {
    .schedule-block-one .inner-box .lower-content {
        min-height: 170px;
    }
    .news-area .schedule-block-one .inner-box .lower-content {
        min-height: 180px;
    }
}
@media (max-width: 576px) {
    .schedule-block-one .inner-box .lower-content {
        min-height: auto;
    }
    .news-area .schedule-block-one .inner-box .lower-content {
        min-height: auto;
    }
    .right-block-content .schedule-block-one .inner-box .lower-content {
        padding: 12px 20px 16px 20px;
    }
}

/* -------------------------  Hero Slider  ------------------------- */

.hero {
    overflow: hidden;
}
.hero__arrows .auto-container {
    cursor: pointer;
}
.hero__arrow.hero__arrow--prev span,
.hero__arrow.hero__arrow--next span {
    font-size: 20px;
}
.hero .swiper-container-horizontal > .swiper-pagination-bullets,
.hero .swiper-pagination-custom,
.hero .swiper-pagination-fraction {
    bottom: 0;
    cursor: pointer;
}

.hero .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
}

.hero .swiper-slide:hover {
    opacity: 1;
}
.hero__item {
    position: relative;
}

.hero__media {
    position: relative;
    height: 550px !important;
    /* object-fit: cover; */
}

.hero__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 12, 34, 0) 34.36%, #080c22 100%);
    z-index: 2;
}

.hero__media img,
.hero__media video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hero__media video{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.hero__desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    color: #fdfdfd;
    z-index: 3;
}

.hero__desc h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    color: inherit;
    width: 70%;
    text-align: start;
}

.hero__desc a {
    display: block;
    color: #fdfdfd;
    max-width: 88%;
}

.hero__slider {
    position: relative;
}

.hero__slider .swiper-pagination-bullets {
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero__slider .swiper-pagination-bullet {
    width: 100%;
    height: 6px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    background-color: red !important;
    opacity: 0 !important;
}

.hero__slider .swiper-pagination-bullet::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero__slider .swiper-pagination-bullet-active {
    background: #fcfdff;
    background-color: #004cb3 !important;
    opacity: 1 !important;
    flex: 0 0 100%;
}

.hero__slider .swiper-pagination-bullet-active::before {
    background-color: #a1b0cf;
    -webkit-animation: 5s cubic-bezier(0.3, 0, 0.3, 1) forwards slide-progress;
    animation: 5s cubic-bezier(0.3, 0, 0.3, 1) forwards slide-progress;
}

.swiper-paused .hero__slider .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-progress {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hero__arrows {
    position: absolute;
    right: 0;
    pointer-events: none;
    bottom: 60px;
    left: 0;
    z-index: 4;
}

.hero__arrows .auto-container,
.hero__arrows .container-lg,
.hero__arrows .container-md,
.hero__arrows .container-sm,
.hero__arrows .container-xl,
.hero__arrows .container-xxl {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.hero__arrow {
    color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    border: 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: rgba(253, 253, 253, 0.12);
    backdrop-filter: blur(6px);
}

.hero__arrow:hover {
    background: rgba(253, 253, 253, 0.3);
}
.banner-desc{
    display: block;
}
.banner-mobile{
    display: none;
}
@media (max-width: 991px) {
    .hero__media {
        position: relative;
        height: 450px !important;
        object-fit: cover;
    }
}
@media (max-width: 767px) {

    .hero__desc {
        padding-bottom: 40px;
    }
    .hero .socials,
    .hero__arrows {
        display: none;
    }
    .hero__desc h2 {
        width: 95%;
        font-size: 21px;
    }
    .hero__desc{
        height: auto;
    }
}
@media (max-width: 567px) {
    .banner-desc{
        display: none;
    }
    .banner-mobile{
        display: block;
    }
    .hero__media {
        height: unset !important;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

@media(max-width:767px){
    .adsea-table {
        overflow: scroll;
    }
    .table-content table {
        overflow: scroll;
    }
}

.mobile-menu .navigation li.dropdown .dropdown-btn .fa-chevron-down:before {
    content: none;
}

.meetQuote {
  font-size: 24px;
  line-height: 1.25;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #004cb3;
  margin: 30px 0;
  color: #202b5d;
  padding-left: 35px !important;
}
.meetQuote cite {
  font-style: normal;
  font-size: 16px;
  line-height: 1.3333333333;
  font-size: 18px;
}

.btnPlayLink {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #202b5d;
  padding: 5px 0 3px 90px;
}

.btnPlayLink .icnPlay {
  color: #fff;
  left: 35px;
  top: -5px;
  text-indent: 4px;
  font-size: 17px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 40px;
  height: 40px; 
  background-color: #004cb3;
}
.fsNormal span:nth-child(1) {
  font-size: 16px;
}

blockquote q {
  text-align: left;
  font-size: 17px;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #202b5d;
}
.blockquote-section {
  margin-top: 50px;
}

.imgTwoImageHolder img {
  border-radius: 8px;
}
@media (max-width: 850px) {
  .meetQuote {
    font-size: 17px;
    margin: 2px 0;
    padding-left: 25px !important;
  }
}

@media (max-width: 576px) {
  .meetQuote {
    font-size: 15px;
    margin: 0;
    padding-left: 0px !important;
    border-left: 0;
  }
  blockquote q {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4444444444;
    color: #202b5d;
  }
  blockquote q.mb-4 {
    margin-bottom: 10px !important;
  }
  .quote-he {
    padding-top: 0 !important;
    padding-left: 5px;
  }
  .meetQuote cite {
    color: #004cb3;
    font-size: 16px;
  }
  .bplTextWrap span {
    font-size: 15px;
  }
  .btnPlayLink .icnPlay {
    top: -3px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    left: 0;
  }
  .btnPlayLink {
    padding: 5px 0 3px 45px;
  }
  .fancybox-slide--iframe .fancybox-content {
    max-width: calc(100% - 40px) !important;
    max-height: calc(100% - 75px) !important;
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 60% !important;
  }
}

/* HE SECTION */

.blockquote-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
section.hero {
  padding-bottom: 0;
}
.he-area {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.he-left {
  width: 230px;
}
.he-right {
  width: calc(100% - 200px);
  margin-left: 50px;
}
.meetQuote {
  margin: 0;
}

.btnPlayLink .icnPlay {
  top: -2px;
  text-indent: 7px;
  font-size: 15px;
  width: 35px;
  height: 35px;
}

.fsNormal span:nth-child(1) {
  font-size: 16px;
}
.fsNormal span {
  font-size: 16px;
}

@media(max-width:800px){
  .he-area{
    width: 100%;
    align-items: start;
  }
  blockquote q {
   font-size: 15px;
  }
  .meetQuote cite{
    font-size: 15px;
  }
}
@media(max-width:576px){
  .he-area{
    width: 100%;
    align-items: start;
  }
  .he-left {
    width: 100px;
  }
  .he-left img{
    border-radius: 50%;
  }
  .he-right {
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .btnPlayLink.mt-4{
    margin-top: 18px !important;
  }
  .blockquote-section{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* BREADCRUMB CSS */

@media (max-width: 576px) {
    .breadcrumb-area ul i {
        margin: 0 3.5px;
    }
    .breadcrumb-area ul {
        padding: 20px 5px;
        white-space: nowrap;
        overflow: scroll;
        text-overflow: ellipsis;
    }
    .breadcrumb-area ul li {
        font-size: 13.4px;
    }
}

@media (max-width: 400px) {
    .breadcrumb-area ul i {
        margin: 0 3px;
    }
    .breadcrumb-area ul {
        padding: 20px 0px;
    }
    .breadcrumb-area ul li {
        font-size: 13px;
    }
}

/* CHAIRMAN DESC */
.chairman-block .chairman-content .chairman-content-text {
    display: block;
}

@media (max-width: 576px) {
    .adver-title {
        display: block;
        font-size: 14.7px;
    }
    .adver-item-text {
        width: calc(100% - 200px);
    }
    .adver-item-image-large {
        width: 120px;
        height: 120px;
        margin-right: 15px;
        margin-left: 10px;
    }
    .adver-item-title a {
        line-height: 19px;
        font-size: 13px;
    }
    .management-block-content {
        padding: 2px 2px;
    }
}

.hero__arrow {
    color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    border: 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: rgba(253, 253, 253, 0.12);
    backdrop-filter: blur(6px);
}

.hero__arrow:hover {
    background: rgba(253, 253, 253, 0.3);
}
.banner-desc {
    display: block;
}
.banner-mobile {
    display: none;
}
@media (max-width: 991px) {
    .hero__media {
        position: relative;
        height: 450px !important;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .hero__desc {
        padding-bottom: 40px;
    }
    .hero .socials,
    .hero__arrows {
        display: none;
    }
    .hero__desc h2 {
        width: 95%;
        font-size: 21px;
    }
    .hero__desc {
        height: auto;
    }
}
@media (max-width: 567px) {
    .banner-desc {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .hero__media {
        height: unset !important;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

/* HE SECTION */

.blockquote-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
section.hero {
  padding-bottom: 0;
}
.he-area {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.he-left {
  width: 230px;
}
.he-right {
  width: calc(100% - 200px);
  margin-left: 50px;
}
.meetQuote {
  margin: 0;
}

.btnPlayLink .icnPlay {
  top: -2px;
  text-indent: 7px;
  font-size: 15px;
  width: 35px;
  height: 35px;
}

.fsNormal span:nth-child(1) {
  font-size: 15px;
}
.fsNormal span {
  font-size: 15px;
}

@media (max-width: 800px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  blockquote q {
    font-size: 14px;
  }
  .meetQuote cite {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .he-area {
    width: 100%;
    align-items: start;
  }
  .he-left {
    width: 100px;
  }
  .he-left img {
    border-radius: 50%;
  }
  .he-right {
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .btnPlayLink.mt-4 {
    margin-top: 18px !important;
  }
  .blockquote-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chairman-block .img-wrapper {
    width: 100%;
}
}

.mobile-menu .contact-info {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  padding-left: 20px;
  margin-top: 20px;
}
.mobile-menu .social-links ul a {
  width: 35px;
  height: 35px;
  border: 1px solid #d4dfec;
  color: #194796 ;
  line-height: 35px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  background-color: #fcfdff;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.mobile-menu .nav-logo {
  padding-bottom: 50px;
}
.mobile-menu .nav-logo img {
  width: 300px;
}

.mobile-menu .dropdown-btn span {
  font-weight: 500;
  font-size: 19px;
  font-weight: 500;
  padding: 2px 14px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  right: 8px;
}
.mobile-menu .info-list {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .schedule-tab-btns {
    display: flex;
  }
  .schedules-section .schedule-tab-btns li {
    margin-bottom: 0 !important;
	border-radius:30px !important;
	padding: 4px 6px !important;
  }
  
}