
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Ubuntu', sans-serif;
    background-color: #47cbfd;
    font-weight: 400;
    color: #898c8b;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-top:0;
    line-height: 1;
}

p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    color:#fff;

}
a{
	color: #000;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
ul > li{
	color: #726a84;
    font-size: 16px;
    font-weight: 300;
    display: inline;
    padding: 10px 10px;
}
h3{
    margin-bottom:50px;
    font-size: 2.75rem !important;
    color:#fff;
}
h5{
    color:#c7d5d1;
}
h2{
    color:#d4f467;
}

/* ------ Helper Classes -------------- */

.bold{
    font-weight: 600;
}

.mobile-device {
    background: #fff;
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: relative;
    max-width: 255px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66,77,86,.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,.5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66,77,86,.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,.5);
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}


section{
	padding: 90px 0;
   
}

.section-heading{
    margin-top: 30px;
	margin-bottom: 60px;
}

.section-heading > h2 {
    font-weight: 300;
    color:#d4f467;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.section-heading > p {
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.line-title-white,
.line-title-center,
.line-title-left {
   width: 80px;
   height: 2px;
   background-color: #86cdba;
   margin-top: 15px;
   margin-bottom: 10px;
}

.line-title-center {
    margin-left: calc(50% - 40px);
}
.line-title-left {
    margin-left: 5px;
}

.btn{
	height: 50px;
    min-width: 167px;
    text-align: center;
    border-radius: 25px 25px 25px 25px;
    margin:9px;
}
.img-padding-tb{
    padding: 30px 0 30px;
}
/* --------------------------
:: 2. Header Area CSS
-------------------------- */
.main-header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    background-color:#d4f467;
}
.top_menu .navbar-brand {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}
.top_menu .navbar-brand:hover,
.top_menu .navbar-brand:focus {
    color: #fff;
}
.top_menu .navbar-brand .logo{
    height: 60px;
    margin-top: -12px;
}
.top_menu .navbar-brand .logo-sticky{
    height: 60px;
    margin-top: -12px;
}

.top_menu{
    position: relative;
    z-index: 2;
}
.top_menu #nav .nav-link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 15px;
}
.top_menu nav ul li > a:hover {
    color: #2c90e4;
}

/* stcicky css */
.main-header.sticky {
    background-color:#d3f367e5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-header.sticky .top_menu .navbar-brand {
    color: #2c90e4;
}

.main-header.sticky .top_menu #nav .nav-link {
    color:#fff;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #2e4640;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0.25rem;
}

/* --------------------------
:: 3. Main Banner Area CSS
-------------------------- */
.main_banner_area{
    padding: 150px 0 100px;
    background-image: url(http://via.placeholder.com/1920x500);
    min-height: 680px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}
.main_banner_area:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    opacity: 1;
}
.main_banner_area .info{
    padding: 50px 0;
}

.particle_main_banner_area{
    padding: 150px 0 100px;
    background-image: url(http://via.placeholder.com/1920x500);
    min-height: 680px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}
.particle_main_banner_area:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, #1d2f3e 0%, #3e5d6f 100%);
    background-image: -webkit-linear-gradient(90deg, #1d2f3e 0%, #3e5d6f 100%);
    background-image: -ms-linear-gradient(90deg, #1d2f3e 0%, #3e5d6f 100%);
    background-image: linear-gradient(90deg, #1d2f3e 0%, #3e5d6f 100%);
    opacity: 1;
}

.particle_main_banner_area .info{
    padding: 50px 0;
}

.move_main_banner_area:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: -moz-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: -webkit-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: -ms-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: linear-gradient(180deg, #e5f957 0%, #34c6ff 100%)!important;
    opacity: 1;
}
#how-it-works{
    background-image: -moz-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: -webkit-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: -ms-linear-gradient(90deg, #0a265a 0%, #0c1115 100%);
    background-image: linear-gradient(180deg, #62d3d3 0%, #c2ea70 100%)
     
}
#testimonial{
      background-image: linear-gradient(180deg, #35c6fe 0%, #c2ea70 100%);
}
#whyisbest{
    background-color:#000;
}
.move_main_banner_area .info{
    padding: 150px 0;
}
.info > p{
    color: #f1f2f3;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
    background-color:#34c6fe;
}
.services .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(255, 255, 255, 0.21);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #d4f468;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color:#fff;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #34c6fe;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#306164;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  border-color:#d4f467;
}

.services .icon-box:hover h4 a {
  color: rgb(167, 226, 249);
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  font-size: 35px !important;
}
/* --------------------Unsubscribe------------------------ */

#unsubscribe {
    background:url('../images/img-16.jpg')#505e66c2 no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
    background-blend-mode: lighten;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding-top: 300px; 
    padding-bottom: 250px;
}
.alert-success {
  color: #8bd099;
  background-color:#ffffffe8 !important;
  border-color: #000;
}
/* -----btn----- */

.btn-danger-2 {
 color: #44cbf0;
  background-color: #d4f467!important;
  border-color: #fff;
}

.btn-success-2:hover {
  color: #44cbf0;
  background-color: #d4f467;
  border-color: #fff;
}
.btn-success-2 {
  color: #44cbf0;
  background-color: #d4f467;
  border-color: #fff;
}
.btn-success-2.js-scroll-trigger {
  padding-top: 10px;
}
/* ------btn------- */


.bg-light {
  background-color: #34c6fe !important;
}

/* --------------------------
:: 4. How it works Area CSS
-------------------------- */
.how-it-single {
    padding: 40px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.how-it-single:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow:0 10px 90px rgb(255, 255, 255);
}

.how-it-single p {
    margin-bottom: 0;
}

.single-icon > i {
    font-size: 60px;
    color: #fff;
}

.how-it-single > h4 {
    font-size: 22px;
    color: #f9ff45;
    margin-bottom: 15px;
}

.single-icon {
    margin-bottom: 25px;
}


/* --------------------------
:: 5. Feature Area CSS
-------------------------- */

.feature-single{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.feature-single h4{
    padding-top: 1rem;
    color: #636d75;
}

.feature-left, .feature-right{
    
}

.feature-left .feature-icon {
    float: right;
    margin-left: 2rem;
}

.feature-right .feature-icon {
    float: left;
    margin-right: 2rem;
}

.feature-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    border: 1px solid #2c90e4;
    color: #2c90e4;
    text-align: center;
    margin-bottom: 1rem;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.feature-icon i {
    font-size: 3rem;
    line-height: 6rem;
}

.feature-icon:hover {
    background-image: linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    color: #fff;
}

.feature-img {
    text-align: center;
}

/* --------------------------
:: 6. Why is the best & Special Area CSS
-------------------------- */

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 45px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #2c90e4;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}

/* --------------------------
:: 7. Facts Area CSS
-------------------------- */

.facts_area {
    z-index: auto;
   background-image:linear-gradient(180deg, #d4f467 0%, #34c6ff 100%);
}
.single-fact{
    padding-top: 30px;
    padding-bottom: 30px;
}

.facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #d4f467;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}




/* --------------------------
:: 11. Blog Area CSS
-------------------------- */
.our_blog_aera{
	background: #000;
}

.blog-item{
	background: #fff;
	margin-bottom: 30px;
}

.blog-item .figure-caption{
	padding: 15px 22px;
}
.blog-item  h5{
	font-size: 22px;
    color: #636d75;
}


/* --------------------------
:: 12 App Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    
    margin-bottom: 30px;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 3px solid #2baffd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #2baffd;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}
/* --------------------------
:: 12 Testimonials Area CSS
-------------------------- */
.clients_testimonial_area .client-name > h5 {
    color:#d4f467;
    font-size: 22px;
    margin-top: 5px;
}

.clients_testimonial_area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients_testimonial_area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
}

.clients_testimonial_area .client > i {
    font-size: 48px;
    color: #d4f467;
    margin-bottom: 30px;
}

.clients_testimonial_area .client-name > p {
    color: #b5aec4;
}

.clients_testimonial_area ul>li{
    color: #000;
}

.clients_testimonial_area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients_testimonial_area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #34c6fe;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients_testimonial_area .slick-dots li.slick-active button {
    background-color: #d4f467;
    border-color: #d4f467;
}

.clients_testimonial_area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients_testimonial_area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients_testimonial_area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients_testimonial_area .slick-arrow {
    position: absolute;
    width: 30px;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #d4f467;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients_testimonial_area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

/* --------------------------
:: 13. contact-us Area CSS
-------------------------- */

#contact-us{
    padding: 100px 0 100px;
}

.contact-form .form-control{
    border-radius: 0px;
}

.contact-form{
    padding: 50px;
    background-color: #4C5462;
    color: white;
}

.contact-detail{
    background-image: linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    color: white;
    padding: 50px;
    height: 100%;
}

.contact-detail > p{
    color: white;
}

.contact-icons li{
    margin-top: 20px;
}

.contact-icons li >a{
    color: white;
}

/* --------------------------
:: 14. Newsletter Area CSS
-------------------------- */


.newsletter{
	margin: 0 auto;
    margin-bottom: 30px;
}

.newsletter .form-control{
	font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px !important;
}
.newsletter span{
	position: absolute;
    right: 1%;
    top: 9%;
    z-index: 98;
}


/* --------------------------
:: 15. Footer Area CSS
-------------------------- */

footer{
    background:#0c1f22;
    padding: 70px 0 50px;
    text-align:center;
}
footer a{
    color: #dce3e1;
}
.social-icons{
    margin-top: 15px;
    margin-bottom: 25px;
}
.social-icons li a{
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100px;
    color: #70798f;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.social-icons li a:hover{
    background-image: linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    color: white;
}
.copy-right{
    color: #c0cbd4;
}
.copy-right a{
    color: white;
}
a:hover {
  color: #ccece3;
  text-decoration: underline;
}
/* --------------------------
:: 15. Responsive CSS
-------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.top_menu .navbar-brand {
        font-size: 42px;
    }
    .top_menu #nav .nav-link {
        padding-right: 7.5px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
	 .top_menu #nav .nav-link{
    	background: #2e4640;
        margin-top: 5px;
    }
    .main-header.sticky .top_menu #nav .nav-link {
    color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.top_menu .navbar-brand {
        font-size: 42px;
    }
    .top_menu #nav .nav-link {
        padding-right: 7.5px;
    }
}
@media (min-width: 320px) and (max-width: 760px) {
	.home-content .submit{
		margin-left: 30px;
	}
    .feature-single{
        margin-bottom: 0;
    }
    .feature-img {
            margin-top: 30px;
     }
} 
@media (min-width: 300px) and (max-width: 520px) {
    .display-4 {
        font-size: 2.5rem;
    }
    .section-heading > h2{
        font-size: 30px;
    }
    .app-download-area{
        display: inline-block;
    }
    .app-download-btn a{
        margin-bottom: 10px;
    }
    .pricing-detail > h5 {
        font-size: 28px;
    }
}
/* --------------------------
:: 17. Preloader CSS
-------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-image: -moz-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: -webkit-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: -ms-linear-gradient(90deg, #2c90e4 0%, #2baffd 100%);
    background-image: linear-gradient(180deg, #e5f957 0%, #34c6ff 100%) ;
}
.ozient-folding-cube {
  top: 41%;  
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.ozient-folding-cube .ozient-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.ozient-folding-cube .ozient-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation: ozient-foldCubeAngle 2.4s infinite linear both;
          animation: ozient-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.ozient-folding-cube .ozient-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.ozient-folding-cube .ozient-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.ozient-folding-cube .ozient-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.ozient-folding-cube .ozient-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.ozient-folding-cube .ozient-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.ozient-folding-cube .ozient-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes ozient-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes ozient-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}