@charset "utf-8";
/* CSS Document */

/* Button Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d5aa67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover {
  color: white;
}
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*----- rotating effect start------*/

#circle-container { margin: 0%; }

#circle { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; }

#circle text { font-family: 'Open Sans'; font-size: 21px; font-weight: normal; color:#333333;}

#circle svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
      -ms-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

/*----- rotating effect ends------*/


/*----- fp photos zoom out  effect start------*/




.zoomout{
    overflow: hidden;
    padding: 0;
    width: 100%;
 
}

.zoomout img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
 
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	 transform: scale(1.2);
}
.zoomout img:hover {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	transform: scale(1);
    z-index: 0;
}

/*----- fp photos zoom out  effect end------*/


.zoomin{
    overflow: hidden;
    padding: 0;
    width: 100%;
 position: relative;
}

.zoomin img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	 transform: scale(1);
}
.zoomin img:hover {
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	transform: scale(1.2);
    z-index: 0;
}





.boxes{
    display: block;
   /* width: 30%;
    height: 220px;
    background: #fe4;*/
    position: relative;
    overflow: hidden;
   /* float: left;
    margin: 1.5%;*/
    cursor: pointer;
}
.fpda-image{
   min-height: 100%;
   width: 100%;
	overflow: hidden;
}

body.home .boxes {
	
	border-radius: 40px 40px 0 0;
}

body.home .boxes img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	 transform: scale(1);
	
	border-radius: 40px 40px 0 0;
}

body.home .boxes:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
	transform: scale(1.2);
	
	border-radius: 40px 40px 0 0;
}


 .fpoverlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    color: #FFF;
    background-color: rgba(0,0,0,0.25);
    z-index: 10;

	background-clip: content-box;
	background-image: url('images/enlarge.png');
	background-repeat: no-repeat;
	background-position: center center;
}
 .fpoverlay a{

	display: block;
	width:100%;
	height:100%;
	background-image: url('images/enlarge.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/*--- pulse effect ---*/
.pulse{box-shadow:0 0 0 rgba(252, 251, 249,.9);animation:pulse 1.5s infinite}.pulse:hover{}@-webkit-keyframes pulse {
                0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -webkit-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -webkit-box-shadow: 0 0 0 0 rgba(60, 163, 220, 0);
               }
            }@keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0.9);
                }
                80% {
                    -moz-box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                    box-shadow: 0 0 0 25px rgba(60, 163, 220, 0);
                }
                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                    box-shadow: 0 0 0 0 rgba(252, 251, 249, 0);
                }
            }


@-webkit-keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse2 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse2 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.pulse2 .circle{
     text-decoration: none; 
     width: 58px; 
     height: 58px; 
     line-height: 55px; 
     border:solid 1px rgba(255, 255, 255, .5); 
     border-radius: 50%; 
     white-space: nowrap; 
     text-align: center; 
     position: relative; 
}
.pulse2 .circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border:solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
}
.pulse2 .circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation-name: pulseCircle;
    /* animation-duration: 1.2s; */
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-delay: 600ms;
}
@keyframes pulseCircle {
    0%   {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    100% {
        top: -50px;
        left: -50px;
        right: -50px;
        bottom: -50px;
        opacity: 0.01;
    }
}



/*----- image1 effects start------*/

	  /* Shine */
.hover14 div {
	position: relative;
	overflow: hidden;
}
.hover14 div::before {
	position: absolute;
	top: 0;
	left: -98%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 div:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/* Common style */
.grid figure {
	position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 360px;
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
			 
			 /*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	/*background: #18a367;*/
}

figure.effect-layla img {
	height: 390px;
}



figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*----- image1 effects end------*/

/*----- book now effects start------*/

.btnfos-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 1);
  outline-offset: 0px;
}

.btnfos-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  outline-color: rgba(255, 255, 255, 0);
  /*text-shadow: 1px 1px 2px #427388;*/
}

/*----- book now  effects start------*/


/*----- read more  effects start------*/

.btn-0:before {
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #85988D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
z-index: -1;
	
}

.btn-0:hover {
  color:#ffffff;
}

.btn-0:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.the-arrow1 {
				  width: 56px;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				display:inline-block;
				}
				
				.the-arrow1.-right1 {
				  top: -4px;
					position: relative;
					left: 5px;
				}
				
				.the-arrow1.-right1 > .shaft1 {
				  width: 56px;
				  -webkit-transition-delay: 0.2s;
						  transition-delay: 0.2s;
				}
				.the-arrow1.-right1 > .shaft1:before, .the-arrow1.-right1 > .shaft1:after {
				  width: 8px;
				  -webkit-transition-delay: 0.3s;
				  transition-delay: 0.3s;
				  -webkit-transition: all 0.5s;
				  transition: all 0.5s;
				}
				.the-arrow1.-right1 > .shaft1:before {
				  -webkit-transform: rotate(40deg);
				  transform: rotate(40deg);
				}
				.the-arrow1.-right1 > .shaft1:after {
				  -webkit-transform: rotate(-40deg);
						  transform: rotate(-40deg);
				}
				.the-arrow1 > .shaft1 {
				  background-color: #394B2F;
				  display: block;
				  height: 1px;
				  position: relative;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
						  transition-delay: 0;
				  will-change: transform;
				}
				.the-arrow1 > .shaft1:before, .the-arrow1 > .shaft1:after {
				  background-color: #394B2F;
				  content: '';
				  display: block;
				  height: 1px;
				  position: absolute;
				  top: 0;
				  right: 0;
				  -webkit-transition: all 0.2s;
				  transition: all 0.2s;
				  -webkit-transition-delay: 0;
				  transition-delay: 0;
				}
				.button-readmore:hover .the-arrow1 > .shaft1, .button-readmore:hover .the-arrow1 > .shaft1:before, .button-readmore:hover .the-arrow1 > .shaft1:after  {
					
					 background-color: #ffffff;
				}
				
				.the-arrow1 > .shaft1:before {
				  -webkit-transform-origin: top right;
				  transform-origin: top right;
				}
				.the-arrow1 > .shaft1:after {
				 /* -webkit-transform-origin: bottom right;*/
				  /* transform-origin: bottom right; */
				}



/*----- read more  effects end------*/



/*----- see more  effects stard------*/

 .the-arrow {
  width: 56px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 40%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #394B2F;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #394B2F;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 0px;
}
.the-arrow.-right > .shaft {
  width: 56px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #394B2F;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #394B2F;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  /*-webkit-transform-origin: bottom right;*/
  /* transform-origin: bottom right; */
}

.animated-arrow {
  display: inline-block;
  color: #394B2F;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	margin-top: 25px;
}
.animated-arrow:hover {
  color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #394B2F;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

/*----- see more  effects end------*/



.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #decdb1;
  padding: 7px 0px;
  border-radius: 0;
  overflow: hidden;
}
.effect span {

  color: #ffffff;

}

/* effect-5 styles */

.effect.effect-5 {
  transition: all 0.2s linear 0s;
	
}
  
 .effect.effect-5:before {
    content: url("images/nav-next.png");
   /* font-family: FontAwesome;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 0 50% 50% 0;
    transform: scale(0,1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
	 padding-top: 6px;
  }
  
 .effect.effect-5:hover {
    text-indent: 30px;
	 
	 
}

.effect:hover span {

  color: #666666;

}
    
 .effect.effect-5:hover:before {
      transform: scale(1,1);
      text-indent: 0;
    }




