/*============================== Global ==============================*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&amp;display=swap');

* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
}
input:focus, body select:focus, body textarea:focus, body button:focus {
    outline: none;
}
body *{
    -webkit-text-size-adjust:none;
}
button {
    border: none;
}
a, button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    transition: all 0.7s ease 0s;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
a:hover {
    color: #ea6123;
}
a:focus-visible {
    outline: none;
}
img {
    max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::selection {
    color: #fff;
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #0B0D17;
    font-family: 'Playfair Display', serif;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #1e262d;
    font-family: 'Poppins', sans-serif;
}

ul li {
    font-size: 16px;
    line-height: 26px;
    color: #1e262d;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

.fixed-header {
    position: fixed !important;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background: #031249; */
  background: #101010; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.fixed-header nav .navbar-brand img {
    width: 250px;
}
header.fixed-header nav .navbar-nav li .nav-link {
    font-size: 13px;
    font-weight: 400;
}

.custom-btn {
    background: #ea6123;
    border: 1px solid #ea6123;
    color: #fff;
    border-radius: 0;
    padding: 20px 46px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
}
.custom-btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgb(234 97 35 / 82%);
}
.arrow-button {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}
.arrow-button i {
    color: #ea6123;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 4px;
    transition: all 0.5s ease 0s;
}
.arrow-button:hover {
    text-decoration: none;
    color: #ea6123;
}
.arrow-button:hover i {
    margin-left: 12px;
}

.headline-area h2 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: 800;
}

/*============================ Header ============================*/
header {
    /* position: relative; */
    position: fixed;
    z-index: 9;
    width: 100%;
    float: left;
    /* background: #0d2c4b; */
    padding: 2px 0;
}
header nav {
    padding: 0!important;
}
header nav .navbar-brand {
    z-index: 1;
    /* background: #0d2c4b; */
}
header nav .navbar-brand img {
    width: 260px;
}
header nav .navbar-nav li .nav-link {
    color: #fff!important;
    padding: 36px 18px!important;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
}
header nav .navbar-nav li .nav-link:hover {
    color: #effcff!important;
}
header nav .navbar-nav li.active .nav-link {
    color: #ff5f14!important;
}

header nav .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

header nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 22px;
    color: #0B0D17;
    padding: 6px 0 2px;
}

header nav .navbar-nav .dropdown-menu {
    border: none;
    padding: 10px 0;
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.43);
    border-radius: 8px;
    left: 15px;
    right: 0px;
    width: max-content;
    top: 96%;
    display: none;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
header nav .navbar-nav .dropdown-mega{
left: -32px;
}
header nav .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 20px 5px;
}
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #f8a720;
}
@media (min-width: 991px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover  {
        display:block;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s linear;
    }
}
.navbar .dropdown:hover .show, .navbar .dropdown .show:hover {
    display:block;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
header nav .navbar-nav .dropdown-menu .dropdown-item.active,
header nav .navbar-nav .dropdown-menu .dropdown-item:active,
header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: transparent;
}
/*============================ //Header ============================*/

/* ========================== Index Banner ============================ */
.index-banner {
    position: relative;
    width: 100%;
    float: left;
    /* padding: 65px 0 90px; */
    /* background: #0d2c4b; */
    padding: 145px 0 100px;
    background: url(../imgs/index-banner.png) no-repeat center/cover;
}
.index-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    /* background: rgb(3 18 73 / 94%); */
    background: rgb(12 12 12 / 96%);
}
.index-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
}
.index-banner h1 {
    color: #ffff;
    font-size: 56px;
    font-weight: 800;
    margin: 40px 0 30px;
    line-height: 64px;
}
.index-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.index-banner .index-btn {
   margin-top: 50px;
}
.index-banner img {
    width: 100%;
    /*position: absolute;
    top: -94px;
    right: 0%;*/
     /*  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: big-circle 180s infinite;
    animation: big-circle 180s infinite;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
    animation-timing-function: cubic-bezier(0, 0, 0, 0); */
}

@-webkit-keyframes big-circle {
    0% {
      -webkit-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); 
    }
    100% {
      -webkit-transform: translateY(-50%) rotate(3600deg);
      transform: translateY(-50%) rotate(3600deg); 
    } 
}
@keyframes big-circle {
    0% {
      -webkit-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg); 
    }
    100% {
      -webkit-transform: translateY(-50%) rotate(3600deg);
      transform: translateY(-50%) rotate(3600deg);
     } 
}
/* ========================== //Index Banner ============================ */

/* ========================== Index Middle Text ============================ */
.index-middle-text {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    text-align: center;
}
.index-middle-text .headline-area {
    max-width: 980px;
    margin: 0 auto;
}
.index-middle-text .headline-area h2 {
    margin-bottom: 32px;
}
/* ========================== //Index Middle Text ============================ */

/* ========================== Trending Insight ============================ */
.trending-insight {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0 10px;
}
.trending-insight .insight-group {
    display: flex;
}
.trending-insight .insight-group h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.trending-insight .insight-group .inst-all ul li {
    list-style-type: none;
}
.trending-insight .insight-group .inst-all ul {
  display: flex;
  gap: 8px;
}
.trending-insight .insight-group .inst-all ul li {
    flex: 1;
    display: flex;
}
.trending-insight .insight-group .inst-all ul li span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 20px;
    color: #f58635;
}
.trending-insight .insight-group .inst-all ul li .highlight-bar a {
    text-decoration: none;
    font-size: 15px;
    line-height: 23px;
}
.trending-insight .insight-group .inst-all ul li .highlight-bar {
    border-left: 1px solid #f58635;
    padding-left: 20px;
}
/* ========================== //Trending Insight ============================ */

/* ================================ Feature Boxes ================================== */
.features-boxes {
    position: relative;
    width: 100%;
    float: left;
}
.features-boxes .item-feature {
    background: #eaeaea;
    display: flex;
}
.features-boxes .item-feature:nth-child(2) {
    background: #fff;
}
.features-boxes .item-feature .grid-cols {
    display: flex;
    flex: 1;
}
.features-boxes .item-feature .grid-cols .info_fe {
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.features-boxes .item-feature .grid-cols img {
    object-fit: cover;
    width: 100%;
    height: 552px;
}
.features-boxes .item-feature .grid-cols .info_fe .arrow-button {
    margin-top: 50px;
}
/* ================================ //Feature Boxes ================================== */

/* ================================ Testimonial Index ================================== */
.testimonial-index {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 80px;
}
.testimonial-index .feedback-box {
    background: #f1f1f1;
    padding: 40px 50px 50px;
}
.testimonial-index .feedback-box .headline-area {
    margin-bottom: 50px;
}
.testimonial-index .feedback-box .fd_item {
    background: #fff;
    padding: 24px;
/*    height: 390px;*/
}
.testimonial-index .feedback-box .fd_item i {
    color: #F49B0B;
    font-size: 20px;
    margin-bottom: 18px;
}
.testimonial-index .feedback-box .fd_item p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 24px;
}
.testimonial-index .feedback-box .fd_item .main-quote {
/*     height: 218px;*/
}
.testimonial-index .feedback-box .fd_item .client-info {
    margin-top: 22px;
}
.testimonial-index .feedback-box .fd_item .client-info .c_img {
    width: 52px;
    float: left;
    margin-right: 8px;
}
.testimonial-index .feedback-box .fd_item .client-info .c_img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.testimonial-index .feedback-box .fd_item .client-info .c_data h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.testimonial-index .feedback-box .fd_item .client-info .c_data p {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    opacity: 0.8;
}
/* ================================ //Testimonial Index ================================== */

.numbering-zone {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.numbering-zone .number-box {
    display: flex;
    gap: 10px;
    padding: 0 80px;
}
.numbering-zone .number-box .item-nb {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.numbering-zone .number-box .item-nb .number {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 700;
}

/* ================================ Get in Touch Bar ================================== */
.get-in-touch-bar {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #de6f1e;
}
.get-in-touch-bar .get-in-text {
    text-align: center;
}
.get-in-touch-bar .get-in-text h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 18px;
    font-weight: 800;
}
.get-in-touch-bar .get-in-text p {
    color: #e2e2e2;
    margin: 0 0 5px;
}
.get-in-touch-bar .get-in-text p a {
    color: #fff;
    font-weight: 400;
}
/* ================================ //Get in Touch Bar ================================== */


/* ================================ Get in Touch Bar ================================== */
.get-in-touch-bar-grey {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #e9e9e9;
}
.get-in-touch-bar-grey .get-in-text {
    text-align: center;
    display: flex;
    align-items: center;
}
.get-in-touch-bar-grey .get-in-text h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 800;
    flex: 1;
    text-align: left;
}
.get-in-touch-bar-grey .get-in-text .btn_area {
    flex: none;
}
/* ================================ //Get in Touch Bar ================================== */

/* ================================ Footer ================================== */
footer {
    position: relative;
    width: 100%;
    float: left;
}
footer .footer-top {
    position: relative;
    padding: 60px 0 35px;
}
footer .footer-top .foot-logo {
   width: 100px;
}
footer .footer-top .subscribe-section {
    max-width: 430px;
    margin: 28px 0 0 auto;
}
footer .footer-top .subscribe-section h3 {
   font-size: 18px;
   margin-bottom: 4px;
   font-weight: 700;
   font-family: 'Poppins', sans-serif;
}
footer .footer-top .subscribe-section p {
    font-size: 14px;
}
footer .footer-top .subscribe-section .subs_form .form-group {
   display: flex;
   margin-bottom: 0;
}
footer .footer-top .subscribe-section .subs_form .form-group .form-control {
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
}
footer .footer-top .subscribe-section .subs_form .form-group button {
    background: #ea6123;
    border: 1px solid #ea6123;
    color: #fff;
    border-radius: 0;
    padding: 16px 38px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-left: 10px;
}
footer .footer-top h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
}
footer .footer-top .help-center {
    margin-top: 10px;
    display: flex;
    align-items: end;
}
footer .footer-top .help-center .h-item {
    flex: 1;
}
footer .footer-top .help-center img {
    margin-bottom: 8px;
}
footer .footer-top .help-center p {
    font-size: 14px;
    margin-bottom: 0;
}
footer .footer-bottom {
    position: relative;
    padding: 30px 0 50px;
    border-top: 1px solid #c6c6c6;
}
footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
}
footer .footer-bottom .social-links {
      display: flex;
      justify-content: end;
      gap: 10px;
}
footer .footer-bottom .social-links a {
    background: #121212;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}
footer .footer-bottom .social-links a:hover {
    text-decoration: none;
    background: #ea6123;
}
/* ================================ //Footer ================================== */

/* ================================ News Index ================================== */
.news-index {
    position: relative;
    width: 100%;
    float: left;
}
.news-index .headline-area {
    text-align: center;
    padding: 10px 0 30px;
}
.news-index .grid-nws {
    display: flex;
}
.news-index .grid-nws .nw-item {
    display: flex;
    flex: 1;
}
.news-index .grid-nws .nw-item:last-child {
    flex-direction: column;
}
.news-index .grid-nws .nw-item .img-text-merge {
    height: 530px;
    position: relative;
    overflow: hidden; 
}
.news-index .grid-nws .nw-item .img-text-merge:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(rgb(18 19 24 / 0%), rgb(0 0 0 / 97%));
}
.news-index .grid-nws .nw-item .img-text-merge img {
    object-fit: cover;
    width: 100%;
    height: 530px;
    transition: all 0.7s ease 0s;
}
/* .news-index .grid-nws .nw-item .img-text-merge:hover img{
    transform: scale(1.1);
} */
.news-index .grid-nws .nw-item .img-text-merge .bottom-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 40px;
}
.news-index .grid-nws .nw-item .img-text-merge .bottom-content .date {
    color: #f58433;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}
.news-index .grid-nws .nw-item .img-text-merge .bottom-content a {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
.news-index .grid-nws .nw-item .img-text-merge .bottom-content a:hover {
    text-decoration: none;
}
.news-index .grid-nws .nw-item .side-by-side-nwz {
    display: flex;
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd {
    flex: 1;
    height: 320px;
    overflow: hidden; 
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd:last-child {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd img {
    object-fit: cover;
    width: 100%;
    height: 320px;
    transition: all 0.7s ease 0s;
}
/* .news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd:hover img {
    transform: scale(1.1);
} */
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd .text-content {
    padding: 20px 40px;
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd .text-content .date {
    color: #f58433;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd .text-content  a {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
    font-weight: 600;
}
.news-index .grid-nws .nw-item .side-by-side-nwz .cl-sbd .text-content a:hover {
    text-decoration: none;
}
.news-index .grid-nws .solid-news-box {
    background: #071c30;
    padding: 40px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.news-index .grid-nws .solid-news-box .date {
    color: #f58433;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}
.news-index .grid-nws .solid-news-box  a {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}
.news-index .grid-nws .solid-news-box a:hover {
    text-decoration: none;
}
/* ================================ //News Index ================================== */

.client-home {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.client-home .headline-area {
    text-align: center;
    margin-bottom: 50px;
}
.client-home .client-box {
    display: flex;
    gap: 10px;
    padding: 0 80px;
}
.client-home .client-box .col-clt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.prod-group {
    position: relative;
    margin-top: 5px;
    float: left;
    width: calc(100% + 16px);
    left: -8px;
}
.prod-group .sk-items {
   
    transition: all 0.7s ease 0s;
    width: calc(13% - 16px);
    float: left;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px;
    transform: translateZ(0);
}
.prod-group .sk-items a {
    padding: 16px 6px;
    background: #fff;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
}
.prod-group .sk-items a:hover {
    border-radius: 10%;
    border: 1px solid #e4e4e4;
}
.prod-group .sk-items img {
    width: 30px !important;
    height: auto !important;
}


/* ========================== Industry Banner ============================ */
.industry-banner {
    position: relative;
    width: 100%;
    float: left;
    padding: 170px 0 100px;
}
.industry-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    /* background: rgb(3 18 73 / 94%); */
    background: rgb(0 0 0 / 64%);
}
.industry-banner .text-quote {
    width: 100%;
    position: relative;
    z-index: 1;
    /* max-width: 550px; */
}
.industry-banner .category {
    color: #f0802f;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    border-bottom: 1px solid;
}
.industry-banner .category span {
    border-bottom: 1px solid #f0802f;
}
.industry-banner .headline {
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    margin: 20px 0 30px;
    line-height: 70px;
    font-family: 'Playfair Display', serif;
}
.industry-banner p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 550px;
}
.industry-banner .index-btn {
   margin-top: 50px;
}




.techno-intro {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
}


.imge-content ul {
    margin-left: 4px;
    margin-bottom: 0;
}
.imge-content ul li {
   padding: 5px 0;
   list-style-type: none;
}
.tab-block.imge-content ul li{
    padding: 0px;
}
.imge-content ul li i {
    font-size: 16px;
    margin-right: 6px;
    vertical-align: middle;
    color: #f58533;
}

.box-imge {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}
/* .box-imge .box_block {
    background: #f1e5db;
    padding: 15px;
} */
.box-imge .box_block img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}




.client-wrapper {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    border-bottom: 1px solid #b1b1b1;
}
.client-wrapper .item-partners {
    padding-bottom: 50px;
}
.client-wrapper .item-partners:last-child {
    padding-bottom: 10px;
}
.client-wrapper .item-partners h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
/*    background: #e96123;*/
    margin-bottom: 0;
    display: inline-block;
    padding: 10px 20px;
/*    color: #fff;*/
}
.client-wrapper .item-partners .logo-area {
    border: 1px solid #ddd;
    padding: 0 10px;
}
.client-wrapper .item-partners .logo-area .logo--single {
    display: inline-block;
    width: 14%;
}

.testimonial-index.inner_screen {
    padding: 80px 0 60px;
}
.testimonial-index.inner_screen {
    background: #f1f1f1;
}
.testimonial-index.inner_screen .feedback-box {
    background: transparent;
    padding: 0;
}
.testimonial-index.inner_screen .feedback-box .fd_item {
   margin-bottom: 30px;
}




/* ========================== Video Banner ============================ */
.video_banner {
    position: relative;
    width: 100%;
    float: left;
    height: 520px;
}
.video_banner .motion_view {
    position: relative;
}
.video_banner .motion_view video {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.video_banner:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 16%);
}
.video_banner .vid_industry {
    position: absolute;
    top: 22%;
    width: 100%;
    padding: 80px 0 140px;
    z-index: 1;
    max-width: 820px;
}
.video_banner .vid_industry .category {
    color: #f0802f;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    border-bottom: 1px solid;
}
.video_banner .vid_industry .category span {
    border-bottom: 1px solid #f0802f;
}
.video_banner .vid_industry .headline {
    color: #ffffff;
    font-size: 62px;
    font-weight: 800;
    margin: 20px 0 30px;
    line-height: 70px;
    font-family: 'Playfair Display', serif;
}
.video_banner .vid_industry p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 20px;
}
/* ========================== //Video Banner ============================ */

/* ========================== Social Contribution ============================ */
.social-contribution {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 70px;
    border-bottom: 1px solid #dedada;
}
.social-block ul li {
    list-style-type: none;
    display: inline-block;
    width: 47%; margin: 4px 4px 8px;
}
.social-block ul li img {
    width: 100%;
    border: 10px solid #f5f5f5;
}
.middle-img {
    padding-top: 8px;
}
.middle-img ul li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 4px 4px 8px;
}
.middle-img ul li img {
    width: 100%;
    border: 10px solid #f5f5f5;
}
/* ========================== //Social Contribution ============================ */


.about-dark {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0 40px;
    background: #071c30;
}
.about-dark p {
    color: #fff;
}


.mission-grids {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.mission-grids .ms-item h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 18px;
    color: #f58533;
}
section.mission-grids.tab-ariba-content .col-md-8 .ms-item b, section.commitment-block.ariba-offerings.pb-0 .boxes-design b{
    color: #f58533;
}
section.commitment-block.why-choose-us.pb-0 .col-md-4 b{
    color: #f58533;
}

.commitment-block {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.commitment-block .headline-area {
    text-align: center;
}
.commitment-block .headline-area h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin: 0 auto 54px;
    line-height: 48px;
    max-width: 1200px;
}
.commitment-block  img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 22px;
}


.teams-area {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0 60px;
}
.teams-area .mid-titel h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin: 0 auto 54px;
    line-height: 48px;
    max-width: 1200px;
    text-align: center;
}
.teams-area .item-teams {
    margin-bottom: 50px;
}
.teams-area .team-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}
.teams-area .team-content h3 {
    font-weight: 800;
    margin: 5px 0 5px;
    font-size: 20px;
    color: #f0802f;
}
.col-md-8.team-content.bg-white p {
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}
/*.col-md-8.team-content.bg-white .p-3 {
    padding-top: 0px !important;
}*/

.indBanner_white:before {
    background: rgb(255 255 255 / 96%) !important;
}
.indBanner_white h1 {
    color: #000 !important;
}
.indBanner_white p {
    color: #3a3a3a !important;
}
.indWhite-Head nav .navbar-nav li .nav-link {
    color: #000!important;
}
/* ========================== Save Time Wrapper ============================ */
.save-time-wrapper {
    background: #f5f4f4;
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
}
.save-time-wrapper .headline-area {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 30px;
}
.save-time-wrapper h2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
}
.save-time-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #1e262d;
}
.save-time-wrapper .tab-block {
    padding-top: 30px;
}
 
.save-time-wrapper .tab-block .single-list {
   margin-bottom: 15px;
}
.save-time-wrapper .tab-block .single-list a {
    text-decoration: none;
    background:transparent;
    padding: 12px 25px 8px;
    border-radius: 30px;
}
.save-time-wrapper .tab-block .single-list .xxx {
    background: #fff;
    padding: 12px 25px 8px 20px;
    box-shadow: none;
}
.save-time-wrapper .tab-block .single-list .xxx h4  {
       transition: all 0.7s ease 0s;
       font-size: 24px;
       cursor: pointer;
}
.save-time-wrapper .tab-block .single-list .xxx.active h4 {
    font-size: 26px;
    color: #f58635;
}
.save-time-wrapper .tab-block .single-list .xxx h4 .outline {
  border: 3px solid #ebebeb;
    font-family: 'Poppins', sans-serif;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 2px;
}
.save-time-wrapper .tab-block .single-list .xxx.active h4 .outline {
  border: 3px solid #f58635;
  color: #000;
}
.save-time-wrapper .tab-block .single-list {
  padding-bottom: 20px;
  margin-bottom: 4px;
}
.save-time-wrapper .tab-block .single-list .xxx p {
  padding-left: 7%;
  display: none;
  margin-bottom: 8px;
}
.save-time-wrapper .tab-block .single-list .xxx.active p {
  display: block;
}
.save-time-wrapper .tab-block .single-list .xxx a {
  padding-left: 12%;
  color: #f58635;
  font-size: 15px;
  font-weight: 700;
  display: none;
}
.save-time-wrapper .tab-block .single-list .xxx.active a {
  display: block;
}
.save-time-wrapper .tab-block img {
    transition: all 0.5s ease 0s;
    width: 550px;
    object-fit: cover;
    height: 450px;
    margin: 0 auto;
}
/* ========================== //Save Time Wrapper ============================ */
/* ========================== industry_challenge ============================ */
.industry_challenge {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f5f4f4;
}
.industry_challenge .headline-area {
    text-align: center;
    padding-bottom: 20px;
}
.industry_challenge .headline-area h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
}
.industry_challenge .challenge_tab {
/*    max-width: 1080px;*/
    margin: 0 auto;
}
.industry_challenge .challenge_tab .chl_block h3, .industry_challenge .challenge_tab .chl_block1 h3, .industry_challenge .challenge_tab .chl_block2 h3, .industry_challenge .challenge_tab .chl_block3 h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
/*    font-family: 'ITC-Avant-Garde-Normal';*/
    transition: all 0.5s ease 0s;
    color: #f58635;
}
.industry_challenge .challenge_tab .chl_block ul, .industry_challenge .challenge_tab .chl_block1 ul, .industry_challenge .challenge_tab .chl_block2 ul, .industry_challenge .challenge_tab .chl_block3 ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.industry_challenge .challenge_tab .chl_block ul li, .industry_challenge .challenge_tab .chl_block1 ul li, .industry_challenge .challenge_tab .chl_block2 ul li, .industry_challenge .challenge_tab .chl_block3 ul li {
    padding-top: 12px;
}
.industry_challenge .challenge_tab .chl_block .text_width, .industry_challenge .challenge_tab .chl_block1 .text_width, .industry_challenge .challenge_tab .chl_block2 .text_width, .industry_challenge .challenge_tab .chl_block3 .text_width {
    padding: 15px 20px 60px 40px;
}
.industry_challenge .challenge_tab .chl_block img, .industry_challenge .challenge_tab .chl_block1 img, .industry_challenge .challenge_tab .chl_block2 img, .industry_challenge .challenge_tab .chl_block3 img {
    width: 100%;
    object-fit: cover;
    height: 360px;
}
.industry_challenge .challenge_tab .industry-tab {
    margin-top: 40px;
}
.industry_challenge .challenge_tab .industry-tab ul {
    margin-bottom: 0;
}
.industry_challenge .challenge_tab .industry-tab ul li {
   list-style-type: none;
   display: inline-block;
}
.industry_challenge .challenge_tab .industry-tab ul li a {
    padding: 8px 32px 8px 0;
/*    font-family: 'ITC-Avant-Garde-Normal';*/
    font-size: 17px;
    text-transform: uppercase;
}
.industry_challenge .challenge_tab .industry-tab ul li a:hover {
    text-decoration: none;
}
.industry_challenge .challenge_tab .industry-tab ul li.active a {
    color: #f58635;
}
.industry_challenge .challenge_tab .industry-tab ul li a span {
    border-bottom: 1px solid transparent;
}
.industry_challenge .challenge_tab .industry-tab ul li.active a span {
    border-bottom: 1px solid #f58635;
}
.digit-tran-rotate .challenge_tab .custom-btn-arrow {
    margin-top: 30px;
    margin-left: 4px;
}
.digit-tran-rotate .challenge_tab .chl_block .text_width {
    padding: 0px 10px;
}
/* ========================== //industry_challenge ============================ */
/* ========================== CaseStudies Ver2 ============================ */
.case-studies-ver2 {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 120px;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(71.7%, #f2f2f2), color-stop(20%, transparent));*/
    /*background: linear-gradient(to right, #f2f2f2 71.7%, transparent 20%);*/
    /*background: #f2f2f2;*/
    background: #101010;
}
.case-studies-ver2 h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
}
.case-studies-ver2 .case-block .case-items {
    display: flex;
    height: 450px;
    flex-wrap: wrap;
}
.case-studies-ver2 .case-block .case-items .content-left {
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 480px;
}
.case-studies-ver2 .case-block .case-items .content-left::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(15, 0, 38, 0.1);
}
.case-studies-ver2 .case-block .case-items .content-left .results {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 0 50px;
}
.case-studies-ver2 .case-block .case-items .content-left .results .tt {
    letter-spacing: 1px;
    line-height: 18px;
}
.case-studies-ver2 .case-block .case-items .content-left .results .value {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.case-studies-ver2 .case-block .case-items .content-left .results .value span {
    width: 100%;
    float: left;
}
.case-studies-ver2 .case-block .case-items .content-right {
    padding: 40px 50px;
    width: 50%;
    position: relative;
}
.case-studies-ver2 .case-block .case-items .content-right .text-r-views {
    max-width: 700px;
}
.case-studies-ver2 .case-block .case-items .content-right .text-r-views h4 {
    max-width: 600px;
}
.case-studies-ver2 .case-block .case-items .content-right h3 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding-top: 30px;
    color: #fff;
}
.case-studies-ver2 .case-block .case-items .content-right h3 span {
    border-bottom: 1px solid #fff;
}
.case-studies-ver2 .case-block .case-items .content-right h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.case-studies-ver2 .case-block .case-items .content-right h5 {
    color: #f58635;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-top: 65px;
}
.case-studies-ver2 .case-block .case-items .content-right h5 span {
    border-right: 1px solid #2dc4db;
    padding-right: 10px;
    margin-right: 4px;
}
.case-studies-ver2 .case-block .case-items .content-right h5 span:last-child {
    border: none;
}
.case-studies-ver2 .case-block .case-items .content-left .view-case-button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    border-radius: 0;
    padding: 0 38px;
    color: #FFF;
    background-color: #f58635;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 9;
    letter-spacing: .4px;
}
.case-studies-ver2 .case-block .case-items .content-left .view-case-button img {
    width: 28px;
    margin-left: 8px;
    vertical-align: middle;
    transition: all 0.7s ease 0s;
    position: relative;
    top: -4px;
}
.case-studies-ver2 .case-block .case-items .content-left .view-case-button:hover {
    background-color: #60bca4;
    text-decoration: none;
}
.case-studies-ver2 .case-block .case-items .content-left .view-case-button:hover img {
    transform: rotate(180deg);
}

.case-studies-ver2 .c_top {
    padding-left: 8px;
}
.case-studies-ver2 .c_top .case_tabs {
    margin-top: 12px;
    padding: 50px 0 20px;
}
.case-studies-ver2 .c_top .headline-area {
    padding: 50px 0 20px;
    text-align: center;
}
.case-studies-ver2 .c_top .case_tabs ul {
    margin: 0;
    padding: 0;
}
.case-studies-ver2 .c_top .case_tabs ul li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
}
.case-studies-ver2 .c_top .case_tabs ul li a {
    border-right: 1px solid #c1c9d9;
    padding-right: 25px;
    margin-right: 18px;
    font-size: 14px;
    color: #c1c9d9;
}
.case-studies-ver2 .c_top .case_tabs ul li:last-child a {
    border: none;
}
.case-studies-ver2 .c_top .case_tabs ul li a:hover {
    text-decoration: none;
}
.case-studies-ver2 .c_top .case_tabs ul li .active {
    color: #f58635;
    font-weight: 600;
}
.case-studies-ver2 .c_top .case_tabs:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    width: calc(50vw - 214px);
    margin-right: calc(214px - 50vw);
    right: 0;
}

/* ========================== //CaseStudies Ver2 ============================ */
/* ========================== Our Expertise ============================ */
.our-expertise {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0 0;
    background: #f0fbfc;
}
.our-expertise .headline-area {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
}
.our-expertise .headline-area h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
}
.our-expertise .headline-area h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #1e262d;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.our-expertise .tab-wrapper {
    text-align: center;
}
.our-expertise .tab-wrapper .tab-head {
    border-bottom: none;
}
.our-expertise .tab-wrapper .nav.nav-tabs {
    padding: 10px 0 0;
    border-bottom: none;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}
.our-expertise .tab-wrapper .nav.nav-tabs li a {
    color: #0B0D17;
    opacity: 0.7;
    font-size: 17px;
    letter-spacing: 0.2px;
    padding: 34px 46px;
    transition: all 0.3s ease 0s !important;
    border-bottom: none;
    background: transparent;
    border-radius: 50px;
}
.our-expertise .tab-wrapper .nav.nav-tabs a.active {
    color: #003a54;
    opacity: 1;
    border-bottom: none;
    background: #a8e9f7;
    font-weight: 500;
}
.our-expertise .tab-wrapper .nav.nav-tabs li.active a {
    color: #56727e;
    opacity: 1;
    border-bottom: none;
    background: #a8e9f7;
    font-weight: 500;
}
.our-expertise .tab-wrapper .nav.nav-tabs li a:hover {
    text-decoration: none;
}
.our-expertise .tab-wrapper .tab-content {
    padding-top: 10px;
}
.our-expertise .tab-wrapper .tab-content .expertise-content {
    text-align: left;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul {
    margin-bottom: 0;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li {
    list-style-type: none;
    text-align: left;
    display: inline-flex;
    width: 30%;
    margin: 30px 15px 0;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li a:hover {
    text-decoration: none;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    color: #000;
/*    font-family: 'ITC-Avant-Garde-Normal';*/
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li a:hover h4 {
    color: #f58533;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li a:hover img {
    opacity: .9;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li img {
    width: 35px;
    margin-bottom: 20px;
}
.our-expertise .tab-wrapper .tab-content .expertise-content ul li .img-exp {
/*    float: left;*/
margin-bottom: 15px;
    width: 44px;
    height: 260px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}
.objective-bg {
   background: #b0f3ee;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li img {
    margin-bottom: 16px;
    width: 48px;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li h4 {
    transition: all 0.7s ease 0s;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li:hover h4 {
    color: #155e81;
    border-bottom: 1px solid #155e81;
}
.fc-layout-2 {
    background: #fff!important;
}
.product-banner-menu {
    background: #f7f0eb;
    position: relative;
    width: 100%;
    float: left;
}
.product-banner-menu .menu-info ul {
    padding: 0;
    margin: 0;
}
.product-banner-menu .menu-info ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 12px;
}
.product-banner-menu .menu-info ul li a {
    color: #000;
    padding: 20px 30px 20px 0;
    letter-spacing: 1px;
    border-bottom: 4px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.product-banner-menu .menu-info ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #f58635;
    color:#f58635;
}

/* ========================== //Our Expertise ============================ */
/* ========================== Platform Advantage ============================ */
.platform-advantage {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #f5f4f4;
}
.platform-advantage .headline-area {
    text-align: center;
}
.platform-advantage h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
}

.platform-advantage .p-adv-grid {
    float: left;
    width: calc(100% + 16px);
    left: -8px;
    position: relative;
    padding: 20px 0 0;
}
.platform-advantage .p-adv-grid .item_p_advn {
    width: calc(50% - 16px);
    float: left;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.7s ease 0s;
    transform: translateZ(0);
    margin: 8px;
    background: #fff;
    padding: 20px;
    height: 330px;
}
.platform-advantage .p-adv-grid .item_p_advn:hover {
    background: #f58635;
}
.platform-advantage .p-adv-grid .item_p_advn h4 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 12px;
/*    font-family: 'ITC-Avant-Garde-Normal';*/
    border-bottom: 1px solid #818181;
    padding-bottom: 5px;
}
.platform-advantage .p-adv-grid .item_p_advn:hover h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.platform-advantage .p-adv-grid .item_p_advn p {
    margin-bottom: 5px;
}
.platform-advantage .p-adv-grid .item_p_advn:hover p {
    color: #fff
}
.platform-advantage img {
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
    height: 674px;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li img {
    margin-bottom: 16px;
    width: 48px;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li h4 {
    transition: all 0.7s ease 0s;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li:hover h4 {
    color: #155e81;
    border-bottom: 1px solid #155e81;
}
.fc-layout-2 {
    background: #fff!important;
}

/* ========================== //Platform Advantage ============================ */
/* ========================== Feature Cloud ============================ */
.feature-cloud {
    background: #fff;
    padding-bottom: 60px;
}
.feature-cloud .tab-wrapper .tab-content {
    padding-top: 0;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li .img-exp {
    height: auto;
    width: auto;
    float: inherit;
    margin-right: 0;
    overflow: auto;
}
.feature-cloud .tab-wrapper .tab-content .expertise-content ul li {
    display: inline-table!important;
}
/* ========================== //Feature Cloud ============================ */
/* ========================== Manufacturing Challenge ============================ */
.manufacture-challenge {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #cdb39a;
}
.manufacture-challenge h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.manufacture-challenge .tab-challenge {
    padding-top: 50px;
}
.manufacture-challenge .tab-challenge .chlng_block {
    padding-right: 60px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge {
    transition: all 0.7s ease 0s;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge a {
    text-decoration: none;
    background: transparent;
    padding: 20px 20px 15px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge h4 {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge:last-child h4 {
   margin-bottom: 0;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge:last-child a.active h4 {
    margin-bottom: 22px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge ul {
    padding-left: 20px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge ul li {
    color: #fff;
    margin-bottom: 18px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge p {
    color: #fff;
    margin-bottom: 5px;
    
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge .info {
    display: none;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge a {
    border-left: 2px solid #1b2438;
    padding-left: 20px;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge a.active {
    border-left: 2px solid #ca5500;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge a.active .info {
    display: block;
}
.manufacture-challenge .tab-challenge .chlng_block .item-challenge a.active h4 {
    border-bottom: 1px solid #ca5500;
    padding: 0 0 12px;
    color: #ca5500;
}
.manufacture-challenge .image-tab {
    margin: 40px 0;
}
.not-show {
    display: none;
}
header.top-fixed-header.fixed-header > .container {
    margin: auto !important;
}
/* ========================== //Manufacturing Challenge ============================ */
/* New css custom */
.fixed-header div#navbarSupportedContent ul.navbar-nav.ml-auto > li.nav-item{
    background: #cdb39a; 
}
.fixed-header div#navbarSupportedContent ul.navbar-nav.ml-auto > li.nav-item > a:hover{
    background: #f58635; 
}
.fixed-header div#navbarSupportedContent  ul.navbar-nav.ml-auto > li:nth-last-child(1) {
            background-color: #101010; 
        }
header.top-fixed-header.fixed-header .container {
    margin-right: 0;
    padding-right: 0;
}
header.top-fixed-header.fixed-header a.navbar-brand {
    padding: 0;
}
header.top-fixed-header.fixed-header {
    padding: 0;
}
.get-touch-bar-white .get-in-text h2 {
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.ul-li-text h3{color: #fff !important;}
.ul-li-text li{color: #fff !important;}
.recent-trends {
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0 120px;
    background: #f5f4f4;
}
.recent-trends .headline-area {
    text-align: center;
}
.recent-trends .trend_block {
    float: left;
    width: calc(100% + 16px);
    left: -14px;
    position: relative;
    padding-top: 10px;
}
.recent-trends .trend_block .item_trd {
    width: calc(32% - 16px);
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.7s ease 0s;
    margin: 14px;
    margin-bottom: 75px;
}
.recent-trends .trend_block .item_trd .news-img {
    overflow: hidden;
    position: relative;
}
.recent-trends .trend_block .item_trd .news-img img {
    transition: all 0.7s ease 0s;
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.recent-trends .trend_block .item_trd .trend_content {
    background: #fff;
    padding: 25px;
    min-width: 350px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: -16%;
/*    height: 400px;*/
}
.recent-trends .trend_block .item_trd .trend_content h3 {
   font-size: 23px;
    line-height: 25px;
    margin-bottom: 16px;
    color: #f58635;
    font-family: 'Poppins', sans-serif;
}
.recent-trends .trend_block .item_trd .trend_content ul {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.recent-trends .trend_block .item_trd .trend_content ul li {
    padding-bottom: 12px;
    line-height: 22px;
    list-style-type: circle;
    text-align: left;
    position: relative;
}
.recent-trends .trend_block .item_trd:hover .news-img img {
    transform: scale(1.1);
}
.case-studies {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 20px;
}
.case-studies .case_blocks {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.case-studies .case_blocks .casestudy-inner {
    display: flex;
    overflow: hidden;
}
.casestudy-image {
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 55%;
    position: relative;
}
.casestudy-image.casestudy-image-content {
    background-color: #0f2d49;
    max-width: 680px;
    padding: 35px 80px 35px 19px;
}
.casestudy-image.casestudy-image-content h6 {
    color: #ea6123;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.casestudy-image.casestudy-image-content h3 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
}
.casestudy-image.casestudy-image-content p {
    color: #d4d4d4;
    font-style: normal;
    font-weight: 400;
}
.casestudy-content {
    max-width: 100% !important;
}
.casestudy-inner .casestudy-content {
    -ms-flex-preferred-size: 45%;
    border-left: 20px solid #fff;
    flex-basis: 45%;
    max-width: 100%;
}
.casestudy-inner .casestudy-content .casestudy-stats {
    background: #f1f1f1;
    border: 18px solid #fff;
    border-width: 0 0 20px 20px;
    margin: 0 -20px;
    position: relative;
}
.casestudy-stats {
    margin: 0 -20px !important;
    width: 100% !important;
}
.casestudy-inner .casestudy-content .casestudy-stats:before {
    background: #f1f1f1;
    border: 12px solid #fff;
    border-right: 0;
    content: "";
    height: 87.36px;
    left: -80px;
    position: absolute;
    top: 30px;
    width: 80px;
}
.casestudy-stats ul {
    display: flex!important;
    flex-wrap: wrap!important;
    padding: 20px 0 20px 20px;
}
.casestudy-stats ul li {
    align-items: center;
    margin: 30px 20px!important;
    display: flex!important;
}
.casestudy-inner .casestudy-content .casestudy-stats ul li .count {
    color: #0f2d49;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1.2;
    margin: 0 15px 0 0;
}
.casestudy-inner .casestudy-content .casestudy-stats ul li h6 {
    color: #0f2d49;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .25px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.casestudy-quote-content {
    width: 680px;
}
.bg-overlay {
    background-color: hsla(0,0%,100%,.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.casestudy-inner .casestudy-content .casestudy-quote h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 10px;
    padding-left: 10px;
    position: relative;
}
.casestudy-inner .casestudy-content .casestudy-quote h3 span:first-child {
    left: 0;
    position: absolute;
    top: 0;
}
.casestudy-inner .casestudy-content .casestudy-quote h3 span {
    color: #ea6123;
    font-weight: 700;
}
.casestudy-inner .casestudy-content .casestudy-quote-lower {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.casestudy-inner .casestudy-content .casestudy-quote-lower .logo {
    margin-right: 20px;
    max-width: 125px;
}
.casestudy-inner .casestudy-content .casestudy-quote-lower .author {
    border-left: 3px solid #ea6123;
}
.casestudy-inner .casestudy-content .casestudy-quote-lower .author .author-name {
    font-family: 'Poppins', sans-serif;
    color: #36b3e1;
    font-size: 13px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .35px;
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 20px;
    text-transform: uppercase;
}
.casestudy-inner .casestudy-content .casestudy-quote-lower .author .author-company {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-size: 12px;
    letter-spacing: .35px;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
}
.case_blocks .case_button_area {
   margin-top: 30px;
   display: flex;
   gap: 6px;
   justify-content: end;
}
.case_blocks .case_button_area .cs-btn {
    background-color: #e2cdcb;
    border: 0;
    color: transparent;
    transition: .1s ease-in;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px;
    border-radius: 30px;
    height: 4px;
    width: 94px;
}
.case_blocks .case_button_area .cs-btn.active {
    background-color: #ea6123 !important;
}
/* End new css custom */
header.fixed-header nav .navbar-nav li .nav-link:hover {
    color: #000 !important;
}
/*header menu*/
ul.sub_menu09{
    display: none;
    width: 253px;
    position: absolute;
    left: 162px;
    background: #fff;
    padding: 10px 0;
    top: 0;
    border-radius: 6px;
}
ul.sub_menu09 li{
    list-style-type: none;
}
ul.sub_menu09 li a {
    font-size: 14px;
    padding: 8px 20px 5px;
    text-decoration: none;
}
.submenu-wrapper a{
    padding-right: 0px !important;
}
.submenu-wrapper:hover  ul.sub_menu09 {
    display: block;
}
.social-links-leader a {
    background: #0a66c2;
    color: #fff;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}
.new-pt-0{
    padding-top: 10px !important;
}
footer .footer-top .row{
    display: none;  
}
/*end header menu*/
