.aboutus-index {
  min-height: 100vh;
  position: relative;
  align-items: center;
}

.title-center {
  text-align: center;
  background-color: #fff;
}
.title-start,
.title-center {
  margin: 50px 0;
}
.title-start h2,
.title-center h2 {
  color: #0064af;
  font-size: 2vw;
  position: relative;
  display: inline-block;
}
.vision-2030 {
  max-width: 100px;
}
.title-center p {
  margin-top: 15px;
}

.video-aboutus {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.video-aboutus video {
  object-fit: cover;
  width: 100%;
  object-fit: center;
  height: 100%;
}

.text-aboutus {
  background-color: #0064af;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
}

.text-aboutus-2 {
  background-color: #fff;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
}
.text-aboutus-2 p {
  line-height: 35px;
  color: #464a63;
  width: 85%;
}
.text-aboutus::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #a38e3c;
}

.text-aboutus p {
  line-height: 35px;
  width: 85%;
  color: #fff;
}

.sections-aboutus {
  padding: 30px 0;
  background-color: #0064af;
}

.sub-sections-aboutus {
  text-align: center;
  position: relative;
  height: 100%;
}

.sub-sections-aboutus::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16px;
  background-color: #45528e;
}

.img-sections-aboutus {
  width: 70px;
  margin: 0 auto 10px;
  height: 70px;
}
.img-sections-aboutus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-sections-aboutus h2 {
  color: #fff;
  font-size: 20px;
  font-family: "font_main";
  margin-bottom: 10px;
}
.text-sections-aboutus span {
  display: block;
  width: 100%;
}
.text-sections-aboutus p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  width: 95%;
  margin: auto;
}

.sections-aboutus .col-lg-3:last-of-type .sub-sections-aboutus::after {
  display: none;
}

.text-quality {
  background-color: #0064af;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding: 30px 70px 30px 30px;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.text-quality::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}
.text-quality h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  /* font-family: "font_bold"; */
}
.text-quality p {
  color: #fff;
}
.text-quality h2 span {
  color: #fcbd0d;
  display: block;
  margin-bottom: 10px;
}

.img-bg-quality {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-blend-mode: saturation;
}

.img-bg-quality ul {
  background-color: #0063af41;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
.img-bg-quality ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
}
.img-bg-quality .main-ps {
  color: #fff;
  background-color: #0063afb0;
  width: 100%;
  display: flex;
  min-height: 175px;
  font-size: 29px;
  align-items: center;
  gap: 10px;
  padding: 30px 10%;
  flex-wrap: wrap;
  align-content: center;
  line-height: 45px;
}
.img-bg-quality .main-ps h2 {
  width: 100%;
  font-size: 24px;
  font-family: "font_main";
}
.images-trademarks-index {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.images-trademarks-index::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}

.img-bg-quality ul li p {
  color: #fff;
}

.img-quality {
  height: 130px;
  width: 130px;
}

.img-quality img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.sub-img-trademarks-index {
  max-height: 250px;
  height: 100%;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-ps {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.img-ps img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.sub-trademarks-index {
  margin: 40px 0;
}

.sub-trademarks-index:nth-child(odd) {
  direction: rtl;
}

.sub-trademarks-index:nth-child(even) {
  direction: ltr;
}

.our-team-index {
  position: relative;
  padding: 60px 0;
  background-color: #0064af;
  color: #fff;
  background-image: url("../images/bg3.png");
  background-size: contain;
}

.title-ourteam-index {
  margin: 20px 0 60px;
  text-align: center;
}
.title-ourteam-index h2 {
  color: #fff;
  font-size: 27px;
  font-weight: "font_bold";
}
.our-team-index::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}

.sub-our-team-index {
  display: flex;
  margin: 15px 0;
  gap: 10px;

  align-items: center;
}

.sub-our-team-index img {
  max-width: 45px;
  max-height: 45px;
  object-fit: cover;
  object-position: center;
}
.sub-our-team-index h2 {
  font-size: 19px;
  font-family: "font_main";
}

.about-boss-index {
  margin: 60px 0;
}

.title-about-boss-index {
  text-align: center;
  margin-bottom: 60px;
}

.title-about-boss-index h2 {
  font-size: 25px;
  font-family: "font_bold";
  color: #0064af;
  margin-bottom: 10px;
}
.title-about-boss-index p {
  color: #5e5e5e;
  font-size: 19px;
}

.text-about-boss-index p {
  line-height: 3.4vw;
  text-align: justify;

  font-size: 1.5vw;
}

.img-bout-boss-index {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  align-content: flex-end;
  justify-content: center;
}
.img-bout-boss-index img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.goals-index {
  background-color: #0064af;
  padding: 20px;
  color: #fff;
}

.sub-goals-index {
  padding-right: 50px;
  margin: 40px 0;
  position: relative;
  font-size: 1.9vw;
}
.sub-goals-index h2 {
  font-size: 1.5vw;
}
.sub-goals-index::after {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  background-image: url("../images/pat.png");
}

.title-timetable-index {
  text-align: center;
}
.title-timetable-index h2 {
  font-size: 1.6vw;
  color: #0064af;
  font-family: "font_bold";
}

.title-timetable-index p {
  width: 70%;
  margin: 10px auto;
}
.main-timetable-index {
  width: 100%;
  margin: 20px 0;
  color: #fff;
  padding: 30px 0;
  background-color: #0064af;
}
.main-timetable-index p {
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
}

.sub-timetable-index {
  text-align: center;
}
.sub-timetable-index span {
  height: 50px;
  margin: auto;
  width: 2px;
  display: block;
  border-right: 2px dashed #fcbd0d;
}
.sub-timetable-index i {
  font-size: 22px;
  color: #fcbd0d;
  width: 100%;
  display: block;
}

.sub-timetable-index p {
  width: 100%;
  margin: auto auto 10px;
  line-height: 25px;
}

.details-timetable-index {
  height: 235px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
}

.date-timetable-index {
  border-top: 6px solid #fff;
  padding-top: 15px;
  min-height: 241px;
  display: flex;
  position: relative;
  justify-content: center;
}

.main-timetable-index .col-lg-3:nth-child(even) .date-timetable-index {
  border-top: none;
  padding-top: 0;
  border-bottom: 6px solid #fff;
  padding-bottom: 15px;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
}

.main-timetable-index .col-lg-3:nth-child(even) .details-timetable-index i {
  transform: scaleY(-1);
}

.main-timetable-index .col-lg-3:nth-child(even) .details-timetable-index {
  align-content: flex-start;
  align-items: flex-start;
}

.main-timetable-index .col-lg-3:nth-child(even) .details-timetable-index p {
  margin: 10px auto 0;
}

.main-timetable-index .col-lg-3:last-of-type .date-timetable-index::after {
  content: "";
  position: absolute;
  left: -2px;
  height: 20px;
  width: 20px;
  bottom: -13px;
  border-radius: 50%;
  background-color: #fff;
}

.main-timetable-index .col-lg-3:nth-of-type(1) .date-timetable-index::after {
  content: "";
  position: absolute;
  right: -2px;
  height: 20px;
  width: 20px;
  top: -13px;
  border-radius: 50%;
  background-color: #fff;
}

.industry-about {
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 600px;
  padding: 40px 0;

  background-size: cover;
  background-blend-mode: saturation;
  background-repeat: no-repeat;
  background-position: center;
}

.industry-about::before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}
.title-industry-about {
  margin: 10px 0;
  text-align: center;
}

.title-industry-about h2 {
  color: #fcbd0d;
  font-size: 20px;
  font-family: "font_bold";
}
.title-industry-about h4 {
  margin: 20px 0;
  color: #0064af;
  font-size: 20px;
  font-family: "font_bold";
}
.title-industry-about p {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.342);
  width: 50%;
  margin: auto;
  font-family: "font_bold";
}

.industry-details {
  background-color: #0064af;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}

.sub-industry-about {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.img-industry-about {
  width: 65px;
  height: 65px;
}

.img-industry-about img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-industry-about {
  width: 65%;
}

.text-industry-about h2 {
  font-size: 30px;
  font-family: "font_bold";
  color: #c1a94d;
}
.text-industry-about p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;

  line-height: 20px;
}

.img-industry {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
.img-industry::after {
  content: "";
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  z-index: -1;
  width: 100%;
  background-image: url("../images/ma.png");
}

.sub-img-map {
  width: 100%;
  text-align: center;
}

.sub-img-map h2 {
  font-size: 40px;
  font-family: "font_bold";
}
.sub-img-map h2 {
  text-align: left;
  width: 80%;
  margin-left: auto;
}

.sub-img-map p {
  color: #0064af;
  font-family: "font_bold";
  font-size: 24px;
  width: 40%;
  margin: auto;
}

.sub-img-map:nth-of-type(2) h2 {
  text-align: center;
  width: 80%;
}
.contactus-index {
  background-color: #0064af;
  padding: 50px 0;
}
.sub-contactus-index {
  text-align: center;
  color: #fff;
}
.sub-contactus-index h2 {
  font-size: 19px;
}

.sub-contactus-index img {
  margin: 10px 0;
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.sub-contactus-index p {
  color: #fff;
  font-size: 19px;
}

.main-industry-about {
  margin: 35px 0;
}

.aboutus-goals {
  background-color: #0064af;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.aboutus-goals::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}

.title-aboutus-goals {
  text-align: center;
  color: #fff;
}

.title-aboutus-goals h2 {
  font-weight: "font_bold";
  font-size: 22px;
}
.title-aboutus-goals p {
  color: #fff;
  margin-top: 20px;
}

.sub-aboutus-goals {
  text-align: center;
}

.sub-sub-aboutus-goals {
  border: 1px dashed #beaa73;
  padding: 10px 0;
  width: 110px;
  flex-wrap: wrap;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #0064af;
  position: relative;
  border-radius: 50%;
}

.sub-aboutus-goals {
  width: 150px;
  height: 150px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.sub-aboutus-goals::after {
  content: "";
  background-position: center;
  left: 6;
  right: 0px;
  top: 46%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
  position: absolute;
  background-image: url("../images/a5.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}


.main-aboutus-goals {
  margin: 60px 0 20px;
}
.sub-aboutus-goals h2 {
  color: #fff;
  width: 100%;
}

.sub-aboutus-goals img {
  max-width: 41px;
}

.header.header-page {
  min-height: 500px;
}

.about-us-end {
  margin: 50px 0;
}

.about-us-end ul li {
  display: block;
  margin: 50px 0;
}
.about-us-end ul li h2 {
  position: relative;
  padding-right: 20px;
  font-family: "font_bold";
  font-size: 22px;
  color: #0064af;
}

.about-us-end ul li h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/title.png");
  width: 50px;
  z-index: -1;
  height: 50px;
  background-position: center;
  background-size: contain;
}

.about-us-end ul li p {
  color: #464a63;
  margin-top: 20px;
  width: 80%;
}

.navigation-header a,
.navigation-header span {
  color: #0064af;
  font-size: 20px;
}
.navigation-header {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  width: 100%;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 41px;
}

.contact-us {
  margin: 50px 0;
}
.title-contact-us {
  margin: 40px 0;
  text-align: center;
}

.title-contact-us h2 {
  font-size: 27px;
  color: #0064af;
  font-family: "font_bold";
}

textarea {
  height: 190px !important;
}

.ctm-btn {
  width: 170px;
  display: flex;
  height: 50px;
  background-image: linear-gradient(#304192, #283160);
  color: #fff;
  justify-content: center;
  align-items: center;
  border: none;
  margin: auto;
  transition: all 0.3s linear;

  border: 1px solid #0064af;
}

.ctm-btn:hover {
  background: transparent;
  color: #0064af;
}
.form-contactus {
  width: 70%;
  margin: auto;
}
.input-form {
  margin: 20px 0;
}

.map-contact-us {
  margin-top: 40px;

  height: 365px;
}

.map-contact-us img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.title-manufacture-request {
  position: relative;
  padding: 60px 0;
  min-height: 250px;
  text-align: center;
}
.title-manufacture-request::after {
  content: "";
  position: absolute;
}

.title-manufacture-request h2 {
  font-size: 28px;
  font-family: "font_bold";
  color: #0064af;
}
.title-manufacture-request p {
  width: 50%;
  margin: 20px auto 0;
  font-size: 19px;
  color: #45528e;
}

.title-manufacture-request::after {
  content: "";
  background-image: url("../images/bg-1.png");
  position: absolute;
  right: 0;
  height: 100%;
  background-position: bottom right;
  width: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}
.form-manufacture-request {
  padding: 40px 0;
  position: relative;
}
.form-manufacture-request::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #beaa73;
}
.form-manufacture-request form {
  width: 80%;
  margin: auto;
}

.order-manufacture {
  margin: 60px 0;
  box-shadow: 0 0 5px #00000040;
}

.input-upload input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 1;
}
.input-upload label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a7a7a7;
  cursor: pointer;
}

.input-upload label span {
  width: 80%;
  overflow: hidden;
  height: 30px;
}

.img-slider-certificates img {
  width: 100% !important;
  height: 100%;

  object-fit: contain;
}

.maincarousel {
  display: flex;
  align-items: center;
}

.img-slider-certificates {
  height: 568px;
  width: 100%;
  padding-top: 43px;
}

.center .img-slider-certificates img {
  transform: scale(1.2);
  width: 90% !important;
  margin: auto;
  height: 90% !important;
}

.center .img-slider-certificates {
  height: 600px;
  padding: 58px 0 0;
}

.aboutus-index .title-center {
  position: relative;
  margin: 0;
  padding: 70px 0;
}

.aboutus-index .title-center::after {
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  background-image: url("../images/bg-2.png");
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

/* .sub-img-trademarks-index  */

.sub-img-trademarks-index {
  position: relative;
}

.sub-img-trademarks-index::before,
.sub-img-trademarks-index::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #0064af;
}
.sub-img-trademarks-index span {
  text-align: center;
}

.sub-img-trademarks-index span::before,
.sub-img-trademarks-index span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0064af;
}
.sub-img-trademarks-index:hover::before,
.sub-img-trademarks-index:hover::after {
  width: 100%;
}
.sub-img-trademarks-index:hover span::before,
.sub-img-trademarks-index:hover span::after {
  height: 100%;
}

/*----- button 1 -----*/
.sub-img-trademarks-index::before,
.sub-img-trademarks-index::after {
  transition-delay: 0.2s;
}
.sub-img-trademarks-index span::before,
.sub-img-trademarks-index span::after {
  transition-delay: 0s;
}
.sub-img-trademarks-index::before {
  right: 0;
  top: 0;
}
.sub-img-trademarks-index::after {
  left: 0;
  bottom: 0;
}
.sub-img-trademarks-index span::before {
  left: 0;
  top: 0;
}
.sub-img-trademarks-index span::after {
  right: 0;
  bottom: 0;
}
.sub-img-trademarks-index:hover::before,
.sub-img-trademarks-index:hover::after {
  transition-delay: 0s;
}
.sub-img-trademarks-index:hover span::before,
.sub-img-trademarks-index:hover span::after {
  transition-delay: 0.2s;
}

.sub-trademarks-index {
  box-shadow: 0 0 4px #00000038;
}

:root {
  --color-bg: #eaeaea;
  --color-loader: #fff;
  --loader-size: 100px;
  --loader-speed: 500ms;
}

.loader {
  --loader-height: calc(var(--loader-size) / 7);
  display: flex;

  position: relative;
}
.loader::before {
  content: "";
  position: absolute;
}
.loader::before,
.loader > span {
  display: block;
  width: var(--loader-height);
  height: var(--loader-height);
  border-radius: 50%;
  background: var(--color-loader);

  animation-name: to-right;
  animation-duration: var(--loader-speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader > span:nth-child(even) {
  visibility: hidden;
}
.loader > span:first-child {
  animation-name: scale-up;
}
.loader > span:last-child {
  animation-name: scale-up;
  animation-direction: reverse;
}

@keyframes to-right {
  to {
    transform: translateX(200%);
  }
}
@keyframes scale-up {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.loading {
  display: flex;
  position: fixed;
  height: 100vh;
  direction: ltr;
  width: 100%;
  align-items: center;
  z-index: 999;
  justify-content: center;
  background-color: #0064afd8;
}
.industry-about {
  z-index: 1;
}
.industry-about::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.329);
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

section.quality {
  position: relative;
}
.top-ber.active {
  box-shadow: 0 0 8px #00000052;
}

.text-quality > div {
  margin: 25px 0px;
}

.sub-img-trademarks-index h2 {
  font-size: 17px;
  line-height: 27px;
  text-align: right;
  color: #0064af;
  margin-top: 10px;
  padding: 0 10px;
}

.element_menu_responsive {
  width: 100%;
}
.logo_menu {
  display: none;
}
section.project .row,
.services .row {
  row-gap: 15px;
}

.sub-projects-new {
  padding: 20px;
  border: 1px solid #d8d8d8;
  height: 100%;
}

.img-new-details {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.img-new-details img {
  min-width: 50%;
  max-height: 100%;
  object-fit: contain;
}

.text-services-new {
  padding: 15px;
}

.sub-services-index {
  border: 1px solid #d8d8d8;
}
.text-services-new p {
  line-height: 25px;
  color: #7b7b7b;
  margin: 15px 0;
}
.text-services-new h2 {
  font-size: 20px;
  color: #0064af;
}

.sub-services-index img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.img-sericves-details-new {
  width: 100%;
  text-align: center;
}
.img-sericves-details-new img {
  width: 75%;
  height: 415px;
  object-fit: cover;
}
.text-sericves-details-new {
  margin: 30px 0;
}
.text-sericves-details-new > h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0064af;
}
.text-sericves-details-new p {
  line-height: 25px;
  color: #7B7B7B;
}


.text-sericves-details-new {
  color: #7B7B7B;
}
.text-sericves-details-new ul {
  margin: 20px 0;
}

.text-sericves-details-new ul li {
  display: block;
  margin: 25px 0;
  position: relative;
  padding-right: 40px;
}
.text-sericves-details-new ul li::after {
  content: "";
  position: absolute;
  background-image: url(../images/title.png);
  width: 30px;
  height: 30px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
}

section.our-team-index a {
  color: #fff;
}
.sub-aboutus-goals::after {
  left: 6px;
}

.sub-drop-icon ul li {
  background: #ffffff61;
}

.navigation-header {
  flex-wrap: wrap;
}