@font-face {
  font-family: "Ravi";
  src: url("../font/Ravi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ravi";
  src: url("../font/Ravi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ravi";
  src: url("../font/Ravi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ravi", sans-serif;
  text-align: right;
  direction: rtl;
  background-color: #e7e7e7;
}
a {
  text-decoration: none;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}
/* ----------------- header -------------------------- */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 99;
}
.header .headIn {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(
    69deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.04) 77.11%
  );
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(15px);
  flex: 1;
}
.header .header-right {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header .header-right img {
  height: 40px;
}
.header .header-left {
  padding: 20px;
  flex: 1;
}
.header .header-left .navbar-nav a {
  color: white;
  padding: 0;
}
.header .header-left .navbar-nav .dropdown-menu {
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #1c2d59cc;
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  margin-top: 10px;
  padding: 10px 15px;
}
.header .header-left .navbar-nav .dropdown-menu a {
  background: transparent !important;
  padding: 5px;
}
.header .dropdown-toggle::after {
  margin-right: 10px;
}

/* ---------------------------------------------- */
.homeSec1 {
  background: url("../images/img/home1.png");
  background-size: cover;
  padding: 350px 0 250px;
  text-align: center;
  color: white;
  background-position: center top;
}
.homeSec2,
.homeSec3 {
  background: url("../images/img/home2.png");
  background-size: cover;
  padding: 100px 0 200px;
  background-position: center center;
}

.homeSec2Box,
.homeSec3Box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
}

.homeSec2Box .homeSec2Image,
.homeSec3Box .homeSec3Image {
  flex: 1;
  position: relative;
}

.homeSec2Box .homeSec2Image img,
.homeSec3Box .homeSec3Image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.homeSec2Box .homeSec2ContentO,
.homeSec3Box .homeSec3ContentO {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.homeSec2Box .homeSec2ContentO::before,
.homeSec3Box .homeSec3ContentO::before {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 200px);
  right: -60px;
  top: -100px;
  content: "";
  background-image: url(../images/img/home2_2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeSec2Box .homeSec2Content,
.homeSec3Box .homeSec3Content {
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 60px 40px;
  border-radius: 30px;
  position: relative;
}

.homeSec2Box .homeSec2Title,
.homeSec3Box .homeSec3Title {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #1c2d59;
  display: flex;
  align-items: center;
  gap: 20px;
}

.homeSec2Box .homeSec2Text,
.homeSec3Box .homeSec3Text {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 2;
  margin-bottom: 0;
}

.homeSec2Box .text-center,
.homeSec3Box .text-center {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -22px;
}
.homeSec2Box .homeSec2Btn,
.homeSec3Box .homeSec3Btn {
  align-self: flex-start;
  background-color: #0b2b65;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.homeSec2Box .homeSec2Btn img,
.homeSec3Box .homeSec3Btn img {
  height: 12px;
}

.homeSec2Box .homeSec2Btn:hover,
.homeSec3Box .homeSec3Btn:hover {
  background-color: #1b3d80;
}

.homeSec2Box .homeSec2Btn .arrow-icon,
.homeSec3Box .homeSec3Btn .arrow-icon {
  font-size: 18px;
}

.homeSec3 {
  background-image: url("../images/img/home3_2.png");
}
.homeSec3Box .homeSec3Title {
  justify-content: flex-end;
}
.homeSec3Box .homeSec3ContentO::before {
  left: -60px;
  right: auto;
  top: -100px;
  background-image: url(../images/img/home3_3.png);
}

.homeSec4 .homeSec2Box .homeSec2ContentO::before {
  background-image: url(../images/img/home4_2.png);
}
.homeSec4 .homeSec2Box .homeSec2Btn {
  background-color: #368a7b;
}
.homeSec4 .homeSec2Box .homeSec2Btn:hover {
  background-color: #3d9988;
}

/* ---------------------------------- */
.homeSec5 {
  padding: 30px 0;
}
.homeSec5 .container-sm {
  padding: 200px 0;
  background-image: url(../images/img/home5.png);
  background-size: 95% auto;
  background-position: center right;
  background-repeat: no-repeat;
}
.homeSec7 .container-sm {
  background-image: url(../images/img/home7.png);
  background-position: center center;
}
.homeSec5Box {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 60px 40px;
  border-radius: 30px;
  position: relative;
  padding: 50px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.homeSec5Box .homeSec5Content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.homeSec5Box .homeSec5Title {
  font-size: 24px;
  font-weight: bold;
  color: #1b2a57;
}

.homeSec5Box .homeSec5Text {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

.homeSec5Box .homeSec5Btn {
  align-self: flex-start;
  background-color: #0b2b65;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.homeSec5Box .homeSec5Btn:hover {
  background-color: #1b3d80;
}

.homeSec5Box .homeSec5Btn .arrow-icon {
  font-size: 18px;
}

.homeSec5Box .homeSec5Image {
  flex: 0 0 120px;
}

.homeSec5Box .homeSec5Image img {
  width: 100%;
  max-width: 120px;
}
.text-left {
  text-align: left;
}
.homeSec5Btn img {
  height: 12px;
}

/* ----------------------------------------- */
.homeSec6Box {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  gap: 0;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin: 10px 0;
}

.homeSec6TitleBox {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.homeSec6TitleBox .homeSec6Icon {
  width: 160px;
  margin-bottom: 20px;
}

.homeSec6TitleBox .homeSec6Title {
  font-size: 22px;
  color: #1b2a57;
  font-weight: bold;
}

.homeSec6Grid {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.homeSec6Item {
  padding: 30px;
  text-align: center;
  border-left: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.homeSec6Item:nth-child(3),
.homeSec6Item:nth-child(4) {
  border-bottom: 0;
}
.homeSec6Item::before,
.homeSec6Item::after {
  content: "";
  width: 19px;
  height: 19px;
  left: -10px;
  top: -10px;
  background-color: #213365;
  position: absolute;
}
.homeSec6Item::after {
  bottom: -10px;
  top: auto;
}

.homeSec6Item img {
  width: 70px;
  margin-bottom: 16px;
}

.homeSec6Item h3 {
  font-size: 18px;
  color: #1b2a57;
  margin-bottom: 12px;
}

.homeSec6Item p {
  font-size: 14px;
  color: #333;
  line-height: 2;
}

/* ------------------------------- Footer --------------------------- */

.footerBox {
  background-color: #213365;
  color: #fff;
  padding: 10px 0;
}

.footerBox .footerInner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  background-image: url(../images/img/footer.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footerBox .footerLeft {
  flex: 0 0 220px;
}

.footerBox .footerLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.footerBox .footerLinks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #fff;
}
.footerBox .footerLinks li a {
  color: white;
}

.footerBox .footerLinks img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footerBox .footerRight {
  flex: 1;
  max-width: 600px;
}

.footerBox .footerLogo {
  width: 120px;
  margin-bottom: 20px;
}

.footerBox .footerDesc {
  font-size: 14px;
  color: #ddd;
  line-height: 2;
  margin-bottom: 24px;
}

.footerBox .footerCopyright {
  font-size: 13px;
  color: #aaa;
}

.footerBox .footerCopyright span {
  display: block;
  margin-top: 4px;
}

/* ----------- about ------------------- */
.aboutSec1 {
  background: linear-gradient(
    180deg,
    #213365 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}

.aboutSec1 .top {
  padding: 300px 0 150px;
  text-align: center;
}
.aboutSec1 .top img {
  width: 600px;
  z-index: 3;
  max-width: 100%;
}

.aboutSec1Box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.aboutSec1Box .aboutImage {
  flex: 1;
}

.aboutSec1Box .aboutImage img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

.aboutSec1Box .aboutContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aboutSec1Box .aboutTitle {
  font-size: 34px;
  font-weight: bold;
  color: #1b2a57;
}

.aboutSec1Box .aboutText {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

/* --------------------------------------- */
.aboutSec2 {
  margin-top: -50px;
  padding-bottom: 30px;
}
.aboutSec2Box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 90px 40px 60px;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.aboutSec2Box .aboutSpecIconBox {
  flex: 0 0 300px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutSec2Box .aboutSpecIconBox img {
  width: 140px;
  margin-bottom: 16px;
  margin-bottom: 25px;
}

.aboutSec2Box .aboutSpecTitle {
  font-size: 18px;
  font-weight: bold;
  color: #1b2a57;
}

.aboutSec2Box .aboutSpecList {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.aboutSec2Box .aboutSpecList .star {
  font-size: 24px;
  color: #b03144;
}

.aboutSec2Box .aboutSpecList li {
  position: relative;
  padding-right: 20px;
}

.aboutSec2Box .aboutSpecList li span {
  position: absolute;
  right: 0;
  color: red;
  font-weight: bold;
}

/* ------------------------------------------ */
.aboutSec3 {
  background: #0b1f51 url("../images/img/about3.png") no-repeat center;
  background-size: cover;
  padding: 120px 20px 70px;
}
.aboutSec3Box {
  color: #fff;
  text-align: center;
}

.aboutSec3Box .aboutMissionText {
  font-size: 18px;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto 40px;
}

.aboutSec3Box .aboutMissionAuthor {
  font-size: 14px;
  color: #ccc;
}

/* _________________________________________________ */
.aboutSec4Box {
  padding: 80px 0;
}

.aboutSec4Box .aboutActivityHead {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.aboutSec4Box .aboutActivityHead .aAHeadIn {
  flex: 1;
  min-width: 300px;
  text-align: left;
  padding-left: 30px;
}

.aboutSec4Box .aboutActivityTitle {
  font-size: 22px;
  color: #1b2a57;
  font-weight: bold;
  margin-bottom: 10px;
}

.aboutSec4Box .aboutActivitySub {
  color: #d1202e;
  font-size: 14px;
  margin-bottom: 16px;
}

.aboutSec4Box .aboutActivityDesc {
  font-size: 15px;
  color: #444;
  margin: 0 auto;
}

.aboutSec4Box .aboutActivityGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.aboutSec4Box .aboutActivityItem {
  padding: 30px 20px;
  text-align: center;
  border-left: 1px solid #ffffff;
  position: relative;
}

.aboutSec4Box .aboutActivityItem::before,
.aboutSec4Box .aboutActivityItem::after {
  content: "";
  width: 19px;
  height: 19px;
  left: -10px;
  top: -10px;
  background-color: #213365;
  position: absolute;
}
.aboutSec4Box .aboutActivityItem::after {
  bottom: -10px;
  top: auto;
}

.aboutSec4Box .aboutActivityItem:last-child {
  border: none;
}
.aboutSec4Box .aboutActivityItem:last-child::before,
.aboutSec4Box .aboutActivityItem:last-child::after {
  display: none;
}

.aboutSec4Box .aboutActivityItem img {
  height: 100px;
  margin-bottom: 35px;
}

.aboutSec4Box .aboutActivityItem h3 {
  font-size: 24px;
  color: #1b2a57;
}

/* ------------------------------------ */
.aboutSec5Box {
  max-width: 100%;
}
.aboutSec5Box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.aboutSec5Box .aboutStandardContent {
  flex: 1;
}

.aboutSec5Box .aboutStandardTitle {
  font-size: 26px;
  color: #1b2a57;
  font-weight: bold;
  margin-bottom: 10px;
}

.aboutSec5Box .aboutStandardSub {
  font-size: 16px;
  color: #b03144;
  margin-bottom: 20px;
  font-weight: bold;
}

.aboutSec5Box .aboutStandardDesc {
  font-size: 15px;
  color: #2a2a2a;
  line-height: 2;
}

.aboutSec5Box .aboutStandardLogos {
  flex: 0 0 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.aboutSec5Box .aboutStandardLogos img {
  height: 140px;
  object-fit: contain;
}

/* --------------------------------------------- */
.aboutSec6 {
  margin: 20px 0 40px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.aboutSec6Box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}

.aboutSec6Box .aboutSubsRight {
  text-align: center;
}

.aboutSec6Box .aboutSubsRight img {
  width: 70px;
  margin-bottom: 16px;
}

.aboutSec6Box .aboutSubsRight h2 {
  font-size: 20px;
  color: #1b2a57;
  margin-bottom: 10px;
  font-weight: bold;
}

.aboutSec6Box .aboutSubsRight p {
  font-size: 14px;
  color: #b03144;
  font-weight: bold;
}

.aboutSec6Box .aboutSubsLeft {
  display: flex;
  flex-direction: column;
}

.aboutSec6Box .aboutSubsItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  gap: 20px;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.aboutSec6Box .aboutSubsItem:last-child {
  border-bottom: 0;
}

.aboutSec6Box .aboutSubsItem::before,
.aboutSec6Box .aboutSubsItem::after {
  content: "";
  width: 19px;
  height: 19px;
  right: -10px;
  top: -10px;
  background-color: #213365;
  position: absolute;
}
.aboutSec6Box .aboutSubsItem::after {
  bottom: -10px;
  top: auto;
}

.aboutSec6Box .aboutSubsLogo img {
  max-width: 240px;
  object-fit: contain;
}

.aboutSec6Box .aboutSubsText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutSec6Box .aboutSubsText p {
  font-size: 14px;
  color: #444;
  line-height: 2;
}

.aboutSec6Box .aboutSubsBtn {
  align-self: flex-start;
  margin-top: 16px;
  background-color: #0b2b65;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}

.aboutSec6Box .aboutSubsBtn:hover {
  background-color: #1b3d80;
}

.aboutSec6Box .aboutSubsBtn img {
  height: 12px;
  margin-right: 7px;
}

/* ----------- contact ---------------------- */
.contactSec1 {
  padding: 200px 0 0;
  background: linear-gradient(
    180deg,
    #7f90c4 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}

.contactSec3Box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: #0b1f51;
  color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  flex-wrap: wrap;
  margin: 50px 0 80px;
}

.contactSec3Box .contactFormBox {
  flex: 1;
}

.contactSec3Box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactSec3Box form label {
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.contactSec3Box form label span {
  width: 200px;
  padding: 10px 0;
}

.contactSec3Box form input,
.contactSec3Box form textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  resize: none;
}

.contactSec3Box form button {
  margin-top: 16px;
  padding: 10px 24px;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;

  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(
    69deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.04) 77.11%
  );
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
}

.contactSec3Box form button:hover {
  background: #162168;
}

.contactSec3Box .contactTextBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-bottom: 80px;
}

.contactSec3Box .contactTextBox h2 {
  font-size: 18px;
  color: #e62837;
}

.contactSec3Box .contactTextBox p {
  font-size: 14px;
  color: #eee;
  line-height: 2;
}
.contactSec3Box .contactTextBox img {
  max-width: 100%;
  position: absolute;
  bottom: -100px;
  right: 0;
}

/* ------------------------------------ */
.eivask1 {
  background: linear-gradient(
    180deg,
    #005080 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}
.eivask1 .top {
  background-image: url(../images/img/eivask2.png);
  background-position: center 100px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.eivask1 .top img {
  width: auto;
}
.eivask1 .top {
  padding-bottom: 100px;
}

/* --------------------------------- */
.eivaskSec3Box {
  background: linear-gradient(to left, #d63232, #003e6f);
  color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.eivaskSec3Box .eivaskLoginBtn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(
    69deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.04) 77.11%
  );
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
}

.eivaskSec3Box .eivaskLoginBtn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.eivaskSec3Box .eivaskLoginBtn img {
  width: 30px;
}

.eivaskSec3Box .eivaskLoginContent {
  flex: 1;
  text-align: right;
}

.eivaskSec3Box .eivaskLoginContent h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.eivaskSec3Box .eivaskLoginContent p {
  font-size: 14px;
  color: #f1f1f1;
  margin: 0;
}

.eivaskSec3Box .eivaskLoginLogo img {
  width: 80px;
  max-width: 100%;
}

/* ---------------------------------------- */
.eivaskSec4Box {
  padding: 60px 40px;
  text-align: center;
  position: relative;
}

.eivaskSec4Box .eivaskProductHead {
  position: relative;
  z-index: 2;
}
.eivaskSec4Box .eivaskProductHead h2 {
  font-size: 22px;
  color: #1b2a57;
  font-weight: bold;
  margin-bottom: 8px;
}

.eivaskSec4Box .eivaskProductHead p {
  font-size: 14px;
  color: #b03144;
  font-weight: bold;
  margin-bottom: 30px;
}

.eivaskSec4Box .eivaskProductImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.eivaskSec4Box .eivaskProductImage img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  display: block;
}

.eivaskSec4Box .eivaskProductList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  position: relative;
  margin-top: 160px;
}

.eivaskSec4Box .eivaskProductList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  padding: 60px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.eivaskSec4Box .eivaskProductList li {
  font-size: 14px;
  color: #0a1e4a;
  font-weight: bold;
  margin-bottom: 10px;
}

/* --------------------------------- */
.eivaskSec5Box {
  padding: 30px 0;
  text-align: center;
  position: relative;
  padding-bottom: 150px;
  margin: 20px 0;
}

.eivaskSec5Box .eivaskFeaturesHead h2 {
  font-size: 20px;
  color: #1b2a57;
  margin-bottom: 8px;
  font-weight: bold;
}

.eivaskSec5Box .eivaskFeaturesHead p {
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 40px;
  font-weight: bold;
}

.eivaskFeaturesContent {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.eivaskCenterImage {
  position: relative;
  z-index: 1;
}

.eivaskCenterImage img {
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.eivaskFeature {
  position: absolute;
  width: 240px;
  font-size: 14px;
  color: #333;
  text-align: justify;
  z-index: 0;
}

.eivaskFeature h3 {
  font-size: 14px;
  color: #b03144;
  margin-bottom: 8px;
}

.eivaskFeature.top-left {
  top: 0;
  left: 0;
}

.eivaskFeature.top-right {
  top: 0;
  right: 0;
  text-align: left;
}

.eivaskFeature.bottom-left {
  bottom: 0;
  left: 0;
  margin-bottom: -110px;
}

.eivaskFeature.bottom-right {
  bottom: 0;
  right: 0;
  text-align: left;
  margin-bottom: -110px;
}
.eivaskFeature.top-right p,
.eivaskFeature.bottom-right p {
  text-align: justify;
}

/* ------------------------------ */
.eivaskSec5 .eivaskSec3Box {
  background: #1c2d59;
}

.eivaskSec6Box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px 0;
  text-align: center;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

.eivaskSec6Box .eivaskCard {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  border-left: 1px solid #bebebe;
  position: relative;
}

.eivaskSec6Box .eivaskCard::before,
.eivaskSec6Box .eivaskCard::after {
  content: "";
  width: 19px;
  height: 19px;
  left: -10px;
  top: -10px;
  background-color: #213365;
  position: absolute;
}
.eivaskSec6Box .eivaskCard::after {
  bottom: -10px;
  top: auto;
}

.eivaskSec6Box .eivaskCard:last-child {
  border: none;
}
.eivaskSec6Box .eivaskCard:last-child::before,
.eivaskSec6Box .eivaskCard:last-child::after {
  display: none;
}

.eivaskSec6Box .eivaskCard img {
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

.eivaskSec6Box .eivaskCard h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1b2a57;
  margin-bottom: 8px;
}

.eivaskSec6Box .eivaskCard p {
  font-size: 16px;
  color: #444;
  line-height: 2;
  text-align: justify;
}

/* ------------------------------------------- */
.eivaskSec7Box {
  padding: 60px 20px;
  text-align: center;
}

.eivaskSec7Box .eivaskPistonHead h2 {
  font-size: 20px;
  color: #1b2a57;
  margin-bottom: 10px;
  font-weight: bold;
}

.eivaskSec7Box .eivaskPistonHead p {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto 60px;
  font-weight: bold;
}

.eivaskPistonContent {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.eivaskPistonContent .pistonDiagram {
  text-align: center;
  position: relative;
  z-index: 1;
}

.eivaskPistonContent .pistonDiagram img {
  max-width: 200px;
  height: auto;
  z-index: 1;
}

.eivaskPistonContent .pistonText {
  width: 310px;
  font-size: 16px;
  color: #333;
  position: absolute;
}
.eivaskPistonContent .pistonText p {
  text-align: justify;
}

.eivaskPistonContent .pistonText h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1b2a57;
  margin-bottom: 6px;
}

.eivaskPistonContent .pistonText h3 span {
  color: #0d4aa3;
}

.piston-top-right {
  top: 0;
  right: 0;
  text-align: left;
}

.piston-bottom-left {
  top: 50%;
  left: 0;
  margin-top: -130px;
}

.piston-bottom-right {
  bottom: 0;
  right: 0;
  text-align: left;
}

/* ------------------------------------ */
.eivaskSec8Box {
  padding: 60px 20px;
  text-align: center;
}

.eivaskSec8Box .eivaskOriginHead h2 {
  font-size: 20px;
  color: #1b2a57;
  margin-bottom: 6px;
}

.eivaskSec8Box .eivaskOriginHead p {
  font-size: 14px;
  color: #444;
  margin-bottom: 40px;
}

.eivaskSec8Box .eivaskOriginTimeline {
  position: relative;
  margin: 0 auto;
  width: max-content;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.eivaskSec8Box .eivaskOriginTimeline::before {
  content: "";
  display: block;
  width: 1px;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: black;
  position: absolute;
}

.eivaskSec8Box .eivaskOriginItem {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  position: relative;
}

.eivaskSec8Box .eivaskOriginItem::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #1b2a57;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -15px;
  transform: translateY(50%);
}

.eivaskSec8Box .eivaskOriginText {
  width: 270px;
  font-size: 14px;
  color: #333;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

.eivaskSec8Box .eivaskOriginImage {
  width: 270px;
  text-align: center;
}
.eivaskSec8Box .eivaskOriginImage img {
  width: 160px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.eivaskSec8Box .eivaskOriginFooter {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.eivaskSec8Box .eivaskOriginFooter img {
  width: 90px;
  height: auto;
  margin-bottom: 8px;
}

.eivaskSec8Box .eivaskOriginFooter p {
  font-size: 16px;
  font-weight: bold;
  color: #1b2a57;
  margin: 0;
}

/* ---------------------------------- */
.mashinPSec1 {
  padding: 200px 0 0;
  background: linear-gradient(
    180deg,
    #368a7b 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}

.mashinPSec3 .eivaskSec3Box {
  background: #1c2d59;
}

.mashinPSec4 .aboutActivityHead {
  flex-direction: column;
  align-items: center;
}
.mashinPSec4 .aboutActivityHead .aboutActivitySub {
  color: #2a2a2a;
  font-weight: bold;
}
.mashinPSec4 .aboutActivityItem img {
  height: 80px;
}
.mashinPSec4 .aboutActivityItem h3 {
  font-weight: bold;
  margin-bottom: 25px;
}
.mashinPSec4 .aboutActivityItem:nth-child(4n)::before,
.mashinPSec4 .aboutActivityItem:nth-child(4n)::after {
  display: none;
}
.mashinPSec4 .aboutActivityGrid {
  border-color: #bebebe;
}
.mashinPSec4 .aboutActivityItem {
  border-color: #bebebe;
}
.mashinPSec4 .aboutActivityItem:nth-child(1),
.mashinPSec4 .aboutActivityItem:nth-child(2),
.mashinPSec4 .aboutActivityItem:nth-child(3),
.mashinPSec4 .aboutActivityItem:nth-child(4) {
  border-bottom: 1px solid #bebebe;
}

/* ------------------------------------- */
.mashinPSec5 .aboutStandardLogos img {
  height: 135px;
}

.crmSec1 {
  padding: 220px 0 0;
  background: linear-gradient(
    180deg,
    #0542a8 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}

.crmSec4 {
  margin-top: 40px;
}
.crmSec4 .eivaskSec3Box {
  background: #368a7b;
}

.crmSec5 {
  padding: 60px 0;
}
.crmSec5 .eivaskSec6Head {
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}
.crmSec5 .eivaskSec6Title {
  font-size: 22px;
  color: #1b2a57;
  font-weight: bold;
  margin-bottom: 10px;
}
.crmSec5 .eivaskSec6Head .eivaskSec6Sub {
  color: #2a2a2a;
  font-weight: bold;
}

/* ------------------------------------------- */
.crmSec6Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  flex-wrap: wrap;
}

.crmSec6Box .crmSec6Text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.crmSec6Box .crmBlock h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1b2a57;
  margin-bottom: 10px;
}

.crmSec6Box .crmBlock p {
  font-size: 14px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

.crmSec6Box .crmSec6Image {
  flex: 0 0 320px;
}

.crmSec6Box .crmSec6Image img {
  width: 100%;
  max-width: 320px;
  display: block;
}

/* --------------------------------------- */
.blogSec1 {
  padding: 220px 0 0;
  background: linear-gradient(
    180deg,
    #083457 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}

.blogSec1Box .aboutImage img {
  max-width: 100%;
}
.blogSec1Box .aboutContent {
  display: block;
  padding: 30px 40px;
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0.5) 1.15%,
    rgba(255, 255, 255, 0) 98.91%
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin: -50px 0 60px;
}
.blogSec1Box .aboutContent .aboutTitle a {
  font-weight: bold;
  color: white;
}
.blogSec1Box .aboutContent .aboutTitle a:hover {
  text-decoration: underline;
}
.blogSec1Box .aboutContent .aboutText {
  font-weight: bold;
  color: #1c2d59;
}

/* ----------------------------- */
.blogSec2 {
  margin: 40px 0;
}
.blogSec2Box:first-child {
  border-top: 1px solid #bebebe;
}
.blogSec2Box {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #bebebe;
}
.blogSec2Box .container-sm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.blogSec2Box .blogSec2Item {
  text-align: right;
  padding: 30px;
  border-left: 1px solid #bebebe;
  position: relative;
}
.blogSec2Box .blogSec2Item:last-child {
  border-left: none;
}

.blogSec2Box .blogSec2Item img {
  max-width: 100%;
  border-radius: 20px;
}
.blogSec2Box .blogSec2Item a {
  color: #1c2d59;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid transparent;
}
.blogSec2Box .blogSec2Item a:hover {
  border-bottom: 1px solid #1c2d59;
}

.blogSec2Box .blogSec2Item::before,
.blogSec2Box .blogSec2Item::after {
  content: "";
  width: 19px;
  height: 19px;
  left: -10px;
  top: -10px;
  background-color: #213365;
  position: absolute;
}
.blogSec2Box .blogSec2Item::after {
  bottom: -10px;
  top: auto;
}
.blogSec2Box .blogSec2Item:last-child:before,
.blogSec2Box .blogSec2Item:last-child::after {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.pagination a {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 10px;
  color: #213365;
  transition: all 0.2s ease-in-out;
}
.pagination a.active,
.pagination a:hover {
  background-color: #213365;
  color: white;
}

/* --------------------------- */
.postSec1 .blogSec1Box .aboutContent {
  margin-top: 30px;
  color: black;
}
.postSec1 .blogSec1Box .aboutContent h1 {
  color: #1c2d59;
  font-weight: bold;
}
.postSec1 h2,
.postSec1 h3,
.postSec1 h4,
.postSec1 h5,
.postSec1 h6 {
  font-weight: bold;
  margin-top: 30px;
}

.mecSec1 {
  background-image: url(../images/img/mec1.png);
  background-size: cover;
  background-position: center center;
}
.mecSec1In {
  padding: 220px 0 0;
  background: linear-gradient(
    180deg,
    #1c2d59 15.51%,
    rgba(153, 153, 153, 0) 100%
  );
}
.mecSec1In .mainImg {
  max-width: 100%;
}
.mecSec1Box {
  display: inline-block;
  position: relative;
}

.mecBtn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 12px 24px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(
    69deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.04) 77.11%
  );
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  color: #1c2d59;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -100px;
  font-weight: bold;
}
.mecBtn img {
  width: 32px;
}
.mecBtn2 {
  margin-top: -20px;
  margin-left: 60px;
}
.mecBtn3 {
  margin-top: 60px;
  margin-left: 120px;
}

/* ------------------------------------------- */
.mecSec2Box {
  position: relative;
  width: 100%;
  max-width: 1030px;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px auto;
}

.mecSec2Box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.mecSec2Box .videoOverlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mecSec2Box .videoOverlay .playIcon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mecSec2Box .videoOverlay .playIcon img {
  width: 80px;
  height: 80px;
}

.mecSec2Box .videoOverlay .videoTitle {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    69deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.04) 77.11%
  );
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  color: white;
  padding: 25px;
  font-size: 16px;
}

/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* ---- responsive ----------------- */
@media only screen and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) {
  .header .headIn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header .header-left .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .homeSec2Box .homeSec2Image {
    right: -80px;
  }
  .homeSec2Box .homeSec2ContentO {
    left: -80px;
    bottom: -120px;
  }

  .homeSec3Box .homeSec3Image {
    left: -80px;
  }
  .homeSec3Box .homeSec3ContentO {
    right: -80px;
    bottom: -120px;
  }

  .eivaskSec3 .container-sm {
    padding-left: 85px;
  }
  .eivaskSec3Box .eivaskLoginBtn {
    position: relative;
    left: -110px;
  }
}
@media only screen and (max-width: 991px) {
  .header .headIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    flex-wrap: wrap;
  }
  .header .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
  }
  .header .header-right {
    border-right: 0;
  }
  .navbar-toggler {
    border-color: white;
    padding: 9px;
    box-shadow: none !important;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 1px;
    background-color: white;
    position: relative;
  }
  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: white;
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    top: 10px;
  }
  .header .header-left .navbar-nav a {
    padding: 5px;
  }

  .homeSec1 {
    padding: 200px 0 110px;
  }

  .homeSec2 {
    padding: 80px 0 100px;
  }
  .homeSec2Box {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .homeSec2Box .homeSec2Title {
    font-size: 28px;
  }
  .homeSec2Box .homeSec2Title img {
    height: 50px;
  }

  .homeSec3 {
    padding: 80px 0 100px;
  }
  .homeSec3Box {
    flex-direction: column;
    gap: 30px;
  }
  .homeSec3Box .homeSec3Title {
    font-size: 28px;
    justify-content: flex-start;
  }
  .homeSec3Box .homeSec3Title img {
    height: 50px;
  }
  .homeSec2,
  .homeSec3 {
    overflow: hidden;
  }

  .homeSec5 .container-sm {
    padding: 0 15px;
  }
  .homeSec5Box {
    flex-direction: column;
  }

  .homeSec6Box {
    flex-direction: column;
    border-top: 0;
  }
  .homeSec6TitleBox {
    padding: 30px 15px;
    border-bottom: 1px solid #bebebe;
    width: 100%;
  }

  .footerBox .footerInner {
    flex-direction: column;
  }
  .footerBox .footerLinks {
    align-items: center;
  }

  .aboutSec1Box {
    flex-direction: column;
  }
  .aboutSec2 {
    margin-top: 0;
    padding: 30px 0;
  }

  .aboutSec1 .top {
    padding: 200px 0 80px;
  }

  .aboutSec4Box .aboutActivityHead {
    flex-direction: column;
    text-align: center;
  }
  .aboutSec4Box .aboutActivityHead .aAHeadIn {
    width: 100%;
    text-align: center;
  }
  .aboutSec4Box .aboutActivityGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aboutSec4Box .aboutActivityItem:nth-child(1),
  .aboutSec4Box .aboutActivityItem:nth-child(2) {
    border-bottom: 1px solid #ffffff;
  }
  .aboutSec4Box .aboutActivityItem:nth-child(2n) {
    border-left: none;
  }
  .aboutSec4Box .aboutActivityItem:nth-child(2n)::before,
  .aboutSec4Box .aboutActivityItem:nth-child(2n)::after {
    display: none;
  }

  .aboutSec5Box .aboutStandardLogos {
    flex: 1;
  }

  .aboutSec6Box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aboutSec6Box .aboutSubsRight {
    padding: 20px;
    border-bottom: 1px solid #bebebe;
  }
  .aboutSec6Box .aboutSubsItem::before,
  .aboutSec6Box .aboutSubsItem::after {
    display: none;
  }

  .contactSec3Box {
    flex-direction: column;
  }
  .contactSec3Box .contactTextBox {
    padding-bottom: 20px;
  }
  .contactSec3Box .contactTextBox img {
    max-height: 120px;
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .eivaskSec4Box .eivaskProductList {
    grid-template-columns: repeat(2, 1fr);
  }

  .eivaskCenterImage img {
    max-width: 200px;
  }

  .eivaskSec6Box {
    grid-template-columns: repeat(1, 1fr);
  }
  .eivaskSec6Box .eivaskCard {
    border-left: 0;
    border-bottom: 1px solid #bebebe;
  }
  .eivaskSec6Box .eivaskCard::before,
  .eivaskSec6Box .eivaskCard::after {
    display: none;
  }
  .eivaskSec6Box .eivaskCard:last-child {
    border-bottom: 0;
  }

  .eivaskPistonContent .pistonText {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    text-align: right;
    width: auto;
    max-width: 100%;
    padding: 20px 0;
  }
  .eivaskPistonContent .pistonDiagram {
    display: none;
  }

  .mashinPSec4 .aboutActivityItem:nth-child(1),
  .mashinPSec4 .aboutActivityItem:nth-child(2),
  .mashinPSec4 .aboutActivityItem:nth-child(5),
  .mashinPSec4 .aboutActivityItem:nth-child(6) {
    border-bottom: 1px solid #bebebe;
  }

  .crmSec6Box {
    flex-direction: column;
  }

  .blogSec2Box .container-sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .blogSec2Box .blogSec2Item {
    border-left: none;
    border-bottom: 1px solid #bebebe;
  }
  .blogSec2Box .blogSec2Item:last-child {
    border-bottom: none;
  }
  .blogSec2Box .blogSec2Item::before {
    left: auto;
    top: auto;
    right: -10px;
    bottom: -10px;
  }
  .blogSec2Box .blogSec2Item:last-child::before,
  .blogSec2Box .blogSec2Item:last-child::after {
    display: block;
  }
  .blogSec2Box:last-child {
    border-bottom: none;
  }
  .blogSec2Box:last-child .blogSec2Item:last-child::before,
  .blogSec2Box:last-child .blogSec2Item:last-child::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-right img {
    height: 30px;
  }

  .homeSec6Box {
    border-bottom: 0;
  }
  .homeSec6Grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .homeSec6Item::before,
  .homeSec6Item::after {
    display: none;
  }
  .homeSec6Item {
    border-bottom: 1px solid #bebebe !important;
    border-left: 0;
  }

  .aboutSec6Box .aboutSubsItem {
    flex-direction: column;
  }

  .contactSec3Box form label {
    flex-direction: column;
  }
  .contactSec3Box form label span {
    padding: 0;
  }

  .eivaskSec3Box {
    flex-direction: column;
  }

  .eivaskSec4Box .eivaskProductList {
    grid-template-columns: repeat(1, 1fr);
  }
  .eivaskSec4Box .eivaskProductImage {
    display: none;
  }
  .eivaskSec4Box .eivaskProductList {
    margin-top: 20px;
  }
  .eivaskSec4Box .eivaskProductList ul {
    padding: 20px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .eivaskCenterImage {
    display: none;
  }
  .eivaskFeaturesContent .eivaskFeature {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    text-align: right;
    width: auto;
    max-width: 100%;
    padding: 20px 0;
  }
  .eivaskFeaturesContent .eivaskFeature p {
    text-align: right;
  }

  .eivaskSec8Box .eivaskOriginTimeline {
    width: auto;
    gap: 60px;
  }
  .eivaskSec8Box .eivaskOriginTimeline::before {
    left: auto;
    right: 0;
  }
  .eivaskSec8Box .eivaskOriginItem::before {
    left: auto;
    right: -27px;
  }
  .eivaskSec8Box .eivaskOriginItem {
    flex-direction: column-reverse;
  }
  .eivaskSec8Box .eivaskOriginItemSecond {
    flex-direction: column;
  }
  .eivaskSec8Box .eivaskOriginText {
    text-align: center;
  }

  .mashinPSec4 .aboutActivityGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mashinPSec4 .aboutActivityItem {
    border-left: none;
    border-bottom: 1px solid #bebebe;
  }
  .mashinPSec4 .aboutActivityItem::before,
  .mashinPSec4 .aboutActivityItem::after {
    display: none;
  }

  .aboutSec5Box .aboutStandardLogos {
    justify-content: center;
  }

  .mecBtn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .container-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
