@font-face {
    font-family: "PT Sans Narrow";
    font-weight: 400;
    font-style: normal;
    src: url('../font_heart/PTSansNarrow-Regular.woff2') format('woff2');
}

@font-face {
    font-family: "PT Sans Narrow";
    font-weight: 900;
    font-style: normal;
    src: url('../font_heart/PTSansNarrow-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Assistant';
    font-weight: 200;
    font-style: normal;
    src: url('../font_heart/Assistant-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Assistant';
    font-weight: 700;
    font-style: normal;
    src: url('../font_heart/Assistant-ExtraBold.woff2') format('woff2');
}

body {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 1px;
    color: #333;
    word-break: break-word;
    transition: background-color 0.2s ease-in-out;
    background-color: #fefefe;
}

p {
    margin-bottom: 20px;
}

.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-family: "Assistant", sans-serif;
    font-weight: 200;
    letter-spacing: normal;
    font-size: 60px;
    margin-bottom: 10px;
    color: #7a7979;
}

h2 {
    font-family: "Assistant", sans-serif;
    font-weight: 200;
    font-size: 42px;
    font-weight: 700;
}

h2 a {
    color: #7a7979;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #0a1050; */
    color: #7a7979;
}

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

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


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

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;
}

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

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

.footer {
    position: relative;
}

.footer ul li,
.footer ul li a,
.footer p,
.footer p a {
    color: #fff;
    font-size: 16px;
    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: #7a7979;
    color: #fff !important;
}

.btn-primary {
    background-color: #127030;
    border-color: #127030;
    color: #fff !important;
    border-radius: 50px !important;
}

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

.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 #127030;
    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: rgba(255, 0, 148, 0.8);
    border-color: rgba(255, 0, 148, 0.8);
}

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

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

.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: 18px 0;
    padding-bottom: 0;
}


/** Header Styles **/

.sticky-header.sticky .navbar .nav-link,
.sticky-header.sticky .navbar .dropdown-toggle {
    color: #7a7979 !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: 25px 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: 500;
    font-size: 18px;
    /* color: #fff; */
    color: #127030;
}

.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: #fff; */
    color: #7a7979;
}

.sticky-header {
    background-color: transparent;
    padding-top: 0;
    position: fixed;
    /* padding-top: 18px;
     padding-bottom: 18px; */
    top: 0;
}

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

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

.footer-bottom {
    background-color: #000b;
    padding-left: 0;
}

.footer-bottom ul li a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.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: #003c5e;
    padding: 10px 0;
}

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

#totop {
    height: 47px;
    line-height: 43px;
    border-radius: 50%;
    right: 105px;
    bottom: 0;
    position: absolute;
    top: 10px;
    background: #660033;
}

#totop img {
    width: 19px;
    transform: rotate(270deg);
}

.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: #127030;
}

.sticky-header.sticky {
    background-color: #fff;
}

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: 25px 0;
    /* padding: 0px; */
}

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

header .navbar .navbar-nav>li .dropdown-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

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

.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: #127030;
}

.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: #127030;
}

.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-box .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.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;
}

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

.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: #127030;
    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: #127030;
    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: 95px;
}

.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 {
    position: absolute;
    top: 29px;
    right: 90px;
}

ul.lang-menu li {
    display: inline-block;
    color: #127030;
    position: relative;
    margin-right: 10px;
}

ul.lang-menu li a {
    /* color: #127030; */
    color: #127030;
}

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

ul.lang-menu li::after {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "|";
    position: absolute;
    left: 16px;
}

ul.lang-menu li:last-child::after {
    content: " ";
}

.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: 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: 40px;
    height: 40px;
    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: #127030;
}

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

.accordion-wrap .accordion.accordion-style2 .card .card-header .card-link::after {
    right: 26px;
    top: 18px;
}

.accordion-wrap .accordion.accordion-style2 .card .card-body p {
    margin-bottom: 0;
}


/*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;
}

.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 - 80px); */
    min-height: 100vh;
    position: relative;
}

@media(max-width:768px) {
    .banner-main {
        z-index: 0;
        /* min-height: calc(100vh - 80px); */
        min-height: 100vh;
        position: relative;
    }
}

.banner-main .right-wrap {
    /* background: rgba(255, 0, 148, 0.8); */
    min-height: 100px;
    width: 40%;
    padding: 60px;
    position: absolute;
    right: 0;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.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:first-child img {
    max-width: 20px;
}

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

.team-main.feature-box .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 {
    margin: auto;
    /* text-align: center; */
    padding: 30px 20px;
    min-height: 100px;
    border: 2px solid #127030;
}

.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 #127030;
}

/* .green-link-frame .green-block:hover {
     background-color: #127030;
 } */
/* 
 .green-link-frame .green-block::after,
 .team-content .team-block .team-detail::after {
     content: " ";
     background-image: url(../images/FAKTENHAUS_Arrow_r.svg);
     background-position: center;
     background-size: contain;
     width: 40px;
     background-repeat: no-repeat;
     position: absolute;
     right: 20px;
     height: 100%;
     top: 0;
     bottom: 0;
 } */

.team-content .team-block .team-detail::after {
    content: " ";
    background-image: url(../images/FAKTENHAUS_Arrow_r.svg);
    background-position: center;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.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 #127030;
}

.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: #127030;
    font-size: 24px;
}

.wrap-box-content .wrap-light-box {
    background-color: #127030;
    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: #127030;
    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: #127030;
}

.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;
}

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.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-box .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: 42%;
    background: #72030a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 30px 10px;
}

@media(max-width:991px) {
    .dark-content .dark-content-wrap {
        width: 75%;
    }
}

@media(max-width:767px) {
    .dark-content .dark-content-wrap {
        width: 75%;
    }
}

@media(max-width:576px) {
    .dark-content .dark-content-wrap {
        width: 90%;
    }
}

.dark-content .dark-content-wrap .symbol-logo {
    color: #127030;
    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 {
    max-width: 115px;
    width: 115px;
    margin: auto;
    text-align: center;
}

/* .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: #127030;
    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;
    align-items: center;
    height: 100%;
    padding: 50px;
}
 

.banner-two-col .content-wrapbackground {
    width: 50%;
}

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

.bg-pink {
    background-color: #14702f;
}

.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: 150px;
    width: 150px;
    margin-bottom: 40px;
}

.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 h2 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 30px;
}

.banner-two-col .bg-box-text p:nth-child(2) {
    color: #d4c8cc;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
    letter-spacing: 1.1px;
}

.banner-two-col .bg-box-text p:nth-child(3) {
    color: #d4c8cc;
    font-size: 25px;
    line-height: 32px;
}

.logo-in-banner {
    margin-top: 40px;
}

.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;
    ms-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: space-around;
    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:hover>a,
.sidebar-menu .side-menu .menu li.active>a {
    color: #127030;
}

.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: #fff;
}

.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: #127030;
}

.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: #127030;
}

p a {
    color: #127030;
    text-decoration: underline;
}

.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: #127030;
}

.light-mode .wrap-all-div-frame .wrap-frame-red {
    min-height: 345px;
}

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

.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: #127030;
    min-width: 207px;
    bottom: 66px;
    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;
}

ul.foot-ul-foot li .dropup-content li:hover a {
    color: #127030
}

.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: red;
    font-size: 15px;
}

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

.error-section h2 {
    color: #127030;
}

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

.wrap-all-div-frame .head-wrap-center {
    padding-bottom: 10px;
    text-align: center;
    min-height: 125px;
    display: flex;
}

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

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

header .navbar .navbar-nav>li.dropdown .dropdown-menu li.active a,
header .navbar .navbar-nav li.dropdown .dropdown-menu li a.active,
.footer-bottom .foot-ul-foot li .dropup-content li:hover,
.footer-bottom .foot-ul-foot li .dropup-content li.active {
    background: #dbe0ef;
    color: #127030;
}

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

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

.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: #127030;
}

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

.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;
}

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

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

.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;
    margin-bottom: 5px;
}

.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 {
    width: 40%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    text-align: left;
    background-color: #127030;
    padding: 66px 0px;
}

.banner-main.right-img-icon .banner-caption h1 {
    font-size: 33px;
    color: #fff !important;
    margin-bottom: 0;
    padding-left: 80px;
}

.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: 21px !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: #127030 !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;
    text-wrap: none;
    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;
    text-wrap: none;
    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: #127030;
    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;
}

/* 

 @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    ::backdrop {
      position: fixed;
      top: 52px;
      
    }
  } */
.dark-mode .wrap-all-div-frame .wrap-frame-red .department-description p:first-child {
    font-size: 18px;
    margin-top: 15px;
}

.dark-mode .wrap-all-div-frame .wrap-frame-red .department-description p:last-child {
    font-size: 15px;
    font-weight: 400;
}

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

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

#CybotCookiebotDialogPoweredbyImage {
    bottom: 20px;
    max-width: 63px;
    position: fixed;
    left: 24px;
    width: 63px;
    height: 63px;
    z-index: 9999;
    cursor: pointer;
    /* background-color: #7a7979 ; */
    border-radius: 50px;
    padding: 7px;
    display: none;
}


/** 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;
    }

    .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;
        ms-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: 8px;
    }
}

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

    .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 {
        /* display: block; */
        display: flex;
        justify-content: center;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        min-width: 850px;
        left: -140px;
        width: 100%;
        padding: 15px 10px;
        overflow-x: hidden;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    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 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 5px;
        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;
    }

    .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;
        min-width: 850px;
        left: -330px;
        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: 42px 10px;
        position: relative;
    }

    header .navbar .navbar-nav>li.dropdown.active>.nav-link::before {
        content: " ";
        height: 2px;
        width: 90%;
        background-color: #fff;
        position: absolute;
        top: 66px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sticky-header.sticky .navbar .navbar-nav>li.dropdown.active>.nav-link::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("../images/burger_menu.svg") no-repeat center;
        background-size: contain;
    }

    .sticky-header.sticky .navbar-toggler {
        background: url("../images/burger_menu-sticky.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 {
        width: 100%;
        bottom: 0;
    }

    .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;
    }

    .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: #127030;
    }

    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: rgba(255, 0, 148, 0.8);
        background-color: rgba(255, 0, 148, 0.8);
    }

    .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;
    }

    .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: #127030;
    }

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

    .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;
    }

    .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;
    }

    .teamslide-wrapper .carousel-item {
        min-height: 392px;
    }

    .teamslide-wrapper.banner-main .right-wrap {
        background: #127030;
    }

    .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: 767.9px) {

    .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: 0px;
    }

    .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: 100px;
    }

    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: 15px;
    }

    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: 74px;
        bottom: 0;
        top: -29px;
        left: calc(50% - 25px);
        right: 50%;
    }

    /* .banner-main {
        min-height: 500px;
    } */
    .banner-main .right-wrap {
        padding: 30px;
        width: 100%;
        background: #127030a3;
    }

    .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%;
    }

    .section-bg-left.img-left-over {
        padding-top: 0;
    }

    .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 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: #127030;
    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: #127030;
}

.spt_accordion {
    color: #fff;
}

.spt_accordion h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.spt_accordion .card {
    border: 0;
    background-color: #127030;
    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: #127030;
    padding: 0;
    border: 0;
}

.spt_accordion .card .card-header .card-link {
    display: block;
    padding: 20px 10px;
    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;
    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: 10px;
    font-size: 20px;
}

.team .text-color-red {
    color: #127030;
}

.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: #127030;
    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: #127030;
    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: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #aeaeae;
    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: contain;
    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;
    justify-content: center;
}

.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;
        ms-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: "Barlow";
    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: "Barlow";
        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-family: "Exo 2"; */
    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-family: "Exo 2"; */
    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: rgba(255, 0, 139, .6);
    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: 13px;
    }
}

.event-wrapper h2 {
    color: #127030 !important;
}

.event-wrapper h2 span {
    border-bottom: 1px solid #127030 !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: #127030 !important;
}

.image-discription a {
    color: #127030 !important;
}

.event-wrapper .events-details {
    background: transparent !important;
    border: none !important;
}

.blogsocial-share a i {
    background: #127030;
    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: #127030;
}

.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;
    background-size: cover;
}

.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-family: 'Fira Sans';*/
    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 33px !important;
    }
}

.ban-cont {
    padding: 20px 130px;
}

.ban-cont p {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 100;
}


/***********************/


/* 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:hover {
    background-color: transparent;
    cursor: pointer;
}

.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: #127030;
}

.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: #fefefe;


}

/*
.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 #127030;

}

.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: #1270305e;
    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: #127030;
}

@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: "Righteous"; */
    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: "Barlow"; */
    font-weight: 300;
}

.aboutus .aboutus-content h2.heading-aboutcolumn {
    /* font-family: "Barlow"; */
    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: "Barlow Condensed"; */
    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: "Barlow"; */
    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: #7a7979;
}

.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;
}

.researchers-list .text {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #72030ad1;
    padding: 25px 45px;
    text-align: center;
}

.researchers-list img {
    filter: grayscale(100%) contrast(1.2);
}

.researchers-list img:hover {
    filter: grayscale(0%) contrast(1);
    cursor: pointer;
}

.btn-back {
    background-color: #127030;
    color: #fff !important;
}

.researchers-list .text a,
.researchers-list .text p {
    color: #fff;
    margin-bottom: 0px;
}

.researchers-list .text a {
    font-size: 23px;
}

.researchers-list .text p {
    font-size: 18px;
}

.img-team-icon {
    width: 25px;
    margin-top: 10px;
}

.researchers-list .image .text a {
    font-size: 16px;
}

.researchers-list .image .text a strong {
    font-size: 23px;
}

@media(max-width:1400px) {
    .researchers-list .text {
        font-size: 16px;
        padding: 13px 45px;
    }

    .img-team-icon {
        width: 14px;
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .researchers-list {
        margin-bottom: 31px;
    }

    /* .researchers-list a {
        display: flex;
        align-items: center;
    } */
    .researchers-list .text {
        font-size: 15px;
        padding: 13px 37px;
    }

    .img-team-icon {
        width: 12px;
        margin-top: 0px;
        margin-left: 12px;
    }

    .researchers-list .text a {
        font-size: 20px;
    }

    .researchers-list .text {
        bottom: -51px;
    }
}

@media(max-width:768px) {
    .researchers-list {
        margin-bottom: 112px;
    }

    .researchers-list .text {
        bottom: -66px;
    }

    .researchers-list .text a {
        font-size: 20px;
    }

    .researchers-list .text p {
        font-size: 16px;
    }
}

.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: cover;
}

.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: #127030;
    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: #127030; */
    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: #f09;
    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: #127030;
        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: #127030;
        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,
.banner-main .right-wrap .wrap-green-content span {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
}

@media(max-width:1200px) {

    .banner-main .right-wrap .wrap-green-content h1,
    .banner-main .right-wrap .wrap-green-content span {
        font-size: 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%
}
/* section.section.section-slider.p-0.pos-rel{
    height: calc(100vh - 140px);
} */
/* START CSS HEART */
.top-img-menu {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.bf-menu {
    display: flex;
    height: 241px;
}

.bf-menu li {
    width: 33.3%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bf-menu li:nth-child(odd) {
    background-color: #12703087;
}

.bf-menu li:nth-child(even) {
    background-color: #1767324f;
}



.bf-menu a {
    font-size: 43px;
    color: #fff !important;
    font-weight: 600;
}



.bf-menu li:nth-child(odd):hover {
    background-color: #636f66a6;
}

.bf-menu li:nth-child(even):hover {
    background-color: #636f66a6;
}

.openbtn img {
    width: 56px;
}
@media(max-width:991px){
    .top-img-menu {
    position: absolute;
    bottom: 0;
}
.section-slider{
    height: auto;
}
}
@media(max-width:768px) {
    .bf-menu {
        display: block;
        height: auto;
    }

    .bf-menu li {
        width: 100%;
    }

    .bf-menu .nav-link::before,
    .bf-menu .nav-link::after {
        display: none;
    }

    .openbtn img {
        width: 63px;
    }
    .bf-menu a {
    font-size: 28px;
    }
 
}

.side-icon {
    position: fixed;
    right: 24px;
    top: 50%;
    width: 53px;
    height: 53px;
    z-index: 3;
}

.side-icon img {
    width: 70px;
    height: auto;
}

.side-icon li {
    margin-bottom: 12px;
}

/* hide scrollbar but allow scrolling */
/* html {
     -ms-overflow-style: none;
     scrollbar-width: none;
     overflow-y: scroll;
 }

 html::-webkit-scrollbar {
     display: none;
 } */

/* .theme-foot {
     position: fixed;
     right: 24px;
     top: 50%;
     width: 63px;
     height: 63px;
     z-index: 10;
 } */
.theme-foot {
    height: 63px;
}

.red-social-icon img {
    width: 70px;
    height: auto;
}

.theme-foot ul {
    columns: 2;
    display: flex;
    justify-content: center;
}

@media(max-width:576px) {
    .theme-foot ul li {
        margin: 12px;
    }
}

.theme-foot li {
    margin-bottom: 20px;
    list-style: none;
}

/* 
 .section-slider:has(.section_innerview_port) .top-img-menu {
    display: none; */
/* position: relative; */
/* } */
.section_innerview_port .right-wrap {
    display: none
}

.dropdown-menu.second {
    padding: 34px !important;
}

.dropdown-menu.second>.dropdown {
    padding-right: 23px;
}

.lg_btn {
    background-color: #127030;
    color: #fff !important;
}

.lg_btn:hover {
    background-color: #72030a;
    color: #fff;
}

/* count number start */
.row-cols-custom-counter .col p.count_numb {
    font-size: 34px;
    color: #fff;
    margin-bottom: 5px;
}

.row-cols-custom-counter .col p.count_text {
    font-size: 20px;
    color: #fff;
}

.row-cols-custom-counter .col:nth-child(odd) {
    background-color: #72030a;
}

.row-cols-custom-counter .col:nth-child(even) {
    background-color: #e30613;
}

.row-cols-custom-counter>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 80px 50px 80px 50px;
}

@media(max-width: 991px) {
    .row-cols-custom-counter>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width: 576px) {
    .row-cols-custom-counter>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/* count number end */

/* Navigation dropdown classic start */
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: -1px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #127030;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
}

.dropdown-menu.second>li {
    padding: 11px !important;
    border-bottom: 1px solid #d4d4d4;
}

.dropdown-menu.second>li:last-child {
    padding: 11px !important;
    border-bottom: none;
}

/* Navigation dropdown classic End */

/* Team page banner start */
.tx-fakt-teammanager .carousel.slide .bann {
    min-height: 350px;
}

.tx-fakt-teammanager .carousel.slide .banner-caption {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    text-align: left;
    background-color: #72030a;
    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 */
/* Counter issue start */
.counter-work-status .col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0px;
    color: #000;
}

.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*/
h1.wrap-left-border-text {
    font-weight: 900 !important;

}

/* Flip book start */
.flipbook-bookLayer canvas {
    background-color: #390205;
}

@media(max-width:767px) {
    .right-children .tx-spt-flipbook {
        margin-top: 25px;
    }
}

/* Flip book end */
/* Magazine section homepage start */
.right-children .ce-textpic.ce-right.ce-intext.ce-nowrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.right-children .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext a {
    color: #e30613;
    position: relative;
}

.right-children .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext a:before {
    content: "ZUM MAGAZIN";
    position: absolute;
    color: #127030;
    top: 0;
    left: 0;
    width: 0%;
    overflow: hidden;
    transition: all 0.5s;
    height: 50px;
    white-space: nowrap;
}

.right-children .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext a:hover:before {
    width: 100%;
}

@media(max-width:991px) {
    .right-children .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery a img {
        width: 32px;
        margin-top: 9px;
    }

    .right-children .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext h2 {
        margin-top: 17px;
    }
}

/* Magazine section homepage end */
/* Changes for one pager start */
h2.ce-headline-center,
.bg-pink .content-left-banner h3 {
    color: #7a7979;
    /* color: darkgray; */
    margin-bottom: 0px;
}

.bg-pink .content-left-banner h3 {
    margin-bottom: 30px;
}

.left-children .ce-gallery img {
    width: 226px;
    padding-bottom: 20px;
}

.bg-pink .content-left-banner {
    justify-content: end;
    /* align-items: flex-start; */
}

.contentimg_outer .bg-pink .content-left-banner p {
    margin-bottom: 0px;
    font-size: 23px;
    color: #fff;
}

.row.col-p20.frame-space-after-extra-large {
    margin-right: 0;
    margin-left: 0;
}

.row.col-p20.frame-space-after-extra-large>* {
    padding-right: 0;
    padding-left: 0;
}

.row.class-partners img {
    width: 223px;
}

.row.class-partners .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 234px;
}

.row.class-partners header {
    padding: 0px !important;
    display: flex;
    align-items: center;
}

.row.class-partners .col-md-6:nth-child(4n - 2),
.row.class-partners .col-md-6:nth-child(4n - 1) {
    background-color: #ececec;
}

.row.class-partners .col-md-6:nth-child(5) img,
.row.class-partners .col-md-6:nth-child(8) img,
.row.class-partners .col-md-6:nth-child(9) img,
.row.class-partners .col-md-6:nth-child(12) img {
    width: 127px;
}

.row.class-partners .ce-headline-center {
    margin-bottom: 0px;
}

.multicolor_logo .icon_text.icon {
    background-color: #014971;
    width: 50%;
}

.multicolor_logo .icon_text.text {
    background-color: #b21a27;
    width: 50%;
}

.multicolor_logo .icon_text img {
    width: 399px;
}

.multicolor_logo .ce-gallery {
    display: flex;
    justify-content: center;
    padding: 35px 0px;
}

.multicolor_logo p {
    margin-bottom: 0px;
    background: #ffff;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.contentimg_outer .section {
    width: 100%;
}

.contentimg_outer .img-right-banner img {
    min-height: 150px;
    object-fit: contain;
    width: 334px !important;
}

.contentimg_outer .banner-two-col .img-right-banner {
    min-height: auto;
    text-align: center;
}

.contentimg_outer .bg-pink .content-left-banner {
    justify-content: center;
    align-items: center;
    background: #8db33a;
    color: #fff;
    padding: 100px 0px;
}

/* .ce-center {
     display: flex;
     justify-content: center;
 } */

/* .ce-gallery {
     width: 100%;
     object-fit: cover;
     display: flex;
     justify-content: center;
 } */

.center-logo-main .ce-gallery,
.right-image-logo .ce-gallery {
    display: flex;
    justify-content: center;
}

.full-width-landscape .ce-gallery,
.full-width-landscape .ce-gallery img {
    width: 100%;
}

.full-width-landscape .container,
.doctor-section-part2 .container {
    max-width: 100%;
}

.doctor-section-part2 .container section {
    width: 100%;
}

.doctor-section-part1 p {
    padding-left: 21px;
    font-size: 25px;
    /* font-weight: 500 !important; */
}

.doctor-section-part2 p {
    /* padding-left: 31px; */
    font-size: 25px;
    /* font-weight: 500 !important; */
}

.center-logo-main {
    padding: 120px 0px 60px 0px;
}

.center-logo-main img {
    width: 399px;
}

.right-image-logo .left-children .ce-gallery img {
    width: 408px;
}

.right-image-logo .row {
    align-items: center;
}

p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 18px;
    color: #7a7979;
    color: #5a5a5a;
}

.full-width-landscape {
    position: relative;
}

.full-width-landscape .theme-foot {
    position: absolute;
    top: 41px;
    left: 29px;
}

.full-width-landscape .theme-foot ul {
    gap: 36px;
}

@media(max-width:768.5px) {

    .multicolor_logo .icon_text.icon,
    .multicolor_logo .icon_text.text {
        width: 100%;
    }

    .row.class-partners .col-md-6:nth-child(1) {
        order: 1;
    }

    .row.class-partners .col-md-6:nth-child(2) {
        order: 2;
    }

    .row.class-partners .col-md-6:nth-child(3) {
        order: 4;
    }

    .row.class-partners .col-md-6:nth-child(4) {
        order: 3;
    }

    .row.class-partners .col-md-6:nth-child(5) {
        order: 5;
    }

    .row.class-partners .col-md-6:nth-child(6) {
        order: 6;
    }

    .row.class-partners .col-md-6:nth-child(7) {
        order: 8;
    }

    .row.class-partners .col-md-6:nth-child(8) {
        order: 7;
    }

    .row.class-partners .col-md-6:nth-child(9) {
        order: 9;
    }

    .row.class-partners .col-md-6:nth-child(10) {
        order: 10;
    }

    .row.class-partners .col-md-6:nth-child(11) {
        order: 12;
    }

    .row.class-partners .col-md-6:nth-child(12) {
        order: 11;
    }

    h2.ce-headline-center {
        margin-bottom: 38px;
    }

    .doctor-section-part1 p,
    .doctor-section-part2 p {
        font-size: 20px;
    }

    .multicolor_logo .icon_text img {
        width: 265px;
    }

    .contentimg_outer .img-right-banner img {
        width: 237px !important;
    }

    .contentimg_outer .bg-pink .content-left-banner p {
        padding-left: 26px;
        padding-right: 26px;
    }

    .multicolor_logo p {
        padding: 30px 26px;
    }
}

/* Changes for one pager end */
/* doctors section */


.doctor-section-part2 .content-left-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    text-align: left;
    /* Set text alignment to left */
    height: 100%;
    padding: 50px;
}

/*     
    .doctor-section-part2 .content-left-banner .p{
        align-items: left;
    } */


.doctor-section-part2 .content-right-banner .bg-box-text h3 {
    color: darkgray;
    color: #7a7979;
}

.doctor-section-part2 .content-left-banner h3 {
    color: darkgray;
    color: #7a7979;
}

.banner-sec .d-md-flex {
    padding-bottom: 60px;

}

.banner-sec h2 {
    margin-bottom: 15px;

}

@media (max-width:576px) {
    .center-logo-main img {
        width: 266px;
    }

    .banner-sec .ban-cont img {
        width: calc(100% - 41px);
    }

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

    header.innerpage-head .top-logo {
        padding: 6px 11px;
        padding-left: 17px !important;
    }

    .spon-logo-img img.img-fluid {
        width: 260px;
    }
}

.spon-logo-img>.row .ce-gallery {
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.spon-logo-img>.row .ce-center {
    display: flex;
    justify-content: center;
}

@media(max-width:991.5px) {
    .spon-logo-img>.row .ce-gallery {
        height: 100%;
        width: 65%;
        margin: 0px auto;
        text-align: center;
    }
}

.spon-logo-img>.row {
    justify-content: center;
    /* align-items: center; */
}

.spon-logo-img>.row .col-lg-4:nth-child(2) img {
    width: 214px;
}

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


/* @media(min-width:1600px){.innerpage-head .top-logo img, .sticky.innerpage-head .top-logo img {width: calc(100% - 96px);}} */

@media (min-width: 1600px) {

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

.ban-cont {
    padding: 140px 130px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .ban-cont {
        padding: 125px 95px 30px !important;
    }
}

@media (max-width: 991px) {
    .ban-cont {
        padding: 153px 60px 50px !important;
    }

    .ban-cont img {
        width: calc(100% - 65px);
    }
}

/* cookiehide */
div#CookiebotWidget {
    display: none;
}

.ce-center .ce-gallery img {
    margin: 0 auto;
}

/* Paypal button */
.paypal-button {
    background-color: #660033;
    border-color: #660033;
    color: #fff !important;
    border-radius: 50px !important;
}

/* Paypal button */
/* sponsers start */
section.section.text-icon-link-block {
    padding-top: 0px;
}

.text-icon-link-block .text-icon-link-block-wrap {
    text-align: center;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 2px solid #127030;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-icon-link-block .text-icon-link-block-wrap img {
    width: calc(100% - 51px);
    height: 170px;
    margin-bottom: 0px;
}

.text-icon-link-block .text-icon-link-block-wrap a,
.text-icon-link-block .text-icon-link-block-wrap h4 {
    background: #127030cc;
    color: white;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.text-icon-link-block .text-icon-link-block-wrap:hover a,
.text-icon-link-block .text-icon-link-block-wrap:hover h4 {
    opacity: 1;
}

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

/* sponsers end */
/* Page without inner banner start */
.section.section-slider.p-0.pos-rel.fzout {
    margin-top: 80px;
}

/* Page without inner banner end */
.select-img-slider .slides {
    margin-bottom: 30px;
}

/* hide */
/* #open_offcanvas, footer, .footer-bottom, .footer-right-content, .footer-navopen {
    display: none;
} */

/* section footer */
section.bgimg-cnt-lg {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

section.bgimg-cnt-lg .right-children.col-12.col-md-6 {
    background-color: #10452782;
    margin-left: auto;
    min-height: 450px;
    padding-top: 100px;
}

section.bgimg-cnt-lg .right-children.col-12.col-md-6 .ce-center .ce-gallery img {
    width: 144px;
}

section.bgimg-cnt-lg .right-children.col-12.col-md-6 .text-center {
    color: #fff;
    margin: 31px 0px;
    font-weight: 500;
    font-size: 63px;
}

section.bgimg-cnt-lg .right-children.col-12.col-md-6 .ce-below .ce-gallery img {
    width: 55px;
}

/* section footer 1 */
section.bgimg-cnt-lg .container,
section.bgimg-cnt-lg .row {
    height: 450px;
}

section.bgimg-cnt-lg .left-children.col-12.col-md-6 {
    background-color: #5b726a;
    padding: 63px 0px;
}

@media(min-width:1400px) {
    section.bgimg-cnt-lg .left-children.col-12.col-md-6 {
        max-width: 36%;
    }
}

@media(max-width:767.9px) {
    section.bgimg-cnt-lg .left-children.col-12.col-md-6 {
        background-color: #5b726acc;
    }
}

section.bgimg-cnt-lg .left-children.col-12.col-md-6 .ce-center .ce-gallery img {
    width: 144px;
}
section.bgimg-cnt-lg .left-children.col-12.col-md-6 .ce-bodytext{
    display: flex;
    justify-content: center;
}
section.bgimg-cnt-lg .left-children.col-12.col-md-6 .text-center {
    color: #fff;
    margin: 0px;
    font-weight: 500;
    font-size: 63px;
    display: inline;
    text-align: left !important;
}
/* image text col section */
.img-cnt-lr {
    background-color: #f5f5f5;
    padding: 50px 0px;
}
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 {
    padding: 0px;
    background-color: #f5f5f5;
    height: 340px;
}
/* .img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12:nth-child(even){
    padding: 20px 80px;
}
@media(max-width:1024.9px){
    .img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12:nth-child(even){
        padding: 20px 50px;
    }
} */
.img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12:nth-of-type(3n + 4) {
    padding: 20px 80px;
}

@media (max-width: 1024.9px) {
    .img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12:nth-of-type(3n + 4) {
        padding: 20px 50px;
    }
}
/* .img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12.center-text-part {
    padding: 20px 80px;
}

@media (max-width: 1024.9px) {
    .img-cnt-lr .row > .col-lg-4.col-md-6.col-xs-12.center-text-part {
        padding: 20px 50px;
    }
} */
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 p {
    color: #7a7979;
}
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 h3 {
    color: #192e2e;
}
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 .frame, 
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 .frame .ce-image, 
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 .frame .ce-image .ce-gallery, 
.img-cnt-lr .col-lg-4.col-md-6.col-xs-12 .frame .ce-image .ce-gallery img{
    height: 100%;
    object-fit: cover;
}
@media(max-width:991.9px){
    .img-cnt-lr .col-lg-4.col-md-6.col-xs-12 {
        height: auto;
    }
    .img-cnt-lr .col-lg-4.col-md-6.col-xs-12 .frame .ce-image .ce-gallery img{
        height: auto;
    }
}
/* News section */
h2.ce-headline-center {
    color: #660033 !important;
    font-size: 55px;
}
h3.ce-headline-center {
    color: #127030 !important;
}
.img-date {
    background: #136b2f !important;
    top: -42px !important;
    left: 20% !important;
    width: 70% !important;
    height: 110px !important;
    text-align: left;
}
.img-date h6 {
    font-size: 39px !important;
    color: #fff !important;
    padding-top: 28px !important;
    text-align: left;
}
.tx-spt-eventmanager .sub-ic.d-flex.align-items-center.justify-content-between {
    color: #033c8e;
    font-size: 38px;
    padding: 0px 30px;
}
.tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4 a.buttonLink img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4 p {
    padding: 0px 30px;
}
.tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4>a.buttonLink {
position: relative;
display: block;
}
.tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4>a.buttonLink::after {
    content: '';
    position: absolute;
    border-top: 151px solid #fff;
    width: 2px;
    top: 29px;
    right: 13px;
}
.tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4>a.buttonLink::before {
    content: '';
    position: absolute;
    border-top: 2px solid #fff;
    width: 132px;
    top: 29px;
    right: 15px;
}
@media(max-width:767.9px){
    .img-date {
        top: -33px !important;
        height: 94px !important;
    }
    .img-date h6 {
        font-size: 32px !important;
    }
    .tx-spt-eventmanager .col-sm-6.col-md-4.col-lg-4 p {
        margin-bottom: 50px;
    }
}
/* section user */
section.left-img-cnt {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}
section.left-img-cnt .container {
    height: 700px;
}

section.left-img-cnt .container .row{
    height: 100%;
    align-items: center;
    position: relative;
}
.left-img-cnt .left-children.col-12.col-md-6 {
    background-color: #15702d;
    height: 450px;
    padding: 10px 250px 10px 42px;
}

.left-img-cnt .left-children.col-12.col-md-6 h3, .left-img-cnt .left-children.col-12.col-md-6 p{
    color: #fff;
}
.left-img-cnt .left-children.col-12.col-md-6 h3{
    font-size: 30px;
}
.left-img-cnt .left-children.col-12.col-md-6 p{
    font-size: 22px;
    padding-left: 35px;
}
.left-img-cnt .right-children.col-12.col-md-6 {
    position: absolute;
    left: 426px;
}
.left-img-cnt .right-children.col-12.col-md-6 .ce-gallery img.img-fluid {
    height: 300px;
}
@media(max-width:993.9px){
    .left-img-cnt .left-children.col-12.col-md-6 {
        padding: 10px 150px 10px 42px;
    }
    .left-img-cnt .right-children.col-12.col-md-6 {
        left:326px;
    }
}
@media(max-width:767.9px){
    section.left-img-cnt .container {
        height: 100%;
    }
    .left-img-cnt .left-children.col-12.col-md-6 {
        padding: 50px 10px 100px 42px;
        height: 360px;
    }
    .left-img-cnt .right-children.col-12.col-md-6 {
        left: 0px;
        position: relative;
        top: -65px;
    }
    .left-img-cnt .left-children.col-12.col-md-6 p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* left text section */
section.left-cnt-bgimg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}
section.left-cnt-bgimg .container{
    height: 500px;
}
section.left-cnt-bgimg .container .row{
    height: 100%;
    align-items: end;
    padding-bottom: 50px;
}
section.left-cnt-bgimg .left-children.col-12.col-md-6 p{
    font-size: 32px;
    padding-left: 35px;
    color: #fff;
}
section.left-cnt-bgimg .left-children .ce-gallery img {
    width: 150px;
    padding-bottom: 20px;
    margin: 0;
    margin-left: 35px;
}
/* bottom title section */
section.style-one {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
section.style-one .container-fluid {
    height: 100%;
}
section.style-one .container-fluid .row{
    align-items: end;
    height: 100%;
}
section.style-one .left-children .ce-gallery img {
    width: 67px;
    padding-bottom: 20px;
}
section.style-one h3.ce-headline-center {
    color: #fff !important;
    font-size: 94px;
    font-weight: 200;
    font-family: "Assistant", sans-serif;
}
section.style-one h2.ce-headline-center {
    color: #fff !important;
    font-size: 94px;
    margin-bottom: 107px;
}
section.style-one .left-children.col-12.col-md-6 {
    background-color: #12703087;
    padding: 40px 0px;
}
section.style-one .right-children.col-12.col-md-6 {
    background-color: #1767324f;
    padding: 40px 0px;
}
@media(max-width:767.9px){
    section.style-one .container-fluid .row{
        align-items: normal;
    }
    section.style-one .left-children.col-12.col-md-6, section.style-one .right-children.col-12.col-md-6 {
        padding: 40px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section.style-one h3.ce-headline-center, 
    section.style-one h2.ce-headline-center {
        font-size: 64px;
    }
}
/* Left rigt image text section */
section.section.section-bg-left.banner-two-col.bg-white.pt-0.pb-0 h3, section.section.img-text-container.banner-two-col.bg-white.pt-0.pb-0 h3 {
    color: #fff;
}
section.section.section-bg-left.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text, section.section.img-text-container.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text {
    width: 80%;
}
section.section.section-bg-left.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text>*, section.section.img-text-container.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text>* {
    display: inline-block;
    text-align: left !important;
}
@media(max-width:767.9px){
    section.section.section-bg-left.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text>*, section.section.img-text-container.banner-two-col.bg-white.pt-0.pb-0 .bg-box-text>* {
        display: block;
    }
    .banner-two-col .bg-box-text h2 {
        font-size: 45px;
    }
}
/* banner hide */
.section_innerview_port + .top-img-menu{
    display: none;
}
b, strong {
    font-weight: 900 !important;
}
