/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family: "Exo 2", sans-serif !important;
}
*{
  font-family: "Exo 2", sans-serif !important;
} */
 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body,*{
	font-family: "Noto Sans", sans-serif !important;
}
a{
    text-decoration: none;
}
/* navbar start */

.left-navbar img {
  width: 31%;
  padding: 10px;
}
.left-navbar{
}
.wr{
    width: 22px;
  }
  .left-top-nav p{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #2e2e2e;
  }
  
  .ul li{
    list-style-type: none;
  
  }
.ul li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    padding: 42px 0px;
}
  .container21{
    width: 100%;
    margin: auto;
  }
  .left-top-nav{
    padding: 0 18px;
    background-color: #000;
  }
  .sub-nav{
    padding: 0 18px;
  }
  .sub-nav{
   /* background-color:#ff6500;  */
   padding: 7px 0;
  
  }
.navb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
}
  .w-60{
    width:60%;
  }
/* navbar end */

/* banner start---------------- */
.full-height {
    height: 96vh !important;
}
.left-navbar{
    height: 100%;
}
/* banner end---------------------- */

/* about start */
.abtt-hd {
  font-size: 36px;
  letter-spacing: 0.55px;
  line-height: 45px;
  color: #14284b;
  font-size: 32px;
  font-weight: 700;
  /* margin-bottom: 1.5rem !important; */
}
  .abine{
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #000000bd;
  }
  .col img{
    width: 100%;
  }
  .rty{
    align-items: end;
  }
  .col{
    list-style: none;
  }
  .abb-h {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
    color: #152549;
}
  
    /* .abb-h::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 31px;
        height: 2px;
        background: #028dcf;
        margin: auto;
    } */
  /* about end */

/* serices rupali startr */
.abb-h {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 1.55px;
  color: #939393;
  margin-bottom: 1rem;
}
  
/* .abb-h::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #939393;
  margin: auto;
} */
.pp {
  font-size: 30px;
  letter-spacing: 0.55px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
}
.imga::after {
  position: absolute;
  content: "";
  background-color: #1c2d55;
  background-size: contain;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50px;
}
.imga {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: 13px;
  margin-bottom: 51px;
}
.imga img {
  width: 35px;
  height: 35px;
}
  .list h2 {
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 26px;
    color: #ffc062;
    font-weight: 700;
    margin-top: 35px !important;
}
.bg {
  background-color: #152549;
  padding: 5rem 0px;
  /* background: linear-gradient(45deg, #3a5481, #14284b); */
}
.list p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 23px;
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* text-align: justify; */
}
  .list {
    border: 1px solid #076f9c36;
    padding: 0px 18px 22px 30px;
    transition: all 1s;
  }
  .list:hover{
    border: 1px solid #ff6500;
  }
  /* .abb-h1::after{
    background-color: #fff;
  } */

  .fact-counter-one {
    position: relative;
    min-height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}
.fact-counter-one:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(255 127 38 / 46%);
}

.fact-counter-one .inner {
    position: relative;
    max-width: 1250px;
    padding: 0px 120px;
    margin: 0 auto;
    background: url(../images/fun-fact-bg.png) center center no-repeat;
    background-size: cover;
}
.fact-counter-one .column {
    position: relative;
    float: left;
    width: 25%;
    height: 250px;
    z-index: 5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 50px;
}
.fact-counter-one .column {
    position: relative;
    float: left;
    width: 25%;
    height: 250px;
    z-index: 5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 50px;
}
.fact-counter-one .column.even {
  padding-top: 30px;
  align-items: flex-start;
  margin-top: -12px;
}
.fact-counter-one .content {
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #202e31;
    padding: 0;
}
.content {
    padding: 20px 15px;
    overflow: hidden;
}
.fact-counter-one .content .count-text {
  display: block;
  font-size: 43px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.bt a {
    padding: 10px 31px;
    background-color: #fff0;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all .3s;
}
.bt a:hover{
    background-color: #fff;
    color: #000;
}
.bt1 a {
    padding: 10px 31px;
    background-color: #fff0;
    color: #000000;
    font-weight: 500;
    border: 1px solid #000000;
    transition: all .3s;
}
.bt1 a:hover{
    background-color: #000000;
    color: #ffffff;
}
  /* services rupali end */

 /* footer */
.fb {
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
}
.fb:hover{
  background-color: #000;
  border:1px solid #000;
  
}
.ff li .fb a img {
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vd-ic{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.vd-ic img{
    width:50px;
}
.bread-txt h2{
    font-size:45px
}
.ff li{
list-style:none ;
}
.list-unstyled li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 0.55px;
  font-weight: 300;
  line-height: 29px;
  transition:all .3s;
}
.list-unstyled li a:hover{
    color:#ff951b;
    margin-left:7px;
}

.scl h3{
  font-size: 23px;
}

.cumber img {
  width: 23px;
}

.chai h3{
  font-size: 23px;
  padding-bottom: 3%;
}
.yoppl {
  padding: 19px 0;
}
.yoppl p{
color: #000;
margin: 0;
}
.content_gap {
  background-color: #14284b;
  color: #fff;
  padding: 5rem 0px;
}
.footer_logo{
  text-align: center;
}
.mango p{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.55px;
    font-weight: 300;
}
.hero_text {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 300;
  line-height: 27px;
}
.right-top-nav .d-flex {
  justify-content: end;
  padding-right: 15%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.see-pos a {
  text-decoration: none;
  padding: 9px 22px;
  border: 1px solid #14284b;
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #ffffff;
  transition: all .3s;
  background-color: #14284b;
}
.see-pos a:hover {
  background-color: #fff;
  color: #14284b;
}
.inner-career-details {
  box-shadow: black 0px 0px 17px -12px;
}
.boy a{
    color:#008e9a;
    text-decoration:none;
}
.boy span{
    color:#008e9a;
}
/* footer end */

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
    overflow: hidden;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  /* news and events  start*/
  .news {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    /* background: #ff8c2014; */
    padding: 26px 28px 3px 29px;
}
  
  .news-grid {
    /* margin-bottom: 23px; */
    padding: 14px 0;
    border-bottom: 1px solid lightgray;
}
  
  .news-grid h3 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    line-height: 24px;
}
  
.news-grid .date {
  font-size: 13px;
  font-weight: normal;
  /* font-style: italic; */
  color: #8d8d8d;
  margin-bottom: 7px;
}
  
  .news-grid p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 21px;
    color: #000
  }
  
  .news-grid h3 a {
    color: #14284b;
}
  
.evt {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  line-height: 28px;
  font-size: 17px;
}
  
  .evt {
    display: inline-block;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal */
  }
  
.nws-d a {
    background-color: #b9b9b973;
    color: #14284b;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.55px;
}
  .nws-d {
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: 400;
}
  
  .more-news {
    border-top: 1px solid #93b1c8;
    padding: 8px 0;
    text-align: right;
    font-size: 16px;
    font-weight: 800
  }
  
   .more-news a.anchorLink {
    color: #004d8c;
    display: inline-block;
    position: relative;
    padding-right: 25px;
    background-color: transparent!important;
    padding-left: 0;
    padding-right: 40px
  }
  /* news and event ends */



.page-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.slide-container, .thumb-container {
    width: 100%;
    overflow: auto;
    scroll-snap-type: x mandatory;
    margin-bottom: -15px;
    display: flex;
    padding: 0;
}
.slide-container li, .thumb-container li {
    display: block;
}
.slide-container__wrap, .thumb-container__wrap {
    overflow: hidden;
}
.slide-container {
    scroll-padding: 5%;
}
.slide-container li {
    flex: 0 0 90%;
    padding: 0 10px;
    position: relative;
    scroll-snap-align: start;
}
.slide-container img {
    display: block;
    width: 100%;
}
.slide-container p {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.thumb-container__wrap {
    display: none;
}
@media (min-width: 765px) {
    .slide-container {
        scroll-padding: 0;
   }
    .slide-container li {
        flex-basis: 100%;
        padding: 0;
   }
    .slide-container p {
        right: 0;
        left: 0;
   }
    .thumb-container.scrolling {
        scroll-snap-type: none;
   }
    .thumb-container li {
        flex: 0 0 33.3333333333%;
        scroll-snap-align: center;
   }
    .thumb-container a {
        display: block;
        width: 100%;
        padding-top: 56.25%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-origin: border-box;
        overflow: hidden;
        text-indent: -9999px;
        border: 4px solid transparent;
        transition: border-color 0.3s;
   }
    .thumb-container a:hover, .thumb-container a:focus {
        border-color: orange;
   }
    .thumb-container a.active {
        border-color: red;
   }
    .thumb-container__wrap {
        position: relative;
        display: flex;
   }
    .prev, .next {
        display: flex;
        align-items: center;
   }
    .prev.disabled, .next.disabled {
        pointer-events: none;
        opacity: 0.5;
   }
}

.broucher_downloadBtn {
  padding: 10px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition:all .3s;
}
.broucher_downloadBtn a{
  color: #000000;
}
.broucher_downloadimg a img{
  object-fit: cover;
  transition:all .3s;
}
.broucher_downloadWrapper:hover .broucher_downloadBtn{
  bottom: 50%;
  background-color: #0000008a;
}
.broucher_downloadWrapper:hover .broucher_downloadBtn a{
  color: #fff;
}



.product-image-carousels {
  display: flex;
  justify-content: center;
}
/** Thumbnails carousel */
.thumbnails-slider {
  width: var(--thumbnail-track-width);
  padding: 30px 0;
  margin-right: 5px;
 /** Previous/next buttons */
 /** Single thumbnail */
}
.thumbnails-slider button {
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: rgba(0, 0, 0, .7);
}
.thumbnails-slider button:not([disabled]):hover {
  background-color: rgba(0, 0, 0, .1);
  color: black;
}
.thumbnails-slider button:focus {
  background-color: royalblue;
}
.thumbnails-slider button:focus .slick-prev-icon, .thumbnails-slider button:focus .slick-next-icon {
  color: white !important;
}
.thumbnails-slider button.slick-prev {
  top: 15px;
  left: 0;
}
.thumbnails-slider button.slick-prev .slick-prev-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}
.thumbnails-slider button.slick-next {
  bottom: -15px;
  right: 0;
  top: auto;
}
.thumbnails-slider button.slick-next .slick-next-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}
.thumbnails-slider .thumbnail-button {
  display: block;
  height: var(--thumbnail-height) !important;
  cursor: pointer;
  border: 0;
  background: none;
  background-color: rgba(0, 0, 0, .4);
  transition: opacity 0.1s linear;
}
.thumbnails-slider .thumbnail-button:focus img, .thumbnails-slider .thumbnail-button:hover img, .thumbnails-slider .thumbnail-button[aria-current="true"] img {
  opacity: 1;
  filter: grayscale(0);
}
.thumbnails-slider .thumbnail-button:focus img {
  outline: 3px dashed white;
  outline-offset: -4px;
}
.thumbnails-slider .thumbnail-button img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  filter: grayscale(0.6);
  transition: all 0.1s linear;
}
/** Main image carousel */
.main-image-slider {
  position: relative;
  width: var(--main-image-width);
  height: var(--main-image-height);
  position: relative;
  margin-bottom: 1px;
 /** Previous/next buttons */
 /** Slides */
}
.main-image-slider button {
  z-index: 1;
}
.main-image-slider button.slick-prev {
  left: 10px;
}
.main-image-slider button.slick-prev .slick-prev-icon {
  opacity: 1;
}
.main-image-slider button.slick-next {
  right: 10px;
}
.main-image-slider button.slick-next .slick-next-icon {
  opacity: 1;
}
.main-image-slider .slick-slide {
  width: var(--main-image-width);
}
.main-image-slider .slick-slide .image-link {
  height: var(--main-image-height);
  overflow: hidden;
  transition: outline 0.1s linear;
}
.main-image-slider .slick-slide .image-link:focus {
  outline: 4px dashed white;
  outline-offset: -7px;
}
.main-image-slider .slick-slide .image-link img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/** Demo only */
.note {
  text-align: center;
  font-size: 14px;
  width: var(--main-image-width);
  padding: 0 20px;
  margin: 0 auto;
  opacity: 0.8;
}
.note a {
  color: black;
  font-weight: bold;
}









/* slider start */


img {
  max-width: 100%;
  height: auto;
}

.nav-arrows button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-slide img {
  display: block;
  width: 100%;
}
/* body {
  font: normal 18px/1.5 monospace;
  overflow: hidden;
  background: #424242;
} */

.over-visible {
  overflow: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: white;
}

/* .container {
  max-width: 880px;
  padding: 20px 10px;
  margin: 0 auto;
} */

.synch-carousels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.synch-carousels > * {
  width: 100%;
}

.synch-carousels .right {
  order: -1;
}

.synch-carousels .left {
  overflow: hidden;
}

.synch-carousels .gallery {
  display: none;
}

.synch-carousels .slick-slide {
  outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
  border: none;
}

.synch-carousels .gallery .slick-list {
  height: auto !important;
  margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
  cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
  margin: 0 20px;
}

.synch-carousels .nav-arrows {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
  fill: rgb(0, 0, 0);
}

.synch-carousels .arrow-left {
  margin-right: 35px;
}

.synch-carousels .photos-counter {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 20px;
  color: white;
  background: #292929;
}

@media screen and (min-width: 480px) {
  .synch-carousels .right {
    margin-bottom: 20px;
  }

  .synch-carousels .gallery {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .synch-carousels .right {
    position: relative;
    width: calc(100% - 230px);
    margin-bottom: 0;
    order: 2;
  }

  .synch-carousels .left {
    width: 210px;
  }

  .synch-carousels .gallery .slick-slide {
    margin: 0 0 20px 0;
  }

  .synch-carousels .gallery .slick-list {
    margin: 0;
  }
}
/* slider end */

.rtl-slider-flex {
  width: 50%;
  padding: 0.75em 0.75em 0.5em;
  background: #fff;
  /* border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15); */
}
.thumb-prev, .thumb-next {
  bottom: 8px !important;
  right: calc(9% + 0.75em) !important;
}
.thumb-prev {
  right: calc(0% + 0.75em) !important;
}
/* Necessary styles */
.rtl-slider-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.rtl-slider-flex .rtl-slider {
  width: 87%;
  margin-right: 1%;
}
.rtl-slider-flex .rtl-slider-nav {
  width: 12%;
  margin-top: -2px;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 90%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
.rtl-slider-flex .rtl-slider-slide {
  background: #0b69b7 url(style.css) no-repeat center / cover;
  padding-top: 0;
}
.rtl-slider-flex .thumb-prev, .rtl-slider-flex .thumb-next {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 88px;
  width: 9.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.rtl-slider-flex .thumb-prev {
  right: 9.5%;
}

.rtl-slider-slide1 {
  height: 470px !important;
  overflow: hidden;
}
.slick-list,.slick-track{
  height: 100%;
}

.avx {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.55px;
  line-height: 28px;
  /* text-align: justify; */
}
.l {
  border-bottom: 1px dashed #a1a1a1;
}
.start-yer p {
  color: #696969;
  font-size: 14px;
  letter-spacing: 0.55px;
  font-weight: 700;
}

.thumb-next {
  transform: rotate(180deg);
  top: 3%;
  right: calc(4% + 0.75em) !important;
}
.rtl-slider-flex .thumb-prev, .rtl-slider-flex .thumb-next {
  height: 33px;
  width: 33px;
  background-color: #ffddc1;
}
.thumb-prev {
  right: calc(4% + 0.75em) !important;
}
.rtl-slider-slide{
  border-radius: 14px;
}
.ul li a img {
  width: 23px;
}
.sc img {
  width: 15px;
  /* filter: brightness(0) invert(1); */
}
.left-top-n p img{
  width: 18px;
}
.section{
  position: relative;
  z-index: 1;
}
.section::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #ffffff, transparent);
  background-size: contain;
  height: 29%;
  width: 100%;
  top: -33px;
  left: 0;
  z-index: -1;
}
.breadcrumbs{
  position: relative;
  z-index: 1;
}
.breadcrumbs::after {
  position: absolute;
  content: "";
  background-color: #00000057;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bread-txt{
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  text-align: center;
}
.bread-txt p{
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.55px;
}
.contact_form{
  position: relative;
  z-index: 1;
}
.contact_form::after {
  position: absolute;
  content: "";
  background-image: url(../images/s.jpg);
  background-size: contain;
  height: 70vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_form::before {
    position: absolute;
    content: "";
    background-color: #00000042;
    background: linear-gradient(180deg, #0000003b 7%, #000000);
    background-size: contain;
    height: 70vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-text-c{
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 10px;
}
.left-text-c1 {
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: black 0px 0px 13px -7px;
    margin-top: 7rem;
}
.number {
    padding: 4rem 0.5rem 1rem;
    background-color: #14284b;
    border-radius: 10px;
    text-align: center;
    height: 200px !important;
}
.number p {
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.icon {
  height: 80px;
  width: 80px;
  background-color: #14284b;
  border-radius: 50%;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.down-data {
    margin-top: 12rem;
}
.icon img{
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.icon::after{
  position: absolute;
  content: "";
  border: 1px solid #fff;
  background-size: contain;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  border-radius: 50%;
}
.icon::before {
  position: absolute;
  content: "";
  background-color: #ffab10;
  border: 2px solid #14284b;
  background-size: contain;
  height: 15px;
  width: 15px;
  top: 14%;
  left: 66%;
  z-index: 2;
  border-radius: 50%;
}
.title_content p{
  color: #fff;
  letter-spacing: 0.55px;
  font-weight: 300;
  line-height: 27px;
}

.cvfg {
    font-size: 31px;
    letter-spacing: 0.55px;
    font-weight: 500;
    margin-bottom: 12px;
}

.bt-learn a{
    padding: 10px 31px;
    background-color: #152549;
    color: #fff;
    font-weight: 500;
    border: 1px solid #152549;
    transition: all .3s;
}
.bt-learn a:hover {
    background-color: #ff7b28;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ff7b28;
}
.bt-learn11 a{
    padding: 10px 31px;
    background-color: #fff;
    color: #152549;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all .3s;
}
.bt-learn11 a:hover{
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
  
}

.exc h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.55px;
    font-weight: 500;
    margin-bottom: 3rem;
}
.date p img{
  width: 15px;
}
.date p{
  font-size: 14px;
    letter-spacing: 0.55px;
    color: #ff7e27;
    font-weight: 500;
}
.date{
  margin-top: 5px;
}
.indo p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    margin-top: 10px !important;
}
.indo span {
    font-size: 15px;
    color: gray;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 6px;
}

.l-ex h5{
  font-size: 18px;
    color: #000;
}
.l-ex span{
  color: #000;
  font-size: 15px;
  letter-spacing: 0.55px;
}
.ghjkl p {
  margin: 0;
  padding: 8px 22px;
  background-color: #14284b;
  color: #fff;
}
.bus {
    padding: 16px;
    box-shadow: black 0px 0px 14px -9px;
    border-radius: 10px;
    background: linear-gradient(0deg, #e5eeff, transparent);
}
.inner-career{
  position: relative;
}

.inner-career::after {
  position: absolute;
  content: "";
  background-color: #0000003b;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


.circcc {
  height: 450px;
  width: 450px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 31%;
  left: 10%;
  z-index:9;
}
.inner-career1{
    position:relative;
}
.inner-career1::after {
    position: absolute;
    content: "";
    background-color: #0000006b;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.cir-pp {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 80%;
}

.cir-pp h2{
  color: #14284b;
  font-size: 35px;
  margin-bottom: 1rem;
  font-weight: 700;

}

.sc-li {
  position: relative;
  z-index: 1;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #14284b;
}
/* .sc-li::after{
  position: absolute;
  content: "";
 
  background-size: contain;
 
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
} */
.sc-li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.sc img {
    width: 15px;
    /* filter: brightness(0) invert(1); */
}
.top-nav{
  padding-right:3rem;
}
.flagg {
  width: 22px !important;
}


.humburger {
  width: 30px;
  height: 22px;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  margin-right: -8px;
}
.humburger .arrow-t {
  animation: burger-hover 2s infinite ease-in-out alternate;
}
.humburger span {
  align-self: flex-end;
  height: 2.3px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.humburger .arrow-t {
  animation: burger-hover 2s infinite ease-in-out alternate;
}
.humburger span {
  align-self: flex-end;
  height: 2.3px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.humburger .arrow-m {
  width: 75%;
  transition: all 400ms ease-in-out;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}
.humburger .arrow-b {
  width: 50%;
  transition: all 800ms ease-in-out;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 800ms;
}



















.humburger {
  width: 30px;
  height: 22px;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  margin-right: -8px;
}
.humburger .arrow-t {
  animation: burger-hover 2s infinite ease-in-out alternate;
}
.humburger span {
    align-self: flex-end;
    height: 2.3px;
    display: inline-block;
    width: 100%;
    background: #14284b;
}
.humburger span:hover,
.header-builder-frontend .header-mobile .header-mobile-content .canvas-menu a:hover,
.header-builder-frontend .header-mobile .header-mobile-content .canvas-menu a:hover .humburger span {
  background: #f6b14b;
  color: #f6b14b !important;
}
.humburger .arrow-m {
  width: 75%;
  transition: all 400ms ease-in-out;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}
.humburger .arrow-b {
  width: 50%;
  transition: all 800ms ease-in-out;
  animation: burger-hover 2s infinite ease-in-out alternate forwards 800ms;
}
@keyframes burger-hover {
  0% {
      width: 100%;
  }
  50% {
      width: 50%;
  }
  100% {
      width: 100%;
  }
}
.humburger:hover span{
  background-color: #14284b;
}
.nex {
  background: linear-gradient(90deg, #e8f0ff 54%, transparent 0);
  margin: 0 !important;
}
.news {
  padding: 2rem 0;
}
.news-grid:last-child{
  border: none !important;
}
.list{
  height: 100%;
}

.newnavb {
  background-color: #fff;
  box-shadow: black 0px -1px 22px -15px;
}

.newhumburger span{
  background-color: #14284b !important;
}
.slick-list:nth-child(1){
  border-radius: 14px;
}

.sub-nav ul{
  padding-right: 5rem !important;
}

.rtl-slider-nav .slick-list{
  height: 470px !important;
}
.drop_down:hover .dropdown_menu {
  transform: translateY(0%);
  opacity: 1;
  height: auto;
}
.dropdown_menu {
    width: 290px;
    background-color: #ffffff;
    bottom: -125px;
    left: -52%;
    padding: 0;
    transform: translateY(64%);
    opacity: 0;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}
.dropdown_menu li a {
  padding: 10px;
}
.dropdown_menu li{
  padding: 10px;
}



#blog_section, #certificate_section, #contact_section, #news-events-detailsSection, #presence_section, #student_placed, #termsandconditions {
  position: relative;
  padding: 6rem 0;
}
.lead-hd h2 {
    font-size: 31px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.leader-right {
  position: relative;
}
/*.leader-right img {*/
/*  border: 10px solid #fff;*/
/*}*/
.leader-dt {
  margin-top: 2rem !important;
}
.leader-dt h5 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 1rem !important;
}
.leader-dt span {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #ffffff;
    font-weight: 500;
}
.lead-hd p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 27px;
  margin-top: 1rem;
  color: #000;
}
.zz11 {
  text-align: justify;
}
.lead-hd h2 img {
  opacity: 0.2;
}

.drop_down:hover .drim {
  transform: rotate(180deg);
}
.drop_down a img {
  width: 27px;
  filter: brightness(0);
  transition: all .3s;
}


/* image gallery */
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
  }
.gl11 img, .gl-img {
    border-radius: 10px 10px 0 0;
}
.gl11 img {
    height: 263px !important;
    object-fit: cover;
}
  .gl11::before {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .gl11::after {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  
  .gl-img {
  box-shadow: black 0px 0px 11px -5px;
  }
  .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
  height: 75%;
  }
  .gl-btn p {
  font-size: 15px;
  color: #ffffff;
  }
  .dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #ffffff;
    color: #030a6b;
    border-radius: 0 0 10px 10px;
        height: 80px;
}
  .mm a{
  text-decoration: none;
  }
.glrx-h img {
    width: 100%;
    border-radius: 9px;
    height: 235px;
    object-fit: cover;
}
.ppl {
    bottom: 23%;
    padding: 5px 3px;
    background: linear-gradient(90deg, #ffffff, transparent);
    /* background-color: gray; */
    width: 161px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
.view-image {
    z-index: 99999999999 !important;
}
.ppl1 {
    bottom: 0%;
    padding: 5px 8px;
    background: linear-gradient(90deg, #ffffff, transparent);
    /* background-color: gray; */
    width: 115px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
  .ppl p{
      color:#000000;
      margin:0;
  }
  .ppl img{
      width:16px;
      filter: brightness(0);
  }
  .ppl1 p{
      color:#000000;
      margin:0;
  }
  .ppl1 img{
      width:16px;
      filter: brightness(0);
  }
  .dq p{
      font-size:18px;
      letter-spacing:0.55px;
  }
  .rans p {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 9px 9px;
}
.rans {
  border-radius: 9px 9px;
}
  /* image gallery */
  

  .col-lg-2-img {
    width: 180px;
    height: 180px;
    box-shadow: black 0px 0px 11px -5px;
    position: relative;
}
  .col-lg-2-img img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.serslide {
  width: 100%;
  height: 100%;
}

.serslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serslide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser-content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #14284bd9;
  z-index: 9;
  transform: translateY(83%);
  transition: all .3s;
}
.left-ser:hover .ser-content{
  transform: translateY(0%);
}
.ttt{
  font-size: 25px;
  letter-spacing: 0.55px;
}
.tex-ser p{
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 300;
  line-height: 26px;
}

/*.case-study-images li.show .img-hero-background.no-blur {*/
/*  opacity: 0.8 !important;*/
/*}*/
.d-top{
  padding: 5px;
  /* background-color: rgb(0, 54, 136); */
  text-align: center;
  color: #fff;
}
.d-bottom{
  padding: 5px;
  /* background-color: rgb(231, 231, 231); */
  text-align: center;
}
.left-d {
    background: linear-gradient(180deg, rgb(20 40 75) 50%, rgb(231, 231, 231) 0);
}
.d-top p,.d-bottom p{
  line-height: 37px;
  text-align: center;
}
.news-liii{
  border-bottom: 1px solid rgb(236, 236, 236);
}
.news-liii:last-child{
  border: none;
}
.cfdf {
  background: linear-gradient(269.14deg, #014AB7 0.48%, #012C6D 99%);
  border-radius: 10px;
}
.new-dt-tx{
  font-size: 35px;
    letter-spacing: 0.55px;
    color: #fff;
    text-align: center;
} 
.has-white-color p {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 33px;
  text-align: center;
}
.has-white-color a{
  font-size: 19px;
  color: #fff;
}
.news-grid h4{
  font-size: 25px;
    letter-spacing: 0.55px;
    margin-bottom: 10px;
}
.news-grid p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 25px;
  color: #000;
}


.mission1, .mission2 {
  position: relative;
  z-index: 1;
}
.mission {
  padding: 2rem;
  background-color: #030a6b;
}
.mission-img img {
  width: 60px;
}
.mission-hd h2 {
  font-size: 28px;
  letter-spacing: 0.55px;
  color: #b09501;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 1rem;
}
.mission-hd p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}
.mission1::after {
  position: absolute;
  content: "";
  background-image: url(../images/view.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  bottom: 2rem;
  right: 2rem;
  z-index: -1;
  opacity: 0.1;
}
.mission2::after {
  position: absolute;
  content: "";
  background-image: url(../images/missi.png);
  background-size: contain;
  height: 100px;
  width: 100px;
  bottom: 2rem;
  right: 2rem;
  z-index: -1;
  opacity: 0.1;
}
.mission {
  padding: 2rem;
  background-color: #112551;
}

.slide_menuInnerUl li{
  padding: 5px 0;
}

.bt-learn21 a{
  padding: 10px 31px;
    background-color: #fff;
    color: #152549;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: all .3s;
}
.newsevent{
  position: relative;
  z-index: 1;
}
.newsevent::after {
  position: absolute;
  content: "";
  background-image: url(../images/pattern-bg.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -2;
  opacity: 0.4;
  background-repeat: no-repeat;
}

.newsevent::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #fff -22%, transparent);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.4;
  background-repeat: no-repeat;
}
.righhgt-tx{
  width: 88%;
}
.contact-data,.number{
  height: 100%;
}
.breadcumb-img img{
    width:100%;
}

.acti{
  color: #ff8623 !important;
}
.dropdown_menu li a{
  color: #000 !important;
}

.bold{
        font-size: 45px;
}
.contact-data {
    height: 100%;
    margin-top: 2rem;
}
.inner-career-details .cxz{
    background: linear-gradient(0deg, #e5eeff, transparent);
    padding:2rem;
}
.about-job{
    padding:2rem;
}
.left-text-c{
    position:sticky;
    top:8rem;
}
.breadcrumbs5::after {
    position: absolute;
    content: "";
    background-color: #00000096;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.round-logo{
    height:300px;
    width:300px;
    background-color:#14284b;
    border-radius:50%;
    margin:auto;
    padding:10px;
    position:relative;
}
.round-logo::after{
    position:absolute;
    content:"";
    border:1px dashed #14284b;
    background-size:contain;
    height:320px;
    width:320px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
}

.rou-l-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
    margin: auto;
}
.ghv {
    height: 100vh;
    position: relative;
    margin-top: 5rem;
}
.mi12{
    margin-top: 5rem;
}
.inner-ghv {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.small-img-type {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #14284b;
    border-radius: 50%;
}
.small-img-type img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.contsss{
    width:300px;
}
.small-round{
    position: absolute;
}
.small-round:nth-child(2){
    top: 0;
    right: -134%;
}
.small-round:nth-child(3) {
    top: 64%;
    right: -137%;
}
.small-round:nth-child(4) {
    top: 0;
    right: 109%;
}
.small-round:nth-child(5) {
    top: 64%;
    right: 111%;
}
.small-round:nth-child(5) .smallimg {
        flex-direction: row-reverse;
}
.small-round:nth-child(4) .smallimg {
        flex-direction: row-reverse;
}
.small-round:nth-child(5) .contsss {
        text-align:right;
}
.small-round:nth-child(4) .contsss {
        text-align:right;
}

.small-round:nth-child(2) .small-img-type::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #14284b;
    background-size: contain;
    height: 1px;
    width: 36px;
    top: 82%;
    left: -52%;
    transform: rotate(332deg);
}
.small-round:nth-child(3) .small-img-type::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #14284b;
    background-size: contain;
    height: 1px;
    width: 41px;
    top: 15%;
    left: -60%;
    transform: rotate(22deg);
}
.small-round:nth-child(4) .small-img-type::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #14284b;
    background-size: contain;
    height: 1px;
    width: 41px;
    top: 87%;
    right: -61%;
    transform: rotate(30deg);
}
.small-round:nth-child(5) .small-img-type::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #14284b;
    background-size: contain;
    height: 1px;
    width: 41px;
    top: 15%;
    right: -64%;
    transform: rotate(-27deg);
}
.small-round:nth-child(6) .small-img-type::after {
    position: absolute;
    content: "";
    border-top: 1px dashed #14284b;
    background-size: contain;
    height: 1px;
    width: 41px;
    top: -33%;
    right: 16%;
    transform: rotate(90deg);
}
.contsss h4 {
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #14284b;
    font-weight: 700;
    margin-bottom: 6px;
}
.contsss p{
    font-size:15px;
    letter-spacing:0.55px;
    color:#000;
}
.fdqa{
    font-size:16px;
    letter-spacing:0.55px;
    color:#000;
    text-align:center;
    margin-top:15px !important
}












/*card flip start*/
    .flip-card {
      background-color: transparent;
      width: 350px;
      height: 350px;
      perspective: 1000px;
    }
    
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }
    
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    
    .flip-card-front {
      background-color: #bbb;
      color: black;
    }
    .flip-card-back {
        background-color: #101010;
        color: white;
        transform: rotateY(180deg);
        padding: 22px;
    }
   .flip-card-back p{
        font-size: 15px;
        letter-spacing: 0.55px;
        line-height: 24px;
        text-align: center;
   }
    /*card flip start*/
    
.mi12 {
    padding: 4rem 0 7rem;
    background-color: #0000009e;
    position: relative;
}
    .mi12::before{
        position:absolute;
        content:"";
        background-image:url(../images/pre.jpg);
        background-size:cover;
        top:0;
        left:0;
        height:100%;
        width:100%;
        z-index:-1;
        background-repeat:no-repeat;
        background-position:center;
    }
.mo-tx {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 90%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.flip-card-back p{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align:center;
}  
.flip-card-front img{
    position:relative;
}
.flip-card-front::after {
    position: absolute;
    content: "";
    background-color: #00000021;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.list{
    cursor:pointer;
}

.tesweww {
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 69%;
    background: linear-gradient(90deg, #ff8424, transparent);
    padding: 15px 20px;
}
.tesweww p{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.55px;
}
.project{
    position:relative;
}
.project::before {
    position: absolute;
    content: "";
    background-image: url(../images/ARKHD25.png);
    background-size: cover;
    bottom: 0;
    left: -3%;
    height: 400px;
    width: 400px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.dwld {
    width: 21px;
    margin-left: 6px;
    transition: all .3s;
}
.broucher_downloadWrapper:hover .dwld{
            filter: brightness(0) invert(1);
}
.top-nav .row{
        justify-content: end;
    padding-right: 6px;
}
.leader-dt{
    bottom:5%;
    left:5%;
    z-index:2;
}
.leader-left {
    height: 100%;
    background-color: #ededed;
    padding: 2rem;
    position:relative;
}
.leader-left::after {
    position: absolute;
    content: "";
    border-top: 7px solid #ff911d;
    border-left: 7px solid #ff911d;
    background-size: cover;
    top: -5%;
    left: -3%;
    height: 66px;
    width: 66px;
    z-index: -1;
}


.leader-right::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, black, transparent);
    background-size: contain;
    height: 51%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.bg{
    position:relative;
    z-index:1;
}
.bg::after {
    position: absolute;
    content: "";
    background-image: url(../images/dots-header.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: -60%;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.evt{
    transition:all .3s;
}
.news-grid:hover .evt {
    color: #ff8423;
}

.full-navbar {
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    right: -100%;
    z-index: 9;
    /* height: 1600px; */
    /* width: 1600px; */
    /* top: -145%; */
    /* right: -67%; */
    /* z-index: 999999; */
    /* z-index: 1; */
    /* background-color: blue; */
    /* transform: scale(0); */
    /* border-radius: 50%; */
}
.full-navbarnew{
    top:0;
    right:0;
}
.inner-navb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
    transition-delay: .5s;
    z-index: 9999999999999999;
}
.ul3 li a {
    color: #fff;
    font-size: 35px;
    padding: 0 !important;
}
.ul3 li{
   padding:10px 0;
}
.ul3{
    text-align:center;
}
.clsa{
    cursor:pointer;
}
.full-navbar::after{
    position:absolute;
    content:"";
    height: 1600px;
    width: 1600px;
    top: -145%;
    right: -67%;
    z-index: 999999;
    background-color: #14284b;
    transform: scale(0);
    border-radius: 50%;
    transition:all 1s;
}
.full-navbar::before {
    position: absolute;
    content: "";
    height: 1200px;
    width: 1200px;
    top: 32%;
    left: -1%;
    z-index: 9999999999999999;
    background-image: url(../images/ARKHD25white.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition:all .1s;
    transition-delay:.3s;
    /* backdrop-filter: brightness(0) invert(1); */
}
.full-navbarnew::before{
    opacity: 0.02;
}
.full-navbarnew::after{
     transform: scale(4) !important;
}
.full-navbarnew .inner-navb{
    opacity:1 !important;
}
.clsa{
    top:5%;
    right:5%;
    z-index:9999999999999999999999;
}



















#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 41px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

.dropdown_menu li{
    position:relative;
    z-index:1;
}
.dropdown_menu li::before{
    position:absolute;
    content:"";
    background-color:#14284b;
    background-size:contain;
    height:100%;
    width:0%;
    top:0;
    left:0;
    z-index:-1;
    transition:all .3s;
}
.dropdown_menu li:hover::before{
    width:100% !important;
}
.dropdown_menu li a{
    transition:all .3s;
}
.dropdown_menu li:hover a{
    color:#fff !important;
}

.bg{
    overflow:hidden;
}

#contact_section .client-page .client-page-inner .client-link img:hover {
    filter: grayscale(0);
}
#contact_section .client-page .client-page-inner .client-link img {
    width: 100%;
    box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
    transition: var(--trans-nrml);
}

#email_err{
  display: none;
}
#mob_err{
  display: none;
}
#moberr{
    display: none;
}
#emailerr{
    display: none;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.pps{
    padding-right:5%;
}


.ghjkl p{
    transition:all .3s;
    border:1px solid #14284b;;
}

.ghjkl p:hover{
    background-color:transparent;
    color:#14284b;
}


.dropdown_menu2 {
    bottom: -285px;
}

.certifiactes_list{
    margin:4rem 0;
}

.cer-dt h4{
    font-size:18px;
    color:#000;
}

.cer-dt{
    padding:10px;
}
.cer-list {
    box-shadow: black 0px 0px 15px -8px;
}
.cer-dt img{
    width: 30px;
}
.cer-img img {
    height: 100%;
    object-fit: cover;
}
.cer-img2 img {
    height: 411px;
}
.leader-right{
        position: sticky !important;
    top: 18%;
}