


/*
  Theme Name: Prepages - Ajax preloader plagins
  Description: Ajax preloader plagins
  Version: 1.0
  Author: ThemeHunter
  URL: https://themeforest.net/user/themexhunter
*/

/* CSS Index
-----------------------------------
1. 12 preloader pages

*/

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*---------------------------
	Fonts
----------------------------*/
 body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	list-style:none
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color:#1abc9c;
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
*.p{
    color: #7a8595;
	font-weight:500;
    line-height: 1.7em;
}
* {
  box-sizing:border-box;
}
body{
	overflow-x:hidden
}
.slicknav_menu{
	display:none;
}
.mb-30{
	margin-bottom:30px;
}
/*********************************
	preloader
********************************/
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color:#1abc9c;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner > span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner > span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner > span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner > span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background:#1abc9c;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #1abc9c;
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #1abc9c;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background:#1abc9c;
  }
}



/*********************************
	end of preloader
********************************/

.section{
	padding-top:100px;
	padding-bottom:70px;
}

/*Start Frame Work*/
*{box-sizing: border-box}
.container{text-transform: capitalize}
body{
	background: url(../img/background-tree-white.jpg) fixed center center;
	background-size: cover
}

/* Start Display */
.Flex{display:flex}
.Flex_C_C{display: flex; justify-content: center; align-items: center}
.Flex_A_C{display: flex; justify-content: space-around; align-items: center}
.Flex_B_C{display: flex; justify-content: space-between; align-items: center}
.Flex_Wrap{display: flex;flex-wrap: wrap}
.Special_Heading{margin: 25px auto; position: relative;text-align: left}

.Special_Heading::after{
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    top: 40px;
    left: 5px;
    border: 1px solid #1abc9c;
}
.box-warp{
    height: 300px;
	padding-bottom:50px;	
}
.box-warp h3{
	margin: 0 auto !important;
    padding: 15px;
    background-color: #1abc9c;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.section-demo h1{
    font-size:40px;
	font-weight:700;
	color:#000;
	text-transform:capitalize;
}

/*Start MixItUp*/

.Controls{
    margin: 40px 0px;
    position: relative;
    z-index: 1
}
.Controls .btn-defualt{
    margin: 0 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    transform:scale(1);
    transition: all 1s ease-in-out
}
.hvr-rectangle-out:before{background-color: #1abc9c}
.Controls .Active{
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    transform:scale(1.1);
	color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.Holder .mix {display: none}
  
.Holder:after{
    content: '';
    display: inline-block;
    width: 100%;
}
  
/*End MixItUp*/

/*****************************************************************************/

.Loading_Container{
    background-color: #222;
    /* position: fixed; */
    perspective: 600px;
    z-index:3;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out
    
}

.Shape_1{
    width: 100px;
    height: 100px;    
    position: relative;   
    transform-style:preserve-3d;
    transform: translatez(-50px);   
    animation: Shape_1_1 15s ease-in-out infinite;
}
.Shape_1 span{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#10c317 23%,#15d09a 64%);   
    position: absolute;
    text-align: center;
}

.Shape_1 .Front  {transform: translatez(50px);}
.Shape_1 .Back   {transform: rotatey(180deg) translatez(50px);}

.Shape_1 .Top    {transform: rotatex(90deg) translatez(50px);}
.Shape_1 .Bottom {transform: rotatex(-90deg) translatez(50px);}
                   
.Shape_1 .Left   {transform: rotatey(-90deg) translatez(50px);}
.Shape_1 .Right  {transform: rotatey(90deg) translatez(50px);}

@keyframes Shape_1_1{
    0%,10%,100%{transform: translatez(-50px) rotatey(0deg) rotatex(0deg)}
    
    20%{transform: translatez(-50px) rotatey(90deg);}
    30%{transform: translatez(-50px) rotatey(180deg);}
    40%{transform: translatez(-50px) rotatey(270deg);}
    70%{transform: translatez(-50px) rotatex(-90deg);} 
    80%{transform: translatez(-50px) rotatex(90deg);}
    90%{transform: translatez(-50px) rotatex(90deg);}
    
}

/*****************************************************************************/

.Shape_2{
    width: 100px;
    height: 100px;
    border: 1px solid #444;
    transform: rotateZ(45deg)
}
.Shape_2 span{
    width: 50%;
    height: 50%;
    backface-visibility: hidden;
    background: linear-gradient(to right, #8d0eff, #e20049);
}
.Shape_2 span:first-child {animation: Shape_2_Flip_1 2s infinite ease-in-out alternate}
.Shape_2 span:nth-child(3){animation: Shape_2_Flip_2 2s .6s infinite ease-in-out alternate}
.Shape_2 span:last-child  {animation: Shape_2_Flip_3 2s 1.1s infinite ease-in-out alternate}
.Shape_2 span:nth-child(2){animation: Shape_2_Flip_4 2s 1.6s infinite ease-in-out alternate}

@keyframes Shape_2_Flip_1{
    0%  {transform: rotateX(0deg); transform-origin: center}
    100%{transform: rotateX(180deg); transform-origin: bottom}
}
@keyframes Shape_2_Flip_2{
    0%  {transform: rotateY(0deg); transform-origin: center}
    100%{transform: rotateY(180deg); transform-origin: right}
}
@keyframes Shape_2_Flip_3{
    0%  {transform: rotateX(0deg); transform-origin: center}
    100%{transform: rotateX(180deg); transform-origin: top}
}
@keyframes Shape_2_Flip_4{
    0%  {transform: rotateY(0deg); transform-origin: center}
    100%{transform: rotateY(180deg); transform-origin: left}
}

/*****************************************************************************/

.Shape_3{width: 105px; height: 25px}
.Shape_3 span{
    width: 15px;
    height: 15px;
    background: linear-gradient(to right, #095200, #78fb00e0);
    animation: Shape_3_Wave 2s infinite ease-in-out alternate
}
.Shape_3 span:nth-child(2) {animation-delay: 0.6s}
.Shape_3 span:nth-child(3) {animation-delay: 1.1s}
.Shape_3 span:nth-child(4) {animation-delay: 1.6s}
.Shape_3 span:nth-child(5) {animation-delay: 2.1s}
.Shape_3 span:last-child   {animation-delay: 2.6s}
@keyframes Shape_3_Wave{
    0%{transform: scale(1,1)}
    100%{transform: scale(1,2.5)}
}

/*****************************************************************************/

.Shape_4 {width: 100px; height: 25px}
.Shape_4 span{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: linear-gradient(to right, #e402c8, #12e4ff);
    animation: Scaling 1.5s 1s infinite
}
.Shape_4 span:first-child  {animation-delay: 1s}
.Shape_4 span:nth-child(2) {animation-delay: 0.5s}
.Shape_4 span:nth-child(3) {animation-delay: 0.5}
.Shape_4 span:last-child   {animation-delay: 0s}
@keyframes Scaling{
    0%   {width: 15px;}
    50%  {width: 35px;}
    100% {width: 15px;}
}

/*****************************************************************************/

.Shape_5{
    width: 70px;
    height: 70px;
    border: 5px solid transparent;
    border-radius: 50%;
    animation: Shape_5_Rot 2s ease-in-out infinite
}
.Top_Border{border-top-color:#007bff;}
@keyframes Shape_5_Rot{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}

/*****************************************************************************/

.Shape_6{width: 70px; height: 70px; position: relative}
.Shape_6 span{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid #ccc;    
    border-top-color: #5eb300;
    border-radius: 50%
}
.Shape_6 span:first-child {animation: Shape_6_Rot_1 2s ease-in-out infinite}
.Shape_6 span:last-child  {animation: Shape_6_Rot_2 2s ease-in-out infinite; transform: scale(.8)}
 @keyframes Shape_6_Rot_1{
    0%  {transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes Shape_6_Rot_2{
    0%  {transform: scale(.8) rotate(0deg);}
    100%{transform: scale(.8) rotate(360deg);}
}

/*****************************************************************************/

.Shape_7{width: 70px; height: 70px; position: relative}
.Shape_7 span{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid #ccc;    
    border-top-color: #ec1111;
    border-radius: 50%
}
.Shape_7 span:first-child {animation: Shape_7_Rot_1 2s ease-in-out infinite}
.Shape_7 span:last-child  {animation: Shape_7_Rot_2 2s ease-in-out infinite; transform: scale(.8)}
@keyframes Shape_7_Rot_1{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
@keyframes Shape_7_Rot_2{
    0%  {transform: scale(.8) rotate(0deg)}
    100%{transform: scale(.8) rotate(-360deg)}
}

/*****************************************************************************/

.Shape_8{width: 70px; height: 70px; position: relative}
.Shape_8 span{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid #ccc;    
    border-top-color: #d49100;
    border-radius: 50%
}
.Shape_8 span:first-child   {animation: Shape_8_Rot_1 2s ease-in-out infinite}
.Shape_8 span:nth-child(2)  {animation: Shape_8_Rot_2 2s ease-in-out infinite; transform: scale(.8)}
.Shape_8 span:nth-child(3)  {animation: Shape_8_Rot_3 2s ease-in-out infinite; transform: scale(.6)}
.Shape_8 span:last-child    {animation: Shape_8_Rot_4 2s ease-in-out infinite; transform: scale(.4)}
@keyframes Shape_8_Rot_1{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
@keyframes Shape_8_Rot_2{
    0%  {transform: scale(.8) rotate(0deg)}
    100%{transform: scale(.8) rotate(-360deg)}
}
@keyframes Shape_8_Rot_3{
    0%  {transform: scale(.6) rotate(0deg)}
    100%{transform: scale(.6) rotate(360deg)}
}
@keyframes Shape_8_Rot_4{
    0%  {transform: scale(.4) rotate(0deg)}
    100%{transform: scale(.4) rotate(-360deg)}
}

/*****************************************************************************/

.Shape_9{width: 70px; height: 70px; position: relative}
.Shape_9 span{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid #ccc;    
    border-top-color: #f7600e;
    border-radius: 50%
}
.Shape_9 span:first-child   {animation: Shape_9_Rot_1 2s 0.5s ease-in-out infinite}
.Shape_9 span:nth-child(2)  {animation: Shape_9_Rot_2 2s 0.7s ease-in-out infinite; transform: scale(.8)}
.Shape_9 span:nth-child(3)  {animation: Shape_9_Rot_3 2s 0.9s ease-in-out infinite;  transform: scale(.6)}
.Shape_9 span:last-child    {animation: Shape_9_Rot_4 2s 1.1s ease-in-out infinite; transform: scale(.4)}
@keyframes Shape_9_Rot_1{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
@keyframes Shape_9_Rot_2{
    0%  {transform: scale(.8) rotate(0deg)}
    100%{transform: scale(.8) rotate(360deg)}
}
@keyframes Shape_9_Rot_3{
    0%  {transform: scale(.6) rotate(0deg)}
    100%{transform: scale(.6) rotate(360deg)}
}
@keyframes Shape_9_Rot_4{
    0%  {transform: scale(.4) rotate(0deg)}
    100%{transform: scale(.4) rotate(360deg)}
}

/*****************************************************************************/

.Shape_10{width: 70px; height: 70px; position: relative}
.Shape_10 span{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 3px solid #ccc;    
    border-top-color: #00af3d;
    border-radius: 50%
}
.Shape_10 span:first-child   {animation: Shape_10_Rot_1 2s 0.5s ease-in-out alternate-reverse infinite}
.Shape_10 span:nth-child(2)  {animation: Shape_10_Rot_2 2s 0.7s ease-in-out alternate-reverse infinite; transform: scale(.8)}
.Shape_10 span:nth-child(3)  {animation: Shape_10_Rot_3 2s 0.9s ease-in-out alternate-reverse infinite; transform: scale(.6)}
.Shape_10 span:last-child    {animation: Shape_10_Rot_4 2s 0.9s ease-in-out alternate-reverse infinite; transform: scale(.4)}
@keyframes Shape_10_Rot_1{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
@keyframes Shape_10_Rot_2{
    0%  {transform: scale(.8) rotate(0deg)}
    100%{transform: scale(.8) rotate(360deg)}
}
@keyframes Shape_10_Rot_3{
    0%  {transform: scale(.6) rotate(0deg)}
    100%{transform: scale(.6) rotate(360deg)}
}
@keyframes Shape_10_Rot_4{
    0%  {transform: scale(.4) rotate(0deg)}
    100%{transform: scale(.4) rotate(360deg)}
}

/*****************************************************************************/

.Shape_11{width: 100px; height: 30px}
.Shape_11 span{
    width: 20px;
    height: 20px;
    background-color: #f7600e;
    border-radius: 50%;
    animation: Shape_11_Scale 2s infinite ease-in-out alternate
}
.Shape_11 span:nth-child(2)  {animation-delay: 1s}
.Shape_11 span:nth-child(3)  {animation-delay: 1.5s}
.Shape_11 span:last-child    {animation-delay: 2s}
@keyframes Shape_11_Scale{
    0%  {transform: scale(1)}
    100%{transform: scale(1.5)}
}

/*****************************************************************************/

.Shape_12{
    width: 70px;
    height: 70px;
    border: 5px solid transparent;
    border-radius: 50%;
    animation: Shape_12_Rot 2s ease-in-out infinite alternate 
}
.Top_Border{border-top-color: #007bff}
@keyframes Shape_12_Rot{
    0%  {transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
} 





.demo-footer {
    text-align: center;
	margin-top:30px;
    background: #eaeaea;
    padding: 40px 0px 40px 0px;
}
.copyright-demo {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 0px;
    font-weight: 500;
}
.copyright-demo a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.copyright-demo a:hover {
    color: #1abc9c;
    text-decoration: underline;
}








