@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");


.home-slider .ken-burns-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  list-style-type: none;
}
.home-slider .ken-burns-slideshow:before{ background:url(../img/grid.png);
	content: " ";
    width: 1920px;
    position: absolute;
    left: 0px;
    top: 114px; z-index:10000; height:40px;}
.home-slider .ken-burns-slideshow:after{ background:url(../img/grid.png);
	content: " ";
    width: 1920px;
    position: absolute;
    left: 0px;
    bottom: -25px; z-index:10000; height:40px;}

.home-slider .ken-burns-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.2);
  animation: kenburns 24s linear infinite;
}
.home-slider .ken-burns-slideshow .slide:nth-child(1) {
  animation-delay: 0s;
}
.home-slider .ken-burns-slideshow .slide:nth-child(2) {
  animation-delay: 6s;
}
.home-slider .ken-burns-slideshow .slide:nth-child(3) {
  animation-delay: 12s;
}
.home-slider .ken-burns-slideshow .slide:nth-child(4) {
  animation-delay: 18s;
}
.home-slider .ken-burns-slideshow .slide:nth-child(5) {
  animation-delay: 24s;
}
/*.home-slider .ken-burns-slideshow .slide:nth-child(6) {
  animation-delay: 30s;
}*/

.home-slider #slide1 {
  background-image: url("../img/slides/home-banner.jpg");
}
/*.home-slider #slide2 {
  background-image: linear-gradient(rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.8)), url("../img/slides/india.jpg");
}*/

.home-slider #slide2 {
  background-image: url("../img/slides/slide_13.jpg");
}
.home-slider #slide3 {
  background-image: url("../img/slides/slide5a.jpg");
}

.home-slider #slide4 {
  background-image: url("../img/slides/slide_15.jpg");
}
.home-slider #slide5 {
  background-image: url("../img/slides/slide_16.jpg");
}

@keyframes kenburns {
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1);
  }
}
.home-slider {
  display: grid;
  place-items: center;
  height: 90vh;
  color: white;
}

.home-slider .text-content{background-color: rgba(0, 0, 0, .6); text-align:center; padding:10px 15px;}

.home-slider section h1 { color:#FFFFFF;
  font-size: 42px; font-weight:600;
  text-shadow: 0 2px 2px black;
}

.home-slider h1 strong.col-txt {color: #ff561b;}
.home-slider h3 {font-weight:600; color: #00a1ad; font-size: 22px; line-height: 30px;}
.home-slider h4 {color: #FF9900; font-weight:600; font-size: 22px;}

@media (max-width:500px){
.home-slider { height: 69vh;}
}
@media (max-width: 1280px){
    .home-slider { height: 70vh !important;}
	.round-circle{bottom:-23px}
}
@media screen and (min-width: 1366px) {
     .home-slider { height: 90vh !important;}
}
@media screen and (min-width: 1440px) {
    .home-slider { height: 61vh !important;}
	.round-circle{bottom:82px}
}
@media screen and (min-width: 1600px) {
    .home-slider { height: 61vh !important;}
}
@media screen and (min-width: 1920px) {
   .home-slider { height: 51vh !important;}
   .round-circle{bottom:270px; left:-9%;}
}