nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 3rem .425rem #2125291a;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 3rem .425rem #2125291a;
}

/* .sticky .brand-logo figure img{padding-top: 7px;} */
nav .navbar {
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  /* background: red; */
  padding: 0;
  /* gap: 85px; */
}

/* @media screen and (min-width: 1024px) and (max-width: 1440px) {
  nav .navbar {
        height: 71px;
        width: 1122px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
  } */
nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}

nav .navbar .links {
  display: flex;
  margin: 0;
  padding: 0;
  /* line-height: 52px; */
}

nav .navbar .links li {
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0px 20px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #676767;
  font-size: 14px;
  font-family: 'HyundaiSansHead-Regular';
}

nav .navbar .links li a.active {
  color: #002c5f;
  border-bottom: 4px solid #002c5f;
  padding-bottom: 25px;
  font-family: 'HyundaiSansHead-Regular';
}

/* .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    font-size: 14px;
    padding-left: 6px;
    }
   */
nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  color: #666666;
  transition: all 0.3s ease;
  font-size: 14px;
  padding-left: 10px;
  display: none;
}

nav .navbar .links li.lastmenu ul {
  left: -125px;
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: -50px;
  line-height: 45px;
  background: #002C5F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding-left: 0;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .about-sub-menu,
nav .navbar .links li:hover .arc-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .fa-bars {
  display: none;
}

@media (max-width:920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 15px;
    gap: 0;
    margin: 0;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }

  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
    margin: 0;
    line-height: 60px;
    /* height: 60px; */
    padding: 0 0px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    position: relative;
    background: #fff;
  }

  nav .navbar .links li a {
    font-size: 16px;
    color: #303030!important;
  }
  nav .navbar .links li .arrow::after{
    display: block;
    content: '';
    background: url(../images/menu_mob.png) no-repeat;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -11px;
  }
  nav .navbar .nav-links.show3 .js-arrow::after{
    background-position: 0 -23px;
        top: 10%;
  }
  nav .navbar .nav-links.show2 .about-arrow::after{
    background-position: 0 -23px;
        top: 10%;
  }

  .fa-chevron-down::before{display: none;}
}

@media (max-width:768px) {

  .navbar .fa-bars {
    display: block;
  }

  nav .navbar .links li.lastmenu ul {
    left: 0px;
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    /* max-width: 270px; */
    width: 100%;
    background: #002C5F;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }

  .sidebar-logo i {
    font-size: 20px;
    color: #303030;
  }

  .navbar .fa-bars {
    color: #000;
  }

  nav .navbar .links {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    height: 100vh;
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
    color: #fff;
    display: inline-block;
  }

  nav .navbar .links li {
    display: block;
    line-height: 60px;
    /* height: 60px; */
    padding: 0 0px;
    /* border-bottom: 1px solid #e8e8e8; */
    font-size: 16px;
    position: relative;
    background: #fff;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    left: 0;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: 1px solid #e8e8e8;

  }
  nav .navbar .links li .sub-menu li:last-child{border: none;}
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    } */
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .arc-sub-menu,
  nav .navbar .links li:hover .about-sub-menu {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .arc-sub-menu,
  .navbar .nav-links.show2 .links .about-sub-menu {
    display: block;

  }


  /* .navbar .nav-links.show2 .links .about-sub-menu {
    overflow-y: scroll;
    height: 80px;
  } */

  ul.breadcumb-menu li i {
    font-size: 12px;
    margin: 0 5px;
  }

  .breadcumb-menu a {
    font-size: 12px;
  }

  /* .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow,
      .navbar .nav-links.show4 .links .arc-arrow,
      .navbar .nav-links.show2 .links .about-arrow
      {
          transform: rotate(180deg);
  } */
  /* .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      } */
}

@media (max-width:919px) {

  .navbar .fa-bars {
    display: block;
  }

  nav .navbar .links li.lastmenu ul {
    left: 0px;
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    background: #ffffff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }

  .sidebar-logo i {
    font-size: 20px;
    color: #303030;
  }

  .navbar .fa-bars {
    color: #000;
  }

  nav .navbar .links {
    display: block;
    margin-top:0px;
    padding-left: 0;
    height: 100%;
    overflow-y: scroll;
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
    color: #fff;
    display: inline-block;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    left: 0;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: 1px solid #e8e8e8;

  }
  nav .navbar .links li .sub-menu li:last-child{border: none;}
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    } */
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .arc-sub-menu,
  nav .navbar .links li:hover .about-sub-menu {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .arc-sub-menu,
  .navbar .nav-links.show2 .links .about-sub-menu {
    display: block;

  }

  /* .navbar .nav-links.show2 .links .about-sub-menu {
    overflow-y: scroll;
    height: 80px;
  } */

  ul.breadcumb-menu li i {
    font-size: 12px;
    margin: 0 5px;
  }

  .breadcumb-menu a {
    font-size: 12px;
  }

  /* .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow,
      .navbar .nav-links.show4 .links .arc-arrow,
      .navbar .nav-links.show2 .links .about-arrow
      {
          transform: rotate(180deg);
  } */
  /* .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      } */
}
@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%;
    background: #fff;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}

.bg-white-img {
  background-color: #002c5f;
  width: 100%;
}

/* .banner_vision{background-image: url(../images/vision.jpg);    background-size: cover;
  background-position: center;
  margin: 60px 0px 30px 0px;
  } */
/* .banner {
  position: relative;
  min-height: 550px;
  } */
.banner_vision .container .row {
  align-items: center;
}

.padding-para {
  padding: 0
}

.padding-para p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1rem !important;
  color: #000000;
  padding-right: 20px;
  font-family: 'HyundaiSansHead-Light';
}

.padding-para h2 {
  font-size: 44px;
  color: #000000;
  display: inline-block;
  padding-bottom: 20px;
  margin: 0;
  font-family: 'HyundaiSansHead-Medium';
}

/* .right-sideimg{width: 30%;} */
.right-sideimg img {
  width: 100%;
}

.tabbing-sec h5 {
  font-size: 44px;
  color: #000;
  line-height: 54px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.tabbing-sec h5::before {
  background: #1f3766;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30%;
}

/* .gtco-testimonials .tabbing-sec{padding: 0px 40px 20px 40px;} */
.tabbing-section-div {
  margin: 0px 30px 0;
}

.section-jury .tabbing-sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tabbing-sec {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

ul.tabs li {
  background: none;
  color: #002C5F;
  display: inline-block;
  padding: 10px 35px;
  cursor: pointer;
  border: 2px solid rgb(0, 44, 95);
  margin-bottom: 20px;
  margin: 0px 5px 50px;
  height: 50px;
  width: 150px;
  font-family: 'HyundaiSansHead-Regular';
}

ul.tabs li.current {
  background: #002C5F;
  color: #fff;
  font-family: 'HyundaiSansHead-Medium';
}

.tab-content {
  display: none;
  background: #AACAE6;
  padding: 15px;
  border-radius: 10px;
}

.tab-content.current {
  display: inherit;
}

.test3 {
  height: 410px;
  width: 100%;
  background-size: cover;
  background-position: right;
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
}

.test3:hover {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.test2 p {
  color: white;
  display: inline-block;
  background-color: rgba(0, 0, 0, .6);
  padding: 10px;
}

.test3 p {
  position: absolute;
  color: white;
  /*text-transform: uppercase;*/
  bottom: 20px;
  left: 27px;
  font-size: 18px;
  margin-bottom: 20px;
}

.test3 span {
  bottom: 14px;
  position: absolute;
  left: 26px;
  color: #fff;
}

.test3 span a {
 color: #AACAE6;
    border-bottom: 1px solid #AACAE6;
  text-decoration: none;
}

.img-shine {
  position: relative;
  overflow: hidden;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  overflow: hidden;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
}

.img-shine:hover:after {
  animation: imgShine 1s;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}

.accordion-item {
  border-bottom-left-radius: none !important;
  border-bottom: 1px solid #323232 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-right-radius: none !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}










/*
  
  .maincontainer {
    position: relative;
  
    width: 100%;
    height: 533px;
  }
  .imageBox {
    position: absolute;
    top: 0;
    left: 0;
  }
  .imageBox img{width: 100%;}
  .imageAfter {
    width: 100%;
    transition: 2s;
    overflow: hidden;
  }
  .maincontainer:hover .imageAfter {
    width: 100%;
  }
  .imageAfter img{width: 100%;} */


.gtco-testimonials {
  position: relative;
  /* background: #E5E5E5; */
  border-radius: 10px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}

.gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
     position: absolute;
    top: 35%;
    background: #002c5f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 21px;
    color: #fff;
    line-height: 35px;
    left: 0;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next.active {
   position: absolute;
   top: 35%;
   background: #002c5f;
   border-radius: 50%;
   height: 35px;
   width: 35px;
   font-size: 21px;
   color: #fff;
   line-height: 35px;
   right: 0;
   opacity: 1;
}
.gtco-testimonials .owl-carousel .owl-nav button.owl-next {
   position: absolute;
   top: 35%;
   background: #002c5f;
   border-radius: 50%;
   height: 35px;
   width: 35px;
   font-size: 21px;
   color: #fff;
   line-height: 35px;
   right: 0;
   opacity: 1;
}
.gtco-testimonials .owl-dots {
  text-align: center;
  margin: 30px 0 60px;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
  background: #002c5f;
  border: 2px solid #002c5f;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #002c5f;
  box-shadow: none;
  height: 12px;
  width: 12px;

  /* margin-bottom: -1px; */
}

.gtco-testimonials .card {
  background: #ffffff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0px 20px 0;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #002c5f;
  font-size: 21px;
  line-height: 1.3;
  font-family: 'HyundaiSansHead-Medium';
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: 'HyundaiSansHead-Regular';
}

.gtco-testimonials .card p {
  font-size: 15px;
  color: #000;
  padding-bottom: 15px;
  font-family: 'HyundaiSansHead-Light';
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.logo.brand-logo figure a {
  display: flex;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  /* outline: 0; */
}

#testimonial-slider.owl-carousel button.owl-dot {
  outline: 0;
  background-color: #002C5F;
  border-radius: 50%;
  height: 12px;
  margin: 50px 5px;
  width: 12px;
  height: 12px;
}
#testimonial-slider.owl-carousel button.owl-dot.active{opacity:0.4;}

.section-jury {
  /* font-weight: 300;
    font-style: normal;
    padding-top: 0;
    padding-bottom: 80px;
    text-align: center;
    width: calc(min(90rem, 90%));
    margin-inline: auto; */
  margin: 60px 30px 0;
  padding-bottom: 3rem;
  margin-bottom: 40px;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.section-jury p {
  color: #002c5f;
  margin: 0 3px;
  font-size: 14px;
}

.section-jury .bg-watermark {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translatex(-50%) translatey(-15%);
  user-select: none;
  letter-spacing: 0.5rem;
}

.section-jury h2 {
  font-size: clamp(3.5rem, 3rem + 1.6vw, 5rem);
  margin-top: -0.625rem;
  color: #fff;
}

/* .section-jury .testimonial {
  
  display: grid;
  
  grid-template-columns: repeat(3, 1fr);
  
  gap: 2rem;
  } */
/* @media screen and (min-width: 51rem) {
    .section-jury .testimonial {
  
      padding-bottom: 2.5rem;
    }
  } */
.section-jury .testimonial .card {
  position: relative;
  cursor: pointer;
}

.section-jury .testimonial .card h3,
.section-jury .testimonial .card p {
  text-transform: capitalize;
}

.section-jury .testimonial .card h3 {
  font-size: 20px;
  /* font-weight: 400; */
  /* color: #f6f6f6; */
}

.section-jury .testimonial .card p {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: 300;
  max-width: 100%;
}

.section-jury .testimonial .card::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 6.25rem;
  z-index: 0;
  transition: 0.3s ease-in-out;
  background: #f2709c;
  background: -webkit-linear-gradient(to left, #00aad2, #012c5d);
  background: linear-gradient(to left, #00aad2, #012c5d);
  top: -0.375rem;
  left: -0.375rem;
}

.section-jury .testimonial::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* background: #232526; */
  background: -webkit-linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9));
  /* background: linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9)); */
}

.section-jury .testimonialimg {
  filter: grayscale(100%);
  transition: 0.5s ease;
}

.section-jury .testimonial .card-content {
  position: relative;
  z-index: 9;
  left: 0;
  color: #000000;
  width: 100%;
  padding: 20px 11px 26px;
  text-align: center;
  height: 100px;
}

.section-jury .testimonial .card-content h3 {
  font-size: 18px;
  font-family: 'HyundaiSansHead-Medium';
}

.section-jury .testimonial .card-content h3 a {
  text-decoration: none;
  color: #002C5F
}

.section-jury .testimonial .card-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 7px;
  padding-left: 0;
}

.section-jury .testimonial .card-content ul li {
  list-style-type: none;
}

.section-jury .testimonial .card-content ul li a {
  color: #002c5f;
}

.section-jury .testimonial:hover img {
  filter: grayscale(0%);
}

.section-jury .testimonial:hover::before {
  transform: scale(1.03);
}

.section-jury .testimonial:nth-child(1)::before {
  top: -0.375rem;
  left: -0.375rem;
}

/* @media screen and (min-width: 31.25rem) {
    .section-jury .cards .card:nth-child(2) {
      transform: translatey(15%);
    }
  } */
.section-jury .testimonial:nth-child(2)::before {
  bottom: -0.375rem;
  left: -0.375rem;
  top: auto;
}

.section-jury .testimonial .card-content.height0 {
  height: 60px;
}

.section-jury .testimonial:nth-child(3)::before {
  top: -0.375rem;
  left: -0.375rem;
}

.section-jury .testimonial:nth-child(5)::before {
  bottom: -0.375rem;
  left: -0.375rem;
  top: auto;
}

.section-jury .owl-controls {
  margin-top: 20px;
}

.section-jury .owl-pagination {
  display: flex;
  justify-content: center;
}

.section-jury .owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.section-jury .owl-carousel .owl-nav button.owl-prev {
  /* background-color: #002C5F; */
  /* border-radius: 50%; */
  /* height: 12px; */
  /* margin: 50px 5px; */
  /* width: 12px; */
  /* display: none; */
}

.section-jury .owl-nav .owl-dots {
  display: none;
}

.section-jury .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
    top: 25%;
    background: #002c5f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 21px;
    color: #fff;
    line-height: 35px;
    left: 0;
}


.section-jury .owl-carousel .owl-nav button.owl-next span {
position: absolute;
    top: 25%;
    background: #002c5f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 21px;
    color: #fff;
    line-height: 35px;
    right: 0;
}
.section-jury .owl-carousel .owl-nav button.owl-next {
  /* position: absolute; */
  background-color: #f1f0f2;
  /* border-radius: 50%; */
  /* height: 12px; */
  /* margin: 20px 5px; */
  /* width: 12px; */
  /* top: -22px; */
}

.section-jury .owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .section-jury .owl-carousel .owl-nav button span{display: none;} */
.section-jury .owl-page:hover,
.section-jury .owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.section-jury .owl-page:not(first-item) {
  margin-left: 10px;
}

.columns {
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.columns img {
  margin-bottom: 20px;
  vertical-align: middle;
}

.rowws {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 4px; */
}


@media (max-width: 800px) {
  .columns {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .columns {
    flex: 100%;
    max-width: 100%;
  }
}




@media (max-width: 800px) {
  .columns {
    flex: 50%;
    max-width: 50%;
  }

}

@media (max-width: 600px) {
  .columns {
    flex: 100%;
    max-width: 100%;
  }
}

/* .tabbing-section-div.gallery-sec .tabbing-sec{padding: 60px 40px 20px 40px;} */
.downloadbtn.gallerybtn {
  text-align: center;
  margin-top: 40px;
}

.themebtn {
  width: 150px;
  font-size: 16px;
  color: #fff !important;
  padding: 15px 25px;
  line-height: 1;
  transition: all .5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #002C5F;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  font-family: 'HyundaiSansHead-Light';
}

.themebtn i {
  position: relative;
  top: 1px;
  margin-right: 5px
}

.themebtn:before {
  top: 0;
  left: 0
}

.themebtn:after,
.themebtn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #1C1B1B;
  z-index: -1;
  transition: all .5s
}

.themebtn:after {
  bottom: 0;
  right: 0
}

.themebtn.active {
  margin-left: 10px;
  color: #fff;
  background-color: #00AAD2;
  width: 150px;
}

.themebtn:hover {
  color: #fff;
  text-decoration: none;
}

.themebtn:hover:before {
  left: auto;
  right: 0;
  width: 50%
}

.themebtn:hover:after {
  left: 0;
  right: 0;
  width: 50%
}

.tagline {
  display: grid;
  text-align: center;
  align-items: center;
}

div#tab-1.tab-content {
  padding: 50px 40px;
}

/* Body Content */
.tagline h1 {
  font-weight: 500;

  /* border-bottom: 1px solid #00dcff; */
  margin: 0 auto;
  color: #fff;
  font-size: 44px;
  /* padding: 10px 0; */
}

.content {
  padding-top: 20px;
}

.content p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  margin-bottom: 3rem;
  font-family: 'HyundaiSansHead-Light';
}

/* Countdown Timer */
.countdown-timer {
  text-align: center;
  display: flex;
  margin: auto;
  padding-top: 17%;
  width: 1070px;
}

.timer {
  width: 330px;
  margin: 0 auto;
  height: 110px;
}

.countdown-container {
  display: flex;
}

.big-text {
  font-size: 4rem;
  /* font-family: cursive; */
  margin-bottom: 5px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown-container>div {
  margin: 0 2rem;
  text-align: center;
  border: 2px solid #00dcff;
  padding: 0px 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  min-width: 150px;
}

.countdown-container span {
  background: #012c5d;
  padding: 14px;
  border: 2px solid #00aad2;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  overflow: hidden;
}

@media (max-width:992px) {
  .countdown-container>div {
    margin: 0 1rem;
  }
}

@media (max-width:767px) {
  .countdown-container {
    flex-wrap: wrap;
  }

  .countdown-container>div {
    margin: 26px auto;
    max-width: 150px;
    min-width: 135px;
  }

  .title {
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin: 10px 0px;
  }

  .title span {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}

/* Buttons */

.button-wrapper {
  display: flex;
  margin-right: 10px;
}

.button-wrapper button {
  background: transparent;
  color: white;
  padding: 10px 20px 14px 20px;
  font-weight: 600;

}


/* Sidebar Offcanvas */
#sidebarOffcanvas {
  background: #0032bf47;
}

.offcanvas-body h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.offcanvas-body p {
  text-align: justify;
  color: #fff;
}

.progress-bar {
  background: linear-gradient(45deg, #00dcff, transparent);
  color: #000;
  font-weight: 600;
}

.wrapper-ceo img {
  width: 30%;
  border: 4px solid #00dcff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #002c5f;
  border-radius: 50%;
  background-size: 62% !important;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.btn-head-main {
  margin-top: 12px;
}

.btn-head-main nav .navbar .links li a {
  margin-left: 26px;
}

/* ----------pankaj-------------- */
.imt-information.terms {
  padding: 50px 30px 50px 30px;
}

.terms-sectionn {
  margin: 0 30px;
}

.imt-information.terms .commonMyHeading {
  font-size: 44px;
  line-height: 54px;
}

.imt-information.terms p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}


.imt-information.terms ul.commonMyUL {
  gap: 12px;
  margin-bottom: 0px;
}

.imt-information.terms ul.commonMyUL ul {}

.mb-20 {
  margin-bottom: 20px !important;
}

.terms-sectionn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffe9d9eb 0%, #fcc39be8 100%);
  z-index: -1;
  opacity: 0.8;
}



@media (max-width: 991px) {

  .imt-information.terms .commonMyHeading {
    font-size: 27px;
    line-height: 32px;
  }

  .imt-information.terms p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
  }

  .commonMyUL li {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
  }

}

.video-box1 {
  position: relative;
  width: 100%;
}

.video-box1 img {
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.video-box1 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}



.play-btn>i {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn.style3>i {
  --icon-size: 74px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

.grnate-section {
  background-image: url(../images/vision.jpg);
  background-size: cover;
  background-position: center;

  padding: 60px 0;
}


/* / Magnific Popup CSS / */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* / Main image in popup / */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* / The shadow behind the image / */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* / The shadow behind the image / */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}





.content-grantee {
  padding: 29px 16px;
}

.content-grantee h2 {
  font-size: 28px;
  margin-bottom: 15px;
}


.wcs-class__time span {
  color: #17386c;
}

.wcs-class__time {
  text-align: left;
  margin: 0 0 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: block;
  position: relative;
  letter-spacing: 1px;
}

.wcs-class__time span {
  display: inline-block;
  font-size: inherit !important;
  width: auto !important;
  line-height: inherit !important;
}

.wcs-class__time::after {
  content: '';
  display: inline-block;
  width: 10rem;
  margin-left: 2rem;
  position: relative;
  top: -0.25em;
  background: #17386c;
  border-bottom: 1px solid currentColor;
}


.heading-top {
  text-align: center;
  margin-bottom: 35px;
}

.heading-top h2 {
  font-size: 40px;
}

#carouselExampleCaptions {
  margin: 0 30px;
}

.banner_vision {
  padding: 0 30px 3rem 30px;
  background: #f2f2f2;
  margin: 0 30px;
}

.testimonial {
  background-color: white;
  text-align: center;
  /* padding: 30px 30px 50px; */
  margin: 0px 10px 00px;
  position: relative;
  font-family: 'HyundaiSansHead-Light';
}


@media (max-width: 991px) {
  .banner_vision {
    margin: 20px 15px 20px 15px;
    padding: 20px 15px 20px;
  }

  .padding-para {
    padding: 0px 10px 30px 10px;
  }

  .brand-logo figure img {
    padding-top: 0;
    width: 250px;
  }

  .right-sideimg img {
    margin-left: -7px;
  }

  .disclaimer {
    text-align: center;
  }

  /* .tabbing-section-div{    padding: 10px 0;} */
  .tagline h1 {
    width: 100%;
    font-size: 27px;
    padding: 0 15px;
    display: block;
  }

  .tabbing-sec h5 {
    margin-bottom: 0;
    line-height: 35px;
    font-size: 30px;
  }

  .gtco-testimonials .tabbing-sec {
    padding: 20px 20px 26px 20px;
  }

  ul.tabs {
    margin-bottom: 20px;
  }

  .countdown-container span {
    font-size: 14px;
    padding: 10px;
  }

  .big-text {
    margin-bottom: 15px;
    font-size: 27px;
    margin-top: 10px;
  }

  .tabbing-sec {
    padding: 30px 40px 30px 40px;
  }

  ul.tabs li {
    padding: 10px 20px;
    margin: 0 5px 15px;
    width: 130px;
  }

  .padding-para h2 {
    font-size: 30px;
    line-height: 35px;
  }

  footer {
    padding-bottom: 27px;
  }

  .padding-para p {
    padding-right: 0;
    font-size: 14px;
  }

  /* div#tab-1.tab-content{padding: 0;} */
  /* .hero-slider .slide-inner .container{display: none  ;} */
  /* .hero-slider .slide-inner{height: 200px!important;} */
  .content p {
    font-size: 14px;
  }

  .section-jury .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .images-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .downloadbtn.gallerybtn .themebtn {
    background-color: #002C5F;
    padding: 15px 14px;
    width: 126px;
  }

  /* .downloadbtn.gallerybtn{    margin-top: 26px;padding-bottom: 20px;} */
  .section-jury .tabbing-sec {
    padding: 0px 20px 20px 22px;
    text-align: center;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none !important;
  }

  .downloadbtn.gallerybtn .themebtn.active {
    background-color: #00AAD2;
  }

  .themebtn {
    margin-left: 0px !important;
    color: #fff;

    /*    background-color: #00AAD2;*/
  }
  .hero-slider .slide-inner .downloadbtn a.themebtn{
    width: 100px;
    padding: 8px 8px;
    font-size: 14px;
  }
}

  @media (max-width: 920px) {

    nav .navbar .links li a.active {
      color: #00aad2;
      border-bottom:none;
    }

    .section-jury {
      background-position: right;
      padding: 40px 0;
      margin-bottom: 30px;
      margin-top: 40px;
    }

    .tabbing-section-div {
      margin: 0 15px;
    }
  }



/*.section-jury .owl-carousel .owl-nav.disabled {
  display: block !important;
}*/

.hero-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
  /* color: black !important; */
}

.whitefont {
  /* color: #ffffff !important; */
}

.swiper-button-prev {
  left: 0 !important;
  margin-left: 0 !important;

}

.swiper-button-next {
  /* right: 0 !important; */
  /* margin-right: 0 !important; */
  /* background: #002c5f !important; */
}

@media (max-width: 991px) {
  .hero-slider {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 100%;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 0px;
  height: 6px;
  font-size: 97px;
  line-height: 24px;
  /* // margin-top: -30px; */
  text-align: center;
  /* border: 2px solid #d4d3d3; */
  /* border-radius: 28px; */
  /* opacity:1; */
  /* // visibility:hidden; */
  /* transition:all .3s ease; */
}

/* .hero-slider:hover .swiper-button-prev,
  .hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
  } */

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 20px;

}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 30px;
  color: #fff;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}



.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 30px;
  color: #002c5f;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 20px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  height: 600px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 200px;
  }
}

.hero-slider .slide-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0000007d 0%, #0000001a 100%);
  z-index: -1;
  opacity: 1;
}

/* @media screen and (min-width: 992px) {
    .hero-style .container {
      padding-top: 95px;
    }
  } */

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 100%;
  text-align: left;
}

.hero-style .slide-title h2 {
  font-size: 44px;
  font-weight: 600;
  /* line-height: 1; */
  color: #fff;
  margin: 0 0 40px 40px;
  /* text-transform: capitalize; */
  transition: all .4s ease;
  /* background: #002c5f; */
  /* padding: 10px 14px  0px; */
  width: 35%;
  display: inline-block;
}

.hero-slider .slide-inner .downloadbtn a.themebtn {
  margin-left: 40px;
}

.downloadbtn.testimonial-slider.gallerybtn {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 40px;
    width: 42%;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 18px;
    line-height: 25px !important;
    margin: 0 0 0px;
  }

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 75%;
  }

  .slide-btns .downloadbtn {
    margin-top: 10px;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 18px 4px !important;
}

.hero-style .slide-text p {
  /* opacity: 0.8; */
  /* font-family: Roboto; */
  font-size: 30px;
  /* font-weight: 500; */
  /* line-height: 1.25; */
  /* letter-spacing: normal; */
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
  background: black;
  padding: 10px 6px 4px 20px;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

.mainclass-banner {
  margin: 10px 30px 30px 30px;
}

.footer-right {
  text-align: right;
}

.footer-right p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

span.slash-nav {
  padding: 10px;
  color: #999;
}

.disclaimer {
  font-size: 14px;
  color: #999;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }

  .mainclass-banner {
    margin: 10px 15px 30px 15px;
  }

  span.img_file_name {
    color: #002f61;
  }
}



@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }

}


@media(max-width:767px) {
  .countdown-container>div {
    margin: 0px auto;
  }

  .countdown-container {
    gap: 30px;
  }

  .tagline h1 {
    width: auto
  }

}


.testi-img {
  margin-bottom: 20px;
}


.hero-slider .swiper-button-next:before {
  color: #fff;
  opacity: .5;
}

.hero-slider .swiper-button-prev:before {
  opacity: .5;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  align-items: center;
  background-color: #ffffff4d;
  background-image: none !important;
  -webkit-border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 54px;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .3s;
  width: 54px;
  position:absolute;
  top:50%;
  z-index:10;
}

.hero-slider .swiper-button-prev {
  left: 10px !important;
}
.hero-slider .swiper-button-next {
    right: 10px !important;
}
.accordian-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

ul.accordion.accordian-padding .accordion-item {
  background: none !important;
}

.mainclass-banner-faq {
  margin: 0 30px;
}

.tab-content.bg-none {
  background: none;
}

.image-mainn-pg {
  margin-bottom: 20px;
  width: 100%;
}

.image-main-pg {
  margin-bottom: 20px;
  width: 100%;
  /*height: 250px;
  object-fit: cover;*/
}

.padding-btm-gallry {
  padding-bottom: 20px;
}

.homeBodyContent {
  position: absolute;
  left: 10%;
  top: 10%;
  /* right: 70%; */
}

.homepage-para-grid {
  justify-content: flex-start;
}

.accordian-padding .accordion-item p {
  margin-right: 25px;
}

.program-page {
  background-color: #fff;
  margin: 10px
}

.program-page .padding-para p {
  padding-right: 0;
}

.program-page .padding-para h3 {
  color: #000;
}

.program-page .padding-para ul {
  padding-left: 18px;
}

.program-page {
  background-color: #fff;
  /* padding-top: 13px; */
  /* margin-top: 15px; */
  padding: 30px;
}

.img-wrap.iw3 span {
  position: absolute;
  top: 33px;
  left: 0;
  padding-left: 29px;
  color: #FFF;
  font-size: 34px;
  font-family: 'HyundaiSansHead-Medium';
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.imt-information.terms p a {
  color: #002C5F;
  text-decoration: none;
}

.img-wrap.iw1 span {
  background: linear-gradient(45deg, #a0c8f5, transparent);
  width: 100%;
  padding: 26px 30px 22px;
  line-height: 0;
  margin: 0;
  display: block;
}

.img-wrap-grid {
  margin-bottom: 10px;
}

.img-wrap.iw2 span {
  background: linear-gradient(45deg, #f8f7fd00, #3b8bb0);
  width: 100%;
  padding: 26px 30px 22px;
  line-height: 0;
  margin: 0;
  display: block;
  text-align: right;
}

.img-wrap.iw3 span {
  background: linear-gradient(45deg, #f8f7fd00, #41a6f6);
  width: 100%;
  padding: 26px 30px 22px;
  line-height: 0;
  margin: 0;
  display: block;
  text-align: right;
}

.tabbing-sec h5.text-white::before {
  background: #fff;
}

.grandreciep_section {
  margin: 0 30px 30px;
  background: url(../images/artwork_grand_reciepent.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
}

.col12grnadreciep .rowgrandrec_heading {
  margin: 0;
}

.rowgrandrec_heading .grandreciep_heading {
  padding: 0;
}

.rowgrandrec_heading .grandreciep_heading h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: 'HyundaiSansHead-Medium';
  color: #fff;
  line-height: 40px;
  margin-top: 50px;
  text-align: center;
}

.col12grnadreciep .rowgrandrecepent_mapimg {
  margin: 0;
}

.rowgrandrecepent_mapimg .recipent_mapdiv img {
  width: 30%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#popup_grant_map {
  display: none;
  position: absolute;
  width: auto;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 340px;
}

.grand_receip_imgdiv {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
}

.grand_receip_imgdiv .grand_imgmiandiv a {
  text-decoration: none;
}

.grand_receip_imgdiv .grand_imgmiandiv img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
}

.grand_receip_imgdiv .grand_imgmiandiv p {
  font-size: 16px;
  text-align: center;
  color: #000;
  text-decoration: none;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'HyundaiSansHead-Regular';
}

.popupclosebtn {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #002c5f;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 1px 2px #444;
}

.popupclosebtn i {
  top: 2px;
  position: relative;
  color: #fff;
}

.grand_details_popup_modal .mdldlg_grnddlts {
  background: #fff;
  margin-top: 5%;
  max-width: 45%;
}

.grnddtls_closebtndiv .clsbtnpopup {
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  color: #fff!important;
  font-size: 20px;
  background: #002C5F;
  transform: translate(0px, 0px);
  top: -20px;
  position: absolute;
  right: -15px;
  cursor: pointer;
  z-index: 9;
}

.grnddtls_closebtndiv .clsbtnpopup i {
  top: 2px;
  position: relative;
  animation: none !important;
}

.mdlcnt_grnddtls .mdlbdy_main_grndpopup {
  padding: 20px;
}

.mdlbdy_main_grndpopup .rowmainforgrndpopupdetails {
  margin-bottom: 20px;
}

.colgrndpopup_img .grandimgdiv {
  border: 1px solid #ccc;
}

.colgrndpopup_img .grandimgdiv img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.colgrndpopup_img .grandimgdiv p {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-family: 'HyundaiSansHead-Regular';
  line-height: 28px;
}

.rowmainforgrndpopupdetails .colgrnadbasicinfodiv {
  position: relative;
}

.colgrnadbasicinfodiv .grndinfodiv p {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'HyundaiSansHead-Light';
  line-height: 25px;
  overflow: auto;
}

.grndinfodiv .grnd_social {
  width: 100%;
  margin-top: 20px;
}

.grndinfodiv .grnd_social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0px;
}

.grndinfodiv .grnd_social ul li {
  list-style: none;
}

.grndinfodiv .grnd_social ul li a {
  display: block;
  padding: 8px;
  border: 1px solid #ccc;
}

.grndinfodiv .grnd_social ul li a img {
  width: 25px;
}

.grndinfodiv .grnd_social ul li a:hover {
  background-color: #ccc;
}

.grndinfodiv .gndcategory_info p {
  margin-bottom: 5px;
  font-family: 'HyundaiSansHead-Regular';
}

.grndinfodiv .gndcategory_info p span {
  font-family: 'HyundaiSansHead-Light';
}

.rowforgrand_artwork .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.rowforgrand_artwork .owl-nav button.owl-prev {
  left: 0;
}

.rowforgrand_artwork .owl-nav button.owl-next {
  right: 0;
}

.rowforgrand_artwork .owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}

.rowforgrand_artwork .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.rowforgrand_artwork .owl-dots button.owl-dot.active {
  background-color: #000;
}

.rowforgrand_artwork .owl-dots button.owl-dot:focus {
  outline: none;
}

.rowforgrand_artwork .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.rowforgrand_artwork .owl-nav button:focus {
  outline: none;
}

.rowforgrand_artwork .owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  /* width: 30px; */
  /* height: 30px; */
  /* opacity: 1; */
  /* background: #002c5f !important; */
  /* border-radius: 50%; */
}

.rowforgrand_artwork .owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  top: 0px;
  position: relative;
  color: #fff;
}

.seemoretext_art_grnd {
  color: #002c5f;
  font-weight: 500;
  font-family: 'HyundaiSansHead-Regular';
  text-decoration: none;
}

.seelesspara {
  display: none;
}

.section-jury .owl-carousel .owl-nav button.disabled {
  background-color: #002c5f !important;
  opacity: 0.4;
}

.grnd_actionsbtnbottm .artwork_actionbtndiv {
  display: flex;
  justify-content: right;
  margin-top: 0px;
  gap: 20px;
}

.artwork_actionbtndiv .actionbtnnew {
  text-decoration: initial;
  font-family: 'HyundaiSansHead-Medium';
  height: 50px;
  width: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #fff;
}

.artwork_actionbtndiv .prev_actionbtn {
  background: #767676;
}

.artwork_actionbtndiv .next_actionbtn {
  background: #002C5F;
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {

  .img-wrap.iw1 span,
  .img-wrap.iw2 span {
    top: 33px;
  }
}

.schedule-program-page {
  margin: 0px 30px 10px 30px;
}

#testimonial-slider .owl-dots {
  text-align: center;
}

nav .navbar .links ul.htmlCss-sub-menu.sub-menu {
  left: 0;
}

/* .mySlides {
    display: none;
  }
  .cursor {
    cursor: pointer;
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top:50%;
    width: auto;
    padding: 16px;
  
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .next {
    right: 30px;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .column {
    float: left;
    width: 16.66%;
  }
  .date-content{display: block;}
  
  
   */


























/* @media only screen and (min-width: 1400px) and (max-width: 1460px)
  {
      .img-wrap.iw1 span,
      .img-wrap.iw2 span
      {
          top:33px;
      }
  }
   */

@media (max-width:991px) {
  .hero-style .slide-title h2 {
    font-size: 20px;
    margin: 0 0 10px;
    width: 46%;
    line-height: 25px !important;
  }
.regisinfowithheadinf .typeheading h2{font-size: 25px}
.regisinfowithheadinf .typetext_regs p{height: 115px}
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 76%;
  }

  .section-jury .owl-carousel .owl-nav.disabled {
    display: flex !important;
  }

  .footer-right {
    top: 0;
  }

  i.fa.fa-chevron-down.htmlcss-arrow.arrow {
    display: none;
  }

  .padding-para.vision {
    width: 100%;
  }

  .mainclass-banner-faq {
    margin: 0px 15px;
  }

  .testimonial {
    margin-bottom: 20px;
  }

  .grand_details_popup_modal .mdldlg_grnddlts {
    max-width: 100%;
  }

  .grnddtls_closebtndiv .clsbtnpopup {
    right: 0;
  }

  .gndcategory_info h4 {
    padding-top: 10px;
  }

  .input-group input {
    padding: 0 10px 0px 10px;
    text-overflow: ellipsis;
  }
  .program-page{padding: 10px;margin: 0;}
  .padding-para .btn-head-main a.themebtn{        width: 95px;    padding: 12px 2px;}
  .program-page .padding-para h3 {
    color: #000;
    font-size: 20px;
}
}
.continue-logo{width: 390px;margin-bottom: 30px;}
/*@media (max-width: 992px) {
  .hero-style .slide-title h2{width: 55%;margin: 1px 30px 40px}
  .hero-slider .slide-inner .themebtn{margin: 1px 30px 40px}
  }
  */
@media(max-width:767px) {
  .slide-inner.slide-bg-image {
    background-size: 100% 200px;
    background-repeat: no-repeat;
  }
  .continue-logo{width: 100%;margin-bottom: 0!important;}
}


@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .hero-style .slide-title h2 {
    margin: 0 0 40px 40px;
  }

  .hero-slider .slide-inner .downloadbtn a.themebtn {
    margin-left: 40px;
  }

}

.text-decoration-none {
  text-decoration: none;
}

@media (max-width: 767px) {
  nav .navbar .links li a.active {
    color: #00aad2!important;
    padding-bottom: 0;
    border: none;
  }

  nav .navbar .links li a {
    color: #303030!important;
  }
  span.img_file_name {
    color: #002f61;
  }

    .themebtn{ font-size:12px;   width:fit-content; padding: 8px 5px;}
  .faq_new_regis_shi .accordion{padding:15px;}
  .register-now .themebtn{width:100px;}
  .terms-sectionn {
  
    background-position: top center !important;}
}

.owl-carousel .owl-item .testimonial img {
  width: 100%;
}

.owl-carousel .owl-item .testimonial {
  background: #c1d4df;

}

.section-jury p {
  font-family: 'HyundaiSansHead-Regular' !important;
}


.section-jury .owl-carousel .owl-nav .active {
  background-color: #f1f0f2 !important;
  /* opacity: 0.4; */
}


.ship-bg1.common-padding.registration-4 {
  min-height: 100svh;
  height: 100%;
  max-height: 100%;


}
section.banner.banner_vision.vision{

min-height: 100svh;
height: 100%;
max-height: 100%;
}
section.tabbing-section-div.gallery-sec{
margin-bottom:30px;
    min-height: 100svh;
  height: 100%;
  max-height: 100%;

}
.banner.banner_vision.storysect{
  min-height: 100svh;
  height: 100%;
  max-height: 100%;

}


body.no-scroll {
  overflow: hidden;
}

p.seemore_para {
  color: #000;
}


.tabbing-section-div ul.tabs li a{    color: #002C5F;    text-decoration: none;}

.tabbing-section-div ul.tabs li.current a{color: #fff;}

.program-page .padding-para p span{font-size: 16px!important;}
.program-page .padding-para p span>span{font-size: 16px!important;}

@media (max-width: 767px) {
   .program-page .padding-para p span{font-size: 14px!important;}
.program-page .padding-para p span>span{font-size: 14px!important;}
}


.modalview-para p{color:#000;}
.grand_receip_imgdiv .grand_imgmiandiv p span{font-size:12px;display:block;line-height:20px;}

ul.tabss {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
ul.tabss li.current {
  background: #002C5F;
  color: #fff;
  font-family: 'HyundaiSansHead-Medium';
}
ul.tabss li {
  background: none;
  color: #002C5F;
  display: inline-block;
  padding: 10px 35px;
  cursor: pointer;
  border: 2px solid rgb(0, 44, 95);
  margin-bottom: 20px;
  margin: 0px 5px 50px;
  height: 50px;
  width: 150px;
  font-family: 'HyundaiSansHead-Regular';
}

@media (max-width: 991px) {
    ul.tabss {
        margin-bottom: 20px;
    }
        ul.tabss li {
        padding: 10px 20px;
        margin: 0 5px 15px;
        width: 130px;
    }
}



ul.timeline-new{
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0px 30px;
  margin-top: 20px;
  justify-content: space-between;
}
ul.timeline-new > li {
  width: calc( 100% / 4 );
}
ul.timeline-new > li:nth-of-type(odd) > .content {
  transform: translateY(calc(-100% - 23px));
}
ul .year {
  color: #002c5f;
  background: #efefef;
  display: block;
  position: relative;
  padding-left: 18px;
  line-height: 24px;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-family: 'HyundaiSansHead-Medium';
}
ul .year::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: #002C5F;
  border-radius: 50%;
  left: -18px;
  top: calc( (29 - 16) / -1 * -1px );
}
ul .year.new {
  border-radius: 0 24px 24px 0;
}
ul .year.new::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 20px solid #3f444c;
  box-sizing: border-box;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -30px;
  top: -9.5px;
}
ul .content {
  border-left: 8px solid #002C5F;
  margin-left: -9px;
  padding: 0px 1px 18px 19px;
  padding-right: 0px;
}
ul .content > li {
  padding-left: 28px;
  border-bottom: 4px solid  #AACAE6;
  padding-bottom: 8px;
  position: relative;
  margin-left: -27px;
  list-style-type: none;
  padding-top: 10px;
  font-size: 14px;
  color: #000;
}
ul .content > li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
ul .content > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #AACAE6;
  left: 4px;
  top: 18px;
  display:none;
}

@media screen and (max-width: 1140px) {
  ul.timeline-new > li {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 991px) {
  ul.timeline-new > li {
    width: calc( 100% / 2 );
  }
}
@media screen and (max-width: 767px) {
  ul.timeline-new {
    display: block;
            padding-top: 0;
        margin-top: 25px;
  }
  ul.timeline-new > li {
    width: 100%;
  }
  ul.timeline-new > li:nth-of-type(odd) .content {
    transform: none;
  }
}

.test3 span a:hover{color:#AACAE6;}


/* -------------newabout-sec---------- */

/*------------------- 4.00. Project -------------------*/
/* Portfolio Area -------------------------------*/
.project-area-1 {
  background-attachment: fixed;
}

.project-wrap1 {
  position: relative;
  /* left: calc((100% - var(--main-container)) / 2); */
  /* background: white;
  padding: 0px 1px 54px 20px; */
}

.project-wrap1 .project-title-wrap1 {
  margin-right: 0px;
  /* Extra large devices */
}

  .project-wrap1 .project-title-wrap1 {
    margin-right: 0;
    position: relative;
    /* width: 380px; */
    /* height: 380px; */
    padding: 20px 0 0 20px;
    margin-bottom:20px;
    background: #002C5F;
    -webkit-box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
    -moz-box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
    box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
  }

.swiper{overflow:hidden;overflow:clip;list-style:none;padding:0}
.project-wrap1 .project-number-pagination {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 50%;
  transform: translate(-100%, calc(-50% + 40px));
  display: inline-block;
  /* Extra large devices */
}
@media (max-width: 1280px) {
  .project-wrap1 .project-number-pagination {
     display: none; 
  }
}
.project-wrap1 .project-number-pagination .tab-btn {
  position: relative;
  margin: 110px 0;
  cursor: pointer;
}
.project-wrap1 .project-number-pagination .tab-btn:before, .project-wrap1 .project-number-pagination .tab-btn:after {
  content: "";
  position: absolute;
  height: 155px;
  width: 1px;
  background:  #444444;
  top: 0px;
  left: 50%;
  z-index:-1;
}
.project-wrap1 .project-number-pagination .tab-btn:before {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  transform: translate(-50%, 0px);
  background:  #444444;
}
.project-wrap1 .project-number-pagination .tab-btn:nth-child(4) {
  margin-bottom: 0;
}
.project-wrap1 .project-number-pagination .tab-btn:nth-child(4):after {
  display: none;
}
.project-wrap1 .project-number-pagination .tab-btn:first-child {
  margin-top: 0;
}
.project-wrap1 .project-number-pagination .tab-btn span {
  display: block;
  color: white;
  height: 40px;
    width: 40px;
    line-height: 45px;
    background-color: #444444;
    border-radius: 50%;
    font-size: 16px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  position: relative;
  transition: 0.4s;
  transform: translate(0, -50%);
}
.project-wrap1 .project-number-pagination .tab-btn span:after {
  content: "";
  position: absolute;
  inset: -17px;
  background: rgb(122 122 122 / 20%);
  border-radius: 50%;
  z-index: -1;
 width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: -12px;
    transform: translate(-50%, 0%);
	
}
.project-wrap1 .project-number-pagination .tab-btn.active span {
  opacity: 1;
}

.project-slider1 {
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .project-slider1 {
    /* margin-right: -200px; */
  }
}
@media (max-width: 767px) {
  .project-slider1 {
    margin-right: 0;
  }
}
.project-slider1 .slider-pagination {
      text-align: center;
    width: 100%;
    margin-top: 32px;
}
.project-slider1 .slider-pagination .swiper-pagination-bullet {
  background: #0d3767;
  margin: 18px 4px !important;
  width: 50px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  margin: 0px 4px !important;
}
.project-slider1 .slider-pagination .swiper-pagination-bullet:first-child {
  background-image: url(../images/pagi-1.png);
  height: 70px;
  border-radius: 0;
  width: 120px;
  opacity: 1;
  background-size: cover;
  border: 2px solid #002C5F;
}
.project-slider1 .slider-pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/pagi-2.png);
  height: 70px;
  border-radius: 0;
  width: 120px;
  opacity: 1;
  background-size: cover;
  border: 2px solid #002C5F;
}
.project-slider1 .slider-pagination .swiper-pagination-bullet:last-child {
  background-image: url(../images/pagi-3.png);
  height: 70px;
  border-radius: 0;
  width: 120px;
  opacity: 1;
  background-size: cover;
  border: 2px solid #002C5F;
}
.project-slider1 .slider-pagination .swiper-pagination-bullet:hover, .project-slider1 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.4;
}

.portfolio-card {
  position: relative;
  width: 100%;
border-radius:10px;
}
.portfolio-card .portfolio-img {
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.portfolio-card .portfolio-img img {
  transition: 0.4s;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.portfolio-card .portfolio-img .portfolio-card-shape {
  background: rgba(28, 45, 55, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  padding: 25px 50px;
  position: absolute;
  inset: 20px;
  transition: 0.4s;
  opacity: 0;
}
.portfolio-card .icon-btn {
  --btn-size: 56px;
  line-height: 54px;
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  font-size: 18px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, -50%);
}
.portfolio-card .icon-btn img {
  width: 22px;
  transition: 0.4s;
}
.portfolio-card .icon-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.portfolio-card .icon-btn:hover img {
  filter: brightness(0) grayscale(9) invert(2);
}
.portfolio-card .portfolio-content {
  background-color: transparent;
  z-index: 3;
  transition: 0.4s ease-in-out;
  position: relative;
  padding-top: 22px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .portfolio-card .portfolio-content {
    padding-top: 28px;
  }
}
.portfolio-card:hover .portfolio-img:after {
  animation: imgShine 1s;
}
.portfolio-card:hover .portfolio-img .portfolio-card-shape {
  opacity: 1;
}
.portfolio-card:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}

/* Portfolio Area 2-------------------------------*/
.project-bg-shape2-1 {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .project-bg-shape2-1 {
    display: none;
  }
}






/****pankaj*****/



.video-box1 {
    position: relative;
    width: 100%;
}
.video-box1 img {
	max-width:100%;
    height: 100%;
	    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.video-box1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.portfolio-card .portfolio-content {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn > i {
    display: inline-block;
    width:  56px;
    height:  56px;
    line-height:  56px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn.style3 > i {
    --icon-size: 74px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.4);
    color: white;
}

@media screen and (max-width: 767px) {
  .modal-dialog.modal-lg.mainmodal {
    margin-top: 50%;
}

.description_each_img p{position: unset;transform: none;}
  .project-wrap1{padding: 0;}
  .project-wrap1 .project-title-wrap1{    padding: 20px 20px 0px 20px;margin-bottom: 20px;}
  .project-slider1 .slider-pagination .swiper-pagination-bullet:first-child,.project-slider1 .slider-pagination .swiper-pagination-bullet:nth-child(2),.project-slider1 .slider-pagination .swiper-pagination-bullet:last-child{width: 95px;}
}

/*Carousel Gallery*/
/* .carousel-gallery {
  margin: 50px 0;
 
} */
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 32px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.4;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #002C5F;
  transform: scale(1.1, 1.1);
  opacity: 0.4;
}

.carousel-arrow {
  z-index: 3;
  display: block;
  position: absolute;
  width: 36px!important;
  height: 36px!important;
  top: 37%!important;
  margin-top: -18px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  /* background-image: url("http://res.cloudinary.com/dnqehhgmu/image/upload/v1509720334/blue-arrow_jk1ydw.svg"); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px!important; */
  cursor: pointer;
  -webkit-transition: background-size 0.15s ease-out;
  transition: background-size 0.15s ease-out;
}
.carousel-arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 22px;
  color: #002c5f;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  padding-left: 11px;
  padding-top: 2px;
}
.carousel-arrow:hover,
.carousel-arrow:focus {
  background-size: 22px 22px;
}

.carousel-arrow-next {
  right: 20px;
}

.carousel-arrow-prev {
  left: 20px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.carousel-gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #002C5F;
  opacity: 1;

}
/* .about_new_design{
  position: relative;
  padding: 20px 0 0 25px;
  background: rgba(00, 44, 95, 0.95);
  -webkit-box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
  -moz-box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
  box-shadow: 5px 15px 15px rgba(00, 00, 00, 0.3);
} */
.project-title-wrap1.padding-para p {
  color: #fff;
  margin-bottom: 10px!important;
  /* line-height: 24px; */
}
.category_sect.auto {
  padding-left: 0;
}
.category_sect {
  position: relative;
  overflow: hidden;
  /* float: left;
  padding: 0 40px;
  min-height: 1200px;
  max-height: 1333px; */
}
.category_sect .readmoredata {
  display: block;
  position: relative;
  height: 45px;
  line-height: 42px;
  border-bottom: 3px solid #000;
  text-decoration: none;
}
.category_title{font-size: 20px;    display: block;
  font-weight: normal;
  color: #000;
  /*letter-spacing: -1px;*/
  word-break: keep-all;}
.category_sect .plus-icon{position: absolute;top: 0;right: 0;}
.category_sect .plus-icon:before {
      position: absolute;
      top: 6px;
      right: 9px;
      width: 2px;
      height: 14px;
      background: #000;
      content: '';
}
.category_sect .plus-icon:after {
    position: absolute;
    top: 12px;
    right: 3px;
    width: 14px;
    height: 2px;
    background: #000;
    content: '';
}
.main-img-sec .content_part {
  padding: 22px 22px 22px;
  margin-bottom: 35px;
 height: 310px;
    overflow: auto;
}
.cate_new_sec{background-color: #eff4f9;}
.main-img-sec {
  position: relative;
  width: 100%;
  background: #fff;
}
.main-img-sec .content_part span {
  color: #a36b4f;
  display: block;
}
.main-img-sec .content_part p {
  display: inline;
  font-size: 16px;
  line-height: 28px;
}
.counter-sec{    margin: 0px 30px 45px;}

.img-size{
  /* 	padding: 0;
    margin: 0; */
    height: 450px;
    width: 700px;
    background-size: cover;
    overflow: hidden;
  }
 
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
  }
  #carousel4567.owl-carousel .owl-nav button.owl-prev{
    width: 30px;
    height: 30px;
    opacity: 1;
    background:#ffffffa8 !important;
    border-radius: 50%;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  #carousel4567.owl-carousel .owl-nav .owl-prev span {
    color: #002c5f;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    top: 2px;
    position: relative;
}
#carousel4567.owl-carousel .owl-nav .owl-next span {
  color: #002c5f;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  top: 2px;
  position: relative;
}
#carousel4567.owl-carousel .owl-dots{display: none;}
  #carousel4567.owl-carousel .owl-nav button.owl-next{
    width: 30px;
    height: 30px;
    opacity: 1;
    background:#ffffffa8 !important;
    border-radius: 50%;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  button.close.carousel4567 {
    background: #002c5f;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    top: -10px;
    right: -16px;
    position: absolute;
}
.modal-backdrop {
 
  opacity: 0.8;
}
.description_each_img{position: relative;}
.description_each_img p{font-family: 'HyundaiSansHead-Light';font-size: 16px;   color: #fff;left: 0;position: absolute;top: 50%;transform: translate(0%, -100%);right: 0%;width: 100%;background: #000000b5;padding: 10px;}
.carousel-gallery .swiper-button-prev{    left: 10px!important;}
#carousel4567.owl-carousel .owl-item img{height:500px;}
@media screen and (max-width: 767px) {
  button.close.carousel4567 {right: -6px;}
div#carousel4567 .owl-stage-outer{overflow: auto;}
.description_each_img p{position: unset;transform: none;font-size:14px;}
#carousel4567.owl-carousel .owl-item img{height:auto;}
#carousel4567.owl-carousel .owl-nav button.owl-prev{top:35%;}
#carousel4567.owl-carousel .owl-nav button.owl-next{top:35%;}
}

@media (min-width: 992px) and (max-width: 1279px){
    .category_title {
    font-size: 16px;}
}
	
	
	