@import url("http://weloveiconfonts.com/api/?family=entypo");
@import url("http://weloveiconfonts.com/api/?family=zocial");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%;
    font-size: 100%; padding: 0; margin: 0;
}

html {background: linear-gradient(243deg, #9fccd5, #1d1d2d, #9fccd5);
background-size: 400% 400%;
	text-align: center !important;
-webkit-animation: sbsgradient 5s ease infinite;
-moz-animation: sbsgradient 5s ease infinite;
animation: sbsgradient 5s ease infinite;}


@-webkit-keyframes sbsgradient {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@-moz-keyframes sbsgradient {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@keyframes sbsgradient { 
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}

}

.image-no {
	width:150px;height: auto; margin-top: 25px;
}


body {
    font-family: 'Montserrat', Arial, sans-serif;
   	font-weight: 300;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/* Preloader Effect */
#preloader {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
#loading-animation {
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    -webkit-animation:fadeinout 2.5s linear infinite;
    -moz-animation:fadeinout 2.5s linear infinite;
    animation:fadeinout 2.5s linear infinite;
}
@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}





.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
    margin: -38px 0 0 -123px;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #1d1d2d;
}
.btn-white:hover {
    background-color: #1d1d2d;
    color: #fff;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}









#footer
{
     position: fixed;
     bottom: 0;
     right: 0;
     font-size: 11px;
     margin: 5px;
     font-weight: 500;
     text-transform: uppercase;
}


a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #9fccd5;
}

header a:hover {
	color: #9fccd5;
	transition: 0.4s all linear;
}

header a {
	transition: 0.4s all linear;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
	position: absolute;
	z-index: 1000;
	  top: 40%;
  width: 600px;
  height: 300px;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  text-align: center;
}

.container > header h1 {

	margin: 0 auto;
	background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;

    width: 450px;
}

.container > header h2 {
	font-size: 1.2em;
	line-height: 2;
	margin: 0;
	color: #fff;
	font-weight: 300;
}
.container > header h2 span {
	font-weight: 500;
}

.shareicon  {
	color: #fff;      
	border-radius: 50%;
    display: inline-block;
	width: 48px;
  	height: 48px;
 	padding: 14px;
    position: relative;
    background: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: -25px 15px 0 15px !important;      
}

.shareicon:hover {
/*	background: #abab81;*/
	background: #fff;
	color: #1d1d2d;
    top: -3px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}


/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}



















    .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  }
  @keyframes flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  40% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  }
  50% {
  -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  80% {
  -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  transform: perspective(400px) scale3d(.95, .95, .95);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  }
  } 






















@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {

	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}

}

@media only screen and (max-width: 1460px) {
/* phones */
section .info h1{
	font-size: 3.0em;
}

}

@media only screen and (min-width: 768px) {
/* tablets and desktop */
}

@media only screen and (max-width: 767px) {
/* phones */
    
    .container > header h1 {

	margin: 0 auto;
	background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    margin-top: -20px;
    font-size: 1.25em;

}

.container > header h2 {
	font-size: 0.em;
	line-height: 2;
	margin: 0;
	font-weight: 400;
	color: #fff;
}

p {
	font-size: 0.75em;
	margin-top: -15px;
	line-height: 1.35em;
	padding: 0 50px !important;
	}

  section {
  	position: relative;
  }

	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}


 section .info {
 	display: none;
 }


.container > header {
  padding: 0;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 400px;
  height: 200px;
  left: 50%;
  margin-top: -270px;
  margin-left: -200px;
  text-align: center;
}

.shareicon  {
    margin: 10px -2px;      
}

.image-no {
	width:125px;height: auto; margin-top: 25px;
}


.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
    margin: -25px 0 0 -98px;
    font-size: 0.9em !important;
}



.shareicon  {
	color: #fff;      
	border-radius: 50%;
    display: inline-block;
	width: 38px;
  	height: 38px;
 	padding: 10px;
    position: relative;
    background: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: -55px 10px 0 10px !important; 
    font-size: 0.9em !important;
    
}





}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}


