.header {
  border-bottom: 1px solid #eeeeee;
}
.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  display: block;
  background-color: #1e2859;
  opacity: 0.87;
}
.inner_banner::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 0px;
  width: 35%;
  height: 120%;
  /* z-index: -2; */
  display: block;
  background-image: url(../images/banner_shape.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  /* text-align: center; */
}
.innertxt1 .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  align-items: center;
  text-align: center;
}
.innertxt1 .grid img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
}
.inner_banner h1 {
  color: #fff;
  font-size: 46px;
  margin: 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.innertxt1 ul,
.banner_txt_in ul {
  list-style: none;
  margin: 0;
}
.innertxt1 ul li,
.banner_txt_in ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  color: #f65117;
}
.innertxt1 ul li:last-child,
.banner_txt_in ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after,
.banner_txt_in ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before,
.banner_txt_in ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a,
.banner_txt_in ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}

/*downloadspg*/
.downloadspg {
  padding: 60px 0;
}
h2 {
  font-size: 32px;
}
.downloadspg h2 span {
  opacity: 0.5;
  margin-right: 20px;
}
.downloadspg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  row-gap: 40px;
}
.downloads_box {
}
.downloads_box .img {
}
img {
  max-width: 100%;
}
.downloads_box .img img {
  width: 100%;
  display: block;
}
.downloads_btns {
  display: flex;
  gap: 20px;
}
.downloads_box h4 {
  font-size: 18px;
  color: #1e2859;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
}
.downloads_btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #f65117;
  font-size: 16px;
  font-weight: 700;
}
.downloads_btns a:hover {
  color: #1e2859;
}
.downloads_btns a img {
  width: auto;
  height: 20px;
}
/*downloadspg*/

/*news_description*/
.news_description {
  padding: 60px 0;
  position: relative;
  background-image: url(../images/white-paper-texture-background.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
.backbtn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.backbtn a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #f65117;
  font-size: 16px;
  font-weight: 700;
}
.backbtn a img {
  height: 12px;
}
.backbtn a:hover {
  color: #1e2859;
}
.news_description .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  margin: 40px 0;
}
.news_description .grid span {
  color: #666666;
  font-size: 21px;
}
.news_description .grid h2 {
  margin: 30px 0 60px;
  font-size: 48px;
}
.news_description h4 {
  color: #1e2859;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.news_description p {
  line-height: 1.6;
}
.news_description h5 {
  font-weight: 700;
  color: #666;
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_star {
  position: absolute;
  left: 0;
  top: 20px;
}
.news_star img {
  width: 90px;
}
.news_description_down p {
  margin-bottom: 30px;
}
.news_description_down ul {
}
.news_description_down ul li {
  font-size: 19px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/arrows/link.svg);
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 15px;
}
/*news_description*/

/*contactuspg*/
.contactuspg {
  padding: 60px 0;
  position: relative;
}
.contactuspg .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 10px;
  margin-bottom: 10px;
}
.contactuspg .grid.grid123{
  display: flex;
  justify-content:center;
}
.contact_address {
  padding: 50px;
  border: 4px solid rgba(212, 212, 212, 0.44);
}
.contact_map {
  padding: 20px;
  border: 4px solid rgba(212, 212, 212, 0.44);
}
.contact_address h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.contact_address p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.4;
}
.contact_address p a {
  color: #666;
}
.contact_address .ft_soc a {
  color: #f65117;
  background-color: rgba(246, 82, 23, 0.07);
}
.inner_section9 {
  background-image: none;
  background-color: #f1f3f4;
}
.inner_section9::before {
  display: none;
}
.inner_section9 h2 {
  color: #1e2859;
  font-size: 48px;
}
.inner_section9 p {
  color: #666;
  font-size: 19px;
  width: 90%;
}
.contactform input.form-control,
.contactform textarea.form-control {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
}
/*contactuspg*/

/*careerpg1*/
.careerpg1 {
  position: relative;
  padding: 0 0;
  display: block;
}
.careerpg1 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
}
.careerpg_img {
  margin-left: -100px;
  position: relative;
}
.careerpg_img > img {
  width: 100%;
  display: block;
  position: relative;
}
.careerpg_img .shape {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: -1;
}
.careerpg_img .shape img {
  height: 220px;
}
.careerpg1 h2 {
  font-size: 46px;
}
.careerpg1 p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.careerpg1 h3 {
    margin: 0 0 20px;
}
.careerpg2 {
  padding: 75px 0;
}
.careerpg2 h2 {
  text-align: center;
  font-size: 46px;
}
.careerpg2 .grid {
  display: grid;
  grid-template-columns: 50fr 25fr auto;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 4px solid rgba(212, 212, 212, 0.44);
  margin-bottom: 20px;
  background-color: #fff;
}
.careerpg2 .grid:last-child {
  margin: 0;
}
.careerpg2 a.backbtn {
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
}
.careerpg2 .grid h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1e2859;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.careerpg2 .grid span {
  color: #666666;
  margin-bottom: 10px;
  font-size: 21px;
  display: block;
  letter-spacing: -1px;
}
.careerpg2 a,
a.applynow {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  align-items: center;
  background-color: #f65117;
  padding: 10px 20px;
  text-transform: uppercase;
}
.careerpg2 a img,
a.applynow img {
  height: 12px;
  width: auto;
}
.careerpg2 a:hover,
a.applynow:hover {
  background-color: #1e2859;
}
h5.modal-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f65117;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.close:hover {
  opacity: 1;
  background-color: #1e2859;
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
}
.modal-body label {
  font-size: 14px;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #f65117;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #1e2859;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
/*careerpg1*/

/*Sustanabilitypg1*/
.careerpg_info img {
  height: 100px;
  margin-bottom: 20px;
}
.Sustanabilitypg2 {
  background-color: #f1f3f4;
}
.Sustanabilitypg2 .grid {
  grid-template-columns: 55fr 45fr;
}
.Sustanabilitypg2 .careerpg_img {
  margin-left: 0;
  margin-right: -100px;
}
.careerpg_img {
  z-index: 1;
}
.Sustanabilitypg2 .careerpg_img .shape {
  position: absolute;
  right: auto;
  left: 0;

  top: 15px;
  z-index: -1;
}
.Sustanabilitypg3 {
  padding: 60px 0;
  background-color: #1e2859;
}
.Sustanabilitypg3 h5 {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  font-size: 18px;
  margin: 0 0 20px;
}
.multi_tabs3 {
  display: grid;
  grid-template-columns: 25fr 75fr;
  gap: 75px;
  align-items: center;
}
.multi_tabs3 ul.tabs3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.multi_tabs3 ul.tabs3 li {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #1e2859;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}
.multi_tabs3 ul.tabs3 li.active {
  background-color: #f65117;
  color: #fff;
}
.tab_content3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tab_content3 .grid img {
  height: 75px;
}
.tab_content3 .grid h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 46px;
}
.tab_content3 .grid ul {
}
.tab_content3 .grid ul li {
  font-size: 19px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/arrows/link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.sustainability_sec9 {
  background-image: none;
  background-color: #fff;
  padding: 40px 0;
}
.sustainability_sec9::before {
  display: none;
}
.sustainability_sec9 h2 {
  color: #1e2859;
  margin-bottom: 40px;
  font-size: 42px;
}
/*Sustanabilitypg1*/

/*aboutuspg*/
.aboutmtop1 {
  margin-top: 80px;
}
.aboutpgbox2 {
  padding: 60px 0;
}
.aboutpgbox2 .grid, .grid2222 {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
  align-items: center;
}
.aboutpgbox2 .gridr{grid-template-columns: 65fr 35fr;}
.grid2222{padding-top: 30px; margin-top: 30px; border-top: 1px solid #ccc;}
/*.section7_grid123{display: flex; flex-wrap: wrap; justify-content: center;}
.section7_grid123 a{width: 31.5%; text-align: center;}*/
.section7_grid123{grid-template-columns: repeat(4,1fr); gap: 15px !important; text-align: center;}
.section7_grid123 a{padding: 0;}
.section7_grid123 a img{
    height: 50px;
  margin-bottom: 20px;
}
.section7_grid a.section7_grid123 .sec7_info{padding: 15px;}
.aboutpgbox2 img, .grid2222 img {
  width: 100%;
  display: block;
}
.aboutpgbox2 h2 {
  font-size: 48px;
}
.aboutpgbox3 {
  padding: 60px 0;
  background-color: #1e2859;
  position: relative;
}
.aboutpgbox3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.aboutpgbox3 .vision {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
}
.aboutpgbox3 .vision:hover {
  transform: translateY(-5px);
}
.vision .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 28px;
  color: #1e2859;
  font-weight: 700;
}
.vision .flex img {
  height: 55px;
  margin-bottom: 20px;
}
.vision p {
  line-height: 1.4;
}
/*aboutuspg*/

/*projectspg*/
.projectspg {
  padding: 60px 0;
  position: relative;
}
.projectspg .grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
}
.projectspg .grid a.sec6_box {
  color: #fff;
}
a.sec6_box .sec6_info {
  background-color: #1e2859;
  color: #fff;
  margin-left: -10%;
  width: 110%;
}
.projectspg h2 {
  margin-top: 50px;
  font-size: 46px;
}
.projectspg .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
/*projectspg*/

/*projectspg*/
.section7 h2,
.about_faqs h2,
.aboutpgbox1 h2,
.productspgbox2 h2,
.solutionsboxpg2 h2 {
  font-size: 46px;
}
.solutionsboxpg2 {
  padding: 60px 0;
}
.about_faqs h2 {
  text-align: center;
}
.about_faqs {
  padding: 60px 0;
}
.accordion {
  width: 100%;
  list-style: none;
}
.about_faqs .accordion > li {
  /* background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 50px; 
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border-radius: 20px;*/
  /* margin-bottom: 1rem; */
  background-color: rgba(239, 239, 239, 0.38);
  /* padding: 30px; */
  margin-bottom: 20px;
}
.about_faqs .accordion > li:first-child {
}
.about_faqs .accordion .link {
  cursor: pointer;
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  padding: 25px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 21px;
  color: #000000;
  font-weight: 700;
  /* border-radius: 15px; */
}
.about_faqs .accordion li.open .link {
}
.about_faqs .accordion .link::before {
  position: absolute;
  right: 30px;
  /*top: 50%;*/
  width: 30px;
  height: 30px;
  /*transform: translateY(-50%);*/
  top: 23px;
  content: "";
  /* content: "+"; */
  /* font-size: 3.2rem; */
  background-image: url(../images/arrows/down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  transition: all 0.3s;
  backface-visibility: hidden;
  color: #000;
  font-weight: 400;
}
.about_faqs .accordion .link img {
}
.about_faqs .accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.about_faqs .accordion .submenu > li {
  position: relative;
  border-top: 0;
  padding: 0 25px 25px;
}

.about_faqs .accordion li.open .link::before {
  transform: rotate(180deg) translateY(10px);
  /* top: 25%; */
  /* background-image: url(../images/adown.svg);
  background-size: 40px;*/
  /* content: "-";
  font-size: 4.2rem; */
}
.about_faqs .accordion .submenu > li p {
  line-height: 1.6;
}
.aboutpgbox1 {
  padding: 60px 0;
  position: relative;
}
.aboutpgbox1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 60px;
  /* align-items: center; */
}
.aboutpgbox1 .grid img {
  width: 100%;
}
.aboutpgbox1 .col-sm-5 {
  padding-right: 50px;
}
.aboutpgbox1 p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.productspgbox2 {
  padding: 60px 0;
  background-color: #f1f3f4;
  position: relative;
}
.productspg_pg img {
  width: 100%;
  display: block;
}
.productspg_pg h4 {
  margin: 20px 0;
  color: #1e2859;
  font-size: 18px;
  text-transform: uppercase;
}
.productspg_pg p {
  font-size: 14px;
  line-height: 1.4;
}
.swiper-button-next4,
.swiper-button-prev4 {
  top: -50px;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  height: 15px;
  border-radius: 10px;
}
.swiper-pagination {
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.49) !important;
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  margin: auto !important;
  width: auto !important;
  bottom: 0 !important;
}
.aboutpgbox1 .mySwiper22 {
  height: 80%;
  width: 100%;
}

.aboutpgbox1 .mySwiper11 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}

.aboutpgbox1 .mySwiper11 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.aboutpgbox1 .mySwiper11 .swiper-slide-thumb-active {
  opacity: 1;
}
.aboutpgbox1 .swiper-button-next,
.aboutpgbox1 .swiper-button-prev {
  top: 50%;
  background-image: url(../images/arrows/right_white.svg);
}
.aboutpgbox1 .swiper-button-prev {
  left: 0;
  background-image: url(../images/arrows/left_white.svg);
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_in_box1 {
  padding: 30px;
  background-color: #f9f9f9;
}
.prod_in_box1 h4 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1e2859;
}
.prod_in_box1 p {
  font-size: 15px;
}
.pi_btns {
}
.pi_btns .backbtn {
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 30px;
}
.pi_btns .backbtn a {
  font-size: 18px;
  gap: 20px;
}
.pi_btns .backbtn a img {
  width: auto;
  height: 25px;
}
/*projectspg*/

/*section41*/
.section41 {
  padding: 60px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f1f3f4;
}
.section41 h2 {
  color: #151e4a;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.multi_tabs4 {
  clear: both;
  width: 100%;
  /* background-color: #fff; */
  /* padding: 60px 40px; */
  display: inline-block;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
/* .multi_tabs1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
} */
ul.tabs4 {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  width: 25%;
  text-align: left;
  /* z-index: 9; */

  background: #1e2859;
  padding: 30px;
  overflow: hidden;
}
ul.tabs4 li {
  width: 100%;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  background-color: #151e4a;
  z-index: 99;

  border-radius: 0;
}
.tabccc ul li a {
  color: #000;
}
ul.tabs4 li span {
}
ul.tabs4 li span i {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
ul.tabs4 li.active span i {
  opacity: 1;
}
ul.tabs4 li:hover {
  color: #fff;
}
ul.tabs4 li.active {
  width: 100%;
  background-color: #f65117;
  color: #fff;
}
ul.tabs4 li.active:before {
  opacity: 1;
}
.tab_container4 {
  border: 0px;
  border-top: none;
  float: right;
  width: 75%;
}
.tab_content4 {
  position: relative;
  padding: 0px 60px 0px 300px;
}
.tab_container4 h3 {
}
.tab_container4 p {
}
.tab_container4 ul {
}
.tab_container4 ul li {
  font-size: 19px;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/arrows/link.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 15px;
}
.tab-img {
  position: absolute;
  top: -50px;
  left: -150px;
  margin: 20px;
  width: 360px;
  height: 360px;
  border-radius: 100%;
  /* z-index: 1; */
  /* Large devices */
}
@media (max-width: 959px) {
  .tab-img {
    display: none;
  }
}
.tab-img::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 400px;
  height: 400px;
  border: 4px solid #f65117;
  border-radius: 50%;
}
.tab-img > img {
  border-radius: 50%;
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.tab-img .icon-box {
  position: absolute;
  top: 33px;
  right: -18px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  /*background-color: #f65117;*/
  border-radius: 50%;
  z-index: 99;
}
.tab-img .icon-box img {
  width: 50px;
}
.ser-list-nine {
  padding-left: 0;
  list-style: none;
}
.tab_content4 {
  position: relative;
}
/*proj_details_top*/
.proj_details_top {
  padding: 70px 0 50px;
  width: 100%;
  display: block;
}
.proj_details_top_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
img.proj_img {
  width: 100%;
  display: block;
}
.proj_details_info {
  border-radius: 30px;
  padding: 15px 30px 30px;
  background-color: #f5f5f5;
  margin-top: 30px;
}
.pdi_row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(89, 89, 89, 0.07);
}
.pdi_row:last-child {
  border: 0;
  padding-bottom: 0;
}
.pdi_row img {
  max-width: 20px;
  max-height: 20px;
}
.pdi_row p {
  color: #595959;
  font-size: 16px;
  margin: 0;
}
.pdi_row p strong {
  color: #303f66;
  font-weight: bold;
  font-size: 18px;
}
/*section41*/

/*solution_center_box*/
.solution_center_box {
  padding: 60px 0;
  background-color: #1e2859;
  position: relative;
}
.solution_center_box::before {
  position: absolute;
  left: 60%;
  top: 0;
  width: 100%;

  height: 100%;
  content: "";
  background: linear-gradient(to top, #060812, #0e1f6f);
  opacity: 0.1;
  border-radius: 100%;
}
.sol_center_box {
  width: 100%;
  margin-bottom: 40px;
  z-index: 9;
  display: inline-block;
  position: relative;
}
.sol_center_box h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 30px;
}
.sol_links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.sol_links a {
  text-decoration: none;
  color: #fff;
  background-color: #141e4a;
  padding: 15px 25px;
  font-size: 18px;
}
.sol_links a:hover,
.sol_links a.active {
  background-color: #f65117;
}
.solution_center_box .news_star {
  left: auto;
  right: 100px;
  top: 100px;
}
/*solution_center_box*/
.solutionsboxpg1 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
a.productspg_pg {
  padding: 10px;
  background-color: #fff;
}
a.productspg_pg:hover {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
a.productspg_pg .img {
  /* padding: 10px 0; */
  /* background: linear-gradient(#c6c6c600, #c6c6c6); */
  background-color: #f1f3f4;
}
a.productspg_pg .img img {
  margin: 0;
  width: 125%;
}
.arrow-part span {
  background: #1e2859;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.arrow-part {
  height: 40px;
  margin: 30px 0;
}
.arrow-part .fa {
  padding: 10px 15px;
  background: #f65117;
  margin-right: 8px;
  height: 40px;
}
.steps-listing {
  overflow: hidden;
}
.solutionsboxpg3 .careerpg_img > img {
  border-top-right-radius: 300px;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.solutionsboxpg4 .careerpg_img > img {
  border-top-left-radius: 300px;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner img {
    height: 250px;
    object-position: center;
    object-fit: cover;
  }
  .innertxt1 {
    padding: 0 30px;
  }
  .inner_banner h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  .contactuspg,
  .downloadspg,
  .news_description,
  .aboutpgbox2,
  .aboutpgbox3,
  .sustainability_sec9,
  .Sustanabilitypg3,
  .careerpg2,
  .projectspg,
  .aboutpgbox1,
  .solution_center_box,
  .productspgbox2,
  .about_faqs,
  .section41 {
    padding: 40px 20px;
  }
  .contactuspg .grid,
  .downloadspg .grid,
  .news_description .grid,
  .aboutpgbox2 .grid,
  .aboutpgbox3 .grid,
  .multi_tabs3,
  .tab_content3 .grid,
  .careerpg2 .grid,
  .projectspg .grid,
  .aboutpgbox1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .projectspg .grid {
    margin-top: 20px;
  }
  .tab_content3 .grid {
    gap: 20px;
  }
  .contact_address {
    padding: 20px;
  }
  .contact_address h2,
  .inner_section9 h2,
  h2,
  .section7 h2,
  .about_faqs h2,
  .aboutpgbox1 h2,
  .productspgbox2 h2 .news_description .grid h2,
  .aboutpgbox2 h2,
  .sustainability_sec9 h2,
  .tab_content3 .grid h2,
  .careerpg2 h2,
  .section7 h2,
  .about_faqs h2,
  .aboutpgbox1 h2,
  .productspgbox2 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact_address p {
    font-size: 18px;
  }
  .inner_section9 p {
    width: 100%;
    font-size: 16px;
  }
  .downloads_btns a {
    font-size: 12px;
  }
  .news_star img {
    width: 50px;
  }
  .news_description h4,
  .vision .flex {
    font-size: 18px;
  }
  .news_description .grid span {
    font-size: 14px;
  }
  .news_description h5 {
    font-size: 16px;
  }
  .vision .flex img {
    height: 30px;
  }
  .sustainability_sec9 h2 {
    margin-left: 20px;
  }
  .careerpg1 .grid {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .careerpg_img,
  .Sustanabilitypg2 .careerpg_img {
    margin: 0;
  }
  .careerpg1 h2,
  .projectspg h2,
  .news_description .grid h2,
  h5.modal-title {
    font-size: 24px;
  }
  .Sustanabilitypg2 .grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .careerpg2 .grid h3 {
    font-size: 21px;
  }
  .careerpg2 .grid span,
  .news_description_down ul li {
    font-size: 16px;
  }
  .careerpg2 .grid {
    gap: 20px;
  }
  .careerpg2 a,
  a.applynow {
    font-size: 14px;
  }
  a.sec6_box .sec6_info {
    margin: 0;
    width: 100%;
  }
  .projectspg .flex {
    flex-direction: column;
  }
  .sol_center_box h4 {
    font-size: 18px;
  }
  .sol_links a {
    padding: 15px;
    font-size: 14px;
  }
  .backbtn a {
    font-size: 16px !important;
  }
  .sol_center_box {
    margin: 0;
  }
  .aboutpgbox1 .grid {
    margin-top: 20px;
    gap: 20px;
  }
  .about_faqs .accordion .link {
    font-size: 16px;
    padding-right: 70px;
  }
  .aboutpgbox1 .col-sm-5 {
    padding-right: 15px;
  }
  .aboutpgbox1 h2 {
    font-size: 21px;
  }
  .pi_btns .backbtn {
    flex-direction: column;
  }
  ul.tabs4,
  .tab_container4 {
    width: 100%;
  }
  .tab_content4 {
    padding: 20px;
  }
  .section41 h2 {
    font-size: 21px;
  }
  .tab_container4 ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  h2 {
    font-size: 32px !important;
  }
  .aboutpgbox1 .grid {
    margin-top: 30px;
  }
  .sec2_info p,
  p,
  .tab_container4 ul li {
    font-size: 16px;
  }
  .tab-img {
    left: -100px;
  }
  .tab-img,
  .tab-img > img {
    width: 340px;
    height: 340px;
  }
  .tab-img::before {
    width: 380px;
    height: 380px;
  }
  .downloadspg .grid {
    gap: 20px;
  }
  .downloads_btns a {
    font-size: 10px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .contact_address h2 {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1500px) {
  .downloadspg .grid {
    gap: 20px;
  }
  .projectspg h2,
  h2 {
    font-size: 36px !important;
  }
  .projectspg .grid {
    margin-top: 30px;
  }
  .careerpg2 .grid h3 {
    font-size: 21px;
  }
}
