
:root {
  --theme-color: #276955;
  --theme-color2: #EED26E;
  --title-color: #0D0D0C;
  --title-dark: #364440;
  --body-color: #6E7070;
  --smoke-color: #C0CDD1;
  --smoke-color2: #666666;
  --black-color: #000000;
  --black-color2: #1B1B1B;
  --black-color3: #1A1A1A;
  --gray-color: #DDE8DD;
  --white-color: #ffffff;
  --light-color: #fff;
  --yellow-color: #E2B93B;
  --success-color: #27AE60;
  --error-color: #EB5757;
  --th-border-color: #CDCDCD;
  --th-border-color2: #E6E6E6;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 50px;
  --section-space-mobile: 50px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}


/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
	
	.newtable {
    width: 100%;
    overflow-x: scroll;
}


  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}







/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  text-align: left;
      margin-bottom: 0;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}ul.breadcumb-menu a {
    text-decoration: none;
}
ul.breadcumb-menu li i {
    font-size: 12px;
	margin: 0 10px;
}
.breadcumb-title {
  margin: -0.2em 0 -0.18em 0;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 600;
  color: var(--white-color);
}

.breadcumb-wrapper {
  background-image: url(../images/breadcrum.jpg);
    background-position: center;
    background-size: cover;
      height: 90px;
  /* padding: 160px 0; */
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
    align-items: center;
	margin: 10px 30px 0 30px;
	    padding: 0 30px;
}
.breadcumb-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
   Background: rgba(0, 44, 95, 0.97);
    /* opacity: 0.4;  */
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}





/****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;
}

.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;
}

h2.sec-title.text-white {
    display: inline;
    padding-bottom: 0px;
    font-size: 25px;
}

.project-number-pagination .tab-btn:nth-child(3):after{
   all:unset;
}
section.project-area-1.space.overflow-hidden.arrow-wrap {
    background: #F6F3F2;
	margin: 0 30px;
}

section.project-area-1.space.overflow-hidden.arrow-wrap .swiper {
    overflow-y:visible;
}




.grant-details .carousel-item img {
     height: 720px;
    object-fit: cover;
}

section.banner.banner_vision.vision {
    margin: 0;
    padding: 50px 30px;
    margin: 0 30px;
	position:relative;
	background-image: url(../images/abc-2.jpg);
    background-size: cover;
    background-position: center;
	    margin-bottom: 10px;
		position:relative;
    /* background: linear-gradient(180deg, #ffe9d9eb 0%, #fcc39be8 100%); */
}
section.tabbing-section-div.grantes {
    padding: 50px 0;
}
.grantes .tabbing-sec h5 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    line-height: 40px;
    border-bottom: none;
    display: inline-block;
    text-align: center;
}
.grantes .tabbing-sec {
    text-align: center;
    padding: 0px ;
}

.padding-para.vision h5 {
    font-size: 30px;
	line-height:40px;
    border-bottom: none;
	margin-bottom:20px;
	Color:black;
}

.padding-para.vision p {
    font-size: 16px;
	line-height:28px;
    border-bottom: none;
	margin-bottom:20px;
	Color:black;
}

.padding-para.vision p:last-child {
	margin-bottom:0px;
}


.padding-para.vision {
    padding: 50px 24px 50px 25px;
    background: white;
	    margin-bottom: 0;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.padding-para.vision.contact {
    background: none;
    padding: 0;
}
section.banner.banner_vision.vision.contact {
    background-image: url(https://hyundaiartforhope.com/public/images/legacy/17231882581723188258Coming-soon-in.JPG);
	height:100svh;
	position:relative;
	z-index:1;
}
section.banner.banner_vision.vision.contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000066;
    z-index: -1;
}
.padding-para.vision.contact {
    background: white;
     padding: 30px 20px;
	     text-align: center;
		     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.padding-para.vision.contact span {
    display: inline-block;
    font-size: 20px;
	color: white;
	background: #002C5F;
    padding: 10px 20px;
}
.padding-para.vision.contact h5 {
    display: block;
	font-weight: 600;
}
.padding-para.vision.contact span a {
    color: white;
	text-decoration:none;
}

.carousel.slide.grant-details .carousel-control-next {
    right: 40px;
}
.carousel.slide.grant-details .carousel-control-prev {
    
	left: 40px;
}

.carousel.slide.grant-details .carousel-control-next {
	width:auto;
}

.carousel.slide.grant-details .carousel-control-prev {
	width:auto;
}

.imt-information.terms {
    padding: 50px 30px 50px 30px;
}
section.banner.banner_vision.vision .sec-title {
    margin-bottom: 0;
}

section.banner.banner_vision.vision .padding-para p {
    padding-right: 0;
}
.terms-sectionn {
    background-image: url(../images/bg-4.jpg) !important;
	background-position: left !important;
}
.terms-sectionn:before {
    opacity: 0.7 !important;
    background: white !important;
}
.imt-information.terms p {
    font-family: 'HyundaiSansHead-Light';
}
.commonMyUL li {
    font-family: 'HyundaiSansHead-Light';
}


.timeline {
  /* display: flex; */
    margin: 0 auto;
    /* flex-wrap: wrap; */
    flex-direction: row;
    max-width: 100%;
    width: 94%;
    position: relative;
	    padding: 0px 0;
}

.breadcumb-content2 h2 {
    font-size: 170px;
    color: #20446e;
	position:relative;
}
.breadcumb-content2 h2:before {
    position: absolute;
    content: 'Archives';
    top: 48%;
    Color: white;
    right: 14%;
    font-size: 50px;
    font-weight: 600;
    transform: translate(-50%, -50%);
}
.breadcumb-content2{
   Background: rgba(0, 44, 95, 0.97);
    height: 280px;
    /* padding: 160px 0; */
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 10px 30px 0 30px;
    padding: 0 30px;
}
.timeline__content-title {
  font-size: 20px;
    line-height: 30px;
    margin: 5px 0 0 0;
    transition: 0.3s;
    padding: 10px 0px;
  box-sizing: border-box;
  font-weight: 600;
  color: #000;
  position: relative;
   border-top: 1px solid grey;
  
}
.timelin-content1 {
    padding: 22px;
}
.timelin-content1 p {
    font-size: 16px;
    line-height: 28px;
	margin-bottom:0;
}



.timeline__content-desc {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
  line-height: 28px;
  font-family: 'HyundaiSansHead-Light';
}
.timeline:before {
  position: absolute;
  top: 50%;
    left: unset;
    width: 100%;
    height: 2px;
  margin-left: -1px;
  content: "";
  background: #fff;
  display:none;
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
p.timeline__content-desc.Extra-padding {
    margin-bottom: 100px;
}

.timeline-item {
  padding: 0px 0;
  opacity: 1;
  /* filter: blur(2px); */
  transition: 0.3s;
  box-sizing: border-box;
  width: calc(66% - 40px);
  /* display: flex; */
  left: 0px;
  top: 0px;
  position: relative;
  /* transform: translateY(-40px); */
  justify-content: center;
    align-items: center;
    width: 100%;
}

.timeline-item.right{
	top: 0px;
    bottom: unset;
    margin-bottom:20px;
}
.timeline-item:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 46%;
    transform: translate(-50%, -50%);
    background: white;
    width: 2px;
    height: 38px;
	display:none;
}
.timeline-item.right:after {
    position: absolute;
    content: "";
    Top: 34px;
    left: 46%;
    transform: translate(-50%, -50%);
    background: white;
    width: 2px;
    height: 38px;
	display:none;
}



.timeline-item:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  color: #FFF;
  font-size: 22px;
    /* text-transform: uppercase; */
    line-height: 30px;
    border-left: 2px solid #FFF;
    top: 60%;
    margin-top: -5px;
    padding-left: 12px;
    opacity: 1;
    left: 212px;
  font-weight: 600;
  transform: translate(0%, -50%);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
     left: calc(-100% - 12px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid #fff;
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
  padding-bottom: 100px;
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all ease;
  opacity: 1;
}
/* .timeline-item--active .timeline__content-title { */
    /* margin: -28px 0 6px 0; */
/* } */


.timeline__img {
  max-width: 100%;
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4); */
  /* border-radius: 8px; */
  /* height: 220px;  */
    object-fit: cover;
    width: 100%;
	    border: 1px solid white;
		transition: 0.3s all ease;
}
a.thumb {
    transition: 0.3s all ease;
}
.timeline-section-custom{
	margin: 0 30px;
	margin-bottom:10px;
}

.timeline-container {
  width: 100%;
  height:100%;
  position: relative;
  padding: 50px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100svh;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #383838d6;
  content: "";
}
.timeline-header__title{
	padding-bottom:10px;
}
.timeline-header__title::before {
    background: #FFF;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30%;
}


.timeline-header {
  width: 100%;
  text-align: center;
 margin-bottom: 48px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 44px;
    line-height: 54px;
    font-weight: 600;
  margin: 0;
      position: relative;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
}

p.timeline__content-desc a {
    color: white;
    text-decoration: underline;
    text-underline-position: under;
}
h2.timeline__content-title.bottom {
    position: absolute;
    bottom: -36px;
    left: 46%;
    transform: translate(-50%, 0%);
	font-size: 22px;
    font-weight: 500;
}
.timeline-item.right h2.timeline__content-title.bottom {
    top: -39px;
    left: 46%;
    transform: translate(-50%, 0%);
	    z-index: -1;
}

a.other-link {
    text-decoration: underline;
    text-underline-position: under;
    color: black;
}

@media (max-width:1280px){
	
	
.timeline-item.right {
    Right: unset;
    left: unset;
}
.timeline-item {
    
    left:  unset;
}	
	
.timeline__img {
    /* height: 120px; */
}
.timeline__content-title {
    font-size: 20px;
}	
	.breadcumb-content2 h2 {
    font-size: 150px;
	}
	
}


@media (max-width:991px){
	
.breadcumb-content2 {
    margin: 10px 15px 0 15px;
}


	.timeline-section-custom {
    margin: 0 15px;
}
.timeline-header__title {
    font-size: 30px;
    line-height: 35px;
}

.timeline-item--active .timeline__content-title {
    margin: -15px 0 6px 0;
}
	
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
        font-size: 14px;
 }
.title-area .sec-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}
.padding-para.vision.contact span {
    display: inline-block;
    font-size: 20px;
    color: white;
    background: #002C5F;
    padding: 10px 10px;
    word-break: break-all;
    width: 100%;
}
.padding-para.vision p {
    font-size: 14px;
    line-height: 21px;
}
section.banner.banner_vision.vision {
    margin: 0 15px;
    padding: 40px 15px;
}

.breadcumb-wrapper {
    margin: 0 15px;
    padding: 0 15px;
}

.padding-para.vision {
    padding: 50px 15px 50px 15px;
}
.terms-sectionn {
    margin: 0 15px !important;
}
.imt-information.terms {
    padding: 50px 15px 50px 15px !important;
}


.timeline:before {
    left: 40px;
  }
	
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 60px;
	
  }
  .timeline-item:before {
  opacity: 1;
}

.timeline__img {
    /* height: 300px; */
}
.timeline-item {
    left: 4px;
}
.timeline-item.right{
	 Right: 4px;
	 left: unset;
}
  p.timeline__content-desc.Extra-padding {
    margin-bottom: 50px;
}
.timeline-header {
    margin-bottom: 70px !important;
}
  .timeline-item:before {
    left: 2px !important;
        padding: 0 !important;
        top: -26px;
        text-align: center !important;
        width: 100%;
        border: none !important;
  }
  
  
  
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
.timeline-item {
    display: block;
}
.timeline__content {
    margin-top: 30px;
}
.timeline {
    flex-wrap: wrap;
	    padding: 0px 0px;
}

.timeline:before {
    position: absolute;
     top: unset; 
   left: 8%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.timeline__img {
    /* width: 500px;; */
}

.timeline-item {
    top: unset;
}

.timeline-item.right {
    top: unset;
    bottom: unset;
}
.timeline-item.right:after {
   all:unset;
}
.timeline-item:after {
     all:unset;
}


.timeline__content-title {
        font-size: 26px;
    }
.breadcumb-content2 h2:before {
    top: 48%;
    Color: white;
    font-size: 38px;
}


.breadcumb-content2 h2 {
    font-size: 120px;
}

}









.schedule-program-page .next.customnav {
    position: absolute;
    top: 330px;
    right: 30px;
    font-size: 30px;
    left: unset;
    text-decoration: none;
    color: black;
	    transform: translate(-50%, -50%);
			cursor:pointer;
}

.schedule-program-page .prev.customnav {
    position: absolute;
   top: 330px;
    right: unset;
    font-size: 30px;
    left: 30px;
    text-decoration: none;
    color: black;
	    transform: translate(-50%, -50%);
		cursor:pointer;
}

.timeline__content {
    /* text-align: center; */
	    background: white;
}


.schedule-program-page .mySlides img {
    height: 300px;
    object-fit: cover;
}

.iternary-content {
    padding: 50px 30px;
}
.schedule-program-page {
    margin: 0px 30px 10px 30px;
	position:relative;
}

.schedule-program-page p.redirecting-link {
    background: #002c5f;
    color: white;
    padding: 10px;
	font-size: 16px;
    line-height: 28px; 
	margin-top:20px;
}
.schedule-program-page p.redirecting-link a{
	Color:white;
    text-underline-position: under;

}
.iternary-content {
    padding: 50px 30px;
    width: 100%;
}
.date-content.custom {
    flex-direction: column;
}

.schedule-program-page .schedule-grid {
    display: grid;
    grid-template-columns: 20% 22% 48%;
	
}
.schedule-program-page .schedule-grid.custom.font{
	font-family: 'HyundaiSansHead-regular';
}

.time-content .extra-padding {
    padding: 40px 28px;
}
.custom-padding {
    margin: 30px 0;
	    margin-bottom: 10px;
}
.custom-padding p {
    padding-bottom: 20px;
}
.custom-padding-1 {
    margin-top: 30px;
}

.custom-padding-1 p:nth-child(2) {
    padding-top: 50px;
}
.activity-content.custom-padding-2 p:nth-child(2) {
    margin-top: -10px;
}
.activity-content.custom-padding-2 p:nth-child(3) {
    margin-top: -30px;
}
.activity-content.custom-padding-2 p:nth-child(4) {
    Padding-top: 60px;
}
.activity-content.custom-padding-2 p:nth-child(5) {
    Padding-top: 78px;
}


/****** day-3***/

.time-content.custom-padding-4 p:nth-child(2) {
    padding: 20px 28px;
}
.date-content.custom.custom-padding-4 p:nth-child(2) {
    padding-top: 28px;
}

.date-content.custom.custom-padding-4 p:nth-child(4) {
    padding-top: 22px;
}

.date-content.custom.custom-padding-4 p:nth-child(5) {
    padding-top: 40px;
}
.date-content.custom.custom-padding-4 p:nth-child(6) {
    padding-top: 40px;
}
.date-content.custom.custom-padding-4 p:nth-child(7) {
    padding-top: 40px;
}

.activity-content.custom-padding-4 p:nth-child(1) {
    padding-top: 164px;
}
.activity-content.custom-padding-4 p:nth-child(2) {
    padding-top: 84px;
}



/****** day-4***/

.date-content.custom.custom-padding-5 p:nth-child(1) {
    padding-bottom: 40px;
}

.time-content.custom-padding-5 p:nth-child(2) {
    padding: 26px 28px;
}
.date-content.custom.custom-padding-5 p:nth-child(4) {
    padding-top: 38px;
}
.date-content.custom.custom-padding-5 p:nth-child(5) {
    padding-top: 42px;
}
.date-content.custom.custom-padding-5 p:nth-child(7) {
    padding-top: 30px;
}

.activity-content.custom-padding-5 p:nth-child(2) {
    padding-top: 30px;
}

.activity-content.custom-padding-5 p:nth-child(3) {
    padding-top: 40px;
}
.activity-content.custom-padding-5 p:nth-child(4) {
    padding-top: 40px;
}
.activity-content.custom-padding-5 p:nth-child(5) {
    margin-top: -20px;
}

/****** day-5***/
.time-content.custom-padding-6 p:nth-child(4) {
    padding: 28px 28px;
}
.date-content.custom.custom-padding-6 p:nth-child(3) {
    padding-top: 28px;
}

.date-content.custom.custom-padding-6 p:nth-child(4) {
    padding-top: 30px;
}

.date-content.custom.custom-padding-6 p:nth-child(5) {
    padding-top: 30px;
}

.date-content.custom.custom-padding-6 p:nth-child(7) {
    padding-top: 32px;
}
.activity-content.custom-padding-6 p:nth-child(2) {
    margin-top: -30px;
}

.activity-content.custom-padding-6 p:nth-child(4) {
    padding-top: 24px;
}
.activity-content.custom-padding-6 p:nth-child(5) {
   margin-top: -20px;
}

/***********/



.date-content.custom.custom-padding-2{
	padding-right:0;
}
.date-content.custom.custom-padding-2 {
    align-items: unset;
}

.date-content p {
    position: relative;
}

  .about_text{
            font-size: 16px;
        }
   .newtable table {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
		
       /* border: 2px solid;*/
        /*border-color: #ffffff6b;*/
    }
    /*th,td {
        border: 2px solid;
        border-color: #ffffff6b;
    }*/
    .ttop{
        border-top: 2px solid;
    border-color: #c1c1c1;
    }
    .bbotom{
      border-bottom: 2px solid;
    border-color: #c1c1c1;
    }
    
    .lleft{
     
     
    }
    
    .rtight{
      border-right: 2px solid;
    border-color: #c1c1c1;
    }
  .newtable  th {
        text-align: inherit;
        font-size: large;
    }
  .newtable  td {
        font-size: 15px;
        font-weight: 600;
    }
   .newtable th, td {
      padding: 4px;
      
    }
    
   .newtable tr{
        /*background-color:#c7d1da;*/
        color: white;
    }
    
.timeline-section-custom.mobile{
	display:none;
}


.bg-greyy{
	background: #F2F2F2;
}
.bg-greyy {
    border-color:  #c1c1c1;
}

.newtable thead tr th {
    background: #002C5F;
    padding: 9px 12px 9px 25px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.newtable tbody tr td{
	color:#1c1b1b;
	font-size: 16px;
    line-height: 28px;
	font-weight:500;
	padding: 8px;
}
#thumbwrap {
	position:relative;
	transition:.3s all ease;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
	
	transition:.3s all ease;
}

.thumb span img { 
	width:100%;
	transition:.3s all ease;
	border-radius:20px;
}
div#thumbwrap:hover img {
    /* transform: scale(1.8); */
    /* position: relative; */
    /* z-index: 1; */
	    /* left: -8px; */
		/* transition:.3s all ease; */
}
.timeline-item.right div#thumbwrap:hover img {
	    left: -10px;
		transition:.3s all ease;
}










.magnific-img img {
    /* width: 100%; */
    /* height: auto; */
}

.magnific-img {
    /* display: inline-block; */
    /* width: 32.3%; */
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 1045; }

.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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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: #FFF;
  font-style: normal;
  font-size: 28px;
 }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .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);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 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-wrap: break-word;
  padding-right: 36px; }

.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; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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; } }

@media all and (max-width: 900px) {
  .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; } }








@media (max-width:1280px){
	
.timeline-item:after {
    bottom: -8px;
}
.timeline-item:after {
    left: 50%;
}
.timeline-item.right:after {
    left: 50%;
	    Top: 30px;
}
.iternary-content {
    width: 100%;
}
	.custom-padding-1 p:nth-child(2) {
    padding-top: 76px;
}
	
.time-content .extra-padding {
    padding: 42px 28px;
}	
	
.activity-content.custom-padding-2 p:nth-child(4) {
    Padding-top: 94px;
}	
.date-content.custom.custom-padding-4 p:nth-child(4) {
    padding-top: 44px;
}	
.date-content.custom.custom-padding-4 p:nth-child(7) {
    padding-top: 82px;
}
.date-content.custom.custom-padding-4 p:nth-child(2) {
    padding-top: 31px;
}
.activity-content.custom-padding-4 p:nth-child(2) {
    padding-top: 92px;
}

.date-content.custom.custom-padding-5 p:nth-child(1) {
    padding-bottom: 62px;
}
.date-content.custom.custom-padding-5 p:nth-child(5) {
    padding-top: 72px;
}

.date-content.custom.custom-padding-5 p:nth-child(4) {
    padding-top: 46px;
}

.activity-content.custom-padding-5 p:nth-child(2) {
    padding-top: 72px;
}
.activity-content.custom-padding-5 p:nth-child(4) {
    padding-top: 52px;
}
.date-content.custom.custom-padding-6 p:nth-child(5) {
    padding-top: 60px;
}
.activity-content.custom-padding-6 p:nth-child(4) {
    padding-top: 64px;
}













	
	
	
}


@media (max-width:991px){
	
	
.timeline-section-custom.mobile{
	display:block;
}
	

.timeline-section-custom.mobile .timeline__content-title {
        margin-bottom: 12px;
}

	.timeline-item.right h2.timeline__content-title.bottom {
   all:unset;
   font-size: 24px;
     color: white;
   font-weight: 600;
}
h2.timeline__content-title.bottom {
     all:unset;
	 font-size: 26px;
        color: white;
        font-weight: 600;
}

.schedule-program-page .mySlides img {
        height: 130px;
        object-fit: cover;
        width: 100%;
    }
	
	.schedule-program-page .next.customnav {
    position: absolute;
    top: 156px;
    right: -7px;
	}
	.schedule-program-page .prev.customnav {
    position: absolute;
    top: 156px;
    left: 7px;
	}
	.iternary-content {
    padding: 50px 0px;
	}
	
	.newtable tbody tr td {
    padding: 8px;
}
	
	
	.newtable table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  
   
    
}
	.timelin-content1 {
      padding: 24px 26px;
}
	
	
	.breadcumb-content2 {
    height: 240px;
	}
	
	
	
	
	
	
	
	
}
@media (max-width:767px) {

.tab-content.current.griding .images-grid {
    grid-template-columns: repeat(1, 1fr);
}



}




@media only screen and (max-width: 767px) {
	
.breadcumb-content2 {
    height: 180px;
}
	.breadcumb-content2 h2 {
    font-size: 50px;
	}
	.breadcumb-content2 h2:before {
    top: 48%;
    Color: white;
      right: 0%;
    font-size: 22px;
}

	
	.timeline:before {
    left: 8%;
  }
	
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 15px 60px 15px;
	
  }
  .timeline-item:before {
  opacity: 1;
}

.timeline__img {
    /* height: 200px; */
}
.timeline-item {
    left: 0px;
}
.timeline-item.right{
	 Right: 0px;
	 left: unset;
}
  p.timeline__content-desc.Extra-padding {
    margin-bottom: 50px;
}
.timeline-header {
    margin-bottom: 70px !important;
}
  .timeline-item:before {
    left: 2px !important;
        padding: 0 !important;
        top: -26px;
        text-align: center !important;
        width: 100%;
        border: none !important;
  }
  
  .timeline-item:before {
    font-size: 20px ;
    line-height: 27px ;
}
  
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
  
      .timeline__content-title {
               font-size: 22px;
        line-height: 35px;
    }
	
	.timeline__content {
        margin-top: 10px;
    }
	
	
	    .timeline__img {
        /* height: 120px; */
        /* width: 190px; */
    }
	
  
}

.iternary-content-date {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 22px;
    margin-top: 12px;
}
  
@media (max-width:991px){
	
.iternary-content-date h2{
	font-size:24px !important;
}
}





@media (max-width:767px){
.sec-text {
        font-size: 14px;
		margin-bottom:0;
    }
	
.portfolio-card .portfolio-content {
    top: 40% !important;
}

.timelin-content1 {
    padding: 20px 20px;
}
}


@media (max-width:700px){

    .timeline__img {
        /* height: 200px; */
        /* width: 330px; */
    }


}

@media (max-width:600px){

    .timeline__img {
        /* height: 180px; */
        /* width: 300px; */
    }


}


@media (max-width:500px){

    .timeline__img {
        /* height: 180px; */
        /* width: 260px; */
    }


}

@media (max-width:400px){

    .timeline__img {
        /* height: 130px; */
        /* width: 220px; */
    }


}
.archives-page .mfp-counter {
    display: none;
}
.archives-page img.mfp-img {
    width: 700px;
}


@media (min-width:1200px) and (max-width:1400px){
	
	.timeline__content {
    height: 600px;
}
}
@media (min-width:992px) and (max-width:1279px){
	
	.timelin-content1 {
   
    height: 440px;
}
	
	
}




