.hero {
  width: 100%;
  height: 570px;
  /* background-position: left;
  background-size: 70%, cover;
  background-repeat: no-repeat; */
}

.text-hero {
width: 800px;


}

.text-hero p {
  color: var(--color-Primary1);
  margin: 15px 0;
}

.ctm-btn {
  color: var(--color-white);
  background-color: var(--color-Primary1);
  height: 55px;
  min-width: 170px;
  border: none;
  display: inline-block;
  padding: 11px 25px;
  border-radius: 5px;
  text-align: center;
}

.ctm-btn img {
  margin: 0 5px 0 0;
}

.ctm-btn:hover {
  background-color: var(--color-Primary) !important;
  color: var(--color-white) !important;
}

.b-w {
  color: var(--color-Primary1) !important;
  background-color: var(--color-white) !important;
}

.btn-play-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  justify-content: center;
  background-color: var(--color-white);
}

.btn-play-video a {
  line-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--color-white);
  }

  80% {
    box-shadow: 0 0 0 14px var(--color-white);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 60px;
  left: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
  color: #fff;
}

.btn-play-video::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid var(--color-white);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  pointer-events: none;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.img-aboutus-index {
  position: relative;
  padding: 0 30px 50px 50px;
}

.sub-aboutus-index img {
  width: 100%;
  height: 400px;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 0px 5px #0000002f;
  object-fit: cover;
}

.video-aboutus-index img {
  width: 100%;
  border-radius: 8px;

  height: 100%;
  object-fit: cover;
}

.video-aboutus-index {
  position: absolute;
  border-radius: 8px;
  width: 240px;
  height: 160px;
  background-color: #fff;
  padding: 8px;
  bottom: 0;
  left: 0;
}

.video-aboutus-index::after {
  content: "";
  position: absolute;
  opacity: 0.5;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.img-aboutus-index p {
  height: 55px;
  display: inline-block;
  background-color: var(--color-Primary1);
  padding: 12px 30px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: right;
  font-size: 21px;
  text-align: center;
  bottom: 28px;
  right: 37px;
  color: var(--color-white);
}

.text-aboutus-index>p {
  font-size: 19px;
  color: var(--color-gary);
  margin: 20px 0;
  width: 80%;
}

.text-aboutus-index h2 {
  font-size: 24px;
  color: var(--color-Primary1);
  font-family: "font_bold";
}

.text-aboutus-index ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-aboutus-index ul {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.text-aboutus-index ul li a {
  color: var(--color-Primary1);
  font-size: 22px;
  padding: 15px;
  position: relative;
  font-family: "font_medium";
}

.text-aboutus-index ul li a.active {
  background-color: transparent !important;
  color: var(--color-Primary) !important;
}

.text-aboutus-index ul li a::after {
  content: "";
  height: 3px;
  width: 100%;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
  position: absolute;
  background-color: var(--color-Primary);
  transform: translateX(-100%);
}

.text-aboutus-index ul li a.active::after {
  transform: translateX(0);
  opacity: 1;
}

.tabs-aboutus-index {
  display: flex;
  align-items: center;
  gap: 10px;
}

.img-aboutus-tabs {
  width: 100px;
}

.text-aboutus-tabs {
  width: calc(90% - 110px);
}

.text-aboutus-tabs h3 {
  color: var(--color-gary);
  font-size: 19px;
}

.counter-about-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.counter-box {
  display: flex;
  align-items: center;
  width: calc(100% / 4 - 10px);
}

.text-counter-number {
  font-family: "font_bold";
  font-size: 45px;
  width: 100%;
  color: var(--color-Primary1);
}

.counter-about-index {
  color: var(--color-gary);
  font-size: 19px;
}

.title-start h2 {
  font-size: 25px;
  color: var(--color-Primary1);
  font-family: "font_bold";
}

.title-start p {
  color: var(--color-gary);
  margin: 10px 0;
}

.sub-services-index {
  border-radius: 5px;
  background-color: var(--color-white);
  box-shadow: 0 0 5px #0000001e;
  padding: 30px 25px;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.sub-services-index::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s linear;
  margin: auto;
  background-color: var(--color-Primary);
  width: 90%;
}

.sub-services-index::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s linear;
  transform: translateY(100%);
  background-color: var(--color-Primary);
}

.sub-services-index:hover::after {
  width: 100%;
}

.sub-services-index:hover::before {
  transform: translateY(0%);
}

.sub-services-index:hover p,
.sub-services-index:hover h2,
.sub-services-index:hover a {
  color: var(--color-white);
}

.sub-services-index:hover img {
  filter: brightness(0) invert(1);
}

.sub-services-index h2 {
  font-size: 22px;
  margin: 10px 0;
  transition: all 0.3s linear;

  color: var(--color-Primary1);
  font-family: "font_medium";
}

.sub-services-index p {
  font-size: 18px;
  color: var(--color-gary);
  transition: all 0.3s linear;
}

.t-w h2 {
  color: var(--color-white);
}

.t-w p {
  color: var(--color-white);
}

.newsletter {
  background-image: url(../images/bg-newsletter.png);
  position: relative;
  z-index: 1;
}

.newsletter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-Primary1);
  opacity: 0.85;
  top: 0;
  z-index: -1;
  right: 0;
}

.form-newsletter {
  position: relative;
  width: 60%;
}

.form-newsletter input {
  background-color: var(--color-white);
  padding-right: 60px;
  padding-left: 170px;
  border-radius: 5px;
}

.form-newsletter>img {
  position: absolute;
  right: 15px;

  top: 14px;
}

.form-newsletter button {
  position: absolute;
  height: 50px;
  top: 5px;
  min-width: 150px;
  left: 8px;
}

.newsletter {
  position: relative;
}

.newsletter::before {
  content: "";
  position: absolute;
  top: 46%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 300px;
  aspect-ratio: 1 / 1;
  left: 7%;
  background-image: url(../images/bg-newsletter2.png);
}

.owl-nav {
  position: absolute;
  top: -110px;
  gap: 10px;
  display: flex;
  left: 0;
}

.owl-nav button {
  border-radius: 15px !important;
  background: #ecedff !important;
  transform: rotate(45deg);
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
  color: transparent !important;
  position: relative !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.owl-nav button::after {
  content: "";
  position: absolute;
  height: 40%;
  width: 40%;
  top: 50%;
  background-image: url(../images/chev.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  background-position: center !important;
  right: 0;
  margin: auto;
  transform: translateY(-50%) rotate(-45deg);
}

.owl-prev {
  transform: scaleX(-1) rotate(45deg) !important;
}

.owl-nav button:hover::after {
  filter: brightness(0) invert(1);
}

.owl-nav button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;

  background-color: var(--color-Primary1);
  transition: all 0.3s linear;
  top: 0;
  right: 0;
  opacity: 0;
}

.owl-nav button:hover::before {
  opacity: 1;
}

.sub-blog {
  background-color: var(--color-white);
  padding: 15px;
  box-shadow: 0 0 5px #0000001e;
  border-radius: 20px;
}

.item {
  margin: 3px;
}

.btns-sub-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-blog {
  display: flex;
  align-items: center;
  gap: 10px;
}

.date-blog img {
  width: 25px !important;
  height: 25px;
  object-fit: contain;
}

.img-sub-blog {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}

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

.btns-sub-blog a {
  font-size: 15px;
  font-family: "font_medium";
  padding: 9px 12px;
  transition: all 0.3s linear;
  border-radius: 5px;
  background-color: #f4f4ff;
}

.btns-sub-blog a:hover {
  background-color: var(--color-Primary);
  color: var(--color-white);
}

.text-sub-blog p {
  margin: 10px 0;
  font-size: 18px;
}

.text-sub-blog h2 {
  font-size: 18px;
  font-family: "font_medium";
}

.title-center {
  text-align: center;
}

.title-center h2 {
  font-size: 24px;
  font-family: "font_bold";
  color: var(--color-Primary1);
}

.client-services {
  background-color: #f3f3ff;
}

.client-index {
  background-color: #f3f3ff;
}

.main-client-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-client-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 55px;
  justify-content: space-between;
}

.sub-client-index {
  text-align: center;
  /* width: calc(100% / 6 - 10px); */
  width: 120px;
}

.info-contactus-index {
  height: 100%;
  padding: 45px 10%;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  border-radius: 25px;
  z-index: 1;
  position: relative;
  background-image: url(../images/img_header.png);
}

.info-contactus-index::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.88;
  background-color: var(--color-Primary1);
  right: 0;
  z-index: -1;
}

.info-contactus-index>h2 {
  font-size: 30px;
  font-family: "SemiBold";
  margin-bottom: 50px;
  color: var(--color-white);
}

.sub-info-contactus-index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  margin: 35px 0;
}

.sub-info-contactus-index p {
  color: var(--color-white);
}

.title-page {
  width: 100%;
  min-height: 280px;
  z-index: 1;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 0;
  background-size: cover;
  gap: 25px;
  position: relative;
  background-image: url(../images/bg-title.png);
}

.title-page::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  opacity: 0.88;
  background-color: var(--color-Primary1);
}

.title-page h2 {
  color: var(--color-white);
  text-align: center;
  width: 100%;
  font-family: "font_bold";
  font-size: 30px;
}

.breadcrumb-header {
  background-color: #ffffff3a;
  color: var(--color-white);
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.breadcrumb-header a {
  color: var(--color-white);
  font-size: 20px;
}

.sub-counter-about {
  display: flex;
  gap: 15px;
  padding: 15px;
  background-color: #ecedff;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 0 5px #0000001e;
  width: calc(100% - 35% - 15px);
}

.counter-about {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-aboutus-index .text-counter-number {
  font-size: 30px;
}

.img-counter-about {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.sub-counter-about2 {
  display: flex;
  gap: 15px;
  padding: 15px;
  background-color: #fff;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 0 5px #0000001e;
  width: 35%;
}

.sub-about-address {
  padding: 35px 25px;
  background: #fff;
  box-shadow: 0 0 5px #00000030;
  text-align: center;
  border-radius: 9px;
}

.text-about-address h2 {
  font-family: "font_bold";
}

.text-about-address p {
  color: var(--color-gary);
}

.text-about-address p i {
  color: var(--color-Primary);
}

.img-ask-aboutus {
  height: 100%;
  min-height: 600px;
}

.img-ask-aboutus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ask-aboutus {
  background-color: #e8e8fd;
}

.text-ask-aboutus {
  padding: 60px 5%;
}

.puls-que::before {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary2);
  content: "";
  left: 20px;
  transform: translateY(-50%) rotate(90deg);
  margin: auto;
  top: 50%;
  transition: all 0.3s linear;
}

.puls-que::after {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary2);
  content: "";
  left: 20px;
  margin: auto;
  top: 50%;
  transform: translateY(0%);
}

.text-ask-aboutus ul li {
  border-radius: 45px;
  margin: 15px 0;
}

.text-ask-aboutus ul li h2 {
  position: relative;
  cursor: pointer;
}

.text-ask-aboutus ul li.active .puls-que::before,
.text-ask-aboutus ul li.active .puls-que::after {
  background-color: var(--color-white);
}

.text-ask-aboutus ul li.active .puls-que::before {
  transform: translateY(-50%) rotate(0deg);
}

.text-ask-aboutus ul li.active h2 {
  color: var(--color-white);
  background-color: var(--color-Primary1);
}

.text-ask-aboutus ul li.active h2 img {
  filter: brightness(0) invert(1);
}

.text-ask-aboutus ul li.active {
  background-color: var(--color-white);
}

.text-ask-aboutus ul li h2 {
  padding: 20px;
  border-radius: 15px;
  user-select: none;
  font-size: 18px;
  transition: all 0.3s linear;
  background-color: var(--color-white);
}

.text-ask-aboutus ul {
  margin: 40px 0;
}

.text-ask-aboutus ul li p {
  padding: 25px;
  display: none;
}

.text-ask-aboutus ul li h2 img {
  width: 25px;
}

.text-ask-aboutus>h2 {
  font-family: "semiBold";
  font-size: 26px;
}

.text-ask-aboutus>p {
  margin: 15px 0;
}

.input-form {
  position: relative;
}

.arrow-select::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 20px;
  left: 20px;
}

.order-servies {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  transition: all 0.3s linear;
}

.order-servies {
  opacity: 0;
  transform: scale(0);
  height: 0;
}

.order-servies.active {
  opacity: 1;
  height: auto;
  transform: scale(1);
}

.btn-servies button.active {
  background-color: #ce0000;
}

.title-center h2 {
  margin: 0 0 10px;
}

.sub-contactus-page {
  background-color: var(--color-white);
  min-height: 250px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 15px;
  transition: all 0.3s linear;
  padding: 25px 0;
  justify-content: center;
  border-radius: 20px;
  flex-wrap: wrap;
  box-shadow: 0 0 5px #0000001e;
}

.sub-contactus-page:hover .img-contactus-page::after {
  filter: brightness(0) invert(1);
}

.text-contactus-page {
  width: 100%;
  text-align: center;
}

.img-contactus-page {
  height: 100px;
  width: 100px;

  position: relative;
  transition: all 0.3s linear;
  background-size: contain;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-contactus-page::after {
  content: "";
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;

  height: 100%;
  top: 50%;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background-image: url(../images/bg-c.png);
  background-repeat: no-repeat;
  background-position: center;
}

.sub-contactus-page:hover {
  background-color: #ecedff;
}

.text-contactus-page h2 {
  color: var(--color-black);
}

.text-contactus-page p {
  color: var(--color-gary);
}

.form-contactus-page {
  position: relative;
}

.form-contactus-page #map {
  height: 500px;
  width: 100%;
}

.main-contactus-page {
  position: absolute;
  width: 50%;
  top: 0;
  z-index: 1;
  right: 5%;
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 0 15px #0000003b;
}

.text-details>h2 {
  display: flex;
  align-items: center;
  margin: 15px 0;
  justify-content: space-between;
}

.text-details>h2 b {

  color: var(--color-Primary1);
  font-weight: normal;
  font-family: "font_medium";
}

.img-details-blog {

  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}

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

.sub-more-blog-details {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.img-more-blog-details {
  width: 150px;
  height: 180px;
}

.img-more-blog-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;

}

.ctm-btn2 {
  background-color: #F4F4FF;
  color: var(--color-Primary1);
  padding: 11px 20px;
  border-radius: 5px;
  height: 50px;
  font-family: 'font_medium';
  display: inline-block;
}

.sub-more-blog-details {
  padding: 25px 15px;
  margin: 15px 0;
  box-shadow: 0 0 5px #00000021;
  border-radius: 15px;
}

.text-more-blog-details {
  width: calc(100% - 165px);
}

.text-more-blog-details p {
  margin: 5px 0;
}

.sub-client-page {
    width: 100%;
    height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  box-shadow: 0 0 5px #0000001e;
  border-radius: 20px;
}


.sub-client-page img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;

}

.form-recruitment-page {
  width: 75%;
  padding: 35px;
  background-color: var(--color-white);
  margin: auto;
  border-radius: 30px;
  box-shadow: 0 0 5px #0000001e;
  position: relative;
}

.form-recruitment-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  z-index: -1;
  background-image: url(../images/bg-f.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.about-address-page {
  background-size: cover;
  z-index: 1;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;

  background-position: center;
  background-image: url(../images/bg-newsletter.png);
}

.about-address-page .main-container>h2 {
  font-size: 28px;
  font-family: 'font_bold';
  margin-bottom:55px;
  color: var(--color-white);
}

.about-address-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-Primary1);
  top: 0;
  right: 0;
  z-index: -1;
  opacity: .88;
}

.sub-about-address-page {
  padding: 25px;
  height: 100%;
  border-radius: 15px;
  background-color: #ffffffa8;

}

.sub-about-address-page h2 {
  font-family: 'font_medium';
  font-size: 18px;
  color: var(--color-Primary1);
}

.sub-about-address-page img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 25px auto;
}

.sub-about-address-page h3 {
  color: var(--color-gary);
  font-family: 'font_medium';
  margin-bottom: 15px;
}

.sub-about-address-page p {
  font-size: 19px;
  font-family: 'font_medium';
  color: var(--color-gary);

}
.error {
  color: red;
}

.icons-fixed {
    position: fixed;
    top: 50%;
    z-index: 88;
    right: 15px;
    transform: translateY(-50%);
  }
  .icons-fixed ul li a {
    position: relative;
    transform: translateX(150%);
    pointer-events: none;
    display: block;
  }
  .icons-fixed.active ul li a {
    transform: translateX(0%);
    pointer-events: fill;
  }

  .icons-fixed.active ul li:nth-of-type(1) a {
    transition-delay: 0.0s;
  }

  .icons-fixed.active ul li:nth-of-type(2) a {
    transition-delay: 0.2s;
  }

  .icons-fixed.active ul li:nth-of-type(3) a {
    transition-delay: 0.4s;
  }

  .icons-fixed.active ul li:nth-of-type(4) a {
    transition-delay: .6s;
  }

  .icons-fixed ul li a span {
      width: 50px;
      height: 50px;
      cursor: pointer;
      text-align: center;
      margin: 10px 6px 10px 0px;
      transition: all 0.3s linear;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 50px;
      font-size: 24px;
      color: var(--color-Primary1);
      background: #fff;
      box-shadow: 0 0 8px #cccccce0;
      border-radius: 50%;
  }
  .icons-fixed ul li a span:hover {
    background-color: var(--color-Primary1);
    color: var(--color-white);
  }

  .icons-fixed ul li a span i {
    line-height: 0;
  }

  .icons-fixed ul li a span::before {
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.4s ease;
    right: 100%;

    visibility: hidden;
    border: 8px solid transparent;
    border-left-color: var(--color-Primary1);
    top: 16px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    right: 100%;
  }

  .icons-fixed ul li a span::after {
    content: attr(data-tooltip);
    background: var(--color-Primary1);
    width: 150px;
    font-size: 16px;
    right: calc(100% + 15px);
    padding: 0 10px;
    box-shadow: -5px 2px 8px #cccccce0;
    position: absolute;
    opacity: 0;
    color: var(--color-white);
    transition: all 0.4s ease;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 15px;
    min-height: 48px;
  }

  .icons-fixed ul li a span:hover::after,
  .icons-fixed ul li a span:hover::before {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
  }

  .sub-our-partners {
    transition: all 0.3s linear;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-our-partners img {
    max-height: 90px;
    width: auto !important;
    object-fit: contain;
  }

  .sub-partiners-index {
    border-radius: 5px;
    background-color: var(--color-white);
    box-shadow: 0 0 5px #0000001e;
    padding: 30px 25px;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    text-align: center;

  }
  .sub-partiners-index .main-container .text-partiners-index{
    margin: 20px 0;

  }
  .sub-partiners-index .button-partiners-index{
    display: flex !important;
    justify-content: space-between !important;
  }
  .sub-partiners-index .button-partiners-index a{
    width: 47%;
    background-color: #E8E9FC;
    color: #616264 ;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-partiners-index::after {
    content: "";
    position: absolute;
    height: 2px;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    margin: auto;
    background-color: var(--color-Primary);
    width: 90%;
  }

  .sub-partiners-index::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s linear;
    transform: translateY(100%);
    background-color: var(--color-Primary);

  }

  .sub-partiners-index:hover::after,
  .sub-partiners-index:hover h3 {
    width: 100%;
    color: white;
  }
  .sub-partiners-index:hover .button-partiners-index a{
    background-color: var(--color-Primary1);
  }
  .sub-partiners-index:hover::before {
    transform: translateY(0%);
  }
  .sub-partiners-index:hover p,
  .sub-partiners-index:hover h3,
  .sub-partiners-index:hover a {
    color: var(--color-white);

  }
  .button-partiners-index a:hover{
    background-color: var(--color-Primary2) !important;
    color: var(--color-Primary1) !important;

  }

  .button-partiners-index a:hover p{
    color: var(--color-Primary);
  }
  .sub-partiners-index:hover img {
    filter: brightness(0) invert(1);
  }

  .sub-partiners-index h3 {
    font-size: 18px;
    margin: 10px 0;
    transition: all 0.3s linear;
    font-family: "font_medium";
    line-height: 2;
    color: #616264;
  }
  .sub-partiners-index h3:hover{
    color: white;
  }
  .button-partiners-index a:hover img{
    filter: unset ;

  }
  .sub-partiners-index p {
    font-size: 18px;
    color: var(--color-gary);
    transition: all 0.3s linear;
  }

  .sub-about-address-page {
    padding: 25px;
    height: 100%;
    border-radius: 15px;
    background-color: #ffffffa8;
    text-align: start;

  }

  .sub-about-address-page h2 {
    font-family: 'font_medium';
    font-size: 18px;
    color: var(--color-Primary1);
  }

  .sub-about-address-page img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 25px auto;
  }

  .sub-about-address-page h3 {
    color: var(--color-gary);
    font-family: 'font_medium';
    margin-bottom: 15px;
  }

  .sub-about-address-page p {
    font-size: 18px;
    font-family: 'font_medium';
    color: var(--color-gary);

  }
  .sub-about-address-page .sub-call-info{
    display: flex ;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
  }
  .sub-about-address-page .sub-call-info img{
    margin: 0 10px 0 10px;
  }
  .sub-about-address-page .sub-call-info:nth-child(3){
    border-top: 2px solid #ffffff5b ;
    border-bottom: 2px solid #ffffff5b ;
  }
  .text-about-address h2 {
    font-family: "font_bold";
  }

  .partiners-page>.main-container {
    margin-bottom: 100px;
  }

.button-partiners-index .ctm-btn img{
    margin: 0 5px 0 5px;
}




/* hero slider */


.hero.pg-section {
    padding: 0px 0;
  }
          .carousel-section {
              width: 100%;
              height: 100%;
              /* Full viewport height */
              /* background-color: #f4f4f4; */
              display: flex;
              justify-content: center;
              align-items: center;
          }

          .carousel-slider-hero {
              direction: ltr;
              height: 100%;

          }

          .owl-item {
              height: 570px;
          }

          .carousel-slider-hero .item {
              height: 100%;
              /* Full section height */
              display: flex;
              justify-content: left;
              align-items: center;
          }

          .carousel-slider-hero .item img {
              width: 100%;
              /* Image takes up full width of the section */
              height: 100%;
              object-fit: cover
          }

          /* Optional: Customize navigation buttons */
          .owl-prev,
          .owl-next {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              background-color: rgba(0, 0, 0, 0.5);
              color: white;
              border: none;
              padding: 10px;
              cursor: pointer;
              z-index: 100;
          }

          .owl-prev {
              left: 10px;
          }

          .owl-next {
              right: 10px;
          }

          .text-hero {
              position: absolute;
              right: 120px;
              top: 25%;
              transform: translateY(-25%);
          }

          .carousel-slider-hero .owl-dots{
            position: absolute;
            right: 50%;
            bottom: 25px;
            display: flex;
            gap: 10px;
            transform: translateX(50%);

          }
          .carousel-slider-hero .owl-dots .owl-dot{
            width: 20px;
            height: 20px;
            background-color: var(--color-Primary1);
            border-radius: 50%;

          }

          .carousel-slider-hero .owl-dots .owl-dot.active{
            background-color: var(--color-Primary);
          }


          .sub-client-page img{
            width: 100%;
            /* height: 100%; */
            object-fit: cover;
          }

          .sub-client-page{
            overflow: hidden;
          }


          .sub-our-certificates{
            width: 100%;
            height: fit-content;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--color-white);
            box-shadow: 0 0 5px #0000001e;
            border-radius: 20px;
            overflow: hidden;
          }

          .client-index.pg-section.mr-section.friends{
            height: 450px;
          }

          .client-index.pg-section.mr-section{
            height: 500px;
          }


          .client-index.pg-section.mr-section .main-container{
            height: 100%;
          }

          .client-index.pg-section.mr-section .main-container .owl-carousel{
            height: 100%;
          }

          .client-index.pg-section.mr-section .main-container .owl-carousel .owl-stage{
            height: 100%;
            display: flex;
            align-items: center;
          }

          .client-index.pg-section.mr-section .main-container .owl-carousel .owl-stage .owl-item{
            height: 100%;
          }


          .sub-our-certificates
{
    height: 250PX;
}


.text-hero {
    position: absolute;
    right: 120px;
    top: 70px;
    transform: translateY(-25%);
    color: white;
    bottom:70px ;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}


.text-hero h1 {


    color: white;
    text-align: center;

}

.text-hero p {


    color: white;
    text-align: end;
    font-size: 24px;

}


.text-hero .ctm-btn {


   min-width: unset;
   width: 170px;



}

.carousel-slider-hero .item img{
    filter: brightness(.5);
}

.sub-client-page{
    height: 200px;
}

.sub-client-page img {
    max-height: 100%;
    object-fit: contain;
}

.blog-index .owl-nav{
    gap: 40px;

}
