/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); */

.inter {
  font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 20%;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #db0008;
}

table {
  width: 100%;
}

.innerBanner {
  position: relative;
  width: 100%;
  height: 450px;
}

.innerBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.poR {
  position: relative;
}

.innerBannerD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innerBannerD .container-mid {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.innerBannerHeading {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  color: #231f20;
  background-color: #ffcb05;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.innerBannerD ul {
  display: flex;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.innerBannerD ul li a,
.innerBannerD ul li {
  font-size: 16px;
  color: #757575;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.comSec {
  padding: 100px 0;
  /* padding-top: 100px; */
}

.comSec:last-child {
  padding-bottom: 100px;
}

.contactHead {
  font-weight: 700;
  font-size: 55px;
  color: #6e6e6e;
  text-transform: uppercase;
}

.sustainabilitySec3 .contactHead {
  text-transform: capitalize;
}

.contactSec1From textarea,
.contactSec1From input {
  width: 100%;
  margin-bottom: 30px;
  height: 60px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, 0.55);
  border-radius: 10px;
  color: #ffffff;
  padding: 14px 20px;
}

.contactSec1From textarea::placeholder,
.contactSec1From input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

/* .contactSec1From textarea::placeholder {
  padding-top: 20px;
} */

.contactSec1From textarea {
  height: 120px;
}

.contactSec1From {
  background-color: #084593;
  padding: 50px 30px;
  border-radius: 20px;
}

.contactSec1From .conBtn {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.contactSec1From .conBtn a {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background-color: #db0008;
  font-family: "Inter", sans-serif;
  padding: 15px 30px;
  border-radius: 30px;
  letter-spacing: 1.1px;
}

.contactSec1From .conBtn a:active {
  border-style: none !important;
  content: normal;
}

.contactSec1From textarea:focus-visible,
.contactSec1From input:focus-visible {
  outline: none;
}

.contactSec1 .contactText {
  padding-right: 10%;
  padding-top: 50px;
}

.contactSec2WarpText h6 {
  font-weight: 600;
  font-size: 18px;
  color: #084593;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}

.contactSec2WarpText p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.contactSec2WarpText p:last-child {
  margin-bottom: 0;
}

.contactSec2Warp {
  display: flex;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
}

.contactSec2WarpImg {
  height: 70px;
  width: 70px;
  background-color: #ffcb05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.contactSec2WarpImg i {
  font-size: 40px;
  color: #000000;
}

.contactSec2WarpText {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.contactSec2Warp a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  display: block;
}

.contactSec2Warp3 a {
  font-size: 18px;
}

.mapContact {
  height: 450px;
}

.mapContact iframe {
  height: 100%;
  width: 100%;
}

.mapAdd {
  margin-bottom: -100px;
}

/* ----------contact end---------- */

/* -------------career---------------- */
/* .careerSec1 {
  margin-bottom: 100px;
} */
.careerImg {
  height: 550px;
  overflow: hidden;
  border-radius: 30px;
}

.careerImg img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  transition: all 0.3s;
  object-fit: cover;
}

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

.skImground {
  background-color: #ffffff;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 20px;
}

.skImground::after {
  background-image: url(../images/career/round.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.skImground::before {
  background-image: url(../images/career/round.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 0px;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.skImground2 {
  left: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 150px;
  border-radius: 0px 20px 0px 0px;
}

.skImground2::after {
  right: -19px;
  bottom: 0px;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

.skImground2::before {
  left: 0;
  top: -20px;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}
.sustainabilitySec3 .skImground::after {
  right: 14px;
}
.sustainabilitySec3 .skImground2::before {
  left: 14px;
}

.sustainBtnView{
  width: 100%;
  background-color: #db0008;
  border: none;
}

.sustainBtnView a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.sustainBtnView a i{
  font-size: 18px;
}

.careerSec1 .contactText {
  padding-right: 0;
  padding-top: 0;
}

.careerSec2 {
  padding-bottom: 100px;
}

.aic {
  align-items: center;
}

.careerSec2 {
  background-color: #0c49ad;
}

.careerSec2 p {
  color: #ffffff;
}

.careerSec2 .smallH {
  color: #000000;
  font-size: 25px;
}

.careerSec2 .mainH {
  color: #ffffff;
}

.careerSec2 .col-lg-12 {
  margin-bottom: 20px;
}

.careerSec2 .col-lg-4 {
  margin-top: 60px;
}

.careerSec2Warp {
  position: relative;
  height: 100%;
}

.careerSec2Warp::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 0.6s;
}

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

.careerSec2WarpD1 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.careerSec2WarpD1 h6 {
  color: #ffcb05;
  font-weight: 600;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  width: calc(100% - 80px);
  padding-left: 20px;
}

.careerSec2WarpD1 span {
  font-weight: 900;
  font-size: 80px;
  font-family: "Inter", sans-serif;
  color: #0c49ad;
  text-shadow: 0px 0px 1.5px #ffffff;
}

.careerSec3Hd1 select,
.careerSec3Hd1 input {
  font-size: 18px;
  padding: 10px 10px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  background-color: transparent;
  min-width: 250px;
  border-radius: 30px;
  transition: 0.2s;
  height: 50px;
  text-align: end;
  position: relative;
  color: #777777;
  padding-left: 50px;
}

.careerSec3Hd1 select:focus-visible {
  border: 1px solid rgb(0, 0, 0, 0.2) !important;
}

.careerSec3Hd1 select {
  text-align: left !important;
  padding-left: 15px !important;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.cus-select {
  position: relative;
  z-index: 1;
}

.cus-select::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  color: #9e9e9e;
  z-index: -1;
}

.careerSec3Hd .careerSec3Hd1 .cus-select::after {
  display: none;
}
.careerSec3Hd .careerSec3Hd1 .cus-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db0008;
  cursor: pointer;
}

.careerSec3Hd1 .search-box {
  position: relative;
  display: flex;
  gap: 10px;
}

.careerSec3Hd1 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  color: rgb(0, 0, 0, 0.2);
  z-index: 1;
}

.careerSec3Hd {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.careerSec3Hd2 .dropdown {
  display: inline-block;
  position: relative;
}

.careerSec3Hd2 .dd-button {
  display: inline-block;
  padding: 9px 50px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid rgb(0, 0, 0, 0.2);
  background-color: white;
  width: 280px;
  border-radius: 30px;
  transition: 0.2s;
  height: 50px;
  text-align: left;
  color: #777777;
  font-size: 18px;
}

.careerSec3Hd2 .dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #db0008;
}

.careerSec3Hd2 .dd-input {
  display: none;
}

.careerSec3Hd2 .dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.careerSec3Hd2 .dd-input + .dd-menu {
  display: none;
}

.careerSec3Hd2 .dd-input:checked + .dd-menu {
  display: block;
  z-index: 1;
}

.careerSec3Hd2 .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}

.careerSec3Hd2 .dd-menu li:hover {
  background-color: #f6f6f6;
}

.careerSec3Hd2 .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.careerSec3Hd2 .dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.careerSec3Hd input:focus-visible {
  outline: none;
}

.accorDianSec {
  padding-top: 50px;
}

.accordianTitleInn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  gap: 2%;
}

.accordianTitleInn > div:first-child {
  display: flex;
  gap: 30px;
  width: 65%;
}

.accordianTitleInnspan1 {
  font-weight: 700;
  /* font-size: 25px; */
  font-size: 22px;
  font-family: "poppins", sans-serif;
}

.accordianTitleInn > span:last-child {
  display: flex;
  align-items: center;
  gap: 30px;
}

.accordianTitleInn > span:last-child span i {
  padding-right: 20px;
  font-size: 28px;
}

.accordianTitleInnspan2 {
  font-weight: 600;
  /* font-size: 25px; */
  font-size: 22px;
  font-family: "poppins", sans-serif;
  color: #084593;
}

.accordianTitleInnspan3 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.accordianTitleInnspan3Div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}

.accordianTitleLocFlx{
  display: flex;
  width: calc(100% - 40px);
}

.accordianTitleAro {
  position: relative;
  background-color: #db0008;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.accordianTitleAro::after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  /* right: 11px;
  top: 50%;
  transform: translateY(-50%); */
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s;
  /* height: 20px; */
  width: 20px;
}

.accordianTitle.active .accordianTitleAro::after {
  transform: rotate(180deg);
}

.accordianTitle {
  background-color: #ecf0f1;
  padding: 30px 50px;
  border-radius: 15px;
  transition: all 0.3s;
}

.accordianInn {
  margin-bottom: 50px;
  border-radius: 15px;
}

.accordianContant {
  padding: 0px 50px;
  /* padding-top: 20px; */
  /* display: none; */
}

.accordianContantInnSpan {
  display: flex;
  /* gap: 70px; */
  margin-bottom: 20px;
}

.accordianContantInnSpan span:first-child {
  font-weight: 600;
  font-size: 22px;
  font-family: "inter", sans-serif;
  color: #000000;
  width: 200px;
  display: inline-block;
  padding: 10px;
  padding-top: 0;
}

.accordianContantInnSpan span:last-child {
  font-weight: 400;
  font-size: 18px;
  font-family: "inter", sans-serif;
  color: #000000;
  width: calc(100% - 200px);
}

.listLi {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.listLi::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  background-image: url(../images/career/check-mark.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 40px;
}

.accordianContantInnSpan ul {
  column-count: 2;
  column-gap: 50px;
}

ul.customList {
  list-style: none;
  column-count: 1;
}
ul.customList li:not(:last-child) {
  margin-bottom: 10px;
}
ul.customList li {
  position: relative;
  padding-left: 15px;
}
ul.customList li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
ul.customList li ul {
  list-style: none;
  padding-left: 12px;
  column-count: 1;
  list-style-position: inside;
}
ul.customList li ul li {
  position: relative;

}
ul.customList li ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: unset;
}
ul.customList:not(:last-child) {
  margin-bottom: 30px;
}
.page-template-career .careerSec3 .accordianInn .accordianContantInnD2 .accordianContantInnSpan p {
  margin-bottom: 5px;
}

.accordianInn {
  transition: all 0.3s;
}

.accordianInn.active {
  background-color: #ffcb05;
  padding: 30px 0;
}

.accordianTitle.active {
  background-color: #ffcb05;
}

.accordianInn.active .accordianTitleInn {
  border-bottom: 1px solid rgb(0, 0, 0, 0.25);
  padding-bottom: 20px;
}

.accordianTitleInnspan3:first-child {
  padding-right: 50px;
  width: 60%;
}

.contact_frm .contact_input_submit p {
  margin-bottom: 0 !important;
}
.contact_frm .contact_input_submit {
  margin-bottom: 10px !important;
}

.sustainabilitySec2 {
  /* margin-top: 100px; */
  padding-bottom: 100px;
  background-color: #0c49ad;
}

.container-mid2 .row {
  margin-top: 50px;
}

.container-mid2 .row:nth-child(2) {
  flex-direction: row-reverse;
}

.container-mid2 .contactHead {
  color: #ffcb05;
}

.sustainabilitySec2 p,
.sustainabilitySec2 .mainH {
  color: #ffffff;
  position: relative;
}

.sustainabilitySec2 .smallH {
  color: #000;
}

.sustainabilitySec2 .careerImg {
  height: 450px;
}

.sustainabilitySec2 .skImground {
  background-color: #0c49ad;
}

.skImgroundBlue1::after,
.skImgroundBlue1::before,
.skImgroundBlue::after,
.skImgroundBlue::before {
  background-image: url(../images/sustainability/round2Img.png);
  height: 40px;
  width: 40px;
}

.skImgroundBlue1::before {
  left: -29px;
  top: -12px;
  transform: none;
}

.skImgroundBlue1::after {
  right: 14px;
  bottom: -20px;
}

.skImgroundBlue1::after {
  right: 4px;
  bottom: -27px;
  transform: none;
}

.skImgroundBlue::before {
  transform: rotate(180deg);
  left: 4px;
  top: -26px;
}

.skImgroundBlue::after {
  transform: rotate(180deg);
  right: -28px;
  bottom: -11px;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.sustainabilitySec3 ul {
  display: flex;
  justify-content: center;

  margin-bottom: 50px;
}

.sustainabilitySec3 ul li {
  text-align: center;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.sustainabilitySec3 ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 40%;
  top: 30%;
  right: 0;
  width: 1px;
  background-color: #000000;
}

.sustainabilitySec3 .careerImg {
  height: 400px;
}

.sustainabilitySec3 ul li h6 {
  font-weight: 500;
  font-size: 25px;
  font-family: "inter", sans-serif;
  color: #000000;
  text-align: center;
  padding: 12px 30px;
  border-radius: 30px;
  margin-bottom: 0;
}

.sustainabilitySec3 ul li.active h6 {
  font-weight: 600;
  color: #ffffff;
  background-color: #db0008;
}

.sustainbilitySlider {
  margin-top: 20px;
}

.sustainbilitySliderImg {
  height: 400px;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 20px;
}

.sustainbilitySliderImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s;
}

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

.applyBtnCAreer {
  display: flex;
  justify-content: end;
}

.applyBtnCAreer a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 85px;
  font-size: 18px;
  font-weight: 700;
  background-color: #d80404;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 40px;
  overflow: hidden;
  transition: all 0.3s;
}

.applyBtnCAreer a:hover {
  color: #000000;
}

.applyBtnCAreer a:hover::before {
  background-color: #ffffff !important;
}

/* ----------media Gallery----------- */
.mediaGallerySec2 h2,
.mediaGallerySec2 .SecTop,
.mediaGallerySec2 p {
  text-align: left;
}

.mediaGallerySliderImg {
  height: 600px;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 20px;
}

.mediaGallerySliderImg img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.3s;
}

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

.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #cfcfcf;
  color: #828282;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -50px;
}

.slick-arrow::after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  font-size: 25px;
  color: #828282;
  transition: all 0.3s;
  transform: rotate(90deg);
}

.slick-next::after {
  transform: rotate(270deg);
}

.slick-arrow:hover {
  background-color: #db0008;
}

.slick-arrow:hover::after {
  color: #ffffff;
}

.mediaGallerySec2 .slick-arrow {
  top: -100px;
}

.mediaGallerySec2 .slick-next {
  right: 290px;
  left: auto;
}

.mediaGallerySec2 .slick-prev {
  right: 370px;
  left: auto;
}

.mediaGallerySliderD {
  margin-top: 50px;
}

.mediaGallerySec2 {
  /* margin-top: 100px; */
  background-color: #ecf0f1;
}

/* ---------Blog--------------- */

.blogPageSec1LeftBox1 .input-box {
  position: relative;
  height: 60px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}

.blogPageSec1LeftBox1 .input-box i,
.blogPageSec1LeftBox1 .input-box .bTn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blogPageSec1LeftBox1 .input-box i {
  left: 20px;
  font-size: 18px;
  color: #a5a5a5;
  font-weight: 600;
}

.blogPageSec1LeftBox1 .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
  color: #a5a5a5;
}

.bTn2 {
  right: 20px;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  background-color: #d80404;
  filter: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all 0.3s;
}

.bTn2 img {
  transition: all 0.3s;
}

.bTn2:hover img {
  transform: rotate(45deg);
}

.input-box:hover .bTn2 img {
  transform: rotate(45deg);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .blogPageSec1LeftBox1 .input-box {
    height: 66px;
    margin: 0;
  }

  .blogPageSec1LeftBox1 .input-box .fa-search {
    left: 12px;
    font-size: 16px;
  }

  .blogPageSec1LeftBox1 .input-box input {
    padding: 0 112px 0 50px;
  }

  .blogPageSec1LeftBox1 .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

.blogPageSec1LeftImg {
  height: 300px;
  margin-top: 30px;
}

.blogPageSec1LeftImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blogTitleM {
  font-weight: 700;
  font-size: 25px;
  font-family: "inter", sans-serif;
  color: #0c49ad;
  margin-top: 50px;
  text-transform: uppercase;
}

.blogPageSec1LeftBox2Inn {
  margin-top: 50px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.blogPageSec1LeftBox2InnSpanN {
  font-weight: 900;
  font-size: 22px;
  font-family: "inter", sans-serif;
  color: #a6a6a6;
  background-color: #eeeeee;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogPageSec1LeftBox2Inn > div {
  width: calc(100% - 55px);
  padding-left: 20px;
}

.blogPageSec1LeftBox2Innh6 {
  font-weight: 500;
  font-size: 16px;
  font-family: "inter", sans-serif;
  color: #000000;
  background-color: #ffcb05;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blogPageSec1LeftBox2Inn p {
  font-weight: 600;
  font-size: 20px;
  font-family: "inter", sans-serif;
  color: #000000;
  line-height: 1.5;
}

.blogPageSec1LeftBox2InnA {
  font-weight: 700;
  font-size: 20px;
  font-family: "inter", sans-serif;
  color: #000000;
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.blogPageSec1LeftBox2InnA i {
  margin-left: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  background-color: #d80404;
  transition: all 0.3s;
  font-weight: 600;
  transform: rotate(-45deg);
}

.blogPageSec1LeftBox2InnA:hover i {
  transform: rotate(0deg);
}

.blogPageSec1LeftBox3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blogPageSec1LeftBox3Inn {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  font-family: "inter", sans-serif;
  color: #000000;
  border-radius: 5px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
}

.blogPageSec1LeftBox3Inn span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #ffcb05;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.blogPageSec1LeftBox4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blogPageSec1LeftBox4Inn {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    background: #094593;
    color: #fff;
    border-radius: 100px;
    padding: 4px 12px;
    line-height: 22px;
    text-transform: lowercase;
}

.blogPageSec1LeftBox4Inn:hover {
	color: #fff;
	background: #db0107;
}

.blogPageSec1LeftBox4Inn span {
  color: #d80404;
  font-weight: 400;
}

.blogSec1 .SecTop {
  text-align: center;
  margin-bottom: 40px;
}

.blogRightBox {
  border: 1px solid rgb(0, 0, 0, 0.25);
  border-radius: 25px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blogRightBoxImg {
  /* height: 250px; */
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.blogRightBoxImg img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 15px 0 0 15px;
}

.blogRightBoxTxt {
  padding: 14px 14px 14px 0;
}

.aTextAni {
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 90%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.5s;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  font-family: "inter", sans-serif;
}

.aTextAni:hover {
  background-size: 100% 2px;
  color: #084593;
}

.blogRightBoxTxt .blogPageSec1LeftBox2InnD1 {
  /* border-bottom: 1px solid rgb(0, 0, 0, 0.25); */
  padding-bottom: 20px;
  position: relative;
}

.blogRightBoxTxt .blogPageSec1LeftBox2InnD1::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 50px);
  height: 1px;
  background-color: rgb(0, 0, 0, 0.25);
}

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

.blogPageSec1LeftBox2InnD2Span1 {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: justify;
}

.blogPageSec1LeftBox2InnD2SpanImg {
  height: 80px;
  /* width: 80px; */
  display: inline-block;
  /* border-radius: 50%; */
  overflow: hidden;
  position: relative;
}

.blogPageSec1LeftBox2InnD2SpanImg img {
  height: 100%;
  width: 100%;
}

.blogPageSec1LeftBox2InnD2Span1 h6,
.blogPageSec1LeftBox2InnD2Span1 h5 a {
  font-weight: 600;
  font-size: 22px;
  font-family: "inter", sans-serif;
  color: #084593;
  margin-bottom: 5px;
}

.blogPageSec1LeftBox2InnD2Span1 p {
  font-weight: 500;
  font-size: 18px;
  font-family: "inter", sans-serif;
  color: #000000;
  margin-bottom: 0px;
}

.blogPageSec1LeftBox2InnD2Span1 span:last-child {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.blogPageSec1LeftBox2InnD2SpanImg2 img {
  height: 35px;
}

.blogPageSec1LeftBox2InnD2Span2 span:last-child {
  font-weight: 500;
  font-size: 21px;
  font-family: "inter", sans-serif;
  color: #000000;
}

.blogRightBoxImg a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.blogRightBoxImg a i {
  color: #084593;
  transition: all 0.3s;
  transform: rotate(320deg);
  font-weight: 600;
}

/* .blogRightBoxImg a:hover i {
  transform: rotate(0deg);
} */
.contactSec2 {
  height: inherit;
  overflow: hidden;
}

.blogPageSec1LeftBox2InnD2Span2 p {
  font-size: 21px;
}

.pageList {
  display: flex;
  justify-content: end;
}

.pageList ul {
  display: flex;
  gap: 20px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 10px;
}

.pageList ul li {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #cfcfcf;
  color: #828282;
  position: relative;
  z-index: 1;
  font-size: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.pageList ul li::after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  font-size: 18px;
  color: #828282;
  transition: all 0.3s;
  transform: rotate(90deg);
}

.pageList ul li:last-child:after {
  transform: rotate(270deg);
}

.pageList ul li:hover {
  background-color: #db0008;
}

.pageList ul li:hover::after {
  color: #ffffff;
}

.blogSec1 {
  overflow: visible;
}

.blogLeft {
  position: sticky;
  top: 100px;
}

/* ---------------News------------- */

.blogPageSec1LeftBox2InnBtnD {
  padding-top: 20px;
}

.blogPageSec1LeftBox2InnBtnD .blogPageSec1LeftBox2InnA {
  font-weight: 500;
  font-size: 22px;
}

.blogPageSec1LeftBox2InnA2 span img {
  margin-left: 20px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  background-color: #d80404;
  transition: all 0.3s;
  /* transform: rotate(0deg); */
  /* transform: rotate(325deg); */
}

/* .blogPageSec1LeftBox2InnA:hover img {
transform: rotate(325deg);
} */
/* ----------Blog Details----------- */

.BlogDetailsSec1 .blogFrom1 {
  padding: 10px;
}

.blogDRightBox1Img {
  height: 450px;
  margin-bottom: 30px;
}

.blogDRightBox1Img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blogDRightBoxTxt .blogPageSec1LeftBox2InnD2 {
  justify-content: start;
  gap: 50px;
}

.blogDRightBoxTxt .blogPageSec1LeftBox2Innh6 {
  margin-bottom: 0;
}

.blogDRightBoxTxt .blogPageSec1LeftBox2InnD2Span1 {
  margin-top: 0;
}

.blueHead {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  font-family: "inter", sans-serif;
  color: #0c49ad;
}

.blogDRightBox2 {
  margin-top: 20px;
}

.accordianTitleBlog {
  background-color: transparent;
  padding: 0;
  padding-top: 10px;
  border-radius: 0px;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  font-family: "inter", sans-serif;
  color: #0c49ad;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordianTitleBlog.active {
  background-color: transparent;
}

.accordianContantBlog {
  padding: 0;
}

.blogDRightBox2Img {
  height: 270px;
  margin-bottom: 20px;
}

.blogDRightBox2Img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blogDRightBox4 {
  margin-bottom: 30px;
}

.blogDRightBox4 .blogPageSec1LeftBox4Inn {
  display: inline-block;
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #5f5f5f;
  transition: all 0.3s;
}

.blogDRightBox5 {
  border-radius: 20px;
  background-color: #ecf0f1;
  padding: 50px;
  margin-bottom: 70px;
}

.blogDRightBox5 .blogPageSec1LeftBox2InnD2SpanImg {
  height: 130px;
  width: 130px;
}

.blogDRightBox5 .blogPageSec1LeftBox2InnD2Span1 span:last-child {
  width: calc(100% - 130px);
  padding-left: 20px;
}

.blogDRightBox5 .blogPageSec1LeftBox2InnD2Span1 span h6 {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #0c49ad;
  transition: all 0.3s;
  /* text-transform: uppercase; */
}

.blogDIcon {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.blogDIcon a {
	background: #094593;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogDRightBox5Inn p {
  margin-top: 20px;
  /* font-size: 20px; */
}

.blogRight .mainH {
  font-size: 45px;
}

.blogDRightBox6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.blogDRightBox6 h6 {
  margin: 0;
}

.blogDRightBox6 .pageList ul {
  gap: 10px;
}

.blogDRightBox6 .pageList ul li {
  height: 28px;
  width: 28px;
}

/* .blogDRightBoxFrom{
  height: 750px;
}
.blogDRightBoxFrom img{
  height: 100%;
  width: 100%;
} */

/* -------download Warp-------- */

.downloadWarpImg {
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.downloadWarpImg img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
  object-fit: cover;
  object-position: top;
}

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

.downloadWarp .skImground {
  background-color: #ffffff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
}

.downloadWarp .skImground2 {
  left: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100px;
  border-radius: 0px 20px 0px 0px;
}

.downloadWarp .skImground2::before {
  left: 0px;
}

.downloadWarp .skImground::after {
  right: -1px;
}

.downloadWarp .skImground2::after {
  right: -19px;
}

.downloadWarpA {
  display: inline-block;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  transition: all 0.3s;
}

.downloadWarpA span {
  margin-left: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  background-color: #d80404;
  transition: all 0.3s;
  font-weight: 600;
}

.downloadWarpA span img {
  object-fit: contain;
  width: 30px;
  height: auto;
  transition: all 0.3s;
}

.downloadWarp {
  position: relative;
  margin-bottom: 50px;
  transition: all 0.3s;
}

.downloadWarp::after {
  position: absolute;
  top: 20%;
  left: -6px;
  content: "";
  width: 12px;
  height: 100px;
  background-color: #ffcb05;
}

.download_brochureSec1.comSec {
  padding-bottom: 40px;
}

.downloadWarp:hover .downloadWarpA {
  color: #d80404;
}

/* ------------faq-------------- */
.faqAcc {
  padding-top: 20px;
}

.faqAcc .faqAccInntext {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faqAcc .faqAccInntext.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: all 0.3s;
}

.faqAccordianTitleText {
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 30px; */
  background-color: transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.faqAccordianTitleText.active {
  background-color: transparent;
  color: #db0008;
}

.faqAccordianTitleText span {
  background-color: transparent;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
}

.faqAccordianTitleText.active span {
  background-color: transparent;
  color: #db0008;
}

.faqAccordianTitleText .spanText {
  color: #000000;
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 25px;
  display: inline-block;
  padding-right: 10px;
  transition: all 0.3s;
}

.faqAccordianTitleText.active .spanText {
  color: #db0008;
  padding-right: 50px;
}

.faqAccordianContantText {
  display: flex;
}

.faqAccordianContantText span {
  padding-right: 45px;
}

.faqAccordianTitleText .spanAc {
  position: relative;
  margin-left: 20px;
  transition: all 0.3s;
}

.faqAccInn {
  padding: 50px 50px 30px 50px;
  margin-bottom: 15px;
}

.faqAccordianTitleText .spanAc::after {
  height: 24px;
  width: 4px;
  background-color: #d80404;
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  transition: all 0.6s;
}

.faqAccordianTitleText .spanAc::before {
  height: 4px;
  width: 24px;
  background-color: #d80404;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
}

.faqAccordianTitleText.active .spanAc::after {
  /* height: 4px;
  width: 24px;
  top: 0;
  right: 0; */
  transform: rotate(90deg);
}

.jcc {
  justify-content: center;
}

.faqSec1 .SecTop {
  padding: 0 50px;
}

.faqSec1 {
  position: relative;
}

.faqSec1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../images/faq/Frame.png);
  height: 328px;
  width: 507px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.faqSec1::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../images/faq/Group.png);
  height: 273px;
  width: 462px;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* ----------network----------- */

.networkBox {
  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  border-radius: 20px;
}

.networkBoxLogoD {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
}

.networkBoxLogo {
  height: 75px;
  width: 75px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.networkBoxLogo::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 20%;
  top: 0;
  left: 5px;
  background-color: #ffcb05;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s;
}

.networkBoxLogoD h6 {
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  transition: all 0.3s;
}

.networkBox p {
  margin: 0;
  padding-top: 10px;
  transition: all 0.3s;
  color: #000;
}

.networkBox:hover {
  background-color: #084593;
  border-color: #084593;
}

.networkBox:hover h6 {
  color: #ffcb05;
}

.networkBox:hover .networkBoxLogo::before {
  background-color: #ffffff;
  left: 0;
  width: 100%;
}

.networkBox:hover p {
  color: #ffffff;
}

.networkSec1 .row2 .col-lg-4:nth-child(3n + 1) {
  margin-top: 0px;
}

.networkSec1 .row2 .col-lg-4:nth-child(3n + 2) {
  margin-top: 50px;
}

.networkSec1 .row2 .col-lg-4:nth-child(3n + 3) {
  margin-top: 100px;
}

.networkSec2Map {
  height: 500px;
  width: 100%;
}

.networkSec2Map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.networkSec2 {
  /* margin-top: 100px; */
  background-color: #0c49ad;
}

.skImgroundBlue,
.skImgroundBlue1 {
  background-color: #0c49ad;
}

/* .networkSec2From {
  height: 300px;
} */
.networkSec2From img {
  height: 100%;
  width: 100%;
}

.networkSec2From .networkFormWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  /* height: 60px; */
  margin-bottom: 22px;
  padding: 0px 15px;
  gap: 10px;
}

.networkSec2From input,
.networkSec2From select {
  height: 60px;
  border: none;
  outline: 0;
  width: 100%;
  padding: 10px 0px;
}

.networkSec2From input::placeholder,
.networkSec2From input,
.networkSec2From select {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  position: relative;
  background: transparent;
}

.nice-select {
  width: 100%;
  height: 60px !important;
  background-color: #fff;
  border: none;
  height: auto;
  outline: none;
  padding-left: 5px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nice-select span {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  height: 10px;
  margin-top: -4px;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
}

.nice-select.open:after {
  margin-top: -6px;
}

.nice-select .list {
  width: 100%;
}

.orText {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: center;
}

.networkFormWrap img {
  width: 25px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(2310%)
    hue-rotate(31deg) brightness(93%) contrast(80%);
}

.networkFormWrap i {
  font-size: 20px;
  color: #969696;
}

.networkSec2From input[type="submit"] {
  background-color: #db0008;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 85px;
  height: 50px;
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1%;
  transition: all 0.5s;
}

.networkSec2From input[type="submit"]:hover {
  background-color: #fff;
  border: 2px solid #db0008;
  color: #db0008;
}

.networkDealerForm select,
.networkDealerForm input,
.networkDealerForm .nice-select {
  background: transparent;
  /* border-radius: 10px;
  height: 60px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  padding: 6px 15px; */
}

.networkSec3 .form-group {
  background: #ecf0f1;
  border-radius: 10px;
  /* height: 60px; */
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  padding: 0 15px;
  position: relative;
}

.networkSec3 .networkSec2From2 .wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
}

.networkSec2From2 .form-group,
.contactSec1 .input {
  position: relative;
}
.networkSec2From2 .wpcf7-form-control-wrap {
  position: static;
}
.contactSec1 .wpcf7-form-control-wrap {
  position: static;
  display: block;
}
.networkSec2From2 .btnJoin p {
  margin-bottom: 10px;
}

/* .footer .wpcf7-response-output {
  display: none;
} */
.footer .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.contactSec1 .wpcf7-form.sent .wpcf7-response-output {
  color: #008000;
  padding-bottom: 20px;
  text-align: right;
  font-size: 16px;
}

.networkDealerForm .form-group,
.networkDealerForm .nice-select {
  margin-bottom: 37px;
}
.networkDealerForm .wpcf7-form.invalid .form-group,
.networkDealerForm .wpcf7-form.invalid .nice-select {
  margin-bottom: 50px !important;
}
.networkSec3 .wpcf7-form-control-wrap {
  display: block;
}
/* .contactSec1 .wpcf7-form.invalid .input,
.wpcf7-form.invalid .contact_frm .contact_input {
  margin-bottom: 50px!important;
} */
.contactSec1 .input,
.contact_frm .contact_input {
  margin-bottom: 35px !important;
}
.footer .wpcf7-form.sent .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #008000;
  font-size: 15px;
}
footer .wpcf7-form.sent .wpcf7-response-output {
  color: #2ec32e;
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  width: calc(100% - 70px);
}
.contact_input .custom_file .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 17px;
}

.wpcf7-form.invalid .contact_frm .contact_input p {
  margin-bottom: 0 !important;
}
.contactSec1 .wpcf7-form.invalid .conBtn .input {
  margin-bottom: 0 !important;
}

.wpcf7-spinner {
  display: none;
}

/* .contactSec1 .input {
  margin-bottom: 10px;
} */

.networkDealerForm .nice-select:after {
  right: 20px;
}

.networkSec2 .mainH {
  color: #ffffff;
}

.networkSec2H6 {
  font-family: "inter", sans-serif;
  font-weight: 600;
  font-size: 35px;
  transition: all 0.3s;
  color: #ffcb05;
  text-shadow: 2px 2px #000;
}

.networkSec2From2 {
  height: auto;
}

.networkSec2From2Box5 {
  padding: 10px 30px;
}

.networkSec2From2Box5 .blogPageSec1LeftBox2InnD2SpanImg {
  height: 100px;
  width: 100px;
}

.blogPageSec1LeftBox2InnD2Span1 span:last-child span:last-child {
  display: inline-block;
  /* flex-direction: column;
  padding-left: 0 !important; */
}

.networkSec2From2Box5 .blogPageSec1LeftBox2InnD2Span1 span h6 {
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 25px;
  transition: all 0.3s;
  color: #ffcb05;
}

.networkSec2From2Box5 span,
.networkSec2From2Box5 p {
  color: #ffffff;
}

.networkSec2From2Box5 {
  background-color: #084593;
}

.networkSec2 {
  overflow: visible;
  height: inherit;
  padding-bottom: 100px;
}

.networkSec3 .slick-arrow {
  bottom: 0;
  top: auto;
  height: 40px;
  width: 40px;
}

.networkSec3 .slick-prev {
  left: auto;
  right: 60px;
  bottom: -20px;
}

.networkSec3 .slick-next {
  left: auto;
  right: 0;
  bottom: -20px;
}

.partnerHd {
  margin: 0 0 25px;
}

/* ---------testimonial------- */
/* .App {
  width: 80%;
  margin: 40px auto;
}

.carousel {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.description p {
  margin: 0;
} */
.testimonialSliderOne {
  margin-bottom: 50px;
  /* height: 300px; */
  position: relative;
  top: 0;
  left: 0;
  /* border-radius: 50%; */
  overflow: hidden;
}

.testimonialSliderOne .testimonialSliderOneImg {
  height: 110px;
  width: 110px;
  display: inline-block;
}

.testimonialSliderOne .testimonialSliderOneImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1);
}
.testimonialSliderOne .slick-current .testimonialSliderOneImg img {
  filter: grayscale(0);
}

.testimonialSliderOne .slick-slide {
  position: relative;
  /* transform: translateY(50%); */
  display: flex;
  justify-content: center;
  transition: all 0s cubic-bezier(0.33, 0.74, 0.31, 0.76);
}

.testimonialSliderOne .slick-list {
  height: 100%;
}

/* .testimonialSliderOne .slick-current {
  transform: translateY(0%);
}
.testimonialSliderOne .slick-slide.nextslick,
.slick-slide.prevslick {
  transform: translateY(40%);
}
.testimonialSliderOne .slick-slide.nextslickTwo,
.slick-slide.prevslickTwo {
  transform: translateY(80%);
}
.testimonialSliderOne .slick-slide.prevslickThree,
.testimonialSliderOne .slick-slide.nextslickThree {
  transform: translateY(140%);
} */
.testimonialSliderOne .slick-current .testimonialSliderOneImg {
  height: 120px;
  width: 120px;
  border: 10px solid #db0008;
  border-radius: 20px;
  position: relative;
  background-color: #db0008;
}

.testimonialSliderOne .slick-current .testimonialSliderOneImg img {
  border-radius: 20px;
}

.testimonialSliderOne .slick-current .testimonialSliderOneImg:after {
  content: "\f04b";
  font-family: fontawesome;
  position: absolute;
  right: 38px;
  bottom: -40px;
  transform: rotate(90deg);
  font-size: 30px;
  color: #db0008;
}

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

.testimonialSliderImg {
  height: 300px;
  width: 300px;
  z-index: 1;
}

.testimonialSliderImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.testimonialSliderText {
  width: calc(100% - 300px);
  background-color: #084593;
  border-radius: 20px;
  padding: 50px;
  padding-left: 80px;
  margin-left: -50px;
  height: 400px;
}

.testimonialSliderText p {
  color: #ffffff;
}

.testimonialSliderTextInn {
  display: flex;
  align-items: center;
  padding-top: 20px;
  gap: 30px;
}

.testimonialSliderTextInn h6 {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.3s;
  color: #ffcb05;
}

.testimonialSliderTextInnSpan {
  border-right: 1px solid #ffffff;
  padding-right: 30px;
}

.testimonialSliderTextInnSpan p {
  margin-bottom: 0;
}

.testimonialPlayBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}

.testimonialPlayBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "inter", sans-serif;
  color: #ffffff;
  transition: all 0.3s;
}

.testimonialPlayBtn span i {
  font-size: 15px;
  color: #db0008;
}

.testimonial_Page .slick-arrow {
  height: 35px;
  width: 35px;
  transform: translateY(-50%);
}

.testimonialSliderMain .slick-next {
  right: 0px;
}

.testimonialPlayBtn:hover {
  color: #ffffff;
}

.testimonialSlider {
  border-bottom: 1px solid rgb(0, 0, 0, 0.25);
  padding: 0px 50px 50px 85px;
}

.testimonialSlider .slick-prev {
  left: 18px;
}

.testimonialSlider .slick-next {
  right: 32px;
}

.testimonialSlider .slick-arrow {
  width: 40px;
  height: 40px;
}

.testimonialSec1 {
  padding-bottom: 50px;
}

/* --------- */

.testimonialSliderTwo .slick-list{
  padding: 10px 0;
}
.testimonialSliderTwo .testimonialSliderTwoImg {
  width: calc(100% - 20px);
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0px;
}
.testimonialSliderTwoImg .certificImg{
  height: 100%;
}

.testimonialSliderTwoImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonialSec3 {
  /* margin-top: 100px; */
  background-color: #084593;
}

.testimonialSec3 .mainH {
  color: #ffffff;
}

.testimonialSliderThreeImg {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialSliderThree .slick-prev {
  left: -25px;
}

.testimonialSliderThree .slick-next {
  right: -25px;
}

.testimonialSec3 {
  background-image: url(../images/testimonial/Frame4.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 100px;
}

.testimonialSec4 {
  position: relative;
  background-color: #ecf0f1;
}

.groupTmt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  margin-top: -120px;
}

/* .testimonialSec4{

} */
.testimonialSec4,
.testimonialSec3 {
  overflow-x: visible;
}

.testimonialSec4 .SecTop {
  text-align: left;
  padding: 0;
}

.btnView {
  padding: 10px 20px;
  background-color: #084593;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.3s;
  letter-spacing: 0.18px;
  border: 2px solid transparent;
  overflow: hidden;
}

.btnView:hover {
  border: 2px solid #084593;
  color: #084593;
}

.btnView::before {
  background-color: #fff !important;
}

.jce {
  justify-content: end;
}

.testimonialSec4 .col-lg-2 {
  display: flex;
  align-items: end;
  justify-content: end;
}

.aie {
  align-items: end;
}

.testimonialSec4 .faqAcc {
  margin-top: 50px;
}

/* ----------infrastructure-------------- */
.infrastructureSec1 {
  overflow-x: visible;
}

.infraskImground .skImground.skImground2 {
  top: 0;
  bottom: auto;
  border-radius: 0px 0px 20px 0px;
  width: 180px;
}

.infraskImground .skImground.skImground2::before {
  top: auto;
  bottom: -20px;
  left: 0px;
  transform: rotate(360deg);
}

.infraskImground .skImground.skImground2::after {
  bottom: auto;
  top: -1px;
  transform: rotate(0deg);
  right: -20px;
}

.infraskImground .skImground {
  top: auto;
  bottom: 0;
  border-radius: 20px 0px 0px 0px;
  height: 120px;
}

.infraskImground .skImground::before {
  top: auto;
  bottom: -1px;
  transform: rotate(180deg);
}

.infraskImground .skImground::after {
  bottom: auto;
  top: -20px;
  transform: rotate(180deg);
  right: 0;
}

.infraskImground .careerImg {
  height: 480px;
}

.infrastructureSec2 {
  background-color: #ecf0f1;
  /* margin-top: 100px; */
  padding-bottom: 100px;
}

.imgLIne {
  position: relative;
}

.imgLIne::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 11px;
  background-color: #ffcb05;
  left: -5px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.imgLIne::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 150px;
  background-color: #ffcb05;
  bottom: -10px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.infrastructureSec2Aside2 {
  margin-top: 20px;
  padding-left: 40px;
}

.infrastructureSec2Aside1 ul {
  padding: 30px;
  padding-left: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.infrastructureSec2Aside1 ul li {
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
  color: #000000;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}

.infrastructureSec2Aside1 ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  background-color: #db0008;
  border-radius: 0 20px 20px 0;
  z-index: -1;
  color: #000000;

  transition: all 0.6s;
}

.infrastructureSec2Aside1 ul li.active::before,
.infrastructureSec2Aside1 ul li:hover::before {
  width: 100%;
  color: #ffffff;
}

.infrastructureSec2Aside1 ul li.active,
.infrastructureSec2Aside1 ul li:hover {
  color: #ffffff;
}

.infraSec2ContantTextH6 {
  color: #084593;
  font-weight: 700;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
}

.infraSec2ContantImg {
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.infraSec2ContantImg img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
}

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

.infraSec2ContantText ul li {
  display: flex;
  margin-bottom: 20px;
  font-weight: 500;
}

.infraSec2ContantText ul li img {
  height: 38px;
  width: 38px;
  margin-right: 20px;
}

.infraSec2ContantSlider .slick-slide {
  padding: 0 10px;
}

.infraSec2ContantSliderWarp {
  padding: 30px 10px;
  background-color: #fff;
  margin-bottom: 100px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  border-radius: 20px;
  height: 450px;
}

.imgLineR {
  position: relative;
}

.imgLineR::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 11px;
  background-color: #ffcb05;
  right: -5px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.infrastructureSec2Aside2Row2 {
  margin-top: 50px;
}

.infraSec2ContantSliderWarpD1 p,
.infraSec2ContantSliderWarpD1 h6 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #db0008;
  margin-bottom: 15px;
}

.infraSec2ContantSliderWarpD1 h6 {
  text-transform: uppercase;
}

.infraSec2ContantSliderWarpD1 p {
  font-weight: 600;
  color: #000000;
}

.infraSec2ContantSliderWarp thead tr {
  border-top: 2px solid rgb(0, 0, 0, 0.36);
  border-bottom: 2px solid rgb(0, 0, 0, 0.36);
}

.infraSec2ContantSliderWarp thead th {
  padding: 10px 8px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #084593;
  text-align: center;
}

.infraSec2ContantSliderWarp tbody th {
  padding: 7px 8px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
}

.infraSec2ContantSliderWarpImg {
  margin-bottom: -100px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.infraSec2ContantSliderWarp:hover {
  background-color: #084593;
}

.infraSec2ContantSliderWarp:hover h6 {
  color: #ffcb05;
}

.infraSec2ContantSliderWarp:hover p {
  color: #ffffff;
}

.infraSec2ContantSliderWarp:hover thead th {
  color: #ffcb05;
}

.infraSec2ContantSliderWarp:hover tbody th {
  color: #ffffff;
}

.infraSec2ContantSlider .slick-arrow {
  top: -50px;
  bottom: auto;
  height: 40px;
  width: 40px;
}

.infraSec2ContantSlider .slick-prev {
  left: auto;
  right: 60px;
}

.infraSec2ContantSlider .slick-next {
  left: auto;
  right: 10px;
}

.infrastructureSec2Aside2Row2 .infraSec2ContantTextH6 {
  color: #6e6e6e;
  padding-right: 100px;
  text-transform: uppercase;
}

.row3 .infrastructureSec2Aside2Row2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.row3 .infrastructureSec2Aside2Row2 div:first-child {
  width: calc(100% - 300px);
}

.infrastructureSec2Aside2Row3Ul ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  width: 300px;
}

.infrastructureSec2Aside2Row3Ul li {
  padding: 5px 20px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
}

.infrastructureSec2Aside2Row3Ul li.active {
  background-color: #db0008;
  color: #ffffff;
}

.qualityControlWarp ul {
  text-align: left;
}

.qualityControlWarp ul li {
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.qualityControlWarp ul li::after {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/infrastructure/check-mark.png);
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.qualityControlWarp .infraSec2ContantSliderWarp {
  padding: 30px;
}

.qualityControlWarp .infraSec2ContantSliderWarp p,
.qualityControlWarp .infraSec2ContantSliderWarp h6 {
  text-align: left;
}

.qualityControlWarp .infraSec2ContantSliderWarp:hover ul li::after {
  background-image: url(../images/infrastructure/check-marky.png);
}

.qualityControlWarp .infraSec2ContantSliderWarp:hover ul li {
  color: #ffffff;
}

.qualityControlWarp {
  display: flex;
  gap: 20px;
}

.qualityControlWarp > div {
  width: 30%;
}

.infraSec2ContantSliderWarpTab {
  height: auto;
}

.infraSec2ContantSliderWarpTab .infraSec2ContantSliderWarpImg {
  margin-bottom: -120px;
}

.tabContantInn,
.tabContant {
  display: none;
}

.tabContantInn.active,
.tabContant.active {
  display: block;
}

.ourAccreditationWarp {
  padding: 10px;
  border-radius: 15px;
  background-color: #ecf0f1;
  border: 1px solid rgb(0, 0, 0, 0.25);
}

.ourAccreditationWarpImg {
  height: 350px;
  overflow: hidden;
}

.ourAccreditationWarpImg img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

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

.ourAccreditationSlider .slick-slide {
  padding: 0 10px;
}

.ourAccreditationSlider .slick-arrow {
  height: 40px;
  width: 40px;
}

.infraSec2ContantSliderWarpD1 h6 {
  text-transform: capitalize;
}

.infrastructureSec2 {
  background-image: url(../images/infrastructure/Group611.png);
  background-position: center right;
  background-repeat: no-repeat;
}

/* ----------product Details------------ */
.proBtn {
  background-color: #db0008;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 30px;
  transition: all 0.3s;
  letter-spacing: 0.18px;
  border: 2px solid transparent;
  overflow: hidden;
}

.proBtn:hover {
  border: 2px solid #db0008;
  color: #db0008;
  background-color: #fff;
}

.proBtn::before {
  background-color: #fff !important;
}

.skImgroundDch .skImground1::after {
  right: 0;
}

.skImgroundDch .skImground2::before {
  left: 0px;
}

.productDetailsSecSec2 {
  background-color: #ffcb05;
  margin-top: 100px;
}

.productDetailsSecSec2.comSec {
  padding-bottom: 0;
}

.productDetailsSecSec2 .smallH {
  background-color: #ffffff;
  color: #000;
}

.productDetailsAdvantages {
  background-image: url(../images/product-details/group388.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
  padding-bottom: 100px;
  background-size: 3% 99%;
}

.productAdvantagesWarp {
  margin-top: 50px;
}

.productAdvantagesWarpD1 {
  position: relative;
}

.productAdvantagesWarpD1::after {
  position: absolute;
  right: 2px;
  top: 30px;
  width: 200px;
  height: 100%;
  background-image: url(../images/product-details/group416.png);
  background-repeat: no-repeat;
  content: "";
}

.productAdvantagesWarpD1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.productAdvantagesWarpD1 .productAdvantagesWarpD1span {
  background-color: #084593;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productAdvantagesWarpD1 .productAdvantagesWarpD1span img {
  height: 100%;
  width: 100%;
}

.productAdvantagesWarpD1 h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.productAdvantagesWarp p {
  margin-top: 20px;
  line-height: 1.5;
  padding-right: 20px;
}

.productDetailsAdvantages .col-lg-6:nth-child(even) .productAdvantagesWarp {
  margin-top: 100px;
}

.productDetailsAdvantages
  .col-lg-6:nth-child(even)
  .productAdvantagesWarp[data-aos="fade-right"] {
  transform: translate3d(100px, 0, 0);
}

.productDetailsAdvantages
  .col-lg-6:nth-child(even)
  .productAdvantagesWarp[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.productDetailsAdvantages .col-lg-6:nth-child(even) .productAdvantagesWarp p {
  padding-left: 20px;
  padding-right: 0;
  text-align: right;
}

.productDetailsAdvantages
  .col-lg-6:nth-child(even)
  .productAdvantagesWarp
  .productAdvantagesWarpD1 {
  flex-direction: row-reverse;
}

.productDetailsAdvantages
  .col-lg-6:nth-child(even)
  .productAdvantagesWarp
  .productAdvantagesWarpD1::after {
  left: 2px;
  right: auto;
  transform: scaleX(-1);
}

.productDetailsAdvantages .col-lg-6:nth-child(odd) .productAdvantagesWarp h6 {
  padding-right: 220px;
}

.productDetailsAdvantages .col-lg-6:nth-child(even) .productAdvantagesWarp h6 {
  padding-left: 220px;
}

.SecTopL h2,
.SecTopL,
.SecTopL p {
  text-align: left;
}

.productDetailsSecSec3Ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 35px;
}

.productDetailsSecSec3Ul li {
  padding: 10px 20px;
  color: #db0008;
  font-weight: 600;
  font-size: 18px;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid rgb(0, 0, 0, 0.25);
}

.productDetailsSecSec3Ul li:hover,
.productDetailsSecSec3Ul li.active {
  background-color: #db0008;
  color: #ffffff;
  border-color: #db0008;
}

.productDetTblOuter{
  width: 90%;
  margin: 0px auto;
  border: 1px solid #9e9e9e;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
  overflow-x: auto;
}

.productDetailsSecSec3Table {
  overflow-x: auto;
  display: flex;
  justify-content: center;
  /* width: 90%; */
  /* border: 1px solid #9e9e9e; */
  overflow: hidden;
  /* border-radius: 20px; */
  /* margin: 0 auto; */
}



.productDetailsSecSec3Table table {
  padding-top: 30px;
  width: 100%;
  table-layout: fixed;
  /* width: 70%;
  border: 1px solid #9e9e9e;
  overflow: hidden;
  border-radius: 20px; */
}


/* .productDetailsSecSec3Table tbody {
  border: 1px solid #9e9e9e;
} */

.productDetailsSecSec3Table th {
  padding: 20px 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  /* color: #ffcb05; */
  color: #fff;
  background-color: #db0008;
  /* background-color: #084593; */
  position: relative;
  border: none;
  transition: all 0.3s;
}

.productDetailsSecSec3Table th:last-child {
  border-radius: 0 10px 0 0;
}

.productDetailsSecSec3Table th:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}

.productDetailsSecSec3Table th:not(:last-child):after {
  position: absolute;
  right: -1px;
  top: 10%;
  width: 1px;
  height: 80%;
  content: "";
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s;
}

.productDetailsSecSec3Table td {
  padding: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #9e9e9e;
  position: relative;
  border: 1px solid #9e9e9e;
  transition: all 0.3s;
}

.productDetailsSecSec3Table table.spacification-1 table td {
  /* border-bottom: none; */
  border-top: none;
}

.productDetailsSecSec3Table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.productDetailsSecSec3Table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.productDetailsSecSec3Table tbody tr {
  position: relative;
}

.productDetailsSecSec3Table tbody tr:hover td {
  /* background-color: #ffcb05; */
  background-color: #084593; 
  color: #fff;
  /* color: #000; */
  /* font-weight: 700; */
  /* padding: 20px 40px; */
}

.productDetailsSecSec3Table table.spacification-1 tbody tr:hover td {
  border-bottom: 1px solid #fff;
}

/* .productDetailsSecSec3Table table.spacification-1 tbody tr:not(:last-child) td {
  border: 1px solid #9e9e9e;
} */
/* .productDetailsSecSec3Table table.spacification-1 tbody tr td table tbody tr:last-child td {
  border-bottom: none;
} */

.productDetailsSecSec3Table tbody tr td:last-child {
  border-right: none;
}

.productDetailsSecSec3Table tbody tr td:first-child {
  border-left: none;
}
/* .productDetailsSecSec3Table tbody tr:last-child td {
  border-bottom: none;
} */


.productDetailsSecSec3Table tr:hover td:not(:last-child):after {
  position: absolute;
  right: -1px;
  top: 10%;
  width: 1px;
  height: 80%;
  content: "";
  /* background-color: #db0008; */
  background-color: #db0008;;
  z-index: 1;
  transition: all 0.3s;
}

.productDetailsSecSec3 {
  position: relative;
  /* border-bottom: 1px solid #9e9e9e; */
}
.productDetailsSecSec3.nEWTab .row2 {
  position: relative;
}

.productDetailsSecSec3 .row2::after {
  position: absolute;
  right: -22%;
  bottom: 0;
  width: 401px;
  height: 178px;
  content: "";
  background-image: url(../images/product-details/tableImg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.productDetailsSecSec3 .row2::before {
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 401px;
  height: 178px;
  content: "";
  background-image: url(../images/product-details/tableImg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.proApplicationSliderWarp {
  height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.proApplicationSliderWarp img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
}

.proApplicationSliderText {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

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

.proApplicationSliderText p {
  border-radius: 30px;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: saturate(20%) blur(6px);
}

.proApplicationSliderDiv {
  padding: 0 80px;
  margin-top: 50px;
}

.proApplicationSlider .slick-slide {
  padding: 0 10px;
}

.proSpecification {
  display: flex;
  margin: 0 auto;
  /* overflow-x: auto; */
  border-radius: 10px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: auto;
}

.proSpecification thead th {
  padding: 20px 20px;
  background-color: #084593;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.proSpecification thead tr:first-child th:first-child {
  background-color: #084593;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px 0 0 0;
}

.proSpecification thead tr:first-child th:last-child {
  background-color: #084593;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0 10px 0 0;
}

.proSpecification thead tr:first-child th {
  /* background-color: #ffcb05;
  color: #000; */
  background-color: #db0008;
  color: #fff;
  font-weight: 700;
}

.proSpecification thead tr:first-child th:after {
  position: absolute;
  right: -1px;
  top: 10%;
  width: 1px;
  height: 80%;
  content: "";
  background-color: #db0008;
  z-index: 1;
  transition: all 0.3s;
}

.proSpecification thead tr:first-child th:first-child::after,
.proSpecification thead tr:first-child th:last-child::after {
  content: normal;
}

.proSpecification thead tr:last-child th {
  border: 1px solid #ffffff;
}

.content_normal::after {
  content: normal !important;
}

.proSpecification tbody td {
  background: #ecf0f1;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  border: 1px solid rgb(0, 0, 0, 0.2);
  width: calc(100% / 9);
}

.proSpecification tbody tr:last-child td {
  border-bottom: none;
}

.proSpecification tbody tr td:last-child {
  border-right: none;
}

.proSpecification tbody tr td:first-child {
  border-left: none;
}

.productDetailsSecSec5 {
  /* margin-top: 100px; */
  padding-bottom: 100px;
  background-color: #ecf0f1;
  position: relative;
}

.productDetailsSecSec5::after {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 200px;
  height: 100%;
  content: "";
  background-image: url(../images/product-details/frame4.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.productDetailsSecSec5::before {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 200px;
  height: 100%;
  content: "";
  background-image: url(../images/product-details/frame3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.productSliderWarp .careerImg {
  position: relative;
}

.productSliderWarpText a {
  font-weight: 700;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  color: #231f20;
  line-height: 30px;
  letter-spacing: 0.25px;
  display: inline-block;
  background-color: #ffcb05;
  padding: 10px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 150px;
  transition: all 0.6s;
}

.productSliderWarp .imgLIne::before {
  content: normal;
}

.productSlider .slick-slide {
  padding: 0 15px;
}

.productSlider .slick-slide .imgLIne::after {
  transform: translate(none);
  bottom: 10%;
  top: auto;
}

.productSlider .slick-slide:nth-child(even) .imgLIne::after {
  left: auto;
  right: -5px;
  top: 30%;
  bottom: auto;
}

.productDetailsSecSec7 {
  overflow: visible;
}

.productDetailsSecSec6 {
  padding-bottom: 100px;
}

.productDetailsSecSec6 .productSlider {
  padding-top: 20px;
}

.single-product .nEWTab .productDetailsSecSec3Table th{
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 18px;
}

.single-product .nEWTab .productDetailsSecSec3Table thead tr:not(:first-child) th{
  border-radius: 0 !important;
}

.single-product .nEWTab .productDetailsSecSec3Table td {
  padding: 10px 15px;
  font-size: 18px;
}

/* -----------about--------- */

.aboutSec1 {
  position: relative;
  /* border-bottom: 1px solid #9e9e9e; */
  padding-bottom: 200px;
}

.aboutSec1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 812px;
  height: 548px;
  content: "";
  background-image: url(../images/about/group11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  z-index: -1;
}

.aboutSec1::before {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 812px;
  height: 548px;
  content: "";
  background-image: url(../images/about/group12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: -1;
}

.aboutSec3 .row2 {
  margin-top: 15px;
}

.aboutSliderDiv .aboutSliderWarp {
  height: 500px;
}

.aboutSliderDiv .aboutSliderInn {
  height: 100%;
}

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

.aboutSliderDiv .swiper-slide .aboutSliderWarp {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-10deg) translateY(118px) translateX(140%) scale(0.7);
  border-radius: 30px;
  overflow: hidden;
  transition: 1s;
}

.aboutSliderDiv .swiper-slide.aboutSlider-prev .aboutSliderWarp {
  transform: rotate(-10deg) translateY(150px) translateX(140%) scale(0.6);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.aboutSliderDiv .swiper-slide.swiper-slide-prev .aboutSliderWarp {
  transform: rotate(-5deg) translateY(50px) translateX(70%) scale(0.8);
  opacity: 1;
  visibility: visible;
}

.aboutSliderDiv .swiper-slide.swiper-slide-active .aboutSliderWarp {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.aboutSliderDiv .swiper-slide.swiper-slide-next .aboutSliderWarp {
  transform: rotate(5deg) translateY(50px) translateX(-70%) scale(0.8);
  opacity: 1;
  visibility: visible;
}

.aboutSliderDiv
  .swiper-slide.swiper-slide-next
  + .swiper-slide
  .aboutSliderWarp {
  transform: rotate(10deg) translateY(150px) translateX(-150%) scale(0.7);
  opacity: 1;
  visibility: visible;
}

.aboutSliderDiv {
  padding-top: 50px;
}

.aboutSliderDiv .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 2;
}

.aboutSliderDiv .swiper-slide.swiper-slide-next {
  z-index: 1;
  position: relative;
}

.aboutSlider .swiper-button-next {
  right: 36.3%;
}

.aboutSlider .swiper-button-prev {
  left: 36.3%;
}

.aboutSec2 {
  background-color: rgba(131, 131, 131, 0.918);
  /* background: rgba(2, 41, 88, 0.685); */
  position: relative;
  background-image: url(../images/testimonial/Frame4.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.milestoneSliderWarp {
  transition: all 0.3s;
  padding: 20px;
  position: relative;
}

.milestoneSliderWarp:last-child {
  padding-left: 50px;
}

.aboutSec2 .mainH {
  color: #ffffff;
}

.aboutSliderDiv2 {
  padding-left: 16%;
}

.milestoneSliderWarpImg img {
  mix-blend-mode: hue;
}

.milestoneSliderInn {
  padding: 30px 20px 20px 60px;
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
}

.milestoneSliderInn::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 210px;
  background: url(../images/about/Group390.png) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}

.milestoneSliderInn h6 {
  font-weight: 600;
  font-size: 30px;
  color: #ffcb05;
  transition: all 0.3s;
}

.milestoneSliderInn p {
  color: #ffffff;
  transition: all 0.3s;

  margin-bottom: 0;
  padding-right: 5px;
}
.mileStoneInnPara {
  height: 150px;
  overflow-y: auto;
}

.milestoneSliderInn p::-webkit-scrollbar {
  width: 3px;
}

.milestoneSliderInn p::-webkit-scrollbar-track {
  background-color: #ccc;
}

.milestoneSliderInn p::-webkit-scrollbar-thumb {
  background-color: #db0008;
}

/* .aboutMilestoneSlider img{
  display: inline-block;
  width: 100%;
  height: 100%;
} */
.milestoneSliderWarp:hover .milestoneSliderInn {
  background-color: #ffffff;
}
.milestoneSliderWarp:hover .milestoneSliderInn h6 {
  color: #084593;
}

.milestoneSliderWarp:hover .milestoneSliderInn p {
  color: #000000;
}

.milestoneSliderWarp:hover .milestoneSliderInn::after {
  background: url(../images/about/Group391.png) no-repeat;
}

.milestoneSliderWarp:hover::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 27px;
  background: url(../images/about/Polygon6.png) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}

.milestoneSliderWarp:hover:first-child:after {
  bottom: 1px;
  top: auto;
  transform: translate(-50%) rotate(180deg);
}

@media (max-width: 767px){
  .milestoneSliderWarp .milestoneSliderInn{
    background-color: #fff;
  }
  .milestoneSliderWarp:after{
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 27px;
    background: url(../images/about/Polygon6.png) no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s;
  }
  .milestoneSliderWarp:first-child:after {
    bottom: 1px;
    top: auto;
    transform: translate(-50%) rotate(180deg);
  }
}

.aboutMilestoneSlider .slick-prev {
  top: -60px;
  left: auto;
  right: 360px;
}

.aboutMilestoneSlider .slick-next {
  top: -60px;
  left: auto;
  right: 280px;
}

.aboutBodSlider .slick-slide {
  padding: 0 10px;
  padding-bottom: 20px;
}

.aboutBodSliderItemInnerImg {
  height: 400px;
}

.aboutBodSliderItemInnerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.aboutBodSliderItemInnerText {
  display: flex;
}

.aboutBodSliderItemInnerTextInn {
  /* width: calc(100% - 90px); */
  width: 100%;
  margin-left: -20px;
  transition: all 0.3s;
}

.aboutBodSliderItemInnerTextInn > div {
  border-radius: 0 0 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 10px 20px 40px;
  transition: all 0.3s;
}

.aboutBodSliderItemInnerLogo {
  z-index: 1;
  height: 70px;
  width: 80px;
  background-color: #ffcb05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s;
}

.aboutBodSliderItemInnerLogo i {
  font-size: 50px;
  color: #2b2b2b;
  transition: all 0.3s;
}

.aboutBodSliderItemInnerTextInn h6 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.aboutBodSliderItem .aboutBodSliderItemInnerTextInn p {
  transition: all 0.3s;
}

.aboutBodSliderItem:hover .aboutBodSliderItemInnerTextInn > div {
  background-color: #084593;
}

.aboutBodSliderItem:hover .aboutBodSliderItemInnerTextInn h6 {
  color: #ffcb05;
}

.aboutBodSliderItem:hover .aboutBodSliderItemInnerTextInn p {
  color: #ffffff;
}

.aboutSec4 {
  /* margin-top: 100px; */
  background-color: #ecf0f1;
}

.aboutMissionWarp {
  padding: 30px 0 30px 20px;
  position: relative;
  border-left: 1px solid rgb(0, 0, 0, 20%);
  margin-top: 30px;
  transition: all 0.3s;
}

/* .aboutMissionWarp:hover img {
  transform: scale(1.1);
  border-radius: 20px;
} */

.aboutMissionWarp h6 {
  color: #084593;
  font-weight: 600;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.aboutMissionWarpImg {
  /* height: 220px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s;
  border-radius: 20px; */
  width: 50px;
  height: auto;
}

.aboutMissionWarpImg img {
  width: 100%;
  height: 100%;
  /* object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s; */
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(4712%) hue-rotate(349deg) brightness(79%) contrast(121%);
}

.aboutMissionWarp p {
  margin-top: 30px;
}

.aboutSec4 .row2 .col-lg-3:nth-child(even) .aboutMissionWarp {
  margin-top: 150px;
}

.aboutSec3 .smallH {
  margin-bottom: 10px;
}

.aboutSec3 .mainH {
  margin-bottom: 12px;
}

.aboutSec3 .SecTop {
  max-width: 80%;
  margin: 0 auto;
}

/* ---------------Our business------------- */

.businessOverviewDiv {
  height: 800px;
  position: relative;
  margin-top: 30px;
}

.businessOverviewDiv::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 10%,
    rgb(161 157 157 / 0%) 50%,
    rgba(0, 0, 0, 0.9) 90%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.businessOverviewDiv > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.businessOverviewDivUl {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
}

.businessOverviewDivUl {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.businessOverviewDivUl li {
  padding: 15px 0;
  transition: all 0.3s;
  border-bottom: 1px solid rgb(255, 255, 255, 0.35);
  cursor: pointer;
}

.businessOverviewDivUl li p {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.3s;
  margin-bottom: 0;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.businessOverviewDivUl p.active,
.businessOverviewDivUl li:hover p {
  background-color: #ffcb05;
  color: #000;
}

.businessOverviewDivContant {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 530px;
  text-align: left;
}

.businessOverviewDivContant h6 {
  font-size: 35px;
  font-weight: 700;
  color: #ffcb05;
  font-family: "Poppins", sans-serif;
}

.businessOverviewDivContant p {
  color: #fff;
}

.businessOverviewDivContant p br {
  display: none;
}

.businessOverviewDivContant p:last-child {
  margin-bottom: 0;
}

.businessOverviewDiv img {
  display: none;
}

.other_BusinessSec1 {
  overflow: hidden;
}

.testimonial_Page,
.productDetails_Page,
.other_Business_Page {
  overflow: hidden;
}

/* --------------about new--- */
.aboUtSlider .swiper-button-prev,
.aboUtSlider .swiper-button-next {
  top: auto;
  bottom: 50px;
}

.aboUtSlider .grpCompCard::after {
  content: normal;
}

/* ---------- */
/* overflow: hidden;
  transform: scale(1);
  transition: all 0.3s; */
/* ---------- */

.productSlider .infraskImground:hover .productSliderWarpText a {
  background-color: #d80404;
  color: #ffffff;
}

.sustainabilitySec1 .skImground::after {
  right: 0 !important;
}

.sustainabilitySec1 .skImground2::before {
  left: 0px !important;
}

.sustainabilitySec1 .skImground2::after {
  right: -19px !important;
}

.sustainabilitySec2 .skImgroundBlue1::after {
  right: -10px !important;
}

.sustainabilitySec2 .skImgroundBlue::before {
  left: -10px !important;
}

/* .sustainabilitySec3  .tabContent{
  display: block !important;
} */

.networkSec2 .skImgroundBlue::before {
  left: -11px !important;
}

.networkSec2 .skImgroundBlue1::after {
  right: -11px !important;
}

/* .mediaGallerySec .skImground2::before {
  left: 0 !important;
} */
/* .mediaGallerySec .skImground::after {
  right: -2px !important;
} */
.careerSec1 .skImground::after {
  /* right: 0; */
  right: 14px;
}

.careerSec1 .skImground2::after {
  right: -19px;
}

.careerSec1 .skImground2::before {
  left: 0px;
  left: 14px;
}

.mediaGallerySec .skImground2::after {
  right: -19px;
}

.careerSec2 .SecTop {
  max-width: 85%;
  margin: 0 auto;
}

.aboutBodSlider .slick-next {
  right: -15px;
}

.aboutBodSlider .slick-prev {
  left: -15px;
}

.careerSec1 p br {
  display: none;
}

/* .accordianTitleInnspan3Div span:first-child{
  width: calc(100% - 40px);
}
.accordianTitleInnspan3{
  width: 100% !important;
} */
.contactSec1From textarea,
.contactSec1From input {
  margin-bottom: 0;
}

.conBtn p {
  margin-bottom: 0 !important;
}

.conBtn p input {
  padding-left: 0;
  margin-bottom: 0;
}

.contactSec1From {
  padding-bottom: 20px;
}

.contactText p br {
  display: none;
}

.tableWarp table {
  width: 100%;
}

select:focus-visible {
  border: none !important;
  outline-offset: 0 !important;
  outline: none !important;
}

.contactSec1 .wpcf7-not-valid-tip,
.contactSec1 .wpcf7 form.invalid .wpcf7-response-output {
  color: #f17e7e;
  font-size: 15px;
}
.wpcf7-not-valid-tip {
  font-size: 15px;
}
.contactSec1 .conBtn .input {
  margin-bottom: 20px !important;
}
.contactSec1 .wpcf7-form.sent .input {
  margin-bottom: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  color: #dc3232;
  font-size: 14px;
  padding-bottom: 25px;
}
.contactSec1 .wpcf7 form.invalid .wpcf7-response-output {
  text-align: right;
}
/* .wpcf7-spinner {
  display: none;
} */

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  color: #dc3232;
  font-size: 14px;
}

.other_BusinessSecMobi {
  display: none;
}

/* .productSliderWarp .careerImg > a {
  height: 500px;
  display: inline-block;
} */
.contact_frm input[type="submit"],
.blogDRightBoxFrom input[type="submit"],
.contactSec1From input[type="submit"] {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background-color: #db0008;
  font-family: "Inter", sans-serif;
  padding: 12px 30px;
  border-radius: 30px;
  letter-spacing: 1.1px;
  border-color: transparent;
  transition: all 0.3s;
}

.blogDRightBoxFrom input[type="submit"]:hover,
.contactSec1From input[type="submit"]:hover {
  color: #084593;
  background-color: #ffffff;
  border-color: #084593;
}

.blogDRightBoxFrom textarea {
  margin-top: 20px;
}

.blogDRightBoxFrom textarea,
.blogDRightBoxFrom input {
  width: 100%;
  margin-bottom: 30px;
  height: 60px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 13px 20px;
  color: #ffffff;
}

textarea {
  resize: none;
}

/* .blogDRightBoxFrom input {
  display: inline-block;
  width: 48%;
} */
.blogDRightBoxFrom textarea::placeholder,
.blogDRightBoxFrom input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  /* padding-left: 20px; */
}

/* .blogDRightBoxFrom textarea::placeholder {
  padding-top: 20px;
} */
.blogDRightBoxFrom textarea {
  height: 120px;
}

.blogDRightBoxFrom {
  background-color: #084593;
  padding: 50px 30px;
  border-radius: 20px;
}

.blogDRightBoxFrom #reply-title {
  color: #ffcb05;
}

.blogDRightBoxFrom .comment-notes span {
  color: #ffffff;
}

.blogDRightBoxFrom p {
  margin-bottom: 0;
}

.blogDRightBoxFrom input[type="submit"] {
  width: auto;
  display: inline-block;
}

.blogDRightBoxFrom .comment-form-cookies-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.blogDRightBoxFrom .comment-form-cookies-consent label {
  font-size: 16px;
  color: #ffffff;
}

.blogDRightBoxFrom .comment-form-cookies-consent input {
  display: inline-block;
  width: auto;
  color: #ffffff;
  height: auto;
}

.blogDRightBoxFrom textarea:focus-visible,
.blogDRightBoxFrom input:focus-visible {
  outline: none;
}

.blogDRightBoxFrom .comment-form-email,
.blogDRightBoxFrom .comment-form-author {
  display: inline-block;
  width: 48%;
}

.blogDRightBoxFrom .comment-form-author {
  margin-right: 3%;
}

.blogDRightBoxFrom .required-field-message .required {
  color: #d80404 !important;
}

.blogDRightBoxFrom .logged-in-as a,
.blogDRightBoxFrom .logged-in-as span,
.blogDRightBoxFrom .logged-in-as {
  color: #ffffff;
}

.career_Page .careerSec1 .skImground::after {
  right: 0 !important;
}

.career_Page .careerSec1 .skImground2::before {
  left: 0px !important;
}

.career_Page .careerSec1 .skImground2::after {
  right: -19px !important;
}

.mediaGallery_Page .mediaGallerySec .skImground2::after {
  right: -19px !important;
}

.contact_frm p br {
  display: none;
}

.contact_frm .file_name {
  position: absolute;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1;
  top: 0;
  left: 0;
}

.contact_frm
  .contact_input.contact_inputUpload_file
  p
  span[data-name="upload-your-cv"] {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.contact_frm .contact_inputUpload_file p {
  position: relative;
}

#dealerLocator {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#dealerLocator .dealerLocatorinner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 30px 50px;
  border-radius: 15px;
  max-width: 600px;
  /* height: 50vh;
  overflow: auto; */
}
#dealerLocator .dealerLocatorinner .eachDealerList {
  max-height: 50vh;
  overflow: auto;
  margin-top: 30px;
  padding-right: 10px;
}

#dealerLocator h3 {
  color: #084593;
  margin-bottom: 20px;
}

#dealerLocator ul p,
#dealerLocator ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

#dealerLocator h4 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}

#dealerLocator ul li {
  /* list-style: disc;
  list-style-position: inside; */
  list-style: none;
  position: relative;
  padding-left: 20px;
}
#dealerLocator ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  padding: 0;
  margin: 0;
}

/* .dealerLocatorBox .dealerLocatorinner .eachDealerBox .dealerList li > div {
  display: inline-block;
} */

/* #dealerLocator .dealerLocatorinner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #084593;
} */

.closeBtN {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease-in-out;
}

.closeBtN i {
  font-size: 22px;
  color: #000000;
  cursor: pointer;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  transition: all 0.2s ease-in-out;
}

.closeBtN i:hover {
  color: #084593;
  transform: rotate(180deg);
}

.networkSec2 .skImground.skImgroundBlue1::after {
  right: -11px !important;
}
.menu > li > ul{
	gap: 0 !important;
}
.menu > li > ul > li{
	display: block;
	width: 100%;
}
.menu > li > ul > li:not(:last-child){
	border-bottom: 1px solid #ffcb05;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.header li.menu-item {
  position: relative;
}
.header li.menu-item > ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  left: 0px;
  top: calc(200% + 15px);
  min-width: 220px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0 1px 2px 0 rgba(2, 0, 181, 0.1);
  border-top: 2px solid #d80404;
  padding:10px 15px 20px 15px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
  gap: 8px;
}
.header li.menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  top: 100%;
}
.menu_dropdown_toggle {
  color: #000000;
  font-size: 12px;
  transition: 0.3s;
  cursor: pointer;
}
/* .headerInn ul .current-menu-item.current_page_item > .menu_dropdown_toggle, */
.headerInn ul .current-menu-item.current_page_item > a {
  color: #db0008 !important;
}
.headerInn ul li:hover > span {
  color: #db0008;
}
.headerInn ul li:hover > a {
  color: #db0008;
}

/* related post */
.single-post .relatedPostSlider  {
  position: relative;
}

.single-post .relatedPostSlider .slick-arrow {
   position: absolute;
   top:-9px;
   right: 0;
   width: 40px;
   height: 40px;
}
.single-post .relatedPostSlider .slick-arrow::after {
  font-size: 22px;
}
.single-post .relatedPostSlider .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: -12%;
  right: -10px;
  width: 110px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.single-post .relatedPostSlider .slick-arrow.slick-prev {
  left: calc(100% - 100px);
}
.single-post .relatedPostSlider .slick-arrow.slick-next {
  right: 11px;
}

.single-post .relatedPostSlider .blogRightBox {
  margin: 0 15px 30px;
}

.page-template-templatescareer-php .contact_inputUpload_file .uploadInput  .form-control {
  height: 48px;
  position: relative;
}
.page-template-templatescareer-php .contact_inputUpload_file .uploadInput  .form-control::after {
  content: "\f15b";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: fontawesome;
    font-size: 20px;
}
.page-template-templatescareer-php .contact_inputUpload_file .uploadInput  .form-control input {
  color: #6c757d;
  font-size: 17px;
}

.home .bannerSec .banContent .banPara {
  color: #fff;
}

.page-template-network .networkSec3 .networkSec2From select {
  line-height: 24px;
}

.page-template-download-brochure .skImground {
	display: none;
}

.page-template-download-brochure .downloadWarpImg {
  min-height: 520px;
	height: auto;
}

.networkSec3 .row{
  justify-content: center;
  align-items: center;
}

/* csr */

.page-template-sustainability .careerImg{
  border-radius: 30px 0px 30px 0px;
}

.page-template-sustainability .sustainabilitySec3 .skImground2::after {
  right: -20px;
}

/* products */

.single-product .productDetailsSecSec1 .careerImg{
  border-radius: 30px 0px 30px 0px;
}

.single-product .productDetailsSecSec6 .careerImg {
  border-radius: 0px 30px 0px 30px;
}

.productDetailsSecSec1 .proBtn{
  display: inline-block;
  margin-top: 15px;
}