@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@font-face {
  font-family: 'Gilroy-Light';
  src: url('../fonts/Gilroy-Light.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  }
  @font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Medium.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  }
  @font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  }
  @font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../fonts/Gilroy-Heavy.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    }

  @font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    }

body {
  overflow-x: hidden;
  height: auto;
  color: #000;
  font-size: 17px;
  -webkit-overflow-x: hidden;
  font-family: 'Lato', sans-serif!important;
  background-color: #E5E5E5;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-overflow-x: hidden;
}
.text-orange 
{
  color: #F87E00;
}
.alert-orange {
  background-color: #F87E00;
}
.gilroy-bold{
  font-family: "Gilroy-Bold";
}
.gilroy-light{
  font-family: "Gilroy-Light";
}
.gilroy-medium{
  font-family: "Gilroy-Medium";
}
.gilroy-heavy{
  font-family: "Gilroy-Heavy";
}
.gilroy-regular{
  font-family: "Gilroy-Regular";
}
.link-orange
{
  color: #F38923;
}
.text-darkblue
{
  color: #254265;
}
#login_registration .card,#passwordReset .card,#passwordResetSent .card,#newsletter .card,#email_verified .card,#applyForSkill .card,#user-profile .card
{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-orange-border:hover
{
  background-color: #F38923;
  padding: 0.375rem 1.5rem;
  color: #fff!important;
}
.btn-blue
{
  background-color: #0B4166!important;
}
.btn-orange:hover
{
  border:1px solid #F38923!important;
  background-color: #fff!important;
  border-radius: 3px;
  padding: 0.375rem 1.5rem!important;
  color: #F38923!important;
}
.bg-blue
{
  background-color: #254265;
  border-radius: 3px;
}
#our-initiatives h2,#governing-body h2,#partners h2,#flagshipPrograms h3,#careers h3,#media_news h2,.gtco-testimonials h2,#video_testimonial h2,#ourPrograms h2
{
  color: #254265;
}



#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #254265;
}
.loaded #loader-wrapper {
  display: none;
  }
#loader1
{
  background-image: url(../images/web/web-page-02.jpg);
  background-size: 100%;
  height: 100vh;
  z-index: 1000;
}
#loader2
{
  background-image: url(../images/web/web-page-03.jpg);
  background-size: 100%;
  height: 100vh;
  z-index: 2000;
}
#loader3
{
  background-image: url(../images/web/web-page-04.jpg);
  background-size: 100%;
  height: 100vh;
  z-index: 3000;
}
#myTimer
{
  position:absolute;
  font-size: 30rem;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
 
  text-shadow: -1px 2px 2px #f6a106,
				  1px 2px 2px #f6a106,
				  1px -1px 0 #f6a106,
				  -1px -1px 0 #f6a106;
}
.loaded1
{
  opacity: 0;
  display: none;
}
.loaded2
{
  opacity: 0;
  display: none;
}
.loaded3
{
  opacity: 0;
  display: none;
}
#user-profile .form-control:focus,#contact .form-control:focus {
box-shadow: none!important;
}
.messages
{
  background-color: #E5E5E5;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0!important;
}
.success
{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.error
{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/**** LOGO ******/
.navbar-brand img 
{
  width: 140px;
}
/******  SLIDER *****/
.header 
{
  position: relative;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* position: fixed!important; */
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 97vh;
  width: 100vw;
  /* position: relative; */
}

.swiper-button-next, .swiper-button-prev {
  color: #fff!important;
}
.swiper-pagination-bullet-active
{
  background-color: #fff!important;
}
.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #F38923;
  color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 100%;
    height: 100vh;
    margin-right: 10px;
    position: absolute;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 450px;
    padding: 0;
    position: absolute;
    right: 50px;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}



.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 600px;
  width: 100vw;
  text-transform: uppercase;
}

.slider-container .homeslide h2 {
  color: #fff;

  font-size: 64px;
  line-height: 75px;
  letter-spacing: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  text-shadow: 10px 10px 6px rgba(0, 0, 0, 0.5);
}

.slider-container::after {

  content: '';
  position: absolute;
  /* opacity: 0.3; */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}



.homeslide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.001);
  transition: opacity .6s ease;
}

.homeslide div {
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.slider-container .homeslide div::after {
  content: '';
  position: absolute;
  /* opacity: 0.3; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.homeslide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}

.annouce-slide {
  position: relative;
  z-index: 9999;
}

.annouce-slide.active a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	 z-index: 99999;

}

.homecontrol {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.homecontrol.active, .homecontrol:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}
/** NAVIGATION *****/
.sideFixed
{
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 10px;
  
  overflow-x: hidden;
  padding: 8px 0;
  z-index: 999;
}
.sideFixed li 
{
  display: block!important;
  margin-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link:hover
{
 color:#F38923!important;
}

.dropdown-menu
{
  /* padding: 0!important; */
  top: 88%!important;
  background-color: #fff!important;
  padding: 0!important;
}
/* .dropdown-item:focus, .dropdown-item:hover
{
  background-color: transparent!important;
  color: #F38923!important;
} */
.dropdown-item 
{
  border-bottom: 1px solid #ddd!important;
  padding: 0.6rem 1rem!important;

}
.dropdown-item:focus, .dropdown-item:hover 
{
  background-color: #254265!important;
  color: #fff!important;
}
.bg-bisque{
  background-color:rgba(255, 255, 255,0.9)!important;
  z-index: 999;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px;
}
.btn-orange{
  background-color: #F38923!important;
  padding: 0.375rem 1.5rem!important;
  color: #fff!important;
}
.brdr-rounded
{
  border-radius: 18px!important;
}
#navbarSupportedContent{
  /* margin-top: 70px; */
  /* margin-left: 20px; */
  width: 100%;
}
.navbar-expand-lg .navbar-nav .active>.nav-link{
  color: #F38923!important;
  border-radius: 3px;

}
.social_links{
  margin: 0;
  padding-left: 0!important;
  
}
.loginSection 
{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  right:10px;
}
.dropdown-toggle::after
{
  color: #F38923;
}
.user_prof
{
  font-size: 13px;
}
.social_links li
{
  display: inline-block;
  list-style: none;
  margin-left:8px;
}
.social_links .social_icons
{
  background-color: #254265;
  padding:10px 8px;
  border-radius:50%
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem!important;
  padding-left: 0.8rem!important;
  font-family: "Gilroy-Bold";
}


.navbar-light .navbar-nav .nav-link {
  color: #254265!important;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link
{
  color: #fff!important;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link:hover
{
  color: #F38923!important;
}
.navbar-fixed-top.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px;
  z-index: 999;
  animation: smoothScroll 1s forwards;
  padding: 0 1rem;
}
/*** BANNER ****/
.carousel-caption
{
  text-align: left!important;
  bottom: inherit!important;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h3
{
  font-family: "Gilroy-Bold";
  font-size: 2.2rem;
}
.carousel-caption p
{
  font-size: 2rem;
  font-family: "Gilroy-Light";
}
/*****LOGIN ******/
#login_registration,#passwordReset
{
  background-color: #E5E5E5;
  height: 83vh;
}

/****** DYNAMIC BANNER *****/
.particletext {
  text-align: center;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.particletext.lines > .particle {
  position: absolute;
  background-color: rgba(255, 255, 255,0.1);
  -webkit-animation: lines 3s linear infinite;
          animation: lines 3s linear infinite;
}
@-webkit-keyframes lines {
  0%, 50%, 100% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
@keyframes lines {
  0%, 50%, 100% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
.banner 
{
    background-color:#0f3257;
}
.banner h3
{
 
  font-size: 3.5rem;
  text-transform: uppercase;
  z-index: 99;
  position: relative;

}
.banner h2
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.5rem;
  text-transform: uppercase;
}
.banner h1 
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.5rem;
  text-transform: uppercase;
}
.banner-bg
{
  width: 100%;
  height: 400px;

}
.cube {
  position: absolute;
  top: 10vh;
  left: 15vw;
  width: 10px;
  height: 10px;
  border: solid 1px #e1750c;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #f6a353;
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 12vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 20vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 25vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 200px;
  transform: rotate(-45deg);
}

.star {
  --star-color: #fff;
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
  background: linear-gradient(45deg, currentColor, transparent);
  border-radius: 50%;
  filter: drop-shadow(0 0 6px currentColor);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
}
@media screen and (max-width: 750px) {
  .star {
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
  }
}
.star:nth-child(1) {
  --star-tail-length: 5.87em;
  --top-offset: 79.38vh;
  --fall-duration: 6.002s;
  --fall-delay: 9.733s;
}
.star:nth-child(2) {
  --star-tail-length: 5.37em;
  --top-offset: 74.83vh;
  --fall-duration: 7.99s;
  --fall-delay: 9.637s;
}
.star:nth-child(3) {
  --star-tail-length: 5.07em;
  --top-offset: 78.92vh;
  --fall-duration: 8.476s;
  --fall-delay: 1.715s;
}
.star:nth-child(4) {
  --star-tail-length: 5.33em;
  --top-offset: 27.56vh;
  --fall-duration: 8.433s;
  --fall-delay: 8.454s;
}
.star:nth-child(5) {
  --star-tail-length: 5.57em;
  --top-offset: 16.01vh;
  --fall-duration: 11.021s;
  --fall-delay: 5.629s;
}
.star:nth-child(6) {
  --star-tail-length: 5.41em;
  --top-offset: 11.88vh;
  --fall-duration: 10.422s;
  --fall-delay: 2.643s;
}
.star:nth-child(7) {
  --star-tail-length: 5.82em;
  --top-offset: 43.56vh;
  --fall-duration: 7.311s;
  --fall-delay: 3.902s;
}
.star:nth-child(8) {
  --star-tail-length: 6.2em;
  --top-offset: 87.54vh;
  --fall-duration: 8.357s;
  --fall-delay: 7.154s;
}
.star:nth-child(9) {
  --star-tail-length: 5.91em;
  --top-offset: 29.26vh;
  --fall-duration: 7.926s;
  --fall-delay: 6.652s;
}
.star:nth-child(10) {
  --star-tail-length: 5.74em;
  --top-offset: 65.84vh;
  --fall-duration: 7.762s;
  --fall-delay: 6.734s;
}
.star:nth-child(11) {
  --star-tail-length: 6.08em;
  --top-offset: 18.68vh;
  --fall-duration: 9.91s;
  --fall-delay: 9.872s;
}
.star:nth-child(12) {
  --star-tail-length: 5.91em;
  --top-offset: 28.3vh;
  --fall-duration: 11.15s;
  --fall-delay: 0.549s;
}
.star:nth-child(13) {
  --star-tail-length: 6.15em;
  --top-offset: 96.59vh;
  --fall-duration: 11.487s;
  --fall-delay: 8.946s;
}
.star:nth-child(14) {
  --star-tail-length: 5.82em;
  --top-offset: 95.84vh;
  --fall-duration: 6.708s;
  --fall-delay: 6.843s;
}
.star:nth-child(15) {
  --star-tail-length: 6.99em;
  --top-offset: 71.48vh;
  --fall-duration: 8.245s;
  --fall-delay: 7.551s;
}
.star:nth-child(16) {
  --star-tail-length: 5.8em;
  --top-offset: 41.28vh;
  --fall-duration: 7.12s;
  --fall-delay: 9.262s;
}
.star:nth-child(17) {
  --star-tail-length: 6.07em;
  --top-offset: 76.1vh;
  --fall-duration: 8.005s;
  --fall-delay: 2.512s;
}
.star:nth-child(18) {
  --star-tail-length: 6.38em;
  --top-offset: 58.73vh;
  --fall-duration: 9.019s;
  --fall-delay: 9.671s;
}
.star:nth-child(19) {
  --star-tail-length: 6.2em;
  --top-offset: 12.96vh;
  --fall-duration: 9.717s;
  --fall-delay: 8.307s;
}
.star:nth-child(20) {
  --star-tail-length: 6.56em;
  --top-offset: 73.29vh;
  --fall-duration: 11.506s;
  --fall-delay: 1.014s;
}
.star:nth-child(21) {
  --star-tail-length: 6.01em;
  --top-offset: 58.75vh;
  --fall-duration: 7.841s;
  --fall-delay: 9.99s;
}
.star:nth-child(22) {
  --star-tail-length: 6.8em;
  --top-offset: 50.54vh;
  --fall-duration: 10.124s;
  --fall-delay: 9.25s;
}
.star:nth-child(23) {
  --star-tail-length: 5.9em;
  --top-offset: 25.99vh;
  --fall-duration: 9.786s;
  --fall-delay: 4.001s;
}
.star:nth-child(24) {
  --star-tail-length: 5.42em;
  --top-offset: 15.79vh;
  --fall-duration: 10.612s;
  --fall-delay: 5.521s;
}
.star:nth-child(25) {
  --star-tail-length: 7.46em;
  --top-offset: 39.24vh;
  --fall-duration: 10.146s;
  --fall-delay: 3.567s;
}
.star:nth-child(26) {
  --star-tail-length: 7.18em;
  --top-offset: 63.86vh;
  --fall-duration: 10.272s;
  --fall-delay: 3.92s;
}
.star:nth-child(27) {
  --star-tail-length: 5.95em;
  --top-offset: 71.07vh;
  --fall-duration: 7.111s;
  --fall-delay: 8.366s;
}
.star:nth-child(28) {
  --star-tail-length: 6.1em;
  --top-offset: 48.1vh;
  --fall-duration: 11.827s;
  --fall-delay: 5.852s;
}
.star:nth-child(29) {
  --star-tail-length: 6.42em;
  --top-offset: 23.57vh;
  --fall-duration: 6.149s;
  --fall-delay: 4.934s;
}
.star:nth-child(30) {
  --star-tail-length: 6.6em;
  --top-offset: 7.82vh;
  --fall-duration: 7.948s;
  --fall-delay: 2.281s;
}
.star:nth-child(31) {
  --star-tail-length: 7.31em;
  --top-offset: 33.17vh;
  --fall-duration: 11.496s;
  --fall-delay: 6.164s;
}
.star:nth-child(32) {
  --star-tail-length: 5.6em;
  --top-offset: 38.52vh;
  --fall-duration: 8.311s;
  --fall-delay: 5.693s;
}
.star:nth-child(33) {
  --star-tail-length: 5.53em;
  --top-offset: 96.57vh;
  --fall-duration: 9.205s;
  --fall-delay: 3.899s;
}
.star:nth-child(34) {
  --star-tail-length: 7.45em;
  --top-offset: 32.12vh;
  --fall-duration: 10.865s;
  --fall-delay: 5.316s;
}
.star:nth-child(35) {
  --star-tail-length: 5.42em;
  --top-offset: 14.74vh;
  --fall-duration: 7.833s;
  --fall-delay: 2.675s;
}
.star:nth-child(36) {
  --star-tail-length: 7.49em;
  --top-offset: 55.46vh;
  --fall-duration: 6.595s;
  --fall-delay: 0.499s;
}
.star:nth-child(37) {
  --star-tail-length: 6.46em;
  --top-offset: 67.13vh;
  --fall-duration: 8.269s;
  --fall-delay: 4.799s;
}
.star:nth-child(38) {
  --star-tail-length: 7.12em;
  --top-offset: 49.35vh;
  --fall-duration: 8.732s;
  --fall-delay: 9.702s;
}
.star:nth-child(39) {
  --star-tail-length: 5.09em;
  --top-offset: 25.32vh;
  --fall-duration: 10.011s;
  --fall-delay: 1.835s;
}
.star:nth-child(40) {
  --star-tail-length: 7em;
  --top-offset: 18.19vh;
  --fall-duration: 9.859s;
  --fall-delay: 4.308s;
}
.star:nth-child(41) {
  --star-tail-length: 6.06em;
  --top-offset: 38.19vh;
  --fall-duration: 9.143s;
  --fall-delay: 0.504s;
}
.star:nth-child(42) {
  --star-tail-length: 5.3em;
  --top-offset: 42.74vh;
  --fall-duration: 9.015s;
  --fall-delay: 7.787s;
}
.star:nth-child(43) {
  --star-tail-length: 5.33em;
  --top-offset: 54.2vh;
  --fall-duration: 9.405s;
  --fall-delay: 6.588s;
}
.star:nth-child(44) {
  --star-tail-length: 7.06em;
  --top-offset: 29.62vh;
  --fall-duration: 8.672s;
  --fall-delay: 9.106s;
}
.star:nth-child(45) {
  --star-tail-length: 5.02em;
  --top-offset: 74.42vh;
  --fall-duration: 7.482s;
  --fall-delay: 1.995s;
}
.star:nth-child(46) {
  --star-tail-length: 5.09em;
  --top-offset: 4.97vh;
  --fall-duration: 10.356s;
  --fall-delay: 0.619s;
}
.star:nth-child(47) {
  --star-tail-length: 6.18em;
  --top-offset: 80.53vh;
  --fall-duration: 11.608s;
  --fall-delay: 0.682s;
}
.star:nth-child(48) {
  --star-tail-length: 5.55em;
  --top-offset: 69.15vh;
  --fall-duration: 9.184s;
  --fall-delay: 4.814s;
}
.star:nth-child(49) {
  --star-tail-length: 7.31em;
  --top-offset: 4vh;
  --fall-duration: 11.413s;
  --fall-delay: 4.998s;
}
.star:nth-child(50) {
  --star-tail-length: 7.23em;
  --top-offset: 75.22vh;
  --fall-duration: 6.769s;
  --fall-delay: 7.963s;
}
.star::before, .star::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(45deg, transparent, currentColor, transparent);
  border-radius: inherit;
  animation: blink 2s linear infinite;
}
.star::before {
  transform: rotate(45deg);
}
.star::after {
  transform: rotate(-45deg);
}

@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0);
  }
}
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1;
  }
  70%, 80% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}


@keyframes sf-fly-by-1 {
  from {
    transform: translateZ(-600px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(0);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-2 {
  from {
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(-600px);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-3 {
  from {
    transform: translateZ(-1800px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
}
.star-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 600px;
  -webkit-perspective: 600px;
}
.star-field .layer {
  box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc,
    -91px -235px #d4d4d4, 491px -460px #ffffff, 892px -128px #ffffff,
    758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke,
    183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3,
    158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb,
    719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4,
    870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4,
    414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3,
    641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2,
    727px 146px #ffffff, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
    -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0,
    -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2,
    755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6,
    554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8,
    359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc,
    74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf,
    -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6,
    -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa,
    -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke,
    -860px -65px #c4c4c4, -572px 272px #ffffff, 459px 533px #fcfcfc,
    624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed,
    70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke,
    -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9,
    -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0,
    839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2,
    -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white,
    170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
    -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6,
    808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc,
    -380px 74px #cfcfcf, -369px -60px #ffffff, 47px -495px #e3e3e3,
    -383px 368px #ffffff, 419px 288px #d1d1d1, -598px -50px #c2c2c2,
    -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6,
    392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb,
    98px -412px #c4c4c4, -911px -277px #c9c9c9;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-radius: 40px;
}
.star-field .layer:nth-child(1) {
  animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
  animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
  animation: sf-fly-by-3 5s linear infinite;
}
/****** SKILL CENTER PAGE ******/
#sd_region_wise .region_wise .nav-link.active
{
  background-color: #F38923!important;
    color: #fff!important;
}
#sd_region_wise .region_wise .nav-link
{
  background-color: transparent!important;
  border: 1px solid #F38923!important;
  padding: 0.375rem 1.5rem!important;
  color: #F38923!important;
}
#skillCenter p
{
  text-align: justify;
}
#skillsAnouncements .nav-link
{
  color: #A9B4CD!important;
  background-color: transparent!important;
  border-bottom: 2px solid transparent;
}
#skillsAnouncements .nav-link.active 
{
  color: #F38923!important;
  border-bottom: 2px solid #F38923;
  border-radius: 0;
}
.payments
{
  background-color: #FAFAFA!important;
border: 1px solid #E5E5E5!important;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
border-radius: 10px!important;
padding: 20px;
}
.payments input[type='radio'] {
  width: 12px;
  height: 12px;
}
.paymentMethod .table td,.paymentMethod .table th
{
padding-left: 0;
padding-bottom: 0;
}
.paymentMethod{
 
  display: none;
}
.paymentMethod.on{
  display: block;
}
/**** ABOUT US SECTION******/
.contents .inv
{
  display: none;
}
#about-us h2,#anouncements h2,#recruiters h2,#about-us h3,#donations h3,#contact h3,.gallery h2
{
  color: #254265;
}
.img-responsive
{
  width: 100%;
}
#about-us p
{
  color: #000;
  font-size: 15px;
line-height: 29px;
}
.btn-orange-border
{
  border:1px solid #F38923!important;
  border-radius: 3px;
  padding: 0.375rem 1.5rem!important;
  color: #F38923!important;
}
#ourPrograms .nav-tabs
{
  border-bottom: 0;
}
#ourPrograms .nav-tabs .nav-link{
  color: #254265;
  font-weight: bold;
  font-family: 'gilroy-medium';
  text-decoration: none;
  height: 80px;
  border-bottom: 2px solid transparent;
}


#ourPrograms .nav-tabs .nav-link:hover
{
  border: 1px solid transparent;
}
#ourPrograms .nav-tabs li 
{
  margin-right: 20px;
}
#ourPrograms .nav-tabs .nav-link.active
{
  border: 0;
  border-bottom: 2px solid #F38923;
}
#ourPrograms .carousel-item{
  position: relative;
}
#ourPrograms .tab-pane-content
{
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  color: #fff;
}
#ourPrograms .tab-pane-content p 
{
  font-family: 'gilroy-regular';
}
#ourPrograms .tab-pane-content h3{
  color: #F38923;
}
#ourPrograms .carousel-indicators
{
  bottom: -110px;
  justify-content: initial!important;
  margin-left: auto;
  margin-right: auto;
}
#ourPrograms .carousel-indicators li 
{
  width: 122px;
  text-indent: initial!important;
  height: auto;
  background-color: transparent!important;
  color: #254265;
  font-family: 'gilroy-bold';
  height: 60px;
  font-size: 12px;
  opacity: 1;
  /* text-align: center; */

}
#ourPrograms .carousel-indicators li.active
{
  border-bottom: 2px solid #F38923;

}
#ourPrograms .carousel-indicators li:not(:first-child)
{
  margin-left: 0px;
}
#ourPrograms .contents  
{
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
#awardsCarousel .carousel-indicators li
{
  background-color: #254265;
  opacity: 1;
}
/****** OUR INITIATIVES ********/
#aarogyam .nav-pills .nav-item 
{
  width: 300px;
  text-align: center;
    font-family: 'gilroy-bold';
    font-size: 1.1rem;
}
.program-top-title
{
  padding: 1rem;
}
.program-top-title h4
{
  color: #E5B323;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.program-top-title p 
{
  font-size: 0.8rem;
}
#our-initiatives .card{
  border-radius: 3px!important;
  
}
#our-initiatives .carousel-inner
{
  overflow: visible!important;
}
#our-initiatives .card-body
{
  border-radius: 3px;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.25);
    background-color: #FAFAFA;
}
#our-initiatives .card-body p
{
margin-bottom: 2px;
}
#initiativesCarousel .carousel-control-next, #initiativesCarousel .carousel-control-prev
{
top: inherit!important;
bottom: -50px!important;
color: rgba(0, 0, 0, 0.25)!important;
}
.initiatives .slick-next
{
  right: 47%!important;
  top: inherit!important;
bottom: -60px;
}
.initiatives .slick-prev
{
left: 47%;
top: inherit!important;
bottom: -60px;
}
#initiativesCarousel .bg-dark {
  background-color: #F3F3F3!important;
  padding: 12px;
}
.initiatives .slick-prev,.initiatives .slick-next
{
  width: 32px;
  height: 32px;
}
.initiatives .slick-prev::before
{
  background-image: url(../icons/Vector-2.png)!important;
  background-size: 30%;
  width: 32px;
  height: 32px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0!important;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.initiatives .slick-next::before
{
  background-image: url(../icons/Vector-3.png)!important;
  background-size: 30%;
  width: 32px;
  height: 32px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0!important;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.initiatives .slick-slide
{
  margin: 0 8px!important;
}
.initiatives .slick-slide img
{
  width: auto!important;
  display: initial!important;
}
.initiatives .slick-list
{
  overflow: visible!important;
}

/***** OUR GOVERNING BODY ******/

/* #governing-body
{
  margin-top: 100px;
} */
.governings-list .governing-item
{
  width: 15.5%;
  /*float: left; */
  /* margin-right: 50px; */
}
/* .governing-img 
{
  width: 200px;
} */
.slider {
   
  margin: 20px auto;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}
#governing-body .slick-slide
{
  margin: 0 35px;
}
#governing-body .slick-list {
  margin: 0 -35px;
}
.governing-img img
{
  width: 100%;
}
.governing-body h5
{
  margin-bottom: 0px;
}
/* .governing-body p
{
  color: #F38923;
} */

/* .modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 48%!important;
  max-width: 48%!important;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
 
  
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-content .modal-body img,
.modal.right .modal-content .modal-body img{
  border-radius: 9999px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.5);
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 50px 50px 80px;
}

/*Left*/
.modal.right.fade .modal-content,.modal.left.fade .modal-content {
	border-radius: 0!important;
	border: none;
  background-image: url(../images/web/profile-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; 
    position: relative;
  background-size: 100% 400px;
}
/********  BANNERS **********/
.banner 
{
  height: 200px;
  background-size: 100%;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#skillCenterProgram
{
  background-image: url('../images/initiatives/skill-development-program.jpg');
 
}
#juteStudioProgram
{
  background-image: url('../images/initiatives/jute-studio.jpg');
}
#vidvattaProgram
{
  background-image: url('../images/initiatives/vidvatta.jpg');
}
#saphalaProgram 
{
  background-image: url('../images/initiatives/saphala.jpg');
}
#anupreranaProgram 
{
  background-image: url('../images/initiatives/anuprerana.jpg');
}
#helpingHandsProgram
{
  background-image: url('../images/initiatives/helping-hands.jpg');
}
#vanamManamProgram
{
  background-image: url('../images/initiatives/vanam-manam.jpg');
}
#socialProgram
{
  background-image: url('../images/initiatives/social-inclusion-of-vulnerable-population.jpg');
}
#healthCareProgram
{
  background-image: url('../images/initiatives/health-care-support.jpg');
}
#aboutUsBanner
{
  background-image: url('../images/pages/about-us.jpg');
}
#smrithiBanner 
{
  background-image: url('../images/pages/smrithi.jpg');
}
#careersBanner
{
  background-image: url('../images/pages/career.jpg');
}
#contactUsBanner 
{
  background-image: url('../images/pages/contact-us.jpg');
}
#eventsBanner 
{
  background-image: url('../images/pages/event.jpg');
}
#pressBanner 
{
  background-image: url('../images/pages/pres-conference.jpg');
}
#donationBanner 
{
  background-image: url('../images/pages/donateBanner.jpg');
}
#initiativesBanner{
  background-image: url('../images/initiatives/our-initiatives.jpg');
}
#announcementsBanner
{
  background-image: url('../images/pages/announcement.jpg');
}
/****** SOCIAL ICONS *******/
.menu-container {
  background-color: #F87E00;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 50px;
  border-radius:  6px 0 0 6px ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  transition: all 0.5s ease;
}
.menu-container .menu-item .menu-item-text 
{
  display: none;
}

.menu-container:hover .collapse-icon {
  opacity: 0;
  display: none;
}
.menu-container:hover .menu-item {
  opacity: 1;
}
.menu-container:hover .menu-item:hover {
  cursor: pointer;
}
.menu-container:hover .menu-item:hover .menu-item-text {
  padding-left: 30%;
  display: block;
}
.menu-container .collapse-icon {
  position: absolute;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  opacity: 1;
  color: #fff;
}
.menu-container .menu-item {
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding: 10px 5px;
}
/******** TESTIMONIALS ********/
#testimonials {
  background-image: url('../images/web/testimonial-bg.png');
  background-repeat: no-repeat;
  background-size:100%;
  min-height: 700px;
  background-position: center; 
    position: relative;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  text-align: center;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #F38923;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #F38923;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0px 0px 15px 5px rgba(100, 130, 12, 0.2);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 5px;
  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: #01b0f8; */
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
}
.gtco-testimonials .card .card-text {
  font-size: 16px;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 18px;

}
.gtco-testimonials .center h5 span {
  font-size: 18px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.announcement__details
{
  width: 171px;
height: 171px;
background: #FFFFFF;
flex-direction: column;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
}
@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;
}
.owl-carousel button.owl-dot {
  outline: 0;
}
/**** JUTE STUDIO ******/

#jute-studio
{
  background-color: #FAFAFA;
}
.about-jute
{
  /* height: 100%; */
  /* border-top: 10px solid #B69067;
  border-bottom: 10px solid #0B4166; */
  position: relative;
  background-image: url('../images/web/jute-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about-jute .juteDiv
{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.jute-img img
{
  width: 100%;
  height: auto;
}
.about-jute p
{
 margin:0 150px

}

/****** ANNOUCEMENTS ********/

 .announcement-item
{
  border: 1px solid #E5E5E5;
  padding: 20px;
  border-radius: 3px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* float: left; */
}
.announcement-details
{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.announcement-desc p 
{
  max-height: 52px;
  overflow: hidden;
}
.announcement-date h5
{
  margin-bottom: 0!important;
  text-align:center;
  width: min-content;
  white-space: break-space;
  margin-left: auto;
  margin-right: auto;
}
.announcement-date h5::first-word
{
  font-weight: bold;
}
.announcement-title h3
{
  font-size: 1.2rem;
}
/***** MEDIA AND NEWS*******/

#media_news .newsCard
{
  background: #FAFAFA;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
border-radius: 10px;
display: block;
text-decoration: none;
color: #000;
}
#media_news .img
{
  width: 200px;
  height: 200px;
  position: relative;
  /* background: rgba(243, 137, 35, 0.1); */
}
#media_news .img img
{
  display: block;
  
  width: 100%;
  height: 100%;
  object-fit: contain
}
#media_news .news_title
{
  font-size: 1.0rem;
}
#mediaNewsControls
{
  box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}
#mediaNewsControls .carousel-control-next
{
  top: -50px!important;
  right: -4%!important;
  bottom: auto!important;
}
#mediaNewsControls .carousel-control-prev
{
  top: -50px!important;
  left: 78%;
  bottom: auto!important;
}

#mediaNewsControls .carousel-control-prev-icon
{
  background-image: url(../icons/Vector-2.png)!important;
  background-size: 30%;
  width: 42px;
  height: 42px;
  padding: 15px;
  border-radius: 50%;
  background-color: #F3F3F3!important;
}
#mediaNewsControls .carousel-control-next-icon
{
  background-image: url(../icons/Vector-3.png)!important;
  background-color: #F3F3F3!important;
  background-size: 30%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 15px;
}
#mediaNewsControls .carousel-item .card-title
{
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
#mediaNewsControls .carousel-item .card-text 
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}
.mediaNewsFeaturedImg 
{
  min-height: 150px;
  overflow: hidden;
}
.mediaNewsHomeFeaturedImg 
{
  height: 300px;
  overflow: hidden;
}
/* .card-text 
{
  height: 60px;
} */
.mediaNewsFeaturedImg img
{
  display: block;
  /* height: 100%; */
  width: 100%;
}
#eventsPosts .card
{
  position: relative;
}
#eventsPosts .card a 
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#eventsPosts .card a:hover 
{
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#eventsPosts .card-title
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#eventsPosts .card-text
{
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
/****** OUR RECRUITERS ******/
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
#recruiters
{
  margin-top: 30px;
}
.customer-logos .slide
{
 
  height: 240px!important;
  border: 1px solid #E5E5E5;
  display: flex!important;
  align-items: flex-start;
  justify-content: center;
  width: 330px!important;
}

.customer-logos .slide img
{

 align-self: center;
  width: 150px;
}
/****** PARTNERS ********/
#partners .nav-pills .nav-link.active 
{
  background-color: #F38923;
  color: #fff;
}
#partners .nav-pills .nav-link
{
  border-radius: 0;
 border-top:1px solid #F38923;
 border-bottom:1px solid #F38923;
 color: #F38923;;
}
#partners .nav-pills .nav-item:first-child .nav-link
{
  border-left: 1px solid #F38923;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;

}
#partners .nav-pills .nav-item:last-child .nav-link
{
  border-right: 1px solid #F38923;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}
.partners-logos .slide
{
 
  height: 240px!important;
  border: 1px solid #E5E5E5;
  display: flex!important;
  align-items: flex-start;
  justify-content: center;
  width: 330px!important;

}

.partners-logos .slide img
{

 align-self: center;
  width: 150px;
}

#partners .partner{
  height: 230px;
  border: 1px solid #E5E5E5;
  display: flex!important;
  /* align-items: flex-start; */
  justify-content: center;
  flex-wrap: wrap;
  width: 22.2%;
  margin-bottom: 30px;
 
  
}
#partners .partner:not(:nth-child(4n))
{
  margin-right: 3%;
}
#partners .partner img
{

 align-self: center;
  width: 110px;
}
/******* FOOTER*****/
.footer{
  background-color: #254265;
}
.footer p , .footer h5
{
  color: #fff;
}
.footer-menu
{
  list-style: none;
  
}
.footer-menu li
{
  margin-bottom: 8px;
}
.footer-menu li a
{
  color: white;
  font-family: "gilroy-bold";
}
.footer h4
{
  color: #F38923;
  font-family: "gilroy-bold";
  font-size: 18px;
}
.footer .social_links .social_icons {
  background-color: #405774;

}
.footer hr
{
  border-color: #E1E1E1;
}
.document_links
{
  list-style: none;
  padding-left: 0!important;
  
}
.document_links li 
{
  margin-right: 12px;
}
.document_links li span 
{
  color: #fff;
}
.document_links li a
{
  color: #fff;
  margin-right: 12px;
}

/****** GALLERY ********/



/***** NEWS LETTER ******/
#newsletter
{
  /*height: 40vh;*/
}
/****** FORM ******/
#applyForSkill .wrapper {
  width: 100%;
  height: 300px;
}

.drop {
  width: 96%;
  height: 96%;
  border: 1px solid #DADFE3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
 
}
.drop .cont {
  width: 300px;
  height: 170px;
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.drop .cont .tit {
  font-size: 16px;
}
.drop .cont .desc {
  color: #A4AEBB;
}
.drop .cont .browse {
  margin: 10px 10%;
  color: rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
  border-radius: 5px;
  background: #C4C4C4;
}
.drop input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.drop .cont .top-div
{
border: 1px solid #dfdede;
padding: 16px;
border-radius: 4px;
}
#list {
  width: 100%;
  text-align: left;
  padding: 12px;
  /* position: absolute;
  left: 0;
  top: 0; */
}
#list .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 0px 5px 0 0;
}
#chooseMedia
{
  display: block;
}
.imageThumb {
  width: 90px;
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #FEF3E9;
  border: 1px solid #F38923;
  color: #F38923;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}
.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.file-upload .file-select {
  display: flex;
  border: 1px solid #ced4da;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}
.file-upload .file-select .file-select-button {
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 130px;
  border-right:1px solid #ced4da;
}
.file-upload .file-select .file-select-name {
  background-color: #FEF3E9;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  color: #F38923;
}
.file-upload .file-select .file-select-name .noFile
{
  color: #34495e;
}
.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* .file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
} */
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.form-group.required label:after,.form-group.required_group legend:after  {
  content:"*";
  color:red;
}

input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid darkgray;
  border-radius:50%;
  outline:none;
}
input[type='radio']:hover {
  box-shadow:0 0 5px 0px #F38923 inset;
}
input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
  background:#F38923;
}
#display_photo{
  display: none;
  width: 100px;
  height: 140px;
  border: 1px solid black;
  background-position: center;
  background-size: cover;
}

/* .banner .icon
{
  width: 200px;
  height: 200px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position:absolute;
  bottom: -55px;
} */

/******* STATISTICS TABLE ******/
#statistic,#chronogical_statistic {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}
#statistic thead th,#chronogical_statistic thead th
{
  background-color: #103256;
  color: #fff;
}
#statistic td:nth-child(1),#chronogical_statistic td:nth-child(1)
{
  background-color: #103256;
  color: #fff;
}
#statistic td:not(:nth-child(1)) , #chronogical_statistic td:not(:nth-child(1))
{
  background-color: #BAE2FA;
}
#statistic tbody tr:nth-child(4) td:nth-child(1),#statistic tbody tr:nth-child(5) td:nth-child(1),#statistic tbody tr:nth-child(6) td:nth-child(1)
{
  background-color: #DF0011;
}
#statistic tbody tr:nth-child(4) td:not(:nth-child(1)),#statistic tbody tr:nth-child(5) td:not(:nth-child(1)) , #statistic tbody tr:nth-child(6) td:not(:nth-child(1)) 
{
  background-color: #FDE9E0;
  color: #000;
}
#statistic tbody tr:last-child td,#chronogical_statistic tbody tr:last-child td
{
  background-color: #103256;
  color: #fff;
}
#statistic th,#chronogical_statistic th,
#statistic td,#chronogical_statistic td {
  padding: 15px;
  border: 1px solid #fff;
 
}
#statistic th {
  text-align: left;
}
#statistatisticstics thead th,#chronogical_statistic thead th {
  /* background-color: #55608f; */
  border: 1px solid #fff;
}
#statistic tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#statistic tbody td {
  position: relative;
  color: #000;
}
#statistic tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
#statistics ul 
{
  line-height: 29px;
}
/******GALLERY SECTION *******/
#single_page #lightgallery img 
{
  height: 150px;
}
.gallery .nav-link {
  background-color:transparent!important;
  border: 1px solid #F38923!important;
    border-radius: 3px;
    padding: 0.375rem 1.5rem!important;
    color: #F38923!important;
    margin-bottom: 10px;
}
.gallery .nav-link.active 
{
  background-color:#F38923!important;
  color: #fff!important;
}

.image_product_box {
  width: 100%;
  height: 470px;
  position: relative;
  box-shadow:4px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #FDE9E0;
  border-radius: 3px;
  }
  .image_box_wrapper {
    border-radius: 3px;
    background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: inherit;
width: 100%;
padding: 20px;
font-size: 16px;
color: #fff;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
    }
   
    .image_content
    {
      position: absolute;
      bottom: 0px;
      padding: 0 20px 0 20px;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(243, 137, 35, 0) 0%, #FDE9E0 80.75%);
        top: 0;
    }
    .image_heading
    {
        position: absolute;
      bottom: 0px;
      padding: 0 20px 0 20px;
      left: 0;
      right: 0;
      color:#000;
    }
    .image_content h6
    {
      font-weight: 400;
      font-size: 14px;
    }
    .image_content h3
    {
      font-weight: 700;
font-size: 16px;
    }
    .btn-kcpf-readmore
    {
      margin-top: 20px;
      background-color: #FFFFFF!important;
border: 1px solid #F38923!important;
border-radius: 5px!important;
padding: 11px 24px!important;
color: #F38923!important;
visibility: hidden;
    }
    .image_product_box:hover .btn-kcpf-readmore
    {
      visibility: visible;
    }
/******* VISION & MISSION *********/
#vision
{
  background-color: #F38923;
}
#mission
{
  background-color: #254265;
}
#vision,#mission
{
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
#vision p,#vision h3
{
  color: #ffffff;
}
#vision p,#mission p
{
  font-size: 1.25rem;
}
/******** Flag ship Program********/
.flag_program
{
 
  height: 260px;
  background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 30px;
}
.objective
{
 
  height: 320px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.bg-blue
{
  background-color: #254265;
}
.objective p 
{
  font-size: 24px;
  line-height: 24px;
}
 .content
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.flag_program .content p 
{
  font-size: 14px;
}
.annualReport th
{
  font-family: "gilroy-bold";
  color: #254265!important;
}
.annualReport tr > td {
  text-align: center;
}
#amount_spent
{
  background-color: #F38923;
}
.content .amount 
{
  font-family: "gilroy-bold";
  font-size: 28px;
}
.brdr
{
  border-right: 1px solid white;
}
#amount_spent .content h3
{
  margin-bottom: 0px;
}
#awards
{
  background-image: url('../images/web/awards-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 650px;
}
#awardsCarousel
{
  border: 10px solid #254265;
}
#awardsCarousel .carousel-indicators
{
  bottom: -60px!important;
}
#awardsCarousel .carousel-inner
{
  overflow: visible!important;
}
#awardsCarousel .carousel-caption
{
  top: 500px!important;
  bottom: auto!important;
  text-align: center!important;
  left: 0!important;
  right: 0!important;
}
#awardsCarousel .carousel-caption p
{
  font-size: 1.2rem;
  color: #000;
}
.documents
{
  border: 1px solid #dee2e6;
}
/* #awardsCarousel .overflowx
{
  overflow-x: hidden!important;
} */
.carousel-indicators .active
{
  background-color: #F38923!important;
}
#legal_documents .table th
{
  padding: 2rem;
}

/****** CAREERS *********/

#careers .form-control-file::-webkit-file-upload-button
{
  background-color:#254265;
  color: #fff;
  border: 0;
  padding:8px 12px;
  border-radius: 5px;
 
}
#career-form legend 
{
  font-size: 1.0rem;
}
/******** ANNOUNCEMENTS *******/
.initiatives-menu ul
{
  padding-left: 0!important;
}

.btn-outline-kcpf
{
  color: #E5B323!important;
  border: 1px solid #E5E5E5!important;
  border-radius: 0!important;
  padding: 10px 15px!important;

}
.btn-outline-kcpf:not(:disabled):not(.disabled).active, .btn-outline-kcpf:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
  border-bottom:2px solid #343a40!important;
  }
  .initiative-item
  {
    margin-top: 60px;
    min-height: 500px;
  }
  .initiative-item ul
  {
    padding-left: 0!important;
    list-style: none;
    float: left;
    
  }
  .initiative-item ul li 
  {
    float: left;
    margin-right: 15px;

  }
  .initiative-item ul li a 
  {
  color:#A9B4CD

  }
  /* .initiatives-sub-menu
  {
    height: 24px;
  } */
  .initiatives-sub-menu ul
  {
    padding-left: 0!important;
    margin: 0!important;
    list-style: none;
    display: flex;
    
  }
  .initiatives-sub-menu ul li
  {
    float:left;
    margin-right: 15px;
  }
/******** CONTACT US ********/
#contact h3
{
    font-size:1.2rem;
}
#contact h4
{
    font-size:1rem;
}
.bg-orange
{
  background-color: #F38923!important;
  /* height: 100%; */
}
.newsLetter 
{
  background-color: #254265;
  padding: 25px;
  border: 1px solid #254265;
  border-radius: 3px;
}
.btn-subscribe-button
{
  color:#fff!important;
  background-color: #F38923!important;
  padding: 12px 25px 12px 12px !important;
  border-radius: 0!important;
  position: relative;
  font-size: 14px!important;
  font-weight: bold!important;
}
.btn-subscribe-button span
{
  position:absolute;
  top: 12px;
  right: 10px;
  background-image: url(../icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 30px;
}
#downloadBroucher
{
  width: 100%;
  height: 220px;
  border: 1px solid #F38923;
  border-radius: 3px;
}
#downloadBroucher #card__top
{
  height: 128px;
  position: relative;
}
#downloadBroucher #card__top img 
{
  position: absolute;
  bottom: -82px;
  left: 20px;
}
#downloadBroucher #card__bottom 
{
height: 90px;
border-radius: 3px;
padding-right: 10px;
}
.btn-download-button
{
 
  padding: 12px 40px 12px 12px!important;
  border-radius: 0!important;
  position: relative;
  font-size: 14px!important;
  font-weight: bold!important;
  
}
.btn-download-button span
{
  position:absolute;
  top: 12px;
  right: 10px;
  background-image: url(../icons/download-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 30px;
}
.contact-details 
{
  background: #FFFFFF;
border: 1px solid #E5E5E5;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
#contact-form .form-control
{
  /* border: 0; */
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
}
.btn-kcpf-button
{
  color:#fff!important;
  background-color: #254265!important;
  padding: 12px 50px 12px 12px!important;
  border-radius: 0!important;
  position: relative;
}
.btn-kcpf-button span
{
  position:absolute;
  top: 17px;
  right: 10px;
  background-image: url(../icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
#email_call h5 a,#email_call h5 a:hover{
  color: #191919;
  text-decoration: none;
}
#contact-form 
{
  background: #FFFFFF;
border: 1px solid #E5E5E5;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 30px;
}
/******* PROFILE PAGE********/
.profile-image
{
  width: 200px;
  margin: auto;
  padding-top: 20px;
}
#user-profile .form-control {
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
 
}
#user-profile .nav
{
  border-top: 1px solid #E5E8EB!important;
  border-left: 1px solid #E5E8EB!important;
  border-right: 1px solid #E5E8EB!important;
}
#user-profile .nav-link.active
{
  background: rgba(37, 66, 101, 0.1)!important;
  border-radius: 0;
  
}
#user-profile .nav-link
{
  color: #254265!important;
  border-bottom:  1px solid #E5E8EB!important;
  font-family: 'gilroy-bold';
}
 #user-profile .table thead
 {
 
  background: #F3F3F3;
  border: 1px solid #E5E5E5;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
 }
 #user-profile .table thead tr>th
 {
  padding: 1.2rem!important;
 }
 #user-profile .table tbody tr>td,#user-profile .table tbody tr>th
 {
  padding: 1.2rem 0.75rem!important;
 }
 #user-profile .table tbody tr
{
  border-bottom: 1px solid #E5E5E5;
}
#user-profile label
{
  color: #bbb;
  margin-bottom: 0;
}
.ytp-endscreen-content {
  visibility: hidden;
}
/******** RESPONSIVE *******/
@media only screen and (min-width: 601px) {
  .image_product_box:hover .image_box_wrapper 
  {
    transform: translateY(-30px);
    transform-origin: center top 0;
transform-style: preserve-3d;
transition: all 0.25s ease-in-out;
  }
  .header
  {
    position: relative;
  }
.header #carouselExampleCaptions
{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 99;

}
.dropdown:hover .dropdown-menu {
  display: block;
}
/* .aboutUs
{
  margin-top: 35%;
} */
}
@media only screen and (max-width: 600px) {
  .mob-menu 
  {
    border-radius: 30px!important;
    height: 90%;
  }
  .mob-menu .dropdown-menu ,.mob-menu .dropdown-item 
  {
    border-bottom: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 2px solid #ddd;
  }
  .mob-menu .navbar-nav .nav-link 
  {
    font-size: 20px;
    color: #103257;
    font-family: 'gilroy-bold';
    position: relative;
  }
  .mob-menu .dropdown-toggle::after
  {
    position: absolute;
    right: 0;
    top: 21px;
  }
  .dropdown-menu.show {
    display: block;
    position: relative!important;
    top: -50px!important;
    left: 5px!important;
}
.mob-menu .navbar-nav 
{
  overflow: scroll;
}
.mob-menu .nav-item.active .nav-link
{
  color: #F38923;
}
  .mob-header 
  {
    border-bottom: 0!important;
  }
  .customer-logos .slide img
  {
    width: 250px;
  }
  /**** LOGO ******/
.navbar-brand img 
{
  width: 90px;
}
.initiative-item
{
  margin-top: 20px;
}
.navbar-toggler-icon
{
  width: 1em!important;
  height: 1em!important;
}
  .image_content
  {
    padding: 20px;
  }
  .btn-kcpf-readmore
    {
     
visibility: visible;
    }
  #sd_region_wise .region_wise
  {
    display: none;
  }
  .mobile-content .hide 
  {
    display: none;
  }
  .customer-logos .slide,.partners-logos .slide
  {
    width: 320px!important;
  }
  .slick-slide img
  {
    padding: 0 35px!important;
  }
  .banner h1,.banner h2,.banner h3
  {
    font-size: 2rem;
  }
  .slider-container h1
  {
    font-size: 34px;
    line-height: 35px;
  }
  .carousel-caption
  {
    padding-top: 0px!important;
    bottom: inherit!important;
    padding-bottom: 0px!important;
  }
  .carousel-caption h3
  {
    font-size: 1.2rem;
    
  }
.default .slick-prev
{
left: -12px!important;
}
.default .slick-next
{
  right: -12px!important;
}
.initiatives .slick-next
{
  right: 40%!important;
}
.initiatives .slick-prev
{
  left: 42%;
}
#governing-body
{
  margin-top: 20px;
}

#single_page #lightgallery img
{
  height: auto;
}
.slick-prev:before, .slick-next:before
{
  font-size: 30px!important;
}
.about-jute p
{
  margin: 0 20px;
}
.announcements-list .announcement-item
{
  padding: 15px;
}
.announcement-item.vis 
{
  display: block;
}
.announcement-date h5
{
  width: auto;
  margin-bottom: 15px!important;
  text-align: left;
}
.marginTop 
{
  margin-top: 20px;
}
#awards
{
  min-height: 480px;
}
.announcements-list .d-flex
{
display: inherit!important;
}
.announcement-details
{
  border-left: 0px;
  padding-left: 0px;
}
.mediaNewsFeaturedImg
{
  min-height: auto;
}
#vision,#mission
{
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  align-items: center;
}

.banner h2
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.5rem;
}
.about-jute .juteDiv
{
  position:initial;
  transform: inherit;
  padding: 20px 0;
}
.brdr
{
  border-right: 0px solid white;
}
#amount_spent
{
  text-align: center;
}
.banner .icon {
  /* width: 90px; */
  height: 90px;
  bottom: 0;
}
#awardsCarousel .carousel-caption {
  top: 310px!important;
}
.banner .icon img {
  width: 50px;
}
}

@media only screen and (max-width: 575px) {

.document_links li span 
{
  display: none;
}
.banner {
  margin-bottom: 0px;
}
}
@media (max-height: 736px) {
  .mediaNewsFeaturedImg {
 
  height: auto;
  }
  #single_page #lightgallery img
  {
    height: auto;
  }
}
@media (max-height: 667px) {
  .mediaNewsFeaturedImg {
 
    height: auto;
    }
    #single_page #lightgallery img
    {
      height: auto;
    }
}
@media (max-height: 568px) {
  .mediaNewsFeaturedImg {
 
    height: auto;
    }
    #single_page #lightgallery img
    {
      height: auto;
    }
}
/* @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;height:400px;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden} */