@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Default css
----------------------------------------------------------------
2.0 Helper classes
----------------------------------------------------------------
3.0 Menu css
----------------------------------------------------------------
    3.1 Menu slide effect
----------------------------------------------------------------
4.0 Social icon effect
----------------------------------------------------------------
5.0 Button effects
----------------------------------------------------------------
6.0 Img scale effects
----------------------------------------------------------------
7.0 Image Popup effect
----------------------------------------------------------------
8.0 slider dots style
----------------------------------------------------------------
9.0 Bottom to top effect
----------------------------------------------------------------
10.0 Loader css
----------------------------------------------------------------
11.0 Detail popup css
/*====================== 1.0 Default css =========================*/
body {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}
a {
    color: #626675;
    font-family: 'Varela Round', sans-serif;
}
a:focus, a:hover, a:active {
    outline: none;
    text-decoration: none;
}
p {
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Varela Round', sans-serif;
    color: #202020;
    line-height: 1.5;
    margin-top: 0;
    font-weight: 400;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
ul, ol {
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}
.required {
    color: #F00;
}
textarea {
    height: 150px;
    width: 100%;
    resize: none;
}
label {
  font-family: "Varela Round",sans-serif;
  font-size: 16px;
  font-weight: 300;
}
* {
    box-sizing: border-box;
}
img {
    margin: 0 auto;
    max-width: 100%;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #202020;
  opacity: 1;
  font-size: 20px;
}
/*====================== 2.0 Helper classes ======================*/
.no-gutter {
    padding: 0;
}
.center-block {
    float: none;
}
.site-heading {
    font-family: 'Fredoka One', cursive, sans-serif;
    font-weight: 400;
    font-size: 68px;
}
.white-text {
    color: #fff !important;
}
.pad-tp-bt {
    padding: 100px 15px;
}
.pad-tp-bt-20 {
    padding: 20px 15px;
}
.pad-tp-bt-40 {
    padding: 40px 0px;
}
.pad-tp-bt-60 {
    padding: 60px 0px;
}
.margin-bottom {
    margin: 0 0 15px 0;
}
.margin-bottom-30 {
    margin: 0 0 30px 0;
}
.margin-bottom-50 {
    margin: 0 0 50px 0;
}
.overlay-wrap {
    position: relative;
}
.overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.border-bottom::after {
  border-bottom: 3px solid #3080ee;
  content: "";
  display: block;
  height: 3px;
  margin: 8px 0;
  width: 20%;
}
.slick-slide {
  height: auto;
}
.contact-map iframe {
  width: 100%;
}
/*====================== 3.0 Menu css =========================*/
.navbar-brand {
    height: auto;
    padding: 10px 15px;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0;
}
.brand .navbar-brand {
  margin: 0;
  padding: 0;
}
.brand img {
  max-height: 40px;
  width: auto;
}
#wrapper {
  padding-top: 5rem;
}
.nav.navbar-nav.navbar-left {
  margin: 10px 0 0;
}
.navbar {
  background: #fff;
 
}
.navbar-default .navbar-nav > li > a {
  color: #202020;
  font-size: 16px;
}
.fax-mail {
  margin: 27px 0;
}
.navbar-collapse {
     width: 66.6%;
}
.navbar-nav.navbar-center {
  display: inline-block;
  float: none !important;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}
.navbar-nav.navbar-center > li {
  display: inline-block;
  float: none !important;
}
.navbar-collapse > ul > li+li {
    margin: 0 0 0 25px;
    position: relative;
}
.navbar-nav > li > a {
  padding: 10px 5px;
}
.navbar-collapse > ul > li > a > span {
  height: 3px;
  left: 0;
  width: 0;
  position: absolute;
  top: 100%;
  transition: width 0.20s linear 0s;
}
.navbar-collapse > ul > li.active > a > span, .navbar-collapse > ul > li:hover > a > span {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
.book-now {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.book-now .button {
  margin: 0;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.4;
}
/*=================== 3.0 (a) Menu lines style ===============================*/
.ipt-collapsed-button {
  border-radius: 100%;
  cursor: pointer;
  display: block;
  line-height: 25px;
  margin: 10px 0 0;
  padding: 16px 12px;
  position: fixed;
  z-index: 120;
}
.ipt-lines::before {
  top: 8px;
}
.ipt-lines::after {
  top: -8px;
}
.ipt-lines {
  display: inline-block;
  height: 3px;
  position: relative;
  top: -4px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  width: 35px;
}
.ipt-collapsed-button.ipt-closed .ipt-lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
}
.ipt-collapsed-button.ipt-closed .ipt-lines::after,
.ipt-collapsed-button.ipt-closed .ipt-lines::before {
  top: 0;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.2s;
  -webkit-transition: top 0.3s ease 0s, transform 0.3s ease 0.2s;
  -o-transition: top 0.3s ease 0s, transform 0.3s ease 0.2s;
  -ms-transition: top 0.3s ease 0s, transform 0.3s ease 0.2s;
  -moz-transition: top 0.3s ease 0s, transform 0.3s ease 0.2s;
}
.ipt-collapsed-button.ipt-closed .ipt-lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
}
.ipt-collapsed-button.ipt-closed .ipt-lines {
  background-color: transparent;
  transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-property: background;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
}
.ipt-lines::after,
.ipt-lines::before {
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  transition: top 0.3s ease 0.2s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0.2s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: top 0.3s ease 0.2s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0.2s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0.2s, transform 0.3s ease 0s, background-color 0.3s ease 0s;
  width: 35px;
  content: "";
}
.menu-toggled #sidebar-wrapper {
    width: 220px;
}
/*=================== 3.1 Menu slide effect ===========================*/
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
/*====================== 4.0 social icon effect ==================*/
.social-icon ul li a i::after {
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.social-icon ul li a i:hover {
    color: #ffffff;
}
.social-icon ul li {
    padding: 0;
    height: 20px;
}
.social-icon ul li a i {
    border-radius: 50%;
    height: 1.8em;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 1.8em;
}
.social-icon .facebook .fa::after {
    background: #3b5998;
}
.social-icon .twitter .fa::after {
    background: #55acee;
}
.social-icon .dribble .fa::after {
    background: #FF45B8;
}
.social-icon .google .fa::after {
    background: #dd4b39;
}
.social-icon .linked-in .fa::after {
    background: #007bb5;
}
.social-icon .behance .fa::after {
    background: #0B82FB;
}
.social-icon ul li a i:hover::after {
    opacity: 1;
    transform: scale(1);
}
.social-icon ul li a i::before {
    position: relative;
    z-index: 2;
}
/*=================== drak-colord-socail-icon =====================*/
.colord-icon ul li a {
	border-radius: 100px;
	color: #ffffff;
	padding: 10px 3px;
	margin: 3px;
}
.colord-icon ul li.facebook a {
  background: #3b5998;
}
.colord-icon ul li.twitter a {
  background: #55acee;
}
.colord-icon ul li.dribble a {
  background: #FF45B8;
}
.colord-icon ul li.google a {
  background: #dd4b39;
}
.colord-icon ul li.linked-in a {
  background: #007bb5;
}
.colord-icon ul li.behance a {
  background: #0B82FB;
}
.colord-icon ul li {
  transform: scale(1);
}
.colord-icon ul li:hover {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
/*=================== drak-socail-icon ==========================*/
.dark-icon ul li a {
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
  font-size: 12px;
  opacity: 1;
  padding: 11px 13px;
	
}
.dark-icon ul li {
  transform: scale(1);
}
.dark-icon ul li:hover {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
/*=================== 5.0 Button effects ==========================*/
.button-primary {
  border: 1px solid #1ebad4 !important;
  color: #fff;
  background: #1ebad4;
}
.button-primary:before {
 background: #fff;
 color: #1ebad4;
}
.button-primary:hover {
    color: #1ebad4;
}
.btn-black {
  border: 1px solid #202020 !important;
  color: #fff;
  background: #202020;
}
.btn-black:before {
 background: #fff;
 color: #202020;
}
.btn-black:hover {
    color: #202020 !important;
}
.red-btn {
  border: 1px solid #BA3232 !important;
  color: #fff;
  background: #BA3232;
}
.red-btn:before {
 background: #fff;
 color: #BA3232;
}
.red-btn:hover {
    color: #BA3232 !important;
}
.dark-red-btn {
  border: 1px solid #BA3232 !important;
  color: #fff;
  background: #da0a0a;
}
.dark-red-btn:before {
 background: #fff;
 color: #da0a0a;
}
.dark-red-btn:hover {
    color: #da0a0a !important;
}
.btn-white {
  border: 1px solid #fff !important;
  color: #fff;
}
.btn-white:before {
 background: #fff;
 color: #000;
}
.btn-white:hover {
    color: #000;
}
.green-btn {
    background: #5fba32;
    border: 1px solid #5fba32 !important;
   color: #fff;
}
.green-btn:before {
 background: #fff;
 color: #5fba32 !important;
 border: 1px solid #5fba32;
}
.button.green-btn:hover {
  color: #5fba32 !important;
}
.blue-btn {
  border: 1px solid #1d86cf !important;
  color: #fff;
  background: #1d86cf;
}
.blue-btn:before {
 background: #fff;
 color: #1d86cf;
}
.blue-btn:hover {
 color: #1d86cf !important;
}
.white-bg-btn {
 background: #fff;
 color: #000 !important;
 border: 1px solid #000;
}
.white-bg-btn:before {
 background: #202020;
 color: #fff !important;
 border: 1px solid #fff;
}
.white-bg-btn:hover {
    color: #fff !important;
}
/*==================== 5.0(a) button type submit css =====================*/
.button, #contact-form button[type="submit"], #submit button[type="submit"] {
  padding: 8px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -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.3s;
  transition-duration: 0.3s;
}
.button:before, #contact-form button[type="submit"]:before, #submit button[type="submit"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#contact-form button[type="submit"]:hover,
#submit button[type="submit"]:hover,
#contact-form button[type="submit"]:focus,
#submit button[type="submit"]:focus,
#contact-form button[type="submit"]:active,
#submit button[type="submit"]:active {
  color: #1ebad4;
}
#submit button[type="submit"]:hover:before, .button:hover:before, #contact-form button[type="submit"]:hover:before,
#submit button[type="submit"]:focus:before, .button:focus:before, #contact-form button[type="submit"]:focus:before,
#submit button[type="submit"]:active:before, .button:active:before, #contact-form button[type="submit"]:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*==================== 6.0 Img scale effect =======================*/
.img-scale img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.img-scale img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.55s ease 0s;
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    -ms-transition: all 0.55s ease 0s;
}
.img-scale {
    overflow: hidden;
}
/*========================== 7.0 Image Popup effect ========================*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*======================= 8.0 slider dots style ==============================*/
#slider-wrapper {
  position: relative;
}
.home-slider {
    position: relative;
}
.nivo-directionNav a {
    display: none;
}
.nivo-controlNav a {
    cursor: pointer;
    background: #fff;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 4px;
    text-indent: -9999px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.nivo-controlNav a.active {
  background: #3080ee;
}
.nivo-controlNav {
    z-index: 99;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.home-banner {
    display: none;
}
/*======================= 9.0 Bottom to top effect ==========================*/
#back-top {
    bottom: 24px;
    margin: 0;
    position: fixed;
    right: 24px;
    z-index: 99;
}
#back-top a img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
#back-top a {
    height: 77px;
    margin-bottom: 7px;
    width: 78px;
}
#back-top a:hover img {
    transform: scale(1.2);
}
/*============================ 10.0 Loader css ===================================*/
.loader-warpper {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 25%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cssload-fold-thecube 2.4s infinite linear both;
		-o-animation: cssload-fold-thecube 2.4s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.4s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.4s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.4s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.6s;
		-o-animation-delay: 0.6s;
		-ms-animation-delay: 0.6s;
		-webkit-animation-delay: 0.6s;
		-moz-animation-delay: 0.6s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-ms-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
/*================== 11.0 Detail popup css ================*/
.case-study-wrapper {
	background: #fff;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
  position: absolute;
  font-size: 40px;
}
.case-study-wrap {
  background: #fff;
  margin: -60px auto 0;
  padding: 20px;
}
.blog-content span, .blog-content span a {
  color: rgb(255, 255, 255);
  font-size: 18px;
}

/*================== 12.0 Special Recipes Animations ================*/
.animate-fade-in {
  animation: fadeIn 1s ease-in-out;
}

.animate-fade-up {
  animation: fadeInUp 1s ease-in-out;
}

.animate-slide-left {
  animation: slideInLeft 1s ease-in-out;
}

.animate-slide-right {
  animation: slideInRight 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}