body {
  font-size: 13px;
  line-height: 1.5384616;
}
.box-shadow {
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
}

.logo_w {
  width: 9rem;
}
.h-2rem {
  height: 2rem;
}
.h-4rem {
  height: 4rem;
}
.h-full {
  height: 100%;
}
.ml-1rem {
  margin-left: 1rem;
}
.w-2rem {
  width: 2rem;
}

.mr-1rem {
  margin-right: 1rem;
}
/* slider css */
.banner {
  position: relative;
  height: auto;
  padding: 1rem 0 0px;

  margin-left: 1rem;
  text-align: center;
  shape-outside: margin-box;
  margin-right: 1rem;
  border-radius: 20px;
}

.dg-container {
  position: relative;
  width: 100%;
  background: #fff;
  height: 422px;
  padding: 2rem;

  border-radius: 1rem;
}

.dg-wrapper {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.dg-wrapper a {
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.dg-wrapper a:first-child {
  z-index: 2;
}

.dg-wrapper a img {
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  height: auto;
  background: #fff;
}

.dg-wrapper a.dg-transition {
  transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
  transition: all 0.2s ease-in-out;
}

.dg-container nav {
  display: block;
}

/* .dg-container nav span:hover {
  opacity: 1;
} */

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}

.dg-container #lightButton2 {
  bottom: 20px;
}

.dg-container .button {
  position: relative;
  z-index: 5;
}

.dg-container .button li {
  cursor: pointer;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dg-container .button .light {
  background: #01bdff;
}
.mt-1rem {
  margin-top: 1rem;
}
/* end slider css */
.slider-tag {
  text-align: left;
  color: #053c6d;
  font-weight: 500;
  font-size: 22px;
  margin-left: 2px;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.h-9rem {
  height: 9rem;
}
.slider_radius_w {
  min-width: 100px;
  height: 100px;
  overflow: visible;
  border-radius: 165px;
  object-fit: cover;
  margin-right: 3rem;
  width: 100px;
  padding: 5px;
}

.overflow-x-invisible {
  overflow-x: auto;
}
.relative {
  position: relative;
}
.border-fixed-lg {
  bottom: 25px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin-bottom: 0px !important;
  position: absolute;
  border: 2px solid #053c6d;
}
.pd-33px {
  padding: 33px;
}
.overflowy-hidden {
  overflow-y: hidden;
}
.justify-center {
  justify-content: center;
}
.h-11rem {
  height: 11rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.bg-blue-light {
  background-color: rgb(0 153 255 / 22%);
}
.h-500px {
  height: 500px;
}
.cust-btn-apply {
  background: #6666ff;
  padding: 16px 75px;
  border-radius: 30px;

  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.line-h50 {
  line-height: 50px;
}
.icon-header-al {
  background: #fff;
  margin: 10px;
  padding: 25px;
}
.card-icon-w {
  width: 155px;
  height: 155px;
}
.card-icons-head {
  display: flex;
  align-items: center;
  width: 130px;
  background: #fff;
  justify-content: center;

  height: 130px;
  margin: 10px;

  border-radius: 25px;
}
/* rectangle slider  */
.uk-section {
  background-color: #fff;
}
.owl-carousel {
  position: relative;
  margin-top: 10px;
}
.owl-nav {
  position: absolute;
  top: -65px;
  left: 10px;
}
.uk-card-primary {
  border-radius: 1rem;
  background: inherit !important;
}
h3 {
  margin-top: 10px;
}
.uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
p {
  margin-top: 30px;
  margin-bottom: 0;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #383838;
}
.owl-dots {
  margin-top: 15px;
}
.uk-card-title {
  padding-bottom: 20px;
}
.uk-section {
  padding-top: 0rem !important;
  border-radius: 1rem;
  padding-bottom: 1rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
.uk-card img {
  border-radius: 1rem;
}
.uk-margin {
  margin-bottom: 35px !important;
}
.banner-normal-w {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.pos-align-btn {
  /* position: absolute;
  bottom: 3rem;
  left: 5rem; */
  position: relative;
  display: flex;
  margin-top: 0px !important;
}
.cust-btn-exapply {
  padding: 15px 20px;
  background: rgba(255, 75, 0);
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.owl-nav {
  /* display: none; */
  width: 100%;
  text-align: right !important;
  padding-right: 25px;
}
.owl-dots {
  display: none;
}
@media (max-width: 575px) {
  .icon-header-al {
    margin: 5px !important;
    padding: 10px !important;
  }
  .dg-wrapper {
    width: 100% !important;
  }
  * + address,
  * + dl,
  * + fieldset,
  * + figure,
  * + ol,
  * + p,
  * + pre,
  * + ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .card-icon-w {
    width: 50px !important;
    height: 50px !important;
  }
  .mob-mt-2rem {
    margin-top: 2rem;
  }
  .mob-pt-pb-2rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .banner-normal-w {
    height: auto !important;
  }
  .cust-btn-exapply {
    font-size: 11px !important;
    padding: 12px 30px !important;
  }
  .pos-align-btn {
    bottom: 1rem !important;
    left: 1.5rem !important;
  }
  .banner {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .main .container .glider-contain .glider .card-image {
    margin-right: 2rem !important;
  }
}
@media (min-width: 576px) {
  .min-h500px {
    height: 500px;
  }
  * + address,
  * + dl,
  * + fieldset,
  * + figure,
  * + ol,
  * + p,
  * + pre,
  * + ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.overflow-x-invisible::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 931px) and (min-width: 576px) {
  .card-icon-w {
    width: 100px !important;
    height: 100px !important;
  }
  .min-h500px {
    height: auto !important;
  }
  .mob-pt-pb-2rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.slider-card {
  border-radius: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.section-similer-align {
  background: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 1rem;
}
.banner-slid-text {
  text-align: left;
  color: #053c6d;
  font-weight: 500;
  font-size: 22px;
  margin-left: 5px;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.active-circle:hover {
  border: 2px solid #053c6d;
}
/* trending jobs css */
/* container {
  padding: 4rem 2rem;
  margin: 0 auto;
  max-width: 75rem;
  width: 90%;
} */

.main .container .glider-contain .glider .card-image {
  margin-right: 0.5rem;
  background: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
  margin-right: 5rem;
}

.main .container .glider-contain .glider .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  border-radius: 60px;
  object-fit: cover;
  height: 100px;
  width: 100px;
  padding: 5px;
  margin-right: 5rem !important;
  box-shadow: none !important;
}
.main .container .glider-contain .glider-prev,
.main .container .glider-contain .glider-next {
  font-size: 1.5rem;
  background: #454545;
  color: #ffffff;
  margin-top: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3.1rem;
  border-radius: 50%;
}
.main .container .glider-contain .glider-prev .fas,
.main .container .glider-contain .glider-next .fas {
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .main .glider-contain .glider-prev,
  .main .glider-contain .glider-next {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .main .glider-contain .dots {
    display: block;
  }
}
.glider-slide {
  min-width: 100px !important;
  width: 100px !important;
}
.glider-contain {
  width: 100%;
  padding: 1rem !important;
}
.glider-track {
  width: 100% !important;
}

.container-max-w {
  max-width: 100% !important;
}
.glider.draggable {
  padding-bottom: 5px;
}
@media (max-width: 425px) {
  .dg-wrapper {
    height: 300px;
  }
  .dg-container {
    height: 390px !important;
  }
}

.glider-next {
  right: 12px !important;
  left: auto !important;
}
.main .container .glider-contain .glider-prev .fas,
.main .container .glider-contain .glider-next .fas {
  margin-left: 0.7rem !important;
  bottom: 12px !important;
  position: relative;
}
.main .container .glider-contain .glider-prev,
.main .container .glider-contain .glider-next {
  font-size: 14px;
  margin-top: -15px;
  padding: 0px -1px;
  background: #11457f;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: -32px;
  /* padding-left: 10px; */
  right: 10% !important;
  height: 26px;
  width: 30px;
}
.glider-prev {
  left: 75rem !important;
}
.title-tranding-job {
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  bottom: 15px;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}
/* .sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 15px 0px;
} */
.header_right img {
  height: 25px;
  width: 25px;
}
.card-icons-size {
  width: 35%;
}
.slider-tag {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.slider-tag button {
  width: 13%;
  background: #11457f;
  font-size: 14px;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-role-desc {
  padding: 0px 27px 10px 27px;
  text-align: justify;
  color: #626262;
}
.deliverables-text {
  text-align: justify;
  padding: 10px 12px 0px;
  color: #626262;
}
.special-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.spcl-section-header {
  margin-bottom: 0;
  font-size: 25px;
  color: #005b75;
  text-align: left;
  padding-left: 1rem;
}
.special-section-img {
  height: 400px;
  width: 100%;

  border-radius: 1rem;
}
.special-section-text {
  color: #626262;
  text-align: justify;

  padding: 1rem;
  font-weight: 500;
}
.hidden {
  display: none;
}
.swiper-main-div {
  margin: 15px 15px;
}
.lastvideo-text {
  text-align: center;
  padding: 0px 25px;
  width: 97%;
  color: #174a78;
}
.apply__button {
  background: #11457f;
  width: 30%;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  font-weight: 600;
  border-radius: 10px;
}
.banner-bg {
  background: url("/assets/image/img1.jpg");
  height: 500px;
  width: auto;
}
.banner-header-desc {
  width: 26% !important;
  padding: 10% 0px 0px 18px !important;
}
.banner-header-desc_button {
  position: relative;
  left: 1%;
  top: 5%;
}
.banner-header-desc_button button {
  background: #ff6f22;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 10%;
}
.banner-header-desc h5 {
  font-size: 25px;
  color: #a80804;
  font-weight: bold;
  margin-bottom: 0;
}
.banner-header-desc p {
  color: #fff;
  margin-top: 0px !important;
}
.desktop_view {
  display: block;
}
.mobile_view {
  display: none !important;
}
@media (max-width: 768px) {
  .next-prv-btn {
    position: relative;
    right: 36rem;
  }
  .main .container .glider-contain .glider-prev,
  .main .container .glider-contain .glider-next {
    position: absolute;
    top: -180px;
    /* padding-left: 10px; */
    right: -66% !important;
  }
}
.rounded-rad-1 {
  border-radius: 1rem;
}
/* new-slidercss */
.iframe-video-ts {
  width: 100%;
  height: 400px;
  border-radius: 1rem;
}
.special-section-tx {
  color: #626262;
  text-align: justify;
  padding: 1rem;
  font-weight: 500;
}
.text-inside-img {
  position: absolute;
  top: 25%;
}
.apply_btn-slider {
  background: #11457f;

  text-align: center;
  color: #fff;
  padding: 10px 45px;
  font-weight: 600;
  border-radius: 10px;
}
.swiper-button-next,
.swiper-button-prev {
  background: white;
  width: 70px !important;

  height: 70px !important;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}
.uk-icon svg {
  padding-top: 5px;
}
@media (max-width: 769px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .special-section-img {
    object-fit: contain;
  }
  .slider-tag button {
    width: auto;
  }
  .owl-nav {
    position: relative;
    top: 10px;
    margin-right: 10%;
    display: flex;

    justify-content: center;
  }

  .card-icons-head {
    width: 80px;
    height: 80px;
  }
  .special-section-img {
    object-fit: contain;
    height: auto;
  }
  p.spcl-section-header {
    padding-left: 0rem;
  }
  .special-section-text {
    padding: 0.2rem;
  }
  .iframe-video-ts {
    height: auto;
  }
  .slider-tag {
    width: 98%;
    font-size: 20px;
  }
  .desktop_view {
    display: none;
  }
  .slider_main_banner .banner-slider .swiper-button-next,
  .swiper-button-prev {
    top: 96%;
    right: 32%;
    background: #11457f;
    color: #fff !important;
  }
  .slider_main_banner
    .banner-slider
    .swiper-button-prev.swiper-button-disabled {
    left: 40%;
    position: absolute !important;
    top: 96%;
  }
  .slider_main_banner .banner-slider .swiper-button-prev {
    position: absolute;
    top: 96%;
    left: 40%;
  }
  .banner-slider.next-prev {
    margin-top: 55px;
  }
  .mobile_view {
    display: block;
  }
}
