/* @font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400 700;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations');
} */

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-bold-webfont.woff2') format('woff2');
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 1px;
    color: #333;
    word-break: break-word;
    transition: background-color 0.2s ease-in-out;
    margin: 0;
}

p {
    margin-bottom: 20px;
    line-height: 1.63;
}

section li {
    line-height: 1.63;
}

.pagination-wrapper .pagination>.active>a,
.pagination-wrapper .pagination>.active>a:focus,
.pagination-wrapper .pagination>.active>a:hover,
.pagination-wrapper .pagination>.active>span,
.pagination-wrapper .pagination>.active>span:focus,
.pagination-wrapper .pagination>.active>span:hover {
    background-color: #999999;
}

.pagination-wrapper .pagination .prev {
    float: none;
}

h1 {
    font-weight: 900;
    letter-spacing: normal;
    font-size: 60px;
    margin-bottom: 10px;
}

h2 {
    font-size: 42px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    font-weight: 500;
}

h5 {
    font-size: 23px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
}

h2,
h3,
h4 {
    letter-spacing: normal;
}

h5,
h6 {
    font-weight: 700;
    letter-spacing: normal;
}

a {
    color: #004a6f;
}

a:hover,
a:focus {
    color: #004a6f;
    border-bottom-color: #004a6f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

content {
    display: block;
}

ul.social-icon-ul-foot li {
    display: inline-block;
    max-width: 60px;
    padding-right: 10px;
}

ul.social-icon-ul-foot {
    display: block;
    padding-bottom: 60px;
}

.footer .foot-all-p img {
    max-width: 160px;
    width: 119px;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary,
.btn-default.active,
.btn {
    background-color: #333;
    border-color: #333;
    font-weight: 100;
}

.mb-10 {
    margin-bottom: 10px;
}

.footer {
    position: relative;
}

.footer ul li,
.footer ul li a,
.footer p,
.footer p a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.footer a {
    color: #fff;
    font-size: 18px;
}

.footer a:hover {
    color: #fff;
}

.footer.footer-style-2 .footer-center i {
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.content-area img {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.img-over-slider {
    height: 100vh;
}

.img-content-center {
    margin: auto;
    padding-top: 71px;
}

.white-text {
    color: #fff;
}

.bg-grey {
    background-color: #f6f6f6;
}

.text-black {
    color: #000;
}

.btn-wrap-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.lg-btn {
    font-size: 24px;
    padding-left: 50px;
    padding-right: 50px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #004a6f;
}

.btn-primary {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #004a6f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.checkmark {
    height: 24px;
    width: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e0e0e0;
}

.lazy.loading {
    position: relative;
}

.lazy.loading::after {
    position: absolute;
    top: calc(55% - 40px);
    bottom: 0;
    right: 0;
    left: calc(55% - 40px);
    content: "";
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #004a6f;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.page-header {
    position: relative;
}

.page-header.style-3,
.page-header.style-4 {
    border-bottom: 0;
}

.page-header.style-3:after,
.page-header.style-4:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-header.style-3:after {
    background-color: #333;
}

.page-header.style-4:after {
    background-color: #999999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

content {
    min-height: 500px;
}

/* content ul {
    padding-left: 40px;
    list-style-type: disc;
} */

.mb-10 {
    margin-bottom: 10px;
}

header .navbar span.dropdown-toggle:after {
    font-size: 20px;
}

.contact-icon-box i.fa {
    color: #333;
}

.map iframe {
    display: block;
}

.page-title .breadcrumb {
    position: relative;
    justify-content: flex-end;
    margin-bottom: 0;
    bottom: 0;
}

label.check-group {
    font-weight: 400;
    padding-left: 32px;
}

.feature-wrap h1 {
    letter-spacing: 0.5em;
    font-weight: 800;
}

.team-block .team-detail .team-head h4 {
    font-weight: 400;
    margin-bottom: 5px;
}

ul.dropdown-menu li:hover a.dropdown-item {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff;
}

/* header .nav-item.dropdown:hover .dropdown-menu {
    border-color: transparent;
} */

header .navbar .dropdown-menu {
    background-color: #fff;
}

header .navbar .megamenu-block .dropdown-menu {
    background-color: #fff;
}

.sticky-header.sticky .top-logo {
    padding: 17px 0;
}

.img-left-frame.bg-cover .left-content-overlay h3 img {
    max-width: 26px;
    margin-right: 16px;
}

.img-left-frame.bg-cover .left-content-overlay p a img {
    max-width: 45px;
}

.top-logo {
    padding-left: 75px !important;
    padding-bottom: 0;
}

@media(max-width:1440px) {
    header .navbar .navbar-nav>li.dropdown .nav-link {
        font-size: 14px !important;
    }
}

@media(min-width:993px) and (max-width:1282px) {

    .top-logo {
        padding-left: 30px !important;
    }

    .banner-main .right-wrap {
        padding-left: 17px !important;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        font-size: 14px !important;
    }

    header .navbar .navbar-nav>li {
        padding: 0 0px 0 2px !important;
        margin: 0 3px !important;
    }
}

@media(max-width:992px) {
    .top-logo {
        padding-left: 22px !important;
    }
}

/** Header Styles **/

.sticky-header.sticky .navbar .nav-link,
.sticky-header.sticky .navbar .dropdown-toggle {
    color: #fff !important;
}

header .navbar .nav-link,
header .navbar .dropdown-toggle {
    color: #999999;
}

header.color-head .navbar .nav-link,
header.color-head .navbar .dropdown-toggle {
    color: #fff;
}

header .navbar.navbar-custom {
    padding: 0px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out; */
}

.footer h4 {
    color: #ffffff;
    line-height: 26px;
}

header .navbar .navbar-nav>li.dropdown .nav-link {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #004a6f;
    text-transform: capitalize;
}

.innerpage-head .navbar .nav-link,
.innerpage-head .navbar .dropdown-toggle {
    color: #fff;
}

ol.breadcrumb {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px 0;
    margin-bottom: 0;
}

.page-title.feature-wrap.style-1 {
    background: #e0e0e0;
    padding: 20px 0;
}

.feature-wrap ul.wrao-left-nav {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 13px 0;
}

header .navbar .navbar-nav>li:hover .nav-link {
    color: #004a6f;
}

.sticky-header {
    background-color: #ffffff99;
    position: fixed;
    padding: 0px;
    top: 0;
}

.content-wrap span {
    font-size: 12px;
}

.footer-bottom ul {
    /* display: block; */
    margin-bottom: 0;
}

.footer-bottom {
    background-color: #022c41;
    padding-left: 0;
}

.footer-bottom ul li a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 20px 32px;
    text-transform: capitalize;
}

.footer-bottom ul {
    padding-left: 0;
}

.footer .footer-final {
    width: 100%;
    margin: auto;
    display: block;
}

.icon-social-list.icon-bar .icon-social img {
    max-width: 50px;
}

.footer-bottom ul li {
    display: inline-block;
    /* padding: 13px 32px; */
}

.footer-bottom ul li:first-child {
    padding-left: 0;
}

.right-content.footer-right-content img {
    max-width: 14px;
    margin-left: 10px;
}

.icon-social-list.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.icon-social-list.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    padding-bottom: 0px;
}

.icon-social-list.icon-bar ul li:first-child a {
    font-size: 27px;
}

.img-left-frame.bg-cover {
    background-position: left !important;
}

.right-content.footer-right-content {
    background-color: #004a6f;
    padding: 20px 0;
}

.right-content.footer-right-content p,
.right-content.footer-right-content p a {
    color: #fff;
    margin-bottom: 0;
    font-size: 21px;
    padding-left: 5px;
    text-decoration: none;
    font-weight: 100;
}

#totop {
    border-radius: 40%;
    right: 74px;
    bottom: 0;
    position: absolute;
    top: -45px;
    width: 95px;
    height: 95px;
    cursor: pointer;
    z-index: 1;
}

#totop img.arrow_purple {
    display: none;
}

#totop:hover img.arrow_purple {
    display: block;
}

#totop:hover img.arrow_blue {
    display: none;
}

.footer .img-left-wrap-logo img {
    max-width: 40px;
    width: 40px;
}

.footer .img-left-wrap-logo {
    z-index: 9;
    position: relative;
}

.sticky-header.sticky .collapse-logo {
    display: block;
    width: 300px;
}

.content-wrap form .form-control {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    padding: 5px;
}

.sticky-header.sticky .normal-logo {
    display: none;
}

header .navbar span.dropdown-toggle {
    top: 4px;
    position: absolute;
    right: -2px;
    z-index: -1;
}

header .navbar .icon-bar {
    background: #004a6f;
}

.sticky-header.sticky {
    background-color: #004a6f;
}

header.sticky .navbar .icon-bar {
    background: #fff;
}

.sticky-header.sticky .navbar .nav-link,
.sticky-header.sticky .navbar .dropdown-toggle {
    color: #333;
}

header .normal-logo {
    display: block;
    width: 300px;
}

.sticky-header.sticky .navbar {
    padding: 0px 0;
}

header .collapse-logo {
    display: none;
    width: 188px;
}

header .navbar .navbar-nav>li .dropdown-menu a {
    font-weight: 600;
    font-size: 18px;
    color: #004a6f;
}

header .navbar .navbar-nav>li.megamenu-block .dropdown-menu a {
    color: #004a6f;
}

.wrap-col-content {
    overflow: hidden;
    background-color: #004a6f;
}

.banner-full-frame .wrap-frame-full h4 img {
    max-width: 25px;
    margin-right: 10px;
}

.banner-full-frame .wrap-frame-full h4,
.banner-full-frame .wrap-frame-full h3 {
    color: #fff;
    padding-bottom: 40px;
}

.footer .wrap-first-img {
    max-width: 200px;
    padding-bottom: 50px;
}

.banner-full-frame .wrap-frame-full img {
    max-width: 250px;
}

.bg-cover.img-left-frame .left-content-overlay {
    background: transparent;
}

.withoutparallax .counter-status .timer-data>span {
    font-size: 45px;
    font-weight: 500;
    color: #fff !important;
}

.gallery-counter .counter-value::after {
    display: none;
}

.gallery-counter .counter-work-status {
    margin: auto;
}

.tx-spt-countdown div.timer-data,
div.timer-wrapper {
    padding-right: 34px;
}

.withoutparallax .counter-status span.timer-label {
    font-size: 21px !important;
    font-weight: 500;
    color: #fff !important;
}

.withoutparallax {
    padding-top: 70px;
    padding-bottom: 70px;
}

.withoutparallax.style-2 {
    background-color: #004a6f;
}

.team-blog .team-block .team-detail {
    padding: 0 20px;
    min-height: 115px;
}

.team-blog .team-block .team-detail a p,
.team-blog .team-block .team-detail a {
    font-size: 22px;
    padding: 14px 0;
    color: #fff;
    line-height: 8px;
    text-decoration: none;
}

.team.team-blog .head-title {
    padding-bottom: 30px;
}

.team-blog .team-block .team-detail a p img {
    max-width: 30px;
    margin-left: 27px;
}

.team-blog .head-title h2 img {
    max-width: 25px;
    margin-right: 27px;
}

.team-blog .team-block .team-detail a p.blog-p {
    padding-left: 13%;
}


/** Content Styles **/

.page-intro .breadcrumb>li+li::before,
.page-intro .breadcrumb>.active {
    color: rgba(255, 255, 255, 0.5);
}

.page-intro .breadcrumb a {
    color: #fff;
}

.page-intro .breadcrumb a:hover {
    color: #999999;
}

.page-intro {
    padding: 0;
    background-color: #004a6f;
}

.page-intro .breadcrumb {
    background: transparent;
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.page-intro .breadcrumb>li {
    display: inline-block;
}

.page-intro .breadcrumb>li+li:before {
    padding: 0;
    content: "/\00a0";
}

.feature-boxt .thumbnail.style-1 {
    justify-content: flex-start;
}

.card-header a {
    text-decoration: none;
    font-weight: 500;
}

.sticky-header img.orange-logo {
    width: 150px;
    display: block;
}

.sticky-header img.img-hover {
    display: none;
}

.sticky-header.sticky img.img-hover {
    display: block;
}

.sticky-header.sticky img.img-org {
    display: none;
}

.sticky-header.main-head img.white-logo {
    max-width: 168px;
    display: none;
}

.sticky-header.sticky img.orange-logo {
    max-width: 168px;
    display: none;
}

.sticky-header.sticky.main-head img.white-logo {
    max-width: 145px;
    display: block;
}

.sticky-header.innerpage-head .white-logo {
    display: none;
}

.sticky-header.innerpage-head.sticky .white-logo {
    display: block;
}

header.innerpage-header .navbar .navbar-nav>li.dropdown .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #024d6b;
}

.sticky-header.sticky.innerpage-head .top-logo,
.sticky-header.innerpage-head .top-logo {
    padding: 0;
}

.sticky-header.sticky.main-head .navbar-collapse {
    background-color: transparent;
}

.page-title {
    padding: 96px 0 153px;
    background-color: #fff;
}

.animation-carousel.slider-banner .carousel .carousel-item {
    height: 100vh !important;
    background-position: center;
}

.person-wrap {
    padding-bottom: 0 !important;
}

.person-wrap ul {
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.bg-img-frame {
    height: 100vh;
    background-position: top center;
    position: relative;
}

.bg-img-frame .wrap-img-right {
    position: absolute;
    right: 167px;
    max-width: 250px;
    top: 100px;
}

.frame-head h2 img {
    width: 26px;
}

.frame-head.alt-title h2 {
    border-right: none;
    padding-right: 0;
}

.frame-head .conact-p h3,
.frame-head .conact-p h4 {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.frame-head .conact-p h3 {
    color: #666666;
}

.img-left-frame .left-content-overlay {
    min-height: 500px;
    text-align: center;
}

.bg-img-frame .wrap-content-link {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-img-frame .wrap-right-link {
    min-height: 200px;
}

.bg-cover.img-left-frame .left-content-overlay .wrap-banner-frame h3 {
    padding-bottom: 35px;
    font-weight: 600;
}

.bg-img-frame .wrap-right-link h2,
.bg-img-frame .wrap-flex h4 {
    color: #fff;
}

.person-wrap ul.person-wrap-ul li img {
    max-height: 500px;
}

.content-frame-blue .left-text ul li {
    list-style-type: none;
    font-weight: 500;
}

.wrap-frame-blue-text ul.social-icon-ul li {
    display: inline-block;
    max-width: 45px;
    margin-right: 10px;
}

.wrap-frame-blue-text h4 {
    color: #fff !important;
    padding-bottom: 15px;
}

.img-background {
    height: 100%;
    background-position: top left;
}

header .navbar-expand-lg .navbar-nav {
    padding: 10px 0;
}

.slider-banner.animation-carousel .animated-frame .carousel-caption {
    top: 40%;
    text-align: left;
}

ul.wrap-ul-banner {
    display: block;
}

.content-frame-blue span.img-span {
    margin-right: 13px;
}

.content-frame-blue span.img-span img {
    max-width: 5px;
}

.img-text-container.content-frame-blue h3 {
    color: #fff;
    font-weight: 600;
}

.feature-wrap ul.wrao-left-nav li a img {
    max-width: 35px;
}

.feature-wrap ul.wrao-left-nav li a,
.feature-wrap ul.wrao-left-nav li {
    color: #004a6f;
    text-decoration: none;
    font-size: 17px;
}

.sticky-header.sticky .feature-wrap a.sidemenu-toggler,
.sticky-header .feature-wrap a.sidemenu-toggler {
    position: absolute;
    top: 14px;
    right: 143px;
    content: "";
    width: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0;
    border: 2px solid #80a5b4;
    border-radius: 100%;
    background-color: #80a5b4;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.feature-wrap ol.breadcrumb li a {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.innerpage-head .navbar a.sidemenu-toggler i {
    visibility: hidden;
    cursor: pointer;
    font-size: 19px;
    background: #004a6f;
    padding: 6px;
    border-radius: 5px;
}

.sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler i {
    background: #000;
    border-radius: 5px;
}

.innerpage-head.sticky .navbar a.sidemenu-toggler i {
    color: #fff;
}

.feature-wrap .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "\f105 ";
    font-family: "FontAwesome";
}

.innerpage-head .top-logo img,
.sticky.innerpage-head .top-logo img {
    width: 276px;
}

@media(max-width:1400px) {

    .innerpage-head .top-logo img,
    .sticky.innerpage-head .top-logo img {
        width: 186px;
    }
}

.social-icons-tag ul {
    display: block;
}

.footer .footer-final .foot-all-main {
    max-width: 50px;
    width: 50px;
    margin: auto;
    margin-bottom: 50px;
}

.footer .footer-final .foot-all-p img {
    max-width: 70px;
    width: 70px;
    margin: auto;
}

.footer-final-foot .foot-all-p img {
    max-width: 150px;
    width: 150px;
    display: unset;
}

.footer-final-foot ul {
    display: block;
    margin-bottom: 30px;
    padding-left: 23px;
}

.footer-final-foot ul li {
    display: inline-block;
    padding-left: 0;
    text-align: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-icons-tag ul li {
    display: inline-block;
    text-decoration: none;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.social-icons-tag ul li a i {
    color: #fff;
}

.social-icons-tag .wrap-social-icon {
    margin-top: -17px;
}

/* .static-header ul.lang-menu {
    top: 16px;
    padding: 13px 0px 0 10px;
} */

div.lang-menu div {
    display: inline-block;
    color: #004a6f;
    position: relative;
}

.mob_ul_topnav div.lang-menu>div {
    display: flex !important;
    align-items: center;
}

.mob_ul_topnav .mean-last {
    border-top: 1px solid #e4e4e4;
}

.mob_ul_topnav .mean-last .lang-menu a {
    border-top: transparent !important;
}

.mob_ul_topnav .lang-menu a {
    padding: 12px 14px 10px 15px !important;
}

.sticky div.lang-menu div {
    color: #fff;
}

div.lang-menu div a {
    color: #004a6f;
}

div.lang-menu div.active {
    display: inline-block;
}

div.lang-menu div::after {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    content: "|";
}

div.lang-menu div:last-child::after {
    content: " ";
    margin-right: 0px;
    margin-left: 0px;
}

/* .innerpage-head.sticky ul.lang-menu li a,
.innerpage-head.sticky ul.lang-menu li {
    color: #fff;
} */

.footer .foot-p img {
    max-width: 150px;
}

.footer .foot-wrap-second>img {
    max-width: 180px;
}

.footer .social-icons-tag .foot-icon-social {
    text-align: left;
}

@media(max-width:576px) {
    .footer .social-icons-tag .foot-icon-social {
        text-align: center;
    }
}

.footer .footer-content-auto {
    margin-top: 50px;
}

.footer .footer-icons {
    margin: 75px;
}

.social-icons-tag .foot-icon-social li {
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.footer .footer-content-auto .footer-icons p {
    font-size: 20px;
}

.footer .footer-content-auto .footer-icons i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 9px;
}

.lang-menu .active {
    display: inline-block;
}

.wrap-footer-bottom ul.lang-menu li {
    padding: 5px;
    margin-right: 0;
    color: #fff;
}

.wrap-footer-bottom ul.lang-menu {
    padding-top: 7px;
}

.wrap-footer-bottom ul.lang-menu li a {
    color: #fff;
    text-transform: none;
}

.wrap-footer-bottom ul.lang-menu li::after {
    left: 26px;
}

.wrap-footer-bottom ul.lang-menu {
    float: right;
}

.foot-line {
    z-index: 9;
    min-height: 200px;
}

.footer-center-content .foot-wrap-second ul {
    display: block;
}

.footer-center-content .foot-wrap-second ul li {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
    width: 40px;
    max-width: 40px;
    margin-right: 5px;
}

.footer-center-content .foot-wrap-second ul li img {
    border-radius: 5px;
    width: 30px;
}

.footer .foot-line:last-child {
    border-right: none;
}


/*accodion*/

.accordion-wrap .accordion.accordion-style2 .card .card-header,
.accordion.accordion-style2 .card .card-header .card-link[aria-expanded="true"] {
    background: #004a6f;
}

.accordion-wrap .card {
    border: transparent;
    margin-bottom: 30px !important;
}

.accordion-wrap .accordion.accordion-style2 .card .card-header .card-link::after {
    right: 19px;
    top: 50%;
}
.accordion-wrap .accordion.accordion-style2 .card .card-body p {
    margin-bottom: 0;
}

.accordion-wrap {
    margin-bottom: 0px !important;
}

/*img-gallery*/

.img-block .img-block-three-col,
.video-gallery.three-column .video-gallery-block {
    margin: auto;
}

.video-inner .head-video-wrap iframe {
    width: 100%;
    height: 800px;
}

.accordion-wrap .accordion.accordion-style2 .card .card-header .card-link {
    padding: 20px 42px 20px 20px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.head-content-wrap h2 {
    margin: 15px 0;
    color: #666666;
}

.social-icons-tag .wrap-social-icon ul {
    margin-bottom: 0;
}

.social-icons-tag {
    z-index: 9;
    position: relative;
}

.banner-main {
    z-index: 0;
    min-height: calc(100vh - 158px);
    position: relative;
    margin-top: 158px;
}

/* .img-webp.banner-main {
    margin-top: 0px !important;
} */

.banner-main .right-wrap {
    background: #004a6f87;
    height: 367px;
    width: 40%;
    padding: 60px;
    position: absolute;
    left: 0;
    bottom: 100px;
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec {
    background: #00000096;
    height: 100%;
    width: 40%;
    padding: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec h4 {
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec .wrap-smallicon-right-img {
    left: 50%;
    right: 50%;
    top: 100%;
}


.banner-main .left-wrap {
    background: #004a6f87;
    height: 367px;
    width: 25%;
    padding: 60px;
    position: absolute;
    right: 0;
    bottom: 100px;
    color: #fff;
    justify-content: center;
    display: flex;
}

.banner-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.banner-main.hai .right-wrap {
    background: #cb0133bf;
    height: 153px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 !important;
    width: 45% !important;
    left: auto;
}

.banner-main.hai .right-wrap .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:992px) {
    .banner-menu {
        position: relative;
    }

    .banner-main .left-wrap,
    .banner-main .right-wrap {
        bottom: 0;
    }
}

.banner-main .right-wrap .wrap-green-content h3 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
}

.video-inner .head-video-wrap {
    height: 700px;
    min-height: 700px;
}

.bg-blue {
    background-color: #3f89c7;
}


/*testimonial*/

.testimonial-wrapper .testimonial-head .testimonial-content {
    background: #f4f4f2;
    padding: 90px 28px;
}

.testimonial-wrapper .testimonial-div {
    padding: 160px 0;
}

.testimonial-wrapper .testimonial-div .testimonial-head {
    position: relative;
}

.testimonial-wrapper .testimonial-div .testimonial-img {
    position: absolute;
    right: 51px;
    bottom: -24px;
}

.testimonial-wrapper .testimonial-div .testimonial-title p {
    color: #fff;
    padding: 8px 0;
    word-break: break-word;
}

.testimonial-wrapper .testimonial-div .testimonial-img img {
    max-width: 180px;
    position: relative;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul,
.filter-wrap-inner .filter-gallery .filter-isotope {
    padding-left: 0;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul {
    text-align: left;
    margin-bottom: 15px;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul li {
    text-align: left;
}

.filter-wrap-inner.home-portfolio-wrap .filter-gallery .filter-buttons .filter-checkbox {
    border-right: transparent;
}

ul.icon-in-team {
    padding-left: 0;
    display: block;
}

ul.icon-in-team li {
    display: inline-block;
    margin-right: 23px;
}

ul.icon-in-team li a p {
    color: #cb0133 !important;
}

ul.icon-in-team li:first-child img {
    max-width: 20px;
}

ul.icon-in-team li:last-child img {
    max-width: 36px;
}

.team-main.feature-boxt .thumbnail .caption p {
    color: #fff;
    line-height: 36px;
}

/* .team-main.feature-box .thumbnail .caption {
    padding: 18px 21px 30px 44px;
    float: right;
} */

.section-bg-left.img-left-over .img-left {
    width: 35%;
    background-position: top;
}

.img-left-over .right-text h3,
.img-left-over .right-text h4 {
    font-weight: 500;
}

.img-left-over {
    padding: 80px 0;
    margin-top: -13px;
}

.img-left-over ul.icon-in-team li:first-child img {
    max-width: 37px;
    width: 37px;
}

/* .img-left-over ul.icon-in-team li:last-child img {
    max-width: 57px;
} */

.img-left-over ul.icon-in-team {
    margin-top: 33px;
}

.icon-social-list.icon-bar ul {
    padding-left: 0;
}

.icon-social-list.icon-bar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    list-style-type: none;
    cursor: pointer;
}

.team-content .team-block .team-detail .team-head p {
    margin-bottom: 10px;
    font-weight: 700;
}

.team-content .team-block .team-detail {
    padding: 30px 65px 30px 30px;
    position: relative;
}

.content-up-wrap {
    min-height: 600px;
}

/* .wrap-all-div-frame {
    margin-top: -125px;
    margin-bottom: 50px;
} */
.wrap-all-div-frame .wrap-frame-red:hover {
    background-color: #cb0133 !important;
}

.wrap-all-div-frame .wrap-frame-red {
    margin: auto;
    padding: 30px 20px;
    min-height: 100px;
    border: 2px solid #cb0133;
    margin-bottom: 30px;
}

.wrap-all-div-frame .wrap-frame-red .img-arrow-wrap {
    margin: auto;
    text-align: center;
    max-width: 30px;
}

.wrap-all-div-frame .wrap-frame-red p {
    font-weight: 700;
}

.wrap-two-content img {
    max-width: 130px;
}

.mt-30 {
    margin-top: 30px;
}

.wrap-two-content p {
    margin-bottom: 10px;
}

.img-yellow.img-left-frame .left-content-overlay {
    background: transparent;
    justify-content: center;
    align-items: center;
}

.img-yellow.img-left-frame .left-content-overlay img {
    max-width: 300px;
}

.img-left-frame.lazy.img-yellow {
    background-position: top !important;
}

.green-block-wrap .green-block h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}

.contact-section-center .form-group textarea.form-control {
    min-height: 150px;
}

.green-block {
    min-height: 130px;
    margin-bottom: 30px;
    position: relative;
    background-color: transparent;
    border: 1px solid #004a6f;
}

.green-link-frame .green-block:hover {
    background-color: #004a6f;
}

.green-link-frame .green-block::after,
.team-content .team-block .team-detail::after {
    content: " ";
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/images/EPZ_ARROW_left_BLUEcirc.svg);
    background-position: center;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.green-link-frame .green-block:hover::after {
    content: " ";
    background-image: url(../images/FAKTENHAUS_Arrow_rW.svg);
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.ul-list-warp.foot-bg ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
}

.ul-list-warp.foot-bg ul li {
    display: inline-block;
    margin: 25px 80px;
}

.ul-list-warp.foot-bg ul li a {
    color: #fff;
}

.ul-list-warp.foot-bg ul li:first-child {
    margin-left: 0;
}

.two-column-bg-frame .section-bg-left .right-text h4 {
    font-weight: 700;
    margin: 40px 0;
}

.two-column-bg-frame .section-bg-left .right-text,
.left-content-bg .left-text {
    padding: 0 30px;
}

.btn.white-overlay {
    background: transparent;
    border: 2px solid #fff;
    min-width: 150px;
    text-transform: none;
    font-size: 16px;
    text-align: left;
    margin-top: 50px;
}

.btn.white-overlay img {
    max-width: 15px;
    padding-bottom: 2px;
    margin: 0 6px;
    float: right;
}

.banner-full-frame {
    min-height: 100vh;
}

.banner-full-frame .left-content-overlay {
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.banner-full-frame .wrap-frame-full h4,
.banner-full-frame .wrap-frame-full h3 {
    color: #fff;
    padding-bottom: 40px;
}

.banner-full-frame .wrap-frame-full {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.banner-full-frame .wrap-left {
    text-align: left;
}

.banner-full-frame .wrap-left h3 {
    line-height: 67px;
}

.wrap-tile-frame .img-tile-center img {
    max-width: 200px;
}

.img-tile-center {
    margin-top: 50px;
}

.whatsapp-frame,
.logo-right-frame {
    min-height: 400px;
}

.logo-right-frame .left-text img {
    max-width: 200px;
}

.whatsapp-frame .left-text i {
    font-size: 78px;
    margin-bottom: 8px;
    color: #fff;
}

.tile-frame.wrap-red-text,
.tile-frame.wrap-blue-text,
h2.tile-frame-center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-frame .wrap-mixed-text-over h3 span {
    font-size: 27px;
    font-weight: 400;
    line-height: 50px;
}

.two-row-img .right-text-over {
    float: right;
}

.two-row-img .right-text-over img {
    max-width: 250px;
}

.two-row-img .left-text-over {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-bg {
    padding: 25px 0;
}

.wrap-bg h3 {
    margin-bottom: 0;
    color: #fff;
}

h2.tile-frame.wrap-greythin-text {
    color: #999999;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    padding: 0 30px;
}

.green-link-frame .green-block {
    padding: 15px 62px 15px 19px;
    min-height: 70px;
    position: relative;
    background-color: transparent;
    border: 1px solid #004a6f;
}

.wrap-box-content .wrap-light-box::after {
    width: 30px;
    right: 48px;
    height: 100%;
    top: -28px;
}

.green-link-frame .green-block h5 {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
}

.home-img.two-row-img .right-text-over {
    float: none;
    text-align: left;
}

.home-img .left-text-over h4 {
    color: #999999;
    margin-bottom: 30px;
}

.home-img .left-text-over p {
    color: #004a6f;
    font-size: 24px;
}

.wrap-box-content .wrap-light-box {
    background-color: #004a6f;
    height: 100%;
    width: auto;
    padding: 50px 82px 30px 30px;
    min-height: 180px;
    position: relative;
}

.wrap-box-content .wrap-light-box h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.wrap-box-content .wrap-light-box:hover {
    background-color: #999999;
}

.wrap-box-content .wrap-light-box:hover::after {
    content: " ";
    display: none;
}

.wrap-box-content .wrap-light-box:hover::before {
    content: " ";
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 50px;
}

.wrap-box-content .wrap-light-box ul {
    padding-left: 0;
}

.home-img {
    position: relative;
}

.wrap-box-content {
    margin-top: -50px;
}

.top-icon .social-icons-tag .wrap-social-icon {
    margin-top: 0;
}

.navigation-sidebar .sidemenu-overlay ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.navigation-sidebar .sidemenu-overlay ul li {
    padding: 30px;
    background-color: #004a6f;
    border-bottom: 1px solid #fff;
    text-align: center;
    list-style-type: none;
}

.navigation-sidebar .sidemenu-overlay ul li a {
    color: #fff;
}

.title-frame .title-div h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.title-frame .title-div h2 span {
    font-size: 30px;
    font-weight: 400;
}

.navigation-social-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.navigation-social-icons .social-icons-tag {
    margin-top: 0;
}

.innerpage-head.sticky .navigation-social-icons ul.lang-menu li,
.innerpage-head.sticky .navigation-social-icons ul.lang-menu li a {
    color: #004a6f;
}

.navigation-social-icons ul.lang-menu {
    margin-right: 0;
    text-align: center;
    margin-bottom: 36px;
}

.navigation-social-icons .social-icons-tag li a i {
    color: #fff;
}

.logo-wrapper img {
    max-width: 150px;
}

.logo-wrapper {
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.wrap-two-content .wrap-auther {
    padding-right: 30px;
}

.img-text-container.left-content-bg.bg-red .left-text h4 {
    color: #fff;
    margin: 40px 0;
}

.banner-main .right-wrap::before,
.banner-main .right-wrap::after {
    content: " ";
    width: 45px !important;
    height: 45px !important;
}

.navigation-sidebar .sidemenu-overlay ul li:first-child::before {
    content: " ";
    top: 0px;
    left: 0;
}

.navigation-sidebar .sidemenu-overlay ul li:last-child::after {
    content: " ";
    right: 0;
    bottom: 0;
}

.navigation-sidebar .sidemenu-overlay ul li:first-child,
.navigation-sidebar .sidemenu-overlay ul li:last-child {
    padding: 40px 0;
}

.accordion.accordion-style2 .card .card-header .card-link:hover {
    color: #fff;
}

.navigation-sidebar .sidemenu-overlay {
    position: relative;
}

header .navbar .navbar-nav>li.megadrop>ul li {
    margin-bottom: 10px;
    border-right: 1px solid #004a6f26;
}

header .navbar .navbar-nav>li.megadrop>ul li:nth-child(4n+4) {
    margin-bottom: 10px;
    border-right: none;
}

header .navbar .navbar-nav>li.megadrop>ul li a {
    word-break: break-word;
    background-color: inherit;
}

/* header .navbar .navbar-nav>li.megadrop:last-child .dropdown-menu,
header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu {
    left: calc(100% - 600px);
} */

/* header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
    border-bottom: 1px solid #fff;
} */

header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second li a {
    border-bottom: transparent;
}

header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second>li>a {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 18px;
}

header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li:last-child a {
    border-bottom: transparent;
}

.feature-wrap ul.wrao-left-nav li {
    display: inline-block;
}

.feature-wrap ul.wrao-left-nav li:last-child::after {
    content: " ";
}

.feature-wrap ul.wrao-left-nav li::after {
    content: "/ ";
    padding-left: 9px;
}

.section-bg-left.img-left-over.bg-red {
    position: relative;
}

.feature-boxt .thumbnail.style-2 .wrapper-thumbnail::after {
    width: 30px;
    height: 30px;
    bottom: 25px;
}

.navigation-social-icons ul.lang-menu {
    position: relative;
    right: 0;
    top: 0;
    padding: 0px 0px 0 15px;
}

content header,
footer header {
    z-index: 0;
    position: relative;
}

.dark-content .dark-content-wrap>img {
    max-width: 200px;
    width: 200px;
    margin-bottom: 30px;
}

.dark-content .dark-content-wrap .symbol-logo img {
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin: 25px auto;
}

.dark-content .dark-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.dark-content .dark-content-wrap .symbol-logo {
    color: #004a6f;
    text-align: center;
}

.dark-content .dark-content-wrap .symbol-logo h4 {
    line-height: 35px;
    margin-bottom: 0;
}

.bg-black {
    background: #000000;
}

.footer.footer-bg::after {
    background: -webkit-linear-gradient(left, rgb(35, 36, 39) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to right, rgb(34, 36, 39) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(27, 27, 29, 0.89) 80%, rgba(38, 39, 41, 0.89) 100%);
}

.wrap-all-div-frame .wrap-frame-red .head-wrap-center p {
    margin-bottom: 0;
}

.wrap-all-div-frame .wrap-frame-red .head-wrap-center img {
    width: 168px;
    height: 130px;
}

.content-banner-text {
    min-height: 200px;
    padding-bottom: 70px;
}

.banner-full-frame .banner-all-wrap .wrap-frame-full p {
    font-weight: 700;
}

.content-banner-text h4 {
    color: #004a6f;
    font-weight: 500;
}

.content-banner-text .content-text-wrap {
    min-height: 250px;
    height: 250px;
}

/* .dark-mode {
    background-color: #000000 !important;
} */

.banner-full-frame .wrap-frame-full img {
    max-width: 70px;
    width: 70px;
}

.banner-full-frame .wrap-frame-full img {
    max-width: 150px;
    width: 150px;
    text-align: center;
    padding: 33px 0;
    height: 100%;
}

.banner-full-frame {
    color: #fff;
}

.banner-full-frame .banner-flex-center {
    padding: 90px 60px;
}

.banner-two-col.img-text-container .img-right {
    min-height: 500px;
    height: 500px;
}

.banner-two-col .content-left-banner,
.banner-two-col .content-right-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 50px;
}

.banner-two-col .content-left-banner img {
    margin: 30px;
}

.banner-two-col .content-wrapbackground {
    width: 50%;
    background-color: #004a6f;
}

.banner-two-col .content-wrapbackground h3,
.banner-two-col .content-wrapbackground p {
    color: #fff;
}

a.arrow-next:hover {
    box-shadow: none !important;
}

.banner-two-col .content-left-banner>img {
    max-width: 50px;
}

.bg-pink {
    background-color: #004a6f;
}

.banner-two-col .img-banner-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.banner-two-col .logo-in-banner img {
    max-width: 50px;
    width: 50px;
    height: 50px;
}

.banner-two-col .content-left-banner h5 {
    padding-bottom: 30px;
}

.section-bg-left .content-right-banner>img {
    max-width: 70px;
    width: 70px;
}

.section-bg-left.banner-two-col {
    padding: 90px 0;
}

.banner-two-col .img-right-banner,
.banner-two-col .img-left-banner {
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 50%;
}

.banner-two-col .bg-box-text {
    color: #fff;
}

.banner-two-col .bg-box-text h5 {
    background: #000000;
    padding: 10px;
    margin: 30px;
    color: #fff;
}

.team-content .team-block {
    margin-bottom: 30px;
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.news-team-block .row {
    flex-wrap: nowrap;
}

/* .news-team-block section.section.team.team-content {
    width: 33.33%;
} */

.news-team-block .team-block {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.select.news-list-all .news-block {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}

.select.news-list-all .team-content .team-block {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
}

.team-content .team-block .team-imgs img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pink-bg-div {
    width: 100%;
    height: 10px;
}

.counter-frame .counter-img-wrap img {
    max-width: 200px;
    width: 200px;
    height: 200px;
}

.counter-frame .counter-img-wrap {
    text-align: center;
    padding: 50px 0;
}

.counter-frame .text-counter h4 {
    padding-left: 50px;
}


/* side-menu */


.sidebar-menu .side-menu .menu li.active>a {
    color: #004a6f;
}

.sidebar-menu .side-menu .menu .dropdown-menu li:hover>a {
    color: #fff;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle {
    right: 0;
    top: 8px;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle:after {
    content: " ";
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle {
    z-index: -1;
    color: #004a6f;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle i {
    font-size: 20px;
}

.sidebar-menu .side-menu .menu>.dropdown.show>.dropdown-toggle {
    transform: rotateX(180deg);
}

.sidebar-menu .side-menu .menu .dropdown-menu.second>li.dropdown.show>.dropdown-toggle {
    transform: rotateX(180deg);
}

.sidebar-menu .side-menu .menu li ul.dropdown-menu li {
    padding-left: 10px;
}


/* light-mode*/

.light-mode .dark-img {
    display: none;
}

.light-mode .light-img {
    display: block;
}

.light-mode .sidebar-menu .side-menu .fa-times-thin,
.light-mode .sidebar-menu .side-menu .menu li a,
.light-mode .sidebar-menu .side-menu .menu li span.dropdown-toggle {
    color: #000;
}

.light-mode .sidebar-menu .side-menu .menu li a:hover {
    color: #004a6f;
}

.dark-mode .light-img {
    display: none;
}

.dark-mode,
.dark-mode .green-link-frame .green-block:hover h5,
.light-mode .green-link-frame .green-block:hover h5,
.light-mode .parallax {
    color: #fff;
}

.dark-mode a,
.light-mode a {
    color: #cb0133;
    font-weight: bold;
}

.nav_top_menu a {
    color: #004a6f;
}

.light-mode {
    color: #000000;
}

/* .dark-mode .wrap-all-div-frame .wrap-frame-red,
.dark-mode .sidebar-menu .side-menu {
    background-color: #000000;
} */

.light-mode .wrap-all-div-frame .wrap-frame-red,
.light-mode .sidebar-menu .side-menu {
    background-color: #fff;
}

.light-mode .inner-header-no-banner .navbar .navbar-nav>li.dropdown .nav-link {
    color: #000;
}

.wrap-all-div-frame a {
    color: #004a6f !important;
    margin: 0px;
    padding: 0px !important;
}

.light-mode .sticky-header.inner-header-no-banner .orange-logo,
.light-mode .sticky-header.inner-header-no-banner.sticky .top-logo .black-logo {
    display: none;
}

.light-mode .sticky-header.inner-header-no-banner .top-logo .black-logo {
    display: block;
}

.half-banner {
    min-height: 500px;
    height: 500px;
}


/* footer navigation */

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
}

.footer-bottom ul li a {
    font-size: 16px;
}

.footer-bottom ul .dropup {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.footer-bottom ul.dropup-content {
    display: none;
    position: absolute;
    background-color: #022c41;
    min-width: 207px;
    bottom: 58px;
    z-index: 1;
    padding-left: 0;
}

.footer-bottom ul.dropup-content li {
    display: block;
}

.dropup-content a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.foot-ul-foot li .dropup-content li a {
    text-transform: none;
}

/* .footer-bottom .foot-ul-foot li .dropup-content li {
    padding: 10px 10px 10px 10px;
} */

.parallax::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.parallax .p-text {
    z-index: 1;
    padding: 10px;
}

.counter-frame .count-down-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: 100vh;
    height: 100vh;
    flex-direction: column;
}

.counter-frame .text-counter {
    padding-bottom: 50px;
}

.sidebar-menu .menu>.dropdown .dropdown-menu {
    padding-top: 0;
    padding: 0;
}

.sidebar-menu .side-menu .menu .dropdown-menu.second>li.dropdown>.dropdown-toggle {
    top: 0px;
}

.img-block .img-wrap-block {
    padding-bottom: 30px;
}

.contact-section-center .form-group label {
    text-align: left;
}

header .navbar .navbar-nav>li .dropdown-menu {
    z-index: 0;
}

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

.gallery-box .gallery-img img {
    width: 100%;
}

.filter-gallery ul {
    padding-left: 0;
}

.filter-gallery ul li {
    list-style-type: none;
}

.animation-carousel .animated-frame .carousel-caption .btn i {
    padding-left: 10px;
}

.footer .footer-final-foot ul li {
    margin-right: 5px;
}

.animation-carousel .carousel .carousel-item .left-text-cover.dark-overlay {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 21px;
    display: inline-block;
}

.animation-carousel .carousel .carousel-item .left-text-cover.white-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 21px;
    display: inline-block;
}

.contact-section-center .parsley-errors-list {
    padding-left: 0;
}

.contact-section-center .parsley-errors-list li {
    list-style-type: none;
    color: #cb0133;
    font-size: 15px;
}

.innerpage-head .top-logo .black-logo {
    display: none;
}

.error-section h2 {
    color: #004a6f;
}

.count-down-wrap {
    margin-top: 155px;
}

.wrap-all-div-frame .head-wrap-center {
    padding-bottom: 0px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-black-text {
    color: #000;
}

header .navbar .navbar-nav>li.dropdown .dropdown-menu li a {
    background-color: #fff;
    background: #fff;
}

header .navbar .navbar-nav>li.megamenu-block .dropdown-menu li a {
    background-color: #fff;
    background: #fff;
}

header .navbar .navbar-nav>li.dropdown .dropdown-menu li.active a,
header .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    background-color: #004a6f;
    background: #004a6f;
    color: #fff;
}

.footer-bottom .foot-ul-foot li .dropup-content li.active,
.footer-bottom .foot-ul-foot li .dropup-content li:hover {
    background-color: #063e5a;
    color: #fff;
}

header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li div a:hover {
    background-color: #fff;
    background: #fff;
    color: #004a6f;
}

.filter-gallery .filter-buttons li.filter-checkbox.is-checked label {
    color: #004a6f;
}

.icon-social-list.icon-bar ul li:nth-of-type(4) a,
.icon-social-list.icon-bar ul li:last-child a {
    pointer-events: none;
}

.accordion.accordion-style2 .card .card-header .card-link::after {
    font-weight: 800;
}

.team.team-content .news .news-block {
    flex-wrap: wrap;
}

.sidebar-menu .side-menu .menu li.dropdown.active>a,
.sidebar-menu .side-menu .menu li ul.dropdown-menu li.active>a {
    color: #004a6f;
}

.dark-mode .event-wrapper .dash .digit,
.dark-mode .event-wrapper .dash_title {
    color: #fff;
}

.ligth-wrap a,
.dark-wrap a {
    cursor: pointer;
}

.footer .footer-final-foot ul li img {
    cursor: pointer;
}

.underline-pinkthin-text,
.wrap-left-border-text {
    display: inline-block;
    display: table;
    position: relative;
}

h3.tile-frame.wrap-left-border-text {
    font-size: 45px;
}

.wrap-left-border-text {
    font-weight: 800 !important;
}

.underline-pinkthin-text:after {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: -9px;
    width: 100%;
    height: 3px;
    background-color: #cb0133;
}

.wrap-left-border-text::after {
    position: absolute;
    content: " ";
    left: -15px;
    bottom: -6px;
    width: 3px;
    height: 100%;
    border-left: 1px solid #cb0133;
}

.underline-pinkthin-text.ce-headline-center,
.wrap-left-border-text.ce-headline-center,
.underline-pinkthin-text.text-center {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrap-left-border-text.ce-headline-right,
.underline-pinkthin-text.text-right {
    margin-left: auto !important;
}


/* .wrap-left-border-text.ce-headline-left{
  margin-right: auto!important;
  } */

.counter-wrap .counter-work-status {
    position: relative;
    z-index: 1;
    text-align: center;
}

.counter-wrap .counter-work-status .icon-counter-wrap,
.counter-wrap .counter-work-status .counter-value,
.counter-wrap .counter-work-status .counter-wrap h5 {
    padding-bottom: 20px;
}

.counter-wrap .counter-work-status .counter-value {
    font-size: 30px;
}

.sidebar-menu .side-menu .menu li ul.dropdown-menu li {
    font-family: inherit;
}

.right-img-icon .right-icon-img-wrap {
    position: relative;
}

.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
    position: absolute;
    right: -22px;
    bottom: -86px;
}

.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img img {
    max-width: 40px;
    height: 40px;
    width: 40px;
}

.banner-main.right-img-icon .banner-caption {
    min-height: 250px;
    width: 50%;
    padding: 10px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

.banner-main.right-img-icon .banner-caption h2 {
    font-size: 52px;
    color: #fff !important;
}

.banner-main.right-img-icon .right-wrap {
    z-index: 99;
    text-align: center;
}

.banner-main.img-left-frame.right-img-icon {
    min-height: 550px;
}

.teamslide-wrapper .carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    min-height: 550px;
}


/* .banner-main.img-left-frame.right-img-icon::after {
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  } */

.content-banner-text .content-text-wrap h2 {
    margin-bottom: 20px;
}

.event-wrapper .events-details,
.event-wrapper .events-details-selector {
    padding-left: 0 !important;
}

.right-img-icon .right-icon-img-wrap h4 {
    margin-bottom: 10px;
}

.color-black-text h5 {
    text-align: center;
    padding-right: 10px !important;
}

.banner-two-col .bg-box-text h5 {
    padding-right: 50px;
}

.tx-spt-countdown span.timer-label {
    font-size: 30px !important;
}

.text-icon-link-block .text-icon-link-block-wrap img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.text-icon-link-block .text-icon-link-block-wrap {
    text-align: center;
}

.text-icon-link-block .text-icon-link-block-wrap h4 {
    text-decoration: underline;
}

.blogsocial-share a i {
    cursor: pointer;
}

.ticketing-tool {
    width: 100%;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ticketingtool-wrap .container {
    padding: 0;
    line-height: 0px;
}


/*.dark-mode .dark-btn {
    display: none;
}

.light-mode .light-btn {
    display: none;
}*/

.feedback .btn {
    top: 90% !important;
}

#exampleModal {
    color: #000;
}

.teamslide-wrapper .carousel-item video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.sidebar-menu .side-menu .dropdown-menu {
    background-color: transparent;
    margin: 0;
}

.dark-mode .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
}

.light-mode .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #000;
}

.teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
    color: #004a6f !important;
}

.portfoliogallery-wrap *,
.cbp-popup-lightbox-title {
    font: inherit !important;
}


/** Slider Skewed Video/Banner***/

.slider-section {
    position: relative;
    overflow: hidden;
    user-select: none;
    cursor: default;
}

.slider-section .container-fluid {
    max-width: 100%;
}

.slider-section .slider.left-block {
    background-image: none;
    overflow: hidden;
    border-bottom: none;
    position: relative;
    z-index: 0;
    left: -100px;
    text-align: left;
    transition: left 300ms;
    width: 130%;
    /* height: calc(100vw / 16 * 9); */
    height: 100vh;
    transition: all 300ms;
    transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    background-color: #fff;
}

.slider-section .slider.left-block .slider-block-wrap {
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

.slider-section .slider.left-block:hover {
    width: 140%;
}

.slider-section .slider {
    cursor: pointer;
    overflow: hidden;
    width: 100vw;
    /* height: 50vw; */
}

.slider-section .before-block {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-section .slider.left-block .before-block {
    background-size: cover;
    background-position: center;
    transition: transform 300ms;
    transition-timing-function: ease-out;
    transform: translateX(0);
    background-repeat: no-repeat;
}

.slider-section .slider.right-block {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    /* height: calc(100vw / 16 * 9); */
    height: 100vh;
    border-left: 3px solid white;
    text-align: right;
    transition-timing-function: ease-out;
    transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: all 300ms;
    background-color: #fff;
}

.slider-section .slider.right-block .before-block {
    transition: all 300ms;
    transition-timing-function: ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25vw 50%;
    right: -140px;
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

.slider-section .slider.right-block .before-block:hover {
    right: -160px;
}


/* 
  .slider-section .slider.left-block.active .before-block {
  transform: translateX(-8vw);
  -ms-transform: translateX(-1vw);
  } */

.slider-section .slider.right-block:hover {
    width: calc(100% + 100px);
    right: 100px;
}

.slider-section .container-fluid {
    padding: 0;
}

.slider-section .slider.right-block .div-block {
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    padding: 10px 20px 0;
    padding-right: 90px;
    padding-top: 230px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.slider-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    width: 50px;
    transition: all 0.3s ease-in;
    display: none;
}

.slider-section .slider.left-block .carousel-control-prev {
    left: 100px;
}

.slider-section .slider.right-block .carousel-control-next {
    right: 70px;
}

.slider-section .slider.left-block .carousel-control-next {
    right: 12%;
}

.slider-section .slider.left-block:hover .carousel-control-next {
    right: 18%;
}

.slider-section .slider.left-block .div-block {
    padding: 10px 20px 0;
    margin: 0;
    margin: 0 20px 0 50px;
    padding-top: 230px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 100px;
    right: 180px;
    bottom: 50px;
    /* transform: skew(5deg); */
    z-index: 2;
}

.slider-section .btn-wrap.left a {
    z-index: 9;
    position: relative;
}

.slider-section .lists {
    display: flex;
    position: relative;
    top: 0;
    visibility: hidden;
    list-style-type: none;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.slider-section .div-block .lists li {
    cursor: pointer;
    min-width: 50px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #444;
    transition: text-shadow 300ms, color 300ms;
    min-width: 65px;
    font-size: 14px;
}

.slider-section h1 {
    color: #444;
    position: relative;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 5px;
    margin-bottom: 10px;
    font-size: 70px;
    font-weight: 700;
}

.slider-section .btn-wrap a {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 30px;
    /* border-radius: 20px; */
    text-align: left;
    color: #444;
    background-color: #bcd730;
    border-color: #bcd730;
    transition: all 200ms;
    width: auto;
    display: inline-block;
}

.slider-section .btn-wrap a {
    color: inherit;
}

.slider-section .btn-wrap a:hover {
    background-color: #a2ba24;
    border-color: #a2ba24;
    text-decoration: none;
}

.slider-section .lists.show,
.slider-section .lists.show-btn {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -50);
}

.slider-section .btn-wrap a.hide-btn,
.slider-section .btn-wrap a.hide {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -50);
}

.slider-section .img-block img {
    width: auto;
    height: 35px;
}

.slider-section .img-block {
    transition: transform 300ms;
    position: relative;
    margin: 0 auto 10px;
    width: 40px;
    background-size: 100%;
}

.slider-section .down-arrow a {
    display: none;
    margin: 0 0 40px;
    width: 100%;
    padding: 25px 35px;
    background: #004a6f;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 200ms;
    display: flex;
    justify-content: center;
    /* float: left; */
    margin: 0 auto 40px;
    width: 100px;
    align-items: center;
    height: 80px;
    /* padding: 40px 35px; */
}

.slider-section .down-arrow a img {
    width: 100%;
}

.slider-section .down-arrow {
    position: relative;
    top: -20px;
    list-style-type: none;
    padding: 0;
    transition-timing-function: ease-in;
    transition: top 100ms;
    text-align: center;
}

.slider-section .down-arrow {
    position: relative;
    z-index: 2;
    top: -20px;
    list-style-type: none;
    padding: 0;
    transition-timing-function: ease-in;
    transition: top 100ms;
    text-align: center;
}


/* video section slider*/

.video-slider-img-frame .video-banner-demo video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%) skewX(5deg);
    -ms-transform: translate(-50%, -50%) skewX(5deg);
    -webkit-transform: translate(-50%, -50%) skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: width 300ms;
    visibility: visible;
    min-width: 100%;
    min-height: 100%;
}

.video-slider-img-frame .left-block .video-banner-demo video {
    transform: translate(-50%, -50%) skewX(0deg);
    -ms-transform: translate(-50%, -50%) skewX(0deg);
    -webkit-transform: translate(-50%, -50%) skewX(0deg);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
}

.video-slider-img-frame .video-banner-demo {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    transition-timing-function: ease-out;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: width 300ms;
}

.video-slider-img-frame .slider-block-wrap .carousel-control-next-icon {
    background-image: url("../images/next.png");
}

.video-slider-img-frame .slider-block-wrap .carousel-control-prev-icon {
    background-image: url("../images/back.png");
}

.video-slider-img-frame .slider-block-wrap,
.video-slider-img-frame .slider-block-wrap .carousel,
.video-slider-img-frame .slider-block-wrap .carousel .carousel-inner,
.video-slider-img-frame .slider-block-wrap .carousel .carousel-inner .carousel-item {
    height: 100%;
}


/*color change of image on hover*/

.grayscale-hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    transition: 0.5s ease-in;
}

.grayscale-hover img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.dark-mode .green-block-wrap.green-link-frame .wrap-green-center h5,
.dark-mode .wrap-all-div-frame .wrap-frame-red .department-description {
    color: #fff;
}

.ticketing-tool {
    opacity: 0;
    transition: opacity 0.3s;
}

.ticketing-tool.visible {
    opacity: 1;
}

#CybotCookiebotDialogPoweredbyImage {
    position: fixed;
    bottom: 20px;
    left: 24px;
    z-index: 99999;
    max-width: 60px;
}

.cookie_bot_mob {
    display: none;
}

@media(max-width:768px) {
    .cookie_bot {
        display: none;
    }

    .cookie_bot_mob {
        left: 24px !important;
        z-index: 10 !important;
        max-width: 54px !important;
        position: absolute !important;
        top: -30px !important;
        display: block;
    }
}

/** Media Queries **/

@media only screen and (min-width: 767px) and (max-width: 1650px) {
    .animation-carousel .animated-frame .carousel-caption {
        left: 97px;
        right: 97px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .select.news-list-all .team.team-content {
        width: 50%;
    }
}

@media only screen and (min-width: 993px) {

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 55px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .footer-bottom ul li {
        /* padding: 13px 23px; */
        padding: 0px;
    }

    .count-down-wrap {
        margin-top: -65px;
    }
}

@media only screen and (min-width: 1300px) {
    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .img-left-over {
        padding: 160px 0;
    }
}

@media only screen and (max-width: 1300px) {
    /* .static-header .lang-menu {
        position: absolute;
        right: 50px;
        top: 20px !important;
    } */

    .news .news-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .team.team-content .team-block {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-team-block .row {
        flex-wrap: nowrap;
    }

    /* .news-team-block section.section.team.team-content {
        width: 33.33%;
    } */

    .news-team-block .team.team-content .team-block {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    /*.container-fluid {
        max-width: 1790px;
    }*/
    .footer .footer-final {
        padding-left: 50px;
    }

    .social-icons-tag .foot-icon-social li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .social-icons-tag .foot-icon-social li {
        margin-right: 30px;
    }

    .footer-center-content .foot-wrap-second ul li {
        margin-right: 3px;
    }

    .page-intro {
        padding: 0;
    }

    .page-intro h1 {
        text-align: center;
    }

    .testimonial-wrapper .testimonial-div .testimonial-head {
        margin-bottom: 50px;
    }

    /* .team-main.feature-box .thumbnail .caption {
        padding: 18px 20px 30px 20px;
        float: none;
    } */
}

@media only screen and (min-width: 1025px) {

    .static-header .menu-area .mainmenu .collapse ul li:hover>ul,
    .static-header .menu-area .mainmenu .collapse ul li:focus-within>ul {
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 2;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        width: 100%;
        padding: 69px 141px !important;
        overflow-x: hidden;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        justify-content: flex-start !important;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        display: none;
    }

    header .navbar .navbar-nav>li.megadrop>ul li {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 20px;
        word-break: break-word;
        white-space: normal;
    }

    header .navbar .navbar-nav>li.megadrop:hover>.dropdown-menu {
        display: flex !important;
    }

    section.img-left-frame.banner-all-wrap.banner-full-frame .container {
        padding-left: 0;
    }

    .dropup:hover>.dropup-content {
        display: block;
    }

    .dropup:focus-within>.dropup-content {
        display: block;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 100%;
        bottom: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
    }

    .sidebar-menu .side-menu {
        overflow-y: visible;
    }

    .sidebar-menu .side-menu {
        overflow-y: initial;
    }
}

@media only screen and (max-width: 1024px) {
    .animation-carousel .animated-frame .carousel-caption h3 {
        font-size: 25px;
    }

    .animation-carousel .animated-frame .carousel-caption h4 {
        font-size: 20px;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 100%;
        bottom: 0px;
    }

    .wrap-all-div-frame .wrap-frame-red {
        padding: 20px 20px;
        margin-bottom: 30px;
    }

    header .sidebar-menu .side-menu .menu {
        overflow-y: auto;
        min-height: 200vh;
        z-index: 999;
        padding-bottom: 150px;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 25px 72px;
    }

    ul.social-icon-ul-foot li {
        max-width: 43px;
    }

    .bg-img-frame .wrap-img-right {
        right: 0;
        max-width: 250px;
        top: 100px;
        margin: auto;
        left: 0;
    }

    .logo-wrapper {
        margin-bottom: 10px;
    }

    .logo-wrapper img {
        max-width: 120px;
    }

    .team-calender .team-block .team-img {
        height: auto;
    }

    .top-logo img {
        transition: width 0.2s ease-in-out;
    }

    header.sticky .top-logo img {
        width: 188px;
    }

    header .navbar .navbar-nav>li {
        margin: 0;
        padding: 0 15px 0 2px;
    }

    /* header .navbar span.dropdown-toggle:after {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    header .navbar span.dropdown-toggle {
        position: absolute;
        top: 3px;
        right: 0;
        padding-left: 5px;
        height: 30px;
        width: 30px;
    } */

    header .sidebar-menu .side-menu .menu {
        margin: 21px 0;
    }

    .slider-banner .wrap-box-content .wrap-light-box {
        padding: 25px;
    }

    .testimonial-wrapper .testimonial-div {
        padding: 80px 0;
    }

    .testimonial-wrapper .testimonial-head .testimonial-content {
        padding: 50px 28px;
    }

    .footer .footer-final {
        padding-left: 0;
    }

    .footer-bottom ul li {
        padding: 13px 23px;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1440px) {

    /* .sidebar-menu .side-menu .menu li.show {
  position: inherit;
  }
  
  .sidebar-menu .side-menu .menu li>span.dropdown-toggle {
  
  top: -36px;
  position: relative;
  float: right;
  } */
    .sidebar-menu .side-menu .menu>li:hover::after {
        content: " ";
        position: relative;
        right: -30px;
        top: -44px;
        float: right;
    }

    .sidebar-menu .side-menu .menu>li.dropdown:hover::after {
        content: " ";
        position: relative;
        right: -31px;
        top: -45px;
    }
}

@media only screen and (min-width: 993px) {
    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        column-count: 3;
        margin: 0;
        padding: 10px;
    }

    /* header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu,
    header .navbar .navbar-nav>li.megadrop:nth-last-child(3) .dropdown-menu {
        left: calc(100% - 700px);
    } */

    header .navbar .navbar-nav>li.megadrop>ul li a {
        word-break: break-word;
        white-space: normal;
    }

    .banner-main.right-img-icon .right-wrap {
        padding: 112px 70px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .right-wrap {
        padding: 35px 40px;
    }

    .banner-main.right-img-icon .banner-caption h2 {
        margin-top: -73px;
    }

    .banner-main.right-img-icon .right-wrap {
        width: 50%;
        /* padding: 70px; */
    }

    header .navbar span.dropdown-toggle:after {
        content: " ";
    }

    /* .menu-area .navbar .navbar-nav a.sidemenu-toggler {
        padding: 34px 13px;
        background: url("../images/burger_menu.svg") no-repeat center;
        background-size: 30px;
        cursor: pointer;
    }

    .sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler {
        background: url("../images/burger_menu-sticky.svg") no-repeat center;
        background-size: 30px;
    } */

    /* third -level position*/
    .static-header .menu-area .mainmenu .collapse ul ul ul ul {
        right: 0;
        left: 100%;
    }

    .static-header .menu-area .mainmenu .collapse .dropdown-menu ul.title {
        display: block;
        position: relative;
        width: auto;
        top: 0;
        min-width: auto;
        column-count: 3;
    }

    .static-header .menu-area .mainmenu .collapse ul ul li {
        padding-top: 0px;
        padding-bottom: 0px;
        list-style: none;
    }

    /*megamenu */
    header .navbar-expand-lg .navbar-nav,
    header .navbar.navbar-custom,
    .sticky-header.sticky .navbar {
        padding-bottom: 0;
    }

    header .navbar-expand-lg .navbar-nav {
        padding-top: 0;
    }

    header .navbar .navbar-nav>li .dropdown-menu {
        top: 90px;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        padding: 75px 11px 29px 15px;
        position: relative;
        word-break: keep-all;
    }

    header .navbar .navbar-nav>li .nav-link::before {
        content: " ";
        height: 5px;
        width: 100%;
        position: absolute;
        top: 64px;
        left: 0px;
        display: none;
    }

    header .navbar .navbar-nav>li .nav-link:hover:before,
    header .navbar .navbar-nav>li.dropdown.active>.nav-link::before {
        background-color: #004a6f;
    }

    .sticky-header.sticky .navbar .navbar-nav>li.dropdown.active>.nav-link::before,
    .sticky-header.sticky .navbar .navbar-nav>li .nav-link:hover:before {
        background-color: #fff;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -20px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 40px;
    }

    .teamslide-wrapper.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -25px;
        right: -30px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-main.right-img-icon .right-wrap {
        padding: 35px 50px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 993px) {
    .static-header .menu-area .mainmenu .collapse ul li:hover>ul {
        display: none;
    }

    /*Main slider Skewed Video/ Banner*/
    .slider-section .slider.left-block:hover {
        left: -100px;
    }

    .slider-section .slider.left-block {
        left: -85px;
    }
}

@media only screen and (max-width: 992px) {

    /*Main slider Skewed Video/ Banner*/
    .slider-section .lists.show,
    .slider-section .lists.show-btn {
        transform: matrix(1, 0, 0, 1, 0, -30);
    }

    .slider-section .slider.left-block .div-block {
        transform: skew(0deg);
    }

    .slider-section .slider .div-block h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.3;
    }

    .slider-section .slider.left-block .carousel-control-prev {
        left: 0;
    }

    .slider-section .slider.left-block .div-block,
    .slider-section .slider.right-block .div-block {
        padding-top: 80px;
    }

    .slider-section.video-slider-img-frame .video-banner-demo video {
        width: 100vw;
        height: 100%;
    }

    .slider-section .slider.left-block .div-block {
        left: 0;
        right: 0;
        padding-left: 0 !important;
    }

    .slider-section.video-slider-img-frame .slider.right-block:hover,
    .slider-section.video-slider-img-frame .left-block,
    .slider-section.video-slider-img-frame .right-block,
    .slider-section .slider.left-block:hover {
        width: 100%;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        left: 0;
        right: 0;
    }

    .slider-section.video-slider-img-frame .slider.right-block {
        text-align: left;
        width: 100%;
        height: auto;
        position: initial;
        transform: none;
        border-left: 0;
    }

    .slider-section .slider.left-block .slider-block-wrap {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100%;
    }

    .video-slider-img-frame .left-block .video-banner-demo video,
    .video-slider-img-frame .right-block .video-banner-demo video {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .video-slider-img-frame .slider-block-wrap,
    .video-slider-img-frame .slider-block-wrap .carousel,
    .video-slider-img-frame .slider-block-wrap .carousel .carousel-inner,
    .video-slider-img-frame .slider-block-wrap .carousel .carousel-inner .carousel-item {
        height: 400px;
    }

    .slider-section .slider.left-block .before-block {
        left: 0;
        background-size: 100vw auto;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom: 3px solid white;
        text-align: left;
        transition: left 300ms;
    }

    .slider-section .slider.right-block {
        position: initial;
        transform: none;
        border-left: 0;
    }

    .slider-section:hover .slider.left-block .before-block {
        transform: none;
    }

    .slider-section .slider.left-block .before-block {
        border-bottom: 0;
    }

    .slider-section .slider.right-block .div-block {
        transform: none;
        /* padding-left: 0; */
    }

    .slider-section .slider.right-block {
        text-align: left;
        height: auto;
    }

    .slider-section .slider.right-block .div-block a {
        z-index: 9;
        position: relative;
    }

    .slider-section .slider.left-block {
        height: auto;
    }

    .slider-section .slider.left-block .div-block {
        padding-left: 0;
    }

    .slider-section .down-arrow {
        display: none;
    }

    .slider-section h1 {
        font-size: 36px;
    }

    .slider-section .slider.left-block .div-block {
        padding-left: 20px;
        margin: 0 20px 0 20px;
    }

    .slider-section .slider.right-block .before-block {
        transform: none;
        background-position: center;
        background-size: cover;
        right: 0;
        transition: none;
    }

    .slider-section .slider.right-block .before-block:hover {
        right: 0;
    }

    .slider-section .btn-wrap a {
        line-height: 35px;
        height: 35px;
        font-size: 90%;
    }

    .slider-section .slider.right-block .div-block {
        padding-right: 20px;
    }

    /*Main slider Skewed Video/ Banner End*/
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    a {
        word-break: break-word;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -44px;
    }

    .navbar-toggler-icon {
        visibility: hidden;
    }

    .navbar-toggler {
        background: url("/typo3conf/ext/spt_package/Resources/Public/img/menu_primary.svg") no-repeat center;
        background-size: contain;
    }

    .sticky-header.sticky .navbar-toggler {
        background: url("/typo3conf/ext/spt_package/Resources/Public/img/menu_white.svg") no-repeat center;
        background-size: contain;
    }

    /*********/
    .banner-main.img-left-frame.right-img-icon {
        min-height: 500px;
    }

    .banner-main.right-img-icon .banner-caption h2 {
        font-size: 25px !important;
        color: #fff !important;
    }

    .banner-main.right-img-icon .banner-caption {
        min-height: 100%;
        width: 100%;
        bottom: auto;
        top: 80px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        top: 0;
        padding-right: 30px;
    }

    .banner-main.right-img-icon .right-wrap {
        width: 100% !important;
        padding: 20px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: 0;
        right: -45px;
    }

    header .navbar .navbar-nav>li {
        margin: 0;
        padding: 0 13px 0 15px;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        width: 35px;
        height: 35px;
        top: 4px;
    }

    /* header .navbar .navbar-nav>li.dropdown.show>span.dropdown-toggle {
  transform: rotateX(180deg);
  } */
    header .navbar .navbar-nav li.nav-item.show ul.dropdown-menu.second li.show span.dropdown-toggle {
        transform: rotateX(180deg);
    }

    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle{
  transform: rotateX(180deg);
  } */
    .count-down-wrap {
        margin-top: 0;
    }

    .animation-carousel .animated-frame .carousel-caption {
        top: 30%;
    }

    .animation-carousel .carousel .carousel-item {
        height: 400px !important;
    }

    .counter-frame .counter-img-wrap img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    /* .banner-main .right-wrap {
        width: 50%;
    } */

    .banner-full-frame .banner-flex-center {
        padding: 29px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
    }

    .sticky-header.sticky .navbar,
    header .navbar.navbar-custom {
        padding: 0;
    }

    .team.team-content .news {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-icons-tag {
        padding-bottom: 35px;
    }

    .footer-final-foot ul {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .footer .footer-final .foot-all-main {
        margin-bottom: 25px;
    }

    header .navbar-expand-lg .navbar-nav {
        overflow-y: auto;
        max-height: 57vh;
        z-index: 999;
    }

    .img-yellow.img-left-frame .left-content-overlay img {
        max-width: 180px;
    }

    .img-yellow.img-left-frame .left-content-overlay {
        min-height: 150px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .wrap-box-content .wrap-light-box h5 {
        font-size: 18px;
    }

    .social-icons-tag ul {
        padding-right: 10px;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        column-count: 1;
    }

    header .navbar .navbar-nav>li.megadrop>ul li {
        margin-bottom: 0;
    }

    .footer .foot-all-p>img {
        margin: auto;
    }

    /* header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
        border-bottom: 1px solid #fff;
    } */

    header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
        padding-left: 15px;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        margin: 0 0;
    }

    header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.third li a {
        padding-left: 30px;
    }

    header .navbar .navbar-nav>li.dropdown.show>ul.dropdown-menu.second>li a,
    header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second li a {
        border-bottom: 1px solid #fff;
    }

    header .navbar-collapse {
        padding: 0 0px 0;
    }

    .sticky-header.sticky.innerpage-head .top-logo,
    .sticky-header.innerpage-head .top-logo {
        padding: 23px 20px;
        width: 100%;
        text-align: left;
    }

    .sticky-header.sticky .feature-wrap a.sidemenu-toggler,
    .sticky-header .feature-wrap a.sidemenu-toggler {
        top: 36px;
        right: 20px;
    }

    header .navbar-collapse .navbar-nav .nav-item {
        z-index: 0;
        /**********/
        border-bottom: 1px solid rgba(3, 78, 107, 0.2);
    }

    header.sticky-header.innerpage-head .navbar .icon-bar {
        background: #cb0133;
    }

    header.sticky-header.sticky.innerpage-head .navbar .icon-bar {
        background: #fff;
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 25px;
    }

    .feature-wrap ul.wrao-left-nav {
        text-align: center;
    }

    ol.breadcrumb {
        justify-content: center;
        align-items: center;
    }

    header .navbar .icon-bar {
        width: 85%;
        height: 3px;
        margin-bottom: 5px;
        display: block;
        border-radius: 1px;
    }

    header .navbar .navbar-nav>li.dropdown>span.dropdown-toggle {
        right: 11px;
        color: #999999;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-menu a {
        color: #fff;
        background-color: #cb0133;
    }

    .footer-bottom ul li {
        padding: 13px 5px;
    }

    .wrap-frame-blue-text {
        text-align: center;
    }

    .img-background {
        min-height: 600px;
    }

    .frame-head.alt-title h2,
    .frame-head.alt-title .conact-p {
        display: inline-block;
        left: 13px;
        top: 24px;
        margin-bottom: 0;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        text-align: left;
    }

    .innerpage-head .navbar .navbar-nav>li.dropdown .nav-link {
        color: #000 !important;
    }

    .innerpage-head .navbar .navbar-nav>li.dropdown>span.dropdown-toggle {
        color: #000 !important;
        width: 35px;
        height: 35px;
        z-index: -1;
        /**********/
    }

    .sticky-header.sticky .navbar .nav-link,
    .sticky-header.sticky .navbar .dropdown-toggle,
    .sticky-header .navbar .nav-link,
    .sticky-header .navbar .dropdown-toggle {
        color: #fff;
    }

    .img-block .img-block-three-col,
    .video-gallery.three-column .video-gallery-block {
        max-width: 100%;
        margin: auto;
    }

    .video-inner .head-video-wrap.fullscreen-video iframe {
        width: 100%;
        height: 500px;
    }

    .banner-main .right-wrap {
        padding: 38px 25px;
    }

    .banner-main .left-wrap {
        padding: 38px 30px;
    }

    .video-inner .head-video-wrap iframe {
        width: 100%;
        height: 500px;
    }

    .video-inner .head-video-wrap {
        height: 500px;
        min-height: 500px;
    }

    .section-bg-left.img-left-over .img-left {
        width: 50%;
    }

    .img-left-over .right-text {
        padding: 30px;
    }

    .img-left-over {
        padding: 59px 0;
    }

    .innerpage-head .navbar a.sidemenu-toggler i {
        visibility: visible;
        padding: 12px 12px 12px 12px;
        margin: 7px 16px 0;
    }

    .innerpage-head.sticky .navbar a.sidemenu-toggler i,
    .innerpage-head.sticky ul.lang-menu li a,
    .innerpage-head.sticky ul.lang-menu li {
        color: #fff;
    }

    .sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler i {
        color: #fff;
        background: #004a6f;
    }

    .footer {
        text-align: center;
    }

    .footer .footer-content-auto {
        margin-top: 30px;
    }

    .foot-line {
        border-right: transparent;
    }

    .footer .footer-icons {
        margin: 30px;
    }

    .wrap-footer-bottom ul.lang-menu {
        position: relative;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 25px 36px;
    }

    .two-col-team .img-ul-wrap ul li img {
        max-width: 140px;
    }

    .wrap-box-content .wrap-light-box::after,
    .wrap-box-content .wrap-light-box:hover::before {
        right: 23px;
    }

    header .navbar .navbar-nav>li.megadrop:last-child .dropdown-menu,
    header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu {
        left: 0;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        min-width: 100%;
    }

    .two-col-team .img-ul-wrap ul li {
        margin-right: 32px;
    }

    .two-col-team .wrapper-box h2 {
        font-size: 45px;
    }

    .banner-full-frame .left-content-overlay {
        min-height: 500px;
        height: 500px;
    }

    .banner-all-wrap.banner-full-frame {
        min-height: auto;
    }

    .content-banner-text {
        padding: 0 0 0 0;
    }

    .banner-two-col .img-right-banner,
    .banner-two-col .img-left-banner {
        min-height: 395px;
    }

    .banner-two-col .content-left-banner,
    .banner-two-col .content-right-banner {
        padding: 20px;
    }

    .banner-two-col .content-left-banner h5 {
        padding-bottom: 15px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-navopen {
        min-height: 55px;
        background-color: #000;
        position: relative;
        display: none;
    }

    .footer-navopen.footopen::before {
        content: " ";
        position: absolute;
        background-image: url(../images/cancel.svg);
        background-position: center;
        background-size: contain;
        width: 18px;
        height: 18px;
        left: calc(100% - 50%);
        right: 0;
        top: 17px;
        background-repeat: no-repeat;
    }

    .footer-navopen::after {
        content: " ";
        position: absolute;
        background-image: url(../images/menu.svg);
        background-position: center;
        background-size: contain;
        width: 18px;
        height: 18px;
        left: calc(100% - 50%);
        right: 0;
        top: 17px;
        background-repeat: no-repeat;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 0;
        bottom: 0px;
    }

    .footer-navopen.footopen::after {
        content: " ";
        background-image: none;
    }

    .footer-bottom ul.dropup-content {
        position: relative;
        bottom: -17px;
    }

    .wrap-footer-bottom .foot-ul-foot li {
        display: block;
    }

    .footer-bottom ul {
        padding-left: 0;
        text-align: center;
        display: block !important;
    }

    .teamslide-wrapper .carousel-item {
        min-height: 392px;
    }

    .teamslide-wrapper.banner-main .right-wrap {
        background: #cb0133;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) {
    .news-wrap .right-img img {
        float: right;
    }
}

@media only screen and (max-width: 767px) {

    .news .news-block .team-imgs .news-img-caption,
    .article .news-img-wrap .news-img-caption {
        font-size: 30px !important;
    }

    /*Main slider Skewed Video/ Banner*/
    .slider-section .slider.left-block .div-block,
    .slider-section .slider.right-block .div-block {
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px;
    }

    .slider-section .slider.right-block .before-block {
        background-size: cover;
    }

    .slider-section .slider.left-block .before-block {
        background-size: cover;
    }

    /*Main slider Skewed Video/ Banner End*/
    .feedback .btn {
        top: 75% !important;
    }

    .banner-main.right-img-icon .banner-caption {
        min-height: 100%;
        width: 100%;
        top: 80px;
        bottom: auto;
    }

    .banner-main.right-img-icon .right-wrap {
        padding: 20px 25px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img img {
        max-width: 40px;
        height: 20px;
        width: 30px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        position: absolute;
        right: -15px;
        bottom: 0;
    }

    .footer .foot-line {
        min-height: 170px;
    }

    .team-content .team-block .team-imgs img {
        height: 450px;
        object-position: top;
    }

    .animation-carousel .animated-frame .carousel-caption h3 {
        font-size: 20px;
    }

    .animation-carousel .animated-frame .carousel-caption h4 {
        font-size: 18px;
    }

    .counter-frame.banner-full-frame,
    .counter-frame .count-down-child {
        min-height: 130vh;
    }

    .tx-spt-countdown #days,
    .tx-spt-countdown #hours,
    .tx-spt-countdown #minutes,
    .tx-spt-countdown #seconds {
        font-size: 40px !important;
    }

    .team-block .team-img {
        background-position: top;
    }

    .counter-frame .text-counter h4 {
        padding-left: 0;
    }

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 11px !important;
    }

    .team.team-content .team-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .banner-two-col .content-left-banner h5 {
        padding-bottom: 15px;
    }

    .banner-two-col .content-wrapbackground,
    .banner-two-col .img-right-banner {
        width: 100%;
    }

    .wrap-all-div-frame .wrap-frame-red {
        padding: 20px 20px;
        margin: 0 50px 10px;
    }

    .wrap-all-div-frame .row-cols-custom .wrap-frame-red {
        padding: 20px 20px;
        margin: 10px 0px !important;
    }

    /*****************/
    .footer .footer-final .foot-all-main {
        margin-bottom: 0;
        padding-bottom: 40px !important;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        column-count: 1;
    }

    /* .wrap-all-div-frame .wrap-frame-red .head-wrap-center {
        justify-content: flex-start;
    } */

    .wrap-box-content .wrap-block-green {
        margin-bottom: 30px;
    }

    .wrap-box-content .wrap-block-green:hover::after {
        bottom: 20px;
        right: 7px;
    }

    .wrap-all-div-frame .wrap-frame-red h5 {
        width: 100%;
    }

    .innerpage-head .top-logo img,
    .sticky.innerpage-head .top-logo img {
        max-width: 170px;
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 17px;
    }

    .two-row-img .left-text-over {
        min-height: 200px;
    }

    .two-row-img .right-text-over {
        text-align: center;
        float: none;
    }

    .two-col-team .img-ul-wrap ul {
        text-align: center;
        float: none;
    }

    .whatsapp-frame,
    .logo-right-frame {
        padding-top: 0 !important;
        padding-bottom: 45px;
    }

    .whatsapp-frame .left-text,
    .logo-right-frame .left-text {
        padding: 30px 0;
    }

    .person-wrap ul {
        flex-direction: column;
    }

    .sticky-header.sticky .feature-wrap a.sidemenu-toggler,
    .sticky-header .feature-wrap a.sidemenu-toggler {
        top: 36px;
        right: 23px;
    }

    .page-title.feature-wrap.style-1 a {
        font-size: 15px;
    }

    .icon-social-list.icon-bar {
        top: 35%;
    }

    /* .lang-menu {
        position: absolute;
    } */

    .page-title .breadcrumb {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .feature-wrap h1 {
        text-align: left;
    }

    .page-title {
        padding: 64px 0 87px;
    }

    .page-intro .breadcrumb {
        justify-content: center;
    }

    .section {
        padding: 40px 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination-wrapper .pagination {
        padding: 15px;
    }

    .sticky-header .navbar-toggler-icon .icon-bar {
        background: #000;
    }

    .sticky-header.sticky .navbar-toggler-icon .icon-bar {
        background: #fff;
    }

    header .navbar .navbar-toggler {
        transition: top 0.2s ease-in-out;
    }

    .top-logo {
        width: auto;
        padding-left: 27px !important;
    }

    header .navbar-collapse {
        background-color: #fff;
    }

    header.sticky .navbar .navbar-toggler {
        top: -34px;
    }

    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle {
  transform: rotateX(0deg);
  } */
    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle::after {
  transform: rotateX(180deg);
  } */
    header .navbar-collapse .navbar-nav {
        margin-bottom: 20px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }

    header .navbar .navbar-nav>li.dropdown .nav-link:hover {
        color: #336699;
    }

    header .navbar-collapse .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }

    header .navbar span.dropdown-toggle:after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        transition: transform 0.3s ease-in-out;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        padding-left: 0;
    }

    .sticky-header.sticky .navbar .nav-link,
    .sticky-header.sticky .navbar .dropdown-toggle,
    .sticky-header .navbar .nav-link,
    .sticky-header .navbar .dropdown-toggle {
        color: #fff;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        top: 5px;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-menu a {
        color: #fff;
    }

    .innerpage-header .navbar {
        padding: 10px 0 0;
    }

    .innerpage-header .top-header .contact-icons li {
        padding: 0 10px 0 0;
    }

    .team-blog .team-block .team-detail {
        text-align: center;
    }

    .footer {
        position: relative;
        text-align: center;
        margin: auto;
    }

    .footer .img {
        margin: auto;
    }

    .footer .wrap-first-img {
        margin: auto;
    }

    #totop {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 25px;
        bottom: 0;
        top: -30px;
        left: auto;
    }

    .banner-main {
        min-height: 500px;
    }

    .banner-main .right-wrap {
        padding: 30px;
        width: 100%;
    }

    .img-block .img-block-three-col .img-wrap-block {
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .img-block .img-block-three-col .img-wrap-block img {
        max-height: 200px;
    }

    .section-bg-left.img-left-over .img-left {
        position: relative;
        min-height: 400px;
        width: 100%;
    }

    .social-icons-tag .wrap-social-icon ul {
        margin-bottom: 0;
        padding-left: 0;
        text-align: center;
    }

    .wrap-footer-bottom,
    .social-icons-tag ul {
        text-align: center;
    }

    .wrap-footer-bottom ul.lang-menu {
        float: none;
    }

    .footer .social-icons-tag .social-icons-types {
        display: block;
    }

    .wrap-all-div-frame .wrap-frame-red {
        min-height: 200px;
    }

    .img-left-frame.lazy.img-yellow {
        background-position: right !important;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 10px 14px;
    }

    .ul-list-warp.foot-bg ul {
        text-align: center;
    }

    .two-column-bg-frame .section-bg-left .img-left,
    .left-content-bg .img-right {
        position: relative;
        min-height: 400px;
        width: 100%;
    }

    .two-column-bg-frame .section-bg-left,
    .left-content-bg {
        padding-top: 0;
    }

    .two-column-bg-frame .section-bg-left .right-text,
    .left-content-bg .left-text {
        padding: 30px 0;
    }

    .wrap-box-content .wrap-light-box {
        min-height: 90px;
        height: auto;
        margin-bottom: 10px;
    }

    .wrap-box-content .wrap-light-box::after {
        top: 0;
    }

    .wrap-box-content .wrap-light-box:hover::before {
        top: 36px;
    }

    .green-block {
        margin-bottom: 15px;
    }

    .home-img.two-row-img .right-text-over {
        text-align: center;
    }

    .sidemenu-overlay {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {
    .social-icons-tag ul {
        padding-right: 0px;
    }

    .social-icons-tag .foot-icon-social li {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .team-content .team-block .team-imgs img {
        height: 280px;
        min-height: 280px;
    }

    .counter-frame.banner-full-frame,
    .counter-frame .count-down-child {
        min-height: 100vh;
    }

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 24px !important;
        margin-bottom: 18px;
    }

    header .navbar-toggler {
        top: 18px;
    }

    .top-logo {
        width: 100%;
        display: block;
        text-align: center;
    }

    header .navbar-brand {
        display: block;
        text-align: center;
    }

    .top-logo img {
        margin: 0 auto;
    }

    .pretty .state label {
        text-indent: 0;
        white-space: normal;
        line-height: 1.4;
    }

    .pretty .state label:after,
    .pretty .state label:before {
        top: 0;
    }

    .pagination-wrapper .pagination {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-wrapper .pagination li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination-wrapper .pagination li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    .testimonial-wrapper .testimonial-div .testimonial-img {
        position: relative;
        width: auto;
        margin: auto;
        margin-left: auto;
        text-align: center;
        display: inline-block;
        margin-right: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .testimonial-wrapper .testimonial-div .testimonial-head {
        margin-bottom: 35px;
    }
}


/* landscape view of phones */

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    header .sidebar-menu .side-menu .menu {
        padding-bottom: 300px;
    }
}


/* IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .green-block-wrap .green-block,
    .img-yellow.img-left-frame .left-content-overlay {
        display: table !important;
        width: 100%;
    }

    .green-block-wrap .green-block .wrap-green-center,
    .img-yellow.img-left-frame .left-content-overlay .yellow-center {
        vertical-align: middle;
        display: table-cell;
    }

    .wrap-box-content .wrap-light-box::after {
        width: 30px;
        height: 100%;
        right: 50px;
        bottom: 0;
    }

    .wrap-box-content .wrap-light-box:hover::before {
        content: " ";
        width: 23px;
        height: 100%;
        top: 0;
        bottom: 0;
    }

    .navigation-social-icons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 20px;
        text-align: center;
    }

    .navigation-social-icons .social-icons-tag .wrap-social-icon ul {
        margin-left: 0;
        padding-left: 0;
    }

    .dark-content .dark-content-wrap>.dark-img {
        height: 200px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        display: table;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        display: table-cell;
        vertical-align: bottom;
    }
}


/* Microsoft Edge */

@supports (-ms-ime-align: auto) {}

.news .news-block .team-imgs,
.article .news-img-wrap {
    position: relative;
}

.news .news-block .team-imgs .news-img-caption p,
.article .news-img-wrap .news-img-caption p {
    margin-bottom: 0;
    padding-bottom: 2px;
}

.news .news-block .team-imgs .news-img-caption,
.article .news-img-wrap .news-img-caption {
    background: rgba(0, 0, 0, 0.5);
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #004a6f;
    padding: 5px 30px;
    word-break: break-word;
    text-shadow: 2px 2px 4px #000000;
}

.news .news-block .team-imgs .news-img-caption {
    width: 100%;
}

.article .news-img-wrap .news-img-caption {
    width: 533px;
}

.video-autoplay-top-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.26%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.video-autoplay-top-wrap iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #CybotCookiebotDialogPoweredbyImage {
        max-width: 70px;
        left: -10px;
    }
}


/* accordion and image gallery styles */

.bg-grey {
    background-color: #004a6f;
}

.spt_accordion {
    color: #fff;
}

.spt_accordion h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.spt_accordion .card {
    border: 0;
    background-color: #004a6f;
    margin-bottom: 15px;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}


/* .spt_accordion .card:last-child {
          border-bottom: 1px solid rgba(250, 250, 250, 0.1);
      } */

.spt_accordion .card a {
    display: block;
}

.spt_accordion .card .card-header {
    background: #004a6f;
    padding: 0;
    border: 0;
}

.spt_accordion .card .card-header .card-link {
    display: block;
    padding: 20px 20px;
    padding-right: 50px;
    font-weight: 600;
    color: inherit;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.spt_accordion .card .card-header .card-link::after {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #fff;
    font-size: 30px !important;
    line-height: 31px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    font: normal normal normal 14px/1 FontAwesome;
    content: "+";
}

.spt_accordion .card .card-header .card-link[aria-expanded="true"]::after {
    transform: rotate(180deg);
    content: "-";
}

.spt_accordion .card .card-body {
    padding-left: 20px;
    font-size: 20px;
}

.team .text-color-red,
.team a {
    color: #004a6f;
}

.team h2 {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .team h2 {
        font-size: 40px;
    }
}

.team .team-image-wrapper {
    position: relative;
    height: 100%;
    height: 439px;
    cursor: pointer;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .team .team-image-wrapper {
        height: 320px;
    }
}

.team .team-image-wrapper .left-bottom-content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    opacity: 0;
    transform: translateX(-30%);
    transition: all 0.7s;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .left-bottom-content {
              transform: none;
              opacity: 0;
          }
      }*/

.team .team-image-wrapper .left-bottom-content h4 {
    background-color: #004a6f;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper .left-bottom-content h4 {
        font-size: 14px;
    }
}

.team .team-image-wrapper .left-bottom-content p {
    background-color: #000;
    padding: 5px;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .team .team-image-wrapper .left-bottom-content {
        bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper .left-bottom-content p {
        font-size: 14px;
    }
}

.team .team-image-wrapper .right-top-content {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    transform: translateY(-30%);
    transition: all 0.7s;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .right-top-content {
              transform: none;
              opacity: 1;
          }
      }*/

.team .team-image-wrapper .right-top-content p {
    margin-bottom: 0;
}

.team .team-image-wrapper .right-top-content p a {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
}

.team .team-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper img {
              position: relative;
          }
      }*/

.team .team-image-wrapper .having-border {
    opacity: 0;
    transform: scale(1.1);
    transition: 1s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .having-border {
              transform: none;
              opacity: 1;
          }
      }*/

.team .team-image-wrapper .without-border {
    transition: 1s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .without-border {
              display: none;
          }
      }*/

.team .team-image-wrapper:hover .without-border {
    opacity: 0;
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .without-border {
        opacity: 0;
        transform: scale(1.1);
    }
}

.team .team-image-wrapper:hover .having-border {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .having-border {
        opacity: 1;
        transform: scale(1);
    }
}

.team .team-image-wrapper:hover .left-bottom-content {
    opacity: 1;
    transform: translateX(0%);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .left-bottom-content {
        opacity: 1;
        transform: translateX(0%);
    }
}

.team .team-image-wrapper:hover .right-top-content {
    opacity: 1;
    transform: translateY(0%);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .right-top-content {
        opacity: 1;
        transform: translateY(0%);
    }
}

.team .team-image-wrapper .join-team {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}


/*    @media screen and (max-width: 1200px) {
          .team .team-image-wrapper {
              height: 320px;
          }
      }*/


/*    @media screen and (max-width: 991px) {
          .team .team-image-wrapper {
              height: 410px;
          }
      }*/


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper {
              height: auto;
          }
      }*/


/* accordion and image gallery style ends */


/* slider gallary styles starts */

.select-img-slider .sliderselect-container {
    position: relative;
}

.select-img-slider .sliderselect-container .logo-img {
    position: absolute;
    width: 300px;
    text-align: center;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #cb0133;
    padding: 30px 0;
    z-index: 3;
}

.select-img-slider .sliderselect-container .slides {
    display: none;
}

.select-img-slider .sliderselect-container .slides img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.select-img-slider .prevContainer,
.select-img-slider .nextContainer {
    background-color: rgb(255 255 255 / 30%);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.select-img-slider .prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 0px;
    /*display: none;*/
}

.select-img-slider .prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px;
    /*display: none;*/
}

.select-img-slider .nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0px;
    /*display: none;*/
}

.select-img-slider .next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
    /*display: none;*/
}

.select-img-slider .caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
}

.select-img-slider .sliderselect-container .row {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.select-img-slider .column {
    float: left;
    width: 16.66%;
    margin-left: 0;
    height: 165px;
    overflow: hidden;
}

.select-img-slider .slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
    height: 165px;
    object-fit: cover;
    object-position: center;
}

.select-img-slider .active,
.select-img-slider .slide-thumbnail:hover {
    opacity: 1;
}

.select-img-slider .sliderselect-container .logo-img img {
    max-width: 200px;
}

@media screen and (max-width: 992px) {
    .select-img-slider .sliderselect-container .logo-img {
        top: 0;
    }
}


/* slider gallary styles ends */


/* light mode special styles */

.light-mode .read_more span {
    color: #1d2126;
}

@media screen and (max-width: 767px) {
    .news-team-block .row {
        flex-wrap: wrap;
    }

    .news-team-block section.section.team.team-content {
        width: 100%;
    }
}


/* codes for slider */


/* --------------------------------------------
  
  Homepage navigation (scrolling strokes)
  
  ----------------------------------------------- */

.strokes {
    z-index: 1;
    overflow-y: scroll;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1025px) {
    .strokes {
        position: absolute;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.strokes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.strokes ul li {
    width: 100vw;
    height: 25vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .strokes ul li {
        height: 15vh;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .strokes ul li {
        height: 20vh;
    }
}

.strokes ul li a {
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.strokes ul li a section {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.strokes ul li a section h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 1000px) {
    .strokes ul li a section h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 900;
        font-size: 1.75rem;
        letter-spacing: 0;
    }
}

.strokes ul li a section h5 {
    line-height: 1em;
    margin-bottom: 0.1em;
}

.strokes ul li a section * {
    margin-top: 0;
}

.strokes ul li a footer {
    box-sizing: border-box;
    text-align: center;
    display: none;
    padding: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.strokes ul li a footer h5 {
    margin: 0;
    letter-spacing: 0;
}

.strokes ul li a footer p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
}

.strokes ul li a footer i.icon:before {
    top: 25%;
}

.strokes ul li h6 {
    font-weight: 100;
    letter-spacing: 1px;
    opacity: 0.7;
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
    .strokes ul li {
        height: 20vh;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1025px) {
    .strokes ul li {
        display: inline-block;
        width: 25vw;
        height: 100vh;
    }
}

@media only screen and (min-width: 1025px) {
    .strokes ul li a {
        background-color: rgba(0, 0, 0, 0);
    }

    .strokes ul li a section * {
        -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
    }

    .strokes ul li a section h5 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .strokes ul li a section h1 {
        font-size: 28px;
        font-size: 2.8rem;
        opacity: 1;
    }

    .strokes ul li a footer {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        display: block;
    }

    .strokes ul li a footer h5 {
        color: #6c9bae;
        letter-spacing: 0;
    }

    .strokes ul li a footer .icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .strokes ul li a footer .icon:before {
        font-size: 40px;
        font-size: 4rem;
    }

    .strokes ul li a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
    }

    .strokes ul li a:hover section * {
        opacity: 1;
    }

    .strokes ul li a:hover section h1 {
        opacity: 1;
    }

    .strokes ul li a:hover section h5 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .strokes ul li a:hover footer {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


/* --------------------------------------------
  
   The background slideshow
  
  ----------------------------------------------- */

#slideshow {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

#slideshow li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 0;
}

#slideshow li.visible {
    /* The fade animation */
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#slideshow li img {
    display: none;
}


/* --------------------------------------------
  
  The overlay that covers the background
  
  ----------------------------------------------- */

main .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    width: 100%;
    height: 100vh;
}

.post h2 {
    letter-spacing: 0;
}

.tx-spt-businesshours {
    padding: 0;
    border: 1px solid #6a6a6a;
}

.tx-spt-businesshours .today p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 14px;
    color: #fff;
}

.tx-spt-businesshours .day,
.tx-spt-businesshours .time,
.tx-spt-businesshours .holiday-name,
.tx-spt-businesshours .holiday-start,
.tx-spt-businesshours .holiday-end {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.tx-spt-businesshours .holiday {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tx-spt-businesshours .day-time {
    border-bottom: 1px solid rgb(106 106 106);
    padding: 7px 15px;
}

.tx-spt-businesshours .holiday>.row {
    margin: 0 15px;
}

.date-on-image {
    /* position: absolute;
    top: 13px;
    left: 13px;
    background: rgba(255, 0, 139, .6);
    text-align: center;
    border-radius: 5%;
    padding: 2px 7px; */
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    background: #cb0133;
    text-align: center;
    border-radius: 5%;
    margin: 15px;
    color: #fff;
    padding: 6px 10px;
}

.date-on-image h3 {
    margin-bottom: 0;
    color: #fff !important;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* AJ KRISHNA CODE  26-NOV-2021 */

@media (max-width: 992px) {

    .sticky-header.sticky.innerpage-head .top-logo,
    .sticky-header.innerpage-head .top-logo {
        width: auto;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        /* order: 1; */
    }

    #collapsibleNavbar {
        order: 3;
    }

    sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 13px;
        bottom: auto;
        margin: auto;
        /* width: 30px; */
        /* height: 30px; */
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 15px;
    }
}

@media (max-width: 768px) {

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 29px;
    }
}

.event-wrapper h2 {
    color: #004a6f !important;
}

.event-wrapper h2 span {
    border-bottom: 1px solid #004a6f !important;
}

.new-team.team-calender .date-on-image h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.event-wrapper .btn {
    background-color: #004a6f !important;
}

.image-discription a {
    color: #004a6f !important;
}

.event-wrapper .events-details {
    background: transparent !important;
    border: none !important;
}

.blogsocial-share a i {
    background: #004a6f;
    color: #fff;
}

#eventsList p {
    color: #000;
}

#eventsList h4 {
    color: #000;
}


/* Menu third level */

.dropdown-menu.third {
    z-index: 9 !important;
    background: transparent !important;
}

.dropdown-menu.third li.dropdown {
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #cb0133;
}

.dropdown-menu.third li.dropdown:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


/* popup styles */

.bcoverlay {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.bcoverlay .overlay-inner {
    max-width: 600px;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    z-index: 99999;
}

.bcoverlay .overlay-inner p {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.bcoverlay.show {
    display: flex !important;
}

/* .banner-main.img-left-frame.img-general {
    display: none;
} */

.img-right-banner img {
    min-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-head h6 {
    font-size: 16px;
    font-weight: 600;
}

.top-head p {
    font-size: 16px;
    font-weight: 700;
}

.fakten-logo-cent .ce-gallery img {
    display: block;
    margin: auto;
}

.left-ft {
    display: inline-flex;
}

.left-ft img {
    width: 44px;
}

@media only screen and (min-width:767px) {
    .left-ft img {
        width: 44px;
        margin-left: 29px;
        position: absolute;
        top: 110px;
    }
}

/* .foot-all-p img {
    width: 100% !important;
    max-width: 180px !important;
} */

.social-icons-types img {
    width: 30px;
}


/*Banner Slide*/

.vert1 .carousel-item-next.carousel-item-left,
.vert1 .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert1 .carousel-item-next,
.vert1 .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert1 .carousel-item-prev,
.vert1 .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.vert2 .carousel-item-next.carousel-item-left,
.vert2 .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert2 .carousel-item-next,
.vert2 .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100% 0);
}

.vert2 .carousel-item-prev,
.vert2 .active.carousel-item-left {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}


/*Banner Slide*/

.scrollspy-example {
    position: relative;
    height: 250px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.col-lg-6.p-0.left-slide h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .ban-cont {
        padding: 95px 30px !important
    }
}

@media only screen and (max-width: 767px) {
    .ban-cont {
        padding: 86px 20px 0px !important;
    }
}

.ban-cont {
    padding: 20px 130px;
}

.ban-cont p {
    color: #fff;
}


/***********************/


/* NAVIGATION MENU */


/***********************/


/* OVERLAY */

.overlay {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-slide-right {
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}

.overlay-slide-left {
    transition: all 0.8s ease-in-out;
    transform: translateX(-100vw);
}


/* NAV MENU ITEMS */

.hamburger-menu-link ul {
    height: 100vh;
    list-style: none;
    padding-left: 0px;
}

.hamburger-menu-link ul li {
    height: 20%;
}

.hamburger-menu-link li {
    background-color: #004a6f;
}

.hamburger-menu-link li a {
    letter-spacing: 0.4rem;
    font-size: 2rem;
    color: #fff;
}

.hamburger-menu-link li a:hover,
.hamburger-menu-link li a:active {
    transform: scale(1.1);
    color: #fff;
}

.hamburger-menu-link li a:hover:after {
    content: "🠒";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    margin-left: 1rem;
}


/***********************/


/* NAV SLIDE IN ANIMATION */


/***********************/

.slide-in-1 {
    animation: slide-in 0.4s linear 0.2s both;
}

.slide-in-2 {
    animation: slide-in 0.4s linear 0.4s both;
}

.slide-in-3 {
    animation: slide-in 0.4s linear 0.6s both;
}

.slide-in-4 {
    animation: slide-in 0.4s linear 0.8s both;
}

.slide-in-5 {
    animation: slide-in 0.4s linear 1s both;
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


/***********************/


/* NAV SLIDE OUT ANIMATION */


/***********************/

.slide-out-1 {
    animation: slide-out 0.3s linear 0.5s both;
}

.slide-out-2 {
    animation: slide-out 0.3s linear 0.4s both;
}

.slide-out-3 {
    animation: slide-out 0.3s linear 0.3s both;
}

.slide-out-4 {
    animation: slide-out 0.3s linear 0.2s both;
}

.slide-out-5 {
    animation: slide-out 0.3s linear 0.1s both;
}

@keyframes slide-out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/***********************/


/* HAMBURGER MENU ANIMATION */


/***********************/

.hamburger-menu {
    position: absolute;
    top: 1rem;
    right: 2rem;
    z-index: 10;
    cursor: pointer;
}

.menu-bar1,
.menu-bar2,
.menu-bar3 {
    width: 3.5rem;
    height: 0.2rem;
    background-color: #fff;
    margin: 0.8rem 0;
    transition: 0.4s;
}

.menu-bar2 {
    width: 2rem;
    margin-left: auto;
}


/* ROTATE FIRST BAR */

.active .menu-bar1 {
    /* transform: rotate(-45deg) translate(-7px, 8px); */
    transform: rotate(-45deg) translate(-0.7rem, 0.8rem);
}


/* FADE OUT SECOND BAR */

.active .menu-bar2 {
    opacity: 0;
}


/* ROTATE LAST BAR */

.active .menu-bar3 {
    /* transform: rotate(45deg) translate(-6px, -8px); */
    transform: rotate(45deg) translate(-0.6rem, -0.8rem);
}


/***********************/


/* SECTION */


/***********************/

.logo {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
}

.logo:hover,
.logo:active {
    color: #fce38a;
}

.logo img {
    width: 220px;
}


/* BELOW 600px (Phones) */

@media (max-width: 37em) {
    .hamburger-menu {
        top: 0.5rem;
        right: 1rem;
    }

    .logo {
        top: 1rem;
        left: 1rem;
    }
}

.hamburger-menu .close-head {
    display: none;
}

.hamburger-menu.active .close-head {
    display: unset !important;
}

.hamburger-menu.active .main-icon {
    display: none ! important;
}

@media only screen and (max-width: 992px) {
    .main-icon {
        background: #fff;
        padding: 6px;
        width: 36px;
    }
}

.banner-sec {
    background: #004a6f;
}

/*
.dark-mode .line-rob {
    border-top: 1px solid #fff !important;
}
*/

.dark-mode .line-cnt:after {
    background: #fff !important;
    width: 1px;
    height: 500px;
    content: "";
    top: -65px;
    z-index: -1;
    position: absolute;
    right: 0px;
}

.menu-add {
    position: relative;
    top: 22px;
}

/*@media only screen and (min-width:1200px) {
    .slide-work .top-head .main-text {
        top: 55px;
        position: absolute;
    }
}*/


/*Side menu*/

.sidebar {
    height: 100vh;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    /*left: 40%;*/
    background-color: #f9f9f9a8;
    overflow-x: hidden;
    transition: 0.5s;
    /*  padding-top: 60px;*/
}

.sidebar a {
    padding: 24px 8px 24px 8px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.3s;
    /*  width: 330px;
    left: 70px;*/
    position: relative;
}

.menu-cent .cn-menu {
    border-bottom: 1px solid #004a6f;
}

.menu-cent .cn-menu:last-child {
    border-bottom: none;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: relative;
    top: 0;
    /* right: 25px;*/
    font-size: 36px;
    /*  margin-left: 50px;*/
    /*  width: 330px;
    left: 70px;*/
}

.openbtn {
    cursor: pointer;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.dropdown-container a {
    border-bottom: 1px solid #dfdfdf1a !important;
}

.menu-cent {
    background: #000 !important;
    width: 470px !important;
    height: auto !important;
    padding-bottom: 30px;
    min-height: 100vh !important;
    margin: auto !important;
}

@media only screen and (max-width: 768px) {
    .menu-cent {
        background: #000 !important;
        width: 340px !important;
        height: auto !important;
        padding-bottom: 30px;
        min-height: 100vh !important;
        margin: auto !important;
    }
}

/*==================TEAM===================*/

.team .section-title {
    text-align: left;
    margin-bottom: 50px
}

.team__item {
    height: 480px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    background-blend-mode: overlay;
    background: #004a6f5e;
    background-position: center;
    background-size: cover;
}

.team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(33 37 41 / 61%);
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, .5s;
    -o-transition: all, 0.5s, ease-out, .5s;
    transition: all, 0.5s, ease-out, .5s
}

.team__item:hover:after {
    opacity: 1
}

.team__item:hover .team__text {
    top: 0
}

.team__item:hover .team__text .team__title {
    padding: 0 0 26px;
    margin-bottom: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible
}

.team__item:hover .team__text p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.team__text {
    height: 100%;
    /*top: 361px;*/
    position: relative;
    padding: 35px 30px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team__text .team__title {
    padding: 0 0 26px;
    margin-bottom: 26px;
    position: relative
}

.team__text .team__title h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px
}

.team__text .team__title span {
    font-size: 15px;
    color: #ffffff;
}

.team__text p {
    color: #e4e4e4;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team__text .team__social {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.team__text .team__social a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 34px;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.team__text .team__social a:last-child {
    margin-right: 0
}

.team__text .team__social a:hover {
    color: #004a6f;
}

@media(max-width:768px) {
    .team__item {
        height: 350px
    }

    .team__text {
        padding: 25px 20px 20px
    }
}

@media only screen and (min-width: 1200px) {
    .team-row {
        padding: 0% 0% 0% 25%;
    }
}

.team-fakt {
    background-color: #eaeaea;
    cursor: crosshair;
}


/* Infinite Gallery*/

.aboutus .aboutus-content {
    padding-top: 70px;
}

.aboutus .aboutus-content h2.heading-about {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content h2.heading-about {
        font-size: 30px;
    }
}

.aboutus .aboutus-content h2.heading-about span.light-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.aboutus .aboutus-content h2.heading-aboutcolumn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #a68538;
    text-transform: uppercase;
    margin-left: 70px;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content h2.heading-aboutcolumn {
        font-size: 30px;
        margin: 30px 0;
    }
}

.aboutus .aboutus-content h2.heading-aboutcolumn span.color-text {
    color: #fff;
}

.aboutus .aboutus-content ul.list {
    float: right;
    border-top: 0;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .aboutus .aboutus-content ul.list {
        float: none;
    }
}

.aboutus .aboutus-content ul.list .list__item {
    margin-bottom: 30px;
}

.aboutus .aboutus-content ul.list .subhead-li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content ul.list .subhead-li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutus .aboutus-content ul.list .subhead-li {
        padding-left: 20px;
    }
}

.aboutus .feed-back button {
    position: fixed;
    transform: rotate(-90deg);
    top: 80%;
    right: -15px;
    z-index: 9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .aboutus .feed-back button {
        font-size: 20px;
        right: -30px;
    }
}

.aboutus .about-slider {
    padding-top: 70px;
    display: flex;
    align-items: flex-end !important;
}

.aboutus .about-slider .scroll1 {
    display: flex !important;
    flex-direction: column !important;
}

.aboutus .about-slider .scroll1 img {
    vertical-align: bottom;
    max-width: 100%;
    /* width: 295px; */
    height: 330px;
    object-fit: cover;
    margin-right: 10px;
}


/*Infinite Gallery Ends*/

/*.static-header.sticky .openbtn img {
    background: #f4fffb;
    padding: 2px;
}*/

@media screen and (max-width:992px) {

    /* .openbtn img {
        background: #f4fffb;
        padding: 2px;
    }*/
    .top-head {
        text-align: center;
    }

    .rob-bird {
        position: absolute;
        width: 27px;
        right: 27px;
        top: -29px;
    }

    .fakten-logo-cent h5 {
        margin-top: 12px;
    }

    .aboutus .about-slider .scroll1 img {
        vertical-align: bottom;
        max-width: 100%;
        width: 295px;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
    }
}

a.openbtn {
    margin-right: 15px;
}

.ban-cont h2 {
    color: #fff;
}

.left-ft .ce-gallery img {
    display: block;
    margin: auto;
    margin-bottom: 35px;
}

@media screen and (max-width:767px) {
    .left-ft {
        display: unset;
    }

    .footer .img-left-wrap-logo img {
        max-width: 40px;
        width: 40px;
        margin: auto;
    }
}

.light-mode .img-darktheme {
    display: none;
}

.dark-mode .img-lighttheme {
    display: none;
}


/*HOVER IMAGE CONTENT*/
.box-expert {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 5;
    transition: .5s ease;
    background-color: #00000099;
}

.box-expert:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.two-img-s img {
    width: 50%;
    object-fit: cover;
    height: 365px;
}

.text-slide {
    /*  Animation decalaration   */
    animation-name: moveInleft;
    animation-duration: 3s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.swiper-slide img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.swiper-slide {
    margin-top: auto;
}

.animated2 {
    /*background-image: url(/css/images/logo.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    /*background-image: url(/css/images/logo.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;

    -o-transition-timing-function: linear !important;

    transition-timing-function: linear !important;

}

/*Infinity slider new*/
.slick-carousel {
    width: auto;
}

.slick-dots {
    bottom: -30px;
}


/* flipp nihal */



.bann-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 75vh;
    margin-top: 100px;
    margin-bottom: 100px;
}

.two-flipside-sidebar {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.two-flipside-sidebar>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.two-flipside-sidebar h1 {
    font-size: 46px;
    margin-bottom: 10px;
    margin-top: -30px;
    /*  color: black; */
    text-align: left;
    font-weight: 900;
    line-height: 70px;
}

.two-flipside-sidebar p {
    color: #004a6f;
    text-align: left;
    font-weight: bold;
}

.main-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 37%;
    transition: transform 0.5s ease-in-out;
}

.main-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.two-flipside-sidebar button {

    background-color: transparent;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    border-color: #ffffff;
}

.two-flipside-sidebar button:hover {
    color: #222;
}

.two-flipside-sidebar button:focus {
    outline: none;
}

.bann-container .controls button {
    position: absolute;
    left: 80%;
    top: 90%;
    z-index: 100;
    gap: 5px;
}


.bann-container .controls .down-button {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background: transparent;

}

.bann-container .controls .up-button {
    transform: translateY(-100%);
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background: transparent;

}

.bann-container .controls .up-button:hover,
.bann-container .controls .down-button:hover {
    cursor: pointer;
}

.line-rob {
    bottom: 191px;
    display: flex;
    width: 41%;
    position: absolute;
    left: -15px;

}


.line-rob p {
    /* color: #004a6f; */
    font-weight: bold;
}

.line-rob .banner-bottomtxt-sc {
    /* color: black; */
    font-weight: bold;
}

.rob-bird {
    width: 50px;
    position: absolute;
    top: -7px;
    left: 80px;
}

.light-mode .line-black {
    width: 100%;
    position: absolute;
    top: 23px;
    color: black;
    border-top: 1px solid rgb(0 0 0);
}

.dark-mode .line-black {
    width: 100%;
    position: absolute;
    top: 23px;
    color: black;
    border-top: 1px solid rgb(250, 249, 249);
}

.banner-bottomtxt-ft {
    position: absolute;
    right: 10%;
    bottom: -50px;
    font-weight: 700;
}

.banner-bottomtxt-sc {
    position: absolute;
    right: 40%;
    bottom: -50px;
    color: #cb0133;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .bann-container {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 42vh;
        margin-top: 120px;
        margin-bottom: 100px;
    }


}

@media screen and (max-width: 1100px) {
    .two-flipside-sidebar h1 {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 45px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
    .two-flipside-sidebar h1 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 29px;
    }

    .two-flipside-sidebar {
        height: 100%;
        width: 35%;
        position: absolute;
        top: -336px !important;
        left: 0;
        transition: transform 0.5s ease-in-out;
    }

    .main-slide {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50% !important;
        transition: transform 0.5s ease-in-out;
    }
}

@media only screen and (max-width: 768px) {
    .main-slide {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50% !important;
        transition: transform 0.5s ease-in-out;
    }

    .two-flipside-sidebar {
        height: 100%;
        width: 47%;
        position: absolute;
        top: -85% !important;
        left: 0;
        transition: transform 0.5s ease-in-out;
    }

    .two-flipside-sidebar h1 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 32px;
    }

    .bann-container .controls button {
        position: absolute;
        left: 80%;
        top: 85%;
        z-index: 100;
        gap: 5px;
    }

    .line-rob {
        bottom: 452px;
        display: flex;
        width: 41%;
        position: absolute;
        left: -15px;
    }

    .line-rob p {
        color: #004a6f;
        font-weight: bold;
        font-size: 11px;
    }

    .rob-bird {
        width: 50px;
        position: absolute;
        top: -7px;
        left: 40px;
    }

    .line-rob {
        display: none;
    }

    .two-flipside-sidebar p {
        color: #004a6f;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

}

@media only screen and (max-width: 552px) {
    .two-flipside-sidebar h1 {
        font-size: 19px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 32px;
    }
}



/*  wedel-banner*/

.banner-text {
    height: 95vh;
    background-color: #224996;
    padding-right: 0px;
}

.banner-left h3 {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: flex-end;
    padding-left: 48px;
    width: 450px;
}

.banner-image {
    padding-left: 0px;
    /*    height: 100vh;*/

}

.banner-main .right-wrap .wrap-green-content h1 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
}

.vert .carousel-control-next {
    transform: rotate(270deg);
    right:
        60px;
    top: unset;
    margin-bottom:
        65px;
}

.vert .carousel-control-prev {
    right:
        60px;
    top: unset;
    margin-bottom:
        20px;
    /* bottom: 0; */
    left: unset;
    transform: rotate(270deg);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}


/* pancreas site css  */
/* TOP NAV START */
.nav_top_menu {
    background-color: transparent;
    padding: 11px 0px 0px 0px;
}

.sticky .nav_top_menu a {
    color: #fff;
}

.nav_top_menu ul.row>li {
    padding: 0px 41px;
    list-style: none;
}

@media(max-width:1300px) {
    .nav_top_menu ul.row>li {
        padding: 0px 32px;
        list-style: none;
    }
}

@media(max-width:1200px) {
    .nav_top_menu ul.row>li {
        padding: 0px 16px;
        list-style: none;
    }
}

.nav_top_menu ul.row>li:last-child {
    padding: 0px 20px;
}

.search-nav img {
    width: 22px;
}

.search-nav li {
    list-style: none;
}

/* .search-nav {
    margin-right: 1rem;
} */

.lang-menu_mob .lang-menu {
    border-top: 1px solid #e4e4e4;
}

.lang-menu_mob a {
    border-top: transparent !important;
}

.lang-menu_mob .btn-secondary {
    background-color: #004a6f !important;
    border-color: #004a6f !important;
}

@media(max-width:992px) {
    .search-nav {
        display: none;
    }
}

.menu-area {
    /* padding: 26px; */
    padding-top: 0px;
}

@media(max-width:992px) {
    .menu-area {
        padding-top: 0px;
    }
}

.nav_top_menu a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

#search-trigger {
    display: flex;
}

@media(min-width:993px) {
    .mob_ul_topnav li {
        display: none;
        font-size: 16px;
    }

    .social_side_menu {
        padding: 12px 0 10px 15px !important
    }

    .sidebar_nav_menu {
        margin-bottom: 35px;
    }

    .sidebar_nav_menu .lang-menu,
    .sidebar_nav_menu .sidebar_nav_web {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 19px;
    }

    .sidebar_nav_lang,
    .sidebar_nav_web {
        padding-top: 100px;
    }

    .sidebar_nav_menu li a {
        font-size: 16px !important;
        padding: 12px 0 10px 15px !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        color: #004a6f !important;
    }

    .sidebar_nav_menu .header-icon,
    .sidebar_nav_menu .header-icon-white {
        width: 23px;
        display: none;
        margin-right: 11px;
    }

    .sidebar_nav_menu .lang-menu {
        display: flex;
    }

    .light-mode .sidebar_nav_menu .header-icon {
        display: flex;
    }

    .dark-mode .sidebar_nav_menu .header-icon-white {
        display: flex;
    }
}

@media(max-width:992px) {

    .sidebar_nav_menu {
        display: none;
    }

    .nav_top_menu {
        display: none;
    }

    .mob_ul_topnav li a {
        font-size: 16px !important;
        padding: 12px 0 10px 15px !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
    }

    .mob_ul_topnav .header-icon,
    .mob_ul_topnav .header-icon-white {
        width: 23px;
        display: none;
        margin-right: 5px;
    }

    .mob_ul_topnav .lang-menu {
        display: flex;
    }

    .light-mode .mob_ul_topnav .header-icon {
        display: flex;
    }

    .dark-mode .mob_ul_topnav .header-icon-white {
        display: flex;
    }
}

/* TOP NAV END */
/* BANNER SECTION START */
.right-wrap h4 {
    font-size: 87px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 5px;
    color: #004a6f;
}

.left-wrap img {
    width: 266px;
    text-align: center;
}

.right-wrap h5 {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 28px;
    text-transform: uppercase;
    color: #004a6f;
}

.bf-menu {
    display: flex;
    height: 100px;
}

.bf-menu li {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bf-menu li:nth-child(odd) {
    background-color: #004a6f;
}

.bf-menu li:nth-child(even) {
    background-color: #e30613;
}

.bf-menu a {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    display: inline-flex;
    word-break: keep-all;
    align-items: center;
    font-weight: 100;
}

.bf-menu .nav-link::before {
    content: '';
    margin-top: 11px;
    margin-right: 12px;
}

@media(min-width:769px) and (max-width:1300px) {
    .bf-menu a {
        font-size: 12px;

    }

    .bf-menu .nav-link::before {
        content: '';
        width: 26px;
        height: 29px;
    }
}


.bf-menu li:nth-child(1) .nav-link::before {
    background: url('../img/Research_Icon_Graduate_School_Surgery_white.svg') no-repeat;
    margin-top: 4px;
    width: 28px;
    height: 28px;
    background-size: 28px !important;
}

.bf-menu li:nth-child(2) .nav-link::before {
    background: url('../img/Robotik_MIC.svg') no-repeat;
    margin-top: 7px;
    width: 28px;
    height: 28px;
    background-size: 25px !important;
}

.bf-menu li:nth-child(3) .nav-link::before {
    background: url('../img/Klinische_Forschung.svg') no-repeat;
    margin-top: 5px;
    width: 28px;
    height: 28px;
    background-size: 28px !important;
}

.bf-menu li:nth-child(4) .nav-link::before {
    background: url('../img/Lehrforschung.svg') no-repeat;
    width: 30px;
    height: 28px;
    background-size: 30px !important;
}

.theme-foot {
    position: sticky;
    padding-top: 50px;
    padding-right: 0px;
    top: 30%;
    z-index: 3;
    display: inline-block;
    left: 100%;
    transform: translateX(-19%);
    /* position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  padding-top: 50px;
  top: 30%;
  z-index: 3; 
  display: inline-block;
    float: right; */
}

footer .theme-foot,
footer .theme-foot-sub {
    display: none;
}

@media(max-width:576px) {
    .theme-foot {
        right: 7px;
    }

    footer .theme-foot {
        display: block !important;
        position: absolute;
        bottom: 0;
        top: inherit;
        float: none;
        padding-left: 21px;
        left: auto;
    }

    .theme-foot,
    .theme-foot-sub {
        display: none;
    }

}

.theme-foot li {
    margin-bottom: 12px;
    list-style: none;
}

.theme-foot-sub {
    margin-top: -350px;
}

.red-social-icon img {
    width: 70px;
    height: auto;
}

footer p {
    margin-bottom: 0px;
}

.footersec1 img {
    width: 276px;
}

.footersec1>.frame-layout-0 {
    margin-top: 3rem;
    padding-left: 1rem;
}

.footersec1 {
    border-right: 1px solid #6F92A8;
}

.footersec2 {
    border-right: 1px solid #6F92A8;
}

.footersec2 img {
    width: 157px;
    height: 96px;
}

.footersec2 .ce-gallery,
.footersec3 .ce-gallery {
    display: flex;
    justify-content: center;
}

.footersec2 .row:first-child {
    /* margin-bottom: 107px; */
    margin-bottom: 60px;
    align-items: center;
}

@media(max-width:576px) {
    .footersec2 .row:first-child {
        margin-bottom: 25px;
        align-items: center;
    }

    .footersec2 .row:first-child,
    .footersec2 .left-children {
        margin-bottom: 25px;
        align-items: center;
    }
}

.footersec3 img {
    width: 236px;
    height: 147px;
}

.footer .footersec3 img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footersec3 .col-12:first-child img {
    width: 165px;
    height: 86px;
}

.footersec3 .col-12:nth-child(2) img {
    width: 165px;
    height: 86px;
}

.footersec3>.frame-type-textpic {
    display: flex;
    justify-content: center;
    margin: 79px 0px;
}

.footersec3 a {
    text-transform: uppercase;
}

.footersec1,
.footersec2,
.footersec3 {
    padding: 60px 44px 40px;
}

@media(max-width:576px) {

    .footersec2,
    .footersec3 {
        padding: 0px 44px 40px;
    }
}

.foot-ul-foot {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.breadcrumbs-bg {
    padding: 12px 0px;
    font-size: 16px;
    color: #cb0133;
    background-color: #ffffff57;
}

.breadcrumbs-bg li {
    list-style: none;
}

.sticky .breadcrumbs-bg {
    background-color: #fff;
}

.breadcrumbs-bg a {
    font-weight: 700;
    color: #cb0133;
}

.breadcrumbs-bg ul {
    display: flex;
    justify-content: center;
}

.breadcrumbs-bg ul li::after {
    content: '/';
    display: inline-block;
    color: #cb0133;
    font-size: 16px;
    padding: 0px 6px;
}

.breadcrumbs-bg li:last-child:after {
    display: none;
}

.subnav-tabs {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    margin: 40px 0px;
    margin-bottom: 0px;
}

.subnav-tabs li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.image-text-home h5 {
    color: #fff;
}

.image-text-home h6 {
    font-size: 23px;
    color: #fff;
}

/* .image-text-home img{
    width: 40px;
    margin-top: 23px;
} */
.subnav-tabs li.active a,
.subnav-tabs li:hover a {
    background-color: #cb0133;
    color: #fff;
}

.subnav-tabs a {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
}

.subnav-tabs li::after {
    content: '+';
    display: inline-block;
    color: #004a6f;
    font-size: 26px;
    padding: 0px 6px;
}

.subnav-tabs li:last-child:after {
    display: none;
}

.image-text-home .left-children,
.image-text-home .right-children {
    background-color: #004a6f;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:768px) {
    .image-text-home .left-children {
        padding: 36px 0px;
    }
}

/* TEAM PAGE START */
.researchers-list {
    margin-bottom: 20px;
}

.researchers-list a {
    color: #004a6f;
}

.researchers-list .caption {
    padding: 12px;
}

.researchers-list .caption a {
    font-size: 32px;
    width: 100%;
    display: block;
}

.researchers-list .caption img {
    width: 36px;
    height: 36px;
    margin-top: 20px;
}

.tx-fakt-teammanager li {
    list-style: none;
    padding: 0px 10px;
}

.tx-fakt-teammanager ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
}

.tx-fakt-teammanager .team-detail-wrap ul.icon-in-team li {
    height: auto;
}

.tx-fakt-teammanager .team-detail-wrap ul.icon-in-team .img-back {
    width: 61px;
    max-width: 61px;
    height: auto;
}

/* TEAM PAGE END */
/* LEFT RIGHT SECTION START */

/* .text-img-sec .content-imgblock:nth-child(even) img {
    min-height: 230px;
    object-fit: cover;
}  */
.content-imgblock p {
    color: #004a6f;
}

.content-imgblock h3 {
    color: #152d2d;
    font-size: 27px;
}

.content-imgblock .ce-bodytext {
    padding: 20px 55px 0px 40px;
}


.text-img-sec .ce-textpic img {
    width: 36px;
    height: auto;
    margin-right: 40px;
    float: right;
    cursor: pointer;
    margin-bottom: 20px;
}

/* .content-imgblock p::after {
    content: '';
    background: url(https://p683670.mittwaldserver.info/typo3conf/ext/spt_package/Resources/Public/images/EPZ_ARROW_left_BLUEcirc.svg) no-repeat;
    width: 30px;
    height: 43px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(180deg);
} */

.content-wrapbackground h3 {
    font-size: 45px;
    font-weight: 600;
    color: #626262;
}

.content-wrapbackground h2 {
    font-size: 25px;
    color: #626262;
    margin-bottom: 12px;
}

.content-wrapbackground p {
    font-size: 18px;
    color: #626262;
}

.content-wrapbackground .logo-in-banner {
    text-align: center;
    margin-top: 25px;
}

/* LEFT RIGHT SECTION END */

/* COUNT DOWN SECTION START */
.count-down-child {
    position: relative;
}

.counter-img-wrap {
    position: absolute;
    height: 100%;
    background: #00000075;
    left: 0;
    width: 28%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.count-down-wrap {
    position: absolute;
    width: 100%;
    background: #2828287d;
    top: 0;
    min-height: 123px;
    margin-top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.text-counter {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: #10090069;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-frame .counter-img-wrap img {
    max-width: 200px;
    width: 200px;
    height: auto !important;
}

.counter-text-col h3,
.counter-text-col h4 {
    font-size: 53px;
    font-weight: 700;
}

.counter-text-col {
    padding: 0px 40px;
}

.row_center {
    align-items: center;
}

.btn_download {
    text-transform: uppercase;
    background-color: #004a6f;
    color: #fff !important;
    padding: 13px 34px;
    border-radius: 0;
    margin-top: 20px;
    margin-right: 25px;
    display: inline-block;
}

.btn_download:hover {
    background-color: #003f5e;
}

.nav_top_menu .header-icon,
.nav_top_menu .header-icon-white {
    width: 17px;
    height: auto;
}

.nav_top_menu .header-icon-white {
    display: none;
}

.sticky .nav_top_menu .header-icon-white {
    display: inline-block;
}

.sticky .nav_top_menu .header-icon {
    display: none;
}

.icon-arrow img {
    max-width: 40px;
    height: 40px;
    width: 40px;
}

.wrap-green-content p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.wrap-green-content h2 {
    font-size: 49px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 8px;
}

.wrap-green-content h5 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

/* COUNT DOWN SECTION END */
.dropdown-menu.second {
    padding: 34px;
}

.dropdown-menu.second>.dropdown {
    padding-right: 23px;
}

.banner-main .right-wrap>.container {
    height: 100%;
    display: flex;
    align-items: center;
}

@media(max-width:1590px) {
    .right-wrap h4 {
        font-size: 67px;
    }

    .right-wrap h5 {
        font-size: 24px;
    }

    .banner-main .left-wrap {
        width: 31%;
    }
}

@media(max-width:1440px) {
    .right-wrap h4 {
        font-size: 55px;
    }

    .right-wrap h5 {
        font-size: 20px;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 289px;
    }

    .banner-main .right-wrap {
        width: 51%;
    }

    .banner-main .left-wrap {
        width: 33%;
    }

    .wrap-green-content p {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .wrap-green-content h2 {
        font-size: 50px;
        line-height: 66px;
    }

    .wrap-green-content h5 {
        font-size: 20px;
    }
}

@media(max-width: 1200px) {
    .wrap-green-content p {
        font-size: 15px;
    }

    .wrap-green-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .banner-main .right-wrap {
        width: 60%;
    }

    .banner-main .left-wrap {
        width: 37%;
    }

    .nav_top_menu ul.row>li {
        padding: 0px 35px;
    }

    .wrap-green-content p {
        font-size: 15px;
    }

    .wrap-green-content h2 {
        font-size: 45px;
        line-height: 42px;
    }

    .wrap-green-content h5 {
        font-size: 20px;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 202px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(100vh - 122px);
        position: relative;
        margin-top: 122px;
    }
}

@media (max-width: 768px) {
    .banner-main .right-wrap {
        width: 60%;
    }

    .banner-main .left-wrap {
        width: 40%;
    }

    .banner-main .right-wrap {
        padding: 30px;
    }

    .menu-area {
        padding: 0px 0px;
    }

    .nav_top_menu ul.row>li {
        padding: 0px 38px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(100vh - 108px);
        position: relative;
        margin-top: 108px;
    }

    .right-wrap h4 {
        font-size: 36px;
    }

    .right-wrap h5 {
        font-size: 14px;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 202px;
    }

    .banner-main .left-wrap {
        padding: 35px;
    }

    .bf-menu {
        display: block;
        height: 100%;
    }

    .bf-menu li {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
    }

    .bf-menu .nav-link::after {
        display: none;
    }

    .bf-menu .nav-link::before {
        content: '';
        width: 25px;
        height: 41px;
        margin-top: 16px;
        margin-right: 13px;
    }

    .counter-img-wrap {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-counter {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrap-green-content p {
        font-size: 14px;
    }

    .wrap-green-content h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .wrap-green-content h5 {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .banner-main {
        min-height: calc(50vh - 121px);
        margin-top: 121px;
    }
}

@media (max-width: 576px) {

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 174px;
    }

    .right-wrap h4 {
        font-size: 24px;
    }

    .right-wrap h5 {
        font-size: 10px;
    }

    .banner-main.hai .right-wrap h5 {
        font-size: 20px;
    }

    .banner-main .left-wrap {
        width: 37%;
        padding: 25px;
    }

    .nav_top_menu ul.row>li {
        padding: 3px 12px;
    }

    .nav_top_menu .row {
        justify-content: space-between;
    }

    .nav_top_menu {
        padding-bottom: 0px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(50vh - 122px);
        position: relative;
        margin-top: 122px;
    }

    .banner-main .right-wrap {
        padding: 30px 10px;
    }

    .wrap-green-content p {
        font-size: 12px;
    }

    .wrap-green-content h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .right-wrap h5 {
        font-size: 10px;
    }
}

.navbar-toggler {
    display: none;
}

/* BANNER SECTION END */

/* Button Back */
.btn-back {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff !important;
}

/* .subnav-tabs {
    margin-top: -300px !important;
} */
.subnav-tabs a {
    color: #004a6f;
}

/* content.banner_section>section:nth-child(4) {
    margin-top: -300px;
} */
.btn.mapcookies {
    background-color: #004a6f;
    color: #fff;
    font-weight: 100;
}

/* .banner-main.img-left-frame.right-img-icon.img-general {
    margin-top: 0px !important;
} */

header>.sub_head {
    color: #cb0133;
    margin-bottom: 30px !important;
    font-weight: 600 !important;
}

.lg_btn {
    background-color: #004a6f;
    color: #fff !important;
}

.lg_btn:hover {
    background-color: #053a54;
    color: #fff;
}

/* responsive banner start */
.js-picture img,
.view_desktop_img {
    width: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: calc(100vh - 158px);
    position: relative;
    height: 0;
}

.view_mob_img {
    display: none;
}

.view_desktop_img {
    display: block;
}

@media(max-width:992px) {

    .js-picture img,
    .view_desktop_img {
        min-height: calc(100vh - 122px);
    }
}

@media(max-width:768px) {
    .view_mob_img {
        display: block;
    }

    .view_desktop_img {
        display: none;
    }
}

@media(max-width:768px) {
    .js-picture img {
        min-height: calc(50vh - 158px);
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        position: relative;
        height: 100%;
    }

    .banner-main .right-wrap {
        background-color: #cc0133;
    }

    .banner-main .left-wrap {
        background-color: #004a6f;
        width: 40%;
    }

    .mobile-wrap-content {
        display: flex;
        height: 190px;
        margin-bottom: 5px;
    }
}

/* responsive banner end */
/* MEGA MENU ITEMS START */
.megamenu-content {
    padding: 0px !important;
}

.mega-menu-item {
    padding: 60px 40px 0px 40px;
}

.mega-menu-item ul {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0px;
}

.mega-menu-item ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #252525;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 0px 0 10px 0;
    border-color: #d4d4d4;
    margin-bottom: 10px;
}

.mega_right_block {
    width: auto;
    min-height: 150px;
    background-color: #004a6fe6;
    padding: 60px 17px 149px 27px;
    padding-right: 6%;
    position: relative;
    overflow: hidden;
}

.mega_right_block .menu_title {
    color: #fff;
}

.mega_right_block h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
}

.mega-menu-item h2 {
    color: #004a6f;
    margin-bottom: 1px;
    font-size: 25px;
}

.mega_right_block h3 {
    color: #fff;
    font-size: 22px;
}

.mega-menu-item h3 {
    color: #004a6f;
    font-size: 22px;
}

.mega_right_block .aluminit_quote::before {
    color: #fff;
}

.mega_right_block p {
    color: #fff !important;
    font-size: 16px;
    width: 55%;
    float: left;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.mega_right_block img {
    /* width: 300px;
    float: left;
    right: 0;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    max-width: 50%; */
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.mega_right_block .visit_page {
    color: #fff !important;
}

.mega-menu-item img {
    width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mega-menu-item p {
    color: #5e5e5e;
    font-size: 16px;
}

.megamenu-content .container-fluid>.row .col-md-4.col-sm-4.col-xs-12:nth-child(3) .mega_right_block {
    margin-right: -40px;
    margin-top: -60px;
    margin-left: -40px;
}

.megamenu-content .container-fluid>.row .col-md-3.col-sm-4.col-xs-12:nth-child(4) .mega_right_block {
    margin-right: -40px;
    margin-top: -60px;
    /* margin-left: -40px; */
    margin-left: -10px;
}

.megamenu-content>.col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.megamenu-content .col-md-4.col-sm-4.col-xs-12 {
    border-left: 1px solid #f3f3f3;
}

.dropdown-menu.second {
    border-top: 1px solid #f3f3f3;
}

.megamenu-content header {
    min-height: 0px;
    padding: 0px;
}

.mega_right_block .visit_page::after {
    content: "";
    position: absolute;
    width: auto;
    right: -21px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 14px;
    background: url('../images/trans_arrow_visit_white.svg');
    background-repeat: no-repeat;
}

.visit_page:hover::after {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.dropdown-menu.second>li {
    padding: 11px !important;
    border-bottom: 1px solid #d4d4d4;
}

.dropdown-menu.second>li:last-child {
    padding: 11px !important;
    border-bottom: none;
}

.megamenu-content .col-md-3.col-sm-4.col-xs-12 {
    border-left: 1px solid #f3f3f3;
}

.megamenu_button {
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
}

.megamenu-content .megamenu_button p {
    display: flex;
    justify-content: space-around;
}

.nav-item-classic {

    display: none;
}

.nav-main-classic {
    position: relative;
}

header .navbar .navbar-nav>li.dropdown:hover .nav-item-classic,
header .navbar .navbar-nav>li.dropdown:focus-within .nav-item-classic {
    display: block !important;
    padding: 0px 10px !important;
    width: 345px !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f6eeee;
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
}
ul.dropdown-menu.second.nav-item-classic {
    grid-template-columns: 1fr;
}
.megamenu-content .row.col-p20.no-gutters {
    padding-left: 65px;
}

/* MEGA MENU ITEMS END */

/* Video banner */
.video-banner-item {
    z-index: 0;
    max-height: calc(100vh - 158px);
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/*3D video section - apr 20/23*/
.map-wrapper {
    position: relative;
}

.map-wrapper img {
    max-width: 100%;
}

.map-wrapper>div>img {
    height: 65px;
}

.thumb-item1 {
    max-width: 250px;
    position: absolute;
    top: 7%;
    left: 40%;
    -webkit-transform: translateY(-7%) translateX(-40%);
    cursor: pointer;
}

.thumb-item2 {
    max-width: 250px;
    position: absolute;
    top: 40%;
    left: 14%;
    -webkit-transform: translateY(-40%) translateX(-14%);
    cursor: pointer;
}

.thumb-item3 {
    max-width: 250px;
    position: absolute;
    top: 38%;
    left: 53%;
    -webkit-transform: translateY(-38%) translateX(-53%);
    cursor: pointer;
}

.thumb-item4 {
    max-width: 250px;
    position: absolute;
    top: 89%;
    left: 36%;
    -webkit-transform: translateY(-89%) translateX(-36%);
    cursor: pointer;
}

.thumb-item5 {
    max-width: 250px;
    position: absolute;
    /* top: 7%;
    left: 15%;
    -webkit-transform:translateY(-7%) translateX(-15%); */
    top: 0%;
    left: 20%;
    -webkit-transform: translateY(0%) translateX(-20%);
    cursor: pointer;
}

.thumb-item6 {
    max-width: 250px;
    position: absolute;
    top: 55%;
    left: 18%;
    -webkit-transform: translateY(-55%) translateX(-18%);
    cursor: pointer;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    position: absolute;
    font-size: 42px;
    top: 11px;
    left: 23px;
    color: #fff;
    line-height: normal;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

.blnk2 .blink {
    right: 21px;
    left: auto;
}

.iframe-wrapper {
    position: relative;
    height: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    z-index: 100000;
}

.video-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(103, 48, 138, 0.5);
    color: #fff;
    padding: 12px;
    font-size: 20px;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}

.popup-close:hover {
    background-color: #cb0133;
}

/*.slide-frame:-webkit-scrollbar {
    width: 10px;
}
.slide-frame:-webkit-scrollbar-track {
    background-color: darkgrey;
}
.slide-frame:-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.slide-frame {
    scrollbar-color: #91ba3a #e0e0e0;
    scrollbar-width: thin;
}*/

@media (max-width: 1440px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 180px;
    }
}


@media (max-width: 1199px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 150px;
    }

    .slide-frame {
        max-height: 430px;
        overflow-y: scroll;
    }

    .blink {
        display: none;
    }
}

@media (max-width: 979px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 120px;
    }

    .blink {
        font-size: 30px;
        top: -1px;
        left: 9px;
    }

    .blnk2 .blink {
        right: 7px;
        left: auto;
    }
}

@media (max-width: 767px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 90px;
    }

    .blink {
        display: none;
    }

    .slide-frame {
        max-height: auto'';
        overflow-y: hidden;
        font-size: 0;
        padding: 45px 0;
        background-color: #cb0133;
    }

    .iframe-wrapper iframe {
        z-index: 9;
    }

    .popup-close {
        background-color: rgb(145, 186, 58);
        z-index: 999;
    }

}

@media (max-width: 576px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 70px;
    }

}


@media (max-width: 400px) {
    .thumb-item5 {
        left: 10%;
        -webkit-transform: translateY(0%) translateX(-10%);
    }

    .thumb-item6 {
        left: 13%;
        -webkit-transform: translateY(0%) translateX(-13%);
    }

}

/*3D video section - apr 20/23*/

/* NOTFALL CSS START */
.cmsmasters_column_inner {
    width: 100%;
    position: relative;
    min-height: 1px;
}

.cmsmasters_icon_box {
    padding-left: 50px;
    border-width: 0px;
    color: rgba(58, 58, 58, 0.6);
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.cmsmasters_icon_box:before {
    left: 21px;
    content: '';
    background: url(/typo3conf/ext/spt_package/Resources/Public/images/blue_EPZ_ICON_EMERGENCY.svg);
    width: 33px;
    height: 34px;
    display: flex;
    position: absolute;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    bottom: 50%;
    top: 50%;
}

.icon_box_inner h6 {
    font-size: 16px;
    margin-bottom: 7px;
}

.icon_box_inner .small_tag {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 700;
    letter-spacing: normal;
}

.icon_box_inner .large_tag {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: normal;
}

.icon_box_inner h2 {
    font-size: 22px;
    margin-bottom: 0px;
}

.icon_box_inner span {
    color: #2a2d32;
    font-size: 22px;
}

.cmsmasters_column_inner_code {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dezecard>:nth-child(odd) .cmsmasters_featured_block {
    background-color: #004a6f;
}

.dezecard>:nth-child(even) .cmsmasters_featured_block {
    background-color: #cb0133;
}

.cmsmasters_featured_block {
    width: 100%;
    padding: 40px 40px 40px 40px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.cmsmasters_featured_block p {

    padding: 0 0 20px;
    margin: 0;
}

.featured_block_text span.featured_block_text_head {
    color: #ffffff;
    font-size: 24px;
}

.featured_block_text span.featured_block_text_desc {
    color: #ffffff;
    font-size: 13px;
}

.text_ext_link {
    font-size: 18px;
    text-align: center;
}

.text_ext_link span {
    color: #cb0133;
}

.featured_block_text_link {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal !important;
}

.featured_block_text_link img {
    width: 19px;
    margin-left: 6px;
}

.hospital_ico_img {
    width: 51px;
    position: absolute;
    right: 15px;
    top: 12px;
}

/* .featured_block_text_link::after{
    content: "";
    position: absolute;
    width: auto;
    right: -21px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 14px;
    background: url('../images/trans_arrow_visit_white.svg');
    background-repeat: no-repeat;
} */
/* NOTFALL CSS END */
.menu_off_img {
    width: 40px;
}

/* Social icon start */
.nav-main-classic.search-nav {
    height: 124px;
    margin: 0 !important;
}

.social_loc_a {
    position: relative;
    height: 124px;
    width: 46px;
    pointer-events: none;
}

.social_loc_a .img-org,
.social_loc_a .img-hover {
    position: absolute;
}

header .navbar .navbar-nav>li.dropdown.search-nav:hover .nav-item-classic {
    right: 0 !important;
    left: auto !important;
}

.theme-social-drop ul {
    columns: 2;
}

/* .theme-social-drop ul li a{
    text-align: center;
} */
.theme-social-drop img {
    margin-right: 12px;
}

.theme-social-drop ul li {
    min-height: 57px;
    display: flex;
    align-items: center;
}

.nav-main-classic.search-nav img {
    width: 22px;
}

/* footer .theme-social-drop {
    display: none;
} */
.theme-social-drop img {
    margin-right: 12px;
    width: auto;
    height: 28px !important;
}
.theme-social-drop ul li {
  display: none;
}

.theme-social-drop ul li:first-child {
  display: block;
}
@media (max-width: 576px) {
    footer .theme-social-drop {
        display: block !important;
        position: absolute;
        bottom: 33px;
        top: inherit;
        float: none;
        padding-left: 21px;
        left: auto;
        right:-24px;
    }

    footer .theme-social-drop img {
        margin-right: 12px;
        background-color: #cc0133;
        padding: 12px;
        width: 47px !important;
    height: 49px !important;
    margin: 0px !important;
    }
 
    footer .social_text {
        display: none;
    }

    footer .theme-social-drop ul {
        columns: 1;
    }
}

/* social icon end */
/* Team page banner start */
.tx-fakt-teammanager .carousel.slide .bann {
    min-height: 500px;
}

.tx-fakt-teammanager .carousel.slide .banner-caption {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    text-align: left;
    background-color: #cb0133bf;
    padding: 66px 0px;
}

.tx-fakt-teammanager .carousel.slide .banner-caption h1 {
    font-size: 33px;
    color: #fff !important;
    margin-bottom: 0;
    padding-left: 80px;
}

@media (max-width: 992px) {
    .tx-fakt-teammanager .carousel.slide .banner-caption {
        width: 100%;
        bottom: 0;
    }
}

/* Team page banner end */

/* File upload start */
.form-group {
    width: 100%;
}

/* File upload end */
/* search popup start */
.search-icon {
    font-size: 20px;
    color: #888;
    cursor: pointer;
    margin-right: 16px;
}

.search-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #004a6fe3;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.search-input {
    width: 300px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
}

.search-input:focus {
    outline: none;
}

.search-close {
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
}

.search-container .input-group {
    width: 567px;
}

.search-container .form-control {
    height: calc(2.25rem + 11px);
}

.search-container .input-group i {
    font-size: 22px;
}

@media(max-width:768px) {
    .search-container .input-group {
        width: 467px;
    }
}

@media(max-width:576px) {
    .search-container .input-group {
        width: 267px;
    }
}

/* search popup end */

/* Divider line start */
.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large,
.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large {
    flex: 0 0 100%;
}

/* Divider line end */
/* search page button start */
.tx-indexedsearch-searchbox-button {
    background: #004a6f;
    width: 91px;
    height: 31px;
    font-size: 16px;
    margin: 16px 0px;
    color: white;
    cursor: pointer;
    border: 0;
}

.search_modal_icon {
    width: 23px;
    height: auto;
}

.offcanvas__search .search_modal_icon {
    margin: -7px;
}

/* search page button end */

/* form button start */
.form-navigation .btn-toolbar {
    margin-top: 35px;
}

/* Slider banner section start */
.banner-main .right-wrap.slider_ext {
    right: 0;
    bottom: 0;
    left: auto;
}

.banner-main .right-wrap.slider_ext .wrap-green-content h4 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.banner-main .right-wrap.slider_ext {
    background: #cb0133;
    height: 153px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 !important;
    width: 45% !important;
    left: auto;
}

.banner-main .right-wrap.slider_ext .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-main .right-wrap.slider_ext .right-icon-img-wrap {
    height: 153px;
}

.banner-main .right-wrap.slider_ext .container .row {
    width: 100%;
}

.banner-main .right-wrap.slider_ext .wrap-smallicon-right-img {
    bottom: 0;
    right: 10px;
}

@media(max-width:768px) {
    .banner-main .right-wrap.slider_ext {
        width: 100% !important;
    }

    .banner-main .right-wrap.slider_ext .right-icon-img-wrap {
        width: 100%;
    }
}

/* Slider banner section end */

/* userway start */
.user_way_logo {
    background: #004a6f;
    border-radius: 50px;
    width: 30px;
    height: auto;
    /* margin-right: 19px; */
    cursor: pointer;
}

.user_way_widget {
    padding: 75px 20px 29px;
    position: relative;
}

/* userway end */
/* Without banner top start */

.banner_toph {
    margin-top: 170px;
    border-top: 1px solid #f2f2f2c7;
}

@media(max-width:991px) {
    .banner_toph {
        margin-top: 108px;
    }
}

@media(max-width:576px) {
    .banner_toph {
        margin-top: 103px;
    }
}

/* Without banner top end */

/* Team page colors start */
.team-main .categories ul button.button.is-checked {
    color: #cb0133 !important;
}

.team-main.feature-boxt .thumbnail .caption h3 .family-name,
.tx-fakt-teammanager .right-text h3 .family-name {
    font-weight: 600;
    color: #cb0133 !important;
}

/* Team page colors end */

/* Footer banner new design start */
.footer_banner img {
    object-fit: cover;
    width: 100%;
}

.footer_banner .frame {
    width: 100%;
}

/* Footer banner new design end */
/* Counter issue start */
.counter-work-status .col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0px;
    color: #004a6f;
    ;
}

.counter-work-status .col-center .counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter-work-status .col-center .icon-counter-wrap {
    padding-bottom: 19px;
}

.counter-work-status .col-center .counter-value {
    font-size: 29px;
    font-weight: 400;
    padding-bottom: 10px;
}

/* Counter issue end */
/* Accordin section style start*/
.bg-grey.py-5 {
    margin-bottom: 3rem !important;
}

/* Accordin section style end*/
/* Burger nav icon postion start */
.burger_nav_search {
    padding: 75px 0 24px 0;
}

@media(max-width:992px) {
    .burger_nav_search {
        padding: 0px;
    }
}

/* Burger nav icon postion end */
/* text with sidebar border start*/
h1.wrap-left-border-text {
    font-weight: 900 !important;

}

/* text with sidebar border end*/
/* .section_hover{
    display: block !important;
    padding: 0px 10px !important;
    width: 345px !important;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f6eeee;
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
} */
/* info button css */
li.nav-item.dropdown.pl-md-0.ml-0.nav-main-classic.search-nav {
    /* width: 123px; */
    display: flex;
    justify-content: center;
}

header .navbar .navbar-nav>li.dropdown.search-nav:hover .nav-item-classic {
    right: 0 !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

/* info button css */
/* Hover effects for links */
content a,
.detailed-info-wrapper,
a.link_animate {
    box-shadow: inset 0 0 0 0 #cb0133;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .7s ease-in-out, box-shadow .8s ease-in-out;
    text-decoration: none;
    font-weight: 600 !important;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

content a strong,
.detailed-info-wrapper a strong,
.link_animate strong {

    font-weight: 600 !important;
}

content a:hover,
.detailed-info-wrapper a:hover,
.link_animate:hover {
    color: #fff !important;
    box-shadow: inset 1000px 0 0 0 #cb0133;
}

content .team-main a,
content .tx-spt-eventmanager a,
.blogsocial-share a,
.news-timeline a,
.team-content a,
.kesearch_pagebrowser a,
a.video_btn,
a.work-item-inner {
    box-shadow: inset 0 0 0 0 #cb0133;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .7s ease-in-out, box-shadow .8s ease-in-out;
    text-decoration: none;
    font-weight: 600 !important;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

h3.title-small {
    font-size: 30px;
}

content a strong {

    font-weight: 600 !important;
}

content .team-main a:hover {
    color: #fff !important;
    box-shadow: inset 1000px 0 0 0 #cb0133;
}

.ce-gallery a:hover,
.accordion a.card-link:hover,
.team-main a:hover,
.team-detail-wrap a:hover,
.banner-menu a:hover,
.blogsocial-share a:hover,
.news-timeline a:hover,
.team-content a:hover,
a.video_btn:hover,
a.work-item-inner:hover,
.wrap-all-div-frame a:hover,
.card-link:hover {
    box-shadow: none !important;
}

.team-content a:hover {
    color: #004a6f !important;
}

.dropdown-menu a:hover {
    color: #cb0133 !important;
}

.nav-item.dropdown a:hover {
    color: #cb0133 !important;
}

.nav-item.dropdown .mega_right_block a.visit_page:hover {
    color: #fff !important;
}

.nav-item.dropdown a.visit_page:hover {
    color: #004a6f !important;
}

/* Hover effects for links */
/* Navigation ipad fix start */
@media only screen and (min-width: 993px) and (max-width: 1120px) {
    header .navbar .navbar-nav>li.dropdown .nav-link {
        padding: 75px 4px 29px !important;
    }
}

/* Navigation ipad fix end */
/* Event page blog share icon start */
.blogshare-img {
    width: 33px;
    height: 33px;
    background-color: #cb0133;
    padding: 8px;
    cursor: pointer;
}

.tx-spt-eventmanager .sub-ic {
    color: #cb0133;
    font-weight: 700;
}

.tx-spt-eventmanager .sub-ic {
    color: #cb0133;
    font-weight: 700;
}

.tx-spt-eventmanager .cal-all p {
    padding-top: 20px;
}

.tx-spt-eventmanager .sub-ic img {
    margin-left: 18px !important;
    height: 28px;
}

.tx-spt-eventmanager .sub-ic:hover img {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.tx-spt-eventmanager .buttonLink img {
    border: 1px solid #e4e2e2;
}

.tx-spt-eventmanager .sub-ic .buttonLink img {
    border: none !important;
}

.location-wrapper .leaflet-top {
    z-index: 998;
}

.news-timeline li {
    list-style: none;
}

/* Event page blog share icon end */
/* News Blog section start */
.news-backlink-wrap {
    text-align: right;
    margin-top: 45px;
}

.news-backlink-wrap a {
    padding: 10px 15px 10px 55px;
    background-color: #cb0133;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    position: relative;
}

.news-single .news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 35px;
}

.news-single time {
    color: #cb0133;
    font-weight: 600;
}

.news-single h3 {
    color: #004a6f;
}

.news-backlink-wrap a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 14px;
    background: url(../images/trans_arrow_visit_white.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

/* .news-backlink-wrap a:hover::before {
    transform: translateX(-6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
} */
.news-block .team-content .team-block {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.news-block .team-content .team-block .team-detail {
    padding: 30px 0px;
    position: relative;
}

.news-block .team-content .team-block .team-detail p {
    color: #000;
    font-weight: 100;
}

.news-block .team-content .team-block .team-detail::after {
    display: none;
}

.news-block .team-content .team-block .team-detail h3 {
    color: #004A6F;
    font-weight: 700;
    font-size: 18px;
}

.news-block .team-content .team-block .team-detail .team-head img {
    width: 25px;
}

.news-block .team-content .team-block .team-detail .team-head:hover img {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.news-img-wrap .mediaelement img {
    max-width: 100%;
    height: auto;
}

.video_btn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 24px;
    background: url(../images/EPZ_video.svg);
    background-repeat: no-repeat;
}

.video_btn {
    padding-left: 45px !important;
    background: #fff !important;
    font-size: 20px;
    color: #cb0133 !important;
}

.video_btn:hover,
.video_btn:focus {
    background: #fff !important;
    color: #cb0133 !important;
}

/* News Blog section end */
/* Search page design start */
.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 35px;
    border-radius: 3px;
    width: 300px;
}

.tx-indexedsearch-form label {
    display: none;
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus-visible {
    outline: none;
}

.tx-indexedsearch-rules h2 {
    font-size: 24px;
}

.tx-indexedsearch-browsebox {
    display: flex;
    gap: 14px;
}

.tx-indexedsearch-browsebox ul li {
    list-style: none;
}

/* Search page design end */

/* KE SEARCH START */
#ke_search_sword,
#ke_search_sword:focus {
    width: 100% !important;
    border: 1px solid #cb0133;
    outline: none;
}

.search-container #ke_search_sword,
.search-container #ke_search_sword:focus {
    width: auto !important;
    position: relative !important;
}

.submitbutt input {
    color: #fff !important;
    padding: 5px 10px;
    background-color: #004a6f !important;
    min-width: 200px !important;
    height: 38px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.resetButton {
    background-color: #004a6f !important;
    color: #fff !important;
    font-weight: 100 !important;
    padding: 5px 10px;
    min-width: 200px !important;
    height: 39px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.menu-search .btn {
    background-color: #cb0133;
}

.menu-search .btn:hover {
    background-color: #004a6f;
    border: 1px solid #cb0133;
}

.kesearch_pagebrowser ul li {
    padding: 10px;
}

.input-group-append .fa.fa-search {
    display: none;
}

/* KE SEARCH END */

/* Much white space */

@media(max-width:1200px) {

    section.white_space .ce-right .ce-gallery {
        float: none;
    }
}

/* Mega menu in small lap tops */
@media(max-width:1600px) {
    .megamenu-content {
        height: calc(100vh - 196px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

/* spt_listing */
.filtering {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .filtering {
        flex-direction: column;
    }

    .filtering .sm-title-block {
        margin-bottom: 20px;
    }
}

.filtering .filtering-wrap {
    position: relative;
    text-align: end;
}

.filtering .filtering-wrap .filtering {
    margin-bottom: -2px;
}

.filtering .filtering-wrap .filtering button {
    color: #cb0133;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: none;
    border: none;
    outline: none;
    font-weight: 600;
}

.filtering .filtering-wrap .filtering button:not(:last-of-type) {
    margin-right: 10px;
}

.filtering .filtering-wrap .filtering button:not(:last-of-type):after {
    content: "/";
    padding-left: 10px;
}

.filtering .filtering-wrap .filtering button.active {
    color: #cb0133;
    letter-spacing: 1.5px;
}

.filtering button.is-checked,
.filtering button.is-checked.active {
    color: #cb0133;
    font-weight: 700;
    letter-spacing: 1.5px;

}

.filtering button.is-checked:focus {
    outline: none;
}

.work-item:hover a,
.work-item:hover p {
    color: #fff !important;
}

@media only screen and (max-width: 575px) {
    .work-item .view-project {
        justify-content: flex-start;
    }
}

.work-item.work-item-list {
    transition: all 0.4s ease-out;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.work-item.work-item-list .line {
    -webkit-clip-path: none;
    clip-path: none;
    left: 0;
    background-color: #f1f1f1;
}

.work-item.work-item-list .line.line-top {
    top: 0;
}

.work-item.work-item-list .line.line-bottom {
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .p-large {
        font-size: 27px;
    }
}

.work-item.work-item-list .work-item-inner {
    grid-template-columns: 0.5fr 2fr 0.5fr;
    display: grid;

}

.work-item.work-item-list .work-item-inner p {
    color: #000;
    font-weight: 400;

}

.d-grid:not(.d-grid-no-space) {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

@media only screen and (max-width: 991px) {
    .work-item.work-item-list .work-item-inner {
        grid-template-columns: 1fr 2fr 0.5fr;
    }
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .work-item-inner {
        grid-template-columns: auto;
        grid-row-gap: 15px;
    }
}

.work-item.work-item-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 100%;
    background-color: #cb0133;
    transition: all 0.4s ease-out;
}

.work-item.work-item-list .box-img {
    right: 266px;
    bottom: 0;
    height: 230px;
    width: 200px;
    transition: all 0.4s ease-out;
    transform: translateY(30px);
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .box-img {
        right: 15px;
    }
}

.work-item.work-item-list:hover,
.work-item.work-item-list.active {
    padding-left: 20px;
    padding-right: 20px;
}

.work-item.work-item-list:hover::before,
.work-item.work-item-list.active::before {
    content: "";
    position: absolute;
    background-color: #cb0133;
    bottom: 0;
}

.work-item.work-item-list:hover .box-img,
.work-item.work-item-list.active .box-img {
    opacity: 1;
    transform: translateY(0);
}

.work-item.work-item-list-style-2 .work-item-inner {
    grid-template-columns: 200px 2fr;
}

@media only screen and (max-width: 767px) {
    .work-item.work-item-list-style-2 .work-item-inner {
        grid-template-columns: auto;
    }
}

.work-item.work-item-list-style-2 .box-img {
    right: auto;
    bottom: auto;
    height: 140px;
    width: 200px;
    transition: all 0.4s ease-out;
    transform: translateY(0);
    opacity: 1;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .work-item.work-item-list-style-2 .box-img {
        width: 100%;
        height: auto;
    }
}

.work-item.work-item-list-style-2 .box-img img {
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list-style-2 .box-img {
        right: 0;
    }
}

.work-item.work-item-list-style-2 .metas span {
    margin-right: 0;
}

.work-item.work-item-list-style-2::before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #cb0133;
    transition: all 0.4s ease-out;
}

.work-item.work-item-list-style-2:hover,
.work-item.work-item-list-style-2.active {
    padding-left: 30px;
    padding-right: 30px;
}

.work-item.work-item-list-style-2:hover::before,
.work-item.work-item-list-style-2.active::before {
    content: "";
    position: absolute;
    background-color: #cb0133;
    left: 0;
    width: 100%;
}

.work-item.work-item-list-style-2:hover .box-img,
.work-item.work-item-list-style-2.active .box-img {
    opacity: 1;
    transform: translateY(0);
}

.cover-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 100%;
    -webkit-clip-path: inset(0 30px 0 30px);
    clip-path: inset(0 30px 0 30px);
    background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

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

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.sm-title-block {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #004a6f;
}

.our-work.section-margin {
    padding: 120px 0px;
}

.view-project.dsn-up,
.metas.dsn-up span {
    text-transform: uppercase;
    font-weight: 500;
}

.mb-section {
    margin-bottom: 120px;
}

/* Team details swap icons start */
.icon-in-team li:nth-child(1) {
    order: 2;
}

.icon-in-team li:nth-child(2) {
    order: 1;
    width: auto !important;
    padding-left: 0;
}

/* Team details swap icons start */
/* spt_listing */
/* Mega menu in small lap tops */

/* Much white space */

/* Contact form field push left */

/* Contact form field push left */

/* td {
    min-width: 200px;
} */
.dropdown-menu.megamenu-content {
    left: 80px;
    right: 80px;
    overflow-x: hidden;
}

body .uwy.userway_p1 .uai {
    top: 13px;
    right: auto;
    bottom: auto;
    left: calc(100vw - 21px);
    transform: translate(-100%);
    display: none;
}

.mb_userway .user_way_widget {
    padding: 15px 14px 15px;
    position: relative;
}

.mb_userway .user_way_widget span {
    font-size: 16px !important;
    color: #004a6f;
}

.mb_userway .user_way_widget .user_way_logo {
    margin-right: 2px;
    width: 25px;
}

/* video gallery */
@media(max-width:768px) {
    .tx-fakt-ytvideo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Form start */
.powermail_fieldset {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 10px;
}

.powermail_fieldset input,
.powermail_fieldset textarea {
    width: 100%;
}

.powermail_fieldwrap_type_textarea,
.powermail_fieldwrap_type_captcha {
    grid-column: 1 / -1;
}

.powermail_fieldwrap_type_captcha input {
    width: 390px;
}

.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    flex-flow: column;
}

.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    flex-flow: column;
}

.powermail_fieldwrap_type_captcha .powermail_field input {
    order: 2;
    width: fit-content;
}

.powermail_fieldwrap_type_captcha .powermail_field img {
    order: 1;
    width: fit-content;
    margin-bottom: 13px;
}

.powermail_fieldwrap_type_captcha .powermail_field div {
    order: 3;
}

@media(max-width:576px) {
    .powermail_fieldset {
        grid-template-columns: repeat(1, 100%);
    }
}

.powermail_field input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.powermail_field textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.powermail_submit {
    background-color: #004a6f !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    width: 235px !important;
    cursor: pointer;
}

.powermail_submit:hover {
    background-color: #045781 !important;
    color: #fff !important;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
    background-color: transparent !important;
    border: none !important;
}

.tx-powermail .powermail_fieldset .powermail-errors-list>li {
    color: red !important;
    font-size: 14px;
    padding-left: 0px;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
    background-color: #ededed;
    color: #A94442;
}

.tx-powermail input:focus-visible,
.tx-powermail textarea:focus-visible {
    outline: none;
}

.tx-powermail .powermail_fieldset .powermail-errors-list.filled {
    margin-bottom: 0px;
}

.powermail_fieldwrap {
    margin-bottom: 16px;
}

/* Form end */
/* Remove after stage */
.offcanvas__search form,
.sidebar_nav_web,
.lang-menu_mob {
    display: none;
}

/* Remove after stage */

.half-left {
    height: 400px
}

.half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-main .right-wrap.slider_ext {
    width: 100% !important;
    height: 100%
}

.banner-main.img-left-frame.right-img-icon.img-general.row {
    min-height: 400px
}

@media(max-width: 767.9px) {
    .banner-main .right-wrap.slider_ext {
        min-height: 120px;
        position: relative
    }
}

@media(max-width: 576px) {
    .inner-banner-half .half-left {
        height: 255px
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        margin-bottom: 0px;
    }
}

.banner-main .right-wrap.slider_ext .right-icon-img-wrap {
    height: 100%;
    width: 100%;
}

.banner-main .right-wrap .wrap-green-content h1 p {
    font-weight: inherit;
    font-size: inherit;
}
/* team page */
.team-detail-hover {
    opacity: 0;
    display: none;
}

.team-member {
    position: relative;
    min-height: 351px;
}

.team-member:hover .profile-details {
    position: absolute;
    opacity: 1;
    padding: 20px;
    color: #fff;
    display: block;
    top: 1px;
    background-color: #cb0133;
    text-align: left;
}

.team-member:hover .team-detail-hover {
    opacity: 1;
    display: block;
    height: 100%;
}

.team-detail-hover span.phone a,.team-detail-hover span.email a {
    color: #fff !important;
}

.team-member:hover p {
    line-height: 25px;
}

.team-member:hover .team-detail-hover {
    opacity: 1;
}

.name-break p {
    color: #fff !important;
}

.team-member:hover .name-break p {
    color: #fff !important;
}

.team-member:hover .team-profile-image img {
    opacity: 0;
}

.team-member:hover {
    background-color: #cb0133;
    overflow-y: scroll;
}

.row.grid.gutter-10.filter.m-auto {
    justify-content: center !important;
    margin: 0 auto !important;
}

.profile-details {
    background: #cb0133;
    color: #fff;
    text-align: center;
    padding: 10px;
    height: 137px;
}
.profile-details p {
    margin-bottom: 0px;
}
.team-profile-image img {
    width: 100%;
    height: 351px;
    object-fit: contain;
}

@media(min-width: 768px) {
    .team-member:hover {
        overflow-y:scroll !important;
        scrollbar-width: auto;
        height: calc(351px + 137px);
    }

    @supports(-moz-appearance: none) {
        .team-member {
            scrollbar-color:#960717 #cb0133;
        }
    }

    .team-member ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .team-member::-webkit-scrollbar,.team-member::-webkit-scrollbar-horizontal {
        width: 10px;
        height: 10px;
    }

    .team-member::-webkit-scrollbar-track {
        background-color: #cb0133;
        border-radius: 10px;
    }

    .team-member::-webkit-scrollbar-thumb {
        background-color: #960717;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .team-member:hover {
        overflow-y:scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

    .team-member::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .team-member::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .team-member::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #cb0133;
    }

    .team-member::-webkit-scrollbar-thumb:window-inactive {
        background: #cb0133;
    }

    .team-member::-webkit-scrollbar,.team-member::-webkit-scrollbar-track {
        display: block !important;
    }
}
/* counter page */
.counter-work-status {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #004a6f;
    padding: 130px 0px;
}
.counter-work-status span, .counter-work-status h5{
    color: #fff;
}
/* global ui fix */
section.section.pt-0.pb-0 {
    width: 100%;
}
.ce-textpic.ce-center .ce-gallery img {
    margin: 0 auto;
}
/* form powermail */
.powermail_field select {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23495057' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 23px;
    padding-right: 2rem;
}
.powermail_fieldwrap_type_check {
    grid-column: 1 / -1;
}
.powermail_fieldwrap_type_check > label.powermail_label {
    display: block;
}
.powermail_fieldwrap_type_check .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.powermail_fieldwrap_type_check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-right: 0.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px;
}
 
.powermail_fieldwrap_type_check input[type="checkbox"]:checked {
    background-color: #004a6f;
    border-color: #004a6f;
}

.powermail_fieldwrap_type_check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}

.powermail_fieldwrap_type_check .checkbox:last-child {
    margin-bottom: 0;
}
.powermail_fieldwrap_type_check label {
    display: flex;
}
.powermail_fieldwrap_type_check label.powermail_label {
    margin-bottom: 20px;
}
::-webkit-file-upload-button {
    margin-top: -2px;
}
content .container ul {
    padding-left: 30px;
    margin-bottom: 10px;
    list-style-type: disc;
}

content .container ul li {
    padding-bottom: 10px;
    text-indent: -24px;
}

content .container ul li ul {
    list-style-type: circle;
    margin-top: 10px;
}

content .container ol {
    padding-left: 19px;
    margin-bottom: 10px;
}

content .container ol li {
    padding-bottom: 10px;
    text-indent: -17px;
}