/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}



.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}


a:hover {
  text-decoration: none;
}

/* global color */
:root {
  --white: #fff;
  --black: #000;
  --blue: #1000E8;
  --red: #FF3E39;
  --stone-light: #EEF1F6;
  --sky: #6BDDFB;
  --sky_new: #BBC1C8;
  --sky_light: rgba(107, 222, 251, 0.10);
  --gray: #4D5969;
  --gray-new: rgba(238, 241, 246, 0.50);
  --button-shadow: rgba(255, 62, 57, 0.25);
  --blue-tag: rgba(15, 0, 232, 0.10);
  --blue_btn_shadow: rgba(16, 0, 232, 0.25);
  --gray-2: #DDE4ED;
  --skylight: #F7F8FB;
  --dark_gray: #565656;
  --light_dark: rgba(0, 0, 0, 0.10);
}

/* font */
/* :root {
  --poppins: 'Poppins', sans-serif;
  --gibson: "canada-type-gibson", sans-serif;
  --industry: "industry", sans-serif;
} */

body {
/*   font-size: 14px;
  line-height: 26px; */
  color: var(--black);
  background: var(--white);
  font-family: var(--poppins);
/*   font-weight: 300; */
  overflow-x: hidden;
  padding-top: 78px;
}
h1{
  font-size: 59px;
  font-weight: 500;
  line-height: 59px;
  color: var(--black);
  font-family: var(--gibson);
}
h2{
  font-size: 40px;
  line-height: 50px;
  color: var(--black);
  font-family: var(--gibson);
  font-weight: 500;
}
.home_font h1 {
  font-size: 100px;
  line-height: 100px;
  /* font-size: 40px;
  line-height: 45px; */
  color: var(--white);
  font-family: var(--gibson);
  font-weight: 500;
}

.home_font h2 {
  font-size: 59px;
  line-height: 64px;
  color: var(--black);
  font-family: var(--gibson);

}

.home_font h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  font-family: var(--gibson);
  font-weight: 500;
}
.t_capitalize{
  text-transform: capitalize;
}

.global_btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--red);
  background-color: var(--white);
  border: 1px solid var(--red);
  height: 65px;
  min-width: 250px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.global_btn i {
  margin-left: 10px;
}

.global_btn:hover {
  /* background-color: var(--red); */
  color: var(--red);
  box-shadow: 0px 0px 0px 5px var(--button-shadow);
}

.tag_button {
  font-size: 11px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: 4px 10px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tag_button:hover {
  /* background-color: var(--blue-tag); */
  background: linear-gradient(0deg, rgba(16, 0, 232, 0.10) 0%, rgba(16, 0, 232, 0.10) 100%), var(--snow, #FFF);
}

.tag_button_two span {
  margin-left: 5px;
}

.tag_button_two {
  font-size: 15px;
  padding: 8px 20px;
}

.solid_btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--red);
  border: 1px solid var(--red);
  height: 40px;
  min-width: 250px;
  padding: 0 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.solid_btn i {
  margin-left: 10px;
}

.solid_btn:hover {
  /* background-color: var(--white);
  color: var(--red); */
  box-shadow: 0px 0px 0px 5px var(--button-shadow);
}

/* header start */
/* header */

.header {
  background-color: var(--black);
  transition: 400ms all ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.hdr_cnct_wrp {
  position: relative;
  /* padding: 26px 0; */
}

.nav_wrap {
  display: flex;
  align-items: center;
}

.hdr_logo svg {
  fill: var(--white);
}

.menu_wrapper {
  flex-grow: 1;
  padding: 0 30px 0 50px;
}

.menu_wrapper>ul {
  display: flex;
  align-items: center;
}

/* .menu_wrapper li.active>.nav_menu_item {
  color: var(--blue);
} */

.menu_wrapper>ul>li:not(:last-child) {
  margin-right: 40px;
}

/* .menu_wrapper>ul>li:nth-last-child(2) {
  margin-left: auto;
  margin-right: 30px;
} */

.nav_menu_item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  padding: 27px 0;
}

.nav_menu_item:hover {
  color: var(--white);
}

.nav_menu_item>i {
  padding-left: 10px;
  vertical-align: middle;
  transition: 400ms all ease-in-out;
}

.nav_menu_item {
  position: relative;
}

.nav_menu_item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: 400ms all ease-in-out;
}

.nav_menu_item:hover:after {
  width: 100%;
}

.search_btn_wrp button {
  width: 47px;
  height: 47px;
  background-color: var(--stone-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}


/* mega_menu */

.mega_menu_sec .hdr_container {
  display: flex;
}

.mega_menu_sec {
  /* border-top: 1px solid var(--blue); */
  padding: 20px 0 50px;
  background-color: var(--white);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
}

.mga_mnu_itm_ttl {
  padding-right: 40px;
  margin-left: auto;
}

.mga_mnu_itm_ttl h4 {
  font-size: 30px;
  font-family: var(--gibson);
  font-weight: 500;
  position: relative;
}

.mga_mnu_itm_ttl h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: 400ms all ease-in-out;
}

.mga_mnu_itm_ttl h4:hover::after {
  width: 100%;
}

.mega_menu_itm_wrp {
  display: flex;
  flex: 0 0 auto;
  width: 945px;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.contact_btn {
  width: 100%;
}

.mga_mnu_itm {
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 0 20px;
}

.mga_mnu_itm h6 {
  margin-bottom: 15px;
  font-family: var(--industry);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--blue);
  text-transform: uppercase;
}

.mga_mnu_itm>ul>li:not(:last-child) {
  padding-bottom: 15px;
}

.mga_mnu_itm>ul>li {
  line-height: 1;
}

.mga_mnu_itm>ul>li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--black);
  position: relative;
}

/* .mga_mnu_itm > ul > li a::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: 600ms all ease-in-out;
} */

.mga_mnu_itm>ul>li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: 400ms all ease-in-out;
}

.mga_mnu_itm>ul>li a:hover::after {
  width: 100%;
}

.see_all_btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  background-color: var(--red);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.see_all_btn:hover {
  box-shadow: 0px 0px 0px 5px var(--button-shadow);
}

.see_all_btn>i {
  margin-left: 10px;
}

.mega_menu_itm_wrp.contact_btn .mga_mnu_itm {
  width: 50%;
}

.cnct_mga_btn {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
  font-size: 24px;
  font-family: var(--gibson);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.16px;
  padding: 0 30px;
  stroke: var(--blue);
}

.cnct_mga_btn span{
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppins);
  letter-spacing: -0.16px;
  color: var(--gray);
  transition: 400ms all ease-in-out;
}

.cnct_mga_btn .cnct_icn_wrp{
  margin-right: 20px;
}

.cnct_mga_btn:hover{
  stroke: var(--white);
  background-color: var(--blue);
  color: var(--white);
}
.cnct_mga_btn:hover span{
  color: var(--white);
}


/* sticky_header */
.sticky_hdr .header {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid var(--blue);
}

.sticky_hdr .hdr_logo svg {
  fill: var(--blue);
}

.sticky_hdr .nav_menu_item {
  color: var(--black);
}

.sticky_hdr .menu_wrapper>ul>li:hover .nav_menu_item {
  color: var(--blue);
}

.sticky_hdr .menu_wrapper li.active .nav_menu_item {
  color: var(--blue);
}

/* .sticky_hdr .nav_menu_item:not(.mega_menu_trigger)::after{
  background-color: var(--black);
} */


/* header end */
/* Banner */
.banner {
  background-color: var(--blue);
  /* min-height: 747px; */
  padding-bottom: 110px;
  position: relative;
}

.banner .container {
  position: relative;
}

.banner .container::after {
  content: '';
  position: absolute;
  background-image: url(../images/Group_2.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  left: -89%;
  
  z-index: 0;
  background-size: 100% 100%;
  margin-top: -227px;
}

.banner .container::before {
  content: '';
  position: absolute;
  background-image: url(../images/vec_3.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 216px;
  top: -126px;
  right: -210px;
}

.banner::after {}

.bnnr_inner {
  position: relative;
  margin-bottom: 56px;
}

.bnnr_cont_wrp {
  padding: 110px 0 83px 80px;
  /* padding: 110px 0 83px 0px; */
}

.banner_cont {
  margin-top: 30px;
  display: flex;
}

.banner_cont .cont_wrp p {
  font-style: normal;
  font-weight: 300;
  color: var(--white);
}

/* .banner_cont .cont_wrp:nth-child(1) {
  max-width: 643px;
  padding: 0px 40px 27px 0;
} */
.banner_cont .cont_wrp:nth-child(1) {
  max-width: 643px;
  padding: 27px 40px 27px 0;
}
/* .banner_cont .cont_wrp:nth-child(1) {
max-width: 700px;
padding: 0px 30px 27px 0;
} */
.banner_cont .cont_wrp:nth-child(1) p {
  font-size: 30px;
  line-height: 36px;
}

.banner_cont .cont_wrp:nth-child(2) {
  max-width: 381px;
  padding-left: 40px;
  position: relative;
}

.banner_cont .cont_wrp:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: var(--white);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner_cont .cont_wrp:nth-child(2) p {
  font-size: 15px;
  line-height: 27px;
}

.vdo_wrp {
  position: static;
  max-width: 1084px;
  left: 0;
  right: 0;
  border: 33px solid var(--white);
  border-bottom: 30px solid var(--white);
  /* margin-top: 60px; */
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
  box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.10);
  margin: 0 auto;
  min-height: 520px;
}

.vdo_wrp .global_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: -94px;
}

.global_btn span {
  margin-left: 15px;
}

/* banner end */

/* Industrial section start */
.industrial {
  /* min-height: 925px; */
  margin-top: 250px;
  position: relative;
  padding-top: 209px;
  padding-bottom: 93px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.industrial .container {
  position: relative;
}

.industrial .container::after {
  content: '';
  position: absolute;
  background-image: url(../images/stoke_box_blk_W.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: -590px;
  bottom: -341px;
}

.left_shape {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

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

.industrial .def_img {
  text-align: center;
  position: relative;
  top: -417px;
  width: 100%;
  left: 50%;
}

.shape_1 {
  position: absolute;
}

.ind_con_left {
  max-width: 523px;
  min-height: 206px;
  background-color: var(--white);
  padding: 40px 50px 50px 40px;
  margin-left: auto;
  margin-right: -2px;
  position: relative;
  z-index: 1;
  margin-top: 2px;
  left: -29px;
}

.ind_con_left::after {
  content: "";
  position: absolute;
  background-image: url(../images/Curve.svg);
  width: 521px;
  height: 47px;
  left: 0px;
  top: unset;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0px;
  bottom: 0;
  margin-bottom: -47px;
}

.ind_con_left p {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.ind_con_right {
  max-width: 416px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  padding-top: 20px;
}

.ind_con_right p {
  padding-top: 20px;
}

.industrial .industral_cont_wrp .shape_right {
  position: absolute;
  top: -450px;
  /* left: 0; */
  right: -570px;
  width: 100%;
  height: 490px;
  -webkit-mask-image: url(../images/sp_4.svg);
  mask-image: url(../images/sp_4.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.shape_right img {
  height: 100%;
}

.ind_con_right .global_btn {
  margin-top: 20px;

}

.industrial .lft_age_shape {
  height: 192px;
  width: 40px;
  background-color: var(--white);
  position: absolute;
  top: 20px;
  right: 0;
}

.lft_age_shape::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 100px solid var(--white);
  border-bottom: 50px solid transparent;
  width: 100%;
  height: 112px;
  top: -50px;
  left: 0;
}

/* Industrial section end */

/*  solution sec start */
.solution_sec {
  margin-top: 120px;
/*   background-image: url(../images/solution_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 494px; */
  position: relative;
  margin-bottom: 125px;
}

.solution_box {
  max-width: 1024px;
  position: absolute;
  top: 100px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);

}

.top_tier {
  background-color: var(--stone-light);
  padding: 51px;
}

.top_tier h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 24px;
  font-family: var(--industry);
}

.top_tier p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: var(--black);
}

.bottom_tier {
  display: flex;
  min-height: 250px;
}

.bt_btn_wrp {
  padding: 30px;
}

.bt_cont {
  background-color: var(--blue);
  padding: 66px 32px;
  max-width: 322px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt_cont p {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.bt_btn_wrp {
  background-color: var(--white);
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 702px;
  width: 100%;
}

.bt_btn_wrp a {
  margin: 5px;
}

.btn_2 {
  font-size: 15px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: 7px 18px;
  font-weight: 500;
}

.btn_2 span {
  margin-left: 11px;
}

/*  solution sec end */


/* case study sec start*/
.case_stdy_top_img {
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin-bottom: 30px;
}

.case_stdy_hdng h2 {
  text-align: center;
  padding-bottom: 30px;
}

.case_item_img img {
  width: 100%;
}

.case_std_item h6 {
  font-size: 14px;
  color: var(--blue);
  font-family: var(--industry);
  text-transform: uppercase;
  padding: 20px 0 10px;
}

.case_std_item h4 {
  font-size: 30px;
  line-height: 38px;
  color: var(--black);
  font-family: var(--gibson);
  padding-bottom: 10px;
  font-weight: 500;
}

.case_study_inr_btn_wrap a {
  font-size: 11px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: 0px 10px;
  font-weight: 500;
}

.case_study_inr_btn_wrap a img {
  margin-left: 5px;
}

.case_std_item {
  padding-bottom: 30px;
}

.case_study_inr_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.case_study_inr_btn_wrap a {
  margin: 0 5px;
  margin-bottom: 10px;
}

/* case study sec end*/
/* footer start */
.ftr {
  background-color: var(--black);
  padding: 100px 0 50px;
}

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

.scl_icon {
  display: flex;
}

.scl_icon li:not(:last-child) {
  margin-right: 15px;
}

.scl_icon li > a > svg{
  fill: var(--gray-2);
  transition: 400ms all ease-in-out;
}
.scl_icon li > a:hover svg{
  fill: var(--sky);
}

.ftr_inr_two {
  padding-top: 40px;
}

.ftr_inr_two ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 664px;
  margin: 0 auto;
}

.ftr_inr_two ul li:not(:last-child) {
  padding-right: 20px;
}

.ftr_inr_two ul li a {
  font-size: 16px;
  color: var(--white);
  position: relative;
}

.ftr_inr_two ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: 400ms all ease-in-out;
}

.ftr_inr_two ul li a:hover::after {
  width: 100%;
}

.ftr_inr_three ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.ftr_inr_three ul li:not(:last-child) {
  padding-right: 20px;

}

.ftr_inr_three ul li a {
  font-size: 12px;
  color: var(--white);
  position: relative;
}

.ftr_inr_three ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: 400ms all ease-in-out;
}

.ftr_inr_three ul li a:hover::before {
  width: 100%;
}

.ftr_inr_three ul li a::after {
  position: absolute;
  content: '';
  right: -11px;
  bottom: 8px;
  height: 10px;
  width: 1px;
  background-color: var(--white);
  margin: 0 auto;
}

.ftr_inr_three ul li:last-child a::after {
  content: none;
}

.ftr_inr_three p {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
}

.case_btn_wrap {
  text-align: right;
  padding: 50px 0 150px;
}

/* footer end  */

/* .case_study .container{
position: relative;
}
.case_study .container::after{
  content: '';
  position: absolute;
  left: -37%;
  bottom: 0;
  background-image: url(../images/Group\ 2\ \(2\).png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 600px;
} */

/* workflow_sec */

.wrk_flw_sec {
  padding-bottom: 150px;
}

.flw_ttle {
  margin-bottom: 50px;
}

.crd_itm {
  /* background-color: var(--stone-light); */
  padding-bottom: 300px;
  position: relative;
  height: 100%;
}
.crd_wrp{
  height: 100%;
}
.crd_btm_img_wrp {
  /* background-color: var(--white); */
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.crd_btm_img_cncr {
  -webkit-mask-image: url(../images/crd_bg_shp.svg);
  mask-image: url(../images/crd_bg_shp.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.crd_btm_img_cncr>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.crd_tp_cnct {
  padding: 20px 20px 50px 20px;
  background-color: var(--stone-light);
  height: 100%;
}

.crd_tp_cnct h3 {
  padding-bottom: 10px;
  padding-right: 100px;
  font-weight: 500;
}

.flw_btn_wrp {
  text-align: center;
  padding-top: 50px;
}


.data_sec .crd_tp_cnct h3 {
  padding-right: 0;
}

.data_sec .crd_tp_cnct {
  min-height: 300px;
}



/* start specificSolutionsect */
.specificSolutionsect {
  position: relative;
  width: 100%;
  padding: 0px 0px 100px;
}

.industrybox {
  display: flex;
}

.industrybox .industryheading {
  flex: 0 0 40%;
  padding-right: 60px;
}

.industrybox .industrypara {
  flex: 0 0 60%;
}

.industrybox .industrypara p+p {
  margin-top: 15px;
}

.solutionsect {
  display: flex;
  flex-wrap: wrap;
  /* gap: 0px 20px; */
  justify-content: center;
  margin-top: 30px;
}

.solutionsect li {
  flex: 0 0 auto;
  background: var(--stone-light);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.solutionsect li figure img {
  width: 100%;
}

.solutionsect .solution_cont {
  padding: 20px 20px 0px;
}

.solutionsect .solution_cont h4 {
  font-family: var(--gibson);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.solutbtn a {
  font-size: 11px;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: 4px 10px;
  font-weight: 500;
}

.solutbtn a img {
  margin-left: 5px;
}

.solutbtn {
  padding: 10px 20px 20px;
  margin-top: auto;
}

.redbtnsect {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.redbtnsect .findbtn {
  background: var(--red);
  padding: 10px 20px 10px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: var(--white);
}

/* end specificSolutionsect */


/* start standardsStoresect */
.standardsStoresect {
  background-color: var(--blue);
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-bottom: 152px;
}

.pathimg1 {
  width: 100%;
}
            
.rowflex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 78px;
  align-items: flex-start;
}

.standarcontbox {
  flex: 0 0 50%;
  position: relative;
}

.standarcontbox img {
  width: 100%;
}

.standarflex {
  display: flex;
}

.standarbox {
  flex: 0 0 50%;
  padding: 0px 15px;
  position: relative;
}

.standarbox h4 {
  color: var(--sky);
  font-family: var(--industry);
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 12px;
}

.standarbox h6 {
  font-family: var(--gibson);
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: var(--white);
  margin-bottom: 14px;

}

.standarbox p {
  color: var(--white);
}

.standarcontbox.boxlfrbdr {
  background: url(../images/Textarea_left.svg);
  background-size: 100% 100%;
  padding: 40px 20px;
  margin-top: 0px;
}

.maincontant .container {
  position: relative;
}

/* .maincontant.sheapmain .container::before {
  content: "";
  position: relative;
  left: -37.8%;
  top: 0;
  background-image: url(../images/Pattern.png);
  max-width: 38%;
  height: 148px;
  background-position: center;
  background-size: 100% 100%;
  display: block;
} */
.standarcontbox.boxlfrbdr2 {
  margin-top: 258px;
  background-image: url(../images/Textarea_Right.svg);
  background-size: 100% 100%;
  padding: 40px 20px 60px;
  margin-left: -1px;
}

.boxlfrbdr2 {
  position: relative;
  top: -6px;
  left: -7px;
}

.svgsheap2 {
  position: absolute;
  right: -692px;
  bottom: -331px;
  max-width: 100%;
  fill-opacity: 0;
  height: 514px;
  width: 719px;
}

.svgsheap3 {
  position: absolute;
  right: -45.3%;
  top: -34%;
  width: 100% !important;
  height: 414px;
  fill-opacity: 0;
  z-index: 0;
}

.maincontant {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
}

.maincontant .container .sheap2 {
  position: relative;
}

.svgsheap {
  position: absolute;
  left: -54.7%;
  top: -313px;
  width: 56% !important;
  fill-opacity: 0;
  z-index: -1;
}

/* end standardsStoresect */
/* start standardssect */
.standardssect {
  width: 100%;
  position: relative;
  background: #DDE4ED;
}

.standflex {
  width: 100%;
  position: relative;
  display: flex;
}

.stand1 {
  flex: 0 0 40%;
  position: absolute;
  left: 0;
  top: 0px;
  width: 45%;
}

.stand2 {
  flex: 0 0 60%;
  position: relative;
  margin-left: auto;
}

.standimg1 {
  position: relative;
  left: 0;
  width: 100%;
  top: 0px;
  margin-top: -34%;
}

.stand1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: var(--white);
  min-width: 11%;
  height: 100%;
  z-index: 9;
}

.standtextbox2 img {
  width: 100%;
  margin-top: -1px;
}

.standwhite {
  background: var(--white);
  padding: 40px 50px 6px 50px;
}

.standtextbox2 {
  max-width: 520px;
  box-sizing: border-box;
  position: absolute;
  left: 8.3%;
  top: 30.5%;
}

.standwhite h2 {
  margin-bottom: 20px;
}

.standwhite p {
  margin-bottom: 20px;
}

.bottomsheap {
  position: absolute;
  right: -27.6%;
  bottom: 0%;
  width: 28.8%;
  height: 19%;
}

/* end standardssect */



/* Ind_tab sec */
.ind_tab {
  margin-top: 160px;
  position: relative;
}

.tab_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black);
  align-items: center;
}

.ind_tab_wrp {
  display: flex;
}

.tab_box {
  max-width: 325px;
  margin: 0 25px;
}

.tab_box h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--industry);
}

.tab_box p {
  margin-top: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  color: var(--black);
  padding-right: 21px;
}

.stand2 img {
  width: 100%;
}

.case_stdy_top_img::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 82px;
  width: 1px;
  background-color: var(--sky_new);
  transform: translateX(-50%);
}

.case_stdy_top_img::before {
  content: "";
  position: absolute;
  top: unset;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 8px;
  background-color: var(--sky_new);
transform: translateX(-50%);
}

.industrial .def_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  width: 1px;
  background-color: var(--sky_new);
}

.industrial .def_img::before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  bottom: -97px;
  height: 8px;
  width: 8px;
  background-color: var(--sky_new);
  margin-left: -4px;
}

/* solution engineering page */
.explore_hdng {
  padding-bottom: 30px;
}

.workbench_list li {
  font-size: 16px;
  color: var(--black);
}

.workbench_list li:not(:last-child) {
  padding-bottom: 15px;
}

.workbench_list li span {
  margin-right: 20px;
}

.workbench_list li a {
  color: var(--red);
  text-decoration: none;
  padding-left: 5px;
}

/* .workbench_list{
  padding-bottom: 50px;
} */
.case_study_new_wrap {
  display: flex;
  flex-wrap: wrap;
}

.case_study_new_wrap .case_study_new_item {
  flex: 0 0 auto;
  padding: 0 15px;
}

.case_study_new_wrap .case_study_new_item:first-child {
  max-width: 30%;
  padding-left: 0;
}

.case_study_new_wrap .case_study_new_item:last-child {
  max-width: 70%;
}

.case_study_new_inr h4 {
  padding-bottom: 20px;
  color: var(--gray);
  font-size: 30px;
  font-family: var(--gibson);
  font-weight: 500;
}

.case_study_new_item .case_study_inr_btn_wrap {
  padding-bottom: 5px;
}

.case_stdy_new_hdng {
  padding-bottom: 20px;
}

.case_stdy_new_hdng h2 {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}

main section.solution_sec_bdr {
  border-bottom: 1px solid var(--sky_new);
  margin-bottom: 50px;
}

.solution_mask_img {
  -webkit-mask-image: url(../images/accuris_sl_en_shape.svg);
  mask-image: url(../images/accuris_sl_en_shape.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

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

.trustrated_hdng {
  padding: 30px 0;
}

.trustrated_inr_itm {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.trustrated_inr_cnt .trustrated_inr_itm:last-child {
  padding-bottom: 0;
}

.trustrated_inr_itm h5 {
  font-size: 18px;
  color: var(--black);
  font-weight: 300;
  line-height: 28px;
  padding: 0 30px;
  max-width: 500px;
  font-style: italic;
}

.trustrated_inr_itm h6 {
  font-size: 12px;
  color: var(--gray);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--industry);
  line-height: 20px;
}

.trustrated_inr_itm h6 span {
  color: var(--blue);
  display: block;
}

.workflow_hdng {
  padding: 30px 0;
}

.work_flow_inr_hdng h5 {
  font-size: 16px;
  font-family: var(--industry);
  text-transform: uppercase;
  font-weight: 600;
}

.work_flow_inr_wrap {
  display: flex;
  flex-wrap: wrap;
}

.work_flow_inr_wrap .work_flow_inr_itm {
  flex: 0 0 auto;
  max-width: 50%;
  padding: 0 10px;
}

.work_flow_inr_hdng {
  display: flex;
  align-items: end;
  border-bottom: 1px solid var(--black);
  padding-bottom: 20px;
  align-items: center;
}

.work_flow_inr_hdng span {
  margin-right: 10px;
  min-width: 24px;
}

.work_flow_inr_itm ul li {
  font-size: 13px;
  font-weight: 300;
  color: var(--black);
  padding: 10px 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.work_flow_inr_itm ul li:nth-child(odd) {
  background-color: var(--gray-new);
}
/* ew banner */
.ew_bnnr_img {
  min-height: 494px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ew_bnnr_img img {
  width: 100%;
}

.navigation {
  display: flex;
}

.navigation li {
  position: relative;
  padding-right: 15px;
  margin-left: 15px;
}

.navigation li:first-child {
  margin-left: 0px;
}

.navigation li:last-child::after {
  display: none;
}
.navigation li::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(../images/arrow-linear-right.png);
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.navigation a {
  font-family: var(--industry);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--gray);

}
.navigation span {
  margin: 0 5px;
}
.ew_banner .container {
  position: relative;
}
.ew_banner h1 {
  color: var(--black);
  /* font-size: 59px; */
  /* font-style: normal; */
  /* line-height: 59px; */
  margin-top: 30px;
  /* font-family: var(--gibson); */
  /* font-weight: 500; */
  padding-right: 32px;
}

.ew_banner h6 {
  margin-top: 30px;
  font-family: var(--gibson);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
}

.ew_banner p {
  margin-top: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: var(--black);
}

.ew_cont_wrp {
  background-color: #fff;
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.10);
  padding: 50px 50px 10px;
  /* position: absolute; */
  /* top: 273px; */
  margin-top: -235px;
}
/*EW banner end */
/* aside_tab_nav */
.aside_tab {
  margin-top: 28px;
  position: relative;
}

.aside_tab .case_stdy_top_img {
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin-bottom: 0;
}
.main .sections_wrap section:not(:first-child){
  padding-top: 80px;
}
.aside_wrp .row {
  justify-content: space-between;
}

.aside_tab_nav ul {
  padding: 40px 45px 40px 30px;
  background-color: var(--blue);
  max-width: 250px;
  position: sticky;
  top: 78px;
  position: -webkit-sticky;
}

.aside_tab_nav ul li {
  max-width: 174px;
  text-align: right;
  margin-left: auto;
  margin-bottom: 20px;
}

.aside_tab_nav ul li:last-child {
  margin-bottom: 0;
}
.aside_tab_nav ul li a {
  color: var(--white);
  font-family: var(--industry);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;

}
.active_one {
  color: var(--sky) !important;
  position: relative;
}

.active_one::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--sky);
  right: -15px;
  transform: translateY(-50%);
  top: 50%;
}
/* aside_tab_nav end */

/* aside main */
/* .ss_cont h2 {
  color: var(--black);
  font-family: var(--gibson);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  font-weight: 500;
} */

.ss_cont p {
  margin-top: 30px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.ss_img_wrp {
  -webkit-mask-image: url(../images/ss_shape_1.svg);
  mask-image: url(../images/ss_shape_1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  height: 330px;
}

.sub_sec_para {
  color: var(--gray);
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.ss_cont {
  margin-top: 30px;
}

/* what it for sec */
.wfi_list {
  margin-top: 30px;
}

.wfi_list li {
  margin-bottom: 8px;
  padding-left: 35px;
}

.wfi_list li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/tick-circle_new.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}

/* what it for sec end */

/*  Integrate sec */
/* .integrate {
  margin-top: 100px;
} */

.dev_counter {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-left: -15px;
  margin-right: -15px;
}

.dev_counter li {
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.dev_counter li:nth-last-child(-n + 3){
  margin-bottom: 0;
}

.dev_num {
  color: var(--blue);
  font-family: var(--industry);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  display: block;
  margin-bottom: 20px;
}


/*  Integrate sec end*/

/* aside main end */



/* prosenjit */

.acco_wrp {
  margin-top: 30px;
}
.mch_mrc_new{
  margin-top: 100px;
}
.mngmnt_sec>h2 {
  margin-top: 30px;
}
.mngmnt_sec>p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}

.acco_wrp .acco_item:not(:last-child) {
  margin-bottom: 3px;
}

.acco_btn {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: var(--black);
  background-color: var(--gray-new);
  border: none;
  font-family: var(--gibson);
  text-align: left;
  position: relative;
/*   text-transform: capitalize; */
  font-weight: 500;
}

.acco_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 22px;
  width: 16px;
  height: 16px;
  background-image: url(../images/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.acco_btn[aria-expanded="true"] {
  background-color: var(--sky_light);
}

.acco_btn[aria-expanded="true"]::after {
  transform: translateY(-50%) rotatex(180deg);
}

.acco_body {
  padding: 0 20px 25px;
  background-color: var(--sky_light);
}

.acco_body ul li+li {
  margin-top: 2px;
}

.acco_body ul {
  padding-left: 20px;
}

.acco_body ul li {
  list-style-type: disc;    
}

.mch_mre_sec h2 {
  margin-top: 30px;
}

.mch_mre_sec>p {
  margin-top: 30px;
}

.dcmt_dwnld_wrp {
  margin-top: 30px;
}

.dcmt_dwnld_wrp a {
  font-size: 16px;
  line-height: 28px;
  color: var(--red);
  display: inline-flex;
  align-items: center;
}

.dcmt_dwnld_wrp a span {
  margin-left: 15px;
  text-decoration: underline;
}

.tabs_wrap {
  margin-top: 30px;
}

.tab-content {
  margin-top: 30px;
}

.tabs_itm_wrap {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.tabs_itm_wrap>li {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 2.5px;
}

.tabs_itm_wrap>li>button {
  padding: 17px 10px;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  color: var(--gray);
  background-color: var(--stone-light);
  border: none;
  text-transform: uppercase; 
  height: 100%;
}

.tabs_itm_wrap>li>button.active {
  background-color: var(--blue);
  color: var(--sky);
}

.tab-content h6 {
  font-family: var(--gibson);
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: var(--gray);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.tab-content h6 img {
  margin-right: 15px;
}

.tab-content p {
  font-size: 16px;
  line-height: 28px;
}

.tab-content p+p {
  margin-top: 20px;
}


main .sections_wrap {
  padding-bottom: 100px;
}

main .sections_wrap section:first-child{
  padding-top: 80px;
}

main .sections_wrap section:not(:first-child){
  padding-top: 100px;
}


/* ------new replace------- */
.industrial_2 {
  margin-top: 63px;
  position: relative;
  padding-top: 182px;
  padding-bottom: 130px;
  background: var(--gray-2);
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.industrial_2 .container {
  position: relative;
}

.industrial_2 .left_shape {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  z-index: 1;
}

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

.industrial_2 .shape_1 {
  position: absolute;
}

.industrial_2 .ind_con_left {
  width: 521px;
  min-height: 206px;
  background-color: var(--white);
  padding: 40px 50px 20px 40px;
  margin-left: 96px;
  margin-right: 33px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.industrial_2 .ind_con_left::before {
  content: "";
  position: absolute;
  background-image: url(../images/extra.png);
  width: 100%;
  height: 46px;
  left: 0;
  top: 99.4%;
  background-repeat: no-repeat;
  background-size: auto;
}

.industrial_2 .ind_con_left p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.industrial_2 .ind_con_right {
  max-width: 416px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  padding-top: 20px;
}

.industrial_2 .ind_con_right p {
  padding-top: 20px;
}

.industrial_2 .shape_right {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-mask-image: url(../images/sp_1_1.svg);
  mask-image: url(../images/sp_1_1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 0;
  margin-left: -489px;
  margin-top: -413px;
}

.industrial_2 .shape_right img {
  height: 100%;
}

.industrial_2 .ind_con_right .global_btn {
  margin-top: 20px;

}

.industrial_2 .lft_age_shape {
  height: 182px;
  width: 80px;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.industrial_2 .lft_age_shape::before {
  display: none;
}

.industrial_2 .ind_con_left .global_btn {
  margin-top: 30px;
}

.tag_button_two span img {
  width: 20px;
}


.maincontant .container::after {
  content: '';
  position: absolute;
  /* left: 0; */
  /* right: 0; */
  background-image: url(../images/Group_3.svg);
  background-repeat: no-repeat;
  height: 522px;
  width: 100%;
  top: unset;
  /* background-color: red; */
  left: -797px;
  bottom: 418px;
}
.mega_menu_sec{
  border-top: 1px solid var(--blue);
}
/* hdr megamenu */
.contact_btn{
  margin: 0;
}
.contact_btn .mga_mnu_itm:first-child{
  padding-left: 0;
}
.contact_btn .mga_mnu_itm:last-child{
  padding-right: 0;
}
.mga_mnu_itm_ttl{
margin-left: 200px;
}

.mega_menu_trigger_wrp.active .mega_menu_sec h4{
  color: var(--blue);
  pointer-events: none;
}
.mga_mnu_itm>ul>li.active_inr a{
  color: var(--blue);
  pointer-events: none;
}


/* banner chnages */
.bnr_video {
  margin-top: -172px;
  position: relative;
}
.bnr_video_btn{
  text-align: center;
}

.aside_wrp {
  display: flex;
}
.aside_wrp .aside_tab_nav{
  width: 300px;
  flex: 0 0 auto;
  padding-top: 80px;
}
.aside_wrp .sections_wrap{
  width: calc(100% - 300px);
  flex: 0 0 auto;
}
.ss_img_wrp img{
  width: 100%;
  /* min-height: 330px; */
  object-fit: cover;
  height: 100%;
}
.menu_wrapper li.active > a{
  color: var(--sky);
}         


.case_study_new_inr {
  padding-top: 50px;
  border-top: 1px solid var(--sky_new);
  margin-top: 70px;
}
.our_resourse{
  border-top: 1px solid var(--sky_new);
  padding-top: 50px !important;
  margin-top: 50px;
}
/* bom-intelligence page */
.bom_listing{
  padding-top: 30px;
}
.bom_listing li{
  font-size: 16px;
  line-height: 28px;
  color: var(--gray);
  display: flex;
  align-items: center;
}
.bom_listing li span{
  padding-right: 10px;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: flex-start;
}
.bom_listing li:not(:last-child){
  padding-bottom: 10px;
}
.bom_inr_cnt h3{
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  font-family: var(--gibson);
  font-weight: 500;
}
.bom_inr_cnt{
  /* background-color: var(--sky_light); */
  background: #F7F8FB;
  padding: 25px 20px;
  margin-top: 30px;
}
.sub_sec_para a{
  text-decoration: underline;
  color: var(--blue);
}
.design_eng{
  margin-top: 72px;
}
.design_eng h2{
  max-width: 755px;
}
.design_eng p{
  margin-top: 30px;
}
.design_eng .tabs_wrap .tabs_bom li{
  font-size: 16px;
  line-height: 28px;
  color: var(--black); 
  position: relative;
}
.design_eng .tabs_wrap .tabs_bom li::after{
  position: absolute;
  content: '';
  top: 11px;
  left: -17px;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  background-color: var(--black);
  border-radius: 50%;
}
.tabs_bom {
  margin-left: 24px;
}
.bom_sln_txt h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  font-family: var(--gibson);
  color: var(--black);
  padding-bottom: 5px;
}
.bom_sln_txt p{
  font-size: 14px;
  font-weight: 300;
line-height: 22px;
color: var(--gray);
}
.bom_solution{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.bom_solution li{
  flex: 0 0 auto;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.bom_solution li:last-child{
  margin-bottom: 0;
}
.bom_item_inr {
  display: flex;
  align-items: flex-start;
}
.bom_item_inr img{
  margin-right: 20px;
}
.bom_case_stdy .case_study_new_wrap:not(:last-child){
margin-bottom: 30px;
}
.beiler_item_img{
  height: 125px;
    width: 125px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.beiler_wrap .beiler_item:last-child{
  max-width: 579px;
  margin-left: 20px;
}
.beiler_wrap{
  display: flex;
  flex-wrap: wrap;
}
.beiler_item h3{
  font-size: 24px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 500;
    font-family: var(--gibson);
}
.beiler_item .view_profile{
  font-size: 14px;
  line-height: 28px;
  color: var(--red);
  text-decoration: underline;
  margin-bottom: 20px;
}
.beiler_item p{
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
}
.beiler_btn{
  margin-top: 20px;
}
.beiler_wrap:not(:last-child){
  margin-bottom: 30px;
}
/* gold fire start */
.ss_cont h6{
  font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--black);
    margin-top: 20px;
}
.infographic_wrap {
  margin: 30px 0 60px;
}
.technical_question_wrap h4{
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: var(--gray);
  font-family: var(--gibson);
  padding-bottom: 30px;
}
.tech_quest span{
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: var(--blue);
  font-family: var(--industry);
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.techqs h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--black);
  font-family: var(--gibson);
  padding-bottom: 0;
  margin-bottom: 10px;
}
.techqs p{
  color: var(--gray);
  margin-top: 0;
}
.tech_quest{
  display: flex;
  display: flex;
}
.tech_quest:not(:last-child){
  margin-bottom: 30px;
}
.known_accesible_hdng_wrap {
  display: flex;
   
}
.known_accesible_hdng_wrap h4{
  color: var(--black);
  padding: 0;
}
.known_accesible_hdng_wrap span{
  margin-right: 10px;
}
.known_accesible p{
  color: var(--gray);
  margin-top: 20px;
}
.known_accesible{
  padding: 40px 30px;
  background-color: var(--skylight);

  margin-top: 30px;
}
.infographic_wrap img{
  width: 100%;
}
.cognitive_inr li h5{
  font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--gibson);
    color: var(--black);
    margin-bottom: 10px;
}
.cognitive_inr li p{
  margin: 0;
}
.cognitive_inr li:first-child{
  margin-top: 30px;
}
.cognitive_inr li{
  background-color: var(--skylight);
  padding: 25px 20px;
  margin-bottom: 3px;
}
.gold_fire_item h5{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--industry);
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.gold_fire_item h5 span{
  margin-left: 15px;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: baseline;
}
.gold_fire_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gold_fire_wrap .gold_fire_item{
  flex: 0 0 auto;
  max-width: 33.33%;
  padding: 0 15px;
}
.customer_logo_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.customer_logo_wrap .customer_logo_item{
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
.customer_logo_item img{
  width: 100%;
}
.beiler_item h6{
  font-size: 12px;
  font-weight: 600;
line-height: 18px;
text-transform: uppercase;
color: var(--gray);
margin-bottom: 20px;
}
.gold_fire_btn_wrap {
  text-align: center;
}
.case_study_new_wrap:not(:last-child){
  margin-bottom: 30px;
}
/* gold fire end */
/* construction information service start */
.const_bnr_inr{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.const_bnr_inr li {
  display: flex;
  align-items: center;
  flex: 1;  
}
.const_bnr_inr li span img{
  width: 100%;
}
/* .const_bnr_inr .const_bnr_txt{
  max-width: 135px;
} */
.const_bnr_inr li span:first-child{
  margin-right: 15px;
}
.cis_cust_wrap li {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 15px;
}
.cis_cust_inr {
  display: flex;
  flex-direction: column;
}
.cis_cust_one {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--industry);
  color: var(--blue);
  margin-bottom: 12px;
}
.cis_cust_two{
  font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    max-width: 125px;
    color: var(--gray);
}
.cis_cust_wrap li > span{
  margin-right: 15px;
}
.cis_cust_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
}
.built_builder {
  margin-top: 80px;
}
.built_builder h2{
  margin-bottom: 20px;
}
.acco_btn p{
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--black);
  font-family: var(--poppins);
  margin-top: 5px;
  padding-right: 20px;
}
.acco_new_list li{
  list-style: none !important;
  position: relative;
}
.acco_new_list li::after{
  content: '';
  position: absolute;
  top: 7px;
  left: -27px;
  background-image: url(../images/acco_list_arrow.svg);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.acco_new_list li a{
  text-decoration: underline;
  color: var(--blue);
}
.searchable_wrap {
  margin-top: 80px;
}
.cis_inr_item span{
  font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--gray);
    font-family: var(--poppins);
}
.cis_inr_item span:first-child{
  margin-right: 20px;
  min-width: 24px;
}
.cis_inr_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
}
.cis_inr_item{
flex: 0 0 auto;
width: 50%;
padding: 0 15px;
display: inline-flex;
/* align-items: center; */
/* max-width: 396px;
margin: 0 auto; */
}
.cis_inr_item:nth-last-child(-n+2){
  margin-bottom: 0;
}
.cis_inr_item{
  margin-bottom: 20px;
}
.const_info_hdng h2{
  margin-bottom: 20px;
}
.const_dev_counter_wrap{
  padding-bottom: 40px;
  border-bottom: 1px solid var(--sky_new);
  margin-bottom: 60px;
}
.trst_inr_itm_lft {
    max-width: 200px;
    flex: 0 0 auto;
    width: 30%;
}
.trust_item_wrap{
  display: flex;
  flex: 0 0 auto;
  width: 70%;
}
.sect_six_new{
  padding-top: 0 !important;
}
.explore_link span{
  font-size: 16px;
font-weight: 300;
line-height: 28px;
text-decoration: underline;
color: var(--red);
margin-left: 20px;
}
.explore_wrap h2{
  margin-bottom: 20px;
}
.partner_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.partner_item{
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 15px;
}
.partner_item img{
  width: 100%;
}
.partner_wrap .partner_item{
  margin-bottom: 30px;
}
.partner_wrap .partner_item:nth-last-child(-n + 3){
  margin-bottom: 0;
}
.explore_wrap {
  margin-bottom: 80px;
}
.const_dev_counter_wrap .dev_counter li{
  max-width: 148px;
  margin: 0 auto;
  text-align: center;
}
/* construction information service end */
/* haystack gold start */
.haystack p.fw-bold{
  max-width: 856px;
}
.heystack_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.heystack_wrap .wfi_list{
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}
.heystack_wrap .sub_sec_para{
  margin-bottom: 15px;
  padding-left: 30px;
}
.heystack_wrap .wfi_list li::before{
  top: 7px;
  transform: none;
}
.heystack_count_wrap .dev_counter li{
  width: 25%;
  text-align: center;
}
.heystack_count_wrap .dev_counter{
  margin-top: 50px;
}
.hey_stack_inr li{
  font-size: 16px;
font-weight: 300;
line-height: 28px;
color: var(--gray);
font-family: var(--poppins);
position: relative;
padding-bottom: 10px;
}
.hey_stack_inr li::after{
  content: '';
    position: absolute;
    top: 5px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.hey_stack_inr {
  margin-top: 30px;
  margin-left: 25px;
}
.hey_stack_tab_inr .tabs_itm_wrap>li{
  width: 16.5%;
}
.hey_stack_tab_inr .tabs_bom li{
  list-style: disc;
  font-size: 16px;
  line-height: 28px;
}
.rely_haystack_gold_wrap{
  margin-top: 30px;
}
.rely_haystack_gold_item{
  background-color: var(--skylight);
  padding: 25px 20px;
}

.rely_haystack_gold_item h4{
  font-weight: 500;
line-height: 30px;
font-size: 20px;
color: var(--black);
font-family: var(--gibson);
padding-bottom: 10px;
}
.rely_haystack_gold_item li {
  font-size: 14px;
font-weight: 300;
line-height: 26px;
color: var(--black);
position: relative;
}
.rely_haystack_gold_item li:not(:last-child){
  padding-bottom: 10px;
}
.rely_haystack_gold_item li::after{
  content: '';
    position: absolute;
    top: 7px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.rely_haystack_gold_item ul{
  margin-left: 26px;
}
.rely_haystack_gold_item:not(:last-child){
  margin-bottom: 3px;
}
.rely_haystack_gold_item p{
  padding-bottom: 10px;
}
.hay_stack_casestdy .case_study_new_inr{
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.heystack_count_wrap .dev_counter li:nth-child(-n + 3){
  margin-bottom: 0;
}
/* haystack gold end */
/* part change notice start */
.part_change .dev_counter{
  justify-content: center;
}
/* .part_change .dev_counter li{
width: 33.33%;
} */
.part_change_inr .techqs p{
  margin-top: 0;
}
.part_change_inr .tech_quest{
  align-items: center;
}
.part_change_inr li{
  margin-top: 30px;
}
.part_change_inr li:not(:last-child){
margin-bottom: 30px;
}
.wfi_list li:last-child{
  margin-bottom: 0;
}
.pcn_list li{
  font-size: 16px;
font-weight: 300;
line-height: 28px;
color: var(--gray);
position: relative;
padding-left: 10px;
}
.pcn_list li:not(:last-child){
  margin-bottom: 10px;
}
.pcn_list li::after{
  content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
ul.pcn_list {
  margin-top: 30px;
  margin-left: 24px;
}
.part_change_case_stdy{
  border: none;
  margin: 0;
  padding-top: 20px;
}
/* part change notice end */
/* book a demo */
.bookdemo{
  display: inline-flex;
    min-width: 201px;
    padding: 18px 30px;
    justify-content: flex-end;
    align-items: center;
   background-color: var(--blue);
   font-family: var(--poppins);
font-size: 16px;
font-weight: 500;
color: var(--white);
/* box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10); */
border: 1px solid transparent;
stroke: var(--white);
}
.bookdemo:hover {
  box-shadow: 0px 0px 0px 5px rgb(16 0 232 / 32%);
}
.bookdemo span{
  margin-right: 10px;
}
.book_demo_wrap{
  position: fixed;
  right: 0;
  z-index: 9;
  bottom: 50px;
}
.side_btn .book_demo_wrap{
  opacity: 1;
}

/* industry part */

.indsty_innr_bnr_cnct_wrp{
  box-shadow: 0px -20px 20px 0px var(--black_light);
  background-color: var(--white);
  padding: 50px 80px 0;
  text-align: center;
  margin-top: -223px;
  margin-bottom: 20px;
}
.indsty_innr_bnr_cnct_wrp h1{
  margin-top: 30px;
}
.indsty_innr_bnr_cnct_wrp p{
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: var(--black);
  font-family: var(--gibson);
  margin-top: 30px;
}

.benefits_sec {
  padding: 20px 0 100px;
}

.benefits_sec h6{
  color: var(--gray);
  text-align: center;
  font-family: var(--industry);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.benefits_sec .bnfts_icns_wrp{
  max-width: 985px;
  margin: 0 auto;
}

.bnft_itm_wrp{
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background-color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bnft_itm_wrp .icon_wrp{
  max-width: 56px;
  margin: 0 auto 10px;
}

.bnft_itm_wrp p{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: var(--blue);
  font-family: var(--gibson);
}
.bnft_itm_wrp p span{
  display: block;
}



.rlvnt_bnnr_cnct_wrp{
  margin-top: -360px;
}

.rlvnt_bnnr_top{
  padding: 50px;
  background-color: var(--stone-light);
}

.rlvnt_bnnr_top h5{
  margin-bottom: 16px;
  color: var(--blue);
  font-family: var(--industry);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}

.rlvnt_bnnr_top h2{
  margin-bottom: 16px;
}

.rlvnt_bnnr_top p{
  margin-bottom: 16px;
  color: var(--black);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.rlvnt_bnnr_top h6{
  color: var(--gray);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.rlvnt_bnnr_bttm{
  padding: 50px;
  background-color: var(--white);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
}

.rlvnt_bnnr_bttm > ul{
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}

.rlvnt_bnnr_bttm > ul > li{
  flex: 0 0 auto;
  width: 33.333333%;
  padding: 0 25px;
}

.rlvnt_bnnr_bttm > ul > li:not(:nth-last-child(-n + 3)){
  margin-bottom: 30px;
}

.rlvnt_bttm_cnct_wrp{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--black);
  height: 100%;
}

.rlvnt_bttm_cnct_wrp h6{
  color: var(--black);
  font-family: var(--industry);
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: auto;
  padding-right: 50px;
}

.rlvnt_bttm_cnct_wrp .prvd_icn{
  width: 36px;
  min-width: 36px;
  margin-left: 20px;
}



.indsrty_slider_sec{
  padding-top: 100px;
  overflow: hidden;
}

.indsrty_fw_slider {
  padding-bottom: 100px;
  border-bottom: 1px solid var(--sky_new);
}

.indsrty_fw_slider  .slick-list{
  /* width: 100vw; */
  width: 1300px;
}

.indsrty_fw_slider .slick-track{
  display: flex;
}

.indsrty_fw_slider .sldr_itm{
  width: 300px;
  margin-right: 30px;
  height: auto;
  transition: 600ms all ease-in-out;
}

.indsrty_fw_slider .sldr_itm:not(.slick-active){
  opacity: 0.3;
}

.indsrty_fw_cnct{
  background-color: var(--stone-light);
  height: 100%;
  display: flex;
  flex-direction: column;    
  overflow: hidden;  
}

.indsrty_fw_cnct .cnct_wrpr{
  padding: 28px 20px 0;
}

.indsrty_fw_cnct .cnct_wrpr h6{
  color: var(--gray);
  font-family: var(--industry);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.indsrty_fw_cnct .cnct_wrpr h3{
  color: var(--black);
  font-family: var(--gibson);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.indsrty_fw_cnct .cnct_wrpr p{
  padding-bottom: 30px;
}

.indsrty_fw_cnct .btn_wrp{
  padding: 0 20px 20px;
  margin-top: auto;
}

.indsrty_fw_cnct .btn_wrp a{
  min-width: 146px;
}

.indsrty_fw_cnct .img_cvr{
  position: relative;
}

.indsrty_fw_cnct .img_cvr::before{
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  background-image: url(../images/indsty_sldr_img_tp_shp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 65px;
}

.indsrty_fw_cnct .img_cvr::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: -2px;
  background-image: url(../images/indsty_sldr_img_btm_shp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 65px;
  transform: rotate(180deg);
}
.indsrty_fw_cnct .img_cvr img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.indsrty_fw_slider .slick-arrow{
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid var(--red);
  background-color: var(--white);
  z-index: 2;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.indsrty_fw_slider .slick-arrow.slick-next {
  right: 95px;
}
.indsrty_fw_slider .slick-arrow.slick-prev{
  background-image: url(../images/arrow-prev.svg);
  left: -35px;
}

.indsrty_fw_slider .slick-arrow.slick-disabled{
  display: none !important;
}

.indsrty_fw_slider .slick-arrow::before{
  display: none;
}

.cse_sty_sec_wrp{
  max-width: 725px;
  margin: 0 auto;
}

.indsty_sol_sec{
  padding-bottom: 100px;
}

.indsty_sol_lst_wrp{
  padding-top: 100px;
  border-top: 1px solid var(--sky_new);
  display: flex;
  flex-wrap: wrap;
}

.indsty_sol_lst_wrp .indsty_sol_lst{
  flex:  0 0 auto;
  width: 50%;
  text-align: center;
}
.indsty_sol_lst_wrp .indsty_sol_lst:first-child{
  border-right: 1px solid var(--sky_new);
}
.indsty_sol_lst_wrp .indsty_sol_lst .icn_wrp{
  margin-bottom: 20px;
}

.indsty_sol_lst_wrp .indsty_sol_lst h2{
  margin:  0 auto 20px;
  max-width: 340px;
}
.indsty_sol_lst_wrp .indsty_sol_lst h2 span{
  display: block;
}
.case_study_sec{
  padding: 100px 0;
}
.case_study_sec .case_study_new_inr{
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
/* ohis_Knowledge_Workspace start */
.ohislist_item li{
  margin: 0;
  padding: 0;
  font-size: 14px;
font-weight: 300;
color: var(--black);
line-height: 26px;
padding-bottom: 10px;
position: relative;
padding-left: 30px;
}
.ohislist_item li::after{
  content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick-circle_new.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}
.ohislist_item li:first-child{
margin: 0;
}
.ohsis_listing_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ohislist_item{
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}
.ohis_list li p{
  padding-bottom: 10px;
}
.ohis_case_stdy .case_study_new_inr{
  margin-top: 0;
  border: none;
  padding-top: 20px;
}
.ohis_explore h5 span{
  margin-right: 20px;
}
.ohis_explore h5{
  font-size: 18px;
font-weight: 500;
line-height: 25px;
font-family: var(--gibson);
color: var(--black);
padding-bottom: 5px;
}
.ohis_explore p{
  margin-left: 45px;
  font-size: 14px;
  font-family: var(--gibson);
font-weight: 300;
line-height: 22px;
color: var(--gray);
}
.ohis_explore p a{
  color: var(--red);
  text-transform: capitalize;
  text-decoration: none;
}

.proud_partner ul li a{
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
/*   text-decoration-line: underline; */
color: var(--blue);
display: inline-flex;
align-items: center;
}
.proud_partner ul {
  margin-top: 30px;
}
.proud_partner ul li:not(:last-child){
  margin-bottom: 15px;
}
.proud_partner ul li span{
  margin-right: 20px;
}
.proud_partner {
    margin-top: 80px;
}
/* ohis_Knowledge_Workspace end */
/* parts database start */
.parts_data_casestdy .case_study_new_inr{
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.parts_explore{
  margin-top: 30px;
}
/* parts database end */
/* 07-09-2023 */

.bdlt_fr_pr.cis_inr_wrap .cis_inr_item{
  width: 33.3333%;
  min-height: 57px;
  align-items: center;
  margin-bottom: 0;
}

.bdlt_fr_pr.cis_inr_wrap .cis_inr_item:not(:nth-last-child(-n + 3)){
  margin-bottom: 20px;
}

.bdlt_fr_pr.cis_inr_wrap{
  margin-bottom: 30px;
}
.esdu_integrate .technical_question_wrap{
  margin-top: 30px;
}
.acco_btn > span{
  color: var(--gray);
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 300;
}
.acco_btn > span > a{
  color: var(--gray);
  text-decoration: underline;
}
.esdu_seriecs {
  margin-top: 80px;
}
.esdu_seriecs h5{
  font-size: 16px;
font-weight: 300;
line-height: 28px;
color: var(--black);
margin-top: 25px;
}
/* .esdu_acco {
  margin-top: 30px;
} */
.ESDU_Packages {
  margin-top: 90px;
}
.ESDU_Packages h5{
  font-size: 28px;
font-weight: 500;
line-height: 34px; 
font-family: var(--gibson);
color: var(--gray);
margin-bottom: 30px;
}
.ESDU_Packages .dcmt_dwnld_wrp a{
  display: block;
}
.ESDU_Packages .dcmt_dwnld_wrp a:not(:last-child){
  margin-bottom: 15px;
}
.ESDU_Packages .acco_item:not(:last-child){
  margin-bottom: 3px;
}
.optimize_stream .workflow_hdng h4{
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 25px;
  color: var(--black);
}
.optimize_stream .workflow_hdng{
  padding-bottom: 0;
}
/* 08-09-2023 */
.edsu_dta_rvw_endr{
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--sky_new);
}

.edsu_dta_rvw_endr_itms{
  display: flex;
}

.edsu_dta_rvw_endr_lst_wrp .edsu_dta_rvw_endr_itms:not(:last-child){
  margin-bottom: 20px;
}

.edsu_dta_rvw_endr_itms .img_wrp{
  flex: 0 0 auto;
  width: 125px;
  margin-right: 20px;
}

.edsu_dta_rvw_endr_itms .cnct_wrp{
  flex-grow: 1;
  color: var(--gray);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.edsu_dta_rvw_endr_itms .cnct_wrp a{
  color: var(--blue);
  text-decoration: underline;
}

.rsrs_sb_hdng{
  padding-bottom: 30px;
}

.rsrs_sb_hdng h4{
  color: var(--gray);
  font-family: var(--gibson);
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.rsrs_lnk_wrp{
  padding-bottom: 30px;
}

.rsrs_lnk_wrp > li:not(:last-child){
  margin-bottom: 15px;
}

.partner_wrap.esdu_prtnr .partner_item{
  width: 25%;
  margin-bottom: 0;
}

.partner_wrap.esdu_prtnr .partner_item:not(:nth-last-child(-n + 4)){
  margin-bottom: 15px;
}
/* legal basic start */
.legal_basic{
  padding: 100px 0 100px;
}
.legal_basic_hdng {
  padding: 30px 0;
}
.legal_basic_hdng h1{
  margin-bottom: 30px;
}
.legal_basic_hdng h6{
  font-size: 24px;
font-weight: 400;
line-height: 30px;
font-family: var(--gibson);
color: var(--black);
}
.legal_wrap{
  max-width: 760px;
  margin: 0 auto;
}
.secondry_hdr h4{
  font-size: 28px;
font-weight: 500;
line-height: 34px;
font-family: var(--gibson);
padding-bottom: 30px;
color: var(--gray);
}
.secondry_hdr {
  padding-top: 30px;
}
.secondry_hdr h5{
  font-size: 20px;
font-weight: 500;
line-height: 30px;
font-family: var(--gibson);
color: var(--black);
padding-bottom: 25px;
}
/* .secondry_hdr p + p{
padding-top: 30px;
} */
.secondry_hdr p b{
  font-weight: 700;
}
.secondry_hdr .tabs_bom li{
  list-style: disc;
  font-size: 16px;
}
.secondry_hdr .tabs_bom{
  padding-top: 20px;
}
.secondry_hdr .tabs_bom li:not(:last-child){
  padding-bottom: 10px;
}
.secondry_hdr .trustrated_inr_itm h5{
  font-weight: 300;
  padding-bottom: 0;
  font-family: var(--poppins);
}
.secondry_hdr .trustrated_inr_cnt {
margin: 50px 0 30px;
}
.secondry_hdr .case_study_new_inr{
padding-top: 0;
border: none;
margin-top: 30px;
}
/* .legal_casestdy .global_btn{
  height: 50px;
    min-width: 150px;
} */
/* legal basic end */

/* 13.09.23 */
.tag_button img{
  margin-left: 5px;
}     
/* .construct_info .case_stdy_top_img{
  top: -71px;
} */
.secondry_hdr h5{
  padding-bottom: 25px;
}
/* global setup */
h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--gibson);
  color: var(--black);
}
.secondry_hdng{
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--gibson);
  padding-bottom: 30px;
  color: var(--gray);
}
h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--gibson);
  color: var(--black);
}





/* 13-09-2023 */
.prntnr_lst_wrp{
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  max-width: 722px;
}

.prntnr_lst_wrp li{
  padding: 10px 7.5px;
  flex: 0 0 auto;
  width: 25%;
  position: relative;
}

.prntnr_lst_wrp li::after{
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: var(--sky_new);
}

.prntnr_lst_wrp li::before{
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 1px;
  background-color: var(--sky_new);
}

.prntnr_lst_wrp li:nth-child(4n)::after{
  display: none;
}

.prntnr_lst_wrp li:nth-last-child(-n+4)::before{
  display: none;
}

.prntnr_lst_wrp li > img{
  width: 100%;
}
.ohs_partner .proud_partner{
  margin-top: 0;
}
.part_db_cnst_txt{
  display: block;
}
.esdu_img_wrap .prntnr_lst_wrp{
  margin-left: 0;
  margin-right: 0;
  max-width: auto;
}
.esdu_img_wrap .prntnr_lst_wrp li{
  flex: 1;
    width: auto;
}
/* solution home */
.solution__home{
  padding-top: 60px;
  position: relative;
}
.solution_home_inr{
  text-align: center;
  font-size: 15px;
  line-height: 27px;
}
.solution_home_inr h6{
  font-family: var(--industry);
font-size: 14px;
font-weight: 600;
line-height: 18px;
text-transform: uppercase;
color: var(--gray);
padding-bottom: 20px;
}
.solution_home_inr h1 {
  padding-bottom: 20px;
  max-width: 864px;
  margin: 0 auto;
}
.optimize_stream .optimize_stream_list{
  padding-bottom: 70px;
}

.solution_work_hdng {
  text-align: center;
  padding-bottom: 40px;
}
.solution_work_hdng h2{
  color: var(--gray);
}
.crd_tp_cnct h6{
  font-size: 14px;
font-weight: 600;
line-height: 26px;
color: var(--blue);
text-transform: uppercase;
padding-bottom: 15px;
}
.sltn_wokr_inr .crd_tp_cnct p{
  padding-bottom: 15px;
}
.learn_more a{
  color: var(--red);
  text-decoration: none;
}
.learn_more{
  padding: 15px 0;
}
.sltn_wokr_inr .crd_tp_cnct{
  display: flex;
  flex-direction: column;
}
.sltn_wokr_inr .crd_tp_cnct p{
  flex-grow: 1;
}
.sltn_wokr_inr .crd_wrp{
  padding-bottom: 30px;
}
.sltn_wokr_inr .row .col-md-4:nth-last-child(-n + 3) .card_wrap{
  padding-bottom: 0;
}
.soln_data_anltcs .crd_tp_cnct h3{
  padding-right: 0;
}
.digital_item{
  background-color: var(--stone-light);
  padding: 30px 20px 50px;
  height: 100%;
}
.digital_item h6{
  font-family: var(--industry);
font-size: 14px;
font-weight: 600;
line-height: 18px;
text-transform: uppercase;
padding: 15px 0;
}
.digital_item h3{
  font-weight: 500;
  padding-bottom: 15px;
}
.digital_libraries{
  padding-bottom: 150px;
}
.digital_cnt .row .col-md-4{
  margin-bottom: 30px;
}
.digital_cnt .row .col-md-4:nth-last-child(-n + 3){
  margin-bottom: 0;
}
.digital_item_hdng{
  background-color: var(--red);
  height: 100%;
  padding: 40px
}
.digital_item_hdng h2{
  margin-right: 100px;
  color: var(--white);
}
.digital_item p{
  max-width: 280px;
}
.sol_home_bnr .ew_bnnr_img{
  min-height: 329px;
}
.solution__home .container{
  position: relative;
}
.solution__home .container::after{
  position: absolute;
  content: '';
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/Solution_banner_img_lft.svg);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -671px;
}
.sol_home_bnr{
  position: relative;
}
/* .sol_home_bnr::after {
  position: absolute;
  content: '';
  top: 93px;
  right: -87%;
  bottom: 0;
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  background-image: url(../images/Solution_banner_img_r8.svg);
  width: 100%;
} */
.solution__home .container::before{
  position: absolute;
    content: '';
    top: -395px;
    right: -95%;
    bottom: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
    background-image: url(../images/Solution_banner_img_r8.svg);
    width: 100%;
}
/* industry home */
.industry_home_inr{
  padding-bottom: 146px;
}
.industry_home_itm_img img{
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.industry_home_itm_txt {
  background-color: var(--stone-light);
  padding: 90px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.industry_home_itm_img {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: -67px;
  position: absolute;
  top: -136px;
  left: 0;
  right: 0;
}
.industry_home_itm_txt h3{
  font-weight: 500;
  padding-bottom: 15px;
  max-width: 250px;
}
.industry_home_itm_txt p{
  padding-bottom: 15px;
  flex-grow: 1;
}
.int_home_itm_btn a{
  min-width: 136px;
}
.industry_home_item {
  height: 100%;
  position: relative;
}
.industry_home_inr .row .col-md-4{
  margin-bottom: 175px;
}
.industry_home_inr .row .col-md-4:nth-last-child(-n + 3){
  margin-bottom: 0;
}
.industry_home{
  padding-bottom: 175px;
}
.industry_home .container::before{
  top: -372px;
  right: -93%;
}
.industry_home .container::after{
  top: 110px;
  margin-left: -631px;
}
.industry_home_inr .container{
  position: relative;
}
.industry_home_inr .container::after{
  position: absolute;
  position: absolute;
  content: '';
  top: 160px;
  right: 0;
  bottom: 0;
  background-image: url(../images/Solution_banner_img_lft.svg);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 570px;
  transform: rotatex(-180deg);
  margin-right: -595px;
  z-index: -1;
}
/* parts cntnt service start */
.parts_cnt_serv_inr_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  background-color: var(--stone-light);
  margin-top: 30px;
}
.parts_cnt_serv_inr_item{
  flex: 0 0 auto;
  max-width: 50%;
  padding: 25px 20px;
}
.parts_cnt_serv_inr_item p:first-child{
  margin-top: 0;
}
.parts_cnt_serv_inr_item p b{
  font-weight: 700;
}
.parts_cnt_serv_inr_item p{
margin-top: 20px;
}
.parts_cnt_tab .tabs_itm_wrap li{
  width: 33.33%;
}
.tabs_bom li{
  list-style: disc;
}
.parts_cnt_tab .tabs_bom{
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
.parts_cnt_tab .acco_body .tabs_bom{
  margin-top: 10px;
}
.parts_tab_acco {
  margin-top: 10px;
}
.other_use_case h2{
  margin-bottom: 30px;
}
.other_use_case p{
  padding-bottom: 15px;
}
.other_use_case_wrap {
  display: flex;
  margin-left: -2.5px;
  margin-right: -2.5px;
  flex-wrap: wrap;
}
.other_use_case_wrap .other_use_case_item{
  flex: 0 0 auto;
  width: 25%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.other_use_case_itm_cnt{
  background-color: var(--skylight);
  padding: 20px 25px;
  height: 100%;
}
.other_use_case_itm_cnt h4{
  margin-bottom: 10px;
  min-height: 60px;
}
.other_use_case_itm_cnt ul li{
  font-size: 12px;
  line-height: 22px;
  color: var(--black);
  font-weight: 300;
  font-family: var(--poppins);
}
.other_use_case_itm_cnt ul li:not(:last-child){
  margin-bottom: 10px;
}
.benifit_cnt .hey_stack_inr{
  margin-top: 0;
}
/* parts cnt service end */

/* sdo_start */

.sdo_home{
  padding: 60px 0 100px; 
}
.sdo_cnct_wrp{
  max-width: 724px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
.sdo_home .container{
  position: relative;
}
.sdo_home .container::before{
  position: absolute;
  content: "";
  width: 700px;
  height: 510px;
  top: -424px;
  left: 100%;
  margin-left: 40px;
  background-image: url(../images/sdo_bnnr_shp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sdo_home .container::after{
  position: absolute;
  content: "";
  width: 700px;
  height: 510px;
  top: 65px;
  right: 100%;
  margin-right: 60px;
  background-image: url(../images/sdo_sec_shp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sdo_cnct_wrp .sdo_itm_wrp:not(:last-child){
  padding-bottom: 80px;
}

.sdo_cnct_wrp .sdo_itm_wrp > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.sdo_cnct_wrp .sdo_itm_wrp > h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    color: var(--gray);
    font-family: var(--gibson);
    padding-bottom: 30px;
}

.tirtiary_box{
  padding: 25px 20px;
  background-color: var(--skylight);
}

.tirtiary_box > * + *{
  margin-top: 15px;
}

.tirtiary_box a{
  min-width: auto;
}

.sdo_home  .indsty_sol_lst_wrp{
  padding-top: 0;
  border-top: none;
}

.sdo_home .indsty_sol_lst_wrp h2{
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  min-height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.sdo_home .indsty_sol_lst_wrp .global_btn{
  min-width: 125px;
  height: 41px;
}

.tirtiary_box.side_btn{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.tirtiary_box.side_btn .cnct_wrp {
  padding-right: 15px;
  margin-right: auto;
}

.tirtiary_box.side_btn .cnct_wrp h4{
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; 
  margin-bottom: 15px;
}

.tirtiary_box.side_btn > a{
  margin-top: 0;
}
.sdo_cnct_wrp .sdo_itm_wrp .our_resourse{
  margin-top: 0;
}
.sdo_home .ohis_explore + .ohis_explore{
  margin-top: 30px;
}
/* sdo_end */
/* parts api start */
.part_api_sec_inr_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 11px;
  margin-right: -15px;
}
.part_api_sec_inr_wrap .pcn_list{
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  margin-left: 0;
}
.saas_api_listing {
  display: flex;
  flex-wrap: wrap;
}
.saas_api_listing .pcn_list{
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}
.xml_web_service .ss_cont{
  margin-top: 0;
}
.xml_web_ss_list {
  display: flex;
  flex-wrap: wrap;
}
.xml_web_ss_list .pcn_list{
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}
.sass_component_management_hdng {
  margin: 30px 0;
}
.sass_component_management_hdng h3{
  font-size: 28px;
  color: var(--gray);
  line-height: 34px;
  font-weight: 500;
}
.sass_component_management {
  margin-top: 80px;
}
.so_you_can_wrap {
  padding-top: 30px;
}
.so_you_can_wrap .pcn_list li{
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.so_you_can_wrap .pcn_list li:not(:last-child){
  padding-bottom: 10px;
}
.top_img_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  flex-direction: column;
}
.top_img_one{
  height: 82px;
  width: 1px;
  background-color: var(--sky_new);
  margin-bottom: 9px;
}
.top_img_two{
height: 8px;
width: 8px;
background-color: var(--sky_new);
display: inline-block;
}
/* hub spot */
.hub_spot h2{
  padding: 30px 0;
}
.case_study_new_btn{
  margin-top: 20px;
}
.sltn_wokr_inr .crd_tp_cnct h3{
padding-right: 0;
}
/* 26.09.23 */
/* parts api */
.parts_api_list {
  margin-top: 30px;
}
.parts_api_list .parts_api_table_itm{
  max-width: 20%;
}
.parts_api_list .work_flow_inr_itm{
  max-width: 40%;
}
.parts_api_list .work_flow_inr_itm li p{
  padding-bottom: 15px;
}
.parts_api_list .work_flow_inr_hdng h6{
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--poppins);
}
.parts_api_list .parts_api_table_itm .work_flow_inr_hdng{
  padding-bottom: 23px;
}
.parts_api_list .parts_api_table_itm ul li{
  background: none;
  color: var(--gray);
  font-weight: 700;
  padding: 0;
}
.esdu_seriecs h5{
font-size: 28px;
font-weight: 500;
line-height: 34px;
font-family: var(--gibson);
color: var(--gray);
}

/* engineering work bench html change */
.cnt_hndg h5{
  font-size: 16px;
  font-family: var(--industry);
  text-transform: uppercase;
  font-weight: 600;
}
.cnt_hndg {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black);
  padding-bottom: 21px;
}
.cnt_wrap{
  display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cnt_wrap .cnt_itm{
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}
.cnt_hndg span{
  min-width: 24px;
  margin-right: 10px;
}
.cnt_para {
  height: 100%;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.cnt_para p{
  font-size: 13px;
  font-weight: 300;
  color: var(--black);
  line-height: 20px;
}
.work_flow_new_wrap ul li:nth-child(even) .cnt_itm .cnt_para {
  background: var(--skylight);
}
.parts_api_list .cnt_wrap .cnt_itm:first-child{
  width: 20%;
}
.parts_api_list .cnt_wrap .cnt_itm{
  width: 40%;
}
.parts_api_list .cnt_wrap .cnt_itm .cnt_type{
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.parts_api_list .cnt_wrap .cnt_itm .cnt_type p{
  background: none;
  color: var(--gray);
  font-weight: 700;
  padding: 0;
}
.parts_api_list li:first-child .cnt_wrap .cnt_itm:first-child .cnt_hndg{
border: none;
}
.parts_api_list li:first-child .cnt_wrap .cnt_itm:first-child .cnt_hndg h5{
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--poppins);
  text-transform: capitalize;
}
.parts_api_list .cnt_wrap .cnt_itm .cnt_para_new p:first-child{
  margin-bottom: 20px;
}
.parts_api_list li:not(:first-child, :last-child){
  margin-bottom: 10px;
}
.so_you_can_wrap .pcn_list{
  margin-top: 0;
}
/* 29-09-23 */
.benefits_sec .bnfts_lists{
  margin-top: 75px;
}
.bnfts_lists > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.bnfts_lists > ul > li{
  flex: 0 0 auto;
  width: 50%;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  color: var(--gray);
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}
.bnfts_lists > ul > li:nth-last-child(-n + 2){
  margin-bottom: 0;
}

.bnfts_lists > ul > li > .icon_wrp{
  min-width: 24px;
  width: 24px;
  margin-right: 28px;
  text-align: center;
}
/* hub spot design */
.hub_spot label span{
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  font-family: var(--poppins);
}
.hub_spot .input{
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
}

.hub_spot .input input{
  padding: 10px;
  width: 90%;
}
.hub_spot .input textarea{
  padding: 10px;
}
.hub_spot .hs-form-booleancheckbox label{
  display: flex;
  align-items: baseline;
}
.hub_spot .actions input.hs-button{
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--red);
  border: 1px solid var(--red);
  height: 40px;
  min-width: 140px;
  padding: 0 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.hub_spot .actions input.hs-button:hover{
  box-shadow: 0px 0px 0px 5px var(--button-shadow);
}
/* about us page start */
.about_bnr_cnt{
  margin: 30px 0;
}
.about_bnr_cnt p{
  margin-top: 20px;
}
.about_sec {
  padding: 50px 0;
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -250px;
}
.about_inr ul {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--skylight);
  padding: 25px 5px 35px 5px;
  position: relative;
}
.about_inr ul::after{
  position: absolute;
  content: '';
  top: 20px;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 2px;
  background-color: var(--blue);
  margin: 0 auto;
}
.about_inr ul li {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  text-align: right;
  margin-bottom: 30px;
}
.about_inr ul li:nth-child(even){
  text-align: left;
  margin-top: 45px;
}
.about_inr ul li h6{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--poppins);
  color: var(--blue);
  padding-bottom: 20px;
  font-weight: 700;
}
.about_inr ul li p{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--poppins);
  font-weight: 400;
  color: var(--black);
}
.about_inr ul li:nth-child(2){
margin-top: 45px;
}
.about_inr ul li:last-child{
  margin-bottom: 0;
}
.about_inr_btm .bnft_itm_wrp p{
  font-weight: 700;
  font-family: var(--poppins);
}
.about_btm_txt p{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--poppins);
  font-weight: 400;
  color: var(--black);
}
.about_btm_txt h6{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--poppins);
  color: var(--blue);
  padding-bottom: 20px;
  font-weight: 700;
}
.about_inr_btm {
  text-align: center;
  margin: 50px 0;
}
.about_inr_btm .bnft_itm_wrp{
  margin: 0 auto;
  margin-top: 50px;
}
.about_inr_btm .bnft_itm_wrp p span{
margin-top: 15px;
}
.about_para h6{
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: var(--blue);
  font-family: var(--poppins);
  font-weight: 700;
  margin-top: 30px;
}
.about_bnr .ew_cont_wrp{
  padding-bottom: 200px;
}
.our_culture_sec {
  margin: 60px 0 170px;
  text-align: center;
}
.our_culture_msg_hdng h2{
  max-width: 295px;
  margin: 0 auto;
  font-weight: 400;
  padding: 20px 0;
}
.our_culture_btn a{
  min-width: 175px;
}
.sdo_img_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sdo_img_wrap .sdo_img_item{
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
.Sdo_img_sec {
  margin: 80px 0 30px;
}

/* about us page end */
/* legal page */
.legal_wrap p{
padding-bottom: 10px;
}
/* 09.10.2023 */
.electronic_part_mnge_btn_wrap .solid_btn{
  min-width: 147px;
} 
.electronic_suite_list .cis_inr_item span{
  color: var(--red);
}
.electronic_parts_management_sec_wrap {
  margin: 0 -15px;
}
.electronic_parts_management_sec_wrap .wfi_list{
  padding: 0 15px;
}
/* 10.10.23 */
.about_sec .indsty_sol_lst_wrp{
  border: none;
}
.hub_spot .hbspt-form{
  filter: drop-shadow(0px -20px 20px rgba(0, 0, 0, 0.10));
  background-color: var(--white);
  padding: 30px 40px;
}
/* .hub_spot .hbspt-form .form-columns-1, .hub_spot .hbspt-form .form-columns-2{
  max-width: 100%;
} */
.ohs_proud{
  margin-top: -70px;
}
.esdu_count .dev_counter li{
  padding: 0;
}
.esdu_count .dev_counter{
  margin-left: 0;
  margin-right: 0;
}

/* whitepaper */

.whitepaper_banner{
  /* padding-bottom: 50px; */
}

.whitepaper_banner_img{
  height: 494px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 
.whitepaper_banner_btm{
  background-color: var(--blue);
  height: 160px;
}
 */

.wht_ppr_sec_cnct{
  padding: 84px 62px 30px 78px;
  box-shadow: 0px -20px 20px 0px var(--light_dark);
  background-color: var(--white);
  margin-top: -235px;
  position: relative;
}

.wht_ppr_sec_cnct::after{
  position: absolute;
  content: "";
/*   top: 25px; */
	top: -130px; 
  left: calc(100% + 50px);
  background-image: url(../images/Solution_banner_img_r8.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 705px;
  height: 510px;
}

.wht_ppr_sec_cnct .banner_cont .cont_wrp p{
  color: var(--black);
}

.wht_ppr_sec_cnct .banner_cont .cont_wrp:nth-child(2)::before{
  background-color: var(--black);
}

.wht_ppr_sec_cnct .banner_cont .cont_wrp:nth-child(1){
  padding-top: 0;
  padding-bottom: 0;
}

.form_sec{
  padding-bottom: 115px;
}

.frm_cnct_wrp{
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(0px -20px 20px var(--light_dark));
  -webkit-filter: drop-shadow(0px -20px 20px var(--light_dark));
  position: relative;
}

.frm_cnct_wrp::after{
  position: absolute;
  content: "";
  top: -140px;
  right: calc(100% + 60px);
  background-image: url(../images/white_ppr_btm_shp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 705px;
  height: 510px;
}

.frm_aside{
  padding: 78px 50px 50px 66px;
  background-color: var(--blue);
  flex: 0 0 auto;
  width: 360px;
}

.frm_aside h6{
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.frm_inpt_cvr{
  flex: 0 0 auto;
  width: calc(100% - 360px);
  background-color: var(--white);
  padding: 40px 55px 15px 55px;
}

.hbspt-form > form fieldset{
  max-width: 100%;
}
.hbspt-form > form fieldset .hs-input:not([type="checkbox"]){
  width: 100% !important;
  height: 50px;
  border: 1px solid var(--dark_gray);
  outline: none;
  padding: 10px 15px;
  color: var(--black);
  margin-bottom: 15px;
}

.hbspt-form > form fieldset .hs-input:not([type="checkbox"]):focus{
  border-color: var(--blue);
}

.hbspt-form > form fieldset .hs-input.invalid:not([type="checkbox"]){
  border-color: var(--red);
}

.hbspt-form > form fieldset textarea.hs-input{
  height: 85px !important;
  resize: none;
}

.hbspt-form > form fieldset textarea.hs-input::placeholder{
  font-size: 0;
}

.hbspt-form > form fieldset .field  label{
  color: #545454;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 5px;
  display: block;
}
.hbspt-form > form fieldset .field .inputs-list label{
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}
.hbspt-form > form fieldset .field .inputs-list .hs-form-booleancheckbox{
  margin-bottom: 35px;
}

.hub_spot .hbspt-form > form fieldset .field .inputs-list .hs-form-booleancheckbox{
  margin-bottom: 0px;
}
.hbspt-form > form fieldset .field .hs-error-msgs label{
  font-size: 14px;
  line-height: 18px;
  color: var(--red);
  position: relative;
  top: -10px;
}

.hs_error_rollup .hs-error-msgs label{
  font-size: 14px;
  line-height: 18px;
  color: var(--red);
  font-weight: 500;
}

.hbspt-form .hs_submit{
  margin-top: 20px;
}

.hbspt-form .hs_submit .actions .hs-button {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--red);
  border: 1px solid var(--red);
  height: 40px;
  min-width: 140px;
  padding: 0 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.hbspt-form .hs_submit .actions .hs-button:hover {
  box-shadow: 0px 0px 0px 5px var(--button-shadow);
}

.hbspt-form > form fieldset.form-columns-2 {
  display: flex;  
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

.hbspt-form > form fieldset.form-columns-2 .hs-form-field{
  flex: 0 0 auto;
  width: 50%;
  float: none;
  padding: 0 15px;
}

.hbspt-form > form fieldset .hs-form-field .input{
  margin: 0;
}

.hbspt-form > form .legal-consent-container{
  margin-top: 40px;
}
.hub_spot .hbspt-form > form .legal-consent-container{
  margin-top: 0px;
}
/* sdo template */
.sdo_template_home{
  padding-bottom: 100px;
}
.sdo_template_home .solution_home_inr p{
  text-align: left;
}
.sdo_template_home .container::after{
  margin-left: -370px;
  background-image: url(../images/sdo_templte_shape_one.svg);
  max-width: 380px;
}
.sdo_template_inr h3{
font-size: 28px;
font-weight: 500;
line-height: 34px;
color: var(--gray);
font-family: var(--gibson);
padding-bottom: 20px;
}
.sdo_template_inr_wrap{
  max-width: 724px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sdo_template_inr:not(:last-child){
 padding-bottom: 70px;
}
.sdo_template_inr p{
  font-size: 16px;
  line-height: 28px;

}

.sdo_template_home .container::before{
  top: -305px;
  right: -380px;
  max-width: 472px;
  background-image: url(../images/sdo_template_shape_two.svg);
}
.sdo_template_inr_cnt h4{
  padding-bottom: 15px;
}
.sdo_template_inr_cnt{
  background-color: var(--skylight);
  padding: 25px 20px;
}
.sdo_templte_btn_wrap .solid_btn{
  min-width: 87px;
}
.sdo_templte_btn_wrap{
  margin-top: 10px;
}
.sdo_temp_lst_wrap h5{
  font-size: 24px;
  color: var(--black);
font-weight: 400;
line-height: 30px;
font-family: var(--gibson);
padding-bottom: 20px;
max-width: 300px;
margin: 0 auto;
}
.sdo_temp_lst_wrap .indsty_sol_lst_wrp{
  margin-left: -50px;
  margin-right: -50px;
}
.sdo_temp_lst_wrap .indsty_sol_lst{
  padding-left: 50px;
  padding-right: 50px;
}
.sdo_temp_lst_wrap .indsty_sol_lst_wrp{
  border: none;
  padding-top: 30px;
}
.sdo_template_inr_wrap .solution_home_inr{
  padding-bottom: 70px;
}
.sdo_template_inr_new .ohis_explore:not(:last-child){
margin-bottom: 30px;
}
.sdo_template_inr_new h2{
  margin-bottom: 30px;
}
.sdo_temp_cnt_wrap_new {
  display: flex;
  flex-wrap: wrap;
}
.sdo_temp_cnt_wrap_new_item {
  flex: 0 0 auto;
  width: 75%;
}
.sdo_temp_cnt_wrap_new_item:last-child{
  width: 25%;
}
.sdo_temp_cnt_wrap_new_item .solid_btn{
  min-width: auto;
  width: 100%;
}
.sdo_temp_cnt_wrap_new_item h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.sdo_template_inr_new {
  padding-bottom: 70px;
  border-top: 1px solid var(--sky_new);
  padding-top: 70px;
}
.sdo_temp_lst_wrap .indsty_sol_lst:first-child{
  width: 466px;
}
.sdo_temp_lst_wrap .indsty_sol_lst{
  width: calc(100% - 466px);
}
.sdo_temp_lst_wrap .global_btn{
  font-size: 14px;
}


/* hubspot_bookdemo */
.hub_spot{
  position: relative;
 }
 
 .hb_spt_bookdmo_btn{
  position: absolute;
  left: 190px;
  bottom: 30px;
  z-index: 1;
 }
 .hb_spt_bookdmo_btn .bookdemo{
  padding: 6px 15px; 
  min-width: 160px;
  font-size: 14px;
  justify-content: center;
 }
 /* sdo template */
.sdo_template_home{
  padding-bottom: 100px;
}
.sdo_template_home .solution_home_inr p{
  text-align: left;
}
.sdo_template_home .container::after{
  margin-left: -370px;
  background-image: url(../images/sdo_templte_shape_one.svg);
  max-width: 380px;
}
.sdo_template_inr h3{
font-size: 28px;
font-weight: 500;
line-height: 34px;
color: var(--gray);
font-family: var(--gibson);
padding-bottom: 20px;
}
.sdo_template_inr_wrap{
  max-width: 724px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sdo_template_inr:not(:last-child){
 padding-bottom: 70px;
}
.sdo_template_inr p{
  font-size: 16px;
  line-height: 28px;

}

.sdo_template_home .container::before{
  top: -305px;
  right: -380px;
  max-width: 472px;
  background-image: url(../images/sdo_template_shape_two.svg);
}
.sdo_template_inr_cnt h4{
  padding-bottom: 15px;
}
.sdo_template_inr_cnt{
  background-color: var(--skylight);
  padding: 25px 20px;
}
.sdo_templte_btn_wrap .solid_btn{
  min-width: 87px;
}
.sdo_templte_btn_wrap{
  margin-top: 10px;
}
.sdo_temp_lst_wrap h5{
  font-size: 24px;
  color: var(--black);
font-weight: 400;
line-height: 30px;
font-family: var(--gibson);
padding-bottom: 20px;
max-width: 300px;
margin: 0 auto;
}
.sdo_temp_lst_wrap .indsty_sol_lst_wrp{
  margin-left: -50px;
  margin-right: -50px;
}
.sdo_temp_lst_wrap .indsty_sol_lst{
  padding-left: 50px;
  padding-right: 50px;
}
.sdo_temp_lst_wrap .indsty_sol_lst_wrp{
  border: none;
  padding-top: 30px;
}
.sdo_template_inr_wrap .solution_home_inr{
  padding-bottom: 70px;
}
.sdo_template_inr_new .ohis_explore:not(:last-child){
margin-bottom: 30px;
}
.sdo_template_inr_new h2{
  margin-bottom: 30px;
}
.sdo_temp_cnt_wrap_new {
  display: flex;
  flex-wrap: wrap;
}
.sdo_temp_cnt_wrap_new_item {
  flex: 0 0 auto;
  width: 75%;
}
.sdo_temp_cnt_wrap_new_item:last-child{
  width: 25%;
}
.sdo_temp_cnt_wrap_new_item .solid_btn{
  min-width: auto;
  width: 100%;
}
.sdo_temp_cnt_wrap_new_item h4{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.sdo_template_inr_new {
  padding-bottom: 70px;
  border-top: 1px solid var(--sky_new);
  padding-top: 70px;
}
.sdo_temp_lst_wrap .indsty_sol_lst:first-child{
  width: 466px;
}
.sdo_temp_lst_wrap .indsty_sol_lst{
  width: calc(100% - 466px);
}
.sdo_temp_lst_wrap .global_btn{
  font-size: 14px;
}
/* executive profile page */
.executive_home{
padding-bottom: 100px;
}
.executive_home .container::before{
  top: -403px;
  bottom: unset;
  width: 660px;
  right: -654px;
  height: 510px;
}

.executive_home .container::after{
background-image: url(../images/executive_profile_shape_one.svg);
margin-left: -500px;
top: 145px;
max-width: 500px;
}

.crypto-icon {
  height: 10px;
  vertical-align: baseline;
}
.sik-dropdown > button.dropdown-toggle {
  position: relative;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  text-align: left;
}
.sik-dropdown > button.dropdown-toggle::after {
  position: absolute;
  right: 1ch;
  top: calc(50% - 0px);
}
.sik-dropdown .dropdown-item {
  cursor: pointer;
}
.dropdown-item .crypto-icon{
  width: 10px;
}

.tab_btn_new{
  display: none;
}
.tab_cnt_wrap {
  position: static;
  display: block;
}
.tab_cnt_wrap li button{
  background: none;
  border: none;
}
.tab_cnt_wrap{
  background: none;
  border: none;
}

.tab_cnt_wrap li button {
  padding: 0;
  border: none;
}
.tab_btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--blue);
  padding: 8px 25px 8px 12px;
}
.tab_btn h5{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--poppins);
  color: var(--blue);
  margin-bottom: 5px;
}
.tab_btn h6{
  font-size: 12px;
  font-weight: 500;
  color: var(--gray);
  font-family: var(--poppins);
  text-transform: capitalize;
}
.tab_btn span:first-child{
  margin-right: 10px;
}
.tab_main_wrap{
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.tab_main_wrap::after{
  position: absolute;
    content: '';
    top: 165px;
    right: 0;
    bottom: 0;
    background-image: url(../images/Solution_banner_img_lft.svg);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 570px;
    transform: rotatex(-180deg);
    margin-right: -595px;
    z-index: -1;
}
.tab_main_wrap #nav-tab li{
  flex: 0 0 auto;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.tab_cnt_wrap ul.nav-tabs {
  border: none;
  margin: 0 -5px;
}
.tab_cnt_wrap ul li button{
  transition: all 0.5s ease-in-out;
}
.tab_cnt_wrap ul li button.active .tab_btn{
  background-color: var(--blue);
  transition: all 0.5s ease-in-out;
}
.tab_cnt_wrap ul li button.active .tab_btn h5, .tab_cnt_wrap ul li button.active .tab_btn h6{
  color: var(--white);
  transition: all 0.5s ease-in-out;
}
.tab_cnt_new{
  margin-top: 60px;
}
.tab_inr_new_item .tab_inr_new_img{
  -webkit-mask-image: url(../images/tab_cnt_shape.svg);
  mask-image: url(../images/tab_cnt_shape.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.tab_inr_new_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab_inr_wrap_new {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  align-items: flex-start;
}
.tab_inr_wrap_new .tab_inr_new_item{
  width: 70%;
  flex: 0 0 auto;
  padding: 0 25px;
}
.tab_inr_wrap_new .tab_inr_new_item:first-child{
  width: 30%;
}
.tab_img_cnt_new h3{
  font-weight: 500;
}
.tab_img_cnt_new h6{
color: var(--blue);
font-size: 14px;
font-weight: 600;
font-family: var(--industry);
text-transform: uppercase;
margin-bottom: 0;
}
.tab_img_cnt_new {
  background-color: var(--stone-light);
  padding: 50px 20px 30px;
  margin-top: -35px;
}
.tab_inr_new_img_wrap{
  position: relative;
}
.tab_inr_cnt_wrap h4{
  font-weight: 400;
  margin-bottom: 15px;
}
.tab_inr_cnt_wrap p{
  font-size: 13px;
  line-height: 26px;
}
.executive_bnr::before{
  position: absolute;
  content: '';
  top: unset;
  bottom: 403px;
  width: 660px;
  right: -60%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  background-image: url(../images/Solution_banner_img_r8.svg);
}

/* hubspot_bookdemo */
.hub_spot{
  position: relative;
 }
 
 .hb_spt_bookdmo_btn{
  position: absolute;
  left: 180px;
  bottom: 40px;
  z-index: 1;
 }
 .hb_spt_bookdmo_btn .bookdemo{
  padding: 6px 15px; 
  min-width: 160px;
  font-size: 14px;
  justify-content: center;
 }
 .table_inr{
  margin-bottom: 20px;
 }
 .secondry_hdr h3{
  padding-bottom: 15px;
 }

 /* news room page start */
 .news_rm_Slide_one .learn_more a{
  display: flex;
  align-items: center;
 }
 .news_rm_Slide_one .learn_more a span{
  margin-right: 10px;
 }
 .news_rm_Slide_one .indsrty_fw_slider:not(:last-child){
  border-bottom: 1px solid var(--sky_new);
  margin-bottom: 20px;
 }
 .case_stdy_hdng_new {
  text-align: center;
  padding-bottom: 70px;
}
/* .spot_light{
  padding-bottom: 70px;
} */
.spot_light .indsrty_fw_slider {
  padding-bottom: 170px;
  border-bottom: none;
}
 /* news room page end  */
 /* case stdy mob button */
 .more_case_stdy{
  display: none;
 }