.n-ban {
  position: relative;
  display: block;
  min-height: 80px;
  height: auto;
  z-index: 1;
  margin: auto;
  margin-top: 20px;
}

.n-bannar {
  position: absolute;
  width: 100%;
  background-image: url(../nimg/bc-n.jpg);
  background-position: top center;
  border-radius: 10px;
  padding: 25px 20px 10px;
  color: #fff;
  max-height: 80px;
  transition-duration: 0.5s;
  overflow: hidden;
  color: #fff;
}

.news-home {
  z-index: 0;
}

.n-bannar-in {
  z-index: 1;
  max-height: 800px;
  transition-duration: 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.n-bannar .item {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}

.am-img {
  overflow: hidden;
}

.am-img img {
  transition-duration: 0.7s;
}

.nb-img-in {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.nb-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.n-amjilt-slider .owl-next {
  background: url(../nimg/next-r.svg);
  top: calc(50% - 30px);
  right: -20px;
  scale: 1.2;
}

.n-amjilt-slider .owl-prev {
  background: url(../nimg/prev-r.svg);
  top: calc(50% - 30px);
  left: -20px;
  scale: 1.2;
}

.am-text-big {
  padding: 10px 15px 20px;
}

.am-text {
  text-align: justify;
  color: #333;
  min-height: 59px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.arrow-up {
  width: 30px;
  margin: 20px auto 0;
}

.intro-video {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
}

#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center;
}

.skip {
  position: absolute;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50px;
  display: block;
  color: #fff;
  z-index: 1;
  width: 200px;
  text-align: center;
  bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  left: calc(50% - 100px);
}

.skip a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.vp-n {
  padding: 60px 0;
}

.better {
  padding: 70px 0 60px;
  background: rgb(241, 246, 254);
  background: linear-gradient(
    0deg,
    rgba(241, 246, 254, 1) 0%,
    rgba(247, 250, 255, 1) 100%
  );
}

.better-logo {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.b-slider .item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.b-slider .item img {
  transition-duration: 1s;
}

.b-slider .owl-next {
  background: url(../nimg/next-b.svg);
  top: calc(50% - 30px);
  right: -20px;
  scale: 1.2;
}

.b-slider .owl-prev {
  background: url(../nimg/prev-b.svg);
  top: calc(50% - 30px);
  left: -20px;
  scale: 1.2;
}

.bs-in {
  transform: scale(1.1);
}

.slider__container {
  width: 100%;
  position: relative;
}
.slick-list {
  perspective: 1px;
}
.slick-track {
  will-change: transform, transition;
}
.slider__items {
  display: flex;
  padding: 5px 0;
}

.brand .slider-next {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../nimg/next-r.svg);
  top: calc(50% - 10px);
  right: -10px;
  scale: 1.2;
  z-index: 1;
}

.brand .slider-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../nimg/prev-r.svg);
  top: calc(50% - 10px);
  left: -10px;
  scale: 1.2;
  z-index: 1;
}

.brand .slider__item img {
  width: 200px;
}

.zamnal .slider__item {
  width: 340px !important;
}

.zamnal .slider-next {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../nimg/next-b.svg);
  top: 3px;
  right: -10px;
  scale: 1.2;
  z-index: 1;
}

.zamnal .slider-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../nimg/prev-b.svg);
  top: 3px;
  right: 20px;
  scale: 1.2;
  z-index: 1;
}

.zamnal-img-bg {
  padding: 2px;
  width: 204px;
  border-radius: 6px;
  background-color: #222fc3;
  transition-duration: 3s;
}

.zamnal-img-bg-in {
  transition-duration: 3s;
  background-color: #ff3794;
}

.zamnal-img {
  width: 100% !important;
}

.logos {
  padding: 60px 0;
}

.logo-down {
  position: relative;
  display: block;
  border: 1px solid #d4d4d4;
  z-index: 0;
}

.logo-down:hover {
  border: 1px solid transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  transform: scale(1.02);
  z-index: 1;
}

.logo-down img {
  width: 100%;
}

.logos .row {
  margin-left: -5px;
  margin-right: -5px;
}

.logos .col-md-6 {
  padding: 5px;
}

.logo-tailbar {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.hr-sub {
  background-color: #024db8;
  color: #fff;
}

.hr-nav a {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  width: 280px;
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  max-width: 60vw;
  font-weight: 500;
  color: #444;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50px;
  color: #fff;
}

.hr-nav a:hover {
  background: #559ed4;
  color: #fff;
}

.hr-main2 {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  padding: 300px 0 30px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.list-group-item {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.hr-m ul li {
  list-style: square inside url('../nimg/sqpurple.png');
}

.hr-main-sec {
  padding: 30px 0;
}

.hr-main-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 4px;
}

.hr-pics .row {
  margin-left: -5px;
  margin-right: -5px;
}

.hr-pics .col-7,
.hr-pics .col-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.hr-pics img {
  margin-bottom: 10px;
  border-radius: 10px;
}

.hr-m {
  padding: 60px 0;
}

.hr-p-img {
  width: 100%;
  height: calc(100% - 10px);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.hr-n-title {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 5%;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
}

.hr-m-text {
  text-align: center;
}

.hr-m-title {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
  /* margin-bottom: 60px; */
  text-align: left;
  /* background: linear-gradient(to right, #293897 23%, #8228ce 59%, #293897 70%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.hr-m-title2 {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  background: linear-gradient(to right, #293897 23%, #8228ce 59%, #293897 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-m-title3 {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  background: linear-gradient(to right, #fff 23%, #8228ce 59%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.j-single {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.j-single p {
  max-width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.j-icon {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.songon {
  padding: 70px 0 70px;
  text-align: center;
  background-image: url(../nimg/earth.jpg);
  background-position: center top;
  background-size: cover;
}

.songon-text {
  margin-bottom: 50px;
}

.hr-2 {
  padding: 70px 0 60px;
  background: #2d5994;
  color: #fff;
  background-image: url(../nimg/blue1.jpg);
  background-position: center bottom;
  background-size: cover;
}

.jobs a {
  display: block;
  max-width: 300px;
  text-align: center;
  padding: 10px 40px;
  background: rgb(255, 114, 114);
  background: linear-gradient(
    55deg,
    rgba(255, 114, 114, 1) 0%,
    rgba(205, 139, 255, 1) 100%
  );
  border-radius: 7px;
  border: 1px solid #ff7272;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jobs a:hover {
  background: transparent;
  border: 1px solid #ff7272;
  color: #ff7272;
}

.vp-hr {
  background: #170f1d;
  padding-bottom: 90px;
}

.home-service {
  margin-top: -200px;
}

.home-ser-cats {
  max-width: 630px;
}

@property --gradient-angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: false;
}

:root {
  --bg-background: #111827;
  --clr-card: #fff;
  --clr-1: #6420aa;
  --clr-2: #ff3ea5;
  --clr-3: #ff7ed4;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.shugel-btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 200px;
  cursor: pointer;
  background: rgb(0, 209, 235);
  background: linear-gradient(
    90deg,
    rgba(0, 209, 235, 1) 0%,
    rgba(175, 102, 222, 1) 100%
  );
  padding: 10px 10px;
  margin-bottom: 20px;
}

.shugel-btn .row {
  margin: 0;
}

.coln-sh1 {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}

.coln-sh2 {
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.shugel-icon {
  position: relative;
  display: block;
  border-radius: 120px;
  height: 120px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

.shugel-icon img {
  position: relative;

  top: 0;
  transition-duration: 0.3s;
}

.shugel-icon-in {
  top: -120px !important;
  transition-duration: 1s;
}

.shu-text {
  text-align: justify;
  margin-bottom: 50px;
}

.shugel-btn-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
}

.shugel-btn-in {
  background-color: var(--clr-card);
}

.shugel-btn-in::after,
.shugel-btn-in::before {
  content: ' ';
  position: absolute;
  z-index: -1;
  inset: -2px;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--clr-card),
    var(--clr-1),
    var(--clr-2),
    var(--clr-3),
    var(--clr-2),
    var(--clr-1),
    var(--clr-card)
  );
  border-radius: inherit;
  animation: rotate 4.5s linear infinite;
}

.shugel-btn-in::after {
  filter: blur(1rem);
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

.shugel-modal .modal-header {
  border-bottom: 0;
}

.shugel-modal .modal-header button {
  font-size: 50px;
  font-weight: 200;
}

.shugel-modal .modal-body {
  font-size: 17px;
}

.shugel-modal .modal-body .row {
  margin: 0;
}

.shugel-modal .modal-body span {
  position: relative;
  text-align: center;
  padding: 2px 9px;
  width: 28px;
  background: rgb(37, 76, 150);
  background: linear-gradient(
    55deg,
    rgba(37, 76, 150, 1) 0%,
    rgba(88, 168, 193, 1) 100%
  );
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
  float: left;
}

.shugel-modal .modal-title {
  font-size: 22px;
}

.cols-1 {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.cols-2 {
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.approve-btn {
  padding: 40px 0px 20px;
}

.approve-btn button,
.approve-btn a {
  display: block;
  width: 100%;
  max-width: 350px;
  background: rgb(138, 176, 97);
  background: linear-gradient(
    55deg,
    rgba(138, 176, 97, 1) 0%,
    rgba(37, 150, 55, 1) 100%
  );
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
}

.approve-btn button:hover {
  border: 2px solid #ffc65d;
}

.cancel-btn a {
  display: block;
  width: 100%;
  max-width: 350px;
  background: rgb(255, 73, 73);
  background: linear-gradient(
    55deg,
    rgba(255, 73, 73, 1) 0%,
    rgba(148, 88, 193, 1) 100%
  );
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
}

.cancel-btn a:hover {
  border: 2px solid #f00;
}

.sh-form {
  padding: 70px 0;
  position: relative;
  display: block;
}
.sh-form label {
  font-weight: bold;
}
.sh-form .max-radio label {
  font-weight: normal !important;
}
.sh-top {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 20px;
}

.sh-top p {
  margin-bottom: 5px;
}

.max-radio {
  position: relative;
  display: block;
}

.max-radio li {
  position: relative;
  display: block;
}

.max-r {
  display: flex;
  cursor: pointer;
}

.max-r p {
  position: relative;
  display: block;
  float: right;
  color: #555;
  font-size: 15px;
  margin-bottom: 10px;
  width: calc(100% - 40px);
}

.max-r:before {
  display: inline-block;
  background: url(../nimg/check1.svg);
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.m-active:before {
  display: inline-block;
  background: url(../nimg/check2.svg);
  content: '';
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.sh-form .form-group {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}

.sh-form .form-group label span {
  color: #f00;
}

.sh-form small {
  color: #f00;
}

.SystemForm_attachment_drop_box__EQUNo {
  display: flex;
}

.SystemForm_attachment_drop_box__EQUNo label {
  width: auto;
  padding: 0px 36px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.SystemForm_attachment_drop_box__EQUNo p {
  padding-top: 15px;
}

.sanuulga {
  font-size: 14px;
  margin-bottom: 10px;
}

.form-group .approve-btn,
.form-group .cancel-btn {
  padding: 10px 0px 20px;
}

.sh-form .form-group .row {
  margin-left: -5px;
  margin-right: -5px;
}

.sh-form .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.other-sh {
  padding: 1px 10px;
}

.h-stat {
  padding: 100px 0 70px;
  background-image: url(../nimg/map.jpg);
  background-size: 1000px auto;
  background-position: center;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
}

.h-stat-single {
  text-align: center;
  margin-bottom: 30px;
}

.hr-number {
  font-size: 3.5rem;
  font-weight: 700;
}

.hr-num {
  background: linear-gradient(to right, #ff4979 23%, #691ba9 59% 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-plus {
  position: absolute;
  font-size: 2rem;
  color: #00c9ff;
  margin-top: 10px;
}

.hr-name {
  text-transform: uppercase;
}

.testmin {
  padding: 70px 0;
  background: #f1f1f1;
  background-image: url(../nimg/heart.jpg);
}

.test-name {
  margin-top: 30px;
  color: #77caff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.test-job {
  font-style: italic;
  margin-bottom: 20px;
  color: #d45f00;
}

.n-test-slider {
}

.test-single {
  max-width: 700px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff;
  padding: 0 20px;
}

.test-single img {
  width: 150px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 200px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .home-service {
    margin-top: 0;
    background-color: #fff;
  }
  .service-cat {
    box-shadow: none;
  }
}

@media only screen and (min-width: 980px) {
  .video-i {
    margin-top: calc((100vh - 560px) / 2);
  }
}

@media only screen and (max-width: 980px) {
  .video-i {
    margin-top: calc((100vh - (100vh / 16 * 9)) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .hr-main-sec .col-md-5 {
    order: 1;
  }
  .hr-main-sec .col-md-7 {
    order: 2;
  }
  .hr-main2 {
    background-attachment: local !important;
    background-size: cover;
    background-position: center;
  }
  .intro-video {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .arrow-up {
    display: none;
  }
  .n-bannar {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .hr-n-title {
    font-size: 1.8rem;
  }
  .shugel-modal .modal-title {
    font-size: 18px;
  }
  .hr-number {
    font-size: 2.5rem;
  }
}
