
/* ==========================================
   new-designer.css 
   ========================================== */

:root {
  --primary-font-family: "Space Grotesk";
  --secondry-font-family: "bellisya_signatureregular";

  --primary-font-weight-regular: normal;
  --primary-font-weight-light: 300;
  --primary-font-weight-medium: 500;
  --primary-font-weight-bold: bold;
  --primary-font-weight-semibold: 600;

  --primary-color: #ed1c24;
  --secondry-color: #000000;
  --black-color: #000000;
  --white-color: #ffffff;
  --red-color: #ed1c24;
  --green-color: #38b551;
  --bg-red-color: #ed1c24;
  --bg-blue-color: #268ece;
  --bg-green-color: #38b551;
  --bg-yellow-color: #fbac18;
  --bg-purple-color: #774ad3;
  --bg-grey-color: #666666;
  --link-color-white: var(--white-color);

  --theme-html-font-size: 18px !important;
  --theme-body-font-size: 100% !important;

  --size-8: 0.444rem;
  --size-10: 0.556rem;
  --size-11: 0.611rem;
  --size-12: 0.667rem;
  --size-13: 0.722rem;
  --size-14: 0.778rem;
  --size-15: 0.833rem;
  --size-16: 0.889rem;
  --size-18: 1rem;
  --size-20: 1.111rem;
  --size-22: 1.222rem;
  --size-24: 1.333rem;
  --size-26: 1.444rem;
  --size-28: 1.556rem;
  --size-30: 1.667rem;
  --size-32: 1.778rem;
  --size-34: 1.889rem;
  --size-36: 2rem;
  --size-38: 2.111rem;
  --size-40: 2.222rem;
  --size-42: 2.333rem;
  --size-44: 2.444rem;
  --size-46: 2.556rem;
  --size-48: 2.667rem;
  --size-50: 2.778rem;
  --size-52: 2.889rem;
  --size-54: 3rem;
  --size-56: 3.111rem;
  --size-58: 3.222rem;
  --size-60: 3.333rem;
  --size-62: 3.444rem;
  --size-64: 3.556rem;
  --size-72: 4rem;
  --size-76: 4.222rem;
  --size-80: 4.444rem;
  --size-100: 5.556rem;
  --size-130: 7.222rem;
  --size-140: 7.778rem;
  --size-160: 8.889rem;
  --size-180: 10rem;
  --size-200: 11.111rem;
  --size-210: 11.667rem;
  --size-220: 12.222rem;
  --size-243: 13.5rem;

  --header-bg: var(--secondry-color);
  --header-banner-title: var(--white-color);
  --header-banner-paragraph: var(--white-color);

  --section-title-color: var(--white-color);

  --footer-bg: var(--secondry-color);
  --footer-title: var(--white-color);
  --footer-paragraph: var(--white-color);

  --section-padding: 120px;
  --inner-pages-header-section-padding-top: 200px;
}
@media screen and (max-width: 1700px) {
  :root {
    --theme-html-font-size: 16px !important;
    --theme-body-font-size: 100% !important;
  }
}
@media screen and (min-width: 1136px) and (max-width: 1366px) {
  :root {
    --section-padding: 100px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --theme-html-font-size: 14px !important;
    --theme-body-font-size: 100% !important;
  }

  .solution-detail-page {
    --inner-pages-header-section-padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --section-padding: 70px;
  }
}

@media screen and (max-width: 980px) {
  :root {
    --section-padding: 40px;
    --theme-html-font-size: 14px !important;
    --theme-body-font-size: 100% !important;
  }

  .solution-detail-page {
    --inner-pages-header-section-padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .solution-detail-page {
    --inner-pages-header-section-padding-top: 14px;
  }
}

@media screen and (max-width: 420px) {
  :root {
    --section-padding: 40px;
  }
}

.integ_solution_block {padding: var(--section-padding) 0;background: var(--white-color);display: inline-block;width: 100%;}
.integ {height: 300px;border-radius: 20px;position: relative;}
.integ-grid {display: flex;flex-wrap: wrap;grid-gap: 30px;}
.integ-grid .integ.integ {width:378px }
.integ-grid .integ.integ-big {width: calc(100% - 816px) }
.integ .integ_img img {border-radius: 0px;width: 100%;}
.integ_cnt {position: absolute;left: 0;right: 0;bottom: 0;top: 0;border-radius: 0px;padding: 50px;color: var(--white-color);}
.bg-red-color {background: var(--bg-red-color) !important;}
.bg-blue-color {background: var(--bg-blue-color) !important;}
.bg-green-color {background: var(--bg-green-color) !important;}
.bg-yellow-color {background: var(--bg-yellow-color) !important;}
.bg-purple-color {background: var(--bg-purple-color) !important;}
.integ_cnt h3 {font-size: 30px;line-height: 32px;font-weight: var(--primary-font-weight-medium);margin-bottom: 10px;}
.integ_cnt p {font-size: 20px;line-height: 30px;font-weight: var(--primary-font-weight-light);}
.integ_title h1 {font-size: 64px;line-height: 76px;color: var(--black-color);}
.integ_title h4 {font-size: 64px;line-height: 76px;color: var(--black-color);}
.integ_title h2 {font-size: 64px;line-height: 76px;color: var(--black-color);}
.integ_title {margin-bottom: 70px;}
.submit-btn{background: var(--primary-color);font-size: 20px;font-weight: var(--primary-font-weight-medium);margin-top: 40px;color: var(--white-color) !important;border-radius: 42px;position: relative;border: 1px solid var(--primary-color);width: 230px;height: 56px;display: flex;place-content: center;align-items: center;justify-content: space-between;}
.submit-btn input{margin: 0px;}
.submit-btn .explore_btn{width:100% !important;border:none !important;background: none !important;}
.submit-btn:hover{cursor: pointer ;}
.submit-btn:hover input.explore_btn {color:var(--primary-color) !important;cursor: pointer;}
.explore_btn {background: var(--primary-color);font-size: 20px;font-weight: var(--primary-font-weight-medium);margin-top: 40px;color: var(--white-color) !important;border-radius: 42px;position: relative;border: 1px solid var(--primary-color);width: 230px;height: 56px;display: flex;place-content: center;align-items: center;justify-content: space-between;padding: 0 30px;}
.french_lang .explore_btn {
    width: 220px;
    text-align: center;
    justify-content: center;    
}
.page-id-1571 .casestudy-right .explore_btn {
    width: 240px !important;   
}
.french_lang .submit-btn i, .french_lang .explore_btn i {display: none;}
.submit-btn:hover, .explore_btn:hover {background: #fff;color: var(--primary-color) !important;}
.submit-btn i, .explore_btn i {margin-left: 20px;-ms-transform: rotate(-60deg);transform: rotate(-60deg);font-size: 30px;position: absolute;right: 26px;}
.integ_big h3 {font-size: 38px;}

.integ_big p {font-size: 24px;line-height: 36px;}
.integ_icon {position: absolute;right: 30px;bottom: 30px;}
.integ_big {padding-top: 60px;}
.standout_features {width: 100%;display: inline-block;padding: 130px 0;}
.standout_features .built_img img {border-radius: 0px;}
.integ_title span {display: block;font-size: 28px;line-height: 40px;}
.standout_features .integ_title h1, .standout_features .integ_title h3 {color: var(--white-color);font-weight: var(--primary-font-weight-light);font-size: 64px;line-height: 76px;}
.standout_features .integ_title h2 {color: var(--white-color);font-weight: var(--primary-font-weight-light);font-size: 64px;line-height: 76px;}
.standout_features .integ_title span {font-size: 28px;line-height: 40px;font-weight: var(--primary-font-weight-light);color: rgba(255, 255, 255, 0.7);margin-top: 15px;;}
.standout_features .integ_title .explore_btn {margin-top: 90px;}
.built_box {width: 100%;display: flex;border-top: 1px solid #535353;}
.built_box ul {margin: 0;padding: 0;border-right: 1px solid #535353;width: 35%;margin-right: 60px;padding-top: 60px;}
.built_box li a {margin-bottom: 30px;display: block;color: var(--white-color);font-weight: var(--primary-font-weight-light);font-size: 24px;line-height: 30px;}
.built_box li:last-child a{margin: 0px;}
.built_box li.active a {border-left: 4px solid var(--primary-color);padding-left: 20px;color: var(--white-color) !important;}
.built_box li:hover a {color: var(--primary-color);}
.built_cnt {padding-top: 60px;display: inline-block;width: 100%;}
.built_img {float: left;width: 440px;}
.built_img img {border-radius: 12px;}
.built_num {float: left;padding: 0 50px;font-size: 26px;color: var(--primary-color);line-height: 33px;}
.built_det {float: left;max-width: 500px;}
.built_det h2, .built_det h4 {font-size: 56px;color: var(--white-color);line-height: 72px;margin-bottom: 40px;}
.built_det p {font-size: 20px;line-height: 32px;font-weight: var(--primary-font-weight-light);color: var(--white-color);}
.propel_ideas {padding: 170px 0;overflow: hidden;}
.propel_box {width: 100%;display: inline-block;}
.propel_img img {width: 100%;border-radius: 12px;}
.propel_tech {width: 100%;display: inline-block;margin: 40px 0;}
.black_btn {height: 38px;padding: 0 20px;line-height: 38px;display: inline-block;border-radius: 42px;border: 1px solid var(--black-color);color: var(--black-color);text-transform: uppercase;font-size: 14px;}
.black_btn:hover {color: var(--white-color);background: var(--black-color);}
.propel_date {margin-left: 10px;color: #4E5A6C;font-size: 16px;line-height: 20px;}
.propel_box h4 {color: var(--white-color);font-size: 28px;line-height: 40px;}
.solution_page .banner {background: var(--header-bg) url(../images/solution_banner.png) no-repeat center center/cover;height: 100vh;transition: .3s;}
.solution_page header.header-sticky .get-demo-link a {color: var(--white-color);}
.solution_page .banner_cnt {background: var(--white-color);min-height: 200px;margin-top: 180px;padding-bottom: 120px;}
.solution_page .banner_cnt h1 {font-size: 200px;line-height: 255px;color: #0A0A0A;font-weight: var(--primary-font-weight-light);text-transform: uppercase;}
.solution_page .banner_cnt p {color: #353F50;font-weight: var(--primary-font-weight-light);font-size: 26px;line-height: 38px;}
.view_solutions_btn {color: var(--black-color);font-size: 14px;line-height: 18px;-ms-transform: rotate(90deg);transform: rotate(90deg);position: absolute;bottom: 60px;text-transform: uppercase;}
.view_solutions_btn a {color: var(--black-color);letter-spacing: 2px;}
.view_solutions_btn span {background: var(--primary-color);width: 40px;height: 40px;line-height: 40px;text-align: center;color: var(--white-color);display: inline-block;border-radius: 50%;font-size: 20px;vertical-align: middle;margin-left: 20px;}
.btn_flex_end {height: 100%;display: flex;align-items: flex-start;justify-content: end;position: relative;}
.process_block {background: #0A0A0A;display: inline-block;width: 100%;padding: 130px 0 110px 0;}
.main_title span {display: none;margin: 0;padding: 0;color: var(--primary-color);font-size: 16px;line-height: 20px;margin-bottom: 20px;position: relative;}
.main_title span:before {content: "";background: var(--primary-color);width: 10px;height: 10px;border-radius: 50%;display: inline-block;margin-right: 8px;}
.main_title {line-height: 50px;font-size: 36px;color: var(--white-color);padding-bottom: 50px;border-bottom: 1px solid var(--white-color);margin-bottom: 50px;}
.process_block p {color: var(--white-color);font-size: 24px;line-height: 38px;margin-bottom: 20px;}
.oil_gas {margin-right: 80px;}
.oil_gas img {max-width: 100%;}
.process_block .explore_btn {margin-top: 20px;float: left;}
.solutions_midd {padding: var(--section-padding) 0 0;}
.solutions_midd .main_title, .solutions_midd .main_title span {color: var(--black-color);}
.solutions_midd .main_title span:before {background: var(--black-color);}
.solutions_box {margin-right: 27px;margin-bottom: 60px !important;padding: 50px;background-color: #000000;position: relative;z-index: 1;}
.sol_list_img {width: 100%;display: inline-block;margin-bottom: 29px;overflow: hidden;}
.solutions_box:hover .sol_list_img img {transform: scale(1.05);}
.sol_list_img img {max-width: 100%;transition: all 0.3s ease;width: 100%;height: 100%; object-fit: cover;}
.solutions_midd .main_title {border-bottom: 0;padding-bottom: 0;margin-bottom: 80px;}
.solutions_box h3 {font-size: 36px;line-height: 46px;font-weight: var(--primary-font-weight-regular);color: var(--white-color);margin-bottom: 20px;position: relative;display: flex;justify-content: space-between;}
.solutions_box p {font-size: 20px;font-weight: var(--primary-font-weight-regular);line-height: 30px;color: rgba(255, 255, 255, 0.7);margin-bottom: 20px;min-height: 100px; max-width: 85%;}
.french_lang .solutions_box p { max-width: 93%;}
.solutions_box .black_btn {margin-left: 10px;}
.solutions_box h3 i {-ms-transform: rotate(-40deg);transform: rotate(-40deg);right: 50px;color: var(--primary-color);}
.clients_sourcing {width: 100%;display: inline-block;color: var(--black-color);font-weight: var(--primary-font-weight-light);font-size: 56px;line-height: 45px;padding-top: 50px;padding-bottom: 10px;}
.sol-link {display: inline-flex;align-items: center;place-content: center;font-size: 16px;line-height: 20px;color: var(--white-color);text-transform: uppercase;grid-gap: 10px;transition: all .3s ease;margin-left: auto;}
.sol-link i {transform: rotate(45deg);color: var(--primary-color) }
.solutions_box:hover .sol-link {color: var(--primary-color);}
.solutions_box:hover .sol-link i {color: #fff }
.solution_page:after {content: "";background: url(../images/solution-bg.png);position: absolute;top: 200px;right: 0px;width: 877px;height: 1110px;opacity: 0.3;pointer-events: none;}
.about-solution .process_cnt h2 {font-size: 36px;line-height: 44px;color: var(--primary-color) !important;margin-bottom: 20px;}
.about-solution .process_cnt p {font-size: 52px;line-height: 64px;color: var(--white-color);font-weight: var(--primary-font-weight-light);margin-top: 20px;}
.contact_page .banner {background: #0a0a0a;height: auto;color: #fff;padding-top: 120px;
    padding-bottom: 375px;}
.contact_banner h1 {font-size: 120px;line-height: 153px;text-transform: uppercase;font-weight: var(--primary-font-weight-light);margin-left: -6px;}
.contact_banner h1 span {color: var(--primary-color);display: block;}
.contact_form {width: 100%;display: inline-block;margin-top: 85px;}
.form-group {display: inline-block;width: 100%;margin-bottom: 40px;}
.form-group .form-control {display: inline-block;width: auto;border: 0;border-bottom: 1px solid var(--white-color);background: none;border-radius: 0;font-size: 24px;line-height: 30px;font-weight: var(--primary-font-weight-light);color: #858585;padding: 0;padding-bottom: 12px;}
.form-group .form-control:focus {outline: none;box-shadow: none;}
.form-group .form-label {font-size: 50px;line-height: 64px;color: var(--white-color);font-weight: var(--primary-font-weight-regular);margin-right: 15px;}
.form-group textarea {resize: none;height: 50px;}
.form-group .dropdown {display: inline-block;vertical-align: middle;margin-left: 20px;margin-top: -19px;}
.form-group .dropdown .btn-secondary {width: 387px;height: 66px;background: #2D2D2D;border-radius: 8px;border-color: #2D2D2D;padding: 0px 30px;line-height: 66px;border: 0;text-align: left;font-size: 20px;font-weight: var(--primary-font-weight-light);color: var(--white-color);box-shadow: none !important;}
.dropdown-toggle::after {float: right;margin-top: 29px;content: "\f107";font-family: 'Line Awesome Free';font-weight: 900;border: 0;padding: 0;margin: 0;}
.dropdown-menu.show {width: 100%;background: #2D2D2D;border-radius: 8px;border-color: #2D2D2D;}
.dropdown-menu li a {color: var(--white-color);font-size: 20px;font-weight: var(--primary-font-weight-light);}
.dropdown-menu li a:hover {background: var(--primary-color);color: var(--white-color);}
.email_section {width: 100%;display: inline-block;padding: 40px 0;color: var(--black-color);font-size: 48px;line-height: 61px;font-weight: var(--primary-font-weight-light);border-bottom: 1px solid var(--black-color);}
.email_section a {color: var(--black-color);font-size: 48px;line-height: 61px;font-weight: var(--primary-font-weight-light);}
.email_section img {width: 38px;height: 38px;margin: 0 30px;}
.contact_schedule {width: 100%;display: inline-block;padding: 100px 0;}
.contact_schedule h4 {font-size: 22px;line-height: 32px;font-weight: var(--primary-font-weight-medium);margin-bottom: 10px;}
.contact_schedule h4 span {display: block;margin-bottom: 28px;}
.contact_schedule p {font-size: 20px;line-height: 32px;color: #0A0A0A;font-weight: var(--primary-font-weight-light);}
.casestudy_page .banner {background: var(--header-bg) url(../images/solution_banner.png) no-repeat center center/cover;transition: .3s;position: relative;}
.casestudy_page .banner_cnt {margin-top: 0;padding-top: 208px;padding-bottom: 100px;color: #fff;position: relative;}
.casestudy_page .banner_cnt:after {position: absolute;content: "";background: url(../images/about.png) right bottom no-repeat;right: 0;bottom: 0;width: 70%;height: 100%;opacity: .2;pointer-events: none;}
.casestudy_page .case_logo_bnnr {width: 100%;display: inline-block;margin-bottom: 50px;}
.casestudy_page .banner_cnt h1, .casestudy_page .banner_cnt h2 {font-size: 128px;line-height: 135px;font-weight: var(--primary-font-weight-light);color: var(--white-color);}
.casestudy_page .banner_cnt h1 span, .casestudy_page .banner_cnt h2 span {display: block;color: var(--primary-color);font-size: 95px;}
.fixed-bottom-box {height: 100%;display: flex;align-items: flex-end;justify-content: end;}
.btn_blocks {display: inline-block;}
.btn_light_gray {background: rgba(255, 255, 255, 0.2);border-radius: 37px;height: 50px;padding: 0 24px;line-height: 50px;color: var(--white-color);font-size: 18px;display: inline-block;margin-left: 15px;margin-top: 15px;}
.btn_light_gray img {margin-right: 5px;}
.operates_block {width: 100%;display: inline-block;padding: var(--section-padding) 0;}
.pl-3 {padding-left: 18%;padding-right: 165px;}
.operates_block h1 {color: var(--white-color);margin-bottom: 40px;font-size: 52px;line-height: 64px;font-weight: var(--primary-font-weight-light);max-width: 90%;padding-top: 100px;}
.operates_block p {color: #353F50;font-size: 26px;line-height: 38px;font-weight: var(--primary-font-weight-light);max-width: 85%;}
.operates_count {width: 100%;display: inline-block;margin-top: 100px;}
.operates_count ul {margin: 0px;padding: 0; display: flex; flex-wrap: wrap;}
.operates_count li {border-left: 0px solid var(--primary-color);float: left;padding: 0 30px ;font-size: 64px;line-height: 81px;color: var(--primary-color);font-weight: var(--primary-font-weight-regular);margin-bottom: 50px; width:50%}
.operates_count li:last-child {padding-right: 0;}
.operates_count li span {display: block;font-size: 24px;line-height: 26px;color: var(--white-color);font-weight: var(--primary-font-weight-light);}
.operates_count li em {font-style: normal;font-size: 20px;line-height: 22px;max-width: 120px;display: inline-block;font-weight: var(--primary-font-weight-semibold);}
.operates_block .operates_count li em{font-weight: var(--primary-font-weight-regular);color:var(--white-color);padding-left: 10px;font-size: 18px;}
.cpy_logo {width: 100%;display: inline-block;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 20px;padding: 30px;}
.cpy_logo h5 {font-size: 18px;line-height: 23px;font-weight: var(--primary-font-weight-semibold);margin-bottom: 5px;}
.cpy_logo_box {margin-top: 30px;font-size: 16px;line-height: 20px;color: var(--black-color) }
.cpy_logo_box img {margin-right: 8px;}
.case_photos {width: 100%;display: inline-block;margin-bottom: 153px;}
.case_photos img {width: 100%;}
.case_list_img {height: 656px;overflow: hidden;border-radius: 20px;}
.case_list_img img {transition: all 0.3s ease;}
.case_list_img:hover img {transform: scale(1.1);}
.business_critical {width: 100%;display: inline-block;padding: var(--section-padding) 0; background: #fff;}
.solution-detail-page .business_critical{background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat !important;}
.solution-detail-page .description-section.business_critical small{color:rgba(255, 255, 255, 0.7) !important}
.description-section small {font-size: 20px;line-height: 26px;font-weight: var(--primary-font-weight-light);color: rgba(0, 0, 0, 0.7) !important;margin-bottom: 20px;display: block;}
.casestudy_page .description-section .industry_block h3 {color: #FFF !important;}
.description-section h3, .business_critical h3 {font-size: 24px;line-height: 38px;color: var(--black-color);max-width: 75%;}
.business_critical ul {margin: 0px;padding: 0 20px;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);list-style: disc;}
.business_critical li {list-style: none;padding: 5px 0;font-size: 24px;line-height: 38px;color: var(--black-color);display: flex;align-items: center;}
.business_critical li span {font-weight: var(--primary-font-weight-medium);color: var(--primary-color);margin-right: 15px;width: 5px;height: 5px;border-radius: 100%;font-size: 0px;background-color: #0A0A0A;display: inline-block;}
.founder_block {width: 100%;display: flex;background: #0A0A0A;padding: var(--section-padding) 0;min-height: 770px;background: url(../images/casestudy/founder-message-bg.png) center center no-repeat;background-size: cover;place-content: center;align-items: center;}
.founder_block.founder01{background: url(../images/casestudy/founder-message-bg01.png) center center no-repeat;background-size: cover;}
.founder-message {width: 60%;margin: auto;}
.founder_block .founder-message small{width:100%;color:var(--primary-color) !important;float: left;font-size: 24px;margin-top: 15px;}
.founder-message h5 {font-size: 48px;line-height: 60px;color: var(--white-color);font-weight: var(--primary-font-weight-light);}
.founder-message p {font-size: 24px;line-height: 31px;color: var(--white-color);margin-top: 70px;position: relative;padding-left: 10px;float: left;grid-gap: 20px;display: flex;align-items: flex-start;place-content: center;}
.founder-message p:before {display: inline-block;margin: auto;content: "";height: 3px;width: 90px;background: var(--white-color);}
.founder_lt {float: left;width: 520px;}
.founder_rt {float: right;width: calc(100% - 630px);padding: 100px 100px 100px 0;color: #fff;}
.founder_rt h5 {font-size: 48px;line-height: 58px;font-weight: var(--primary-font-weight-light);color: var(--white-color);margin-bottom: 50px;}
.founder_rt h5 span {color: var(--primary-color);position: absolute;margin-left: -20px;}
.founder_rt p {font-size: 20px;line-height: 26px;color: #858585;}
.founder_rt p span {display: block;margin-bottom: 6px;font-size: 24px;line-height: 58px;color: var(--primary-color);font-family: var(--secondry-font-family);}
.industry_block {width: 100%;display: inline-block;padding: 200px 0 160px 0;position: relative;}
.industry_block h2, .industry_block h3 {max-width: 1135px;font-size: 36px;line-height: 50px;color: var(--black-color);}
.industry-list:before {content: "";background: url(../images/line.svg) no-repeat;height: 390px;display: inline-block;width: 100%;position: absolute;top: -190px;background-position: center center;z-index: -1;left: -50px;right: 0;margin: 0 auto;}
.industry-list {display: inline-block;width: 100%;position: relative;margin-top: 45px;}
.industry-box {width: 25%;float: left;}
.industry-box h6 {font-size: 32px;line-height: 40px;color: var(--black-color);margin-bottom: 10px;}
.industry-box h6 span {display: block;margin-bottom: 40px;}
.industry-box h6 span em {height: 71px;width: 71px;line-height: 71px;text-align: center;background: var(--primary-color);border-radius: 50%;color: var(--white-color);font-size: 30px;font-weight: var(--primary-font-weight-medium);display: inline-block;font-style: normal;}
.industry-box p {font-size: 20px;line-height: 32px;color: #0A0A0A;font-weight: var(--primary-font-weight-light);max-width: 294px;}

.industry-box1 {margin-top: 104px;}
.industry-box2 {margin-top: 148px;}
.industry-box3 {margin-top: 20px;}
.journey_through {width: 100%;display: inline-block;padding: var(--section-padding) 0; background: #fff;}
.journey_title {width: 980px;}
.journey_through.description-section small{color: rgba(0, 0, 0, 0.7) !important;}
.journey_through h2 {font-size: 48px;line-height: 58px;color: var(--black-color);margin-bottom: 30px;}
.journey_through p {font-size: 24px;line-height: 38px;color: #000000;font-weight: var(--primary-font-weight-light);}
.business_impacts {width: 100%;display: inline-block;}
.impacts_count {width: 100%;display: inline-block;margin-top: 100px;overflow: visible;overflow-x: scroll;white-space: nowrap;padding-bottom: 100px;}
.impacts_count_box {display: inline-block;font-size: 20px;line-height: 30px;font-weight: var(--primary-font-weight-light);margin:0 60px;white-space: initial;vertical-align: top;}
.impacts_count_box h2 {display: inline-block;font-size: 20px;line-height: 30px;font-weight: var(--primary-font-weight-light);}
.impacts_count_box:first-child{margin-left: 0px;}
.impacts_count_box span {font-size: 80px;line-height: 102px;font-weight: var(--primary-font-weight-regular);color: var(--primary-color);display: block;}
.business_impacts .founder_block {border-radius: 20px;margin-top: 160px;}
.business_impacts .founder_block .founder_rt {padding: 90px 70px;}
.business_impacts .founder_block p {margin-bottom: 0;}
.solutions_casestudy {padding-top: 0;}

@charset "utf-8";

html {
  font-family: var(--primary-font-family);
  min-height: 100%;
  position: relative;
  font-size: var(--theme-html-font-size) !important;
}

body {
  font-family: var(--primary-font-family);
  text-shadow: none;
  font-size: var(--theme-body-font-size) !important;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font-family);
  text-shadow: none;
  font-weight: 400;
}

p {
  font-family: var(--primary-font-family);
  text-shadow: none;
}

:focus-visible {
  outline: none !important;
}

.btn-link,
.overlay ul li a,
a,
body {
  text-decoration: none;
}

.footer-bottom ul li .ftr-link,
.footer-bottom ul li.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

*,
.masonry .brick {
  box-sizing: border-box;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  border: 0;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paragraph-text {
  font-weight: var(--primary-font-weight-regular) !important;
  font-size: 20px;
  line-height: 32px;
}

.banner {
  /* height: 100vh; */
  height:900px;
  transition: 0.3s;
}

.main-logo,
header.header-sticky .sticky-logo {
  display: block;
}

.header-logo img {
  height: 55px;
}

.header-logo svg {
  width: 220px;
}

.sticky-logo,
header.header-sticky .header-contact,
header.header-sticky .main-logo {
  display: none;
}

header.header-sticky .button_container span {
  background: #0a0a0a !important;
}

.fixed-top {
  transition: 0.5s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}

header.header-sticky {
  height: 110px;
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  width: 100%;
}

.header-sticky .fixed-top {
  padding-top: 2px;
  padding-bottom: 2px;
}

.get-demo-link a {
  height: 53px;
  border-radius: 9px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  place-content: center;
}

.header-action,
.header-navigation {
  align-items: center;
  display: flex;
}

header.header-sticky .get-demo-link a {
  background: var(--primary-color);
  font-size: 18px;
  width: 175px;
}

.header-navigation {
  padding: 28px 0;
}

.header-action ul {
  grid-gap: 30px;
}

.header-action ul li {
  display: flex;
  align-items: center;
  height: 53px;
}

.header-action ul li a {
  color: #fff;
  font-weight: var(--primary-font-weight-regular);
  font-size: 16px;
  line-height: 20px;
}

.header-action ul li.header-contact a {
  letter-spacing: 0.1em;
}

.header-action ul li.header-contact a:hover {
  color: var(--primary-color);
}

.button_container {
  height: 18px;
  width: 27px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.button_container.active:after {
  content: "CLOSE";
  transform: rotate(90deg);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.425em;
  text-transform: uppercase;
  width: 30px;
  position: absolute;
  top: 50px;
  color: var(--white-color);
}

.french_lang .button_container.active:after {
  content: "FERMER";
}

.about:after,
.overlay.open:before,
.statistics:before {
  position: absolute;
  content: "";
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
  background: var(--white-color) !important;
}

.button_container.active .middle {
  opacity: 0;
  background: var(--white-color) !important;
}

.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: var(--white-color) !important;
}

.button_container span {
  background: var(--white-color);
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.35s;
  cursor: pointer;
}

.button_container span.top {
  top: 5px;
}

.button_container.active span.top {
  top: 0px;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 14px;
}

.button_container span.middle {
  display: none;
}

.button_container.active span:nth-of-type(2) {
  top: 8px;
}

.button_container.active span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s,
    visibility 0.5s,
    height 0.5s,
    width 0.5s;
  overflow: hidden;
  z-index: 99;
}

.about,
.overlay nav,
.overlay ul li,
.overlay ul li a,
.overlay-ftr ul,
.statistics,
.statistics-lst {
  position: relative;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: flex;
  width: 70%;
  flex-direction: column;
}

.overlay.open:before {
  background-color: var(--primary-color);
  height: 100vh;
  right: 0;
  width: 220px;
  top: 0;
}

.overlay.open li {
  animation: 0.5s 0.35s forwards fadeInRight;
}

.overlay li a {
  font-size: 64px;
  line-height: 60px;
  font-weight: var(--primary-font-weight-light);
  color: #0a0a0a;
}

.overlay.open li a {
  color: #0a0a0a;
  padding-right: 100px;
}

.overlay.open li a.active {
  color: var(--primary-color);
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay nav {
  height: 100%;
  font-size: 50px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
}

.overlay .overlay-menu ul {
  list-style: none;
  padding: 0 30px;
  margin: 0 auto 0 70px;
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: auto;
  height: 75vh;
  justify-content: space-between;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  opacity: 0;
  display: flex;
  align-items: center;
}

.overlay .overlay-ftr ul li,
.overlay .overlay-ftr ul li a {
  font-size: 16px !important;
  padding: 0px !important;
  min-width: 180px;
}

.compare-demo-content table td,
.compare-demo-content table th {
  line-height: 28px;
  height: 75px;
  vertical-align: middle;
  padding: 0 30px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.compare-demo-content table .overlay ul li a {
  display: block;
  color: var(--secondary-color);
  overflow: hidden;
  font-weight: 300;
  font-size: 64px;
  line-height: 60px;
}

.about-content h3 span,
.footer .ftr-link:hover,
.overlay ul li a:hover,
.statistics-itm h4 span {
  color: var(--primary-color);
}

.overlay ul li a:active:after,
.overlay ul li a:focus:after,
.overlay ul li a:hover:after {
  width: 100%;
}

.overlay ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay-ftr {
  margin-top: auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.overlay-ftr ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 260px);
  padding: 0 70px 0 100px;
  margin: 0;
}

.overlay-ftr ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4e5a6c;
}

.hero-text-container {
  height: auto;
  display: flex;
  align-items: center;
  place-content: flex-start;
  padding: 0px !important;
}

.hero-title {
  height: 450px;
}

.hero-text-container .hero-title h1 {
  font-weight: var(--primary-font-weight-light);
  text-transform: uppercase;
  display: flex;
  font-size: 180px;
  line-height: 190px;
  flex-direction: column;
  color: var(--header-banner-title);
}

.hero-text-container .hero-title h1 span {
  font-weight: var(--primary-font-weight-light);
  font-size: 180px;
  line-height: 225px;
}

.hero-title p {
  color: var(--header-banner-paragraph);
  font-weight: var(--primary-font-weight-regular);
  max-width: 520px;
  margin-top: -26%;
  margin-left: 0;
  height: 60px;
  float: right;
  margin-right: -4.6%;
}

.section-title {
  width: 100%;
  text-align: center;
  padding: 70px 0 90px;
}

.section-title h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  color: var(--section-title-color);
}

.section-title h2 {
  font-weight: 400;
  color: var(--section-title-color);
}

.statistics {
  background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 8px !important;
  left: 0;
  width: 100%;
}

.statistics-lst {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}

.statistics-itm {
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-gap: 30px;
  padding: 12px 0;
  margin-right: 70px;
  position: relative;
}

.statistics-itm h4 {
  color: var(--white-color);
  display: flex;
  grid-gap: 20px;
  font-weight: var(--primary-font-weight-light);
  font-size: 42px;
  line-height: 54px;
  float: left;
  align-items: center;
}

.statistics-itm h4 span {
  font-weight: var(--primary-font-weight-medium);
  font-size: 48px;
  line-height: 61px;
}

.about {
  background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat;
  padding: var(--section-padding) 0;
}

.about .section-title {
  padding-top: 0px;
  width: 70%;
}

.about:after {
  background: url(../images/about/about.png) right top no-repeat;
  background-size: cover;
  right: 0;
  top: -50px;
  width: 1132px;
  height: 957px;
  pointer-events: none;
}

.company-logo-icon {
  border: 1px dashed var(--white-color);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  padding: 10px;
  background: #0a0a0a;
  position: relative;
  z-index: 8;
}

.company-small-logo img {
  width: 40px;
  height: 40px;
}

.content-lst .about-content.center:after,
.content-lst .about-content.left:after,
.content-lst .about-content.right:after {
  background: var(--white-color);
  content: "";
  position: absolute;
  border-radius: 100%;
}

.content-lst .about-content {
  margin: 0 0 40px;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  display: flex;
  place-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.content-lst .about-content:last-child {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.content-lst .about-content.left:before {
  border-top: 1px dashed var(--white-color);
  height: 1px;
  width: 221px;
  content: "";
  right: -216px;
  top: 5px;
  position: absolute;
}

.content-lst .about-content.left:after {
  width: 10px;
  height: 10px;
  right: 5px;
  top: 0;
}

.content-lst .about-content.right:before {
  border-top: 1px dashed var(--white-color);
  height: 1px;
  width: 221px;
  content: "";
  left: -216px;
  top: 5px;
  position: absolute;
}

.content-lst .about-content.right:after {
  width: 10px;
  height: 10px;
  left: 5px;
  top: 0;
}

.content-lst .about-content.center {
  margin-top: 140px;
  display: flex;
  align-items: center;
}

.content-lst .about-content.center .paragraph-text {
  min-width: 800px;
  min-height: inherit;
}

.content-lst .about-content.center:before {
  border-left: 1px dashed var(--white-color);
  height: 100px;
  width: 73px;
  content: "";
  left: 74px;
  top: -141px;
  position: absolute;
  z-index: 1;
  right: 0;
  margin: auto;
}

.content-lst .about-content.center:after {
  width: 10px;
  height: 10px;
  left: 2px;
  top: -41px;
  right: 0;
  margin: auto;
}

.about-content h3 {
  color: var(--white-color);
  font-weight: var(--primary-font-weight-regular);
  font-size: 30px;
  line-height: 38px !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.compare-demo .integ_title .paragraph-text,
.mrs-content h1,
.mrs-content p {
  font-weight: var(--primary-font-weight-light);
  color: var(--white-color);
}

.about-content .paragraph-text {
  color: var(--white-color);
  font-weight: 300 !important;
  max-width: 88%;
}

.compare-demo {
  padding: var(--section-padding) 0;
  background: #0a0a0a url(../images/commom-black-dot-bg.png);
}

.compare-demo .integ_title h1 {
  color: var(--white-color);
}

.compare-demo .integ_title h4 {
  color: var(--white-color);
}

.compare-demo .integ_title {
  z-index: 1;
}

.compare-demo .integ_title .paragraph-text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  line-height: 40px;
  font-weight: var(--primary-font-weight-light) !important;
}

.compare-demo-content {
  float: left;
  border-radius: 26px;
  overflow: hidden;
}

.compare-demo-content table {
  border-collapse: separate;
  border-style: 1px;
}

.compare-demo-content table th {
  color: var(--white-color);
  font-weight: var(--primary-font-weight-regular);
  font-size: 24px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.compare-demo-content table th:first-child div {
  align-items: center;
  place-content: center;
}

.compare-demo-content table td {
  color: var(--white-color);
  font-weight: var(--primary-font-weight-medium);
  font-size: 20px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.compare-demo-content table td:first-child div {
  font-weight: var(--primary-font-weight-regular) !important;
  font-size: 20px;
  line-height: 28px;
}

.compare-demo-content table td div {
  font-weight: var(--primary-font-weight-light) !important;
  font-size: 18px;
  line-height: 28px;
}

.compare-demo-content table th:first-child {
  border-radius: 10px 0 0;
}

.compare-demo-content table th:last-child {
  border-radius: 0 10px 0 0;
}

.compare-demo-content table th:first-child div {
  font-size: 24px;
}

.compare-demo-content table th div {
  display: flex;
  grid-gap: 10px;
  font-size: 20px;
}

.compare-demo-content table td:first-child,
.compare-demo-content table th:first-child {
  padding-left: 50px;
}

.color-green {
  color: var(--green-color) !important;
}

.color-red {
  color: var(--red-color) !important;
}

.compare-demo-content table tr:nth-child(2n) {
  background: #000000;
}

.sect-enterprise {
  padding: var(--section-padding) 0;
  background: var(--white-color);
}

.sect-enterprise .integ_title {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

.sect-enterprise .integ_title h1 {
  font-size: 64px;
  line-height: 76px;
  max-width: 800px;
}

.sect-enterprise .integ_title h4 {
  font-size: 64px;
  line-height: 76px;
  max-width: 800px;
}

.page-id-1556 .sect-enterprise .integ_title h1 {
  max-width: 910px;
}

.enterprise-company-lst {
  grid-gap: 60px;
  float: right;
}

.footer-bottom ul {
  grid-gap: 50px;
}

.enterprise-company-lst img {
  max-height: 100px;
}

.about-mrs-holding {
  background: url(../images/about-mrs-bg.jpg) center center/cover no-repeat;
  min-height: 920px;
  padding: var(--section-padding) 0;
}

.mrs-content {
  width: 880px;
  margin-left: auto;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mrs-content h1 {
  font-size: 68px;
  line-height: 87px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  grid-gap: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: var(--primary-font-weight-light);
}

.mrs-content p {
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0;
  font-weight: var(--primary-font-weight-light);
}

.mrs-statestics .stats-lst p,
.mrs-statestics .stats-lst span,
.stats-lst b {
  font-weight: var(--primary-font-weight-regular);
}

.mrs-statestics {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
  grid-gap: 30px 10px;
}

.mrs-statestics .stats-lst {
  width: calc(33.33% - 10px);
  display: flex;
  flex-direction: column;
}

.mrs-statestics .stats-lst span {
  font-size: 48px;
  line-height: 120%;
  color: var(--white-color);
}

.mrs-statestics .stats-lst p {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  width: 90%;
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  background: #0a0a0a url("../images/footer-bg.png") no-repeat right bottom;
  padding: var(--section-padding) 0 40px;
  min-height: 860px;
  position: relative;
}

.footer:after {
  content: "";
  background: url(../images/commom-black-dot-bg.png) repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.footer h1,
.footer h4 {
  text-transform: uppercase;
  color: var(--footer-title) !important;
  font-size: 140px;
  font-weight: var(--primary-font-weight-light);
  margin-bottom: 40px;
  margin-left: -7px;
}

.footer p {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: var(--footer-paragraph);
  max-width: 670px;
}

.french_lang .footer p {
  max-width: 55%;
}

.footer .ftr-link,
.footer-middle li {
  color: var(--link-color-white);
  font-weight: var(--primary-font-weight-regular);
  font-size: 20px;
  line-height: 26px;
}

.btn-link,
.btn-link i,
.footer-top .ftr-btn {
  color: var(--footer-paragraph);
}

.analytic-capability h2,
.footer-top .ftr-btn {
  font-weight: var(--primary-font-weight-medium);
}

.footer-bottom,
.footer-top {
  padding: 0;
}

.footer-top .ftr-btn {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.065em;
  align-items: center;
  grid-gap: 20px;
  text-transform: uppercase;
  display: flex;
}

.footer-top .ftr-btn a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: var(--primary-font-weight-medium);
  display: flex;
  grid-gap: 20px;
  letter-spacing: 0.065em;
  align-items: center;
}

.footer-top .ftr-btn .btn-link i {
  font-size: 20px !important;
}

.footer-top .ftr-btn a.social-link .btn-link i {
  transform: none;
  font-size: 20px !important;
}

.analytic-capability .paragraph-text,
.businss-visibility .paragraph-text,
.businss-visibility h2,
.footer-bottom ul li .ftr-link,
.footer-bottom ul li.copyright,
.global-finance .paragraph-text,
.otimize-allocation .paragraph-text {
  font-weight: var(--primary-font-weight-regular);
}

.btn-link {
  width: 42px;
  height: 42px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  display: flex;
  place-content: center;
  align-items: center;
  transition: 0.3s;
  flex-shrink: 0;
}

.footer-top .ftr-btn a:hover .btn-link,
.btn-link:hover {
  background: var(--primary-color);
}

.btn-link i {
  transform: rotate(45deg);
}

.footer-middle {
  margin-top: 70px;
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-mdl-lft ul,
.footer-mdl-rgt ul {
  display: flex;
  flex-direction: column;
  height: 120px;
  flex-wrap: wrap;
  grid-gap: 15px 40px;
}

.footer-bottom ul li.copyright {
  margin-left: auto;
}

.business-growth {
  background: var(--white-color);
  min-height: 1000px;
  position: relative;
  padding: var(--section-padding) 0;
  overflow: hidden;
}

.business-growth .integ_title {
  width: 800px;
  margin-left: 330px;
  float: left;
  top: var(--section-padding);
}

.page-id-1556 .business-growth .integ_title {
  width: 935px;
  margin-left: 275px;
}

.page-id-1556 .global-finance h2 {
  font-size: 35px;
  line-height: 40px;
}

.businss-visibility {
  background: url(../images/star.png) right 30px top 30px no-repeat #0a0a0a;
  padding: 0 30px;
  height: 200px;
  display: flex;
  align-items: flex-start;
  place-content: center;
  flex-direction: column;
  grid-gap: 20px;
}

.analytic-capability,
.otimize-allocation {
  grid-gap: 20px;
  display: flex;
  align-items: flex-start;
  place-content: center;
}

.businss-visibility h2 {
  font-size: 20px;
  line-height: 26px;
  color: var(--white-color);
  width: 180px;
}

.analytic-capability .paragraph-text,
.businss-visibility .paragraph-text {
  font-size: 15px;
  line-height: 20px;
  color: var(--white-color);
  width: 80%;
}

.analytic-capability {
  background: var(--primary-color);
  padding: 0 30px;
  height: 410px;
  flex-direction: column;
}

.analytic-capability h2 {
  font-size: 40px;
  line-height: 51px;
  color: var(--white-color);
  width: 180px;
}

.digital-transformation h2,
.finance-management h2 {
  font-weight: var(--primary-font-weight-medium);
  width: 200px;
  color: var(--white-color);
}

.otimize-allocation {
  background: var(--green-color);
  padding: 50px 30px;
  flex-direction: column;
}

.digital-transformation,
.global-finance {
  align-items: flex-start;
  padding: 0 30px;
  place-content: center;
  grid-gap: 30px;
  display: flex;
}

.otimize-allocation h2 {
  font-weight: var(--primary-font-weight-medium);
  font-size: 30px;
  line-height: 38px;
  color: var(--white-color);
}

.otimize-allocation .paragraph-text {
  font-size: 20px;
  line-height: 23px;
  color: var(--white-color);
}

.global-finance {
  background: #0542b8;
  flex-direction: column;
  height: 323px;
}

.global-finance h2 {
  font-weight: var(--primary-font-weight-medium);
  font-size: 40px;
  line-height: 51px;
  color: var(--white-color);
}

.global-finance .paragraph-text {
  font-size: 22px;
  line-height: 32px;
  color: var(--white-color);
}

.digital-transformation {
  background: var(--bg-blue-color);
  flex-direction: column;
  height: 270px;
}

.digital-transformation h2 {
  font-size: 26px;
  line-height: 33px;
}

.digital-transformation .paragraph-text,
.finance-management .paragraph-text {
  font-size: 18px;
  line-height: 23px;
  color: var(--white-color);
  font-weight: var(--primary-font-weight-regular);
  width: 70%;
}

.finance-management {
  background: var(--bg-yellow-color);
  padding: 0 30px;
  display: flex;
  align-items: flex-start;
  place-content: center;
  flex-direction: column;
  height: 370px;
  grid-gap: 30px;
}

.finance-management h2 {
  font-size: 40px;
  line-height: 51px;
}

.enhanced-experiance {
  background: var(--bg-purple-color) !important;
  padding: 0 30px;
  display: flex;
  align-items: center;
  place-content: center;
  flex-direction: column;
  height: 150px;
  grid-gap: 30px;
}

.enhanced-experiance h2 {
  font-weight: var(--primary-font-weight-regular);
  font-size: 40px;
  line-height: 51px;
  color: var(--white-color);
}

.masonry .brick:nth-child(10) {
  padding-top: 100px !important;
}

.masonry .brick:nth-child(5) {
  padding-top: 100px !important;
}

.btn-wrapp {
  display: none;
}

.masonry {
  column-count: 2;
  column-gap: 25px;
  width: calc(100% + 300px);
  margin-left: -150px;
}

@media (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .masonry {
    column-count: 4;
  }
}

@media (min-width: 1199px) {
  .masonry {
    column-count: 5;
  }
}

.masonry .brick {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
  margin-bottom: 30px;
  transition: 0.3s;
}

.masonry .brick:hover img {
  box-shadow: 0 41px 78px rgba(0, 0, 0, 0.15);
}

.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel-industry-list.owl-carousel .owl-stage-outer,
.propel_ideas .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.custon-brick-01 {
  width: 700px;
  display: flex;
}

.integ_img {
  height: 300px;
}

.integ-grid .integ.integ-big .integ_img {
  display: none;
}

.integ_img img {
  height: 100%;
}

.business-benefits {
  padding: var(--section-padding) 0 calc(var(--section-padding) / 2);
  overflow: hidden;
}

.home .business-benefits {
  background: #fff;
}

.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}

.flip h2 {
  font-size: 24px;
  line-height: 38px;
}

.flip > .front {
  transform: rotateY(0deg);
}

.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

.flip:hover > .front {
  transform: rotateY(180deg);
}

.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 20px);
}

.flip > .front,
.flip > .back {
  width: calc(100% - 20px);
  background-size: cover !important;
  background-position: center !important;
  height: 270px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin: 10px;
}

.flip:nth-child(1) > .front,
.flip:nth-child(4) > .front {
  padding-left: 0px;
}

.flip > .front span,
.flip > .back span {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 38px;
}

.flip > .front p,
.flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}

.flip .bg-red-color h2 {
  color: var(--white-color);
}

.flip .bg-red-color p,
.flip .bg-red-color span {
  color: rgba(255, 255, 255, 0.8);
}

.flip .bg-blue-color h2 {
  color: var(--white-color);
}

.flip .bg-blue-color p,
.flip .bg-blue-color span {
  color: rgba(255, 255, 255, 0.8);
}

.flip .bg-green-color h2 {
  color: var(--white-color);
}

.flip .bg-green-color p,
.flip .bg-green-color span {
  color: rgba(255, 255, 255, 0.8);
}

.flip .bg-yellow-color h2 {
  color: var(--white-color);
}

.flip .bg-yellow-color p,
.flip .bg-yellow-color span {
  color: rgba(255, 255, 255, 0.8);
}

.flip .bg-purple-color h2 {
  color: var(--white-color);
}

.flip .bg-purple-color p,
.flip .bg-purple-color span {
  color: rgba(255, 255, 255, 0.8);
}

.bg-grey-color {
  background: var(--bg-grey-color) !important;
}

.flip .bg-grey-color h2 {
  color: var(--white-color);
}

.flip .bg-grey-color p,
.flip .bg-grey-color span {
  color: rgba(255, 255, 255, 0.8);
}

.flip-container {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  grid-gap: 10px;
}

.flip-container:before {
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 10px;
  content: "";
  background: #000000;
  pointer-events: none;
  z-index: 1;
}

.flip-container:after {
  width: calc(33.33% - 10px);
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -38px;
  content: "";
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  right: 0px;
  pointer-events: none;
  z-index: 1;
}

.flip-container .flip:nth-child(2):after,
.flip-container .flip:first-child:after {
  background: #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -22px;
  bottom: -22px;
  content: "";
  z-index: 99;
}

.propel_ideas {
  overflow: hidden;
  background: #0a0a0a url(../images/commom-black-dot-bg.png);
  padding: var(--section-padding) 0 !important;
}

.propel_ideas .integ_title h1 {
  color: var(--white-color);
  width: 70%;
}

.propel_ideas .propel_date {
  color: var(--white-color);
}

.owl-carousel-propel .propel_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.white_btn {
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  display: inline-block;
  border-radius: 42px;
  border: 1px solid var(--white-color);
  color: var(--black-color);
  background: var(--white-color);
  text-transform: uppercase;
  font-size: 14px;
}

.owl-carousel-benefits .propel_img {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.owl-carousel-propel .propel_img img,
.owl-carousel-benefits .propel_img img {
  transition: all 0.3s ease;
  border-radius: 0px;
}

.owl-carousel-propel .propel_box,
.owl-carousel-benefits .propel_box {
  cursor: pointer;
}

.owl-carousel-propel .propel_box:hover .propel_img img,
.owl-carousel-benefits .propel_box:hover .propel_img img {
  transform: scale(1.1);
}

.owl-carousel-benefits .carousel-content {
  border-radius: 0px 0px 10px 10px;
  padding: 30px 0px;
  margin-top: -10px;
}

.owl-carousel-benefits .carousel-content h5 {
  font-weight: var(--primary-font-weight-medium);
  font-size: 22px;
  line-height: 40px;
  margin: 10px 0;
}

.owl-carousel-benefits .carousel-content p {
  font-weight: var(--primary-font-weight-light);
  font-size: 16px;
  line-height: 28px;
}

.business-benefits .owl-carousel.owl-carousel-benefits .owl-stage-outer {
  overflow: visible;
}

.built_det p {
  color: rgba(255, 255, 255, 0.7);
}

.integ_big {
  padding: 70px 60px;
}

.integ_solution_block .integ {
  cursor: pointer;
}

.integ_solution_block .integ_cnt {
  z-index: 2;
}

.integ .integ_img {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 0px;
}

.integ .integ_img img {
  transition: all 0.3s ease;
}

.integ:hover .integ_img img {
  transform: scale(1.1);
}

.brick-content span {
  display: none;
}

#backtotop {
  display: inline-flex;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  align-items: center;
  place-content: center;
}

#backtotop i {
  font-size: 20px;
  color: #fff;
}

#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}

#backtotop:active {
  background-color: #555;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.contact_page {
  background: #0a0a0a url(../images/commom-black-dot-bg.png);
}

.get-in-touch {
  padding: 220px 0 0;
}

.get-in-touch .con-right {
  margin-right: 0px;
}

.contact-detail {
  height: 800px;
  display: flex;
  flex-direction: row;
  place-content: center;
  width: 100%;
  justify-content: space-between;
  padding: 0px;
}

.con-left {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.con-left h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: var(--white-color);
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light);
  grid-gap: 20px;
  width: 80%;
}

.con-left h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  color: var(--white-color);
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light);
  grid-gap: 20px;
  width: 80%;
}

.con-left h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  color: var(--white-color);
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light);
  grid-gap: 20px;
  width: 80%;
}

.con-left h1 span {
  color: var(--primary-color);
  font-weight: var(--primary-font-weight-regular);
  font-size: 36px;
  line-height: 44px;
}

.con-left .address {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: rgba(217, 217, 217, 0.8);
  margin-top: 20px;
  margin-bottom: 80px;
  width: 100%;
  display: flex;
}

.con-left .extra-link {
  font-size: 30px;
  line-height: 42px;
  color: rgba(217, 217, 217, 0.8);
}

.con-right {
  position: relative;
  display: flex;
  align-items: center;
  width: 33%;
}

.con-right .con-link {
  width: 100px;
  height: 100px;
  margin-top: 200px;
  border-radius: 100%;
  background: var(--primary-color);
  display: block;
  margin-right: -50px;
  position: relative;
  display: flex;
  align-items: center;
  place-content: center;
  transition: all 0.3s ease;
}

.con-right .con-link i {
  color: #fff;
  transform: rotate(45deg);
  font-size: 50px;
}

.con-right .con-link:hover {
  transform: rotateY(180deg);
}

.contact-form {
  margin-top: -100px;
  padding-bottom: var(--section-padding);
}

.contact-form .con-left h1,
.contact-form .con-left h3 {
  width: 100%;
  margin-bottom: 30px;
}

.contact-form .contact-detail {
  height: 680px;
}

.con-case-studies {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding-top: 30px;
  align-items: center;
}

.con-case-studies h1,
.con-case-studies h3 {
  display: flex;
  flex-direction: column;
  color: var(--white-color);
  font-size: 40px;
  line-height: 51px;
  font-weight: var(--primary-font-weight-light);
  width: 100%;
}

.con-case-studies h1 span,
.con-case-studies h3 span {
  color: var(--primary-color);
  font-weight: var(--primary-font-weight-regular);
  font-size: 36px;
}

.form-block {
  background: #000000;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.form-field-row {
  grid-gap: 20px;
}

.form-field-row > div.col-md-6 {
  width: calc(50% - 20px);
}

.form-field-row > div {
  width: calc(100% - 20px);
}

.form-field-row .form-control {
  background: rgba(255, 255, 255, 0.1);
  height: 63px;
  border-radius: 0px;
  padding: 10px 20px;
  border: 0px;
  color: var(--white-color);
}

.form-field-row textarea {
  height: 150px !important;
}

.form-field-row ::-webkit-input-placeholder {
  color: rgba(255, 2555, 255, 0.8);
  font-size: 18px;
  line-height: 23px;
}

.form-field-row :-ms-input-placeholder {
  color: rgba(255, 2555, 255, 0.8);
  font-size: 18px;
  line-height: 23px;
}

.form-field-row ::placeholder {
  color: rgba(255, 2555, 255, 0.8);
  font-size: 18px;
  line-height: 23px;
}

label.file_up {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  color: #696969;
  width: 100%;
  color: rgba(255, 2555, 255, 0.8);
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
}

label.file_up img {
  margin-right: 10px;
}

label.file_up > i.fa {
  font-size: 15px;
  margin-right: 10px;
  color: #1081e0;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-grid-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.casestudy_page .banner.casestudy-banner-section {
  background: var(--header-bg);
  height: auto;
  padding-bottom: 0px !important;
}

.casestudy_page .banner.casestudy-banner-section:after {
  background: url(../images/casestudy/casestudy-bg.png) top right no-repeat;
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  left: 0px;
  top: -100px;
  z-index: 1;
  opacity: 0.7;
}

.casestudy_page .banner.casestudy-banner-section .banner_cnt {
  position: relative;
  z-index: 2;
  padding: 0px;
}

.casestudy-banner {
  margin-top: 90px;
  margin-left: -150px;
}

.casestudy-banner img {
  width: 100%;
}

.casestudy_page .banner.casestudy-banner-section .about-casestudy {
  padding: 0px 70px 0 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.casestudy_page .casestudy-banner-section .banner_cnt h1,
.casestudy_page .casestudy-banner-section .banner_cnt h2 {
  font-size: 66px;
  line-height: 84px;
  font-weight: var(--primary-font-weight-regular) !important;
}

.casestudy_page .casestudy-banner-section .banner_cnt p {
  font-size: 40px;
  line-height: 52px;
  margin-top: 30px;
  max-width: 80%;
  font-weight: var(--primary-font-weight-light) !important;
}

.btn_light_black {
  background: rgba(0, 0, 0, 1);
  border-radius: 37px;
  height: 50px;
  padding: 0 24px;
  line-height: 50px;
  color: var(--white-color);
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 35px;
}

.btn_blocks a {
  pointer-events: none;
  cursor: default;
}

.btn_light_black:hover {
  color: #fff !important;
}

.btn_light_black img {
  margin-right: 5px;
}

.casestudy_page .casestudy-banner-section .casestudy-right {
  padding-bottom: 100px;
  padding-left: 30px;
}

.casestudy_page .casestudy-banner-section .casestudy-right p {
  font-size: 26px;
  line-height: 38px;
  font-weight: var(--primary-font-weight-light) !important;
  color: rgba(255, 255, 255, 0.7);
  max-width: 85%;
}

.casestudy_page .casestudy-banner-section .casestudy-right .content {
  width: 90%;
}

.section-dark {
  padding-top: var(--section-padding) !important;
  padding-bottom: var(--section-padding) !important;
  background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat !important;
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
  color: var(--white-color);
}

.section-dark small {
  color: rgba(255, 255, 255, 0.7) !important;
}

.section-white {
  padding-top: var(--section-padding) !important;
  padding-bottom: var(--section-padding) !important;
  background: var(--white-color);
}

.section-white h2 {
  color: var(--black-color);
  font-size: 52px;
  line-height: 66px;
  font-weight: var(--primary-font-weight-light);
  margin: 30px 0 0;
  padding: 0px;
}
.section-white .built_det h2 {
  margin: 0px;
}
.section-white small {
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: var(--primary-font-weight-light);
  margin: 0px;
  padding: 0px;
}

.aproach-content h3 {
  font-size: 36px;
  line-height: 50px;
  max-width: 80%;
}

.aproach-content .business-description {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.aproch-content {
  width: 70%;
}

.aproch-content h5 {
  font-size: 26px;
  line-height: 33px;
  color: var(--primary-color);
  font-weight: var(--primary-font-weight-light);
}

.aproch-content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: var(--primary-font-weight-light);
  margin-top: 10px;
}

.solution-content {
  padding: 0 0px var(--section-padding) 100px;
}

.owl-carousel-industry-list {
  margin-top: 100px;
}

.industry-content {
  padding: 30px 50px;
  background: #0a0a0a;
}

.casestudy_page .solution-content .industry-content {
  min-height: 510px;
}

.industry-content h2,
.industry-content h3 {
  font-size: 40px;
  line-height: 52px;
  display: block;
  margin-bottom: 20px;
}

.industry-content p {
  color: var(--white-color);
  font-size: 20px;
  line-height: 30px;
  padding-left: 150px;
  position: relative;
  font-weight: var(--primary-font-weight-regular);
  margin: 50px 0;
}

.casestudy_page .industry-content p {
  margin-bottom: 0px;
}

.industry-content p:before {
  background: var(--primary-color) url(../images/casestudy/solution-arrow.svg)
    center center no-repeat;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  content: "";
}

.about-page-content {
  font-size: 76px;
  line-height: 88px;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.casestudy_page.about-page .banner.casestudy-banner-section .about-casestudy,
.about-page .about-casestudy {
  border: 0px;
}

.casestudy_page.about-page .banner.casestudy-banner-section:after {
  display: none;
}

.casestudy_page.about-page .banner.casestudy-banner-section .banner_cnt {
  padding-top: 110px;
}

.about-page .arrow-indicate {
  margin-bottom: 80px;
}

.about-page .journey_through {
  padding-top: 0px !important;
}

.about-page .arrow-indicate img {
  width: 135px;
}

.about-page .casestudy-banner {
  margin-top: 0px;
  padding: 0px;
}

.casestudy_page.about-page .casestudy-banner-section .casestudy-right p,
.about-page .casestudy-right content p {
  font-size: 22px;
  line-height: 34px;
  max-width: 90%;
}

.about-page .impacts_count_box {
  color: var(--white-color);
}

.about-page
  .about-casestudy
  .casestudy_page
  .casestudy-banner-section
  .banner_cnt
  .about-page-content
  p,
.about-page-content p {
  color: var(--white-color);
  font-weight: var(--primary-font-weight-light) !important;
  text-transform: none;
  max-width: 80%;
}

.about-page .aproach-content.section-dark {
  background: url(../images/about/holistics-bg.png) center center no-repeat !important;
  background-size: cover !important;
}

.about-page .aproach-content.section-dark .aproch-content {
  margin: 0 0 40px;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  display: flex;
  place-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.about-page .aproach-content.section-dark .aproch-content:last-child {
  border: 0px;
}

.about-page .aproach-content.section-dark h3 {
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 40px;
  color: var(--white-color) !important;
  max-width: 100%;
}

.casestudy_page.about-page .aproach-content .short-description {
  place-content: center;
}

.about-page .aproach-content.section-dark h5 {
  color: var(--white-color);
  font-weight: var(--primary-font-weight-regular);
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-page .aproach-content.section-dark h5 span {
  color: var(--primary-color);
}

.about-page .impacts_count_box span {
  font-weight: var(--primary-font-weight-regular);
}

.about-page .aproach-content.section-dark p {
  color: var(--white-color);
  font-weight: 300 !important;
  max-width: 88%;
}

.about-page .founder_block {
  background-image: url(../images/about/about-founder-bg.png);
}

.about-page .founder_block .founder-message h2,
.about-page .founder_block .founder-message h5 {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-page .founder_block .founder-message h5,
.about-page .founder_block .founder-message h6 {
  color: #ffffff;
  font-size: 22px;
  line-height: 34px;
  max-width: 95%;
}

.inspire-section .section-title {
  padding-top: 0px;
}

.inspire-section .section-title h1 {
  font-size: 52px;
  line-height: 64px;
  margin: auto;
}

.inspire-content {
  max-width: 90%;
  margin: auto;
}

.inspire-content .ins-icon {
  width: 150px;
  height: 150px;
  display: flex;
  place-content: center;
  border-radius: 100%;
  margin-bottom: 30px;
  background: var(--black-color);
  align-items: center;
}

.insp-itm {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.insp-itm h3 {
  font-size: 26px;
  line-height: 33px;
}

.ins-icon svg {
  margin: auto;
}

.certification-section {
  padding: var(--section-padding) 0;
  position: relative;
  background: var(--white-color);
}

.certification-section:after {
  height: 1px;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.certification-section .section-title {
  padding: 0px;
  margin: 0px 0 80px;
}

.certification-section .section-title h1 {
  color: var(--black-color);
  text-align: left;
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light);
  max-width: 80%;
}

.cert-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
  padding: 0 25px;
  text-align: center;
}

.cert-logo {
  min-height: 140px;
}

.cert-content p {
  font-size: 20px;
  line-height: 30px;
}

.award-section {
  padding: var(--section-padding) 0;
  background: var(--white-color);
}

.award-section .section-title {
  padding: 0px;
  margin: 0px 0 80px;
}

.award-section .section-title h1,
.award-section .section-title h4 {
  color: var(--black-color);
  text-align: left;
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light);
  max-width: 80%;
}

.award-img {
  background: url(../images/award/award-bg.png) center bottom no-repeat;
  display: flex;
  align-items: center;
  place-content: center;
  height: 200px;
  margin-bottom: 30px;
  transition: all 0.9s ease;
}

.award-lst:hover .award-img {
  background: url(../images/award/award-bg-hover.png) center bottom no-repeat;
}

.award-items {
  display: flex;
  flex-wrap: wrap;
}

.award-items .award-lst {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
}
.award-items .owl-item .award-lst {
  width: 100%;
}
.award-items .award-lst h5 {
  color: var(--black-color);
}

.award-items .award-lst p {
  color: var(--black-color);
}

.mrs-logo {
  width: 165px;
  height: 165px;
  display: flex;
  place-content: center;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 70px;
}

.solution_page .business-benefits,
.solution_page .standout_features {
  padding-bottom: var(--section-padding) !important;
}

.solution_page.smart-station-page .business-benefits {
  padding-bottom: var(--section-padding) !important;
}

.solution_page .owl-carousel-benefits .carousel-content h5 {
  color: var(--white-color);
}

.solution_page .owl-carousel-benefits .carousel-content p {
  color: var(--white-color);
}

.solution_page.section-dark {
  padding-bottom: 0px !important;
}

.aproach-content .short-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: flex-start;
  grid-gap: 50px;
}

.casestudy_page .aproach-content .short-description {
  place-content: start;
  grid-gap: 0px;
}

.solution-detail-page .about-solution {
  margin-bottom: var(--section-padding);
}

.solution-detail-page.solution_page:after {
  content: "";
  background: url(../images/solution-detail/solution-detail-line-bg.png);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1135px;
  height: 933px;
  opacity: 1;
  pointer-events: none;
}

.back-to-solution {
  margin-bottom: 40px;
}

.back-to-solution a {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  color: var(--white-color);
  font-weight: var(--primary-font-weight-medium);
}

.back-to-solution .btn-link {
  background: var(--primary-color);
  width: 40px;
  height: 40px;
}

.back-to-solution .btn-link i {
  transform: none;
}

.solution-detail-banner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.detail-banner-image {
  height: 850px;
  overflow: hidden;
}

.solution-detail-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.solution-detail-page .business_critical .container,
.smart-vehicle-tracking-page .business_critical .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 120px;
}

.solution-detail-page .business_critical p,
.smart-vehicle-tracking-page .business_critical p {
  color: var(--white-color);
  margin-bottom: 40px;
  max-width: 80%;
  font-size: 22px;
  line-height: 34px;
  font-weight: var(--primary-font-weight-light) !important;
}

.solution-detail-page .description-section small,
.smart-vehicle-tracking-page .description-section small {
  line-height: 38px;
}

.solution-detail-page .business_critical .business-description,
.smart-vehicle-tracking-page .business_critical .business-description {
  margin-top: 50px;
}

.solution-detail-page
  .business_critical
  .business-description
  p
  .smart-vehicle-tracking-page
  .business_critical
  .business-description
  p {
  max-width: 60%;
}

.solution-detail-page .solution-content h2 {
  max-width: 100%;
  font-weight: var(--primary-font-weight-light);
}

.solution-detail-page .industry-content p:before {
  display: none;
}

.solution-detail-page .industry-content p {
  font-weight: var(--primary-font-weight-regular) !important;
}

.solution-detail-page .industry-content p em {
  background: var(--primary-color);
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  border-radius: 100%;
  content: "";
  font-style: normal;
  display: flex;
  align-items: center;
  place-content: center;
  font-size: 40px;
  line-height: 52px;
  font-weight: var(--primary-font-weight-medium);
}

.solution-detail-page .industry-content {
  /* padding: 60px; */
}

.howitwork {
  background: var(--white-color);
  padding: var(--section-padding) 0;
}

.work-flow {
  display: flex;
  justify-content: center;
  gap: 5.556rem;
}

.work-flow .steps {
  width: 13.333rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 2.222rem;
  background: #efefef;
  padding: 2.778rem 0;
}

.work-flow .steps:after {
  content: "";
  background: url(../images/solution-detail/steps-arrow.svg) center center
    no-repeat;
  width: 4.611rem;
  height: 0.556rem;
  position: absolute;
  right: -5rem;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: 100%;
}

.work-flow .steps:nth-child(3):after {
  content: "";
  background: url(../images/solution-detail/final-step-arrow.svg) center center
    no-repeat;
  width: 5rem;
  height: 100%;
  right: -5.389rem;
  background-position-y: 5rem;
  background-size: 100%;
}

.work-flow .step-content {
  display: flex;
  align-items: center;
  height: auto;
  place-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  gap: 1.111rem;
}

.step-itm {
  display: flex;
  gap: 0.556rem;
  flex-direction: column;
  align-items: center;
}

.step-icon {
  width: 6.667rem;
  height: 6.667rem;
  border-radius: 100%;
  display: flex;
  place-content: center;
  background: var(--white-color);
  align-items: center;
  padding: 0.667rem;
}

.step-icon img {
  max-width: 4.056rem;
  height: auto;
}

.step-itm p {
  font-size: var(--size-18);
  line-height: var(--size-24);
  color: var(--black-color);
  font-weight: var(--primary-font-weight-medium);
}

.work-flow .final-step .step-itm p {
  font-size: var(--size-24);
  line-height: var(--size-28);
  font-weight: var(--primary-font-weight-bold);
}

.work-flow .final-step .step-content {
  justify-content: space-between;
  height: 100%;
}

.step-title {
  width: auto;
  height: 3.333rem;
  display: flex;
  align-items: center;
  place-content: center;
  background: var(--primary-color);
  padding: 0 1.333rem;
  border-radius: 0.556rem;
  position: absolute;
  margin: auto;
  top: -1.667rem;
}

.step-title h4 {
  margin: 0px;
  padding: 0px;
  font-size: var(--size-24);
  color: var(--white-color);
  font-weight: var(--primary-font-weight-bold);
}

.work-flow .final-step {
  width: auto;
  margin-left: 0.556rem;
}

.work-flow .final-step .step-icon {
  width: 10.889rem;
  height: 10.889rem;
  background: #efefef;
}

.work-flow .final-step .step-icon img {
  max-width: 4.667rem;
  height: auto;
}

.work-flow .final-step .step-itm {
  position: relative;
}

.work-flow .final-step .step-itm::after {
  content: "";
  background: url(../images/solution-detail/step-arrow-down.svg) center center
    no-repeat;
  width: 0.556rem;
  height: 2.778rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3.889rem;
  margin: auto;
}

.work-flow .final-step .step-itm:last-child::after {
  display: none;
}

.work-flow.work-flow-horizontal {
  flex-direction: column;
  align-items: center;
}

.work-flow.work-flow-horizontal .steps {
  width: auto;
  padding: 0.938rem 2.5rem;
}

.work-flow .step-content.step-content-horizontal {
  flex-direction: row;
  align-items: flex-start;
  gap: 4.889rem;
}

.step-icon.step-static-text {
  background: transparent;
  position: relative;
  margin-right: -2.5rem;
}

.step-icon.step-static-text::after {
  content: "";
  position: absolute;
  border-top: 0.833rem solid transparent;
  border-bottom: 0.833rem solid transparent;
  border-left: 0.667rem solid #0a0a0a;
  width: 0.667rem;
  height: 1.667rem;
  right: -1.333rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.step-icon.step-static-text span {
  font-size: var(--size-24);
  line-height: var(--size-28);
  color: var(--black-color);
  font-weight: var(--primary-font-weight-bold);
}

.work-flow .step-content.step-content-horizontal .step-icon {
  position: relative;
}

.work-flow
  .step-content.step-content-horizontal
  .step-itm:not(:first-child, :last-child)
  .step-icon::after {
  content: "";
  background: url(../images/solution-detail/steps-arrow.svg) center center
    no-repeat;
  width: 3.889rem;
  height: 0.556rem;
  position: absolute;
  right: -4.45rem;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-size: 100%;
}

.work-flow.work-flow-horizontal .steps.inbound-steps:after {
  background: url(../images/solution-detail/step-arrow-dashed.svg) center center
    no-repeat;
  height: 7.8rem;
  width: 3.3rem;
  top: auto;
  bottom: 0;
  right: -3.3rem;
  background-size: 100% 100%;
}

.work-flow.work-flow-horizontal .steps.outbound-steps:after {
  background: url(../images/solution-detail/step-arrow-dashed-left.svg) center
    center no-repeat;
  height: 7.8rem;
  width: 3.3rem;
  top: 0;
  bottom: auto;
  right: -3.3rem;
  background-size: 100% 100%;
}

.work-flow.work-flow-horizontal .steps.item-middle {
  background: transparent;
  padding: 0;
  margin-left: auto;
  margin-right: -6.111rem;
}

.work-flow.work-flow-horizontal .steps.item-middle .step-itm {
  flex-direction: row;
  gap: 0.889rem;
}

.work-flow.work-flow-horizontal .steps.item-middle .step-itm .step-icon {
  background: #efefef;
}

.work-flow .steps.item-middle:after {
  display: none;
}

.work-flow-h-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-left: -6.111rem;
}

.work-flow .outbound-steps .step-content.step-content-horizontal {
  gap: 8.833rem;
}

.work-flow
  .outbound-steps
  .step-content.step-content-horizontal
  .step-itm:not(:first-child, :last-child)
  .step-icon::after {
  background: url(../images/solution-detail/step-arrow-reverse.svg) center
    center no-repeat;
  width: 7.778rem;
  right: -8.3rem;
  background-size: 100%;
}

.outbound-steps .step-icon.step-static-text::after {
  right: auto;
  left: -1.333rem;
  transform: scale(-1);
}

.outbound-steps .step-icon.step-static-text {
  margin-right: -8rem;
}

.work-flow.work-flow-horizontal-mntc .work-flow-h-inner {
  gap: 3.778rem;
  align-items: flex-end;
  margin: 0 auto;
}

.work-flow.work-flow-horizontal-mntc .step-icon.step-static-text {
  margin-right: 0;
}

.work-flow.work-flow-horizontal-mntc .step-icon.step-static-text::after {
  width: 2.111rem;
  height: 4.278rem;
  border-top-width: 2.139rem;
  border-bottom-width: 2.139rem;
  border-left-width: 2.111rem;
}

.work-flow.work-flow-horizontal-mntc
  .outbound-steps
  .step-content.step-content-horizontal {
  gap: 2rem;
}

.work-flow.work-flow-horizontal-mntc .steps.outbound-steps:after {
  display: none;
}

.work-flow.work-flow-horizontal-mntc .steps.inbound-steps:after {
  background: url(../images/solution-detail/step-arrow-dashed-long.svg) center
    center no-repeat;
  height: 16.333rem;
  top: 12.3rem;
  right: -2.3rem;
  z-index: 1;
  background-size: 100% 100%;
}

.work-flow.work-flow-horizontal-mntc .steps.inbound-steps {
  margin-right: 4.778rem;
}

.work-flow.work-flow-horizontal-mntc .step-icon.step-static-text::after {
  left: 0;
  right: 0;
  margin: auto;
}

.work-flow.work-flow-horizontal-mntc .step-content.step-content-horizontal {
  position: relative;
}

.work-flow.work-flow-horizontal-mntc
  .step-content.step-content-horizontal
  .step-itm.step-arrow-item {
  position: absolute;
  left: -10.556rem;
}

.work-flow.work-flow-horizontal-mntc
  .steps.inbound-steps
  .step-content.step-content-horizontal
  .step-itm:not(:first-child, :last-child)
  .step-icon::after {
  right: -5rem;
}

.work-flow.work-flow-horizontal-mntc
  .steps.outbound-steps
  .step-content.step-content-horizontal
  .step-itm:not(:last-child)
  .step-icon::after,
.work-flow.work-flow-horizontal-mntc
  .steps.outbound-steps
  .step-content.step-content-horizontal
  .step-itm:first-child
  .step-icon::after {
  content: "";
  background: url(../images/solution-detail/steps-arrow.svg) center center
    no-repeat;
  transform: scale(-1);
  height: 0.556rem;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 9rem;
  right: -8.3rem;
}

.work-flow.work-flow-tree .steps {
  width: auto;
  padding: 0.938rem 2.5rem;
  background: transparent;
}

.work-flow.work-flow-tree .steps::after {
  display: none;
}

.work-flow.work-flow-tree .step-content {
  flex-direction: row;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}

.work-flow.work-flow-tree .step-itm {
  position: relative;
}

.work-flow.work-flow-tree .step-icon {
  background: #efefef;
  width: 8.333rem;
  height: 8.333rem;
  position: relative;
  z-index: 1;
}

.work-flow.work-flow-tree .step-content::before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 2px dashed #0a0a0a;
  top: 4.167rem;
}

.work-flow.work-flow-tree .step-row-top .step-content::before {
  left: auto;
  width: 73.5%;
}

.work-flow.work-flow-tree .step-row-middle .step-content::before {
  right: auto;
  width: 93.4%;
}

.work-flow.work-flow-tree .step-row-bottom .step-content::before {
  display: none;
}

.work-flow.work-flow-tree .step-row-middle .step-itm:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 9.778rem;
  width: 0;
  top: -9.778rem;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 2px dashed #0a0a0a;
}

.work-flow.work-flow-tree .step-row-middle .step-content {
  gap: 4.5rem;
}

.work-flow.work-flow-tree .step-row-bottom .step-itm::before {
  content: "";
  position: absolute;
  height: 9.778rem;
  width: 0;
  top: -9.778rem;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 2px dashed #0a0a0a;
}

.work-flow.work-flow-tree .steps.step-row-bottom {
  margin-top: 3.167rem;
}

.work-flow.work-flow-tree .steps.step-row-top .step-content {
  gap: 6.667rem;
}

.work-flow.work-flow-tree .steps.step-row-bottom .step-itm .item-ex-info {
  position: absolute;
  right: -5.778rem;
  top: -4.778rem;
}

.french_lang
  .work-flow.work-flow-tree
  .steps.step-row-bottom
  .step-itm
  .item-ex-info {
  right: -7rem;
}

.work-flow.work-flow-tree
  .steps.step-row-bottom
  .step-itm
  .item-ex-info::after {
  content: "";
  position: absolute;
  height: 4.444rem;
  width: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 2px dashed #0a0a0a;
  bottom: -5rem;
}

.work-flow.work-flow-tree
  .step-row-bottom
  .step-itm:nth-child(2)
  .step-icon::before {
  content: "";
  position: absolute;
  height: 0;
  width: 2.222rem;
  right: -2.278rem;
  border-top: 2px dashed #0a0a0a;
  top: 0;
  bottom: 0;
  margin: auto;
}

.work-flow.work-flow-tree .work-flow-h-inner {
  margin: 0;
}

.keybenefits .integ_title small {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.keybenefits .integ_title h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light) !important;
  color: #fff;
}

.benefits-list.flip-container {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  grid-gap: 10px;
}

.benefits-list.flip-container:before {
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 60px;
  left: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}

.benefits-list.flip-container .flip {
  padding: 50px 20px;
  width: calc(25% - 10px);
  min-height: 380px;
}

.page-id-1616 .benefits-list.flip-container .flip {
  padding: 50px 20px 100px 20px;
}

.benefits-list.flip-container .flip h2 {
  color: var(--primary-color);
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 20px;
}

.benefits-list.flip-container .flip p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  max-width: 80%;
}

.benefits-list.flip-container .flip:before {
  width: calc(33.33% - 10px);
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  right: 0px;
  pointer-events: none;
  z-index: 1;
}

.benefits-list.flip-container .flip:nth-child(4):before,
.benefits-list.flip-container .flip:nth-child(8):before {
  display: none;
}

.benefits-list.flip-container .flip:nth-child(3):after,
.benefits-list.flip-container .flip:nth-child(2):after,
.benefits-list.flip-container .flip:first-child:after {
  background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat !important;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  position: absolute;
  right: -35px;
  bottom: 0px;
  content: "";
  z-index: 99;
}

.advanced-hrms-page .benefits-list.flip-container .flip {
  min-height: 530px;
}

.maintenance-management-page .benefits-list.flip-container .flip {
  min-height: 480px;
}

.solution-key-features .integ_title small {
      margin: 30px 0;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

/* section.solution-key-features .integ_title {
  margin-bottom: 70px !important;
} */
.solution-key-features .integ_title {
  margin-bottom: 150px;
}

.french_lang .solution-key-features .integ_title {
  margin-bottom: 75px !important;
}

.solution-key-features .integ_title h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: var(--primary-font-weight-light) !important;
   color: white;
}

p.paragraph-text.other-title-text {
    padding-bottom: 50px;
}
.solution-key-features .integ_title {
  padding: 0 100px;
}

.smart-tabs-content {
  margin-top: 30px;
}

.smart-tabs-content ul.nav-tabs {
  width: 963px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: auto;
}

.smart-tabs-content .nav-tabs .nav-item {
  width: 25%;
}

.smart-tabs-content ul.nav-tabs .nav-link {
  border: 0px;
  border-bottom: 2px solid transparent;
  font-size: 24px;
  line-height: 51px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  white-space: nowrap;
}

.smart-tabs-content .nav-tabs .nav-item.show .nav-link,
.smart-tabs-content .nav-tabs .nav-link.active {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}

.smart-tabs-content .built_cnt .built_img {
  width: 550px;
}

.smart-tabs-content .built_det p {
  font-size: 20px;
  line-height: 32px;
  color: var(--black-color);
  margin: 30px 0;
}

.smart-tabs-content .built_det {
  max-width: calc(100% - 950px);
}

.smart-tabs-content .built_det ul {
  display: flex;
  grid-gap: 20px 10px;
  flex-wrap: wrap;
  margin-left: 30px;
}

.smart-tabs-content .built_det ul li {
  width: calc(50% - 10px);
  font-size: 22px;
  line-height: 28px;
}

.smart-tabs-content .built_det ul li::before {
  content: "\2022";
  color: #38b551;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.inventory-management-page .smart-tabs-content .built_det {
  max-width: 100%;
}

.inventory-management-page .smart-tabs-content .built_det ul li {
  width: calc(33.33% - 10px);
}

.inventory-management-page .smartnotification .integ_title {
  margin-bottom: 0px;
}

.content-slogun-text a {
  color: #ffffff !important;
}

.other-block-content {
  display: flex;
  align-items: flex-start;
  padding: 0 100px;
  place-content: end;
  flex-direction: column;
  grid-gap: 20px;
}

.other-block-content ul {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.other-block-content ul li {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-weight: var(--primary-font-weight-light);
  font-size: 32px;
  line-height: 41px;
  color: var(--white-color);
}

.other-block-content ul li span {
  color: var(--primary-color);
  font-size: 32px;
  line-height: 41px;
}

.block-left {
  background: url(../images/solution-detail/comitable.png) center center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}

.block-right {
  background: url(../images/solution-detail/seamless.png) center center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}

.other-block-content .integ_title small {
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.other-block-content .integ_title h2 {
  margin-top: 30px;
  font-size: 52px;
  line-height: 64px;
  color: var(--white-color);
}

.faqs .integ_title h2 {
  font-size: 52px;
  line-height: 64px;
  color: var(--white-color);
  font-weight: var(--primary-font-weight-light);
}

.accordion .accordion-item {
  background: none;
  border: 0px;
}

.accordion .accordion-button::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068" !important;
  background: none;
  transition: none !important;
  width: auto;
  height: auto;
  font-size: 20px;
  margin-right: 10px;
}

.accordion .accordion-button.collapsed::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f067" !important;
  background: none;
  transition: none !important;
}

.accordion .accordion-button {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  color: var(--white-color);
  font-size: 26px;
  line-height: 33px;
  height: 80px;
  display: flex;
  align-items: center;
}

.accordion .accordion-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px;
}

.accordion .accordion-body {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: var(--primary-font-weight-light) !important;
  padding: 30px 0;
}

.pricing-page .about-solution {
  padding: 0px;
}

.pricing-page .about-solution h3,
.pricing-page .about-solution h1 {
  font-size: 76px;
  line-height: 76px;
  font-weight: var(--primary-font-weight-light);
}

.pricing-page .about-solution p {
  font-size: 26px;
  line-height: 38px;
  width: 80%;
  margin-top: 40px;
  display: block;
}

.pricing-page .compare-demo-content table th:first-child div {
  text-align: left;
  justify-content: center !important;
  padding-left: 60px;
}

.pricing-page .compare-demo-content table th div {
  text-align: center;
  justify-content: center !important;
}

.pricing-page .compare-demo-content table td:first-child,
.pricing-page .compare-demo-content table td:first-child div {
  text-align: left !important;
}

.pricing-page .compare-demo-content table td div,
.pricing-page .compare-demo-content table td {
  text-align: center !important;
}

.pricing-page .compare-demo-content table tr.active td:first-child div {
  place-content: flex-start;
}

.pricing-page .compare-demo-content table tr.active td div {
  display: flex;
  align-items: center;
  place-content: center;
  vertical-align: middle;
}

.pricing-page .compare-demo-content table tr.additional td div,
.pricing-page .compare-demo-content table tr.additional td,
.pricing-page .compare-demo-content table tr.solution td div,
.pricing-page .compare-demo-content table tr.solution td,
.pricing-page .compare-demo-content table tr.downstream td div,
.pricing-page .compare-demo-content table tr.downstream td {
  height: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  transition:
    height 0.3s,
    padding 0.3s;
}

.pricing-page .compare-demo-content table tr.additional.active td div,
.pricing-page .compare-demo-content table tr.additional.active td,
.pricing-page .compare-demo-content table tr.solution.active td div,
.pricing-page .compare-demo-content table tr.solution.active td,
.pricing-page .compare-demo-content table tr.downstream.active td div,
.pricing-page .compare-demo-content table tr.downstream.active td {
  height: 75px !important;
  visibility: visible !important;
  overflow: visible;
  transition:
    height 0.6s,
    padding 0.6s;
}

.pricing-page .compare-demo-content table th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-page .compare-demo-content table tr.title {
  cursor: pointer;
}

.pricing-page .compare-demo-content table tr.title td:first-child div {
  color: #fec415 !important;
}

.pricing-page .compare-demo-content table td:first-child {
  padding-left: 30px;
}

.pricing-page .compare-demo-content table td:first-child div {
  position: relative;
  padding-left: 40px;
}

.pricing-page .compare-demo-content table th:first-child {
  padding-left: 30px;
}

.pricing-page .compare-demo-content table th:first-child div {
  position: relative;
  padding-left: 40px;
}

.pricing-page .compare-demo-content table tr.title button {
  background: none;
  pointer-events: none;
  margin-right: 10px;
  border: 0px;
  color: #fff;
  position: absolute;
  left: 0px;
}

.pricing-page .compare-demo-content table tr.title button.btn-active i:before {
  content: "\f068";
}

.pricing-page .compare-demo-content table tr.hide-content {
  background: rgba(255, 255, 255, 0.1);
  display: none;
  visibility: hidden;
}

.pricing-page .compare-demo-content table tr.active {
  visibility: visible;
  display: table-row;
}

.pricing-page .compare-demo-content table tr.hide-content td:first-child {
  padding-left: 60px !important;
}

.pricing-page .compare-demo-content table tr.table-action td {
  height: 130px !important;
}

.pricing-page .compare-demo-content table tr.table-action td:first-child {
  padding-left: 0px !important;
}

.pricing-page .compare-demo-content table tr.table-action td:first-child div {
  font-size: 16px !important;
  font-weight: var(--primary-font-weight-light) !important;
  color: rgba(255, 255, 255, 0.7);
}

.pricing-page .compare-demo-content table tr td em {
  font-style: normal;
  color: var(--primary-color);
}

.table-action .explore_btn {
  margin: 5px 0 5px auto !important;
}

.pricing-page.solution_page:after {
  width: 500px;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 100px;
}

.with-star em {
  font-style: normal;
  color: var(--primary-color);
  margin-left: 10px;
}

.overlay-menu-link-arrow {
  position: absolute;
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  overflow: hidden;
  right: 0;
  top: 7px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.overlay-menu-link-arrow_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s;
  transform: translate(0);
  will-change: transform;
}

.overlay-menu-link-arrow_next {
  transform: translate(-100%, 100%);
}

.overlay-menu-link-arrow svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: var(--primary-color) !important;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.overlay-menu-link-arrow svg path {
  fill: var(--primary-color) !important;
}

.overlay li a:hover .overlay-menu-link-arrow {
  opacity: 1;
  visibility: visible;
}

.overlay li a:hover .overlay-menu-link-arrow_next {
  transform: translate(0);
}

#cursor-dot,
#cursor-dot-outline {
  z-index: 999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out;
}

#cursor-dot {
  width: var(--cursor-size);
  height: var(--cursor-size);
  background-color: rgba(var(--color-cursor), 1);
}

#cursor-dot-outline {
  width: var(--cursor-outline-size);
  height: var(--cursor-outline-size);
  background-color: rgba(var(--color-cursor), var(--cursor-outline-shade));
}

.form-field-row > div.col-md-12,
.form-field-row > div.col-md-6 {
  position: relative;
}

label.error {
  position: absolute;
  bottom: 0;
  color: var(--primary-color);
  right: 10px;
  opacity: 0.7;
  font-size: 13px;
}

.contact_explore_btn .explore_btn {
  padding: 0px !important;
}

.explore_btn input {
  background: none;
  border: 0px;
  color: #fff;
  padding: 0 30px 0 0;
  width: 100%;
  text-align: left;
}

.explore_btn:hover input {
  color: var(--primary-color);
  cursor: pointer;
}

.our-leadership {
  padding: var(--section-padding) 0 0;
  position: relative;
  background: var(--white-color);
}

.our-leadership:after {
  height: 1px;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.our-leadership .process_cnt {
  float: left;
  margin-bottom: 100px;
  text-align: center;
}

.our-leadership .process_cnt small {
  color: var(--primary-color) !important;
  opacity: 1;
  margin-bottom: 30px !important;
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: var(--primary-font-weight-medium) !important;
}

.our-leadership .process_cnt p {
  font-size: 52px;
  line-height: 54px;
  color: var(--black-color);
  font-weight: var(--primary-font-weight-light);
  margin-top: 20px;
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.our-leadership .solutions_box {
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
  background: none;
  align-items: center;
  margin: 0px;
}

.our-leadership .sol_list_img {
  height: 320px;
  width: 320px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 20px;
  background-color: #e9e9e9;
}

.our-leadership .solutions_box h3 {
  color: var(--black-color);
  font-weight: var(--primary-font-weight-medium);
  margin: 0px;
  justify-content: center;
  font-size: var(--size-28) !important;
}

.our-leadership .solutions_box p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.our-leadership .first-row {
  align-items: center !important;
  place-content: center;
}

.our-leadership .first-row .col-3,
.our-leadership.second-row .col-3 {
  width: 320px !important;
}

.our-leadership .first-row .col-3 .sol_list_img,
.our-leadership.second-row .col-3 .sol_list_img {
  width: 100% !important;
}

.home-detail-page .about-solution .process_cnt {
  padding: 0px;
}

.table-contents {
  padding: var(--section-padding) 0;
  background: #fff;
}

.custom-container {
  display: flex;
  grid-gap: 40px;
  max-width: 88%;
  margin: auto;
  justify-content: space-between;
}

.custom-col-left {
  width: 440px;
}

.question {
  position: sticky;
  top: 140px;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
}

.custom-col-right {
  width: calc(100% - 520px);
  float: right;
}

.que-ans p {
  margin-bottom: 20px;
}

.que-ans h2 {
  color: var(--black-color);
  margin: 40px 0 10px;
}

.que-ans h3 {
  color: var(--black-color);
  margin: 40px 0 10px;
}

.que-ans ul,
.que-ans ol {
  margin-bottom: 20px;
  margin-left: 30px;
}

.que-ans ul li {
  margin-bottom: 10px;
  list-style: disc;
  padding-left: 10px;
}

.que-ans ol li {
  margin-bottom: 10px;
  list-style: decimal;
  padding-left: 10px;
  font-size: 24px;
}

.question h3 {
  color: var(--black-color);
  margin: 0px 0 30px;
}

.que-ans h4 {
  color: var(--black-color);
  margin: 20px 0;
  font-weight: var(--primary-font-weight-medium);
}

.question ol {
  counter-reset: item;
  width: 100%;
  float: left;
}

.question ol ol {
  margin-left: 5px;
  margin-top: 20px;
}

.question ol li {
  padding-left: 10px;
}

.question ol li a {
  color: var(--black-color) !important;
  font-size: 18px;
  padding-left: 10px;
}

.question ol li a::before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.2em;
  float: left;
  font-weight: var(--primary-font-weight-medium);
}

.custom-col-right .detail-banner-image {
  height: auto !important;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.custom-col-right .detail-banner-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cta-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 80px 0 30px !important;
}

.home-detail-page.section-dark {
  padding-bottom: 0px !important;
}

.award-items .award-lst:hover .award-img img {
  -webkit-animation: home-arrow-bounce 2s infinite;
  animation: home-arrow-bounce 2s infinite;
  transition: all 0.9s ease;
}

@-webkit-keyframes home-arrow-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes home-arrow-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.terms-page .about-page-content {
  margin-bottom: 0px;
  max-width: 100%;
  padding-bottom: 100px;
}

.terms_cnt {
  padding: var(--section-padding) 0;
}

.terms_cnt h2 {
  margin-bottom: 30px;
  font-weight: var(--primary-font-weight-bold);
}

.terms_cnt h3 {
  margin-bottom: 10px;
  font-weight: var(--primary-font-weight-medium);
}

.terms_cnt p {
  margin-bottom: 30px;
}

.terms_cnt h4 {
  margin-bottom: 10px;
  font-weight: var(--primary-font-weight-regular);
  font-size: 25px;
}

.terms_cnt ul {
  margin-bottom: 30px;
  margin-left: 30px;
}

.terms_cnt ul li {
  font-weight: var(--primary-font-weight-regular) !important;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
}

ul.with-dot li {
  list-style: disc;
}

.reps_msg {
  font-size: 16px;
  padding: 10px 20px;
  float: left;
  margin: 10px 0 0;
  border-radius: 30px;
}

p:empty,
.captcha_err:empty {
  display: none;
}

.captcha_err {
  font-size: 16px;
  color: var(--primary-color);
  padding: 0px;
  float: left;
  margin: 10px 0 0;
  border-radius: 30px;
}

.owl-carousel-benefits.owl-carousel .owl-item .propel_img {
  height: 350px;
  /*transition: all 0.6s ease;*/
}

.owl-carousel-benefits.owl-carousel .owl-item img {
  object-fit: cover;
  /*transition: all 0.3s ease;*/
  height: 100%;
}

.owl-carousel-benefits.owl-carousel.owl-drag .owl-item {
  /*transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.9);*/
  filter: grayscale(100%);
}

.owl-carousel-benefits.owl-carousel.owl-drag .owl-item .item {
  width: 100% !important;
}

.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
  filter: grayscale(0%);
  /*transform: scale(1);*/
}

/*.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem,
.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem {
  transform: scale(1);
}*/
/*.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem h5,
.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem h5,
.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem p,
.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem p {
  padding-left: 30px !important;
  padding-right: 30px !important;
}*/
.owl-carousel-benefits.owl-carousel.owl-drag .owl-item.active .propel_img {
  /*transform: scale(1);*/
  padding-top: 0 !important;
  opacity: 1;
  filter: grayscale(0%);
}

.owl-carousel-benefits.owl-carousel.owl-drag .owl-item .propel_img {
  /*transform: scale(0.95);
  padding-top: 35px !important;*/
  opacity: 1;
  filter: grayscale(0%);
}

.owl-carousel-benefits.owl-carousel.owl-drag
  .owl-item.firstactiveitem
  .propel_img {
  /*transform: scale(0.9);
  padding-top: 25px !important;*/
  opacity: 1;
  filter: grayscale(0%);
}

.owl-carousel-benefits.owl-carousel.owl-drag
  .owl-item.lastactiveitem
  .propel_img {
  /*transform: scale(0.9);
  padding-top: 25px !important;*/
  opacity: 1;
  filter: grayscale(0%);
}

.owl-carousel-benefits.owl-carousel .owl-item {
  transform: translate3d(0, 0, 0);
}

.owl-carousel-benefits.owl-carousel .owl-item .item {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.owl-carousel-benefits.owl-carousel .owl-item.center .item {
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 25px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 0px;
  margin: 0px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  place-content: center;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-next:after {
  content: "\f105";
  font-size: 20px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:after {
  content: "\f104";
  font-size: 20px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--white-color);
}

.owl-carousel .owl-nav button.owl-next:hover:after,
.owl-carousel .owl-nav button.owl-prev:hover:after {
  color: var(--primary-color);
}

.owl-carousel .owl-nav,
.owl-nav {
  display: inline-flex;
  align-items: center;
  place-content: center;
  width: 100%;
  margin-top: 50px !important;
  grid-gap: 30px;
}

.home-banner {
  position: relative;
  padding-top: 120px;
}

.home-banner .award-items {
  position: absolute;
  bottom: 200px;
  z-index: 2;
  left: 0px;
  width: 100%;
  margin: auto auto 20px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}

.home-banner .award-items .award-lst {
  margin: 0px 30px;
  width: auto;
}

.home-banner .award-items .award-lst .award-img {
  height: 150px;
  margin-bottom: 10px;
  background: url(../images/award/award-bg-gray.png) center bottom no-repeat;
  background-size: 131px 101px;
}

.home-banner .award-items .award-lst:hover .award-img {
  transition: all 0.9s ease;
  background: url(../images/award/award-bg-hover.png) center bottom no-repeat;
  background-size: 131px 101px;
}

.home-banner .award-items .award-lst h5 {
  color: #fff !important;
}

.home-banner .award-items .award-lst p {
  color: #fff !important;
}

.french_lang .home-banner .award-items .award-lst p {
  font-size: 18.6px !important;
}

.our-leadership .first-row .solutions_box p {
  min-height: inherit;
}

.cpy_logo img {
  width: 100%;
}

.draggable-items {
  position: relative;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
  cursor: pointer;
}

.draggable-items.active {
  cursor: grab;
}

.dropdown-ul li {
  display: none;
  cursor: pointer;
  padding: 10px 20px !important;
  min-width: 150px;
}

.dropdown-ul li:first-child {
  display: block;
  border-top: 0px;
}

.dropdown-ul {
  display: inline-block;
  padding: 0;
  border-radius: 10px !important;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-ul > li:nth-child(2):after {
  display: none;
}

.dropdown-ul > li:first-child:after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: var(--black-color);
  top: 10px;
  margin: auto;
  height: 100%;
  display: flex;
}

.dropdown-ul li:hover {
  background-color: #eee;
}

.dropdown-ul li:first-child:hover {
  background-color: transparent;
}

.dropdown-ul.open li {
  display: block;
}

.dropdown-ul span:before {
  position: absolute;
  top: 5px;
  right: 15px;
  content: "\2193";
}

.dropdown-ul.open span:before {
  content: "\2191";
}

.marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 80px 0 !important;
  display: flex;
  align-items: center;
  position: relative;
  height: 85px;
}

.statistics-lst {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.thank-you-page .about-page-content {
  padding: 0px;
  width: 100%;
  max-width: 100% !important;
}

.thank-you-page .thankyou-content {
  padding: 50px 0 var(--section-padding) 0;
  float: left;
}

.thank-you-page.casestudy_page .banner {
  padding: 100px 0 !important;
  height: 100vh;
  display: flex;
  align-items: center;
  place-content: center;
}

#file-name-show {
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 5px;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.thankyou-modal .back-to-home {
  background: none;
  border: 0px;
  color: var(--white-color);
  margin-top: 30px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-right: 0;
  float: left;
}

.thankyou-block {
  display: flex;
  flex-direction: column;
  height: 95vh;
  padding: 80px 120px 0;
  align-items: flex-start;
  place-content: center;
  width: 100vw;
}

.thankyou-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  align-items: center;
  grid-gap: 40px;
  height: 80vh;
  display: flex;
  align-items: center;
  place-content: center;
}

.thankyou-content h1 {
  font-weight: var(--primary-font-weight-light);
  font-size: 76px;
  line-height: 76px;
  text-transform: uppercase;
}

.thankyou-content p {
  text-align: center;
  color: var(--white-color);
  font-size: 26px;
  line-height: 38px;
}

.thankyou-content div {
  margin-top: auto;
}

.thankyou-content .extra-link {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}

.thankyou-content .extra-link a {
  color: var(--primary-color);
}

.thankyou-content .extra-link a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.thankyou-ftr {
  margin-top: auto;
  width: 100%;
}

.thankyou-ftr ul {
  margin-top: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.thankyou-ftr ul li,
.thankyou-ftr ul a {
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: var(--primary-font-weight-light);
}

.thankyou-ftr ul a:hover {
  color: #fff;
}

.accordion-body ul {
  list-style: disc;
  margin: 20px 30px;
}

.accordion-body ul li {
  list-style: disc;
}

/* new updated css */
.inner-pages-header-padding-top {
  padding-top: var(--inner-pages-header-section-padding-top) !important;
}

.section-dark .casestudy-aproach-content.aproach-content small {
  color: rgba(255, 255, 255, 0.7) !important;
}

.aproach-content .slogun-aproch-content,
.slogun-aproch-content p,
.casestudy-aproach-content.aproach-content h3 {
  color: var(--white-color) !important;
  line-height: var(--size-50px) !important;
  max-width: 100%;
}

.description-section.business_critical small {
  color: rgba(0, 0, 0, 0.7) !important;
}

.about-page h1,
.about-page h4 {
  margin-bottom: 40px !important;
}

.about-page.casestudy_page .banner_cnt {
  margin: 0px;
  padding: 0px;
}

.about-page .banner.about-banner-section {
  height: auto;
  padding: var(--inner-pages-header-section-padding-top) 0 !important;
}

.about-page .banner.about-banner-section:after {
  background: url(../images/casestudy/casestudy-bg.png) top right no-repeat;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  left: 0px;
  top: -100px;
  z-index: 1;
  opacity: 0.7;
}

.about-page .banner.about-banner-section .banner_cnt {
  position: relative;
  z-index: 2;
  padding: 0px;
}

.about-banner {
  margin-top: 90px;
  margin-left: -150px;
}

.about-banner img {
  width: 100%;
}

.about-page .banner.about-banner-section .about-casestudy {
  padding: 0px 70px 0 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about-casestudy-rt p {
  color: rgba(255, 255, 255, 0.7);
}

.our-leadership h3 {
  line-height: var(--size-72) !important;
}

.inner-container.section-dark {
  padding-bottom: 0px !important;
}

.casestudy-banner-section .arrow-indicate {
  float: left;
  margin-bottom: 370px;
}

.arrow-indicate img {
  transition: all 0.3s ease;
}

.industry_block {
  overflow: hidden;
}

.casestudy-aproach-content.aproach-content h3 br {
  display: none;
}

.standout_features .built_cnt {
  position: relative;
}

.standout_features .built_img {
  position: absolute;
  left: 0px;
}

.standout_features .built_cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 480px;
}

.standout_features .built_cnt p {
  max-width: 500px;
  margin-left: 140px;
  color: #fff !important;
}

.solution-detail-page .about-solution {
  padding: var(--inner-pages-header-section-padding-top) 0 0 !important;
}

.solution-detail-page .benefits-list.flip-container .flip p {
  max-width: 100%;
}

.solution-detail-page .smartnotification.section-white small {
  color: rgba(0, 0, 0, 0.7) !important;
}

.section-white.howitwork small {
  color: rgba(0, 0, 0, 0.7) !important;
}

.smart-station-page .howitwork .integ_title {
  margin-bottom: 30px;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: none;
  border-radius: 9px;
  border: 1px solid rgba(256, 256, 256, 0.2);
  /*box-shadow:0 0px 4px rgba(0,0,0,0.15)*/
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-top-color: rgba(256, 256, 256, 0.2) !important;
}

.header-sticky .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: transparent;
  /*border:1px solid #0a0a0a !important;*/
  border: 1px solid #0a0a0a;
}

.header-sticky .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border-top-color: #0a0a0a !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  border-radius: 9px 9px 0 0 !important;
  background: transparent !important;
  /*background: rgba(0,0,0,0.2)!important;*/
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-radius: 0 0 9px 9px !important;
  /*background: rgba(0,0,0,0.2)!important;*/
  background: transparent !important;
  /*box-shadow:0 0px 4px rgba(0,0,0,0.15);*/
  border: 1px solid rgba(256, 256, 256, 0.2);
  border-top: none !important;
}

.header-sticky .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: 1px solid #0a0a0a;
}

.home-detail-page .integ_big img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.home-detail-page .integ_big:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.french_lang .hero-title p {
  max-width: 540px;
  margin-top: -30%;
  margin-right: 10%;
}

.flex-single {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 25px;
  justify-content: space-between;
}

.contact-form .contact-detail .wpcf7-form .submit-btn .explore_btn {
  margin-top: 0px;
}

.contact-form .contact-detail .wpcf7-form .submit-btn > p {
  display: flex;
  align-items: center;
}

.ez-toc-title {
  display: none !important;
}

.owl-carousel.award-items .owl-item img {
  width: auto;
}

.owl-carousel.award-items .owl-nav,
.award-items .owl-nav {
  position: absolute;
  width: 100%;
  margin: auto !important;
  padding: 0px 20px !important;
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
  bottom: 0px !important ;
  justify-content: space-between;
}

.founder_block .carousel-inner {
  height: 100%;
}
.founder_block .carousel-inner .carousel-item {
  height: 100%;
}
.founder_block .carousel-inner .carousel-item img {
  width: auto !important;
  height: 100% !important;
  object-fit: contain;
}



/* ==========================================
   homeslider.css 
   ========================================== */

 #c2 {background-image: url("../images/header-bg1.jpg") !important;background-size: 100%;background-color: transparent !important;}
#c3 {background-image: url("../images/header-bg2.jpg") !important;background-size: 100%;background-color: transparent !important;}
#r1 {background-image: url("../images/responsibility-bg1.jpg") !important;background-size: cover !important;background-color: transparent !important;}
#r2 {background-image: url("../images/responsibility-bg2.jpg") !important;background-size: cover !important;background-color: transparent !important;}
.hero-text-container{position: relative;z-index: 2;pointer-events: none;}
#carouselExampleControls, .my-home-carousel{display: block;width: 100%;height: 100%;position: absolute;top:0px;background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #0a0a0a ;overflow: hidden;color: #ffffff;text-align: center; pointer-events: none;}
#homecarousel > div {display: block;width: 100%;height: 100vh;position: absolute;top:0px;background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #0a0a0a ;overflow: hidden;color: #ffffff;text-align: center;}
#homecarousel > div {position: absolute;}
#homecarousel > i {opacity: 0.5;color: #ffffcc;position: absolute;font-size: 60px;margin: 20px;top: 40%;cursor: pointer;-moz-transition: 0.2s;-o-transition: 0.2s;-webkit-transition: 0.2s;transition: 0.1s;}
#homecarousel > #left {z-index: 2;position: absolute;left: -100px;}
#homecarousel > #right {z-index: 2;position: absolute;right: -100px;}
#homecarousel:hover > #left {left: 0;}
#homecarousel:hover > #right {right: 0;}
#homecarousel > i:active {color: #ac4d4d;text-shadow: 0 5px 2px #000000;-moz-transform: translate(0, 5px);-ms-transform: translate(0, 5px);-o-transform: translate(0, 5px);-webkit-transform: translate(0, 5px);transform: translate(0, 5px);cursor: pointer;}
#homecarousel > ul {opacity: 0.7;position: absolute;bottom: 10px;left: 40vw;z-index: 4;padding: 0;margin: 0;}
#homecarousel > ul > li {margin: 0;padding: 0;width: 20px;height: 20px;border-radius: 50%;list-style: none;float: left;background-color: white;margin-right: 20px;cursor: pointer;border: 5px solid #223422;box-shadow: 0 0 5px 1px white;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;transition: 0.3s;}
#homecarousel > ul > li.showli {background-color: #ffcc00;border: 5px solid white;box-shadow: 0 0 5px 1px #ac4d4d;-moz-animation: boing 0.5s forwards;-o-animation: boing 0.5s forwards;-webkit-animation: boing 0.5s forwards;animation: boing 0.5s forwards;}
#homecarousel > ul > li:hover {background-color: #ffffff;border: 5px solid white;box-shadow: 0 0 5px 1px #ac4d4d;}
#carousel > div.show {z-index: 1;}
@keyframes boing {0% {transform: scale(1.2);}
40% {transform: scale(0.6);}
60% {transform: scale(1.2);}
80% {transform: scale(0.8);}
100% {transform: scale(1);}
}
.about-page .founder_block{background: transparent !important;overflow: hidden;position: relative;min-height: inherit;padding:var(--size-200) 0 !important}
.about-page .founder_block .founder-message{position: relative;z-index: 1;pointer-events: none; width:50%}
.about-page .about-carousel:after{background-color: rgba(0,0,0,.3);position: absolute;left:0px;top:0px;width:100%;height: 100%;content: "";}
#carouselExampleControls .carousel-control-next, #carouselExampleControls .carousel-control-prev{width: 5%;}


/* ==========================================
   home-groth.css 
   ========================================== */

.custom-grid-wrapper img {max-width: 100%;height: auto;vertical-align: middle;display: inline-block;}
.custom-grid-wrapper > div {display: flex;justify-content: center;align-items: flex-start;border:0px solid #e1e1e1;position: relative;}
.custom-grid-wrapper > div > img {max-width: 100%;vertical-align: middle;display: inline-block;height: 100%;width: 100%;left: 0px;top:0px;object-fit: contain;position: absolute;}
.custom-grid-wrapper {display: grid;grid-gap: 20px;grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));grid-auto-rows: 240px;grid-auto-flow: dense;width: calc(100% + 300px);margin-left: -150px;}
.custom-grid-wrapper .wide {grid-column: span 2;}
.custom-grid-wrapper .tall {grid-row: span 2;}
.custom-grid-wrapper .big {grid-column: span 2;grid-row: span 2;}
.custom-grid-wrapper .big2 {grid-column: span 3;grid-row: span 2;}
.custom-grid-wrapper > div div{width:100%;height: 100%;}
.custom-grid-wrapper > div span{display: none;}
.solution-key-features .custom-grid-wrapper{margin:-70px 0 0px;padding:0px;grid-auto-rows: 270px;grid-template-columns: repeat(auto-fit, minmax(calc(20% - 20px), 1fr));}
.key-feture-content{background: var(--primary-color);padding:30px 40px;width:100%;height: 100%;display: flex;place-content: center;flex-direction: column;}
.key-feture-content h5{font-size: 30px;font-weight: var(--primary-font-weight-medium);line-height: 38px;color:var(--white-color);margin-bottom: 20px;}
.key-feture-content p{color:var(--white-color);font-size: 18px;font-weight: var(--primary-font-weight-regular);line-height: 23px;}
.custom-grid-wrapper > div:nth-child(1){/*padding-top: 190px;*/margin-top: 190px;}
.custom-grid-wrapper > div:nth-child(2){margin-top: 100px;}
/* .business-growth .custom-grid-wrapper{margin: 0px;padding:0px;grid-auto-rows: 230px;width:calc(100% + 270px);margin-left: -150px;} */
.business-growth .custom-grid-wrapper{margin: 0px;padding:0px;grid-auto-rows: 250px;width:100%;}
.business-growth .custom-grid-wrapper > div:nth-child(2){padding:0px;margin: 0px;}
.business-growth .custom-grid-wrapper > div{border:1px solid #e1e1e1 !important;overflow: hidden;background: #fff;padding: 0 !important;transition: all 0.3s ease;}
.business-growth .custom-grid-wrapper > div:hover{box-shadow: 0px 41px 78px rgba(0, 0, 0, 0.15);}
.business-growth svg rect{stroke-width:0 !important;}
.business-growth svg {width:100%;height: 100%;}
.business-growth .custom-grid-wrapper > div:first-child{margin-top: -80px;}
.business-growth .custom-grid-wrapper > div:nth-child(4){margin-top: -80px;}
.business-growth .custom-grid-wrapper > div:nth-child(5){margin-top: -140px;}
.process_cnt {
    margin-top: 150px;
    margin-bottom: 45px;
}

@media screen and (max-width:767px) {
	.custom-grid-wrapper > div.key-features-itm, .custom-grid-wrapper > div{display: none;}
	.custom-grid-wrapper > div.key-features-itm.active {margin:0px;overflow: visible;display: block;padding: 0px !important;height: 200px;}
	.business-growth .custom-grid-wrapper {background-color: white;width: 100%;display: inline-block;transition: 0.2s;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;height: 245px;margin: auto;place-content: center;border: 1px solid rgba(0, 0, 0, 0.2);}
	.business-growth .custom-grid-wrapper span {display: block;position: absolute;top: -15px;font-weight: var(--primary-font-weight-medium);font-size: 26px;line-height: 33px;left:20px;height: 30px;padding: 0 10px;background: #ffffff;color: var(--primary-color); z-index: 9; }
	.business-growth .custom-grid-wrapper>div div{grid-gap: 0px;background-color: transparent !important;}
	.business-growth .custom-grid-wrapper>div {background: none !important;height: auto;max-height: inherit;grid-gap: 10px;padding: 30px 20px;align-items: flex-start;border:0px !important }
	.business-growth .custom-grid-wrapper>div div.enhanced-experiance h2{font-size: 30px;text-align: center;line-height: normal;}
	.business-growth .custom-grid-wrapper>div h2 {color: #0a0a0a !important;font-weight: var(--primary-font-weight-regular);font-size: 22px;line-height: 30px;text-align: left;margin-bottom: 5px;min-height: 60px;}
	.business-growth .custom-grid-wrapper>div p {color: rgba(10, 10, 10, 0.7) !important;font-weight: var(--primary-font-weight-light);font-size: 16px;line-height: 26px;text-align: left !important;min-height: 70px;}
	.business-growth .custom-grid-wrapper>div.businss-visibility h2{color:#fff !important}
}


/* ==========================================
   media.css 
   ========================================== */

/* container row css  */

@media screen and (min-width: 1680px) {
  .hero-text-container .hero-title h1 {
    font-size: 180px !important;
    line-height: 190px !important;
  }

  .hero-text-container .hero-title h1 span {
    font-size: 180px !important;
    line-height: 225px !important;
  }
}

@media screen and (min-width: 1420px) {
  .container {
    min-width: 90%;
    max-width: 90%;
  }

  .row > * {
    padding-right: 16px;
    padding-left: 16px;
  }

  .solutions_box h3 {
    white-space: nowrap;
  }

  .solution-detail-page .smart-tabs-content .built_cnt {
    display: flex;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_det {
    max-width: inherit;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_img {
    flex-shrink: 0;
    width: 550px;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .footer h1,
  .footer h4 {
    font-size: var(--size-80);
  }

  .home-banner .award-items .award-lst {
    margin: 0px 2px;
  }

  .about .section-title {
    width: 75%;
  }
}

@media screen and (max-width: 1421px) {
  .container {
    min-width: 95% !important;
    max-width: 95% !important;
  }

  .overlay.open:before {
    width: 70px;
  }

  .process_cnt br {
    display: none;
  }

  .industry_block br {
    display: none;
  }

  .about-page br {
    display: none;
  }

  .about-page .founder_block .founder-message {
    width: 70%;
  }

  .solution-key-features .custom-grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    width: 100% !important;
    margin: 0px !important;
    padding: 0 30px !important;
  }

  .solution-key-features .custom-grid-wrapper > div {
    padding: 0px !important;
    margin: 0px !important;
  }

  .solution-key-features .custom-grid-wrapper .tall {
    grid-row: span 1;
  }

  .solution-key-features .custom-grid-wrapper .wide {
    grid-column: span 1;
  }

  .solution-key-features .custom-grid-wrapper .key-features-itm {
    grid-row: span 2 !important;
  }

  .solution-key-features .custom-grid-wrapper div:last-child {
    grid-row: span 1 !important;
    grid-column: span 2 !important;
  }
}

/* global css */
@media screen and (min-width: 1601px) and (max-width: 1700px) {
  .overlay .overlay-ftr {
    width: 85%;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
    min-height: 40px;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }

  .footer h1 {
    font-size: var(--size-100);
  }
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
  body .medium-title-heading-fonts {
    font-size: 130px !important;
  }

  body .large-title-heading-fonts {
    font-size: 130px !important;
    line-height: 120px !important;
  }

  .statistics {
    bottom: -45px !important;
  }

  .french_lang .statistics {
    bottom: 55px !important;
  }

  .hero-title p {
    margin-right: -4%;
  }

  .integ_big {
    padding: 45px;
  }

  .solutions_box {
    padding: 10px;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
  }

  .arrow-indicate img {
    height: 200px;
    width: 200px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right p {
    max-width: 100%;
  }

  .our-leadership .second-row .col-3 .sol_list_img {
    width: 280px !important;
    height: 280px !important;
  }

  .business-growth .integ_title {
    margin-left: 260px;
  }

  .finance-management h2,
  .global-finance h2 {
    font-size: 26px !important;
    line-height: 31px !important;
  }

  .about-page .founder_block .founder-message {
    width: 75%;
  }

  .overlay .overlay-ftr {
    width: 85%;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
    min-height: 30px;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .page-id-1556 .french_lang .sect-enterprise .integ_title h1 {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 1024px) {
  .french_lang .banner.home-banner .hero-title {
    position: relative;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .french_lang .banner.home-banner .hero-title p {
    margin-top: -22% !important;
    margin-right: -0% !important;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 1920px) {
  .french_lang .solution-key-features .section-heading-fonts {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1680px) {
  .page-id-1556 .global-finance h2 {
    font-size: 32px;
  }

  .french_lang
    .work-flow.work-flow-tree
    .steps.step-row-bottom
    .step-itm
    .item-ex-info {
    right: -7.3rem;
  }

  .french_lang
    .work-flow.work-flow-tree
    .steps.step-row-bottom
    .step-itm
    .item-ex-info::after {
    left: 7px;
  }

  .french_lang .banner.home-banner .hero-title p {
    margin-right: 10%;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1850px) {
  .contact_page .get-in-touch .contact-detail .con-left {
    width: 55%;
  }

  .contact_page .get-in-touch .contact-detail .con-right {
    width: 45%;
  }

  .contact_page .contact-form {
    margin-top: -85px;
  }

  .work-flow .steps:after {
    width: 4.7rem;
    height: 0.85rem;
  }

  .work-flow .final-step .step-itm::after {
    width: 0.85rem;
    height: 3.5rem;
    bottom: -4.3rem;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm::before {
    height: 9.8rem;
    top: -9.8rem;
  }

  .french_lang .solution-key-features .section-heading-fonts {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1700px) {
  .work-flow.work-flow-tree .step-row-top .step-content::before {
    width: 73.6%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1419px) {
  .custom-col-left {
    width: 300px;
  }

  .custom-col-right {
    width: calc(90% - 320px);
  }

  .contact_page .get-in-touch .contact-detail .con-left {
    width: 50%;
  }

  .contact_page .get-in-touch .contact-detail .con-right {
    width: 50%;
  }

  .contact_page .get-in-touch .contact-detail .con-right .getintouch-banner {
    width: 100%;
    margin-right: -35px;
    height: calc(100% - 70px);
  }

  .contact_page
    .get-in-touch
    .contact-detail
    .con-right
    .getintouch-banner
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .work-flow .steps:after {
    width: 4.7rem;
    height: 0.7rem;
  }

  .work-flow .final-step .step-itm::after {
    width: 0.7rem;
    height: 3.5rem;
    bottom: -4.3rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.inbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    width: 3.989rem;
    height: 0.656rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:last-child)
    .step-icon::after,
  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:first-child
    .step-icon::after {
    height: 0.756rem;
    width: 6rem;
    right: -7rem;
    background-size: 61.5%;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm::before {
    height: 9.8rem;
    top: -9.8rem;
  }

  .work-flow.work-flow-tree .step-row-top .step-content::before {
    width: 73.6%;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1419px) {
  .solution-detail-page .detail-banner-image {
    height: auto;
  }

  .solution-detail-page .keybenefits .integ_title h2 br {
    display: none;
  }

  .solution-detail-page .smart-tabs-content .built_cnt {
    display: flex;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_det {
    max-width: inherit;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_det ul {
    grid-gap: 20px;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_img {
    flex-shrink: 0;
    width: 420px;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_img img {
    max-width: 100%;
    height: auto;
  }

  .solution-detail-page .section-heading-fonts {
    font-size: var(--size-52) !important;
    line-height: var(--size-64) !important;
  }

  .solution-detail-page .solution-content {
    padding-left: 0;
  }

  .footer h1 {
    font-size: var(--size-72);
  }
}

@media screen and (min-width: 1136px) and (max-width: 1300px) {
  .business-growth .integ_title {
    margin-left: 220px;
  }

  .hero-title p {
    margin-right: 12%;
    margin-top: -21%;
  }

  .integ_big {
    padding: 35px;
  }

  .solutions_box {
    padding: 30px;
  }

  .enterprise-company-lst {
    grid-gap: 40px;
  }

  .enterprise-company-lst img {
    max-height: 85px;
  }

  .solutions_box h3 {
    white-space: nowrap;
  }

  .arrow-indicate img {
    height: 180px;
    width: 180px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right p {
    max-width: 100%;
  }

  .our-leadership .first-row .col-3 .sol_list_img {
    width: 320px !important;
    height: 320px !important;
  }

  .our-leadership .second-row .col-3 .sol_list_img {
    width: 260px !important;
    height: 260px !important;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
    min-height: 30px;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }

  .home-banner ~ .standout_features .built_box ul,
  .solution-listing-page .standout_features .built_box ul {
    width: 21%;
    padding-right: 10px;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1136px) {
  .hero-title p {
    margin-right: 4%;
    margin-top: -22%;
  }

  .business-growth .integ_title {
    margin-left: 200px;
  }

  .solutions_box {
    padding: 20px;
  }

  .solutions_box h3 {
    white-space: nowrap;
  }

  .arrow-indicate img {
    height: 160px;
    width: 160px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right p {
    max-width: 100%;
  }

  .our-leadership .first-row .col-3 .sol_list_img {
    width: 290px !important;
    height: 290px !important;
  }

  .our-leadership .second-row .col-3 .sol_list_img {
    width: 250px !important;
    height: 250px !important;
  }

  .integ_big {
    padding: 40px;
  }

  .integ-grid .integ.integ {
    width: 31% !important;
  }

  .built_cnt {
    padding-left: 300px;
  }

  .built_img {
    width: 300px;
  }

  .built_img img {
    object-fit: cover;
    width: 100%;
  }

  .business-growth .custom-grid-wrapper > div:nth-child(5) {
    padding: 0px;
    margin: 0px;
  }

  .digital-transformation .paragraph-text,
  .finance-management .paragraph-text {
    width: 100%;
  }

  .digital-transformation,
  .global-finance {
    grid-gap: 20px;
    padding: 0 15px;
  }

  .otimize-allocation {
    padding: 0 15px;
  }

  .otimize-allocation h2 {
    font-size: 25px;
  }

  .global-finance h2 {
    font-size: 30px;
    line-height: normal;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }

  .home-banner ~ .standout_features .built_box ul,
  .solution-listing-page .standout_features .built_box ul {
    width: 17%;
    padding-right: 10px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1024px) {
  .french_lang .banner.home-banner .hero-title p {
    margin-right: -18%;
  }

  .business-growth .custom-grid-wrapper > div:nth-child(5) {
    margin-top: 0px !important;
  }

  .page-id-1556 .business-growth .integ_title {
    margin-left: 0 !important;
  }

  .page-id-1556 .global-finance .paragraph-text {
    line-height: 28px;
  }

  .page-id-1556 .global-finance h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .overlay li a {
    font-size: 42px;
  }

  .french_lang .overlay li a {
    font-size: 36px;
  }

  .page-id-44 .standout_features .built_cnt,
  .page-id-1626 .standout_features .built_cnt {
    padding-left: 370px;
  }

  .page-id-44 .standout_features .built_cnt p,
  .page-id-1626 .standout_features .built_cnt p {
    margin-left: 45px;
  }

  .french_lang .header-action ul li.header-contact a {
    letter-spacing: 0;
  }

  .custom-col-left {
    width: 300px;
  }

  .custom-col-right {
    width: calc(100% - 320px);
  }

  .home-banner .award-items {
    padding-bottom: 40px !important;
  }

  .faqs .col-10 {
    width: 100% !important;
  }

  .compare-demo-content table td,
  .compare-demo-content table th {
    height: 60px;
  }

  .footer {
    min-height: inherit;
  }

  .built_box {
    display: inline-block;
  }

  .built_box ul {
    margin: 0;
    padding: 0;
    border-right: 0;
    width: 100%;
    margin-right: 0;
    padding-top: 40px;
    border-bottom: 1px solid #535353;
    margin-bottom: 0px;
    padding-bottom: 40px;
    display: inline-block;
  }

  .built_img img {
    max-width: 100%;
    height: auto;
  }

  .built_cnt {
    padding-top: 40px;
    display: flex;
  }

  .built_num {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0 20px;
    width: 20px;
  }

  .built_det {
    max-width: 100%;
    margin-top: 0;
    margin-left: 40px;
  }

  .built_det h2 {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .business-growth {
    padding: 60px 0 20px;
  }

  .business-growth .integ_title {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px;
  }

  .built_box li {
    width: 50%;
    float: left;
  }

  .built_det p {
    font-size: 17px;
    line-height: 26px;
  }

  .built_cnt p {
    margin-left: 80px;
  }

  .standout_features {
    padding: var(--section-padding) 0 200px !important;
  }

  .solution-key-features .custom-grid-wrapper,
  .business-growth .custom-grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  }

  .business-growth .integ_title {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px 0 50px;
  }

  .business-growth .integ_title h1,
  .business-growth .integ_title h4 {
    text-align: center;
    max-width: 70%;
    margin: auto;
  }
  .marquee {
    padding: 50px 0 !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
  .hero-title {
    height: 45vh;
  }

  .hero-title p {
    margin-right: 8%;
    margin-top: -21%;
  }

  .integ_big {
    padding: 40px;
  }

  .integ-grid .integ.integ {
    width: 31% !important;
  }

  .enterprise-company-lst img {
    max-height: 55px;
  }

  .footer,
  .about-mrs-holding {
    min-height: inherit;
  }

  .integ_title {
    margin-bottom: 50px;
  }

  .overlay .overlay-menu ul {
    height: 60vh;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }

  .solutions_box {
    padding: 20px;
    margin: 0px;
  }

  .solutions_box h3 {
    white-space: nowrap;
    font-size: var(--size-30) !important;
  }

  .casestudy-banner-section .arrow-indicate {
    margin-bottom: 330px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right p {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    font-size: var(--size-22) !important;
  }

  .solution-content {
    padding-left: 0px !important;
  }

  .founder-message {
    width: 80%;
  }

  .aproch-content {
    width: 90%;
  }

  .our-leadership .first-row .col-3 .sol_list_img {
    width: 260px !important;
    height: 260px !important;
    margin-bottom: 10px;
  }

  .our-leadership .second-row .col-3 .sol_list_img {
    width: 230px !important;
    height: 230px !important;
    margin-bottom: 10px;
  }

  .cert-logo {
    min-height: inherit;
  }

  .cert-logo img {
    height: 100px;
  }

  .award-img {
    width: 140px;
    background-size: 140px;
    margin: auto auto 30px;
  }

  .award-img img {
    height: 90px;
  }

  .about-page .founder_block {
    padding: 120px 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .header-logo img {
    height: 45px;
  }
  .french_lang .banner.home-banner .hero-title p {
    margin-right: -5% !important;
  }

  .page-id-1556 .global-finance h2 {
    font-size: 23px;
  }

  .business-growth .custom-grid-wrapper {
    width: 100%;
    margin: 0px;
    grid-auto-rows: 200px;
    grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  }

  .business-growth .custom-grid-wrapper > div:first-child {
    margin: 0px;
  }

  .business-growth .custom-grid-wrapper > div:nth-child(5) {
    margin: 0px;
  }

  .digital-transformation {
    padding: 0 10px;
  }

  .digital-transformation h2 {
    font-size: 20px;
    line-height: normal;
  }

  .digital-transformation .paragraph-text {
    font-size: 18px;
    width: 100%;
    line-height: normal;
  }

  .analytic-capability {
    padding: 0 15px;
  }

  .analytic-capability h2 {
    font-size: 30px;
    line-height: normal;
  }

  .analytic-capability .paragraph-text {
    font-size: 20px;
    width: 100%;
    line-height: normal;
  }

  .global-finance {
    padding: 0 10px;
  }

  .global-finance h2 {
    font-size: 25px;
    line-height: normal;
  }

  .global-finance .paragraph-text {
    font-size: 20px;
    line-height: normal;
  }

  .otimize-allocation {
    padding: 0 10px;
  }

  .otimize-allocation h2 {
    font-size: 20px;
    line-height: normal;
  }

  .otimize-allocation .paragraph-text {
    font-size: 16px;
    line-height: normal;
  }

  .finance-management {
    padding: 0 20px;
  }

  .finance-management h2 {
    font-size: 28px;
    line-height: normal;
  }

  .finance-management .paragraph-text {
    font-size: 20px;
    width: 100%;
    line-height: normal;
  }

  .custom-grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 1;
  }

  .built_img {
    width: 350px;
  }

  .built_img img {
    object-fit: cover;
    width: 100%;
  }

  .built_cnt {
    padding-left: 360px;
  }

  .built_cnt p {
    margin-left: 40px;
  }

  .hero-title p {
    margin-right: 2%;
    margin-top: -22%;
    max-width: 390px;
  }

  br {
    display: none;
  }
  .integ-grid {
    grid-gap: 10px;
  }
  .integ-grid .integ.integ {
    width: calc(50% - 5px);
  }

  .integ_solution_block .integ_cnt {
    padding: 40px;
  }

  .sect-enterprise .integ_title {
    flex-direction: column;
  }

  .sect-enterprise .integ_title .col-8 {
    width: 100% !important;
    margin-bottom: 40px;
    text-align: center;
  }

  .sect-enterprise .integ_title .col-4 {
    width: 100% !important;
    text-align: center;
  }

  .enterprise-company-lst {
    float: none;
    margin: auto;
    place-content: center;
    width: 100%;
  }

  .explore_btn {
    width: 240px !important;
  }

  .french_lang .explore_btn {
    width: 205px !important;
  }

  .overlay .overlay-menu ul {
    margin-left: 20px;
    height: 60vh;
  }

  .overlay .overlay-ftr ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    justify-content: space-between;
    padding: 0 0px 0 100px;
  }

  .overlay .overlay-ftr ul li:first-child {
    width: 100%;
  }

  .overlay.open li a {
    padding-right: 90px;
  }

  .overlay .overlay-ftr ul li {
    width: 50%;
  }

  .overlay .overlay-ftr ul li:last-child {
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .overlay .overlay-ftr ul li,
  .overlay .overlay-ftr ul li a {
    line-height: normal !important;
  }

  .overlay .overlay-ftr ul {
    padding-left: 40px;
  }

  .solutions_box {
    padding: 10px;
    margin-bottom: 20px !important;
    margin-right: 0px !important;
  }

  .solutions_midd .col-6 {
    margin: 0px;
    width: 100%;
  }

  .solutions_box p {
    min-height: inherit !important;
  }

  .casestudy_page .casestudy-banner-section .banner_cnt p {
    max-width: 100%;
  }

  .casestudy-banner-section .col-7 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .casestudy_page .banner.casestudy-banner-section .about-casestudy {
    padding: 0px;
    border: 0px;
  }

  .casestudy-banner-section .col-5 {
    width: 100% !important;
  }

  .casestudy-banner {
    margin: 30px 0px;
  }

  .about-banner-section .arrow-indicate,
  .casestudy_page .arrow-indicate {
    display: none !important;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right {
    padding: 0px;
  }

  .operates_block .col-6 {
    width: 100% !important;
  }

  .operates_block .col-6 h1 {
    padding: 0px !important;
    max-width: 100%;
    margin: 0px;
  }

  .business_critical .col-7 {
    width: 100% !important;
  }

  .business_critical .col-5 {
    width: 100% !important;
    margin-bottom: 100px !important;
  }

  .founder-message {
    width: 90%;
  }

  .casestudy-aproach-content .col-6 {
    width: 100% !important;
    margin-bottom: 80px;
  }

  .aproch-content {
    width: 100%;
  }

  .industry_block {
    padding-left: 0px;
  }

  .industry_block .col-7 {
    width: 100%;
  }

  .industry_block .col-5 {
    width: 100%;
  }

  .about-banner-section .col-7 {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-banner-section .col-5 {
    width: 100%;
  }

  .about-page .banner.about-banner-section .about-casestudy {
    padding: 0px;
  }

  .casestudy_page .solution-content .industry-content {
    min-height: inherit;
  }

  .about-page .banner.about-banner-section {
    padding-bottom: 0px !important;
  }

  .about-page .aproach-content .col-7 {
    width: 100%;
  }

  .about-page .aproach-content .col-5 {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-page .aproach-content .short-description {
    text-align: center;
    grid-gap: 0px;
    margin-bottom: 50px;
  }

  .about-page .aproach-content.section-dark h3 {
    padding: 0px;
    margin: 0px;
  }

  .inspire-content {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
  }

  .inspire-content .insp-itm {
    width: 33.33%;
    margin: 30px auto 0;
  }

  .second-row .col-3 {
    width: 50%;
  }

  .our-leadership .first-row .col-3 .sol_list_img {
    width: 300px !important;
    height: 300px !important;
    margin-bottom: 10px;
  }

  .our-leadership .second-row .col-3 .sol_list_img {
    width: 240px !important;
    height: 240px !important;
    margin-bottom: 10px;
  }

  .certification-section .col-3 {
    width: 50%;
    margin-bottom: 40px;
  }

  .award-items .award-lst {
    width: 50%;
  }

  .about-page .founder_block {
    padding: 50px 0 !important;
  }

  .about-page .founder_block .founder-message {
    width: 90%;
  }

  .contact-form {
    margin-top: 0px;
  }

  .contact-form .contact-detail {
    height: auto;
    flex-direction: column;
  }

  .contact-form .contact-detail .con-left {
    width: 100%;
  }

  .contact-form .contact-detail .con-right {
    width: 100%;
  }
  .draggable-items {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .statistics-itm h4 span {
    font-size: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .solution-detail-page .solution-key-features .integ_title {
    padding: 0 20px;
  }
  .integ_title,
  .solution-key-features .integ_title {
    margin-bottom: 50px !important;
  }
  .owl-carousel-industry-list {
    margin-top: 50px;
  }
  .solution-detail-page .business_critical .container,
  .smart-vehicle-tracking-page .business_critical .container {
    padding-bottom: 50px !important;
  }

  .solution-detail-page .key-feture-content {
    padding: 30px 20px;
  }

  .solution-detail-page .section-white h2 {
    font-size: var(--size-52);
    line-height: var(--size-64);
  }

  .solution-detail-page .section-white small {
    font-size: var(--size-20) !important;
    line-height: var(--size-32) !important;
  }

  .solution-detail-page .smart-tabs-content .tab-content .built_cnt {
    padding-left: 0;
    padding-top: 40px;
    display: flex;
  }

  .solution-detail-page .smart-tabs-content .tab-content .built_cnt .built_img {
    width: 320px;
    flex-shrink: 0;
  }

  .solution-detail-page
    .smart-tabs-content
    .tab-content
    .built_cnt
    .built_img
    img {
    max-width: 100%;
    height: auto;
  }

  .solution-detail-page .smart-tabs-content .built_det {
    max-width: inherit;
    margin-left: 0;
  }

  .solution-detail-page .smart-tabs-content ul.nav-tabs {
    width: 100%;
  }

  .solution-detail-page .smart-tabs-content ul.nav-tabs .nav-link {
    font-size: 20px;
  }

  .solution-detail-page .smart-tabs-content ul.nav-tabs .nav-item {
    width: auto;
  }

  .solution-detail-page .smart-tabs-content .tab-content .built_cnt .built_num {
    width: auto;
    font-size: 24px;
    padding: 0 30px;
  }

  .solution-detail-page .other-block-content .inner-heading-fonts {
    font-size: var(--size-44) !important;
    line-height: var(--size-64) !important;
  }

  .solution-detail-page .section-heading-fonts {
    font-size: var(--size-50) !important;
    line-height: var(--size-64) !important;
  }
  .integ_title h2 {
    font-size: var(--size-50) !important;
    line-height: var(--size-64) !important;
  }
  .footer h1 {
    font-size: var(--size-64);
  }

  .home-banner ~ .standout_features .built-title,
  .solution-listing-page .standout_features .built-title {
    display: flex;
  }

  .home-banner ~ .standout_features .built_cnt p,
  .solution-listing-page .standout_features .built_cnt p {
    margin-left: 80px;
  }

  .home-banner ~ .standout_features .built_num,
  .solution-listing-page .standout_features .built_num {
    padding: 0 20px;
  }

  .home-banner ~ .standout_features .built_img,
  .solution-listing-page .standout_features .built_img {
    width: 440px;
  }

  .about-page .about-page-content p.section-paragraph-text,
  .about-page .aproach-content.section-dark p {
    max-width: inherit;
  }

  .about-page .inspire-section .section-title {
    padding-bottom: 0;
  }

  .about-page .casestudy-banner {
    margin-left: 0;
  }

  .about-page .banner.about-banner-section .about-casestudy {
    padding-right: 30px;
    height: calc(100% - 100px);
  }

  .pricing-page .about-solution p.section-paragraph-text {
    width: inherit;
  }
  .compare-demo-content table td:first-child,
  .compare-demo-content table th:first-child {
    padding-left: 10px !important;
  }
  .footer {
    padding: 20px 0 !important;
  }
  .footer h1,
  .footer h4 {
    font-size: 80px;
    margin-bottom: 10px !important;
  }
  .footer-middle {
    padding-top: 30px !important;
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .inventory-management-page .smart-tabs-content .built_det ul {
    padding-left: 120px;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm::before,
  .work-flow.work-flow-tree .step-row-middle .step-itm:nth-child(2)::before {
    height: 9.95rem;
    top: -9.95rem;
  }

  .work-flow.work-flow-tree .step-row-top .step-content::before {
    width: 73.6%;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-child(2)
    .step-icon::before {
    width: 2.422rem;
    right: -2.288rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .solution-detail-page .detail-banner-image {
    height: 490px;
  }

  .solution-detail-page .business_critical p {
    max-width: 90%;
  }

  .inventory-management-page .smart-tabs-content .built_det ul li {
    width: calc(50% - 10px);
  }

  .casestudy_page .banner.casestudy-banner-section .about-casestudy {
    padding-right: 30px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right {
    padding-left: 8px;
  }

  .casestudy_page .about-casestudy .btn_blocks .btn_light_black {
    font-size: 16px;
    padding: 0 18px;
  }

  .casestudy_page .solution-content .industry-content {
    min-height: 360px;
  }

  .casestudy_page .solution-content .industry-content .content-slogun-text {
    font-size: var(--size-32) !important;
  }

  .solution-listing-page .standout_features {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm
    p
    br {
    display: none;
  }

  .work-flow.work-flow-horizontal-mntc .step-icon.step-static-text {
    width: auto;
  }

  .work-flow.work-flow-horizontal-mntc
    .step-content.step-content-horizontal
    .step-itm.step-arrow-item {
    left: -7rem;
  }

  .work-flow.work-flow-horizontal-mntc .steps.inbound-steps {
    margin-right: 3.5rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.inbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    right: -4.4rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:last-child)
    .step-icon::after,
  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:first-child
    .step-icon::after {
    right: -6rem;
  }

  .work-flow.work-flow-horizontal-mntc .step-icon.step-static-text::after {
    left: 1.2rem;
    transform: scale(0.8);
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:last-child)
    .step-icon::after,
  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:first-child
    .step-icon::after {
    right: -5rem;
    background-size: 75%;
    width: 5rem;
  }

  .work-flow.work-flow-tree .step-row-top .step-content::before {
    width: 73.1%;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm::before,
  .work-flow.work-flow-tree .step-row-middle .step-itm:nth-child(2)::before {
    height: 9.9rem;
    top: -9.9rem;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-child(2)
    .step-icon::before {
    width: 2.1rem;
    right: -2.1rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .step-icon.step-static-text span {
    font-size: var(--size-22);
    line-height: var(--size-26);
  }

  .work-flow .step-content.step-content-horizontal {
    gap: 3.889rem;
  }

  .work-flow
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    width: 2.889rem;
    right: -3.45rem;
  }

  .work-flow .outbound-steps .step-content.step-content-horizontal {
    gap: 7.55rem;
  }

  .work-flow
    .outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    width: 6.778rem;
    right: -7.1rem;
  }

  .step-icon.step-static-text {
    margin-right: -1.5rem;
  }

  .outbound-steps .step-icon.step-static-text {
    margin-right: -7rem;
  }

  .work-flow.work-flow-horizontal .steps {
    padding: 0.938rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .solution-detail-page .business_critical p {
    max-width: inherit;
  }

  .solution-detail-page .detail-banner-image {
    height: 360px;
  }

  .solution-detail-page .business_critical.description-section .col-5 {
    margin-bottom: 0 !important;
    margin-left: 0;
  }

  .solution-detail-page .business_critical.description-section .col-6 {
    width: 100% !important;
  }

  .solution-detail-page
    .business_critical.description-section
    .business-description {
    margin-top: 0;
  }

  .solution-detail-page
    .business_critical.description-section
    .business-description
    .explore_btn {
    margin-top: 20px;
  }

  .solution-detail-page .solution-key-features .integ_title small {
    margin-bottom: 20px;
  }

  .solution-detail-page .owl-carousel-industry-list {
    margin-top: 30px;
  }

  .solution-detail-page .benefits-list.flip-container .flip {
    width: calc(50% - 5px);
    min-height: 360px;
  }

  .solution-detail-page
    .benefits-list.flip-container
    .flip:nth-child(2n):before {
    display: none;
  }

  .solution-detail-page
    .benefits-list.flip-container
    .flip
    .inner-paragraph-text:before {
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 30px;
    left: 10px;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 1;
  }

  .solution-detail-page
    .benefits-list.flip-container
    .flip:nth-last-child(2)
    .inner-paragraph-text:before,
  .solution-detail-page
    .benefits-list.flip-container
    .flip:nth-last-child(3)
    .inner-paragraph-text:before {
    display: none;
  }

  .solution-detail-page .benefits-list.flip-container:before {
    opacity: 0;
    visibility: hidden;
  }

  .solution-detail-page .benefits-list.flip-container .flip:nth-child(2):after {
    display: none;
  }

  .solution-detail-page .benefits-list.flip-container .flip:nth-child(5):after,
  .solution-detail-page .benefits-list.flip-container .flip:nth-child(7):after {
    background: #0a0a0a url(../images/commom-black-dot-bg.png) repeat !important;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    position: absolute;
    right: -35px;
    bottom: 0px;
    content: "";
    z-index: 99;
  }

  .solution-detail-page .smart-tabs-content .built_det ul {
    flex-direction: column;
  }

  .solution-detail-page .smart-tabs-content .built_det ul li {
    position: relative;
    width: 100%;
  }

  .solution-detail-page .smart-tabs-content .tab-content .built_cnt .built_img {
    width: 230px;
  }

  .solution-detail-page .other-block-content {
    padding: 0 40px;
  }

  .home-banner ~ .standout_features .built_cnt,
  .solution-listing-page .standout_features .built_cnt {
    padding-left: 350px;
  }

  .about-page .award-section .section-title h1 {
    max-width: inherit;
  }

  .about-page .certification-section .section-title h1 {
    max-width: inherit;
  }

  .about-page .banner.about-banner-section .about-casestudy {
    border: none;
    padding: 0;
  }

  .contact_page .get-in-touch .contact-detail {
    flex-direction: column;
    height: auto;
  }

  .contact_page .get-in-touch .contact-detail .con-left {
    width: 100%;
  }

  .contact_page .get-in-touch .contact-detail .con-left h1 {
    margin-bottom: 40px;
  }

  .contact_page .get-in-touch .contact-detail .con-left .address {
    margin-bottom: 40px;
  }

  .contact_page .get-in-touch .contact-detail .con-right {
    width: 100%;
    flex-direction: column;
    margin-bottom: 44px;
  }

  .contact_page .get-in-touch .contact-detail .con-right .action-link {
    margin-bottom: -50px;
  }

  .contact_page
    .get-in-touch
    .contact-detail
    .con-right
    .action-link
    .con-link {
    margin: 0;
  }

  .contact_page .get-in-touch .contact-detail .con-right .getintouch-banner {
    height: 700px;
    width: 100%;
  }

  .contact_page
    .get-in-touch
    .contact-detail
    .con-right
    .getintouch-banner
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact_page .contact-form .form-field-row > div.col-md-6 {
    width: calc(50% - 10px);
  }

  .contact_page .contact-form .form-field-row > div.col-md-12 {
    width: 100%;
  }

  .home-banner ~ .standout_features .built_img,
  .solution-listing-page .standout_features .built_img {
    width: 350px;
  }

  .work-flow {
    gap: 4rem;
  }

  .work-flow .steps {
    width: 18.333rem;
    padding: 2.778rem 1.111rem;
  }

  .step-title {
    padding: 0 0.875rem;
  }

  .step-title h4 {
    font-size: var(--size-20);
  }

  .step-icon {
    width: 5rem;
    height: 5rem;
  }

  .step-icon img {
    max-width: 2.7rem;
  }

  .step-itm p {
    line-height: var(--size-22);
  }

  .work-flow .steps:after {
    width: 3.5rem;
    right: -3.75rem;
  }

  .work-flow .steps:nth-child(3):after {
    width: 4rem;
    right: -4.389rem;
    background-position-y: 7.9rem;
  }

  .work-flow .final-step .step-icon {
    width: 7rem;
    height: 7rem;
  }

  .work-flow .final-step .step-icon img {
    max-width: 3rem;
  }

  .work-flow .final-step .step-itm p {
    font-size: var(--size-20);
    line-height: var(--size-24);
  }

  .work-flow .final-step .step-content {
    justify-content: space-evenly;
  }

  .work-flow .final-step .step-itm::after {
    width: 0.7rem;
    background-size: 100%;
  }

  .work-flow .step-content.step-content-horizontal {
    gap: 2.5rem;
  }

  .work-flow .step-content.step-content-horizontal br {
    display: block;
  }

  .work-flow
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    width: 2rem;
    right: -2.35rem;
  }

  .work-flow
    .outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    width: 3.778rem;
    right: -4.3rem;
  }

  .work-flow .outbound-steps .step-content.step-content-horizontal {
    gap: 4.833rem;
  }

  .step-icon.step-static-text span {
    font-size: var(--size-18);
    line-height: var(--size-22);
  }

  .work-flow.work-flow-horizontal .steps.item-middle {
    margin-right: -5.4rem;
  }

  .work-flow.work-flow-horizontal:not(.work-flow-horizontal-mntc)
    .work-flow-h-inner {
    margin-left: -5.4rem;
  }

  .work-flow.work-flow-horizontal .steps {
    padding: 0.938rem 1.5rem;
  }

  .step-icon.step-static-text {
    margin-right: 0;
  }

  .outbound-steps .step-icon.step-static-text {
    margin-right: -4rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.inbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    right: -3rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:not(:last-child)
    .step-icon::after,
  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:first-child
    .step-icon::after {
    background-size: 50%;
  }

  .work-flow.work-flow-horizontal-mntc .steps.inbound-steps:after {
    top: 11.3rem;
  }

  .work-flow.work-flow-horizontal-mntc .steps.inbound-steps {
    margin-right: 3.2rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .step-content.step-content-horizontal
    .step-itm.step-arrow-item {
    left: -4rem;
    transform: scale(0.5);
  }

  .work-flow.work-flow-tree .step-icon {
    width: 5rem;
    height: 5rem;
  }

  .work-flow.work-flow-tree .step-row-top .step-content::before {
    top: 2.5rem;
    width: 33.343rem;
  }

  .work-flow.work-flow-tree .step-content {
    gap: 2rem;
  }

  .work-flow.work-flow-tree .step-row-top .step-itm {
    max-width: 5rem;
  }

  .work-flow.work-flow-tree .steps.step-row-top .step-content {
    gap: 6.071rem;
  }

  .work-flow.work-flow-tree .step-content::before {
    top: 2.5rem;
  }

  .work-flow.work-flow-tree .steps.step-row-middle {
    padding-left: 3.429rem;
  }

  .work-flow.work-flow-tree .step-row-middle .step-content {
    gap: 3.714rem;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm::before {
    height: 8.2rem;
    top: -8.2rem;
  }

  .work-flow.work-flow-tree .step-row-middle .step-itm:nth-child(2)::before {
    height: 10.55rem;
    top: -10.55rem;
  }

  .work-flow.work-flow-tree .steps.step-row-bottom .step-itm .item-ex-info {
    max-width: 9.714rem;
  }

  .work-flow.work-flow-tree .steps.step-row-bottom .step-itm .item-ex-info p {
    font-size: var(--size-16);
  }

  .work-flow.work-flow-tree
    .steps.step-row-bottom
    .step-itm
    .item-ex-info::after {
    height: 3rem;
    bottom: -3.5rem;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-child(2)
    .step-icon::before {
    width: 1.8rem;
    right: -1.8rem;
  }

  .smart-station-page .howitwork .integ_title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {
  .owl-carousel-benefits.owl-carousel .owl-item .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .owl-carousel-benefits.owl-carousel .owl-item.center .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 0;
  }
  .overlay.open {
    width: 90%;
  }
  .about-page .banner.about-banner-section:after {
    width: 100%;
  }
  .inspire-section .section-title {
    padding: 0px;
  }
  .our-leadership .solutions_box h3 {
    line-height: normal !important;
    font-size: var(--size-32) !important;
  }
  .our-leadership .solutions_box {
    margin-bottom: 30px !important;
  }
  .award-section .section-title h1,
  .award-section .section-title h4 {
    max-width: 100% !important;
    margin-bottom: 0px !important;
  }
  .our-leadership .process_cnt p {
    max-width: 100% !important;
    font-size: var(--size-50) !important;
    line-height: var(--size-64) !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .integ_title h1,
  .integ_title h2 {
    font-size: 35px !important;
  }
  .page-id-44 .standout_features .built_cnt,
  .page-id-1626 .standout_features .built_cnt {
    padding-left: 0px;
  }

  .page-id-44 .standout_features .built_cnt p,
  .page-id-1626 .standout_features .built_cnt p {
    margin-left: 0;
  }

  .page-id-44 .built_det h2,
  .page-id-44 .built_det h4,
  .page-id-1626 .built_det h2,
  .page-id-1626 .built_det h4 {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .functionality-mgmt-sec .col-3 {
    width: 100% !important;
  }

  .overlay.open:before {
    width: 80px !important;
  }

  .overlay-menu-link-arrow {
    display: none !important;
  }

  .solution-detail-page .business_critical .container,
  .smart-vehicle-tracking-page .business_critical .container {
    padding-bottom: 50px;
  }

  .sect-enterprise .integ_title h1,
  .sect-enterprise .integ_title h4 {
    max-width: 100% !important;
  }

  .inventory-management-page .col-3 {
    width: 100% !important;
  }

  .inventory-management-page .col-9 {
    width: 100% !important;
  }

  .inventory-management-page .smart-tabs-content .built_det ul li {
    width: 100% !important;
  }

  .inventory-management-page .smart-tabs-content .built_det ul {
    padding: 0px !important;
    margin-top: 0px !important;
  }

  .solutions_box h3 {
    font-size: 18px !important;
    margin: 0px 0 10px;
    line-height: 24px !important;
  }

  .solutions_box p {
    font-size: 14px !important;
    min-height: inherit;
    line-height: 20px !important;
  }

  .sol-link {
    margin-left: 0px !important;
    place-content: flex-start;
  }

  .about-solution .process_cnt p {
    font-size: 30px !important;
  }

  .about-solution .process_cnt {
    padding-top: 50px !important;
  }

  .about-solution .process_cnt p br {
    display: none;
  }

  .solution-detail-page .description-section small,
  .smart-vehicle-tracking-page .description-section small {
    font-size: 14px;
  }

  .solution-detail-page .business_critical p,
  .smart-vehicle-tracking-page .business_critical p {
    font-size: 14px !important;
    margin: 0px 0 20px;
    line-height: 20px !important;
  }

  .solution-detail-page .business_critical p {
    max-width: 100%;
  }

  .solution-detail-page .business_critical .business-description,
  .smart-vehicle-tracking-page .business_critical .business-description {
    margin-top: 10px;
  }

  .step-title h4 {
    font-size: var(--size-20);
  }

  .step-icon {
    width: 4.286rem;
    height: 4.286rem;
    padding: 1rem;
  }

  .step-icon img {
    max-width: 100%;
  }

  .step-itm {
    flex: 0 0 29%;
    max-width: 29%;
  }

  .step-itm p {
    min-height: 40px;
  }

  .step2 .step-itm p {
    padding: 0 10px;
  }

  .benefits-list.flip-container .flip {
    display: none;
    height: 350px;
  }

  .benefits-list.flip-container .flip.active {
    display: block;
  }

  .benefits-list.flip-container .flip p {
    max-width: 100%;
    min-height: 160px;
  }

  .work-flow .final-step .step-content {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }

  .step-itm {
    min-height: inherit !important;
  }

  .solution-key-features .custom-grid-wrapper > div {
    display: none;
  }

  .solution-key-features .custom-grid-wrapper > div.key-features-itm {
    display: none;
  }

  .solution-key-features .custom-grid-wrapper > div.key-features-itm.active {
    display: block;
    padding: 0px !important;
    height: 200px;
  }

  .solution-key-features .container-fluid {
    padding: 0px !important;
  }

  .key-feture-content h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .key-feture-content p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    min-height: 100px;
  }

  .owl-carousel-industry-list {
    margin-top: 20px !important;
  }

  .solution-detail-page .smartnotification .integ_title {
    text-align: left;
  }

  .smart-tabs-content ul.nav-tabs {
    display: none;
  }

  .solution-detail-page .smartnotification .col-11 {
    width: 100%;
  }

  .smart-tabs-content .built_cnt .built_img {
    height: 200px;
    overflow: hidden;
  }

  .smart-tabs-content .built_cnt .built_img img {
    object-fit: cover;
    border-radius: 0px;
  }

  .solution-detail-page .smart-tabs-content .built_cnt {
    position: relative;
  }

  .solution-detail-page .smart-tabs-content .built_cnt .built_num {
    position: absolute;
    top: 218px;
    left: 0;
    right: inherit;
    font-size: 18px;
    line-height: 23px;
    font-weight: var(--primary-font-weight-medium);
  }

  .solution-detail-page .smart-tabs-content .built_det h2 {
    font-size: 18px !important;
    margin-left: 35px;
    line-height: 40px !important;
    font-weight: var(--primary-font-weight-medium) !important;
  }

  .smart-tabs-content .built_det p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 10px;
  }

  .smart-tabs-content .built_det ul {
    grid-gap: 10px;
    margin: 20px 30px 0;
  }

  .smart-tabs-content .built_det ul li {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .solution-detail-page .industry-content {
    padding: 20px;
  }

  .solution-detail-page .industry-content p {
    margin: 30px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    padding-left: 120px;
  }

  .solution-detail-page .industry-content p em {
    color: #fff;
  }

  .solution-detail-page .solution-content .industry-content h2 {
    font-size: 18px;
    line-height: 23px;
    font-weight: var(--primary-font-weight-medium);
  }

  .solution-detail-page .solution-content .industry-content h2 br {
    display: none;
  }

  .solution-detail-page .industry-content p em {
    width: 96px;
    height: 96px;
    font-size: 24px;
    line-height: 31px;
  }

  .solution-detail-page .description-section small,
  .smart-vehicle-tracking-page .description-section small {
    text-align: left;
    margin-bottom: 10px;
  }

  .about .section-title {
    width: 100%;
  }

  .integ_title h1 br {
    display: none;
  }

  .standout_features .integ_title h1,
  .standout_features .integ_title h2 {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }

  .enterprise-company-lst {
    grid-gap: 52px;
  }

  .hero-text-container .hero-title h1 {
    font-weight: var(--primary-font-weight-light);
    font-size: 40px;
    line-height: 51px;
  }

  .hero-text-container .hero-title h1 span {
    font-weight: var(--primary-font-weight-light);
    font-size: 53px;
    line-height: 68px;
  }

  .hero-title p {
    font-weight: var(--primary-font-weight-light);
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin: 10px 0 0px;
    position: relative;
  }

  .home-detail-page .business-growth .btn-wrapp {
    margin: 30px auto 0px auto !important;
  }

  .banner {
    height: 350px;
  }

  .home-banner {
    height: 70vh;
  }

  .hero-text-container {
    height: 65vh;
  }

  .section-title h1 {
    font-size: 36px;
    line-height: 46px;
    max-width: 100%;
    text-align: left;
  }

  .statistics {
    padding: 0 0 90px 0;
    height: 180px;
  }

  .statistics-itm h4 {
    font-size: 24px;
  }

  .statistics-itm h4 span {
    font-size: 30px;
  }

  .content-lst {
    display: inline-block !important;
    width: 100%;
    margin-top: 0px;
  }

  .about-content-block {
    padding: 0px !important;
  }

  .aproach-content h5,
  .about-content h3 {
    font-size: 17px !important;
    line-height: 22px;
    letter-spacing: 0.15em;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin: 0px !important;
    position: relative;
  }

  .aproach-content p,
  .about-content .paragraph-text {
    display: none;
  }

  .aproach-content h5:after,
  .about-content h3:after {
    content: "\f0ab";
    color: var(--white-color);
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    font-size: 21px;
    transition: all 0.3 ease;
  }

  .aproach-content h5.active:after,
  .about-content h3.active:after {
    transform: rotate(-180deg);
    transition: all 0.3 ease;
  }

  .aproach-content .business-description {
    grid-gap: 0;
  }

  .about-page .aproach-content.section-dark .aproch-content {
    margin-bottom: 5px;
    border-bottom: 0px !important;
    padding-bottom: 0px;
  }

  .about-page .aproach-content .business-description {
    grid-gap: 0px;
    padding: 0 10px;
  }

  .about-page .aproach-content .business-description p {
    max-width: 100%;
    padding: 10px 0 !important;
  }

  .content-lst .about-content {
    margin: 0 !important;
    height: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 34px;
    text-align: left !important;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .content-lst .about-content p {
    padding: 20px 0 !important;
    margin-bottom: 10px;
    font-weight: var(--primary-font-weight-light);
    font-size: 15px;
    line-height: 26px;
    max-width: 100%;
  }

  .content-lst .about-content:after,
  .content-lst .about-content:before {
    display: none !important;
  }

  .section-title {
    padding: 40px 0 50px;
  }

  .about:after {
    display: none;
  }

  .about {
    padding: 0px 0px 40px;
  }

  .statistics {
    height: 150px;
    /* padding: 0 0 30px 0; */
    padding: 0px;
  }

  .statistics marquee {
    height: 50px;
  }

  .statistics:before {
    height: 80px;
  }

  .statistics-itm {
    padding: 0px;
  }

  .about-content-block .about-icon-block {
    display: none !important;
  }

  .content-lst .about-content.left:before,
  .content-lst .about-content.left:after {
    display: none;
  }

  .content-lst .about-content.right:before {
    border-right: 1px dashed var(--white-color);
    height: 60px;
    width: 1px;
    right: 0;
    top: -112px;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
  }

  .content-lst .about-content.right:after {
    right: 0;
    top: -52px;
    left: 0;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .content-lst .about-content.center {
    margin-bottom: 170px;
  }

  .integ_solution_block {
    padding: 50px 0 40px 0;
  }

  .integ_title h1,
  .integ_title h3,
  .integ_title h4 {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .business-benefits .col-9,
  .integ_solution_block .col-9 {
    width: 100%;
    text-align: center;
  }

  .business-benefits .col-3,
  .integ_solution_block .col-3 {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .integ_solution_block .col-3 a,
  .business-benefits .col-3 a {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .explore_btn {
    float: none !important;
    margin: 30px 0 0;
    display: flex;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 40px;
    min-width: 155px;
    font-weight: var(--primary-font-weight-medium);
    height: 40px;
    width: auto;
  }

  /* French Language */

  .french_lang .hero-title p {
    max-width: 540px;
    margin-top: 4%;
    margin-right: 0;
  }

  .business-growth .custom-grid-wrapper > div:first-child {
    margin-top: 0px;
  }

  .business-growth .custom-grid-wrapper > div:nth-child(4) {
    margin-top: 0px;
  }

  .business-growth .custom-grid-wrapper > div:nth-child(5) {
    margin-top: 0px;
  }

  .custom-grid-wrapper > div.active {
    margin: 0px;
    overflow: visible;
    display: block;
    padding: 0px !important;
    height: 200px;
    position: relative;
  }

  .custom-grid-wrapper > div.active img {
    width: 100%;
    position: relative;
  }

  .custom-grid-wrapper .tall img,
  .custom-grid-wrapper .big img {
    object-fit: cover !important;
  }

  .custom-grid-wrapper > div > img {
    top: 19px;
  }

  .explore_btn i {
    display: none;
  }

  .french_lang .business-growth .integ_title h1 {
    max-width: 36%;
    margin: 0;
  }

  .integ_title {
    margin-bottom: 30px;
  }

  .integ-grid .integ.integ-big {
    width: 100% !important;
  }

  .integ_cnt h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .integ-grid {
    grid-gap: 0;
  }

  .integ_cnt p {
    line-height: 26px;
    font-size: 16px;
  }

  .integ_cnt {
    padding: 30px;
  }

  .integ_solution_block .col-6 {
    width: 100%;
  }

  .integ_big {
    padding-top: 40px;
  }

  .standout_features {
    padding: var(--section-padding) 0;
  }

  .standout_features .col-9,
  .standout_features .col-3 {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
  }

  .standout_features .col-3 a {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .integ_title span {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .standout_features .integ_title .explore_btn {
    margin-top: 30px;
  }

  .built_box {
    display: inline-block;
    padding-top: 20px;
  }

  .built_box ul {
    margin: 0;
    padding: 0;
    border-right: 0;
    width: 100%;
    margin-right: 0;
    padding-top: 60px;
    border-bottom: 1px solid #535353;
    margin-bottom: 0px;
    padding-bottom: 0;
    display: none;
  }

  .built_img {
    width: 100%;
  }

  .built_img img {
    max-width: 100%;
    height: auto;
  }

  .standout_features .built_cnt {
    float: left;
    display: flex !important;
    flex-direction: column-reverse;
  }

  .standout_features .built_img {
    margin-top: 20px;
  }

  .standout_features .built_cnt .built_num {
    margin: 0px;
    order: 1;
  }

  .built_cnt {
    padding-top: 20px;
    display: block !important;
    margin-bottom: 20px;
    float: left;
  }

  .built_num {
    position: relative;
    top: inherit;
    right: 0px;
    margin: 30px 0 00;
    padding: 0;
    line-height: normal;
  }

  .built_det {
    max-width: 100%;
    margin-top: 10px;
  }

  .built_det h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .built_det h2 br {
    display: none;
  }

  .built_det p {
    font-size: 16px;
    line-height: 26px;
  }

  .business-growth {
    min-height: inherit;
    padding: var(--section-padding) 20px 40px;
  }

  .business-growth .integ_title {
    margin-left: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .masonry {
    column-count: auto;
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .masonry .brick:nth-child(4) {
    padding-top: 0px !important;
  }

  .masonry .brick:nth-child(9) {
    padding-top: 0px !important;
  }

  .compare-demo {
    padding: 70px 0;
  }

  .compare-demo .col-9,
  .compare-demo .col-3 {
    width: 100%;
  }

  .compare-demo .integ_title .paragraph-text {
    text-align: center;
  }

  .compare-demo-content {
    border-radius: 0;
    overflow-x: auto;
  }

  .compare-demo-content table th:first-child {
    border-radius: 0;
  }

  .compare-demo-content table {
    border-radius: 0;
    width: 100%;
  }

  .compare-demo-content table td,
  .compare-demo-content table th {
    height: 60px;
  }

  .compare-demo-content table th div {
    font-size: 0px;
    text-align: center;
    place-content: center;
  }

  .compare-demo-content table th div img {
    width: 40px;
    max-height: 30px;
  }

  .compare-demo-content table th:first-child div {
    font-size: 17px;
    line-height: 22px;
    place-content: flex-start;
  }

  .compare-demo-content table th:first-child,
  .compare-demo-content table td:first-child {
    width: 30%;
  }

  .compare-demo-content table th,
  .compare-demo-content table td {
    width: 23%;
    padding: 0 10px;
  }

  .compare-demo-content table td {
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
  }

  .compare-demo-content table th:nth-child(1),
  .compare-demo-content table td:nth-child(1) {
    padding-left: 10px;
    text-align: left;
  }

  .compare-demo .container {
    width: 100%;
    padding: 0;
  }

  .compare-demo .integ_title h1,
  .compare-demo .integ_title h4 {
    text-align: left;
    padding: 0 20px;
  }

  .compare-demo .integ_title p {
    text-align: left !important;
    padding: 0 20px;
  }

  .compare-demo .explore_btn {
    margin: 30px auto 0 auto;
    display: inline-block;
    margin-left: 20px;
  }

  .sect-enterprise {
    padding: 60px 0;
  }

  .sect-enterprise .col-8,
  .sect-enterprise .col-4 {
    width: 100%;
  }

  .sect-enterprise .integ_title h1,
  .sect-enterprise .integ_title h4 {
    font-size: 30px;
    line-height: 42px;
    max-width: 91%;
    margin-bottom: 40px;
  }

  .enterprise-company-lst img {
    max-height: 68px;
  }

  .mrs-content h1 {
    font-size: 40px;
    line-height: 51px;
    flex-direction: row;
  }

  .mrs-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-mrs-holding .explore_btn {
    margin: 10px 0 0 0;
    display: inline-block;
  }

  .mrs-statestics .stats-lst span {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
  }

  .mrs-statestics .stats-lst p {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
  }

  .propel_ideas {
    padding: 60px 0;
    overflow: hidden;
    margin: 0 0px;
    padding: var(--section-padding) 0 !important;
  }

  .propel_box h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .footer h1,
  .footer h4 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer {
    padding: 60px 20px 20px;
    height: auto;
  }

  .footer .container {
    width: 100%;
  }

  .footer p {
    font-size: 18px;
    line-height: 26px;
    max-width: 310px;
  }

  .footer-middle {
    margin-top: 40px;
    padding: 40px 0;
  }

  .footer-middle {
    display: inline-block !important;
  }

  .footer-mdl-lft {
    width: 100%;
  }

  .footer-mdl-rgt {
    width: 100%;
    margin-top: 30px;
  }

  .footer .ftr-link,
  .footer-middle li {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .footer .justify-content-end {
    justify-content: left !important;
  }

  .footer-mdl-lft ul {
    display: inline-block;
    height: auto;
    width: 100%;
  }

  .footer-middle li {
    font-size: 18px;
    line-height: 22px;
    width: 49%;
    float: left;
    margin-bottom: 10px;
  }

  .footer-mdl-rgt ul {
    display: inline-block;
    height: auto;
    width: 100%;
  }

  .footer-mdl-rgt li {
    width: 100%;
    text-align: left !important;
  }

  .footer-bottom ul {
    display: inline-block !important;
  }

  .footer-bottom li {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .footer-bottom ul li.copyright {
    margin-left: 0;
  }

  .header-action ul li.header-contact {
    display: none;
  }

  .header-action ul li.get-demo-link {
    display: none;
  }

  .header-navigation {
    display: inline-flex !important;
    width: 100%;
    padding: 17px 0;
  }

  .header-navigation .header-logo {
    float: left;
    margin-left: 10px;
  }

  .overlay.open {
    width: 100%;
    height: 100vh;
  }

  .overlay .overlay-menu ul {
    margin-left: 0;
  }

  .overlay-ftr ul {
    width: auto;
    padding: 0 70px 0 40px;
    margin: 0 0 20px;
    display: inline-flex;
    grid-gap: 20px;
    flex-direction: column;
  }

  .overlay ul li {
    min-height: inherit;
    margin-bottom: 0px;
    font-size: 13px;
    height: auto;
  }

  .overlay ul li a {
    font-size: 27px;
    line-height: 50px;
    padding: 0px !important;
  }

  .overlay .overlay-ftr ul li a {
    font-size: 20px;
    line-height: 20px;
  }

  .main-container {
    overflow: hidden;
  }

  .header-action {
    float: right;
    margin: 0 10px;
  }

  .header-action ul li {
    height: 30px;
  }

  header.header-sticky {
    height: 90px;
  }

  .overlay-ftr ul {
    width: calc(100% - 80px);
  }

  .masonry .brick:nth-child(5),
  .masonry .brick:nth-child(10) {
    padding: 0px !important;
  }

  .otimize-allocation {
    height: auto;
    padding: 40px 30px;
  }

  .otimize-allocation h2 {
    font-size: 28px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }

  .otimize-allocation .paragraph-text {
    text-align: center;
    font-size: 18px;
  }

  .enhanced-experiance h2 {
    text-align: center;
  }

  .analytic-capability {
    height: auto;
    padding: 40px 30px;
  }

  .analytic-capability h2 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }

  .analytic-capability .paragraph-text {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .global-finance {
    height: auto;
    padding: 40px 30px;
  }

  .global-finance h2 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }

  .global-finance .paragraph-text {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .digital-transformation {
    height: auto;
    padding: 40px 30px;
  }

  .digital-transformation h2 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }

  .digital-transformation .paragraph-text {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .finance-management {
    height: auto;
    padding: 40px 30px;
  }

  .finance-management h2 {
    font-size: 35px;
    text-align: center;
    width: 100%;
    line-height: 40px;
  }

  .finance-management .paragraph-text {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .businss-visibility h2 {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    width: 100%;
  }

  .businss-visibility .paragraph-text {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .mrs-statestics .stats-lst {
    width: calc(50% - 10px);
  }

  .flip {
    width: 100%;
  }

  .flip > .front,
  .flip > .back {
    padding: 30px 0 !important;
    border-bottom: 1px solid #000 !important;
    grid-gap: 10px;
    min-height: inherit;
  }

  .flip:last-child > .front,
  .flip:last-child > .back {
    border: 0px !important;
    padding-bottom: 0px !important;
  }

  .flip h2 br {
    display: none;
  }

  .flip h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .flip-container:before,
  .flip-container:after {
    display: none;
  }

  .flip-container .flip:nth-child(2):after,
  .flip-container .flip:first-child:after {
    display: none;
  }

  .integ_solution_block .integ_img {
    display: none;
  }

  .integ_solution_block .integ {
    height: auto;
    margin: 0px;
  }

  .integ_solution_block .integ_cnt h3 {
    color: #0a0a0a;
    white-space: nowrap;
    font-weight: var(--primary-font-weight-regular);
    font-size: 18px;
    line-height: 23px;
    background: none !important;
    padding: 20px 0;
    border-top: 1px solid rgba(10, 10, 10, 0.2);
    margin: 0px;
    position: relative;
  }

  .integ_solution_block .integ_cnt h3:after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f055";
    position: absolute;
    right: 0px;
    font-size: 21px;
    color: #555555;
  }

  .integ_solution_block .integ_cnt h3.active {
    font-weight: var(--primary-font-weight-bold);
  }

  .integ_solution_block .integ_cnt h3.active:after {
    content: "\f056";
  }

  .integ_solution_block .integ_cnt img {
    display: none;
  }

  .integ_solution_block .integ_cnt h3 br {
    display: none;
  }

  .integ_solution_block .integ_cnt {
    padding: 0px;
    position: relative;
    background: none !important;
  }

  .integ_solution_block .integ_cnt p {
    display: none;
    color: #0a0a0a;
    margin-bottom: 10px;
  }

  .brick.brick-img {
    display: none;
  }

  .brick-content {
    width: 0;
    height: 0;
    margin: 0;
    background-color: none !important;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.8s ease-in-out;
    margin-right: -2px;
    margin-left: -2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 0px !important;
    max-width: 350px;
    max-height: 200px;
  }

  .brick-content > div {
    background: none !important;
    height: auto;
    max-height: inherit;
    grid-gap: 10px;
    padding: 30px 20px;
    align-items: flex-start;
  }

  .brick-content > div h2 {
    color: #0a0a0a !important;
    font-weight: var(--primary-font-weight-regular);
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 5px;
    min-height: 60px;
  }

  .brick-content > div p {
    color: rgba(10, 10, 10, 0.7) !important;
    font-weight: var(--primary-font-weight-light);
    font-size: 16px;
    line-height: 26px;
    text-align: left !important;
    min-height: 70px;
  }

  .owl-carousel-propel .propel_img {
    height: auto;
  }

  .propel_tech {
    margin: 20px 0;
  }

  #slidemasonry.masonry {
    column-count: inherit;
    position: relative;
    grid-gap: 20px;
    padding: 0px;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #slidemasonry .brick-content {
    background-color: white;
    width: 100%;
    display: inline-block;
    display: none;
    transition: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 200px;
    margin: auto;
    place-content: center;
  }

  .brick-content span {
    display: block;
    position: absolute;
    top: -15px;
    font-weight: var(--primary-font-weight-medium);
    font-size: 26px;
    line-height: 33px;
    height: 30px;
    padding: 0 10px;
    background: #ffffff;
    color: var(--primary-color);
  }

  #slidemasonry .brick-content.active {
    display: inline-flex;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  #slidemasonry img {
    width: 100%;
    height: auto;
  }

  .btn-wrapp {
    max-width: 400px;
    text-align: center;
    margin: 15px auto;
    display: block;
  }

  .btn-wrapp button {
    background: none;
    border: 0px;
  }

  .btn-wrapp button i {
    font-size: 30px;
    color: #555555;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .about-solution .process_cnt {
    padding-top: 80px;
  }

  .about-solution .process_cnt small,
  .about-solution .process_cnt h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .about-solution .process_cnt p {
    font-size: 28px;
    line-height: 42px;
  }

  .solutions_midd .col-6 {
    width: 100%;
  }

  .solutions_box {
    padding: 10px;
    margin-right: 0;
    margin-bottom: 20px !important;
  }

  .sol_list_img {
    height: auto;
  }

  .solutions_box h3 {
    font-size: 28px !important;
    line-height: normal !important;
  }

  .solutions_box p {
    font-size: 16px !important;
    line-height: normal !important;
  }

  .contact-detail {
    height: auto;
    display: inline-block;
  }

  .con-left {
    width: 100%;
  }

  .con-right {
    width: 100%;
    margin-top: 40px;
  }

  .con-left h1,
  .con-left h2 {
    margin-bottom: 40px;
    width: 100%;
    font-size: 36px;
    line-height: 48px;
  }

  .getintouch-banner img {
    height: auto;
    width: 100%;
  }

  .con-right .con-link {
    width: 60px;
    height: 60px;
    margin-right: -30px;
  }

  .con-right .con-link img {
    width: 20px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .form-block {
    padding: 20px;
  }

  .form-field-row {
    grid-gap: 12px;
  }

  .form-field-row > div.col-md-6 {
    width: calc(100% - 0px);
  }

  .form-field-row > div {
    width: calc(100% - 0px);
  }

  .contact-form .explore_btn {
    margin: 10px 0 0;
  }

  .contact-form .contact-detail {
    height: auto;
  }

  .con-case-studies h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .marquee {
    padding: 40px 0 !important;
  }

  .about .about-lt {
    width: 100%;
  }

  .about .about-rt {
    width: 100%;
  }

  .about .about-lt .section-title .explore_btn {
    display: none;
  }

  .propel_ideas .integ_title .col-9,
  .propel_ideas .integ_title .col-3 {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .propel_ideas .integ_title .col-3 a {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .propel_ideas .integ_title h1 {
    width: 100%;
  }

  .casestudy_page .banner.casestudy-banner-section .banner_cnt {
    padding: 160px 0 0 10px;
  }

  .casestudy_page .casestudy-banner-section .banner_cnt h1,
  .casestudy_page .casestudy-banner-section .banner_cnt h2 {
    font-size: 36px;
    line-height: 52px;
  }

  .casestudy-banner {
    margin-left: 0;
    margin-top: 30px;
  }

  .about-page-content {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .casestudy_page .banner.casestudy-banner-section .banner_cnt .col-7 {
    width: 100%;
  }

  .casestudy_page .banner.casestudy-banner-section .banner_cnt .col-5 {
    width: 100%;
  }

  .about-page .arrow-indicate {
    display: none;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right .content {
    width: 100%;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right {
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 60px;
  }

  .casestudy_page .aproach-content.description-section .col-5 {
    width: 100%;
  }

  .casestudy_page .aproach-content.description-section .col-7 {
    width: 100%;
  }

  .casestudy_page .casestudy-banner-section .banner_cnt p {
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 100%;
  }

  .casestudy_page.about-page .banner.casestudy-banner-section .about-casestudy,
  .about-page .about-casestudy {
    padding: 0;
  }

  .about-page .aproach-content.section-dark h3 {
    font-size: 30px;
    line-height: 43px;
    max-width: 60%;
    margin-bottom: 0;
  }

  .casestudy_page .aproach-content .short-description {
    margin-bottom: 45px;
  }

  .about-page .aproach-content.section-dark h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .aproach-content p,
  .about-page .aproach-content.section-dark p {
    line-height: normal;
    font-size: 17px;
  }

  .inspire-section .section-title h1 {
    max-width: 100%;
  }

  .inspire-content {
    /* display: inline-block !important;
    max-width: 100%; */
    display: flex !important;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .inspire-content .insp-itm {
    width: 49% !important;
  }
  .insp-itm {
    display: flex;
    align-items: inherit;
    flex-direction: inherit;
    margin-bottom: 20px;
  }

  .insp-itm h3 {
    line-height: 64px;
  }

  .certification-section .col-3 {
    width: 100%;
  }

  .certification-section .section-title h1 {
    padding-left: 20px;
  }

  .cert-content {
    margin-bottom: 40px;
    grid-gap: 0;
  }

  .award-section .section-title h1 {
    max-width: 92%;
    padding: 0 20px;
  }

  .award-items {
    display: inline-block;
  }

  .award-items .award-lst {
    width: 100%;
    float: left;
  }

  .founder-message {
    width: 90%;
  }

  .detail-banner-image {
    height: auto;
  }

  .description-section .col-5 {
    width: 100%;
  }

  .description-section .col-6 {
    width: 100%;
  }

  .smart-vehicle-tracking-page .business_critical .business-description p {
    max-width: 100%;
  }

  .smart-vehicle-tracking-page .business_critical p {
    max-width: 100%;
  }

  .smart-vehicle-tracking-page .business_critical .container {
    padding-bottom: 50px;
  }

  .solution-key-features .integ_title {
    margin-bottom: 30px !important;
  }

  .solution-key-features .integ_title h2 {
    font-size: 30px;
    line-height: 44px;
    color: white;
  }

  .solution-key-features .integ_title small {
    margin: 0px 0 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .solution-key-features .integ_title h2 br {
    display: none;
  }

  .solution-key-features .custom-grid-wrapper {
    margin: 0;
    grid-auto-rows: auto;
  }

  .solution-content {
    padding: 0 0px var(--section-padding) 0;
  }

  .solution-detail-page .solution-content h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: left;
  }

  .section-white h2 {
    font-size: 32px;
    line-height: 46px;
    margin-top: 10px;
  }

  .work-flow {
    display: inline-block;
  }

  .work-flow .steps {
    width: 100%;
    margin-bottom: 7.143rem;
    padding: 2.778rem 1rem;
  }

  .work-flow .steps:after {
    top: inherit;
    bottom: -3rem;
    left: 0;
    right: 0;
  }

  .work-flow .step-content {
    margin: 1.429rem 0 0;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .step-title {
    height: 2.7rem;
    top: -1.35rem;
  }

  .step-icon {
    margin: 0 auto;
  }

  .step-itm p {
    font-size: var(--size-16);
    line-height: var(--size-20);
  }

  .work-flow .steps:nth-child(3):after {
    right: 0;
    bottom: -90px;
    rotate: 0deg;
    background: url(../images/solution-detail/final-step-arrow-mb.png) center
      center no-repeat;
    width: 12.429rem;
    height: 6.5rem;
    left: -7.143rem;
    filter: brightness(0);
    background-position-x: 0;
  }

  .work-flow .final-step {
    width: 100%;
    margin-left: 0;
    margin-top: 7.143rem;
  }

  .work-flow .final-step .step-icon {
    width: 4.286rem;
    height: 4.286rem;
    padding: 1rem;
    position: relative;
  }

  .work-flow .final-step .step-icon img {
    max-width: 100%;
  }

  .work-flow .final-step .step-itm p {
    font-size: var(--size-18);
    line-height: var(--size-22);
  }

  .work-flow .final-step .step-itm::after {
    display: none;
  }

  .work-flow .final-step .step-itm .step-icon::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    background: url(../images/solution-detail/steps-arrow.svg) center center
      no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3rem;
    height: 1rem;
    background-size: 100% 100%;
  }

  .work-flow .final-step .step-itm:last-child .step-icon::after {
    display: none;
  }

  .keybenefits .integ_title h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .other-blocks .col-6 {
    width: 100%;
  }

  .block-left {
    height: auto;
    padding: 150px 30px 30px 30px;
  }

  .other-block-content ul li {
    font-size: 22px;
    line-height: 28px;
  }

  .other-block-content ul li span {
    font-size: 22px;
    line-height: 28px;
  }

  .other-block-content .integ_title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .other-block-content .integ_title h2 br {
    display: none;
  }

  .solution-detail-page .smart-tabs-content .tab-content > .tab-pane {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .footer-mdl-rgt li {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-mdl-rgt li:nth-child(1) {
    text-transform: uppercase;
  }

  .block-right {
    height: auto;
    padding: 80px 30px 30px 30px;
  }

  .faqs .integ_title h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .benefits-list.flip-container {
    display: inline-block;
  }

  .benefits-list.flip-container .flip {
    padding: 30px 10px;
    width: 100%;
    min-height: inherit;
  }

  .smart-tabs-content .built_cnt .built_img {
    width: 100%;
  }

  .smart-tabs-content .built_det {
    max-width: 100%;
  }

  .smart-tabs-content .built_det ul li {
    width: calc(100% - 10px);
    font-size: 14px;
    line-height: 20px;
  }

  .accordion .accordion-button {
    font-size: 16px;
    line-height: normal;
    height: auto;
    padding: 15px 0;
  }

  .faqs.business-benefits .col-10 {
    width: 100%;
  }

  .accordion .accordion-body {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-page .about-solution h3,
  .pricing-page .about-solution h1 {
    font-size: 33px;
    line-height: 50px;
  }

  .pricing-page .about-solution p {
    font-size: 23px !important;
    line-height: 36px !important;
    width: 100%;
  }

  .compare-demo-content table td:first-child div,
  .compare-demo-content table td div {
    font-size: 16px;
    line-height: 26px;
  }

  .casestudy_page .banner.casestudy-banner-section .about-casestudy {
    border-right: 0;
  }

  .btn_light_black {
    margin-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    padding: 0 14px;
    font-size: 14px;
  }

  .casestudy_page .casestudy-banner-section .casestudy-right .arrow-indicate {
    display: none;
  }

  .operates_block h1 {
    max-width: 100%;
    padding-top: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .operates_block.section-dark .col-6 {
    width: 100%;
  }

  .operates_count {
    margin-top: 0;
  }

  .operates_count li {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 58px;
  }

  .operates_count li span {
    font-size: 20px;
    line-height: 22px;
  }

  .operates_block .operates_count li em {
    max-width: 100%;
  }

  .cpy_logo img {
    max-width: 100%;
  }

  .description-section .col-7 {
    width: 100%;
  }

  .description-section h3,
  .business_critical h3 {
    max-width: 100%;
  }

  .business-description {
    margin-top: 40px;
  }

  .business_critical li {
    font-size: 18px;
    line-height: 30px;
  }

  .founder-message h5 {
    font-size: 22px;
    line-height: 44px;
  }

  .founder-message p {
    font-size: 22px;
    line-height: 44px;
  }

  .founder_block {
    min-height: 570px;
  }

  .aproach-content h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .aproch-content {
    width: 100%;
  }

  .solution-content h2,
  .solution-content h3 {
    font-size: 24px;
    line-height: 34px;
    max-width: 90%;
  }

  .impacts_count_box span {
    font-size: 34px;
    line-height: 52px;
  }

  .casestudy_page .impacts_count_box {
    white-space: nowrap;
  }

  .about-page .impacts_count_box {
    white-space: nowrap;
  }

  .industry-content p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 73px;
  }

  .industry-content p:before {
    width: 60px;
    height: 60px;
  }

  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item {
    transform: scale(1) !important;
  }

  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.active {
    filter: grayscale(0) !important;
    opacity: 1;
  }

  .owl-carousel .owl-nav,
  .owl-nav {
    margin: 10px 0 20px 0 !important;
  }

  .main-logo,
  header.header-sticky .sticky-logo {
    max-width: 150px;
  }

  #carouselExampleControls .carousel-item img {
    width: auto !important;
  }

  .hero-title {
    height: auto;
  }

  .home-banner.banner {
    height: 100vh;
  }

  .home-banner .hero-text-container {
    /* height: 90vh !important; */
    height: 400px !important;
    text-align: center;
    padding: 0px;
    display: flex;
    align-items: start;
  }

  .home-banner .award-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 !important;
  }

  .home-banner .award-items .award-lst {
    width: auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 30px !important;
    margin: 0 10px;
  }

  .home-banner .award-items .award-lst:first-child {
    margin-left: 0;
    padding-left: 0 !important;
  }

  .home-banner .award-items .award-lst:last-child {
    margin-right: 0;
    padding-right: 0 !important;
  }

  .home-banner .award-items .award-lst .award-img {
    height: 120px;
    background-size: 100%;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner .award-items .award-lst .award-img img {
    height: 60px;
  }

  .statistics .statistics-itm {
    margin-right: 30px !important;
  }

  br,
  .propel_box h4 br {
    display: none;
  }

  .integ-grid .integ.integ {
    width: 100%;
  }

  .home-detail-page .about-solution .process_cnt {
    padding-top: 30px !important;
  }

  .about-solution .process_cnt p {
    font-size: 23px !important;
    line-height: normal;
  }

  body .paragraph-text,
  .paragraph-text {
    font-size: 17px !important;
    font-weight: var(--primary-font-weight-regular) !important;
    line-height: normal !important;
  }

  .casestudy_page .casestudy-banner-section .banner_cnt p {
    font-size: 17px !important;
    line-height: 25px !important;
  }

  .casestudy_page .casestudy-banner-section .banner_cnt h1,
  .casestudy_page .casestudy-banner-section .banner_cnt h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .question h3 {
    margin-bottom: 15px;
    text-align: center;
  }

  .question {
    padding: 20px;
    border-radius: 10px;
  }

  .question ol ol {
    margin-left: 0px;
    width: 100%;
  }

  .question ol li {
    margin: 0px;
  }

  .question ol li a {
    font-size: 16px;
    padding: 0px;
  }

  .custom-container {
    max-width: 95%;
    flex-direction: column;
  }

  .custom-col-left {
    width: 100%;
  }

  .custom-col-right {
    width: 100%;
  }

  .certification-section .section-title {
    margin-bottom: 30px;
  }

  .custom-col-right .detail-banner-image {
    height: auto !important;
    border-radius: 10px;
  }

  .custom-col-right .detail-banner-image img {
    height: auto;
  }

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

  .casestudy_page .solution-content .industry-content {
    min-height: 380px;
  }

  .enterprise-company-lst {
    grid-gap: 32px;
    padding: 0 20px;
  }

  .cta-block .col-9 {
    width: 100%;
  }

  .cta-block .col-3 {
    width: 100%;
  }

  .about-page .aproach-content.section-dark .explore_btn {
    margin: 0 10px !important;
  }

  .about-page .aproach-content.section-dark h5 {
    line-height: normal;
    font-size: 26px;
    padding: 0 10px;
  }

  .about-page .aproach-content.section-dark p {
    padding: 0 10px;
  }

  .casestudy_page .aproach-content.description-section .short-description {
    justify-content: space-around;
  }

  .inspire-content .insp-itm {
    flex-direction: column;
    width: 100%;
    margin: auto;
    align-items: center;
  }

  .inspire-content .ins-icon {
    margin: 0px;
  }

  .insp-itm h3 {
    font-size: 20px !important;
  }

  .our-leadership .process_cnt p {
    font-size: 27px !important;
    line-height: normal !important;
    max-width: 100% !important;
  }

  .first-row .col-3 {
    width: 100%;
  }

  .our-leadership .solutions_box h3 {
    font-size: 28px !important;
    line-height: normal !important;
  }

  .our-leadership .solutions_box p {
    font-size: 18px !important;
    line-height: normal !important;
  }

  .award-section .section-title h1,
  .award-section .section-title h4,
  .certification-section .section-title h1 {
    padding: 0px;
    font-size: 27px !important;
    line-height: normal !important;
    max-width: 100% !important;
    margin: 0px;
    text-align: center;
  }

  .award-items .award-lst {
    width: 100%;
    margin-bottom: 10px;
  }

  .award-section .section-title {
    margin-bottom: 0px;
  }

  .about-page .founder_block .founder-message h2 {
    font-size: 25px;
    line-height: normal;
    text-align: center;
  }

  .about-page .founder_block .founder-message h5 {
    font-size: 25px !important;
    line-height: normal !important;
  }

  .about-page .founder_block {
    padding: 15px 0 !important;
  }

  .about-page .founder_block .founder-message {
    width: 90%;
  }

  .casestudy_page.about-page .banner.casestudy-banner-section .banner_cnt {
    padding-top: 80px;
  }

  .casestudy_page .banner.casestudy-banner-section .banner_cnt {
    padding: 0px;
    padding-top: 0;
  }

  .casestudy_page .banner.casestudy-banner-section .about-casestudy {
    padding: 0px;
  }

  .btn_blocks {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .btn_blocks a {
    width: calc(49% - 5px);
    max-width: inherit;
  }

  .btn_blocks a:last-child {
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px);
    margin-right: 5px;
  }

  .casestudy_page
    .casestudy-banner-section
    .casestudy-right
    .content
    .mrs-logo {
    margin: 0px auto 30px;
  }

  .operates_block h1 {
    font-size: 25px;
    text-align: center;
    line-height: normal;
  }

  .operates_count li {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: normal;
    width: 50%;
    padding: 0;
    text-align: center;
  }

  .operates_block .operates_count li em {
    font-size: 12px;
  }

  .casestudy_page .description-section.industry_block h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .description-section h3,
  .business_critical h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .founder-message p {
    font-size: 18px;
    line-height: 30px;
  }

  .solution-content h2,
  .solution-content h3 {
    max-width: 100%;
  }

  .casestudy_page .solution-content .industry-content {
    padding: 20px;
    min-height: 420px;
  }

  .journey_through p {
    font-size: 20px;
    line-height: normal !important;
  }

  .impacts_count {
    display: flex;
    padding-bottom: 30px;
  }

  .pricing-page .about-solution h3,
  .pricing-page .about-solution h1 {
    font-size: 30px;
    line-height: normal;
  }

  .about-solution .process_cnt p {
    font-size: 18px !important;
    line-height: normal !important;
    text-align: center;
  }

  .pricing-page .compare-demo-content table td:first-child div,
  .pricing-page .compare-demo-content table th:first-child div {
    padding-left: 0px !important;
  }

  .pricing-page .compare-demo-content table tr.title button {
    left: -30px;
  }

  .get-in-touch {
    padding: 150px 0 0;
  }

  .con-left h1,
  .con-left h2,
  .con-left h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
  }

  .con-left .address {
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    line-height: normal;
  }

  .con-left .extra-link {
    font-size: 18px;
    text-align: center;
    line-height: normal;
  }

  .contact-form .explore_btn {
    margin: 0px;
    text-align: left;
  }

  .submit-btn {
    margin: 30px auto auto;
  }

  .con-case-studies h1 span,
  .con-case-studies h1 {
    font-size: 25px;
    line-height: normal;
  }

  .con-case-studies h3 span,
  .con-case-studies h3 {
    font-size: 25px;
    line-height: normal;
  }

  .about-solution .process_cnt small,
  .about-solution .process_cnt h2 {
    float: left;
    width: 100%;
    text-align: left;
  }

  .about-solution .process_cnt p {
    text-align: left;
  }

  .integ_title h1,
  .integ_title h2 {
    line-height: normal !important;
  }

  .footer-bottom li {
    margin-bottom: 10px;
  }

  .pricing-page .compare-demo-content table tr.hide-content td:first-child {
    padding-left: 30px !important;
  }

  .compare-demo table tr td img,
  .pricing-section table tr td img {
    width: 18px;
    height: 18px;
  }

  .compare-demo table tr td div {
    line-height: normal;
  }

  .faqs .integ_title h2 {
    font-size: 26px;
    line-height: normal;
  }

  .hero-text-container .hero-title h1 {
    font-size: 36px;
    line-height: normal;
  }

  .hero-text-container .hero-title h1 span {
    font-size: 40px !important;
  }

  .hero-title p {
    margin: 10px auto 0;
  }

  .pricing-page .compare-demo-content table th,
  .pricing-page .compare-demo-content table td {
    height: 50px;
  }

  .pricing-page .compare-demo-content table th div {
    font-size: 16px;
  }

  .pricing-page .compare-demo-content table td div {
    padding: 10px 0;
    line-height: normal;
    font-size: 16px;
  }

  .pricing-page .compare-demo-content table th:first-child {
    width: 200px !important;
  }

  .pricing-page .compare-demo-content table th:nth-child(2) {
    width: 100px !important;
  }

  .pricing-page .compare-demo-content table th:first-child(3) {
    width: 100px !important;
  }

  .pricing-page .compare-demo-content table td:first-child {
    width: 200px !important;
  }

  .pricing-page .compare-demo-content table td:nth-child(2) {
    width: 100px !important;
  }

  .pricing-page .compare-demo-content table td:first-child(3) {
    width: 100px !important;
  }

  .pricing-page .compare-demo-content table tr.table-action td:first-child div {
    text-align: center !important;
    font-size: 13px !important;
  }

  .thankyou-modal .back-to-home {
    float: none;
    margin: 40px auto 0;
  }

  .thankyou-content p {
    opacity: 0.7;
    line-height: 30px !important;
  }

  .thankyou-content br {
    display: block;
    margin-bottom: 10px;
  }

  .contact-detail a.con-link {
    display: none;
  }

  .thankyou-content img {
    width: 80px;
  }

  .thankyou-content h1 {
    font-size: 40px;
  }

  .thankyou-content {
    grid-gap: 20px;
  }

  .thankyou-block {
    padding: 80px 0 0px;
  }

  .overlay-ftr ul {
    padding: 0 20px 0 30px;
    margin: 0 0 40px;
  }

  .operates_count li span {
    font-size: 18px;
  }

  .overlay .overlay-menu ul {
    height: 40vh;
  }

  .inner-pages-header-padding-top {
    padding-top: 100px !important;
  }

  .about-page
    .about-casestudy
    .casestudy_page
    .casestudy-banner-section
    .banner_cnt
    .about-page-content
    p,
  .about-page-content p {
    font-size: 20px !important;
    line-height: normal !important;
    max-width: 100% !important;
  }

  .about-banner-section .col-7 {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-banner-section .col-5 {
    width: 100%;
  }

  .about-page .banner.about-banner-section .about-casestudy {
    padding: 0px;
    border: none;
  }

  .casestudy_page .solution-content .industry-content {
    min-height: inherit !important;
  }

  .about-page .banner.about-banner-section {
    padding-bottom: 0px !important;
    padding-top: 100px !important;
  }

  .about-page .aproach-content .col-7 {
    width: 100%;
  }

  .about-page .aproach-content .col-5 {
    width: 100%;
  }

  .about-page .aproach-content .short-description {
    text-align: center;
    grid-gap: 0px;
    margin-bottom: 0px;
  }

  .about-page .aproach-content.section-dark h3 {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
  }

  .about-page .aproach-content.section-dark .explore_btn {
    margin: 30px auto auto !important;
  }

  .our-leadership .col-3 {
    width: 100%;
    overflow: hidden;
  }

  .about-us .aproach-content .col-5 {
    width: 100%;
  }

  .about-us .aproach-content .col-7 {
    width: 100%;
  }

  .inspire-section .section-title h1 {
    font-size: 32px;
    line-height: normal;
  }

  .standout_features .built-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
    text-align: left;
    justify-content: flex-end;
  }

  .standout_features .built_img {
    position: relative !important;
  }

  .standout_features .built_cnt {
    padding: 0px;
    margin-top: 10px;
    flex-direction: column;
  }

  .standout_features .built_cnt p {
    margin: 30px 0;
    font-size: 17px !important;
  }

  .standout_features {
    padding: var(--section-padding) 0 !important;
  }

  .standout_features .built_det {
    margin: 10px 0 20px 0;
  }

  .owl-carousel-benefits.owl-carousel.owl-drag
    .owl-item.firstactiveitem
    .propel_img,
  .owl-carousel-benefits.owl-carousel.owl-drag
    .owl-item.firstactiveitem
    .propel_img,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item .propel_img {
    padding: 0px !important;
    transform: scale(1) !important;
  }

  .business-growth .integ_title h1,
  .business-growth .integ_title h4 {
    max-width: 100%;
  }

  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem h5,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem h5,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.firstactiveitem p,
  .owl-carousel-benefits.owl-carousel.owl-drag .owl-item.lastactiveitem p {
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: normal;
  }

  .footer-middle li:nth-child(2),
  .footer-middle li:nth-child(4),
  .footer-middle li:nth-child(6) {
    text-align: right;
  }

  .footer-middle li:nth-child(3) {
    white-space: nowrap;
  }

  .con-left .address {
    margin-bottom: 30px !important;
  }

  .about-casestudy-rt .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Solution page css */
  .solution-detail-page .back-to-solution .btn-link {
    width: 24px;
    height: 24px;
  }

  .solution-detail-page .back-to-solution a {
    font-size: 14px;
  }

  .solution-detail-page .about-solution .process_cnt p {
    font-size: 30px !important;
  }

  .solution-detail-page .back-to-solution {
    margin-bottom: 0;
  }

  .solution-detail-page
    .solution-key-features
    .custom-grid-wrapper
    > div.key-features-itm.active {
    height: 275px;
  }

  .solution-detail-page .keybenefits .integ_title h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .solution-detail-page .keybenefits .integ_title small {
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .solution-detail-page .section-white h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .solution-detail-page .smart-tabs-content {
    margin-top: 0;
  }

  .solution-detail-page .smart-tabs-content .built_det {
    margin-left: 0;
  }

  .solution-detail-page .solution-key-features .integ_title h2 {
    line-height: 42px;
  }

  .solution-detail-page .explore_btn {
    display: inline-flex;
  }

  .inventory-management-page .smart-tabs-content .built_det ul li {
    margin-top: 10px !important;
  }

  .solution-detail-page.maintenance-management-page
    .solution-key-features
    .custom-grid-wrapper
    > div.key-features-itm.active {
    height: 315px;
  }

  .solution-detail-page .key-feture-content {
    padding: 20px;
  }

  .solution-detail-page .solution-key-features .integ_title {
    padding: 0 20px;
  }

  .footer-top .ftr-btn {
    grid-gap: 15px;
  }

  .solution-detail-page
    .section-dark.solution-content.description-section
    > div
    > div:first-child
    .inner-paragraph-text,
  .solution-detail-page
    .section-dark.solution-content.description-section
    > div
    > div:first-child
    div
    h2.content-heading-text {
    padding: 0 10px;
  }

  .home-banner .award-items .award-lst h5 {
    width: 180px;
    white-space: pre-wrap;
    font-size: var(--size-20);
    line-height: var(--size-26);
  }

  .pricing-page .about-solution .process_cnt {
    padding-top: 0 !important;
  }

  .solution-listing-page .about-solution .process_cnt {
    padding-top: 0 !important;
  }

  .solution-listing-page .about-solution .process_cnt .content-heading-text {
    margin-top: 0;
  }

  .work-flow-h-inner {
    margin-left: 0;
    align-items: center;
  }

  .work-flow .step-content.step-content-horizontal {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin: 0;
  }

  .work-flow
    .step-content.step-content-horizontal
    .step-itm:not(:first-child, :last-child)
    .step-icon::after {
    display: none;
  }

  .work-flow .step-content.step-content-horizontal .step-itm {
    position: relative;
  }

  .work-flow
    .step-content.step-content-horizontal
    .step-itm.step-itm:not(:first-child, :last-child, :nth-child(2))::after {
    content: "";
    background: url(../images/solution-detail/step-arrow-down.svg) center center
      no-repeat;
    height: 3.889rem;
    width: 0.756rem;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -3.143rem;
    margin: auto;
    background-size: 100%;
  }

  .work-flow
    .outbound-steps
    .step-content.step-content-horizontal
    .step-itm.step-itm:last-child {
    margin-top: 1rem;
  }

  .work-flow
    .outbound-steps
    .step-content.step-content-horizontal
    .step-itm.step-itm:last-child::after,
  .work-flow.work-flow-horizontal-mntc
    .outbound-steps
    .step-content.step-content-horizontal
    .step-itm.step-itm:nth-child(2)::after,
  .work-flow
    .inbound-steps
    .step-content.step-content-horizontal
    .step-itm.step-itm:nth-child(2)::after {
    content: "";
    background: url(../images/solution-detail/step-arrow-down.svg) center center
      no-repeat;
    height: 3.889rem;
    width: 0.756rem;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -3.143rem;
    margin: auto;
    background-size: 100%;
  }

  .work-flow .step-content.step-content-horizontal .step-itm {
    flex: 1;
    width: 130px;
    max-width: inherit;
  }

  .step-icon.step-static-text::after {
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: 0;
    bottom: -1.071rem;
  }

  .step-icon.step-static-text {
    margin-right: auto;
    width: auto;
    height: auto;
  }

  .work-flow.work-flow-horizontal .steps.item-middle {
    margin-right: auto;
    left: 4.429rem;
  }

  .work-flow.work-flow-horizontal .steps.item-middle .step-itm .step-icon {
    flex-shrink: 0;
    width: 6.286rem;
    height: 6.286rem;
    padding: 1.5rem;
  }

  .work-flow.work-flow-horizontal .steps.item-middle .step-itm {
    flex: inherit;
    max-width: inherit;
  }

  .work-flow.work-flow-horizontal .steps.inbound-steps:after {
    left: auto;
  }

  .work-flow.work-flow-horizontal .steps.outbound-steps:after {
    left: auto;
  }

  .outbound-steps .step-icon.step-static-text {
    margin-right: auto;
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .outbound-steps .step-icon.step-static-text::after {
    transform: rotate(90deg);
    left: 0;
    right: 0;
  }

  .work-flow.work-flow-horizontal .steps.outbound-steps {
    padding-bottom: 2.5rem;
  }

  .work-flow .outbound-steps .step-content.step-content-horizontal {
    gap: 3rem;
    flex-direction: column-reverse;
  }

  .work-flow.work-flow-horizontal .steps.item-middle .step-itm p {
    min-height: inherit;
    font-size: var(--size-20);
  }

  .work-flow.work-flow-horizontal .steps {
    margin-left: -3.3rem;
    margin-bottom: 0;
    padding: 0.938rem 2rem 2rem;
  }

  .step-icon.step-static-text span {
    font-size: var(--size-22);
    line-height: var(--size-26);
  }

  .work-flow .step-content.step-content-horizontal .step-itm p {
    min-height: inherit;
  }

  .work-flow.work-flow-horizontal-mntc .work-flow-h-inner {
    align-items: center;
    padding-top: 3.143rem;
  }

  .work-flow.work-flow-horizontal-mntc .steps.inbound-steps {
    margin-right: 0;
    margin-left: -3.3rem;
    padding-top: 2rem;
  }

  .work-flow.work-flow-horizontal-mntc .steps.inbound-steps:after {
    left: auto;
    top: auto;
    bottom: -8.571rem;
  }

  .work-flow.work-flow-horizontal-mntc
    .steps.outbound-steps
    .step-content.step-content-horizontal
    .step-itm:first-child
    .step-icon::after {
    display: none;
  }

  .work-flow.work-flow-horizontal-mntc
    .outbound-steps
    .step-content.step-content-horizontal {
    gap: 3rem;
  }

  .work-flow.work-flow-horizontal-mntc .step-icon.step-static-text {
    margin-right: auto;
  }

  .work-flow.work-flow-horizontal-mntc
    .step-content.step-content-horizontal
    .step-itm.step-arrow-item {
    left: 0;
    right: 0;
    margin: auto;
    top: -5.3rem;
  }

  .work-flow.work-flow-horizontal-mntc .step-icon.step-static-text::after {
    transform: rotate(90deg) scale(0.7);
  }

  .work-flow.work-flow-tree .steps {
    padding: 0.938rem 0rem;
  }

  .work-flow.work-flow-tree .step-icon {
    width: 4.286rem;
    height: 4.286rem;
    padding: 1rem;
  }

  .work-flow.work-flow-tree .steps.step-row-top .step-content {
    flex-direction: column-reverse;
    gap: 2.667rem;
    align-items: center;
  }

  .work-flow.work-flow-tree .step-row-top .step-content::before {
    height: 80%;
    width: 0;
    border-top: none;
    border-left: 2px dashed #0a0a0a;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .work-flow.work-flow-tree .step-itm {
    flex: 1;
    max-width: 130px;
    gap: 0;
  }

  .work-flow.work-flow-tree .step-row-top .step-itm {
    flex: 1;
    max-width: 130px;
  }

  .work-flow.work-flow-tree .step-itm p {
    min-height: inherit;
    padding-top: 0.556rem;
    background: var(--white-color);
    position: relative;
    z-index: 1;
    max-width: 110px;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-content {
    gap: 0;
    justify-content: space-between;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm:nth-last-child(1),
  .work-flow.work-flow-tree .step-row-bottom .step-itm:nth-last-child(2),
  .work-flow.work-flow-tree .step-row-bottom .step-itm:nth-last-child(3) {
    max-width: 100%;
    width: 100%;
    flex: inherit;
    margin-bottom: 2.667rem;
  }

  .work-flow.work-flow-tree .step-row-middle {
    width: 230px;
    margin-bottom: 0;
  }

  .work-flow.work-flow-tree .step-row-middle .step-content {
    gap: 0;
    justify-content: space-between !important;
  }

  .work-flow.work-flow-tree .step-row-middle .step-content .step-itm {
    flex: unset;
  }

  .work-flow.work-flow-tree .step-row-middle .step-content::before {
    top: 2.167rem;
    width: 275px;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-content::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 0;
    border-top: none;
    border-left: 2px dashed #0a0a0a;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .work-flow.work-flow-tree .steps.step-row-bottom {
    width: 300px;
    margin-bottom: 0;
  }

  .work-flow.work-flow-tree
    .step-row-top
    .step-itm:first-child
    .step-icon::before {
    content: "";
    position: absolute;
    height: 0;
    width: 54px;
    left: auto;
    right: -54px;
    border-top: 2px dashed #0a0a0a;
    top: 50%;
  }

  .work-flow.work-flow-tree .steps.step-row-top {
    margin-bottom: 11px;
  }

  .work-flow.work-flow-tree .steps.step-row-bottom .step-itm .item-ex-info {
    top: -4.778rem;
    right: auto;
    left: -74px;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-child(2)
    .step-icon::before {
    right: auto;
    left: -55px;
    width: 55px;
  }

  .work-flow.work-flow-tree
    .steps.step-row-bottom
    .step-itm
    .item-ex-info::after {
    top: 0;
    height: 70px;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(3)::before {
    display: none;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-itm:nth-last-child(3) {
    margin-top: 80px;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(1)::before,
  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(2)::before,
  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(3)::before {
    top: -9rem;
  }

  .work-flow.work-flow-tree .step-row-bottom .step-content::after {
    content: "";
    position: absolute;
    height: calc(100% + 26px);
    width: 0;
    top: auto;
    bottom: 104px;
    left: auto;
    right: -10px;
    margin: auto;
    border-left: 2px dashed #0a0a0a;
  }

  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(1)
    .step-icon::after,
  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(2)
    .step-icon::after,
  .work-flow.work-flow-tree
    .step-row-bottom
    .step-itm:nth-last-child(3)
    .step-icon::after {
    content: "";
    position: absolute;
    height: 0;
    width: 130px;
    right: -130px;
    border-top: 2px dashed #0a0a0a;
    top: 50%;
  }

  .smart-station-page .howitwork .integ_title {
    margin-bottom: 0;
  }

  .home-banner .award-items .award-lst p.inner-paragraph-text {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .contact_page .banner {
    padding: 210px 0 335px;
  }
}

@media screen and (max-width: 680px) {
  /* .contact_page .banner {
    padding-top: 90px;
  } */
  .home-banner .award-items {
    bottom: 130px;
    min-height: 260px;
    margin-bottom: 10px;
  }
  .owl-carousel.award-items .owl-nav,
  .award-items .owl-nav {
    position: absolute;
    bottom: -27px !important;
    top: inherit !important;
    width: auto !important;
    justify-content: center;
    margin: auto !important;
  }
  .banner.home-banner .owl-carousel.award-items .owl-nav,
  .banner.home-banner .award-items .owl-nav {
    bottom: 3px !important;
  }
  .btn-wrapp.award-btn {
    display: none;
  }
  .business_critical .other-title-text {
    color: var(--black-color);
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .home-banner .award-items .award-lst h5 {
    width: 150px;
  }

  .work-flow .steps:nth-child(3):after {
    width: 10.6rem;
  }

  .work-flow.work-flow-tree .steps.step-row-top {
    margin-bottom: 12px;
  }
}


/* ==========================================
   theme-fonts.css 
   ========================================== */

@media screen and (min-width: 768px) {
  /* common classes for all fonts */
  .large-title-heading-fonts {
    font-size: var(--size-243) !important;
    line-height: var(--size-243) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-200) !important;
    line-height: var(--size-200) !important;
  }

  .section-heading-fonts {
    font-size: var(--size-64) !important;
    line-height: var(--size-76) !important;
  }
  .section-paragraph-text {
    font-size: var(--size-30) !important;
    line-height: var(--size-40) !important;
  }

  .inner-heading-fonts {
    font-size: var(--size-50) !important;
    line-height: var(--size-60) !important;
  }
  .inner-paragraph-text {
    font-size: var(--size-20) !important;
    line-height: var(--size-32) !important;
  }

  .inner-block-heading {
    font-size: var(--size-30) !important;
    line-height: var(--size-32) !important;
  }

  .statistics-text-fonts {
    font-size: var(--size-42) !important;
    line-height: var(--size-54) !important;
  }
  .statistics-count-fonts {
    font-size: var(--size-48) !important;
    line-height: var(--size-60) !important;
  }

  .statistics-big-count-fonts {
    font-size: var(--size-64) !important;
    line-height: var(--size-76) !important;
  }
  .statistics-big-count-fonts2 {
    font-size: var(--size-80) !important;
    line-height: var(--size-100) !important;
  }
  .statistics-big-text-fonts {
    font-size: var(--size-20) !important;
    line-height: var(--size-30) !important;
  }

  .other-title-text {
    font-size: var(--size-24) !important;
    line-height: var(--size-30) !important;
  }

  .content-slogun-text {
    font-size: var(--size-36) !important;
    line-height: var(--size-44) !important;
  }
  .content-heading-text {
    font-size: var(--size-52) !important;
    line-height: var(--size-64) !important;
  }

  .founder-heading-fonts {
    font-size: var(--size-48) !important;
    line-height: var(--size-60) !important;
  }
  .founder-year-fonts {
    font-size: var(--size-24) !important;
    line-height: var(--size-32) !important;
  }
  .founder-name-fonts {
    font-size: var(--size-24) !important;
    line-height: var(--size-30) !important;
  }

  .medium-paragraph-text {
    font-size: var(--size-18) !important;
    line-height: var(--size-30) !important;
  }
  .small-paragraph-text {
    font-size: var(--size-16) !important;
    line-height: var(--size-26) !important;
  }

  .faq-que-font {
    font-size: var(--size-26) !important;
    line-height: var(--size-33) !important;
  }
  .faq-ans-font {
    font-size: var(--size-22) !important;
    line-height: var(--size-28) !important;
  }

  .ftr-heading-text {
    font-size: var(--size-140) !important;
    line-height: var(--size-130) !important;
  }
  .ftr-paragraph-text {
    font-size: var(--size-24) !important;
    line-height: var(--size-36) !important;
  }
  .ftr-menu-link {
    font-size: var(--size-20) !important;
    line-height: var(--size-26) !important;
  }
  /* common classes for all fonts */

  /* section wise set css*/
  .business_critical .other-title-text {
    line-height: var(--size-38) !important;
    color: var(--black-color);
    max-width: 100%;
  }
  .propel_box h4 {
    line-height: var(--size-40) !important;
  }
  .con-left .extra-link {
    line-height: var(--size-42) !important;
  }
  .casestudy_page .casestudy-banner-section .banner_cnt .about-casestudy p {
    font-size: var(--size-40) !important;
  }

  .benefits-list .content-slogun-text {
    font-size: var(--size-30) !important;
    line-height: var(--size-32) !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .large-title-heading-fonts {
    font-size: var(--size-220) !important;
    line-height: var(--size-220) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-180) !important;
    line-height: var(--size-180) !important;
  }
  .solutions_box h3.content-slogun-text {
    font-size: var(--size-34) !important;
  }
}

@media screen and (min-width: 1136px) and (max-width: 1300px) {
  .large-title-heading-fonts {
    font-size: var(--size-210) !important;
    line-height: var(--size-210) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-160) !important;
    line-height: var(--size-180) !important;
  }

  .solutions_box h3.content-slogun-text {
    font-size: var(--size-32) !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1136px) {
  .large-title-heading-fonts {
    font-size: var(--size-180) !important;
    line-height: var(--size-180) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-160) !important;
    line-height: var(--size-180) !important;
  }
  .solutions_box h3.content-slogun-text {
    font-size: var(--size-28) !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
  .large-title-heading-fonts {
    font-size: var(--size-180) !important;
    line-height: var(--size-180) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-140) !important;
    line-height: var(--size-140) !important;
  }

  .section-heading-fonts {
    font-size: var(--size-52) !important;
    line-height: var(--size-64) !important;
  }
  .operates_block .statistics-count-big-fonts {
    font-size: var(--size-52) !important;
    line-height: var(--size-64) !important;
  }

  .owl-carousel-benefits .carousel-content h5 {
    font-size: var(--size-34) !important;
    line-height: var(--size-36) !important;
  }
  .owl-carousel-benefits .carousel-content p {
    font-size: var(--size-24) !important;
    line-height: var(--size-36) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .large-title-heading-fonts {
    font-size: var(--size-140) !important;
    line-height: var(--size-140) !important;
  }
  .medium-title-heading-fonts {
    font-size: var(--size-100) !important;
    line-height: var(--size-100) !important;
  }

  .section-heading-fonts {
    font-size: var(--size-50) !important;
    line-height: var(--size-64) !important;
  }
  .operates_block .statistics-count-big-fonts {
    font-size: var(--size-50) !important;
    line-height: var(--size-64) !important;
  }

  .owl-carousel-benefits .carousel-content h5 {
    font-size: var(--size-34) !important;
    line-height: var(--size-36) !important;
  }
  .owl-carousel-benefits .carousel-content p {
    font-size: var(--size-24) !important;
    line-height: var(--size-36) !important;
  }

  .ftr-heading-text {
    font-size: var(--size-100) !important;
    line-height: var(--size-100) !important;
  }

  .industry-content h2 {
    font-size: var(--size-42) !important;
    line-height: var(--size-54) !important;
  }
  .industry-content p {
    font-size: var(--size-26) !important;
    line-height: var(--size-33) !important;
  }

  .award-items .award-lst p {
    font-size: var(--size-18) !important;
    line-height: var(--size-30) !important;
  }
}


/* ====================================================
   BLOCK 3 WRAPPER
   ==================================================== */
.trade-block-3-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Header Badge and Title */
.trade-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.trade-header-badge {
    background-color: #ffdf00;
    /* Yellow Circle */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.trade-header-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Main Outer Dashed Box */
.trade-main-dashed-box {
    border: 1px dashed #b5b5b5;
    border-radius: 16px;
    padding: 10px 20px;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    flex-grow: 1;
}

/* Sub Headers */
.trade-sub-header {
    font-size: 15px;
    font-weight: 400;
    /* Mix of normal and bold in image */
    margin-bottom: 12px;
}

.trade-sub-header .trade-fw-bold {
    font-weight: 600;
}

.trade-sub-header-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

/* Generic Item Styling */
.trade-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100px;
}

.trade-icon-holder {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-icon-holder img {
    max-width: 100%;
    height: auto;
}

.trade-icon-holder.trade-large {
    width: 75px;
    height: 75px;
}

.trade-item-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

/* ====================================================
   TRADE COMPLIANCE TOP ROW
   ==================================================== */
.trade-compliance-dashed-box {
    border: 1px dashed #b5b5b5;
    border-radius: 14px;
    padding: 10px;
    width: 100%;
    max-width: 570px;
    margin-bottom: 15px;
}

.trade-compliance-dashed-box .trade-items-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    /* Even spacing */
}

.trade-ml-auto-custom {
    margin-left: auto;
    /* Pushes Seal Management to the right like image */
}

/* ====================================================
   LOWER FLEX CONTAINER (Process vs Valuation)
   ==================================================== */
.trade-lower-content-flex {
    display: flex;
    gap: 10px;
    position: relative;
}

.trade-left-process-area {
    flex: 1;
}

.trade-titles-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.trade-process-and-side-flex {
    display: flex;
    gap: 26px;
    position: relative;

}

/* ====================================================
   TRADE PROCESS LOOP BOX
   ==================================================== */
.trade-process-dashed-box {
    border: 1px dashed #b5b5b5;
    border-radius: 14px;
    padding: 10px 20px;
    width: 100%;
    max-width: 370px;
    position: relative;
}

.trade-process-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* Space items bottom right out of the normal flex flow */
.trade-top-right-inventory {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.trade-process-arrow {
    width: 35px;
    height: auto;
    object-fit: contain;
    margin-top: 15px;
    /* approximate top offset relative to top row items */
}

/* Direction transforms for image representing right-arrow base */
.trade-arrow-left {
    transform: scaleX(-1);
}

.trade-arrow-up {
    transform: rotate(-90deg);
}

.trade-arrow-down {
    transform: rotate(90deg);
}

/* Specific absolute positioning for vertical drop arrows */
.trade-connector-right-side {
    position: absolute;
    right: 55px;
    top: 105px;
    margin-top: 0;
}

.trade-connector-middle-side {
    position: absolute;
    right: 250px;
    top: 215px;
    /* Drop below Sales Management */
    margin-top: 0;
}

.trade-connector-left-side {
    position: absolute;
    left: 55px;
    top: 105px;
    margin-top: 0;
}

.trade-bottom-row-arrows {
    margin-top: 25px;
}

/* Align arrows vertically with icons not text */
.trade-mt-custom-push {
    margin-top: 20px;
}


/* ====================================================
   SIDE MODULES (Middle Column)
   ==================================================== */
.trade-side-modules-col {
    display: flex;
    flex-direction: column;
    width: 150px;
    padding: 0px;
    position: relative;
    margin-top: -25px;
    justify-content: space-between;
}

.trade-side-dashed-box {
    border: 1px dashed #b5b5b5;
    border-radius: 14px;
    padding: 15px;
    background-color: #fff;
}

.trade-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trade-mb-spacer {
    margin-bottom: 30px;
}

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

/* Arrows pointing from Trade Process to Side boxes */
.trade-arrow-to-ase {
    position: absolute;
    left: -25px;
    top: 50px;
    color: #b5b5b5;
    display: flex;
}

.trade-arrow-to-ase::before {
    content: '';
    display: inline-block;
    border-top: 2px dashed #b5b5b5;
    width: 20px;
    margin-top: 9px;
}

.trade-arrow-to-platts {
    position: absolute;
    left: -25px;
    bottom: 50px;
    color: #b5b5b5;
    display: flex;
}

.trade-arrow-to-platts::before {
    content: '';
    display: inline-block;
    border-top: 2px dashed #b5b5b5;
    width: 20px;
    margin-top: 9px;
}

/* ====================================================
   VALUATION SIDEBAR (Far Right Column)
   ==================================================== */
.trade-right-valuation-area {
    margin-top: -90px;
}

.trade-valuation-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.trade-valuation-dashed-box {
    border: 1px dashed #b5b5b5;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trade-valuation-dashed-box .trade-item {
    width: 100%;
    gap: 0px
}

.trade-valuation-dashed-box .trade-mb-spacer-lg {
    margin-bottom: 13px;
}

.trade-mb-spacer-lg {
    margin-bottom: 45px;
}

.trade-mt-2 {
    margin-top: 10px;
}

.trade-valuation-dashed-box .trade-item-label {
    font-size: 14px;
    font-weight: 600;
}

/* Long arrow from Inventory to Valuation Sidebar */
.trade-arrow-to-valuation {
    position: absolute;
    right: 190px;
    top: 280px;
    /* Align with Inventory */
    color: #b5b5b5;
    display: flex;
    z-index: 10;
    display: none;
}

.trade-arrow-to-valuation::before {
    content: '';
    display: inline-block;
    border-top: 2px dashed #b5b5b5;
    width: 140px;
    margin-top: 10px;
    margin-right: 4px;
}

/* ====================================================
   LAYOUT WRAPPER & LEFT PANEL (Steps 1, 2, 4)
   ==================================================== */
.trade-layout-wrapper {
    display: flex;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: stretch;
}

.trade-left-panel {
    display: grid;
    /* grid-template-columns: 170px 60px 300px 60px;
    grid-template-rows: auto 80px auto 100px auto; */
    grid-template-columns: 70px 60px 301px 0px;
    grid-template-rows: auto 70px auto 50px auto;
    align-items: center;
    justify-items: center;
    flex-shrink: 0;
}

.trade-right-panel {
    flex-grow: 1;
}

.trade-step-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.trade-step-1 {
    grid-column: 1;
    grid-row: 3;
    min-width: 180px;
}

.trade-step-2 {
    grid-column: 3;
    grid-row: 1;
}

.trade-step-4 {
    grid-column: 1 / span 2;
    grid-row: 5;
    justify-self: center;
    margin-left: 260px;
    min-width: 260px;
}

.trade-dashed-border-box {
    border: 1px dashed #b5b5b5;
    border-radius: 14px;
    padding: 20px 25px;
    background-color: #fff;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.trade-step-1 .trade-dashed-border-box .trade-item {
    width: 100%
}

.trade-hub-container {
    grid-column: 3;
    grid-row: 3;
}

.trade-hub-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px dashed #b5b5b5;
    background: radial-gradient(circle, #ffffff 0%, #f4f6f9 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.trade-yellow-arrow {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.trade-arrow-1 {
    grid-column: 2;
    grid-row: 3;
    margin-left: 110px;
}

.trade-arrow-2 {
    grid-column: 4;
    grid-row: 3;
    margin-left: -50px;
}

.trade-arrow-3 {
    grid-column: 3;
    grid-row: 5;
    justify-self: start;
    margin-left: 250px;
    transform: scaleX(-1);
}

.trade-vertical-dashed-line {
    grid-column: 3;
    grid-row: 2;
    height: 100%;
    border-left: 2px dashed #b5b5b5;
    position: relative;
}

.trade-vertical-dashed-line::before,
.trade-vertical-dashed-line::after {
    content: '▲';
    position: absolute;
    left: -5.5px;
    color: #b5b5b5;
    font-size: 10px;
}

.trade-vertical-dashed-line::before {
    top: -6px;
}

.trade-vertical-dashed-line::after {
    bottom: -6px;
    transform: rotate(180deg);
}

/* NEW GRID LAYOUT FOR PROCESS DASHED BOX */
.trade-process-dashed-box.trade-new-grid-box {
    width: 100%;
    max-width: 390px;
    height: auto;
    aspect-ratio: 39 / 40;
    padding: 5px 15px 5px 5px;
}

.trade-process-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
}



.trade-pos-plan {
    grid-column: 1;
    grid-row: 1;
    margin-top: -20px;
    margin-left: -40px;
}

.trade-pos-recon {
    grid-column: 2;
    grid-row: 1;
    margin-top: -20px;
}

.trade-pos-stockin {
    grid-column: 3;
    grid-row: 1;
    margin-top: -40px;
    margin-right: -40px;
}

.trade-pos-kpc {
    grid-column: 1;
    grid-row: 2;
    margin-left: -40px;
}

.trade-pos-inventory {
    grid-column: 3;
    grid-row: 2;
    margin-right: -40px;
}

.trade-pos-loading {
    grid-column: 1;
    grid-row: 3;
    margin-left: -40px;
    margin-bottom: -28px;
}

.trade-pos-payment {
    grid-column: 2;
    grid-row: 3;
    margin-bottom: -28px;
}

.trade-pos-sales {
    grid-column: 3;
    grid-row: 3;
    margin-right: -40px;
    margin-bottom: -28px;
}

.trade-p-arrow {
    position: absolute;
    width: 38px;
    height: auto;
    object-fit: contain;
}

/* Accurate percentage coordinate placement over the layout grid */
/* Row 1: Plan → Recon */
.trade-arr-plan-recon {
    top: 14%;
    left: 31%;
    transform: translateX(-50%);
}

/* Row 1: Recon → StockIn */
.trade-arr-recon-stockin {
    top: 14%;
    left: 70%;
    transform: translateX(-50%);
}

.trade-arr-recon-stockin2 {
    top: 14%;
    left: 100%;
    transform: translateX(-50%);
}

/* Right column: StockIn ↓ Inventory */
.trade-arr-stockin-inv {
    top: 29%;
    right: 7%;
    transform: rotate(90deg);
}

/* Right column: Inventory ↓ Sales */
.trade-arr-inv-sales {
    top: 68%;
    right: 7%;
    transform: rotate(90deg);
}

/* Row 3: Sales ← Payment */
.trade-arr-sales-payment {
    bottom: 12%;
    left: 68%;
    transform: translateX(-50%) scaleX(-1);
}

.trade-arr-sales-payment2 {
    bottom: 12%;
    left: 100%;
    transform: translateX(-50%) scaleX(-1);
}

/* Row 3: Payment ← Loading */
.trade-arr-payment-loading {
    bottom: 12%;
    left: 30%;
    transform: translateX(-50%) scaleX(-1);
}

/* Left column: Loading ↑ KPC */
.trade-arr-loading-kpc {
    top: 66%;
    left: 8%;
    transform: rotate(-90deg);
}

/* Left column: KPC ↑ Plan */
.trade-arr-kpc-plan {
    top: 37%;
    left: 8%;
    transform: rotate(-90deg);
}

.trade-arr-inv-out {
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.trade-arr-inv-out2 {
    top: 50%;
    right: -200px;
    position: absolute;
    transform: translateY(-50%);
}


/* ================================================================
   COMPACT DESKTOP  (max-width: 1280px)
   Both left & right panel stay side-by-side, just tighter
   ================================================================ */
@media (max-width: 1280px) {

    .trade-layout-wrapper {
        max-width: 100%;
        gap: 16px;
    }

    /* Shrink the grid columns so the left panel takes less space */
    .trade-left-panel {
        grid-template-columns: 60px 50px 230px 0px;
        grid-template-rows: auto 60px auto 40px auto;
    }

    .trade-hub-circle {
        width: 140px;
        height: 140px;
    }

    /* Re-align fixed-pixel arrow margins */
    .trade-arrow-1 {
        margin-left: 70px;
    }

    .trade-arrow-2 {
        margin-left: -50px;
    }

    .trade-arrow-3 {
        margin-left: 190px;
    }

    .trade-step-4 {
        margin-left: 190px;
        min-width: 200px;
    }

    /* Trade Activities right panel */
    .trade-main-dashed-box {
        max-width: 100%;
    }

    .trade-compliance-dashed-box {
        max-width: 100%;
    }
}

/* ================================================================
   SMALL DESKTOP / LARGE TABLET  (max-width: 1024px)
   Left panel elements become a horizontal flex row at the top,
   right panel (Trade Activities) moves below full-width.
   ================================================================ */
@media (max-width: 1024px) {

    /* ── Outer wrapper: vertical stack ── */
    .trade-layout-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        max-width: 100%;
    }

    /* ── Left panel: switch from CSS Grid → flex row ── */
    .trade-left-panel {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        /* Kill all grid placements */
    }

    /* Reset every grid-column / grid-row assignment */
    .trade-left-panel>* {
        grid-column: unset !important;
        grid-row: unset !important;
    }

    /* Reset all hardcoded margin offsets from style.trade-css */
    .trade-arrow-1 {
        margin-left: 0 !important;
    }

    .trade-arrow-2 {
        margin-left: 0 !important;
    }

    .trade-arrow-3 {
        margin-left: 0 !important;
    }

    .trade-step-4 {
        margin-left: 0 !important;
    }

    /*
       DOM order inside .trade-left-panel:
         step-2 | vertical-line | step-1 | arrow-1 | hub | arrow-2 | step-4 | arrow-3

       Desired visual order (horizontal row):
         step-1  →  arrow-1  →  hub-circle  →  step-2
         ↕ (arrow-3 below, pointing down to step-4)
         step-4 is its own row, centred
    */
    .trade-step-box.trade-step-1 {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
    }

    .trade-arrow-1 {
        order: 2;
        flex: 0 0 auto;
        width: 40px;
        align-self: center;
    }

    .trade-hub-container {
        order: 3;
        flex: 0 0 auto;
    }

    .trade-step-box.trade-step-2 {
        order: 4;
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
    }

    .trade-arrow-2 {
        order: 5;
        display: none;
    }

    /* exits to right-panel — hide */
    .trade-step-box.trade-step-4 {
        order: 7;
        flex: 1 1 100%;
        max-width: 420px;
        margin: 4px auto 0;
    }

    .trade-arrow-3 {
        order: 6;
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        margin-top: 4px;
        transform: rotate(90deg) scaleX(-1);
    }

    .trade-vertical-dashed-line {
        display: none;
    }

    /* Hub */
    .trade-hub-circle {
        width: 110px;
        height: 110px;
    }

    /* Yellow arrows */
    .trade-yellow-arrow {
        display: block;
        width: 34px;
        flex-shrink: 0;
    }

    /* Step dashed boxes */
    .trade-dashed-border-box {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 12px;
        justify-content: center;
    }

    /* ── Right panel (Trade Activities) ── */
    .trade-right-panel {
        width: 100%;
        flex-grow: unset;
    }

    .trade-block-3-container {
        max-width: 100%;
    }

    .trade-section-header {
        margin-bottom: 10px;
    }

    .trade-sub-header {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .trade-main-dashed-box {
        max-width: 100%;
        padding: 10px 14px;
    }

    /* Compliance row */
    .trade-compliance-dashed-box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .trade-compliance-dashed-box .trade-items-row {
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 10px;
    }

    /* Lower two-column section */
    .trade-lower-content-flex {
        flex-wrap: wrap;
        gap: 14px;
    }

    .trade-left-process-area {
        flex: 1 1 auto;
        width: 100%;
    }

    .trade-process-and-side-flex {
        flex-wrap: wrap;
        gap: 4px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* Trade Process grid box */
    .trade-process-dashed-box.trade-new-grid-box {
        width: min(340px, 100%);
        max-width: 340px;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 4px;
        flex-shrink: 0;
    }

    /* Keep inner pos-* items centred; neutralise overflow margins */
    .trade-pos-plan,
    .trade-pos-recon,
    .trade-pos-stockin,
    .trade-pos-kpc,
    .trade-pos-inventory,
    .trade-pos-loading,
    .trade-pos-payment,
    .trade-pos-sales {
        margin: 0 !important;
    }

    .trade-item {
        width: 70px;
    }

    .trade-icon-holder {
        width: 48px;
        height: 48px;
    }

    .trade-icon-holder.trade-large {
        width: 56px;
        height: 56px;
    }

    .trade-item-label {
        font-size: 11px;
    }

    /* Scale grid arrows proportionally */
    .trade-p-arrow {
        width: 24px;
    }

    /* Arrow percentage positions stay the same — they're relative to the box */

    /* Side modules column */
    .trade-side-modules-col {
        flex-direction: column;
        width: 120px;
        margin-top: 0;
        gap: 10px;
        justify-content: flex-start;
        flex-shrink: 0;
    }

    /* Valuation area */
    .trade-right-valuation-area {
        margin-top: 0;
        flex: 0 0 auto;
    }

    .trade-valuation-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .trade-valuation-dashed-box {
        padding: 8px;
        gap: 0;
    }

    .trade-valuation-dashed-box .trade-mb-spacer-lg {
        margin-bottom: 8px;
    }

    /* Arrow pointing to valuation — hide the absolute one, it won't work here */
    .trade-arrow-to-valuation {
        display: none;
    }
}

/* ================================================================
   TABLET / MOBILE  (max-width: 768px)
   Full single-column stacked layout
   ================================================================ */
@media (max-width: 768px) {

    /* Outer wrapper: single column */
    .trade-layout-wrapper {
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
    }

    /* Left panel: single column */
    .trade-left-panel {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        flex-wrap: nowrap;
    }

    /* Re-order as single column: step-1 → ↓ → hub → step-2 → ↓ → step-4 */
    .trade-step-box.trade-step-1 {
        order: 1;
        width: 100%;
        max-width: 360px;
    }

    .trade-arrow-1 {
        order: 2;
        width: 40px;
        transform: rotate(90deg) !important;
        margin: 0 auto !important;
    }

    .trade-hub-container {
        order: 3;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .trade-step-box.trade-step-2 {
        order: 4;
        width: 100%;
        max-width: 360px;
    }

    .trade-arrow-3 {
        order: 5;
        width: 40px;
        transform: rotate(90deg) scaleX(-1) !important;
        margin: 0 auto !important;
        display: block;
    }

    .trade-step-box.trade-step-4 {
        order: 6;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }

    .trade-hub-circle {
        width: 120px;
        height: 120px;
    }

    .trade-yellow-arrow {
        width: 36px;
        display: block;
    }

    /* Typography */
    .trade-header-title {
        font-size: 15px;
    }

    .trade-sub-header {
        font-size: 13px;
    }

    .trade-sub-header-small {
        font-size: 12px;
    }

    .trade-item-label {
        font-size: 11px;
        line-height: 1.2;
    }

    /* Dashed boxes */
    .trade-main-dashed-box {
        width: 100%;
        padding: 12px;
    }

    .trade-compliance-dashed-box {
        width: 100%;
    }

    .trade-compliance-dashed-box .trade-items-row {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    /* Lower section: stack */
    .trade-lower-content-flex {
        flex-direction: column;
        gap: 20px;
    }

    .trade-left-process-area {
        width: 100%;
    }

    .trade-process-and-side-flex {
        flex-direction: column;
        gap: 16px;
    }

    /* Trade Process box */
    .trade-process-dashed-box.trade-new-grid-box {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 6px;
    }

    /* Keep items centred in the grid */
    .trade-pos-plan,
    .trade-pos-recon,
    .trade-pos-stockin,
    .trade-pos-kpc,
    .trade-pos-inventory,
    .trade-pos-loading,
    .trade-pos-payment,
    .trade-pos-sales {
        margin: 0 !important;
    }

    .trade-item {
        width: 65px;
    }

    .trade-icon-holder {
        width: 44px;
        height: 44px;
    }

    .trade-icon-holder.trade-large {
        width: 50px;
        height: 50px;
    }

    .trade-p-arrow {
        width: 22px;
    }

    /* Side modules: horizontal */
    .trade-side-modules-col {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0;
        gap: 12px;
        justify-content: center;
    }

    .trade-side-dashed-box {
        padding: 10px;
    }

    /* Valuation: row wrap */
    .trade-right-valuation-area {
        margin-top: 0;
        width: 100%;
    }

    .trade-arrow-to-valuation {
        display: none;
    }

    .trade-valuation-dashed-box {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 12px;
    }

    .trade-valuation-dashed-box .trade-item {
        width: auto;
        min-width: 80px;
    }

    .trade-mb-spacer-lg {
        margin-bottom: 0;
    }

    .trade-dashed-border-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 12px;
    }

    .trade-section-header {
        margin-bottom: 14px;
    }
}

/* ================================================================
   MICRO-ANIMATIONS & PREMIUM HOVER TOUCHES (all screen sizes)
   ================================================================ */
.trade-item {
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.trade-item:hover {
    transform: translateY(-4px) scale(1.06);
}

.trade-icon-holder {
    border-radius: 12px;
    transition: box-shadow 0.25s ease;
}

.trade-item:hover .trade-icon-holder {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}

.trade-dashed-border-box,
.trade-compliance-dashed-box,
.trade-process-dashed-box,
.trade-side-dashed-box,
.trade-valuation-dashed-box {
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.trade-dashed-border-box:hover,
.trade-compliance-dashed-box:hover,
.trade-process-dashed-box:hover,
.trade-side-dashed-box:hover,
.trade-valuation-dashed-box:hover {
    border-color: #f0c800;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.trade-hub-circle {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trade-hub-circle:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

.trade-p-arrow {
    transition: opacity 0.2s ease;
}