@font-face {
    font-family: 'iconfont';
    src: url("../fonts/iconfont.eot?2ztzfs");
    src: url("../fonts/iconfont.eot?2ztzfs#iefix") format("embedded-opentype"),
        url("../fonts/iconfont.ttf?2ztzfs") format("truetype"),
        url("../fonts/iconfont.woff?2ztzfs") format("woff"),
        url("../fonts/iconfont.svg?2ztzfs#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="fs-icon-"],
[class*=" fs-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoonYt';
    src: url("../fonts/icomoonYt.eot?dann1");
    src: url("../fonts/icomoonYt.eot?dann1#iefix") format('embedded-opentype'),
        url("../fonts/icomoonYt.ttf?dann1") format('truetype'),
        url("../fonts/icomoonYt.woff?dann1") format('woff'),
        url("../fonts/icomoonYt.svg?dann1#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon-YT {
    font-family: 'icomoonYt' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .social-media.vertical a span.icon-YT {
    font-size: 16px;
}

.icon-YT:before {
    content: "\e900";
}

.social_lnks {
    /* display: flex; */
    display: none;
    margin-left: -15px;
}

.fs-icon-web:before {
    content: "\e913";
}

.fs-icon-projects:before {
    content: "\e90c";
}

.fs-icon-arrow-left:before {
    content: "\e900";
}

.fs-icon-arrow-right:before {
    content: "\e901";
}

.fs-icon-chevron-right:before {
    content: "\e902";
}

.fs-icon-chevron-left:before {
    content: "\e903";
}

.fs-icon-chevron-up:before {
    content: "\e904";
}

.fs-icon-chevron-down:before {
    content: "\e905";
}

.fs-icon-phone:before {
    content: "\e906";
}

.fs-icon-users:before {
    content: "\e907";
}

.fs-icon-facebook:before {
    content: "\e908";
}

.fs-icon-instagram:before {
    content: "\e909";
}

.fs-icon-linkedin:before {
    content: "\e90a";
}

.fs-icon-mail:before {
    content: "\e90b";
}

.fs-icon-mouse:before {
    content: "\e90d";
}

.fs-icon-quotes:before {
    content: "\e90e";
}

.fs-icon-search:before {
    content: "\e90f";
}

.fs-icon-close:before {
    content: "\e914";
}

.fs-icon-twitter:before {
    content: "\e910";
}

.fs-icon-gender:before {
    content: "\e911";
}

.fs-icon-badge:before {
    content: "\e912";
}

.bordered-title span {
    border-bottom: solid 1px #fff;
}

.bg-grey {
    background-color: #f6f6f6;
}

.bg-red {
    background: transparent linear-gradient(118deg, #d3310e 0%, #aa0f09 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.bg-red p {
    color: #fff;
}

.brdr-top-title {
    position: relative;
}

.brdr-top-title span {
    height: 4px;
    display: block;
    margin-bottom: 30px;
    background-color: #aa0f09;
    width: 70px;
}

.bg-red .brdr-top-title span,
.img-text-overlay .brdr-top-title span {
    background-color: #fff;
}

.brdr-top-title.title-mb-50 {
    margin-bottom: 50px;
}

.brdr-top-title.sm {
    font-size: 22px;
    font-weight: 700;
}

.brdr-top-title.sm span {
    width: 30px;
    margin-bottom: 25px;
}

.two-clmn-right-space {
    margin-top: 25px;
}

.link-style-bg {
    font-size: 22px;
    color: #aa0f09;
    font-weight: 700;
}

.highlight {
    color: #aa0f09;
}

.inner-sec-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

body.blog-detail-page .header {
    background-color: #fff;
}

#app {
    max-width: 1920px;
    margin: 0 auto;
    color: #060504;
    padding-top: 109px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 46px;
}

.bg-red h2 {
    font-size: 56px;
    line-height: 78px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

p {
    color: #5d5d5d;
    margin-bottom: 20px;
    line-height: 26px;
}

.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 40px;
    display: none;
    cursor: pointer;
    transition: all ease 300ms;
    font-family: "iconfont" !important;
    transition: 0.5s all;


}

.scroll-top span {
    font-family: "Lato", sans-serif;
    white-space: nowrap;
    transform: rotate(180deg);
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
}


.scroll-top:after {
    content: "";
    height: 10px;
    width: 2px;
    background: #aa0f09;
    position: absolute;
    right: 15px;
    top: -15px;
    font-family: "iconfont" !important;
}

.scroll-top.light:after {
    background: #fff;
}

.scroll-top:hover:after {
    content: "\e901";
    transform: rotate(-90deg);
    transform-origin: bottom;
    background: transparent;
    color: #aa0f09;
    font-family: "iconfont" !important;

}

.scroll-top.light:hover:after {
    color: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    transition: all ease 300ms;
    /* align-items: flex-end;*/
}

.header:not(.bg-grey) {
    background-color: #fff;
}

.header .logo {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
}

.header .logo img.custom-logo {
    width: 84px;
    height: 84px;
    max-height: 100%;
}

.header a {
    text-decoration: none;
    color: inherit;
}

.navigation {
    display: flex;
}

.navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 18px;
}

.navbar:not(.main-menu) li {
    padding: 0 1.4rem;
}

.navbar:not(.main-menu) li:last-child {
    padding-right: 0;
}

.navbar a {
    position: relative;
    color: #060504;
}

.navbar a i {
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    transition: 0.5s all;
}

.navbar a:hover {
    color: #aa0f09;
}

.navbar a:hover+i {
    top: 2px !important;
    color: #aa0f09 !important;
}

.navbar .notification {
    width: 4px;
    height: 4px;
    background-color: #aa0f09;
    position: absolute;
    top: 2px;
}

.nav-container {
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-menu {
    margin-right: 7rem;
}

.main-menu li {
    padding: 0 2.5rem;
}

.nav-search {
    display: flex;
    align-self: flex-end;
    align-items: center;
    transition: all ease 300ms;
    max-height: 200px;
}

.nav-search .search-btn {
    margin-right: 20px;
    padding-bottom: 7px;
}

.search-btn i:hover {
    color: #aa0f09;
}

.nav-lang {
    position: relative;
    width: 147px;
}

.custom-wpml-language-switcher {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 6;
}

.drop-ul {
    border-radius: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.active-lang {
    margin: 0;
    padding: 0;
    list-style: none;
}

.active-lang .li-selected {
    display: flex;
    justify-content: start;
    border-radius: 4px;
    padding: 1px 18px 7px 12px;
    cursor: pointer;
}



.drop-ul li a,
.active-lang li a {

    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;

}

.drop-ul li {
    display: none;
    box-shadow: 0px 1px 0px 0px #efebeb;
    border-radius: 2px;
    padding: 8px 0px 8px 16px;
    height: 40px;
}

.active-lang:hover .drop-ul li,
.active-lang:hover .custom-wpml-language-switcher {
    display: block;
}

.drop-ul li.active {
    display: none !important;
}

.active-lang i.fs-icon-chevron-down {
    font-size: 9px;
    position: absolute;
    top: 49%;
    right: -2%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.6s;
    z-index: 1;
}

.active-lang:hover i.fs-icon-chevron-down {
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: 0.6s;
}

.drop-ul li:hover {
    background: #aa0f09;
}

.drop-ul li:hover a {
    color: #fff;
}

.li-selected {
    display: flex;
    justify-content: start;
    border-radius: 4px;
    padding: 1px 18px 7px 12px;
    cursor: pointer;
}

span.country-flag {
    padding-right: 9px;
}

.country-flag img {
    border-radius: 10px;
    width: 16px;
    height: 16px;
}

.search-btn {
    margin-left: 64px;
    cursor: pointer;
}

.search-btn i {
    font-size: 22px;
}

.page-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 130px 140px 0;
    transition: 0.5s all;
    transform: translateY(-150%);
}

.post-cntnt {
    /* padding: 0 15px; */
    width: 100%;
}

.post-cntnt iframe,
.post-cntnt figure {
    width: 100% !important;
}

.post-cntnt .social_lnks iframe {
    width: 100px !important;
}

.post-cntnt a {
    color: #AA0F09;
}

.post-cntnt a:hover {
    font-weight: 700;
}

.post-cntnt ul {
    margin-left: 15px;
}

.page-search.show {
    transform: translateY(0%);
}

.page-search .search-close {

    width: 36px;
    height: 36px;
    background: #060504;
    position: absolute;
    right: 140px;
    top: 110px;
    cursor: pointer;
}

.page-search .search-close span::after,
.page-search .search-close span::before {
    content: '';
    background: #fff;
    width: 2px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-search .search-close span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-trigger::after,
.close-trigger::before {
    content: '';
    background: #fff;
    width: 2px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-trigger::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-trigger.nav-close {
    color: transparent;
}

.page-search .search-form {
    margin: 0px;
}

.page-search .search-form .form-group {
    width: 100%;
    position: relative;
}

.page-search .search-form .screen-reader-text {
    color: #060504;
    text-align: left;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 86px;
    position: static;
    transform: translate(0px, 0px);
    font-weight: 700;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    clip-path: none;
}

.page-search .search-form input.search-submit {
    margin-top: 40px;
    max-width: 170px;
    border-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
}

.page-search .search-form input.search-field.form-control {
    border: 0;
    border-bottom: 1px solid #b5b5b5;
    width: 100%;
    transition: all 0.2s;
    touch-action: manipulation;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 30px 10px 0;
}

.page-search .search-form input.search-field.form-control:focus-visible {
    outline: none;
}

/* .page-search .search-form input::-webkit-search-cancel-button {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: blue;
} */
.page-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /* height:19px;
    width: 19px;
    position: absolute;
    right: 3px;
    background-image: url(//golive2020.pitsolutions.ch/blog/wp-content/themes/pitsweb2020/img/close-bold.svg);
    background-size: 10px 10px;
    background-position: center;
    background-color: #ececec;
    padding:6px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat:no-repeat;
    border-radius: 5px */
}

.page-search .search-form button.search-submit {
    position: absolute;
    right: 0;
    bottom: -1px;
    background: transparent;
    border: none;
    padding: 6px;
}

.page-search .search-form button.search-submit span {
    font-size: 20px;
    color: #000;
}

.page-search .search-form input.search-field.form-control::placeholder {
    color: #b5b5b5;
    opacity: 1;
    /* Firefox */
}

.page-search .search-form input.search-field.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #b5b5b5;
}

.banner {
    min-height: calc(100vh - 110px);
    padding: 22.47191vh 0 10.2145vh;
    position: relative;
}

.banner-text {
    max-width: 1240px;
}

.banner .title {
    font-size: 90px;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 40px;
}

.banner .sub-title {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 70px;
}

.banner .highlight {
    font-weight: 900;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(239, 239, 239, 0) 60%, rgba(238, 238, 238, .5) 60%, rgba(238, 238, 238, .83) 40%, #eee 40%);
}

.mouse-scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-top: 80px;
}

.mouse-scroll-icons {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #d6d6d6;
}

.mouse-scroll .fs-icon-mouse {
    font-size: 36px;
}

.mouse-scroll .fs-icon-chevron-down {
    font-size: 8px;
    margin-top: 5px;
}

.innerpage-banner {
    /*max-width: 1180px;*/
    padding-bottom: 9.25926vh;
    padding-top: 16.66667vh;
}

.innerpage-banner p {
    font-size: 36px;
    line-height: 54px;
    color: #060504;
}

.image-text-card {
    display: flex;
    margin-bottom: 70px;
}

.image-text-card .image {
    width: 90px;
    margin-right: 50px;
    flex-shrink: 0;
}

.image-text-card .text-wrap {
    margin-top: -9px;
}

.image-text-card p {
    font-size: 18px;
    line-height: 30px;
}

.project-list-top {
    padding-top: 160px;
}

.project-list-top p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.project-list-item {
    display: flex;
    padding-top: 170px;
    padding-bottom: 170px;
}

.project-details-wrap {
    max-width: 495px;
    width: 26.01156vw;
    padding-left: 92px;
    margin-right: 55px;
}

.project-details-wrap .logo-img {
    width: 170px;
    height: 68px;
    border: solid 1px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.project-details p {
    line-height: 28px;
    margin-bottom: 50px;
}

.project-details h5 {
    margin-bottom: 7px;
}

.project-screens {
    max-width: 988px;
    position: relative;
}

.project-screens .screen-desktop {
    max-width: 730px;
}

.project-screens .screen-ipad {
    max-width: 390px;
    position: absolute;
    bottom: -20px;
    right: -250px;
}

.project-screens .screen-mob {
    max-width: 130px;
    position: absolute;
    bottom: -30px;
    right: 80px;
}

.customer {
    margin: 0 -5px;
}

.customer-wrap {
    padding: 130px 0 115px;
}

.customer-wrap h2 {
    margin-bottom: 10px;
}

.customer-wrap p {
    font-size: 18px;
    margin-bottom: 40px;
}

.customer-images {
    display: flex;
    flex-wrap: wrap;
}

.customer-image {
    position: relative;
    border: solid 1px #ececec;
    height: 100px;
    flex: 0 0 calc(20% - 10px);
    margin: 0 5px 10px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-image:hover .customer-image-hover {
    transform: translateY(0);
}

.customer-image img {
    max-width: 75%;
}

.customer-image-hover {
    transform: translateY(100%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
}

.testimonial-wrap {
    padding: 122px 0 100px;
}

.testimonial-wrap h2 {
    margin-bottom: 50px;
}

.testimonial-top .person-image {
    border-radius: 7px;
    overflow: hidden;
}

.testimonial-top .person {
    display: flex;
    align-items: flex-end;
}

.testimonial-top .person-image {
    margin-right: 33px;
}

.testimonial-top .person-info h4 {
    line-height: normal;
}

.testimonial-top .person-info span {
    font-size: 18px;
    color: #5d5d5d;
}

.testimonial-bottom {
    padding: 25px 0 45px;
}

.testimonial-text {
    position: relative;
    font-style: italic;
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    width: 100%;
}

.testimonial-text p {
    padding-top: 55px;
    color: #060504;
}

.testimonial-slider:before,
.testimonial-slider:after {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 55px;
    position: absolute;
}

.testimonial-slider:before {
    content: "";
    left: -60px;
    top: 175px;
    background-image: url(../img/quotes.svg);
}

.testimonial-slider:after {
    content: "";
    background-image: url(../img/quotes_bottom.svg);
    right: -20px;
    bottom: 20px;
}

.icon-text-card {
    display: flex;
    margin-bottom: 85px;
}

.icon-text-card .icon {
    border: solid 1px #fff;
    width: 123px;
    height: 123px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.icon-text-card svg {
    fill: #fff;
}

.icon-text-card p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

.icon-text-column .icon-text-card p {
    line-height: 34px;
}

.icon-text-card h3 {
    line-height: normal;
}

.icon-text-card .text-wrap {
    margin-top: -9px;
}

.icon-text-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -35px;
}

.icon-text-column h3 {
    margin-bottom: 15px;
}

.icon-text-column>div {
    flex: 1 0 50%;
    padding: 0 35px;
}

.link-list {
    color: #6d6d6d;
    line-height: 24px;
    font-size: 20px;
}

.link-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-list ul li {
    margin: 0 0 25px;
}

.link-list a {
    display: flex;
    align-items: center;
}

.link-list a:before {
    margin-right: 20px;
    font-size: 9px;
    font-family: 'iconfont';
    content: "\e902";
}

.link-list a.active,
.link-list a:hover {
    color: #aa0f09;
}

.people-card {
    flex: 0 0 33.33%;
    padding: 0 25px;
    margin-bottom: 55px;
}

.people-card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.people-card .name {
    margin-bottom: 2px;
}

.people-card .designation {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 26px;
}

.people-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.people-image img {
    filter: grayscale(100%);
    transition: all ease-in-out .3s;
}

.people-image img:hover {
    filter: grayscale(0);
}

.people-image:hover .people-image-hover {
    transform: translateY(0);
}

.people-image-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(170, 15, 9, .8);
    transform: translateY(105%);
    transition: all ease 300ms;
}

.people-image-hover .hover-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 28px;
}

.people-wrap {
    padding: 145px 0 30px;
}

.people-wrap h2 {
    margin-bottom: 85px;
}

.people-popup {
    background-color: #fff;
    max-width: 575px;
    height: 100vh;
    overflow: auto;
    padding: 120px 50px;
    float: right;
}

.people-popup img {
    max-width: 210px;
    margin-bottom: 40px;
}

.people-popup .popup-top {
    border-bottom: solid 1px #060504;
    padding-bottom: 10px;
}

.people-popup .popup-top p {
    font-size: 18px;
}

.people-popup .popup-bottom {
    padding-top: 20px;
}

.people-popup p {
    line-height: 26px;
}

.certificate-wrap {
    padding: 175px 0 115px;
}

.certificate-wrap h2 {
    margin-bottom: 55px;
}

.certificate-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px;
}

.certificate-images .certificate-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 23px;
    min-width: 147px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all ease-in-out .3s;
}

.certificate-images .certificate-image:hover {
    filter: grayscale(0);
}

.csr-stripe {
    padding: 55px 0;
}

.csr-cont-wrap {
    display: flex;
    align-items: center;
}

.csr-cont-wrap .csr-image {
    flex-shrink: 0;
    padding-right: 40px;
}

.csr-cont-wrap p {
    padding-left: 40px;
    border-left: solid 1px #d6d6d6;
    color: #6d6d6d;
    margin: 0;
}

.social-media {
    display: flex;
    font-size: 20px;
}

.social-media a {
    display: block;
    max-width: 20px;
    flex: 1;
}

.social-media img {
    width: 100%;
}

.social-media.horizontal a {
    margin-right: 20px;
}

.social-media.vertical {
    flex-direction: column;
}

.social-media.vertical a {
    margin-bottom: 14px;
}

.social-media.vertical a>span:hover {
    color: #fff;
}

.footer .social-media {
    position: absolute;
    bottom: 190px;
    right: 15px;
    color: #b5b5b5;
}
.footer {
    background-color: #2D2D2D;
    color: #fff;
    margin-top: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.footer > .footer-logo-wrapper,
.footer > .footer-copywright-wrapper{
    background-color: #252525;
}
.footer > .footer-logo-wrapper{
    padding-top: 40px;
}
.footer > .footer-menu-wrapper .footer-menu-inner-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #3a3a3a;
}
.footer .footer-row-1,
.footer .footer-row-2{
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
}
.footer .footer-logo-wrapper .footer-row-2{
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer .footer-logo-img,
.footer .footer-content{
    flex: 1;
    max-width: max-content;
}
.footer .footer-logo-img img{
    width: 70px;
}
.footer .footer-row-2 .social-icon-text p{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
.footer .footer-row-2 .social-icons-wrapper{
    display: flex;
    font-size: 24.8px;
    gap: 30px;
    color: #b5b5b5;
}
.footer .footer-row-2 .social-icons-wrapper a {
    display: block;
    max-width: 20px;
    flex: 1;
}
.footer .footer-row-2 .social-icons-wrapper a span:hover{
    color: #fff;
}
.footer .menu{
    list-style: none;
    padding: 0;
}
.footer-menu-inner-wrapper .widget_nav_menu h5{
    font-size: 24px;
    margin-bottom: 10px;
}
.footer .menu li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
.footer .footer-menu-wrapper .widget-container.widget_nav_menu{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer .footer-menu-wrapper .widget-container.widget_nav_menu .widget-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.footer .footer-copywright-wrapper{
    margin-top: 60px;
}
.footer .footer-row-4 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 13px;
}
.footer .footer-row-4 .footer-copyright p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #fff;
    margin-bottom: 0;
}
.footer .footer-menu-list ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
}
.footer .footer-menu-list ul li{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #fff;
}
.footer .footer-address-wrapper .address {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer .footer-address-wrapper{
    padding-top: 60px;
}
.footer .footer-address-wrapper .row{
    justify-content: center;
    gap: 60px 0;
}
.footer .footer-address-wrapper .address h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    color: #fff;
    margin-bottom: 10px;
}
.footer .footer-address-wrapper .address  p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #fff;
    margin-bottom: 20px;
}
.blogger-lkdin a{
  
    font-size: 24.8px;
}
.blogger-lkdin a span{
    color: #060504;
}
.blogger-lkdin a:hover span{
    color: #aa0f09;
}

.navigation .search-btn {
    display: none;
}

.slider-section {
    display: flex;
    gap: 25px;
}

.slider-section .blog-slider {
    width: 80%;
}

.slider-section .search-wrapper {
    width: 20%;
}

.search-wrapper .search-btn {
    display: none;
}

/* balckquotes and code styling */
blockquote {
    position: relative;
    font-style: italic;
    color: black;
    padding: 20px;
    background: #f6f6f6;
    border-left: 4px solid;
}

blockquote p {
    margin: 0;
    position: relative;
}

blockquote:before {
    content: '\201C';
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}

blockquote::after {
    content: '\201D';
    position: absolute;
    right: 8px;
    bottom: 0;
    font-size: 30px;
}

code {

    display: block;
    padding: 16px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
    word-wrap: break-word;
}

/*  */

@media (min-width:768px) and (max-width:991px) {

    .footer .col-md-4,
    .footer .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
}

/* .slick-dots .slick-active button {
    background-color: #b5b5b5;
} */
.slick-dots .active button {
    background-color: #b5b5b5;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #dcdcdc;
    padding: 5px;
    color: transparent;
    outline: none;
    margin-right: 8px;
    border-radius: 50%;
    background: transparent;
}

.slick-arrow {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d6d6d6;
    font-size: 20px;
    border-radius: 7px;
    margin-right: 30px;
    color: #d6d6d6;
    background: #fff;
    transition: all ease 300ms;
}

.slick-arrow:hover {
    color: #060504;
    border-color: #060504;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-disabled {
    pointer-events: none;
}

.blogger-name {
    display: flex;
    align-items: center;
    position: relative;
}

.blogger-name .blogger-image {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.blogger-name span {
    color: #5d5d5d;
}

.blogger-name p {
    margin-bottom: 0;
}

.blog-slider .blog-slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;

}

.blog-slider .blog-slider-item.hid_cat {
    visibility: hidden;
}

.blog-slider .blog-slider-item a {
    padding: 8px 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-slider .slick-next {
    margin-right: 0;
    margin-left: 30px;
}

.blog-slider .slick-arrow {
    min-width: 42px;
    height: 42px;
    font-size: 10px;
}

/* .blog-slider .slick-active {
    background-color: #ececec;
}

.blog-slider .slick-active a {
    color: #aa0f09;
} */
.blog-slider .slick-slide.active {
    background-color: #ececec;
    color: #AA0F09;
}

.blog-slider .active a {
    color: #aa0f09;
}


.blog-list-item {
    display: flex;
}

.blog-list-item:not(:last-child) {
    margin-bottom: 50px;
}

.blog-list-item:not(:last-child) .blog-text {
    padding-bottom: 0;
    border-bottom: 1px solid #f8f8f8;

}

.blog-list-item .blog-text {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}

.blog-list-item .blog-text a:last-child {
    margin-top: auto;
}


.blog-list-item .blog-image {
    flex: 0 0 240px;
    max-width: 240px;
    margin-right: 50px;
}

.blog-list-item .blogger-name {
    margin-bottom: 24px;
    padding-left: 0px;
}

.blog-list-wrap .blog-list-item:hover .blog-text a {
    color: #aa0f09;
}

.blog-list-wrap .blog-list-item:hover .blog-text a+a .fs-icon-arrow-right {
    color: #aa0f09;
}

.blog-list-item h3 {
    margin-bottom: 5px;
    margin-top: -14px;
    font-weight: bold;
}

.blog-list-item .blog-text i {
    font-size: 30px;
    color: #d6d6d6;
}

.blog-list-wrap {
    margin-bottom: 90px;
    /* margin-top: 120px; */
}

.bg-grey {
    margin-bottom: 68px;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.pagination-wrap i {
    font-size: 10px;
}

.pagination-wrap .pagination-left {
    margin-right: 20px;
}

.pagination-wrap .pagination-right {
    margin-left: 20px;
}

.pagination-wrap button,
.pagination-wrap .pagination-list a {
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    color: #5d5d5d;
}

.pagination-wrap span {
    margin-right: 6px;
    margin-left: 6px;
    color: #5d5d5d;
}

.pagination-wrap .disabled {
    opacity: .5;
    pointer-events: none;
}

.pagination-wrap .wp-pagenavi .pages {
    display: none;
}

.pagination-wrap .wp-pagenavi a,
.pagination-wrap .wp-pagenavi span {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 8px 13px;
    margin: 5px;
    letter-spacing: 0px;
    color: #5D5D5D;
    font-size: 12px;
    line-height: 18px;
}

.pagination-wrap .wp-pagenavi a.nextpostslink {
    margin-left: 15px;
}

.pagination-wrap .wp-pagenavi a.previouspostslink {
    margin-right: 15px;
}

.pagination-wrap .wp-pagenavi a.previouspostslink+span.extend {
    display: none;
}

.pagination-wrap .wp-pagenavi span.extend {
    border: none;
    padding: 0px;
    position: relative;
    top: 10px;
}

.pagination-wrap .wp-pagenavi span.current {
    border: 1px solid #868484;
}

.history-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;
    border: solid 1px #f6f6f6;
    color: #5d5d5d;
    padding: 45px 50px 30px 30px;
    flex: 0 0 355px;
    max-width: 355px;
    margin: 0 16px 0 0;
    height: 432px;
    transition: background-color 1000ms ease;
}

.history-card-wrap {
    display: flex;
    margin: 0 0 38px;
}

.history-card:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 17px;
    height: 9px;
    background: #fff;
    box-shadow: 34px 0 #fff,
        68px 0 #fff,
        102px 0 #fff,
        136px 0 #fff,
        170px 0 #fff,
        204px 0 #fff,
        238px 0 #fff,
        272px 0 #fff,
        306px 0 #fff,
        340px 0 #fff,
        374px 0 #fff,
        408px 0 #fff,
        442px 0 #fff,
        476px 0 #fff,
        510px 0 #fff,
        544px 0 #fff,
        578px 0 #fff,
        612px 0 #fff,
        646px 0 #fff,
        680px 0 #fff,
        714px 0 #fff,
        748px 0 #fff;
}

.history-card.slick-current {
    color: #060504;
    background-color: #e9e9e9;
}

.history-card .year {
    font-size: 64px;
    color: inherit;
}

.history-card .text {
    color: inherit;
    font-size: 24px;
    line-height: 30px;
}

.history-slider {
    margin-right: -140px;
}

.ofc-lctn {
    flex: 0 0 calc(25% - 16px);
    position: relative;
    margin: 0 8px 16px;
    background-color: #fff;
    border: solid 1px #dedede;
    padding: 35px;
}

.ofc-lctn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 18px;
}

.ofc-lctn-wrap h4 {
    flex-basis: 100%;
    margin: 0 8px 30px;
}

.ofc-lctn .country-flag {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 46px;
}

.ofc-lctn-top {
    border-bottom: solid 1px #f6f6f6;
    padding-bottom: 15px;
}

.ofc-lctn-top p {
    font-size: 18px;
}

.ofc-lctn-bottom {
    padding-top: 7px;
}

.ofc-lctn-bottom i {
    font-size: 15px;
    margin-right: 5px;
}

.ofc-lctn h3 {
    color: #aa0f09;
    margin-bottom: 10px;
}

.ofc-lctn p {
    line-height: 24px;
    margin-bottom: 0;
}

.alert-box-with-border {
    border: solid 1px #fff;
    padding: 16px;
}

.alert-box-inner {
    background-color: #fff;
    padding: 45px;
    display: flex;
    align-items: center;
}

.alert-box-inner p {
    color: #060504;
}

.alert-box-inner h3 {
    margin-bottom: 10px;
}

.alert-box-left {
    margin-right: 50px;
}

.team-slider-item {
    display: flex !important;
}

.team-navbar {
    margin-right: 16px;
    border: solid 1px #d6d6d6;
    height: 163px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex !important;
    align-items: flex-end;
    padding: 25px;
    cursor: pointer;
    position: relative;
    transition: all ease 300ms;
}

.team-navbar-slider {
    padding: 35px 0;
}

.team-navbar.slick-current {
    color: #aa0f09;
}

.team-navbar:after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    content: "\e901";
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.img-text-overlay {
    position: relative;
}

.img-text-overlay .text {
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 75px;
    max-width: 650px;
    box-sizing: content-box;
}

.img-text-overlay .text p {
    color: inherit;
    font-size: 24px;
    line-height: 34px;
}

.img-text-overlay .text h1 {
    margin-bottom: 20px;
}

.about-counter-wrap {
    padding: 55px 0;
}

.about-counter-item {
    display: flex;
    align-items: flex-start;
}

.about-counter-item i {
    font-size: 35px;
    padding: 25px 0 0;
}

.about-counter-item .count {
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 300;
}

.about-counter-item .count span {
    font-size: 56px;
    line-height: 78px;
}

.about-counter-item .count .before-icn {
    font-family: auto;
    font-size: 25px;
    margin: 5px 8px 0 0;
    font-weight: 600;
}

.about-counter-item .count-wrap {
    margin-left: 18px;
}

.about-counter-item .count-wrap>span {
    font-size: 24px;
    color: #5d5d5d;
    font-weight: 700;
}

.credentials-grid {
    display: flex;
    flex-wrap: wrap;
}

.credentials-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1px;
    position: relative;
    overflow: hidden;
}

.credentials-item:hover .credentials-hover {
    transform: translateY(0);
}

.credentials-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    border-top: solid 1px #f6f6f6;
    padding: 20px 0;
}

.credentials-filter a:hover,
.credentials-filter a .active {
    color: #aa0f09;
}

.credentials-hover {
    padding: 50px 45px 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(170, 15, 9, .5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    transform: translateY(105%);
    transition: all ease 300ms;
}

.credentials-hover .more {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.credentials-hover .more i {
    margin-left: 15px;
    font-size: 20px;
}

.credentials-title span {
    background-color: #fff;
    margin-bottom: 20px;
}

/* .footer {
    background-color: #2d2d2d;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 25px;
} */

.footer h2 {
    margin: 0;
}

/* .footer-logo {
    display: inline-block;
    margin-top: 20px;
} */

.ftr-ofc-lctn {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 27px;
}

.ftr-ofc-lctn p {
    color: #fff;
    margin-bottom: 26px;
}

.ftr-ofc-lctn .title {
    font-size: 20px;
}

.ftr-ofc-lctn-wrap {
    margin: 50px 0 60px;
}

.copy-right {
    color: #b5b5b5;
    margin: 0;
    padding-right: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;

}

.blog-highlight {
    display: flex;
}

.blog-highlight .blog-highlight-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
}

.blog-highlight .blog-highlight-left .blogger-name {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.blog-highlight .blogger-name .blogger-image {
    flex: 0 0 38px;
    max-width: 38px;
}

.blog-highlight:hover .blog-highlight-left a,
.blog-highlight:hover .blog-highlight-right a {
    color: #aa0f09;
}

.blog-highlight h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.blog-highlight .blogger-name {
    margin-bottom: 35px;
    padding-left: 0px !important;
}

.blog-highlight .blogger-name .blogger-image,
.blog-highlight .blogger-name .blogger-image img {
    width: 38px;
    height: 38px;
}

.blog-highlight .blog-read-more {
    font-size: 18px;
    margin-top: 18px;
    color: #aa0f09;
    display: inline-block;
}

.blog-highlight .blog-highlight-right {
    display: flex;
}

.blog-highlight .blog-highlight-right img {
    -o-object-fit: cover;
    object-fit: contain;
    height: 100%;
}

.blogger {
    /* padding-top: 190px; */
    padding-top: 16.66667vh;
    padding-bottom: 48px;
}

.blogger .blogger-image {
    width: 80px;
    height: 80px;
    margin-right: 34px;
    position: absolute;
    left: 0;
    top: 20px;
}

.blogger h1 {
    font-size: 56px;
}

.blogger span {
    color: #5d5d5d;
    font-weight: 400;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-height: 600px; */
}

.blog-detail-description {
    padding-top: 70px;
    padding-bottom: 60px;
}


.blog-detail-description h5 {
    font-weight: 400;
    margin-top: 40px;
}

.blog-detail-content {
    padding-top: 70px;
    margin-bottom: 70px;
}

/* .blog-detail-content .row {
    justify-content: center;
} */

.blog-detail-content .blog-list-wrap {
    margin: 0;
    margin-right: 155px;
}

.blog-detail-content .blog-image {
    margin-right: 18px;
    flex: 0 0 34%;
    max-width: 34%;
}

/* .blog-detail-page #app {
    background-color: #f6f6f6;
} */

.blog-detail-page #app section.box-padding-normal {
    background: #fff;
}

.blog-detail-page #app .box-padding-normal.bg-grey {
    background-color: #f6f6f6;
}

.blog-detail-content .blogger-image {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    overflow: initial;
    display: flex;
}

.blog-detail-content .blogger-image img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.blog-detail-content .blog-list-item {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f8f8f8;
}

.blog-detail-content .blog-list-item:hover a {
    color: #aa0f09;
}

.blog-detail-content .blog-list-item .blog-text {
    padding: 0;
    border: none;
}

.blog-detail-content .text-wrap {
    margin-bottom: 35px;
    margin-top: -17px;
}

.blog-detail-content .text-wrap h5 {
    margin-bottom: 10px;
}

.blog-detail-content .text-wrap img,
.blog-detail-content .text-wrap ul {
    margin-bottom: 30px;
}

.blog-detail-content .text-wrap ul {
    padding: 0;
}

.blog-detail-content .text-wrap li {
    color: #5d5d5d;
    margin-bottom: 3px;
}

.who-we-are-wrap {
    padding: 170px 0 65px;
}

.who-we-are-wrap h1 {
    line-height: 81px;
    margin-bottom: 65px;
}

.about-us-wrap {
    padding: 165px 0 100px;
}

.about-us-wrap h2 {
    margin-bottom: 80px;
}

.what-we-do-wrap {
    padding: 205px 0 190px;
}

.what-we-do-wrap .two-clmn-right-space {
    padding-right: 170px;
}

.scroll-top.light,
.scroll-top.light:after {
    color: #fff;
}


.language-switcher .cur_lang {
    display: none;
}



@media (min-width: 1920px) {
    .box-padding-normal,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 140px;
        padding-right: 140px;
    }

    .box-padding-inner {
        padding-left: 280px;
        padding-right: 280px;
    }

    .box-padding-innermost {
        padding-left: 400px;
        padding-right: 280px;
    }

    html {
        font-size: 10px;
    }

    .img-text-overlay .text {
        padding-left: 140px;
    }

    .blog-highlight .blog-highlight-left {
        padding-left: 140px;
        max-width: 643px;
    }
}

@media (max-width: 1919px) {
    .box-padding-normal,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 7.29167vw;
        padding-right: 7.29167vw;
    }

    .box-padding-inner {
        padding-left: 14.58333vw;
        padding-right: 14.58333vw;
    }

    .box-padding-innermost {
        padding-left: 20.83333vw;
        padding-right: 14.58333vw;
    }

    html {
        font-size: .52083vw;
    }

    .img-text-overlay .text {
        padding-left: 7.29167vw;
    }

    .blog-highlight .blog-highlight-left {
        padding-left: 7.29167vw;
        max-width: 33.48958vw;
    }
}




#menu-pits-blog-menu-top {
    margin-right: 7rem;
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 18px;
}

#menu-pits-blog-menu-top li {
    padding: 0 2.5rem;
}

#menu-pits-blog-menu-top li a {
    position: relative;
    color: #060504;
    text-decoration: none;
}

#menu-pits-blog-menu-top li a:hover {
    color: #aa0f09;
    text-decoration: none;
}

.navigation .navbar li.menu-item.active>a {
    color: #aa0f09;
    font-weight: 700;
}

header .navbar a:hover {
    text-decoration: none;
}

.blogger-name {
    flex-wrap: wrap;
    padding-left: 115px;
}

.blogger .blogger-image img {
    width: 80px;
    height: auto;
}

.blogger-sub-title {
    width: 100%;
    margin-left: 0px;
}

ul.dashed {
    margin-bottom: 21px;
    padding-left: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    color: #5d5d5d;
}

ul.dashed li {
    position: relative;
    padding-left: 24px;
    list-style: none;
}

ul.dashed li:before {
    content: "-";
    position: absolute;
    left: 0;
    font-weight: 800;
    color: #aa0f09;
}

ul.dashed.list-style-outside {
    margin-left: -24px;
}

.blog-detail-content .blog-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.blog-list-item .blog-image img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.blog-slider-trigger {
    display: none;
}

.blog-slider h6,
.blog-slider .close {
    display: none;
}

.blog-detail-content .blog-list-item .blog-image img {
    width: 120px;
    height: 120px;
}

.close-trigger {
    display: none;
}

.blog-list-block .col-md-12 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.blog-list-block .col-md-12 .page-content a.btn {
    background: #AA0F09;
    border-radius: 4px;
    color: #fff;
    padding: 5px 22px 8px;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.5s all;
    border: 1px solid #AA0F09;
}

.blog-list-block .col-md-12 .page-content a.btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.footer .bordered-title {
    margin-top: 15px;
}

.header.sticky {
    box-shadow: 0 0 5px 0 #c5c5c5;
}

.search-result-wrapper {
    text-align: center;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    padding: 16px 0;
    margin-bottom: 20px;
}

.search-result-wrapper h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.highlight {
    color: #aa0f09 !important;
}

.blog-detail-page .blogger {
    padding-top: 12.66667vh;
}

.blogger h1 {
    font-size: 36px;
}

.innerpage-banner[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    transition: none;
}

.innerpage-banner[data-aos=fade-up] h1 {
    opacity: 0;
    transition-property: opacity, transform;
    transform: translate3d(0, 100px, 0);
    transition-duration: 1s;
}

.innerpage-banner[data-aos=fade-up].aos-animate h1 {
    opacity: 1;
    transform: translateZ(0);
    transition-delay: .2s;
}

.innerpage-banner[data-aos=fade-up] p {
    opacity: 0;
    transition-property: opacity, transform;
    transform: translate3d(0, 100px, 0);
    transition-duration: 1s;
}

.innerpage-banner[data-aos=fade-up].aos-animate p {
    opacity: 1;
    transform: translateZ(0);
    transition-delay: .6s;
}

.imprint-footer {
    display: flex;
    gap: 10px;
    padding-right: 45px;
}

.imprint-footer p.copy-right+a {
    color: #b5b5b5;
    transition: 0.3s all;
}

.imprint-footer p.copy-right+a:hover {
    color: #fff;
}

.imprint-footer p:after {
    content: "|";
    position: absolute;
    right: 0;
}

table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1919px) {
    .box-padding-normal,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 7.29167vw;
        padding-right: 7.29167vw;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {

    #app .box-padding-normal,
    #app .box-padding-inner,
    #app .box-padding-innermost {
        padding-left: 88px;
        padding-right: 88px;
    }

    .header .logo {
        width: 60px;
        height: 60px;
    }

    h1 {
        font-size: 46px;
        font-weight: 600;
    }

    h2 {
        font-size: 30px;
        line-height: 51px;
    }

    .innerpage-banner {
        padding-bottom: 7.25926vh;
    }

    .blog-detail-page .blog-detail-content .blog-list-wrap {
        margin-right: 0;
    }

    .blog-detail-page .col-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .blog-detail-page .col-6 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .blog-list-item .blog-text h6 {
        font-size: 16px;
    }

    p {
        margin-bottom: 15px;
    }

    .blogger h1 {
        font-size: 36px;
    }

    .blog-detail-content .text-wrap img,
    .blog-detail-content .text-wrap ul {
        margin-bottom: 20px;
    }

    .nav-container .nav-lang .language-switcher a {
        padding: 3px;
        font-size: 11px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .footer-menu-inner-wrapper .widget_nav_menu h5{
        font-size: 20px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1359px) {

    .box-padding-normal,
    .box-padding-inner,
    .box-padding-innermost,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 991px) {

    .box-padding-normal,
    .box-padding-inner,
    .box-padding-innermost,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .footer-menu-wrapper .widget-container.widget_nav_menu,
    .footer .footer-address-wrapper .address {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
        max-width: 50%;
        flex: unset;
    }
    .footer .footer-menu-wrapper .row{
        row-gap: 60px;
    }

}

@media (max-width: 1480px) {

    /* .main-menu li {
        padding: 0 2rem;
    } */
    .main-menu {
        margin-right: 4rem;
    }
}

@media (max-width: 1400px) {
    /* .main-menu li {
        padding: 0 1.5rem;
    } */
}

/* @media (max-width: 1366px){
    .box-padding-normal {
        padding-left: 5.29167vw;
        padding-right: 5.29167vw;
    }
} */

@media screen and (max-width: 1024px) {
    .footer .row .col-md-8 .row>.col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navigation .search-btn {
        display: none;
    }

    a.footer-logo {
        margin: 20px 0;
    }

    .nav-search .search-btn {
        margin-right: 0 !important;
        padding-bottom: 0 !important;
    }

    .main-menu {
        margin-right: 0;
    }

    .navbar-submenu .sub-menu {
        /* margin: 25px 30px 10px 30px; */
        border-left: solid 1px #ececec;
        padding-left: 15px;
    }

    .navbar-submenu .sub-menu li {
        list-style: none;
    }

    /* .footer .social-media {
        position: static;
        display: none;
    } */

    .header {
        padding-top: 20px;
        align-items: flex-start;
    }

    .header .logo {
        max-width: 54px;
        max-height: 54px;
    }

    .header .logo img.custom-logo {
        width: 54px;
        height: 54px;
    }

    .header.sticky .logo img {
        height: 40px;
    }

    .navigation {
        flex-direction: column;
        background-color: #fff;
        padding: 85px 0;
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        z-index: 99;
        overflow: auto;
        min-width: 310px;
        max-width: 310px;
        transition: all ease 300ms;
        transform: translateX(-310px);
        -webkit-overflow-scrolling: touch;
    }

    .menu-open .navigation {
        transform: translateX(0);
    }

    .navbar {
        flex-direction: column;
        display: block;
    }

    .navbar li {
        margin-bottom: 15px;
    }

    .navbar:not(.main-menu) li {
        padding: 0 15px;
    }

    .navbar a {
        font-size: 20px;
    }

    .navbar a+i {
        font-size: 10px;
        font-weight: 600;
        position: absolute;
        right: 10px;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease 300ms;
    }

    .navbar a+i.active {
        transform: rotate(-180deg);
    }

    .nav-container {
        flex-direction: row;
    }

    .main-menu li {
        padding: 0 15px;
        position: relative;
    }

    .main-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-menu .navbar-submenu {
        display: none;
        padding: 25px 30px 10px 15px;
    }

    .main-menu .navbar-submenu--items {
        border-left: solid 1px #ececec;
        padding-left: 15px;
    }

    .main-menu .navbar-submenu--items:last-child h4 {
        margin-bottom: 0;
    }

    .main-menu .navbar-submenu img,
    .main-menu .navbar-submenu p,
    .main-menu .navbar-submenu .menu-arrow {
        display: none;
    }

    .main-menu .navbar-submenu h4 {
        font-weight: normal;
        margin-bottom: 20px;
    }

    .nav-trigger {
        direction: rtl;
        width: 32px;
        margin-left: 30px;
    }

    .nav-trigger span {
        height: 2px;
        border-radius: 3px;
        display: block;
        background-color: #000;
    }

    .nav-trigger span:not(:last-child) {
        margin-bottom: 12px;
    }

    .nav-trigger span:last-child {
        max-width: 20px;
    }

    .nav-close {
        right: 0;
        top: 0;
        position: absolute;
        width: 36px;
        height: 36px;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        font-size: 27px;
        font-weight: 300;
        cursor: pointer;
        z-index: 101;
    }

    /* 
    .language-switcher a {
        padding: 3px 5px 4px;
    }

    .language-switcher {
        font-size: 14px;
        margin-left: 28px;
        align-self: flex-start;
    } */

    .search-btn i {
        font-size: 30px;
    }

    .navigation .search-btn {
        display: none;
    }







    /* .footer .col-md-4 {
        order: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    } */

    .footer h2 {
        font-size: 36px;
    }

    .footer .col-md-9 .copy-right {
        display: none;
    }

    .ftr-ofc-lctn {
        margin-bottom: 20px;
    }

    .ftr-ofc-lctn .title {
        margin-bottom: 8px;
    }

    html {
        position: relative;
    }

    html.menu-open {
        /* height: 100%;*/
        overflow: hidden;
    }

    html.menu-open:after {
        opacity: 1;
        visibility: visible;
    }

    html:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        top: 0;
        opacity: 0;
        transition: all ease 300ms;
        visibility: hidden;
    }

    .close-trigger {
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        text-decoration: none;
        background: #060504;
        color: #fff;
        text-align: center;
        font-style: normal;
        font-size: 25px;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        display: block;
    }

    .blogger-name .blogger-image {
        width: 28px;
        height: 28px;
        top: 20px;
    }

    .blogger-name {
        padding-left: 45px;
    }

    /* .main-menu .menu-item .sub-menu {
        padding: 0 !important;
        list-style: none;
        border-left: solid 1px #ececec;
        display: none;
    } */

    .main-menu .menu-item .sub-menu>.menu-item a img,
    .main-menu .menu-item .sub-menu>.menu-item .nav_desc {
        display: none;
    }

    .main-menu .menu-item .sub-menu>.menu-item .menu-image-title {
        padding-left: 0px;
        font-weight: normal;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .header:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        top: 0;
        transition: all ease 300ms;
        opacity: 0;
        transition: all ease 300ms;
        visibility: hidden;
    }

    .menu-open .header:after {
        opacity: 1;
        visibility: visible;
    }
}



@media screen and (min-width: 1025px) and (max-width: 1599px) {

    /* .box-padding-normal{
        padding-left: 35px;
        padding-right: 35px;
    } */
    /* .main-menu .menu-item:hover .sub-menu{
        padding-left: 35px;
        padding-right: 35px;
    }*/
    .main-menu .menu-item .sub-menu .menu-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .main-menu .menu-item .sub-menu .menu-item:not(:last-child) {
        padding-right: 30px;
    }

    /* .main-menu .menu-item .sub-menu .menu-item:not(:first-child) {
        padding-left: 30px;
    } */
    .navigation .search-btn {
        right: -30px;
    }

    .navigation {
        margin-right: 0;
    }

    .navbar {
        font-size: 15px;
    }

    .main-menu .menu-item .sub-menu {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .main-menu li {
        padding: 0 7px;
    }

    .header .logo {
        width: 75px;
        height: 75px;
    }

    .main-menu {
        margin-right: 3rem;
    }
}

@media screen and (min-width: 1025px) {
    .nav-close {
        display: none;
    }

    .sticky .main-menu .navbar-submenu {
        padding-top: 0;
    }

    .search-btn {
        /* position: absolute;
        right: 0;
        bottom: 0; */
        margin-left: 0;
        display: flex;
        align-self: flex-end;
        align-items: center;
        transition: all ease 300ms;
        max-height: 200px;
        overflow: hidden;
    }

    .navigation {
        /* margin-right: 70px; */
    }

    /* .nav-container > .search-btn{
        display: none;
    } */
    .nav-trigger {
        display: none;
    }

    /* .nav-container .main-menu li.open .sub-menu {
        display: flex !important;
    } */

    .navigation .search-btn {
        right: -70px;
        position: relative;
    }

    .main-menu .menu-item .sub-menu {
        /* width: 100%;
        position: absolute;
        left: 0;
        top: 140px;
        z-index: 1000;
        display: none;
        justify-content: center;
        background: #fff;
        border-top: 1px solid #f6f6f6;
        padding-bottom: 38px;
        padding-top: 65px;
        box-shadow: 0 13px 20px #00000014;
        padding-left: 0;
        list-style: none;
        padding-left: 14.29167vw;
        padding-right: 12.29167vw; */
        display: flex;
        justify-content: center;
        background: #fff;
        border-top: 1px solid #f8f8f8;
        padding-bottom: 38px;
        padding-top: 65px;
        box-shadow: 0 13px 20px #00000014;
        padding-left: 14.29167vw;
        padding-right: 12.29167vw;
    }

    .main-menu .menu-item .sub-menu li {
        list-style: none;
    }

    .main-menu .navbar-submenu {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1000;
        padding-top: 30px;
    }

    .main-menu li:hover .navbar-submenu {
        display: block;
        -webkit-animation: fadeIn 0.3s ease-out;
        animation: fadeIn 0.3s ease-out;
    }

    .main-menu .menu-item.menu-item-has-children .menu-dropdown-icon {
        font-size: 8px;
        margin-left: 5px;
        position: relative;
        top: -1px;
        font-weight: 700;
        color: #060504;
        transition: 0.5s all;
    }

    .main-menu .menu-item .sub-menu .menu-item {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        padding: 0;
        cursor: pointer;
        padding-bottom: 23px;
    }

    .main-menu .menu-item .sub-menu .menu-item .nav_desc a::after {
        content: "\e901";
        font-family: 'iconfont' !important;
        position: absolute;
        bottom: -30px;
        left: -35px;
        transform: translateX(-1.73333em);
        opacity: 0;
        transition: .5s all;
        color: #aa0f09;
        font-size: 18px;
    }

    .main-menu .menu-item .sub-menu .menu-item:hover .nav_desc a::after,
    .main-menu .menu-item .sub-menu .menu-item.active .nav_desc a::after {
        left: 0px;
        transform: translateX(0);
        opacity: 1;
        transition: .5s all;
    }

    .main-menu .menu-item .sub-menu .menu-item:hover .menu-image-title {
        color: #aa0f09;
    }

    .main-menu .menu-item .sub-menu .menu-item:not(:last-child) {
        border-right: 1px solid #f6f6f6;
        padding-right: 60px;
    }

    .main-menu .menu-item .sub-menu .menu-item:not(:first-child) {
        padding-left: 60px;
    }

    .main-menu .menu-item .sub-menu .menu-item>a {
        display: flex;
        flex-direction: column;
    }

    .main-menu .menu-item .sub-menu .menu-item>a img {
        width: 43px !important;
        height: 43px !important;
    }

    .main-menu .menu-item .sub-menu .menu-item>a span.menu-image-title {
        font-size: 16px;
        line-height: 16px;
        color: #060504;
        margin-top: 20px;
        padding-left: 0px;
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .main-menu .menu-item .sub-menu .menu-item>.nav_desc a {
        color: #5d5d5d;
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        font-weight: 400;
    }

    /* .main-menu .menu-item .sub-menu::before {
        content: "";
        width: 100%;
        height: 35px;
        position: absolute;
        top: -35px;
        background: transparent;
        left: 0;
    } */

    .main-menu .menu-item:hover .sub-menu {
        display: flex;
        -webkit-animation: fadeIn .3s ease-out;
        animation: fadeIn .3s ease-out;
    }

    .main-menu .menu-item ul.sub-menu li a {
        font-size: 16px;
        margin-top: 20px;
        line-height: 16px;
        color: #060504;
        font-weight: 700;
    }


    .main-menu .menu-item .sub-menu .menu-item>.nav_desc {
        margin-top: 10px;
    }

    /* sticky */
    .header.sticky {
        padding-top: 10px;
    }

    .header.sticky .logo {
        padding-bottom: 10px;
        width: 50px;
        height: 60px;
    }

    .header.sticky .logo img {
        max-width: 100%;
        height: auto;
    }

    /* .sticky .nav-search {
        max-height: 0;
    }

    .sticky .nav-lang {
        max-height: 0;
    } */

    .sticky .main-menu>li {
        padding-bottom: 10px;
    }

    /* .sticky .search-btn {
        max-height: 0;
    } */

    .blog-detail-page #app .blog-detail-content .blog-list-wrap {
        margin-right: 0;
    }

    .sticky .main-menu .menu-item .sub-menu {
        top: 100%;
    }
}

@media (min-width: 991px) {

    .footer .col-md-4 .copy-right,
    .footer .col-md-4 .social-media {
        display: none;
    }

    .imprint-footer-mob {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .footer .social-media {
        position: static;

    }

    .footer .social-media.vertical {
        display: none;
    }

    .footer .social-media a+a {
        margin-left: 25px;
    }

    .page-search {
        padding: 120px 30px 50px;
    }

    .page-search .search-close {

        right: 50%;
        bottom: 20px;
        top: auto;
        transform: translateX(50%);
    }

    .slider-section .search-wrapper {
        width: 100%;
    }

    .copy-right {
        /* flex-basis: 100%;
        margin-top: 40px; */
        font-size: 12px;
        color: #b5b5b5;
        line-height: 19px;
    }

    .footer h2.bordered-title {
        margin-bottom: 35px;
    }

    .footer {
        padding-bottom: 50px;
        padding-top: 45px;
    }

    .footer h2 {
        font-size: 26px;
    }

    .ftr-ofc-lctn-wrap {
        margin: 0 0 30px;

    }

    .footer .row>.col-md-4 {
        order: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .page-search {
        /* padding: 120px 30px 50px; */
        margin-bottom: 16px;
    }

    .slider-section {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .slider-section .blog-slider {
        width: 100%;
    }

    .page-search .search-form .screen-reader-text {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 40px;
    }

    .page-search .search-form input.search-field.form-control {
        padding: 10px 32px 10px 15px;
        background: transparent;
    }



    .footer .col-9 .copy-right {
        display: none;
    }

    .innerpage-banner,
    .blogger {
        padding-top: 50px;
    }

    .innerpage-banner {
        padding: 50px 0 100px;
    }

    .blog-detail-page .blogger {
        padding-top: 50px;
    }

    .imprint-footer {
        display: none;
    }

    .imprint-footer-mob {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-top: 0px;
        padding-right: 45px;
        flex-direction: column-reverse;

    }

    .imprint-footer-mob p {
        position: relative;
        font-size: 14px;
        margin-top: 10px;
    }


    .imprint-footer-mob a {
        font-size: 16px;
        line-height: 19px;
        padding: 0;
    }

    .scroll-top {
        right: 15px;
    }
    .footer-menu-inner-wrapper .widget_nav_menu h5{
        font-size: 18px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .footer>.row>.col-md-8>.row>.col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-logo {
        max-width: 82px;
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    /* .innerpage-banner {
        padding: 11.3381vh 0 10.2145vh;
    } */
}

/* @media screen and (max-width: 991px){
    .innerpage-banner {
        padding: 105px 0 100px;
    }
} */
@media (max-width: 812px) {

    #app .innerpage-banner,
    .blog-detail-page .blogger {
        padding-top: 50px;
    }

    .blog-detail-page .blog-list-item {
        flex-direction: row;
    }

    .blog-detail-page .blog-detail-content .blog-image {
        flex: 0 0 34%;
        max-width: 34%;
        margin: 0 15px 0 0;
    }

    .blog-detail-content .blog-list-item .blog-image img {
        width: 100%;
        height: 100px;
    }

    .blog-detail-content .text-wrap img {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .search-btn {
        margin-left: 0;
    }

    .page-search .search-close {
        bottom: 60px;
    }

    .footer .col-md-4 img {
        max-width: 33px;
        margin-top: 0;
    }

    .main-menu .navbar-submenu {
        flex: 0 0 auto;
        width: 100%;
    }

    .blog-detail-page .blog-detail-description {
        padding-bottom: 0;
    }

    .logo img {
        transition: .2s ease-in;
    }

    .nav-container .main-menu li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transform: scale(1.3) translateY(-30px);
        opacity: 0;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .nav-container ul.navbar.main-menu+ul.navbar li {
        transform: scale(1.3) translateY(-30px);
        opacity: 0;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu+ul.navbar li {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:first-child {
        transition-delay: 0.27s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(2) {
        transition-delay: 0.34s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(3) {
        transition-delay: 0.41s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(4) {
        transition-delay: 0.48s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(5) {
        transition-delay: 0.55s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(6) {
        transition-delay: 0.62s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(7) {
        transition-delay: 0.69s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(8) {
        transition-delay: 0.76s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu li:nth-child(9) {
        transition-delay: 0.83s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu+ul.navbar li:first-child {
        transition-delay: 0.90s;
    }

    .menu-open .nav-container .navigation ul.navbar.main-menu+ul.navbar li:nth-child(2) {
        transition-delay: 0.97s;
    }

    html.menu-open:after,
    .menu-open .header:after {
        display: none;
    }

    .nav-container .navigation ul.navbar.main-menu li:first-child {
        transition-delay: 0.77s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(2) {
        transition-delay: 0.70s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(3) {
        transition-delay: 0.63s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(4) {
        transition-delay: 0.56s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(5) {
        transition-delay: 0.49s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(6) {
        transition-delay: 0.42s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(7) {
        transition-delay: 0.35s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(8) {
        transition-delay: 0.28s;
    }

    .nav-container .navigation ul.navbar.main-menu li:nth-child(9) {
        transition-delay: 0.21s;
    }

    .nav-container .navigation ul.navbar.main-menu+ul.navbar li:first-child {
        transition-delay: 0.14s;
    }

    .nav-container .navigation ul.navbar.main-menu+ul.navbar li:nth-child(2) {
        transition-delay: 0.07s;
    }

    .nav-container .main-menu li>a {
        display: inline-flex;
    }

    .nav-container .navbar a+i {
        position: relative;
        right: 0;
        top: 3px;
        width: 20px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-container .navbar a span.job-count {
        right: -24px;
        top: 0px;
        font-size: 15px;
        line-height: 17px;
        width: 25px;
        height: 25px;
    }

    .nav-container nav.navigation {
        padding: 0;
        max-width: 100%;
        transform: translateY(0%);
        width: 100%;
        transition: all 0.5s ease-out, background 1s ease-out;
        transition-delay: 0.2s;
        height: 0;
    }

    .menu-open .nav-container .navigation {
        transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0.25s;
        height: 100%;
    }

    .nav-container nav.navigation ul.navbar.main-menu {
        padding-top: 70px;
    }

    .nav-container nav.navigation ul.navbar {
        padding-left: 60px;
    }

    .nav-container .nav-close {
        width: 70px;
        height: 70px;
        background: #f8f8f8;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        font-size: 0;
        font-weight: 0;
    }

    .nav-container .nav-close:after,
    .nav-container .nav-close:before {
        content: "";
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 32px;
        height: 2px;
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 1s;
    }

    .nav-container .nav-close:before {
        top: 60%;
    }

    .nav-container .nav-close:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .menu-open .nav-container .nav-close:after,
    .menu-open .nav-container .nav-close:before {
        transform: translate(-50%, -50%) rotate(45deg);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.25s;
    }

    .menu-open .nav-container .nav-close:before {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-menu .sub-menu {
        flex: 0 0 auto;
        width: 100%;
    }

    .main-menu .navbar-submenu--items:not(:last-child) {
        padding-right: 0;
    }

    .main-menu .navbar-submenu--items:not(:first-child) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 320px) {
    .footer .ftr-ofc-lctn-wrap {
        margin: 0 0 30px;
        padding-left: 0px;
    }

    .footer .ftr-ofc-lctn p {
        word-break: break-word;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1199px) {
    .nav-container .main-menu li {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.blog-detail-content .text-wrap p strong {
    /*font-size: 24px;*/
    color: #060504;
}

/* @media (min-width: 1920px){
    .box-padding-normal {
        padding-left: 140px;
        padding-right: 140px;
    }
    .box-padding-inner{
        padding-left: 140px;
        padding-right: 140px;
    }
} */
.showArrow {
    display: block;
}

.hideArrow {
    display: none;
}

.social_lnks>div,
.social_lnks>iframe,
.social_lnks>span {
    display: inline-block !important;
    vertical-align: top !important;
}

.social_lnks>span.IN-widget button {
    width: 76px;
    height: 28px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
}

.social_lnks svg {
    vertical-align: top;
}

.social_lnks .fb-like {
    margin-right: 5px;
}

.comments-block {
    margin: 0;
    padding: 0 0 50px 0;
    float: left;
    width: 100%;
}

.comments-block .comments-area {
    border-top: 1px solid #e9e9e9;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 20px 0;
    width: 100%;
}

.comments-block h2 {
    font-weight: 400 !important;
    color: #666;
    margin: 0 0 19px;
    font-size: 30px;
}

.comments-block footer.comment-meta {
    margin: 20px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.comments-block footer .comment-author img {
    margin-bottom: 0px;
    width: inherit;
}

.comments-block .comment-metadata a {
    color: #666 !important;
    font-size: 12px;
    text-decoration: none;
}

.cptch_reload_button {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    margin: 0 15px;
    vertical-align: baseline;
}

.comment-content {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
    font-weight: 400;
}

.comments-block .comment-respond {
    border-top: 1px solid #e9e9e9;
    display: inline-block;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}

.comments-block h3 {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
}

.comments-block p.logged-in-as {
    color: #666;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
    margin: 10px 0;
}

.comments-block p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.cptch_block span label {
    font-weight: bold;
}

.comment-form-comment label {

    color: #666;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;

}

.comment-form-comment textarea {
    width: 100%;
}

.comment-respond p.form-submit input[type="submit"] {
    margin-top: 15px;
    background-color: #b92025;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 2px 16px;
    font-size: 12px;
}
.blog-post-sidebar {
    max-width: 100%;
  }
@media only screen and (max-width: 782px) {
    .cptch_reload_button {
        width: 35px;
        height: 35px;
        font-size: 35px;
    }
}
@media screen and (min-width : 1034px) {
    /* .post-cntnt {
      max-width:72%;
    }
    .blog-post-sidebar {
      max-width: 25%;
    } */
    .blog-detail-content .row {
      max-width: 100%;
      justify-content: space-between;
      gap: 3%;
    }
  }
@media screen and (min-width: 768px) {
    .not-found h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    /* .post-cntnt {
        max-width: 680px;
    } */

    .not-found p {
        font-size: 22px;
        line-height: 1.5;
    }

    .not-found .err-bodytext {
        flex: 0 1 810px;
        max-width: 810px;
    }

    .not-found img {
        max-width: 90%;
    }

    .not-found .err-textpic {
        align-items: center;
        height: calc(100vh - 110px);
    }
}

@media screen and (max-width: 767px) {

    .ftr-ofc-lctn-wrap .col-md-6:nth-child(2),
    .ftr-ofc-lctn-wrap .col-md-6:nth-child(4) {
        order: 1;

    }

    .not-found h2 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .not-found p {
        font-size: 18px;
        line-height: 1.3;
    }

    .not-found .err-bodytext {
        padding-bottom: 50px;
    }

    .not-found img {
        max-width: 250px;
    }

    .not-found .err-textpic {
        flex-direction: column;
    }
}

.not-found p {
    color: #060504;
    margin-bottom: 20px;
}

.err-textpic,
.err-image,
.err-nowrap .err-bodytext,
.err-gallery,
.err-row,
.err-uploads li,
.err-uploads div {
    overflow: hidden;
}

.err-gallery img {
    display: block;
    height: auto;
}

.err-gallery figure {
    display: table;
    margin: 0;
}

.err-column:last-child {
    margin-right: 0;
}

.err-left .err-gallery,
.err-column {
    float: left;
}

.err-row:last-child {
    margin-bottom: 0;
}

.not-found .err-intext.err-left .err-gallery {
    margin-bottom: 0;
}

.err-intext.err-left .err-gallery {
    margin-right: 10px;
}

.not-found .err-textpic {
    display: flex;
}

.contact-btn {
    position: absolute;
}

.contact-btn .contact-btn-text {
    position: fixed;
    white-space: nowrap;
    /* z-index: 999; */
    right: -20px;
    top: 31%;
    transform: rotate(180deg);
    font-weight: bold;
    cursor: pointer;
    background-color: #aa0f09;
    color: #fff;
    font-size: 15px;

}

.hide {
    display: none;
}

.opened-menu {
    overflow: hidden;
}

.blog-slider-item a.active {
    color: #AA0F09;
}

@media screen and (max-width:1024px) {
    #app {
        padding-top: 74px;
    }

    .blog-highlight .blog-highlight-right a {
        display: flex;
        align-items: center;
    }

    .blog-highlight h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-highlight .blog-highlight-left {
        max-width: 50%;
    }

    .blog-highlight .blog-highlight-right a img {
        height: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .footer .footer-logo img {
        margin-top: 15px !important;
        width: 59px !important;
        height: 59px !important;
    }


    .ftr-ofc-lctn p {
        font-size: 14px !important;
    }

    .scroll-top:after {
        right: 14px !important;
        top: -5px !important;
    }

    footer a {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .ftr-ofc-lctn p span {
        font-size: 18px !important;
    }

    .social-media.vertical a span {
        font-size: 16px !important;
    }

    .box-padding-normal,
    .box-padding-inner,
    .box-padding-innermost,
    .footer > .footer-logo-wrapper, .footer > .footer-menu-wrapper, .footer > .footer-address-wrapper, .footer > .footer-copywright-wrapper {
        padding-left: 88px;
        padding-right: 88px;
    }

    footer {
        padding-top: 55px !important;
        padding-bottom: 25px !important;
    }

    .footer-logo {
        margin-top: 0 !important;
    }

    .copy-right {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .social-media.vertical a {
        margin-bottom: 5px;
    }
}
.blog-detail-content .post-cntnt h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .blog-detail-content .post-cntnt h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
.footer-content p{
    color: #fff;
}
@media screen and (max-width: 767px){
    .blog-detail-content .post-cntnt h2 {
        font-size: 22px;
        line-height: 33px;
    }
    .blog-detail-content .post-cntnt h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .footer .footer-row-1,
    .footer .footer-row-2,
    .footer .footer-row-4{
        gap: 20px;
        flex-direction: column;
    }
    .footer-content p{
        line-height: 24px;
    }
    .footer .footer-menu-wrapper .widget-container.widget_nav_menu,
    .footer .footer-address-wrapper .address {
        width: 100%;
        max-width: 100%;
    }
    .ft-img-wrap{
        flex-direction: column;
    }
}

.author-detail-card {
    /* max-width: 280px; */
    max-width: 680px;
    padding: 0 15px;
    flex-grow: 1;
    @media screen and (max-width: 1035px) {
      width: 100%;
      max-width: 680px;
      padding: 15px 0;
    }
  }
  .author-detail-card img{
    width: 200px !important;
    height: 200px !important;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 !important;
  }
  .author-detail-card .author-name {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .author-detail-card .author-desc {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  @media screen and (min-width: 1036px) {
    /* .author-detail-card-mobile-only {
      display: none;
    } */
    .blog-post-mob-wrapper {
        border-top: 1px solid #e9e9e9;
      }
      .blog-detail-content .post-cntnt .author-detail-card h2 {
        font-size: 24px;
        line-height: 48px;
      }
      .author-detail-card{
        display: flex;
        gap: 28px;
        max-width: 100%;
        padding: 24px 0 !important;
      }
      .author-detail-card img{
        height: 96px !important;
        width: 96px !important;
      }
      .blog-post-sidebar {
        max-width: 25%;
      }
      .post-cntnt {
        max-width: 72%;
      }
      .author-detail-card .author-name{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
      }
  }
  @media screen and (max-width: 1035px) {
    .author-detail-card-desktop-only {
      display: none;
    }
    /* .author-detail-card-mobile-only {
      border-top: 1px solid #e9e9e9;
    } */
  }
  
  /** Sticky widget for button in posts   */
  .author-detail-card-mobile-only .author-detail-card{
    padding-top: 15px;
  }
  .blog-post-sidebar{
    position: relative;
    z-index: 1;
    /* padding: 0 15px; */
  }
  .blog-post-sidebar .blog-post-sidebar-inner{
    position: sticky;
    top: 180px;
  }
  
  .custom-post-detail-card {
    width: 100%;
    padding: 15px 15px 30px;
    text-align: center;
    position: static;
    border-radius: 10px;
    background: #f8f8f8;
    margin:  auto 0; 
    margin-bottom: 20px !important;
    /* position: sticky;
    top: 180px; */
  }
  .button-detail-card-desktop-only .custom-post-content {
    max-width: 280px;
  }
  
  .custom-post-content,
  .custom-post-content p,
  .custom-post-content span {
    color: #fff !important;
    margin: 0 0 10px !important;
    text-align: left;
    position: relative;
    font-size: 15px;
  }
  
  .custom-post-detail-card .custom-post-title {
    color: #000000;
    font-size: 18px;
    margin: 0 0 20px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: left;
  }
  
  .custom-post-detail-card ul {
    margin: 10px 0 30px 0;
    padding: 0;
   
  }
  .custom-post-content ul{
    padding-left: 16px !important;
  }
  
  .custom-post-detail-card ul li,
  .custom-post-detail-card p {
    color: #5d5d5d !important;
    margin: 0 0 10px !important;
    text-align: left;
    /* padding-left: 24px; */
    position: relative;
    font-size: 15px;
  }
  
  /* .custom-post-detail-card ul li:before {
    content: '';
    background: url(../img/white-tick.svg);
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
  } */
  
  .custom-post-detail-card .custom-post-button {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    text-align: left;
  }
  
  .custom-post-detail-card .custom-post-button .custom-post-link, 
  .pits-blog-button {
    /* border-radius: 10px;
    background: #aa0f09;
    font-size: 16px;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 16px 20px;
    line-height: 1.3;
    border-color: #fff;
    z-index: 9;
    border: 1.5px solid #aa0f09;
    display: inline-block;
    transition: 0.5s all ease-in-out; */
  
    font-size: 18px;
    font-weight: 700 !important;
    border-radius: 5px;
    padding: 12px 39px 12px 38px;
    margin: 20px 0 0 0;
    min-width: 110px;
    line-height: 1.1;
    color: #fff !important;
    background-color: #aa0f09;
    border: 1px solid #aa0f09;
    display: inline-block;
  }
  .pits-blog-button{
    margin: 20px 15px 20px 0;
  }
  .pits-blog-strong-text{
    font-size: 18px;
  }
  .pits-blog-green-btn.pits-blog-button{
    background-color: #277777 !important; 
    border: 1px solid #277777;
  }
  .button-detail-card-mobile-only-top, 
  .button-detail-card-desktop-only{
    margin-bottom: 20px;
  }
  .blog-post-mob-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .blog-detail-content .row{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  /*blog single*/
    .padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .blog-detail-image.padding-top-bottom-40 ~ .blog-detail-description {
    padding-top: 30px;
  }
  .aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.alignleft{
    display: block;
    margin-right: auto;
    margin-left: 0;
    height: auto;
}
.alignright{
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: auto;
}
  @media (max-width: 1440px) {
    .custom-post-detail-card ul {
        
        margin: 10px 0 20px 0;
    }
    .custom-post-detail-card ul li {
      margin: 0 0 12px;
    }
    /* .custom-post-detail-card .custom-post-button .custom-post-link {
        padding: 10px 15px;
    } */
  }
  
  @media (max-width: 1290px) {
    .custom-post-detail-card {
      margin: 15px 0 0;
    }
    .custom-post-detail-card ul li {
      margin: 0 0 10px;
    }
    .custom-post-detail-card .custom-post-title {
        margin: 0 0 15px;
    }
  }
  
  @media screen and (min-width: 1036px) {
    .button-detail-card-mobile-only {
      display: none;
    }
  }
  
  @media screen and (max-width: 1035px) {
    .button-detail-card-desktop-only {
      display: none;
    }
    .blog-post-mob-wrapper{
      border-top: 1px solid #e9e9e9;
    }
    /* .button-detail-card-mobile-only {
      border-top: 1px solid #e9e9e9;
    } */
  }
  @media screen and (max-width: 767px) {
    .blog-post-mob-wrapper{
      flex-wrap: wrap;
    }
    .author-detail-card-mobile-only{
      order: 1;
    }
    .button-detail-card-mobile-only{
      width: 100%;
    }
    .padding-top-bottom-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
      
    .blog-detail-image.padding-top-bottom-40 ~ .blog-detail-description {
        padding-top: 33px;
    }
  }
  @media screen and (max-width: 300px) {
    .custom-post-detail-card .custom-post-button .custom-post-link{
      min-width: auto;
    }
  }
  