:root {
    --swiper-navigation-size: 28px;
}

.top-menu {
    display: flex;
}

.top-menu li {
    list-style-type: none;
    margin-left: 25px;
}
.top-menu li a {
    color: #ededed;
    font-weight: 500;
    font-size: 14px;
}
.top-menu li a:hover {
    color: #ffffff;
}

.swiper-slide {
    display: flex;
    align-items: center;
}
.tp-footer-logo img {
    width: 90px !important;
}

/*=========================
 footer style start 
 ==========================*/

.footer-add li {
    display: flex;
}
.footer-add li i {
    margin-top: 6px;
    margin-right: 7px;
}
.footer-add li a::before {
    display: none;
}
.footer-add li a:hover {
    margin-left: 0px !important;
}
.footer-add li p {
    color: #252525;
}
/*=========================
 footer style End 
 ==========================*/

/*=========================
 Global Presence style start 
 ==========================*/

.global-presence {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.global-presence > li {
}
.global-presence li {
    list-style-type: none;
}

.global-box {
    position: relative;
    transition: all 1s ease;
}
.global-box::before {
    position: absolute;
    content: "";
    background-color: #ffffffdb;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.global-box:hover:before {
    background-color: #0000004b;
}

.global-box img {
    width: 100%;
}
.global-front-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    text-align: center;
    transition: all 1s ease;
}
.global-front-box ul {
    display: flex;
    justify-content: center;
}
.global-front-box ul li {
    padding-left: 8px;
    font-weight: 600;
}

.global-box:hover .global-front-box {
    opacity: 0;
}
.global-back-box {
    text-align: center;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
    text-align: center;
    transition: all 1s ease;
    opacity: 0;
    transition: all 1s ease;
}
.global-back-box p {
    color: #e6e6e6;
}
.global-back-box h6 {
    color: #fff;
}

.global-box:hover .global-back-box {
    opacity: 1;
}
.global-back-box .global-flag-box {
    display: flex;
    justify-content: center;
}
.global-back-box .global-flag-box img {
    width: 70px;
    padding: 0px 4px;
}
.global-back-box .flag-head {
    font-size: 18px;
}
.global-location {
    font-size: 18px;
}

.wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 0px 15px;
}
/*=========================
  Global Presence style End 
 ==========================*/

/*=========================
  Global Presence style Start 
 ==========================*/

.circle-text {
    position: absolute;
    bottom: 24%;
    left: -7%;
    border-radius: 50%;
    z-index: 2;
}
.circle-text-box {
    position: relative;
}
.circle-text .circle-text-box div {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    top: 0px;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.circle-text p {
    position: unset;
    font-family: Inconsolata, sans-serif;
}
.circle-text p span {
    position: absolute;
    left: 50%;
    font-size: 16px;
    /* transform-origin: 0 var(--radius); */
    transform-origin: 0% 372%;
    color: #000;
    font-family: Inconsolata, sans-serif;
}
/*=========================
  Global Presence style End 
 ==========================*/

/*=========================
  Brand section style Start 
 ==========================*/

.brand-slider .swiper-slide {
    display: flex;
    justify-content: center;
}
.brand-slider .swiper-wrapper {
    align-items: center;
}
/*=========================
  Brand section style End 
 ==========================*/

/*=========================  Inner Pages style Start   ==========================*/

/*=========================
  Product Page style Start 
 ==========================*/

.bg-gray {
    background: #f5f5f5;
}

.product-list-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}
.product-list-img-box {
    padding: 20px;
}

.product-list-img-box {
    position: relative;
    height: 200px;
}

.product-list-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-list-icon-btn {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bc103a33;
    transition: all 0.7s ease;
}

.product-list-box:hover .product-list-icon-btn {
    height: 100%;
}

.product-list-icon-btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    opacity: 0;
}

.product-list-box:hover .product-list-icon-btn a {
    opacity: 1;
    transition: all 0.7s ease;
}

.product-list-content-box a {
    padding: 20px;
    background-color: #c5123f;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
}

.product-list-content-box a i {
    margin-right: 5px;
}

.product-thumb-slider {
    margin-top: 20px;
}

.product-thumb-slider .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumb-slider img {
    cursor: pointer;
}

.product-detail-head {
    font-size: 34px;
    font-weight: 700;
}

.product-detail-subhead {
    font-size: 22px;
    font-weight: 700;
}

.product-detail ul {
    padding-left: 20px;
}
.product-spec-list {
    padding-left: 20px;
}
.product-spec-list li {
    margin-bottom: 5px;
}

.custom-btn {
    padding: 8px 20px;
    background: var(--tp-theme-primary);
    color: #fff;
    /* display:inline-block; */
    display: flex;
    gap: 5px;
    width: fit-content;
    transition: all 0.5s ease;
}
.custom-btn i {
    margin-top: 2px;
}
.custom-btn:hover {
    background: var(--tp-theme-secondary);
    color: #fff;
}

.border-btn {
    padding: 7px 20px;
    border: 1px solid #000;
    /* display: inline-block; */
    display: flex;
    gap: 5px;
    width: fit-content;
}
.border-btn i {
    margin-top: 2px;
}

.imp-head {
    font-weight: 600;
    font-size: 18px;
}

.segment {
    padding: 90px 0px;
}

.doc-card {
    padding: 20px;
    background-color: #fff;
    display: flex;
}
.doc-img-box img {
    width: 30px;
}

.doc-content-box {
    padding-left: 20px;
}
.doc-content-box h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}
.doc-content-box p {
    font-size: 14px;
}

.product-related-slider {
    padding: 30px 0px;
}

.product-sec img {
    width: 100%;
}

/*=========================
  Product Page style End 
 ==========================*/
/*=========================
  About Page Timeline style Start 
 ==========================*/

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline-wrapper {
    position: relative;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 510px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 200px;
    height: 3px;
    background: #ffe6fa;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f45b69;
}

.timeline ol li .timeline-box {
    position: absolute;
    left: calc(100% + 7px);
    width: 400px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background-image: linear-gradient(-225deg, #e3fdf5 0%, #ffe6fa 100%);
    height: fit-content !important;
}

.timeline ol li .timeline-box div {
    margin-top: 10px;
}

.timeline ol li .timeline-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li .timeline-box img {
    width: 100%;
}

.timeline ol li:nth-child(odd) .timeline-box {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) .timeline-box::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: #e3fdf5 transparent transparent transparent;
}

.timeline ol li:nth-child(even) .timeline-box {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) .timeline-box::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #e3fdf5;
}

.timeline-box time {
    display: block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 8px;
    /* color: var(--tp-theme-primary); */
}

.timeline-box h6 {
    font-size: 20px;
}
.timeline-box p {
    line-height: 24px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    padding: 0px 10px;
    left: 0px;
    margin-bottom: 0px;
    transform: translateY(-58%);
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: 0.5;
}

.timeline .arrows img {
    width: 30px;
    height: 30px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        position: static;
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }
}

/* contact tab style */

.contact-section {
    padding: 90px 0px;
}

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    /* max-width: 500px; */
}
.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
}
.tab-link:hover {
    color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
}
.tab-link.active {
    color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
/* .tab-link:nth-of-type(1).active {
  color: #ee6534;
  border-color: #ee6534;
}
.tab-link:nth-of-type(2).active {
  color: #1790d2;
  border-color: #1790d2;
}
.tab-link:nth-of-type(3).active {
  color: #eec63b;
  border-color: #eec63b;
} */

.content-wrapper {
    padding-top: 40px;
}

.contact-section .tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.contact-section .tab-content.active {
    display: block;
}
@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.contact-add-box {
    text-align: left;
}

.contact-add-box h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
}
.contact-add-box ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.contact-add-box ul li h6 {
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #23237d;
}

.contact-page {
    background-color: #f5f5f5;
}

/*====================== solutions page ================*/

.inner-page img {
    width: 100%;
}

.solutions-img-box {
    overflow: hidden;
}

.solutions-img-box img {
    transition: all 0.5s ease;
}

.solutions-img-box:hover img {
    transform: scale(1.1);
}

/*====================== careers page ================*/

.sticky-nav-tabs,
.spa-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 100vh; */
    position: relative;
    background: #eee;
    /* text-align: center; */
    padding: 0 2em;
}

.sticky-nav-tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fafafa;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-first {
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-second {
    position: fixed;
    top: 0;
}

.sticky-nav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0.8rem;
    font-weight: bold;
}

.sticky-nav-tab:hover {
    color: white;
    background: var(--tp-theme-primary);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sticky-nav-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: var(--tp-theme-primary);
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
@media (min-width: 800px) {
    .sticky-nav-tabs h1,
    .spa-slide h1 {
        font-size: 3rem;
    }

    .sticky-nav-tab {
        font-size: 16px;
    }
}

.sticky-nav-tabs {
    height: 75px;
}

.career-page section {
    padding: 60px 0px;
}
.main-btn {
    padding: 8px 19px;
    background: radial-gradient(
        circle at 50.4% 50.5%,
        rgb(251, 32, 86) 0%,
        rgb(135, 2, 35) 90%
    );
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
    opacity: 0.9;
}
.main-btn:hover {
    color: #fff;
    background: radial-gradient(
        circle at 50.4% 50.5%,
        rgb(251, 32, 86) 0%,
        rgb(135, 2, 35) 90%
    );
    opacity: 1;
}

.career-title {
    font-size: 30px;
    color: #ca1340;
    padding-bottom: 6px;
}

.career-page img {
    width: 100%;
}
.career-page p {
    line-height: 28px;
    margin-bottom: 30px;
}

.success-sec {
    position: relative;
    z-index: 1;
}
.success-sec-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    animation: slide 100s infinite linear;
    background-repeat: no-repeat;
    z-index: -1;
}

.success-sec-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #002e05db;
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1920px 0;
    }
}
.career-main-title {
    color: #fff;
    font-size: 40px !important;
    text-align: center;
    margin-bottom: 40px;
    opacity: 1 !important;
}

.success-list-content {
    background-color: #002e05;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    /* border-right: 2px solid #8d0728; */
    border-bottom: 2px solid #00580a;
    position: relative;
    transition: all 0.5s ease;
}

.success-list-content::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80%;
    height: 80%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    transition: all 1s ease;
    z-index: -1;
    opacity: 0;
}
.success-list-content:hover::before {
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.success-list-content h6 {
    font-size: 20px;
    color: #fdfdfd;
}
.success-list-content p {
    font-weight: 500;
    color: #cecece;
}

.benifits-box {
    position: relative;
}
.benifits-box h6 {
    font-size: 20px;
    color: #000;
}
.benifits-box {
    border: 1px solid #d2d2d2;
    position: relative;
    padding: 32px 30px 31px 30px;

    margin-bottom: 50px;
}
.benifits-left .benifits-box {
    border-radius: 30px 0px 0px 30px;
}
.benifits-right .benifits-box {
    padding: 32px 30px 31px 60px;
    border-radius: 0px 30px 30px 0px;
}

.benifits-box.margin-left {
    margin-left: -35px;
    margin-right: 35px;
}
.benifits-box.margin-right {
    margin-left: 35px;
    margin-right: -35px;
}

.benifits-box span {
    position: absolute;
    display: inline-block;
    top: -20px;
    width: 70px;
    height: 100px;
    font-size: 40px;
    color: #faf9fc;
    line-height: 110px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    background: #dd2452;
}
.benifits-left .benifits-box span {
    right: -36px;
    border-radius: 0px 30px 0px 30px;
}
.benifits-right .benifits-box span {
    left: -36px;
    border-radius: 30px 0px 30px 0px;
}
.benifits-box span:before {
    position: absolute;
    content: "";
    background: var(--tp-theme-primary);
    width: 20px;
    height: 20px;
    top: 0px;
    transition: all 500ms ease;
}

.benifits-left .benifits-box span:before {
    left: -20px;
    border-top-left-radius: 15px;
}
.benifits-right .benifits-box span:before {
    right: -20px;
    border-top-right-radius: 15px;
}

.benifits-sec .career-main-title {
    text-align: center;
    color: var(--tp-theme-primary);
}

/*====================== careers End page ================*/

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

.video-wrapper {
    background: url(../img/hero/power-industries.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 300px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.video-wrapper:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000079;
    border-radius: 30px;
    z-index: -1;
}

.change-text {
    position: relative;
    display: flex;
}
.change-text p {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
}
.change-text p:nth-child(2) {
    margin-left: 7px;
}
.word {
    position: absolute;
    opacity: 0;
    margin-left: 10px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
}
/* .word:nth-child(odd) {
  color: var(--tp-theme-primary);
}
.word:nth-child(even) {
  color: var(--tp-theme-secondary);
 
} */

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top-title {
    padding: 6px 28px;
    border-radius: 30px;
    background-color: #e7edeb;
    color: #000;
}

.tp-offer-title-wrapper p {
    font-size: 20px;
}

.clr-red {
    color: var(--tp-theme-primary);
}

/* .tp-text-area {
  background: radial-gradient(circle at 50.4% 50.5%, rgba(251, 32, 87, 0.205) 0%, rgba(135, 2, 35, 0.103) 90%);
} */

/* product section */

.product-sec {
    padding: 90px 0px;
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.product-sec::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    /* background: url(../img/webgl/shape_09.svg) no-repeat right bottom;
  background-size: cover; */
    z-index: -1;
}

.product-box {
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.5s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-box:hover {
    transform: translateY(20px);
}
.product-img-box {
    overflow: hidden;
    position: relative;
    height: 200px;
}
.product-img-box img {
    transition: all 0.5s ease;

    object-fit: contain;
    height: 100%;
}
.product-box:hover .product-img-box img {
    transform: scale(1.1);
}
.product-box .product-content-box {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ff000038;
    text-align: center;
}

.product-box .product-content-box a {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 600;
}
.product-box .product-content-box a:hover {
    color: var(--tp-theme-primary);
}

.product-btn {
    position: absolute;
    bottom: 0%;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    z-index: 1;
    background: #eb003d14;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box:hover .product-btn {
    opacity: 1;
    visibility: visible;
}

.product-btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
}

.header-v-scroll {
    height: 36px;
}

/*====================== innr-banner section ===================*/

.inner-page .tp-header-area {
    position: absolute;
    z-index: 909;
    top: 0px;
    width: 100%;
}

.inner-page .tp-header-top {
    background: #ffffff36;
    border-bottom: 1px solid #e2e2e26b;
}
.inner-page .tp-main-menu ul li a {
    color: #fff;
}

.tp-header-main {
    /* border-bottom: 1px solid #e2e2e26b; */
    background: #ffffff36;
}

.inner-banner {
    /* height: 70vh; */
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    /* position: absolute; */
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 120px 0px 90px 0px;
    z-index: 1;
    height: 400px;
}

.inner-banner:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00235a70;
    z-index: -1;
}
.inner-banner.itork-india {
    background-color: #f5f5f5;
    background: url(../img/breadcrumb/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
}

.breacrumb-title {
    font-size: 70px;
    display: inline;
    /* background-color: #ffffff; */
    /* padding: 20px; */
    color: #ffffff;
    border-bottom: 4px solid #fff;
    position: relative;
}

.inner-banner p {
    color: #fff;
    font-size: 18px;
}
.breadcrumb {
    width: fit-content;
    border-bottom: 2px solid #fff;
    padding: 10px 30px;
    /* border-radius: 30px; */
    /* background-color: #ffffff30; */
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item {
    color: #d4d4d4;
    font-weight: 700;
    letter-spacing: 1px;
}

.download-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: block;
}

.download-img-box {
    position: relative;
    transition: 0.5s ease;
}
.download-img-box img {
    height: 370px;
    object-fit: cover;
    width: 100%;
}

.download-img-box::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #000;
    transition: 0.5s ease;
    opacity: 0.4;
}
.download-box:hover .download-img-box::after {
    height: 100%;
}
.download-action {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 99;
    opacity: 0;
    transition: 1s ease;
}
.download-box:hover .download-action {
    opacity: 1;
}
.download-action a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eb003da3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    color: #fff;
}

.download-content-box {
    padding: 20px 15px;
    background-color: #ffffff;
}
.download-content-box h6 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    color: #252525;
}

.form-label {
    display: block;
}

/* career filter style */

#info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-family: arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#info .info-wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#info a {
    color: #c09853;
    text-decoration: none;
}

#info p {
    margin: 5px 0 0 0;
}

.job-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.job-filter li {
    list-style-type: none;
    margin-left: 7px;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

#filters li span.active {
    background: var(--tp-theme-primary);
    color: #fff;
}

#jobLists .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 1%;
    display: none;
    /* float: left; */
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    /* position: absolute; */
    width: 100%;
    /* height: 40px; */
    /* bottom: -40px; */
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    #ads {
        display: none;
    }
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #ads {
        display: none;
    }
}

.row,
.clearfix {
    zoom: 1;
}

.findjob-section {
    position: relative;
    padding: 95px 0px 120px 0px;
}

.findjob-section .search-inner .form-group {
    position: relative;
    margin: 0px;
}

.findjob-section .search-inner .form-group input[type="search"],
.findjob-section .search-inner .form-group input[type="text"],
.findjob-section .search-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #eae0d9;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 17px;
    color: #766068;
    font-weight: 500;
    padding-left: 50px;
    transition: all 500ms ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group i {
    position: absolute;
    left: 20px;
    top: 21px;
    font-size: 16px;
    color: #baabab;
    z-index: 1;
}

.findjob-section .search-inner .form-group .select-box {
    height: 70px;
}

.findjob-section .search-inner .form-group .nice-select {
    height: 70px;
    padding-left: 50px;
    font-size: 17px;
    color: #766068;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eae0d9;
    line-height: 52px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group .nice-select:after {
    border-bottom: 2px solid #ae979f;
    border-right: 2px solid #ae979f;
}

.findjob-section .search-inner .form-group.message-btn {
    position: relative;
    display: block;
    margin-top: 30px;
}

.findjob-section .search-inner .form-group.message-btn button {
    display: block;
    width: 100%;
    padding: 22px 44px;
}

.findjob-section .search-inner {
    margin-bottom: 60px;
}

.single-job-post {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.single-job-post .job-inner {
    border: 1px solid #eae0d9;
    border-top: none;
    padding: 22px 30px;
    display: flex;
}

.single-job-post .job-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #f0e6e0;
    padding: 20px 30px;
    transition: all 500ms ease;
}

/* .single-job-post:hover .job-header{
  background: #462b34;
} */

.single-job-post .job-header .info li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #766068;
    transition: all 500ms ease;
}

.single-job-post .job-header .info li i {
    color: #472c35;
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 500ms ease;
}

/* .single-job-post:hover .job-header .info li i{
  color: rgba(255,255,255,0.5);
} */

/* .single-job-post:hover .job-header .info li{
  color: rgba(255,255,255,0.5);
} */

.single-job-post .job-header .info li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    color: #766068;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 4px 6px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* .single-job-post:hover .job-header .info li a{
  color: rgba(255,255,255,0.5);
  background: #3f262f;
} */

.single-job-post .job-header .number p {
    font-size: 17px;
    font-weight: 500;
}

.single-job-post .job-title {
    position: relative;
    padding: 0px 0px 0px 80px;
}

.single-job-post .job-title .company-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #eae0d9;
    border-radius: 5px;
}

.single-job-post .job-title {
    position: relative;

    width: 45%;
}

.single-job-post .job-title:before {
    position: absolute;
    content: "";
    background: #eae0d9;
    width: 1px;
    height: 53px;
    top: 5px;
    right: 30px;
}

.single-job-post .job-inner .job-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}

.single-job-post .job-inner p {
    position: relative;
    font-size: 17px;
    line-height: 28px;
    color: #766068;
    font-weight: 500;
}

.single-job-post .job-inner .job-title p i {
    font-size: 16px;
    font-weight: 600;
    color: #baabab;
    margin-right: 10px;
}

.single-job-post .job-inner .salary-box {
    position: relative;

    width: 27%;
    margin-top: 7px;
}

.single-job-post .job-inner .salary-box:before {
    position: absolute;
    content: "";
    background: #eae0d9;
    width: 1px;
    height: 53px;
    top: -2px;
    right: 30px;
}

.single-job-post .job-inner .experience-box {
    position: relative;
    width: 15%;
    margin-top: 7px;
}

.single-job-post .job-inner .apply-btn {
    position: relative;
    width: 13%;
    text-align: right;
    margin-top: 5px;
}

.single-job-post .job-inner span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #a38f96;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.single-job-post .job-inner .apply-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #eae0d9;
    background-color: var(--tp-theme-primary);
    /* border-radius: 5px; */
    padding: 12px 30px;
    z-index: 1;
}

.single-job-post .job-inner .apply-btn a:hover {
    background-color: var(--tp-theme-secondary);
}

.single-job-post {
    margin-bottom: 40px;
}

.findjob-section .post-jobs .single-job-post:last-child {
    margin-bottom: 0px;
}

.career-div-one {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    background: var(--tp-theme-primary);
    border-radius: 10px;
    padding: 40px 40px;
}

.career-div-one .child-career-div {
    height: 130px;
    width: 150px;
    padding: 1%;
    background-color: white;
    border-radius: 5px;
    margin-right: 15px;
}
.career-div-one .child-career-div img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.child-career-div-two {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.child-career-div-two span {
    color: #ffc2d1;
}
.child-career-div-two i {
    color: #ffc2d1;
}
.child-career-div-two .first-div {
    padding: 2px 15px;
    background: white;
    width: fit-content;
    border-radius: 5px;
}

.child-career-div-two .second-div {
    font-weight: 500;
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.right-col-button {
    position: relative;
    display: block;

    background-color: white;
    border: none;
    width: 100%;
}
.right-col-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #462b34;
    padding: 15px 44px;
    text-transform: uppercase;
    z-index: 1;
}
.right-col-div-two {
    margin-top: 9%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 6%;
    border: 1px solid #f0f0f0;
}

.right-col-div-two ul li {
    border-bottom: solid 1px gainsboro;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}
.career-div-left-two {
    margin-top: 7%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.career-div-left-two span {
    margin-top: 7%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}

.career-div-left-three {
    margin-top: 7%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.career-div-left-three span {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}

.career-div-left-three ul li {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 15px;
}
.career-div-left-three ul span {
    color: var(--tp-theme-primary);
    font-size: 25px;
    font-weight: 500;
    margin-right: 5px;
}

.carrer-div-one {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    background: #efe5df;
    border-radius: 10px;
    padding: 40px 40px;
}

.career-div-left-four {
    margin-top: 7%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.career-div-left-four span {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}

.career-div-left-four ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.career-div-left-four ul li .span-one {
    color: red;
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
}
.career-div-left-four ul li .span-two {
    color: black;
    font-size: 16px;
}
.career-div-left-four ul li .span-three {
    font-size: 16px;
    font-weight: 400;
}

.detail-main-card {
    display: flex;
}
.detail-main-card li {
    list-style-type: none;
    color: #ffc2d1;
    padding: 0px 10px;
    position: relative;
}

.detail-main-card li::after {
    height: 60%;
    width: 1px;
    background-color: #ffc2d1;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
}

.detail-main-card li:last-child::after {
    display: none;
}
.career-detail-marker-list {
    padding-left: 20px;
}
.career-detail-marker-list li {
    position: relative;
    /* align-items: center; */
    list-style-type: none;
}
.career-detail-marker-list li span {
    font-size: 27px;
    line-height: 0px;
    margin-top: 10px;
    display: inline-block;
}

.table-list li div:nth-child(1) {
    width: 30%;
}

.file-card {
    border-radius: 10px;
    /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); */
    width: 100%;
    height: unset;
    background-color: #ffffff;
    /* padding: 10px 30px 40px; */
}

.file-card h3 {
    font-size: 22px;
    font-weight: 600;
}

.drop_box {
    margin: 10px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a3a3a3;
}

.file-btn {
    text-decoration: none;
    background-color: var(--tp-theme-primary);
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.file-btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: var(--tp-theme-primary);
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}

textarea.form-control {
    height: 100px;
}

.career-form {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
}

/* newsroom page style */
.blog-box {
    position: relative;
    margin-bottom: 30px;
}

.blog-page .blog-box {
    border-bottom: 3px solid #bc103b4f;
    padding-bottom: 25px;
    transition: all 0.5s ease;
}
.blog-page .blog-box:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    bottom: -3px;
    left: auto;
    right: 0;
    background-color: var(--tp-theme-primary);
    transition: all 0.3s ease-out 0s;
}

.blog-page .blog-box:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.blog-box img {
    width: 100%;
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-top: 12px solid #bc103a;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: var(--tp-theme-primary);
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 130px;
    color: #fff;
}
.ribbon1 span:before,
.ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #f92055;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #6f0c24;
}

.blog-content-box {
    padding-top: 20px;
}

.blog-category {
    font-size: 16px;
    font-weight: 400;
    color: #bc103a;
    margin-bottom: 20px;
    padding: 4px 18px;
    background-color: #fff0f4;
    border-radius: 20px;
    border: 1px solid #ffe1e8;
    display: inline-block;
}

.blog-content-box p {
    text-align: justify;
}

.blog-content-box .blog-title {
    font-size: 20px;
    font-weight: 800;
    display: block;
    color: #002e05;
}
.blog-content-box .blog-title:hover {
    color: var(--tp-theme-primary);
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .content-one .author-post {
    position: relative;
    display: block;
    padding-left: 75px;
    margin-bottom: 22px;
}

.blog-details-content .content-one .author-post .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
    border: 1px solid #e7e3ee;
    border-radius: 50%;
}

.blog-details-content .content-one .author-post .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .content-one .author-post h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f1fa;
    text-align: center;
    padding: 3px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.blog-details-content .content-one .author-post .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-family: "Urbanist", sans-serif;
    color: #75727b;
    margin-right: 30px;
}

.blog-details-content .content-one .author-post .post-info li span {
    color: #272e39;
}

.blog-details-content .content-one .author-post .post-info li a {
    display: inline-block;
    color: #75727b;
}

.blog-details-content .content-one .author-post .post-info li a:hover {
}

.blog-details-content .content-one .author-post .post-info li:last-child {
    margin: 0px !important;
}

.blog-details-content .content-one .author-post .post-info li:before {
    position: absolute;
    content: "";
    background: #bbb6c4;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 13px;
    right: -18px;
}

.blog-details-content
    .content-one
    .author-post
    .post-info
    li:last-child:before {
    display: none;
}

.blog-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-details-content .content-one .text-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.blog-details-content .content-one .text-box p:last-child {
    margin-top: 26px;
}

.blog-details-content .content-one .text-box p:first-child {
    position: relative;
    display: block;
    /* padding-left: 80px; */
}

/* .blog-details-content .content-one .text-box p span {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 6px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #272e39;
    border-radius: 50% 50% 0px 50%;
    text-align: center;
} */

.blog-details-content .content-one .image-box {
    position: relative;
    display: block;
    border-radius: 30px;
}

.blog-details-content .content-one .image-box img {
    width: 100%;
    border-radius: 30px;
}

.blog-details-content .content-one {
    margin-bottom: 40px;
}

.blog-details-content h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-details-content p {
    margin-bottom: 30px;
}

.blog-details-content h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}

.blog-details-content .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.blog-details-content .list-item li {
    position: relative;
    display: block;
    padding-left: 28px;
    margin-bottom: 12px;
}

.blog-details-content .list-item li:before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/blog-arrow.png);
    width: 11px;
    height: 16px;
    left: 0px;
    top: 6px;
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: #272e39;
    padding: 33px 40px 32px 160px;
    border-radius: 30px 30px 0px 30px;
    margin: 0px;
}

.blog-details-content blockquote .icon-box {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #f66587;
}

.blog-details-content blockquote .icon-box:before {
    position: absolute;
    content: "";
    background: #404a5b;
    width: 1px;
    height: 120px;
    top: -30px;
    right: -31px;
}

.blog-details-content blockquote h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-details-content blockquote .designation {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    color: #9ca4af;
    font-weight: 600;
    padding-left: 18px;
}

.blog-details-content blockquote .designation:before {
    position: absolute;
    content: "";
    border: 2px solid #f66587;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.blog-details-content .content-three p {
    margin-bottom: 30px;
}

.blog-details-content .content-three .single-item {
    position: relative;
    display: block;
    margin-bottom: 25px;
    /* padding-left: 40px; */
}

/* .blog-details-content .content-three .single-item:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-34.png);
  width: 28px;
  height: 20px;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
} */

.blog-details-content .content-three .single-item p {
    margin-bottom: 0px;
}

.blog-details-content .content-three .single-item span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif;
    color: #272e39;
    font-weight: 600;
    z-index: 1;
}

.blog-details-content .content-three .single-item span:before {
    position: absolute;
    content: "";
    background: #f4f1fa;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 2px;
    z-index: -1;
}

.blog-details-content .post-tags {
    position: relative;
    display: block;
    padding-top: 30px;
}

.blog-details-content .post-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.blog-details-content .post-tags .tags-list li:last-child {
    margin: 0px !important;
}

.blog-details-content .post-tags .tags-list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    padding-left: 22px;
}

.blog-details-content .post-tags .tags-list li h5 img {
    position: absolute;
    left: 0px;
    top: 10px;
}

.blog-details-content .post-tags .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #75727b;
    font-weight: 500;
    border: 1px solid #d6d3df;
    border-radius: 25px;
    padding: 5px 15px;
    text-align: center;
}

.blog-details-content .post-tags .tags-list li a:hover {
    color: var(--tp-theme-primary);
}

.blog-details-content .content-three {
    margin-bottom: 60px;
}

.blog-details-content .author-box {
    position: relative;
    display: block;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
    padding: 33px 40px 32px 220px;
    margin-bottom: 60px;
}

.blog-details-content .author-box .author-thumb {
    position: absolute;
    left: 48px;
    top: 48px;
    width: 135px;
    height: 135px;
    border-radius: 30px 30px 0px 30px;
    z-index: 1;
}

.blog-details-content .author-box .author-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px 30px 0px 30px;
    transform: rotate(10deg);
    z-index: -1;
}

.blog-details-content .author-box .author-thumb img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.blog-details-content .author-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-details-content .author-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-details-content .author-box p {
    margin-bottom: 15px;
}

.blog-details-content .author-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.blog-details-content .author-box h5 a {
    position: relative;
    display: inline-block;
    color: #272e39;
    padding-right: 23px;
}

.blog-details-content .author-box h5 a:hover {
}

.blog-details-content .author-box h5 a:before {
    position: absolute;
    content: "\f108";
    font-family: "flaticon";
    right: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 400;
}

.blog-details-content .author-box .social-links {
    position: absolute;
    top: 39px;
    right: 39px;
}

.blog-details-content .author-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.blog-details-content .author-box .social-links li:last-child {
    margin: 0px !important;
}

.blog-details-content .author-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #f4f1fa;
    text-align: center;
    color: #272e39;
    border-radius: 50%;
}

.blog-details-content .author-box .social-links li a:hover {
    color: #fff;
}

.blog-details-content .post-nav-btn {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.blog-details-content .post-nav-btn .post-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blog-details-content .post-nav-btn .single-btn {
    position: relative;
    display: block;
}

.blog-details-content .post-nav-btn .single-btn h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffdae3;
    padding: 3px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
    color: #bc103a;
}

.blog-details-content .post-nav-btn .single-btn.next-btn {
    text-align: right;
}

.blog-details-content .post-nav-btn .single-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-content .post-nav-btn .single-btn h4 a {
    display: inline-block;
    color: #232c36;
}

.blog-details-content .post-nav-btn .single-btn h4 a:hover {
}

.blog-details-content .post-nav-btn .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    background: #fff;
    padding: 16px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(108, 78, 167, 0.15);
    text-align: center;
}

.blog-details-content .post-nav-btn .btn-box a:hover {
}

.blog-details-content .post-nav-btn .btn-box a span {
    position: relative;
    padding-left: 28px;
}

.blog-details-content .post-nav-btn .btn-box a span:before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/icon-35.png);
    width: 18px;
    height: 18px;
    left: 0px;
    top: 2px;
    background-repeat: no-repeat;
}

.blog-detail-page h2,
.blog-detail-page h3,
.blog-detail-page h4,
.blog-detail-page h5,
.blog-detail-page h6 {
    color: #272e39;
}

.blog-first-parah::first-letter {
    text-transform: uppercase;
    background: #272e39;
    border-radius: 50% 50% 0px 50%;
    text-align: center;
    padding: 27px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

/* blog sidebar style */

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

.sidebar-page-container .pagination .prev-btn {
    float: left;
}

.sidebar-page-container .pagination .next-btn {
    float: right;
}

.sidebar-page-container .pagination-wrapper {
    padding-top: 30px;
}

.blog-sidebar {
    position: relative;
    display: block;
    background: #f4f1fa;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
}

.blog-sidebar .search-widget .search-inner .form-group {
    position: relative;
    margin: 0px;
}

.blog-sidebar .search-widget .search-inner input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px 30px 0px 30px;
    font-size: 17px;
    color: #75727b;
    padding: 10px 50px 10px 30px;
    box-shadow: 0px 0px 50px 0px #ece7f5;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-inner button[type="submit"] {
    position: absolute;
    top: 15px;
    right: 30px;
}

.blog-sidebar .search-widget .search-inner input:focus {
}

.blog-sidebar .search-widget {
    margin-bottom: 50px;
}

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d3df;
}

.blog-sidebar .widget-title:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

.blog-sidebar .widget-title h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    margin-right: 6px;
    padding-left: 25px;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    left: 0px;
    top: 6px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
    filter: grayscale(0%);
    opacity: 1;
}

.blog-sidebar .category-widget .category-list li a:hover {
}

.blog-sidebar .category-widget .category-list li .line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #272e39;
    top: 5px;
}

.blog-sidebar .category-widget .category-list li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;

    color: #75727b;
    margin-left: 14px;
}

.blog-sidebar .category-widget {
    margin-bottom: 40px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #d2d2d2;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

.blog-sidebar .post-widget .post h6 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 0px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.blog-sidebar .post-widget .post h4 {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.blog-sidebar .post-widget .post h4 a {
    display: inline-block;
    color: #232c36;
}

.blog-sidebar .post-widget .post h4 a:hover {
}

.blog-sidebar .post-widget {
    margin-bottom: 40px;
}

.blog-sidebar .tags-widget .tags-list {
    position: relative;
    margin: 0px 0px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #75727b;
    font-weight: 500;
    border: 1px solid #d6d3df;
    border-radius: 25px 25px 25px 25px;
    padding: 4px 14px;
    text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: #fff;
    border-bottom-right-radius: 0px;
}

.blog-sidebar {
    margin-bottom: 50px;
}

.sidebar-page-container .support-widget {
    position: relative;
    display: block;
    padding: 33px 40px 243px 40px;
    border-radius: 30px 30px 0px 30px;
    z-index: 1;
}

.sidebar-page-container .support-widget h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.blog-sidebar .search-widget .search-inner input:focus {
    border-color: var(--tp-theme-primary) !important;
}

.blog-sidebar .widget-title:before {
    background: var(--tp-theme-primary);
}

.blog-sidebar .category-widget .category-list li a:hover {
    color: var(--tp-theme-primary);
}

.blog-sidebar .post-widget .post h6 {
    color: var(--tp-theme-primary);
}

.blog-sidebar .post-widget .post h4 a:hover {
    color: var(--tp-theme-primary);
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.sidebar-page-container .support-widget {
    background: var(--tp-theme-primary);
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;

    text-align: center;
    padding: 16px 40px;
    text-transform: capitalize;
    border-radius: 35px 35px 0px 35px;
    z-index: 1;
    transition: all 500ms ease;
}

.sidebar-page-container .support-widget p {
    display: block;
    color: #e0d6f4;
    margin-bottom: 20px;
}

.sidebar-page-container .support-widget .theme-btn {
    background: var(--tp-theme-secondary);
    color: #fff;
}

.sidebar-page-container .support-widget .theme-btn:hover {
    background: #fff;
    color: var(--tp-theme-secondary) !important;
}

.sidebar-page-container .support-widget .theme-btn:before {
    background: #fff;
}

.sidebar-page-container .support-widget .big-text {
    position: absolute;
    left: 32px;
    bottom: 14px;
    font-size: 38px;
    line-height: 50px;
    color: #be2b4f;
    font-weight: 700;
    writing-mode: vertical-lr;
    animation: slideUp 2s infinite alternate;
}
@-webkit-keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.sidebar-page-container .support-widget .icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.sidebar-page-container .support-widget .image-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50% 50% 0px 50%;
    margin-bottom: 0px;
}

.sidebar-page-container .support-widget .image-box img {
    width: 100%;
    border-radius: 50% 50% 0px 50%;
}

.sidebar-page-container .support-widget:before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/shape-47.png);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}

.susin-project-sec {
    padding: 90px 0px;
    background-color: #333333;
    position: relative;
    z-index: 1;
}

.susin-project-sec .bg-lines span:nth-child(1) {
    left: 20%;
}
.susin-project-sec .bg-lines span:nth-child(2) {
    left: 40%;
}
.susin-project-sec .bg-lines span:nth-child(3) {
    left: 60%;
}
.susin-project-sec .bg-lines span:nth-child(4) {
    left: 80%;
}
.susin-project-sec .bg-lines span {
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255 / 17%);
    -webkit-animation: leftRightOne 18s infinite;
    animation: leftRightOne 18s infinite;
}

@keyframes leftRightOne {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

.project-box {
    transition: all 1s ease;
}
.project-img-box {
    overflow: hidden;
}
.project-img-box img {
    width: 100%;
    transition: all 1s ease;
    transform: scale(1.03);
}

.project-swiper .project-box {
    width: 100%;
}

.project-box .project-content-box h5 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.project-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 40px;
}
.project-box:hover .project-img-box img {
    transform: scale(1.03) translateX(8px);
}

.itork-abt-img-box {
    position: relative;
    height: 100%;
    z-index: 1;
}
.itork-abt-img-1 {
    position: absolute;
    right: 0px;
}
.itork-abt-img-1 img {
    width: 330px;
}

.itork-abt-img-box .shape-1 {
    position: absolute;
    top: 285px;
    left: 80px;
    width: 200px !important;
    height: 200px;
    z-index: -1;
    opacity: 0.5;
}

.susin-rotate-text {
    position: absolute;
    left: -30px;
    transform: rotate(90deg);
    font-size: 54px;
    font-weight: 900;
    top: 195px;
    color: #f5f5f5;
    -webkit-text-stroke: 1px rgb(164 164 164);
}

.ktc-page .susin-rotate-text {
    font-size: 40px;
    top: 219px;
    left: -54px;
}

.brand-sec {
    padding: 90px 0px;
}

.brand-sec .brand-swiper img {
    /* filter: grayscale(1); */
    /* opacity: 0.6; */
    transition: all 0.5s ease;
    /* width: 170px; */
    display: block;
    margin: auto;
}
.partners-box img {
    height: 100px;
}

.partners-box {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #fffafb;
    box-shadow: rgb(188 16 58 / 10%) 0px 5px 9px;
}

.partners-box h6 {
    font-size: 20px;
    margin-top: 14px;
    color: var(--tp-theme-primary);
}

.itork-india .brand-swiper img {
    width: 100% !important;
}
.brand-swiper .swiper-slide {
    overflow: unset;
    padding: 15px;
}
.brand-sec .brand-swiper img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.inner-section-title,
.inner-tittle-left {
    font-size: 46px;
    font-weight: 900;
    color: #010101;
    z-index: 1;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
}

/* .inner-tittle-left::before {
  width: 150px;
  height: 12px;
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  background-color: var(--tp-theme-primary);
  z-index: -1;
} */

.inner-section-title:before {
    display: inline-block;
    position: absolute;
    height: 3px;
    background-color: #bc103a;
    content: "";
    bottom: -20px;
    width: 135px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}
.inner-section-title:after {
    display: inline-block;
    position: absolute;
    height: 6px;
    background-color: #bc103a;
    content: "";
    bottom: -21px;
    width: 26px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    animation: flotLeft 4s infinite ease-in-out;
}

@keyframes flotLeft {
    0% {
        transform: translateX(25px);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(25px);
    }
}
.distributor-img {
    margin: 30px 0px;
}
.distributor-img img {
    height: 80px;
    width: auto;
}

.distributor-card h4 {
    color: #010101;
    font-size: 30px;
}

.distributor-card {
    border: unset;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.itork-tab-link .nav-link {
    color: #010101;
    border-radius: unset;
    transition: all 1s ease;
    border-bottom: 2px solid #ffffff00;
    font-weight: 700;
}
.itork-tab-link .nav-link.active {
    color: var(--tp-theme-primary);
    background-color: unset;
    border-bottom: 2px solid var(--tp-theme-primary);
    transition: all 1s ease;
}

.inner-section-sub-title {
    position: relative;
    padding-bottom: 0px;
    color: #010101;
    font-size: 30px;
}

/* .inner-section-sub-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  content: "";
  right: 45px;
  margin: auto;
  background-color: #ccc;
} */

/* .inner-section-sub-title::before {
  background-color: #d78b8b;
  left: 45px;
  width: 90px;
} */

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

.itork-tab-content p {
    margin-bottom: 10px;
}
.itork-marker-list {
    padding-left: 20px;
    margin-top: 20px;
}
.itork-marker-list li {
    display: flex;
    margin-bottom: 8px;
}
.itork-marker-list li span {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 9px;
    color: #bc103a;
}

.team-box {
    position: relative;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.team-box .team-img-box img {
    width: 100%;
    border-radius: 13px;
    transition: all 0.5s ease;
    /* filter: grayscale(1) blur(1px); */
}

.team-box:hover .team-img-box img {
    filter: grayscale(0) blur(0px);
}

.team-box .team-content-box {
    position: absolute;
    bottom: 18px;
    left: 15px;
    right: 15px;
    background-color: #0000005c;
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 13px;
    transition: all 0.5s ease;
}

.team-box .team-content-box h6 {
    color: #fff;
    font-size: 23px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    transition: all 0.5s ease;
}
.team-box .team-content-box h6:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100px;
    height: 2px;
    left: 0px;
    background-color: #9aff00;
    transition: all 0.5s ease;
}

.team-box:hover .team-content-box h6:before {
    width: 100%;
}
.team-box .team-content-box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}
.team-box .team-content-box a {
    color: #9aff00;
    transition: all 0.5s ease;
}
.team-box .team-content-box a:hover {
    color: #fff;
}

.team-social-box {
    position: absolute;
    right: 20px;
    top: 20px;
}
.team-social-box li {
    list-style-type: none;
}

.team-social-box a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-social-box a i {
    font-size: 19px;
    color: #0077b5;
}

/*=======================
    Timeline section 
 ========================*/
.milstone-sec {
    background: url(../img/itork-india/history-dots.png) #f5f5f5 no-repeat;
    background-size: cover;
}

.timeline-swiper {
    position: relative;
}
.timeline-swiper:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #d7d7d7;
}

.timeline-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.timeline-box.timeline-style-1 {
    flex-direction: column-reverse;
}

/* .timeline-box.timeline-style-2 .timeline-img-box {
  margin-top: 13px;
} */
.timeline-box .timeline-img-box {
    width: 190px;
    height: 174px;
    display: flex;
}
.timeline-box.timeline-style-1 .timeline-img-box img {
    display: block;
    margin-bottom: auto;
    width: 100%;
}
.timeline-box.timeline-style-2 .timeline-img-box img {
    display: block;
    margin-top: auto;
    width: 100%;
}

.timeline-year-box {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
    transition: all 0.5s ease-out;
}

.timeline-box:hover .timeline-year-box {
    background-color: var(--tp-theme-primary);
}
.timeline-year-box span {
    font-weight: 900;
    color: #bc103a;
    font-size: 18px;
}

.timeline-box:hover .timeline-year-box span {
    color: #ffffff;
}

.timeline-content-box {
    padding: 20px;
    background-color: #fff;
    height: 174px;
}

.timeline-content-box span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(255, 230, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.timeline-content-box h4 {
    color: #232c36;
    font-size: 18px;
}

.swiper-parent{
    position: relative;
}
.swiper-parent:hover .chevron-arrow {
    opacity: 1;
    visibility: visible;
}
.swiper-parent .chevron-arrow {
    Position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
}

.chevron-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-prev,
.slider-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd5e0;
    border-radius: 50%;
    /* margin: 0px 10px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.5s ease;
}

.slider-prev:hover,
.slider-next:hover {
    background-color: var(--tp-theme-primary);
    color: #fff;
}

.inner-page p {
    line-height: 25px;
    margin-bottom: 13px;
}

/* --------------- header style2 --------------- */
.tc-header-style2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
}
.tc-header-style2 .top-info h1 {
    font-size: 90px;
    font-weight: 600;
}
.tc-header-style2 .top-info h1 span {
    color: var(--tp-theme-primary);
    font-style: italic;
    font-weight: 400;
}
.tc-header-style2 .top-info .award-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    border: 1px solid #999;
    border-radius: 50px;
    margin-top: 70px;
}
.tc-header-style2 .top-info .award-wrapper p {
    font-size: 18px;
}
.tc-header-style2 .top-info .award-wrapper .line {
    width: 60px;
    height: 1px;
    background-color: #999;
    margin: 0 30px;
}
.tc-header-style2 .top-info .facts-wrapper {
    position: relative;
    padding: 30px 40px;
}
.tc-header-style2 .top-info .facts-wrapper * {
    position: relative;
    z-index: 10;
}
.tc-header-style2 .top-info .facts-wrapper .num {
    font-size: 60px;
    font-weight: 400;
}
.tc-header-style2 .top-info .facts-wrapper p {
    color: #666;
}
.tc-header-style2 .top-info .facts-wrapper .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.tc-header-style2 .slider-content {
    max-width: 1200px;
    margin: auto;
}
.tc-header-style2 .slider-content .head-slider {
    position: relative;
    overflow: hidden;
}
.tc-header-style2 .slider-content .head-slider .slider-card {
    position: relative;
}
.tc-header-style2 .slider-content .head-slider .slider-card .img {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
.tc-header-style2 .slider-content .head-slider .slider-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-header-style2 .slider-content .head-slider .slider-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#000000cb),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(bottom, #000000cb, transparent);
    background-image: -o-linear-gradient(bottom, #000000cb, transparent);
    background-image: linear-gradient(to top, #000000cb, transparent);
}
.tc-header-style2 .slider-content .head-slider .slider-card .info {
    position: absolute;
    left: 0;
    bottom: 50px;
    color: #fff;
    z-index: 20;
    width: 100%;
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .title {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}
.tc-header-style2
    .slider-content
    .head-slider
    .slider-card
    .info
    .title
    a:hover {
    color: var(--tp-theme-primary);
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .tags {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .tags span {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}
.tc-header-style2 .slider-content .head-slider .controls {
    position: absolute;
    right: 150px;
    bottom: -1px;
    width: 350px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
}
.tc-header-style2 .slider-content .head-slider .controls .cont-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev,
.tc-header-style2 .slider-content .head-slider .controls .swiper-button-next {
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #9999;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-prev::after,
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-prev:hover,
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-next:hover {
    background-color: #000;
    border-color: #000;
}
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-prev:hover::after,
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-button-next:hover::after {
    color: #fff;
}
.tc-header-style2 .slider-content .head-slider .controls .swiper-pagination {
    position: static;
    transform: unset;
    width: 100%;
}
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
}
.tc-header-style2
    .slider-content
    .head-slider
    .controls
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: var(--tp-theme-primary);
}
.tc-header-style2 .head-features {
    margin-top: 50px;
    padding-bottom: 120px;
    border-bottom: 1px solid #ccc;
}
.tc-header-style2 .head-features .feat-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.tc-header-style2 .head-features .feat-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #f1eee9;
    color: var(--tp-theme-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    /* .tc-header-style2 {
    padding-top: 80px;
  } */
    .tc-header-style2 .top-info h1 {
        font-size: 50px;
    }
    .tc-header-style2 .top-info .award-wrapper p {
        font-size: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .tc-header-style2 .top-info .facts-wrapper {
        margin-top: 50px;
    }
    .tc-header-style2 .slider-content {
        margin-top: 80px;
    }
    .tc-header-style2 .slider-content .head-slider .slider-card .img {
        height: 300px;
    }
    .tc-header-style2 .slider-content .head-slider .slider-card .info {
        bottom: 100px;
    }
    .tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
        font-size: 35px;
    }
    .tc-header-style2 .slider-content .head-slider .controls {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        width: 300px;
        padding: 15px 25px;
    }
    .tc-header-style2 .head-features {
        padding-bottom: 80px;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-form input.form-control,
.product-form .form-select {
    height: 50px;
}

.product-doc-filter input {
    height: 42px;
}

.quote-box {
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 20px;
}
.tp-footer-3-area {
    overflow: hidden;
}

.offcanvas__logo img {
    width: 70px;
}

/*================================
    Language Switcher Style 
 =================================*/

.language-dropdown button {
    background-color: #ffffff00;
    width: max-content;
    border-radius: 5px;
    color: white;
    padding: 1px 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    border: 1px solid #ffffff;
    width: 130px;
}
.language-dropdown button img {
    margin: 0 5px 0 0;
}
.dropdown button img,
.dropdown-content li img {
    width: 28px;
}
.language-dropdown button,
.language-dropdown .dropdown-content li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

/* .language-dropdown button:hover {
  cursor: pointer;
  background-color: var(--tp-theme-secondary);
} */
/* Style for the dropdown content */
.language-dropdown .dropdown-content {
    margin: 1px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 315px;
}
/* Style for the dropdown content items */

.language-dropdown .dropdown-content li img {
    margin: 0 20px 0px 20px;
}

/* Animate the dropdown content */
/* @keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.language-dropdown .dropdown-content {
  animation: slideIn 0.3s ease-out;
} */
/* Scrollbar styles */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}

.share-btn {
    /* color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color); */
    margin-left: 40rem;
    color: white;
    background-color: #00235a;
    border-color: var(--bs-btn-active-border-color);
}
.share-btn:hover {
    /* color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);*/
    color: #00235a;
    background-color: #cd9eaa;
    border-color: var(--bs-btn-active-border-color);
}

.share-dropdown .dropdown-menu.show {
    display: flex;
}
.share-dropdown .dropdown-menu {
    padding: 10px;
    width: 180px;
    min-width: unset;
    max-width: unset;
    /* right: 0px !important;
  left: unset !important; */
}
.share-dropdown .dropdown-menu li {
    margin-right: 10px;
}
.share-dropdown .dropdown-menu li button {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: unset;
}

.share-dropdown .dropdown-menu li button.facebook {
    background-color: #1877f2;
    color: #ffffff;
}
.share-dropdown .dropdown-menu li button.twitter {
    background-color: #1da1f2;
    color: #ffffff;
}
.share-dropdown .dropdown-menu li button.linkedin {
    background-color: #0762c8;
    color: #ffffff;
}

.floating_btn {
    width: 55px;
    height: 55px;
    background: #23b100;
    border-radius: 100%;
    position: fixed;
    z-index: 99;
    animation: pulse-shadow 3s calc(2 * 3s / 3) linear infinite;
    bottom: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.floating_btn:hover {
    color: #ffffff;
}

.floating_btn::after,
.floating_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(35, 177, 0);
    border-radius: 100%;
    z-index: -1;
}

.floating_btn:after {
    animation: pulse 3s linear infinite;
}

.floating_btn:before {
    animation: pulse 3s calc(3s / 3) linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(35, 177, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 calc((3 - 1) * 3rem / 2) rgba(35, 177, 0, 0);
    }
}

.mro-list {
    padding-left: 28px;
}
.mro-list li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
}
.mro-list li:before {
    content: "\00BB";
    position: absolute;
    left: -20px;
    top: 0px;
    font-weight: 900;
    font-size: 18px;
    color: var(--tp-theme-primary);
}

.digital-sizing-page .mro-list li:before {
    top: -3px;
}
.solutions-img-box img {
    width: 100%;
}

.download-row {
    display: none;
    margin-bottom: 50px;
}
.download-tab-content {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.download-filter {
    display: flex;
}

.download-filter li {
    list-style-type: none;
    margin-right: 15px;
}

.download-filter li span {
    border: 1px solid #949494;
}

.download-filter li span.active {
    border: 1px solid var(--tp-theme-primary);
}

.dwnld-select-btn {
    padding: 5px 20px;
    border: 1px solid var(--tp-theme-primary);
    background: var(--tp-theme-primary);
    color: #fff;
    display: block;
}
.dwnld-select-btn:hover,
.dwnld-select-btn:focus {
    color: #ffffff;
}

.download-select .dropdown-item.active {
    background-color: unset;
    color: var(--tp-theme-primary);
}
.download-select .dropdown-item {
    background-color: unset;
}

.dwnldall-btn {
    color: #002e05;
}
.dwnldall-btn:hover {
    color: var(--tp-theme-primary);
}

.certificate-sec {
    padding-top: 60px;
}
.certificate-sec .certificate-box {
    list-style-type: none;
    display: flex;
    padding: 18px 0px;
    border-bottom: 1px solid #b9b9b9;
    overflow: hidden;
}

.certificate-left-box {
    display: flex;
    width: 75%;
}

.certificate-img-box img {
    width: 38px;
}

.certificate-right-box {
    display: flex;
    transform: translateX(80px);
    transition: 0.5s ease;
}
.certificate-sec .certificate-box:hover .certificate-right-box {
    transform: translateX(0px);
}
.certificate-icon-box {
    transition: 0.5s ease;
    margin-left: 20px;
}

.certificate-icon-box a {
    color: var(--tp-theme-primary);
    margin-right: 6px;
    font-size: 18px;
    padding: 10px 5px;
}

.certificate-sec li .form-check-input {
    width: 30px;
    height: 30px;
}
.certificate-sec li .form-check-input:checked {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.certificate-sec li .form-check-input:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.tp-blog-title a {
    display: block;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-tab-btn a {
    padding: 9px 20px;
    display: inline-block;
    margin-left: 15px;
    border-bottom: 2px solid #bc103b3b;
    color: #010101;
    font-size: 18px;
    font-weight: 700;
}

.news-tab-btn a.active {
    border-bottom: 2px solid #bc103a;
    color: var(--tp-theme-primary);
}

.bg-clr-gray-2 {
    background-color: #ececec;
    padding: 60px 0px;
}

.solve-sec {
    padding: 90px 0px;
    background: url(../img/digital-sizing/solve-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.solve-sec::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00235a8a;
    z-index: -1;
}

.solve-box p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
}

.solve-sec h2 {
    color: #ffffff;
    margin-bottom: 40px;
}
.tab-content .fi {
    color: #bc103a;
    font-size: 14px;
}
.mro-list strong {
    color: #bc103a;
}
/* .contact-reference{
  display: inline-block;
} */

.contact-box-list li p {
    display: flex;
}

.contact-box-list li p i {
    margin-top: 3px;
    margin-right: 8px;
}

.priv-policy li {
    margin-left: 35px;
}

.tp-brand-area .container .row [class*="col-"]:first-child {
    text-align: start;
}
.tp-brand-area .container .row [class*="col-"]:last-child {
    text-align: end;
}
.tp-brand-bg {
    background: var(--tp-theme-secondary);
}
.tp-brand-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.tp-brand-item img {
    /* height: 80px; */
    max-width: 200px;
    max-height: 80px;
}
.tp-brand-item-img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    opacity: 0.18;
    transition: transform 0.4s ease;
    filter: grayscale(1);
}
.tp-brand-item-img.home-3 {
    opacity: 1;
}
.tp-brand-item-hover {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    transform: translate(-50%, -130%);
    transition: transform 0.5s ease;
}
.tp-brand-item:hover .tp-brand-item-img {
    transform: translateY(100%);
}
.tp-brand-item:hover .tp-brand-item-hover {
    transform: translate(-50%, 0);
}
.tp-brand-6-area .tp-brand-item-img {
    opacity: 1;
}

.tp-brand-3-bg {
    background: #f1f1f1;
}
.tp-brand-3-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.product-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.tp-footer-widget-social {
    display: flex;
}

.offcanvas__social {
    display: flex;
}

.template-col-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product-banner-img-box img {
    height: 450px;
    object-fit: contain;
}

.privacy-policy ul {
    padding-left: 20px;
}

.product-slider {
    height: 450px;
}

.product-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.talent-year-list {
    display: flex;
    margin-bottom: 15px;
}

.talent-year-list li {
    margin-right: 8px;
    list-style-type: none;
}
.talent-year-list li a {
    padding: 5px 14px;
    background: radial-gradient(
        circle at 50.4% 50.5%,
        rgb(251, 32, 86) 0%,
        rgb(135, 2, 35) 90%
    );
    color: #ffffff;
    display: inline-block;
}

.success-img-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.success-content-box {
    text-align: center;
    margin-top: 10px;
    padding: 0px 40px;
}

.success-content-box h6 {
    color: #fff;
    font-size: 20px;
}

.success-content-box p {
    color: #e9e9e9;
}
.success-swiper {
    position: relative;
}

.success-swiper .swiper-pagination {
    bottom: 0px;
}

.success-swiper .swiper-button-prev {
    left: 0px;
    color: #fff;
}
.success-swiper .swiper-button-next {
    left: right;
    color: #fff;
}
.hr-numbers {
    display: flex;
}
.hr-numbers a {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.hr-numbers a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-theme-primary);
    margin-right: 7px;
    color: #ffffff;
}

.business-box {
    padding: 20px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    align-items: start;
    background-color: #fff;
}

.business-img-box {
    width: 90px;
    flex: 0 0 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 10px;
}

.business-content-box p {
    line-height: 26px;
    margin-bottom: 0px;
}
.business-content-box h6 {
    font-size: 18px;
}
.finding-sec {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
}
.finding-sec .swiper-slide {
    height: unset;
}
.find-left-box h4 {
    font-size: 36px;
}
/* .find-left-box {
    border-right: 1px solid #000;
} */
.find-box {
    text-align: center;
    border-radius: 10px;
    /* background: #ffffff;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41); */
    padding: 20px;
    border: 1px solid #bdbdbd;
    .blog-img-box img {
        max-height: 230px;
    }
    margin-left: 1px;
    height: 100%;
}

.year {
    font-size: 18px;
}

.find-img-box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.find-content-box {
    margin-top: 10px;
}
.find-content-box p {
    margin-bottom: 0px;
}

.underline-heading {
    position: relative;
    z-index: 1;
}

.underline-heading:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: url(../img/shapes/highlight-separator.png);
    content: "";
    z-index: -1;
    background-size: cover;
}

.industry-focus {
    background: #f8f8f8;
}

.blog-img-box img {
    /* object-fit: cover; */
    height: 230px;
}

.project-img-box img {
    height: 360px;
    /* object-fit: cover; */
}

.global-presnce-img {
    max-height: 436px;
    object-fit: cover;
}

.tp-hero-title-pre.details p,
.tp-hero-title-pre.details span {
    color: #fff !important;
}

.industry-partner-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.industry-partner-logo li {
    list-style-type: none;
    margin-right: 10px;
}
.industry-partner-logo li img {
    max-width: 100px;
    max-height: 80px;
    object-fit: contain;
}

.our-video-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.our-video-row li {
    list-style-type: none;
}
.our-video-row iframe {
    width: 100% !important;
    height: 250px !important;
}

.milstone-slider-global {
    position: relative;
}


