.main_section_inner {
  top: 80px;
}
.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
/* .inner_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #001b47;
  opacity: 0.2;
  z-index: 9;
} */
.ban_img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.ban_img img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0b40b0;
  border-radius: 10px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  font-size: 42px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.inner_banner h3 {
  font-size: 21px;
  font-style: italic;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  color: #fff;
}

.page {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-color: #fff;
}
.solution_info_pg5{
    padding: 50px 0;
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(248, 248, 248);
}
.links_flex {
  display: flex;
  align-items: center;
  overflow: auto;
  background-color: #f3f3f4;
}
.links_flex a {
  padding: 25px 30px;
  background-color: #f3f3f4;
  border-right: 3px solid #fff;
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 600;
  border-bottom: 10px solid #f3f3f4;
  transition: all 0.3s;
}
.links_flex a:last-child {
  border-right: 0;
}
.links_flex a:hover,
.links_flex a.active {
  border-bottom-color: #0b40b0;
  color: #0b40b0;
}
.solutions_pgs2 {
  padding-top: 0;
}
.solutions_pgs2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.solutions_pgs2 a.sec2bx1 p,
p {
  color: #72747a;
  font-size: 19px;
}
a.sec2bx1 .img {
  border-radius: 0px;
}
.solutions_pgs2 a.sec2bx1 .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.solutions_pgs2 a.sec2bx1 h5 {
  margin-bottom: 20px;
}
.solutions_pgs2 a.sec2bx1 h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
}
.solutions_pgs2 a.sec2bx1 h6 img {
  height: 20px;
}
a.sec2bx1 .img img {
  height: 300px;
}
.solution_info_pg1 {
  padding: 50px 0 50px;
}
.solution_info_pg1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #dbdbdb;
}
.hide_grid_line .grid{
    border: 0;
    padding: 0;
    margin: 0;
}
.solution_info_pg1 .grid::before,
.solution_info_pg1 .grid::after {
  position: absolute;
  content: "";
  width: 45px;
  border-right: solid 10px #fff;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.solution_info_pg1 .grid::after {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 10px solid #fff;
}
.hide_grid_line .grid::before, .hide_grid_line .grid::after{display: none;}
.solution_info_pg1 .img {
  position: relative;
  padding-left: 0px;
}
/*.solution_info_pg1 .img::before {
  position: absolute;
  left: -50px;
  top: -75px;
  width: 250px;
  height: 250px;
  content: "";
  background-image: url(../images/round.svg);
  background-size: cover;
  background-position: center center;
}*/
.solution_info_pg1 .img img {
  width: 100%;
  position: relative;
  display: block;
}
.solution_info_pg1 h4,
.solution_info_pg3 h4,
.services_info_pg1 h4,
.services_info_pg2 h4 {
  color: #214b97;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_info_pg1 .grid h4,
.services_info_pg2 h4 {
  justify-content: flex-start;
}
.solution_info_pg1 h4::before,
.solution_info_pg3 h4::before,
.services_info_pg1 h4::before,
.services_info_pg2 h4::before {
  content: "";
  position: relative;
  left: -10px;
  top: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0b40b0;
  border-radius: 10px;
}
.solution_info_pg1 h2 {
  margin-bottom: 20px;
}
.solution_info_pg1 .flex {
  display: grid;
  gap: 20px;
  align-items: center;
  /*grid-template-columns: 80px 1fr;*/
  margin-bottom: 30px;
}
.solution_info_pg1 .flex img {
  width: 80px;
}
.solution_info_pg1 a,
.case_studies_infopg2 a {
  height: 70px;
  line-height: 66px;
  padding: 0 60px;
  /* background-color: #fff; */
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s;
  border: 2px solid #0b40b0;
}
.solution_info_pg1 a:hover,
.case_studies_infopg2 a:hover {
  -webkit-box-shadow: inset 0 0 0 1px #0b40b0;
  box-shadow: inset 0 0 0 1px #0b40b0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.solution_info_pg2 {
  background-color: #00246f;
}
.solution_info_pg2 h4,
.solution_info_pg2 h2,
.solution_info_pg3 h4,
.solution_info_pg3 h2,
.solution_info_pg4 h4,
.solution_info_pg4 h2 {
  text-align: center;
}
.solution_info_pg2 h4,
.solution_info_pg2 h2 {
  color: #fff;
}
.solution_info_pg2 h4,
.solution_info_pg4 h4 {
  color: #fff;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_info_pg2 h4::before,
.solution_info_pg4 h4::before {
  content: "";
  position: relative;
  left: -10px;
  top: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #52a9ff;
  border-radius: 10px;
}
.solution_info_pg2 h2 {
  margin-bottom: 30px;
}
.solution_info_pg2 h2 span {
  color: #52a9ff;
}
.solution_info_pg4 h4::before {
  background-color: #0b40b0;
}
.solution_info_pg2 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.solution_info_pg2 h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.solution_info_pg2 h3 img {
  height: 40px;
}
.solution_info_pg2 p {
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
}
.sec1logos {
  /*display: grid;
  grid-template-columns: repeat(5, 1fr);*/
  display: flex;
  gap: 60px;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 3px solid rgba(18, 24, 32, 0.1);
  /* margin-top: 80px; */
  text-align: center;
  justify-content: center;
}
.sec1logos::before,
.sec1logos::after {
  position: absolute;
  content: "";
  width: 50px;
  border-right: solid 15px rgb(255, 255, 255);
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.sec1logos::after {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 15px rgb(255, 255, 255);
}
.sec1logos a {
  position: relative;
  text-align: center;
  z-index: 1;
  flex-basis: 20%;
}
.sec1logos a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  transition: all 0.3s;
  background-color: #0b40b0;
  border-radius: 100%;
  z-index: -1;
}
.sec1logos a:hover::before {
  width: 20px;
  height: 20px;
}
.sec1logos a img {
  /* width: 100%; */
  max-width: 100%;
  height: 70px;
  display: block;
  margin: auto;
}
.sec1logos a h5 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
}
.solution_info_pg3 .grid {
  display: flex;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 50px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.sol_i_p3 {
  padding: 50px 30px;
  border: 1px solid #d1cfcf;
  border-radius: 5px;
  flex-basis: 48%;
}
.sol_i_p3 h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 19px;
  color: #000;
  font-weight: 600;
  margin-top: 0;
}
.sol_i_p3 h3 img {
  height: 30px;
}
.sol_i_p3 p {
  margin-bottom: 0;
}
.fllimg,
.fllimg img {
  clear: both;
  width: 100%;
  display: block;
}
.solution_info_pg4 {
  background-color: #f3f3f4;
}
.solution_info_pg4 h4 {
  color: #0b40b0;
}
.si_p4_hd {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #0b40b0;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.si_p4_hd::before {
  position: absolute;
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.solution_info_pg4 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.sol_i_p4 h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  color: #000;
  font-weight: 600;
  margin-top: 0;
}
.sol_i_p4 h3 img {
  height: 30px;
  display: none;
}
.sol_i_p4 p {
  margin-bottom: 0;
  font-size: 17px;
}
.sol4btn {
  display: flex;
  justify-content: end;
}
.sol4btn a {
  color: #000;
}
.solution_info_pg5 h2 {
  text-align: center;
}
.solution_info_pg5 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.solution_info_pg5 a {
  text-decoration: none;
  padding: 50px 30px;
  display: block;
  color: #000;
  border-radius: 20px;
  border: 1px solid #ebebec;
  background: #fff;
}
.solution_info_pg5 a h3 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.solution_info_pg5 a span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  font-size: 19px;
}
.solution_info_pg5 a span img {
  height: 20px;
}
.solution_info_pg5 a:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.services_info_pg1 h2 {
  text-align: center;
}
.serv_info_box {
  clear: both;
  width: 100%;
  padding: 50px 150px;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to left, #f3f3f4 50%, #9bbefe);
}
.serv_info_box .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}
.serv_info_box .grid img {
  width: 100%;
  display: block;
}
.serv_info_box h3 {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.serv_info_box h3::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.serv_info_box p {
  margin-bottom: 20px;
}
.serv_info_box a {
  color: #000;
}
.swiper-pagination3 {
  display: flex;
  justify-content: end;
}
.swiper-pagination-bullet {
  width: 36px;
  height: 7px;
  border-radius: 0;
}
.services_info_pg2 {
  padding-top: 0;
}
.serv_info_box1 {
  padding: 40px 20px;
  border: 1px solid #ebebec;
  display: block;
  border-radius: 30px;
  transition: all 0.3s;
  min-height: 300px;
}
.serv_info_box1:hover {
  border-color: #0b40b0;
}
.serv_info_box1 h3 {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
}
.serv_info_box1 h3::before {
  content: "";
  width: 50px;
  border-right: solid 15px #f3f3f4;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.serv_info_box1 ul {
}
.serv_info_box1 ul li {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  color: #72747a;
  margin-bottom: 20px;
}
.serv_info_box1 ul li:last-child {
  margin: 0;
}
.serv_info_box1 ul li::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #0b40b0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.case_studies_pg1 .grid {
  display: grid;
  gap: 50px;
  align-items: center;
  margin-top: 45px;
  
  padding: 30px 30px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  background: #fff;
  
  overflow: hidden;
}
.case_studies_pg1 .grid.grid1 {
  grid-template-columns: 45fr 55fr;
}
.case_studies_pg1 .grid.grid2 {
  grid-template-columns: 55fr 45fr;
  background-color: #f3f3f4;
}
.case_studies_pg1 .img {
  position: relative;
  height: 100%;
}
.case_studies_pg1 .img::before {
  position: absolute;
  left: -75px;
  top: -75px;
  width: 250px;
  height: 250px;
  content: "";
  background-image: url(../images/round.svg);
  background-size: cover;
  background-position: center center;
}
.case_studies_pg1 .grid2 .img::before {
  left: auto;
  right: -75px;
}
.case_studies_pg1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
}
.case_studies_pg1 h3 {
  color: #0b40b0;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
}
.case_studies_pg1 h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin: 0 0 20px;
}
.case_studies_pg1 p {
  margin-bottom: 20px;
}
.case_studies_pg1 .grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  font-size: 19px;
}
.case_studies_pg1 .grid a:hover {
  color: #0b40b0;
}
.case_studies_pg1 a img {
  height: 20px;
}
.pagination {
  margin: 50px auto 0;
  display: table;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0b40b0;
  border-color: #0b40b0;
  cursor: default;
}
.case_studies_infopg h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
}
.case_studies_infopg h2::before,
.case_studies_infopg h2::after {
  position: absolute;
  content: "";
  width: 45px;
  border-right: solid 10px #fff;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.case_studies_infopg h2::after {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 10px solid #fff;
}
.case_studies_infopg img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.case_studies_infopg .grid,
.case_studies_infopg2 .grid {
  display: grid;
  grid-template-columns: 20fr 80fr;
  gap: 50px;
}
.case_studies_infopg h3,
.case_studies_infopg2 h3 {
  font-weight: 600;
  font-size: 21px;
  margin: 0;
}
.case_studies_infopg2 {
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f8f8f8;
}
.case_studies_infopg2 .grid {
  margin-bottom: 50px;
}
.case_studies_infopg2 .grid:last-child {
  margin-bottom: 0;
}
.case_studies_infopg ul,
.case_studies_infopg2 ul {
  margin-top: 30px;
}
.case_studies_infopg ul li,
.case_studies_infopg2 ul li {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  color: #72747a;
  margin-bottom: 20px;
}
.case_studies_infopg ul li::before,
.case_studies_infopg2 ul li::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #0b40b0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.case_studies_infopg3 .grid {
  margin-bottom: 30px;
}
.cs_scrolling {
  width: 100%;
  display: block;
}
.cs_scrolling_left {
  float: left;
  width: 23%;
}
.cs_scrolling_right {
  float: left;
  width: 77%;
}
.mySwiper5 h3 {
  margin-bottom: 30px;
}
.swiper-pagination5 {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}
.ind_inf1 {
  padding-left: 0;
}
.industry_info_pg1 h2 {
  font-size: 46px;
}
.industry_info_pg1 .grid {
  grid-template-columns: 42fr 57fr;
  gap: 10px;
}
.industry_info_pg1 {
  padding-bottom: 20px;
}
.swiper-slide {
  /*opacity: 0.5;*/
}
.swiper-slide-next,
.swiper-slide-prev,
.swiper-slide-active {
  opacity: 1;
}
.industry_info_pg2 {
  padding: 50px 0;
  background-color: #f3f3f4;
}
.industry_info_pg2 p {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.industry_info_pg2 a {
  font-weight: 600;
}
.industry_info_pg3 {
}
.industry_info_pg3 h2 {
  margin-bottom: 30px;
}
.multi_tabs {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 70px;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.multi_tabs h4 {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
}
.multi_tabs h4::before {
  content: "";
  width: 70px;
  border-right: solid 20px #fff;
  height: 3px;
  background-color: #0b40b0;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.multi_tabs h4 span {
  position: relative;
  color: #214b97;
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.multi_tabs h4 span::before {
  content: "";
  position: relative;
  left: -10px;
  top: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0b40b0;
  border-radius: 10px;
}
ul.tabs {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  /* width: 30%; */
  z-index: 9;
  padding-left: 50px;
}
ul.tabs::before {
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: rgba(104, 104, 104, 0.3);
}
ul.tabs li {
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 20px 0px;
  border-left: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #aeaeae;
  display: block;
}
ul.tabs li::before {
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 20px;
  border: 4px solid #d1d1d1;
  z-index: 1;
  background-color: #fff;
}
ul.tabs li.active::before {
  border-color: #0b40b0;
}
ul.tabs li:hover {
}
ul.tabs li.active {
  opacity: 1;
  color: #000;
}
.tab_container {
  float: right;

  /* width: 70%; */
}
.tab_content {
  padding-top: 50px;
}
.tab_content h3 {
  color: #000;
  font-weight: 600;
}
.tab_content img {
  height: 40px;
}
.tab_content p {
}
.dashboard_lib_pg1 {
  padding: 50px 0;
}
.dashboard_lib_pg1 .links_flex {
  margin-bottom: 50px;
}
.dashboard_lib_pg1 .grid {
  grid-template-columns: repeat(3, 1fr);
}
a.sec2bx1 .padtop {
  padding: 20px;
}
.dashboard_lib_pg1 a.sec2bx1 {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  border-radius: 20px;
}
.dashboard_lib_pg1 a.sec2bx1 .img {
  border-radius: 20px;
}
.dashboard_lib_pg1 a.sec2bx1 .img img {
  height: 250px;
  object-fit: cover;
}
.dashboard_lib_pg1 a.sec2bx1 p {
  margin-bottom: 0;
}
.solutions_pgs2  a.sec2bx1{
    padding: 30px 30px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  background: #fff;
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 600px) {
  .inner_banner {
    background-color: #000f2e;
  }
  .inner_banner h1 {
    font-size: 24px;
  }
  .ban_img img {
    height: 300px;
    object-fit: cover;
    object-position: right center;
    opacity: 0.5;
  }
  .innertxt1 ul li::after {
    background-color: #9cbcff;
  }
  .solutions_pgs2 .grid,
  .solutions_pgs2 a.sec2bx1 .grid,
  .case_studies_infopg .grid,
  .case_studies_infopg2 .grid,
  .case_studies_pg1 .grid.grid1,
  .solution_info_pg1 .grid,
  .solution_info_pg1 .flex,
  .solution_info_pg2 .grid,
  .solution_info_pg3 .grid,
  .solution_info_pg4 .grid,
  .solution_info_pg5 .grid,
  .serv_info_box .grid,
  .multi_tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }
  .sec1logos {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .case_studies_pg1 .grid.grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .page {
    padding: 40px 20px;
  }
  .links_flex a {
    padding: 10px 15px;
    font-size: 14px;
  }
  a.sec2bx1 h4 {
    font-size: 18px;
  }
  .page {
    overflow: hidden;
  }
  .solutions_pgs2 a.sec2bx1 p,
  p {
    font-size: 16px;
  }
  .si_p4_hd,
  .industry_info_pg1 h2,
  .serv_info_box h3 {
    font-size: 18px;
  }
  .serv_info_box {
    padding: 20px;
  }
  .solution_info_pg1 h4,
  .solution_info_pg3 h4,
  .services_info_pg1 h4,
  .services_info_pg2 h4,
  .sol_i_p3 h3,
  .solution_info_pg2 h4,
  .solution_info_pg4 h4,
  .sol_i_p4 h3,
  .solution_info_pg5 a h3,
  .solution_info_pg5 a span,
  .serv_info_box1 ul li,
  .case_studies_infopg ul li,
  .case_studies_infopg2 ul li {
    font-size: 16px;
  }
  .swiper-pagination3 {
    margin-top: 20px;
  }
  .section3 .swiper-button-next,
  .services_info_pg2 .swiper-button-next4 {
    right: 0;
  }
  .section3 .swiper-button-prev,
  .services_info_pg2 .swiper-button-prev4 {
    background-image: url(../images/prev.svg);
    left: auto;
    right: calc(0px + 50px);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 0;
  }
  .serv_info_box1 h3,
  .tab_content h3 {
    font-size: 18px;
  }
  .industry_info_pg2 p {
    font-size: 18px;
  }
  .cs_scrolling_left,
  .cs_scrolling_right {
    width: 100%;
    margin-bottom: 15px;
  }
  .case_studies_infopg .grid,
  .case_studies_infopg2 .grid {
    gap: 20px;
  }
  .serv_info_box .col-sm-5 img{margin: 0 !important;}
  h2{font-size: 21px;}
  .solutions_pgs2 a.sec2bx1{padding: 15px;}
  .solutions_pg1{padding-bottom: 0;}
  .solutions_pgs2 a.sec2bx1 p{margin: 0;}
  .sol_i_p3{flex-basis: 100%;}
  .tab_content{padding-top: 0;}
  ul.tabs li{font-size: 14px; padding: 10px 0;}
  .case_studies_pg1 .grid a{font-size: 16px;}
}
