/*section section-four banner-slider starts*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
/*section section-four banner-slider ends*/

/*section section-six image flip effet starts*/
zoom img {
    max-width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.image-box{
	overflow:hidden;	
}
.affix, .img-sec img {
    width: 100%;
}
.zoom img {
    max-width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zoom:hover img {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-box .card-container {
  position: relative;
  height: 240px;
}
.featured-box .card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
.featured-box .card:hover {
  transform: rotateY(180deg);
}
.featured-box .card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.featured-box .card .back {
	 background: #1157b3;
	 color: #0087cc;
	 line-height:1;
	 text-align: center;
	 transform: rotateY(180deg);
	 padding: 40px 20px;
	 color: #fff;
     display: flex;
    align-items: center;
    justify-content: center;
}
/*section section-six image flip effet ends*/

/*section-six activity slider starts*/
.cl {
  height: 200px;
  padding: 10px;
}
.cl-block {
  
}
.slick-active {
  padding: 20px 0;
}
.slick-center {
  transform: scale(1.08);
}
.slick-slide:not(.slick-active) {
  margin: 20px 0;
}
.child {
  width: 100%;
}
.slide:not(.slick-active) {
  cursor: pointer;
}
.slick-active {
	width: 450px !important;
	background: #ffc313 !important;
	
}
.slick-cloned {
	width: 555px !important;
}
.slick-slide {
	background: #1156b2;	

}
/*section-six activity slider ends*/

/*go to top starts*/
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    width: 45px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}
/*go to top ends*/

/*page loader starts*/
#page {
    display: none;
}
#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
        background-size: 40%;
}
/*page loader ends*/

/*navigation dropdown starts*/
.section-three ul.nav > li:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.section-three ul.nav > li:hover ul.dropdown > li {
  animation-name: slideInLeft;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-three ul.nav > li:hover ul.dropdown > li a {
  padding: 10px 0px;
  width: 100%;
}
.section-three ul.dropdown {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 100%;
  left: -52px;
  right: 0;
  flex-direction: column;
  margin: 0;
  padding: 5px 0 15px;
  list-style: none;
  background: #1156b2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
}
.section-three ul li ul li a {
  color: #fff;
}
@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*navigation dropdown ends*/

/*gallery page hover effects starts*/
.content {
  position: relative;
  overflow: hidden;
}
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
  opacity: 1;
}
.content-image{
  width: 100%;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p{
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom{
  top: 80%;
}
.fadeIn-top{
  top: 20%;
}
.fadeIn-left{
  left: 20%;
}
.fadeIn-right{
  left: 80%;
}
/*gallery page hover effects ends*/
