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

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

.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-bottom: 30px;
  display: block;
  font-size: 20px;
  line-height: 26px;
}

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

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

