.zmain-container *,
.zmain-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.zmain-container {
  overflow: hidden;
}

.zmain-container .content-wrap {
  overflow: unset;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.zmain-container .content-wrap-custom {
  padding: 0 0 120px;
}

.inline-block {
  display: inline-block;
}

.zmain-container .content-wrap-custom {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

body .zmain-container .pt-0 {
  padding-top: 0;
}

body .zmain-container .pb-0 {
  padding-bottom: 0;
}

body .zmain-container .pb {
  padding-bottom: 120px;
}

body .zmain-container .pt {
  padding-top: 120px;
}

body .zmain-container .mb-0 {
  margin-bottom: 0;
}

body .zmain-container .mb {
  margin-bottom: 120px;
}

.bg-sec {
  padding-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width:1199px) {
  .zmain-container .content-wrap-custom {
    width: 95%;
  }
}

@media only screen and (max-width:991px) {
  .zmain-container .content-wrap-custom {
    width: 95%;
  }
}

@media only screen and (max-width:767px) {
  .zmain-container .content-wrap-custom {
    width: 90%;
  }
}

@media screen and (min-width:1200px) {
  .zmain-container h1 {
    font-size: 45px;
    font-family: var(--primaryfont-bold);
  }

  .zmain-container h2 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
  }

  .zmain-container h3 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
  }

  .zmain-container h4 {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
  }

  .banner-img .main-img {
    -webkit-transform: scale(1.2) translateX(9%);
    -ms-transform: scale(1.2) translateX(9%);
    transform: scale(1.2) translateX(9%);
  }
}


.zmain-container .sub-img {
  position: absolute;
}

.zmain-container .sprite,
.zmain-container .sprite-before::before,
.zmain-container .sprite-after::after {
  content: "";
  background-image: url('/sites/zweb/images/meeting/ucaas/sprite.svg');
  background-repeat: no-repeat;
}

.zmain-container h1,
.zmain-container h2,
.zmain-container h3 {
  font-family: var(--primaryfont-bold);
}

.banner-sec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0 0;
}

.banner-content {
  width: 55%;
}

.banner-img {
  width: 45%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.banner-content>div {
  width: 585px;
  max-width: 95%;
  margin-bottom: 30px;
}

.banner-img .main-img {
  width: 600px;
  max-width: 100%;
}

.banner-img>div {
  position: relative;
  padding-top: 40%;
}

.banner-img .sub-img {
  width: 440px;
  top: -4%;
  max-width: 84%;
  left: 25%;
}

.what-is-ucaas-wrap {
  background: #202122;
  position: relative;
  margin-bottom: 0;
}

.what-is-ucaas-wrap .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 950px;
  margin: 0 auto 65px;
  width: 100%;
  text-align: center;
}

.what-is-ucaas-wrap .flex-wrap .icon {
  width: 200px;
  height: 120px;
  margin: 0px 15px 15px;
}

.bi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ucaas-img {
  width: 50%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ucaas-content {
  width: 50%;
  color: #fff;
}

.ucaas-img .main-img {
  width: 300px;
  max-width: 50%;
}

.ucaas-img>div {
  position: relative;
  text-align: center;
  padding-top: 50px;
  max-width: 100%;
  line-height: 0;
}

.ucaas1 {
  width: 24%;
  left: 0;
  top: 28%;
}

.ucaas2 {
  width: 17%;
  left: 23%;
  top: -2%;
}

.ucaas3 {
  width: 27%;
  right: 10%;
}

.key-features-wrap {
  background: #233A77;
  color: #fff;
  padding: 80px 0;
  border-radius: 46px;
}

.key-features {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}

.key-features li {
  width: 45%;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.key-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key-features li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  border: 2px solid #fff;
  left: 0;
  top: 20px;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: unset;
}

.key-features h2 {
  margin-bottom: 30px;
}

.what-is-ucaas-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F0F2F5;
}

.ucaas-solutionwrap {
  background: #F0F2F5;
}

.trust-brand-section {
  background: #F0F2F5;
}

.btn-center {
  margin-top: 50px;
  text-align: center;
}

.ucaas-heading {
  width: 740px;
  margin: 0 auto 50px;
  max-width: 100%;
  text-align: center;
}

.ucaas-heading h2 span {
  font-size: 25px;
  font-family: var(--zf-secondary-medium);
  width: 100%;
  display: inline-block;
}

.single-box {
  width: 49%;
  background: #ffff;
  padding: 50px;
  margin-top: 25px;
  border-radius: 8px;
}

.bi-wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.best-choise-img {
  width: 50%;
}

.best-choise-content {
  width: 45%;
}

.best-choise {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.best-choise-img .main-img {
  width: 400px;
  padding-top: 30px;
}

.best-choise li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}

.best-choise li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #4D4E57;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.best-choise li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  border: 1px solid #fff;
  left: 5px;
  top: 11px;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.bottom-sec {
  background: #162739;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.bottom-sec h2 {
  width: 900px;
  margin: 0 auto 30px;
  max-width: 95%;
}

.sprite-before::before {
  display: block;
}

.icon1 {
  width: 56px;
  height: 44px;
  top: 15px;
}

.icon1::before {
  width: 56px;
  height: 44px;
  background-position: 0px -30px;
}

.icon2 {
  width: 76px;
  height: 59px;
}

.icon2::before {
  width: 76px;
  height: 59px;
  background-position: -56px -29px;
}

.icon3 {
  width: 45px;
  height: 51px;
}

.icon3::before {
  width: 45px;
  height: 51px;
  background-position: -137px -29px;
}

.icon4 {
  width: 45px;
  height: 61px;
}

.icon4::before {
  width: 45px;
  height: 61px;
  background-position: -405px -30px;
}

.icon5 {
  width: 66px;
  height: 56px;
}

.icon5::before {
  width: 78px;
  height: 58px;
  background-position: -184px -35px;
}

.icon6 {
  width: 50px;
  height: 60px;
}

.icon6::before {
  width: 50px;
  height: 60px;
  background-position: -271px -29px;
}

.icon7 {
  width: 81px;
  height: 55px;
}

.icon7::before {
  width: 81px;
  height: 55px;
  background-position: -323px -29px;
}

.icon8 {
  width: 56px;
  height: 58px;
}

.icon8::before {
  width: 56px;
  height: 58px;
  background-position: -449px -29px;
}

.single-box h3 {
  padding-top: 65px;
}

.single-box .sprite-before {
  position: absolute;
}

.single-box>div {
  position: relative;
}

.single-box .sprite-before::before {
  background-size: 500px auto;
}

.red-btn {
  background: #f0483e;
  color: #fff;
  display: inline-block;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  padding: 8px 30px;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
}

/*testimonial start*/

/*slider start*/
.testimonial-inner {
  max-width: 940px;
  margin: 0 auto;
}

.testimonial-section .content-wrap {
  position: relative;
}

.testimonial-section h2 {
  /* line-height: 41px; */
  max-width: 780px;
  margin: 10px auto 20px;
  text-align: center;
}

.slick-cont h4 {
  margin-bottom: 0px;
}

.slick-cont h4+p {
  font-size: 15px;
  font-family: Zoho_Puvi_Medium;
  max-width: 315px;
  margin: 0 auto 20px;
  padding: 5px 0 0;
  line-height: normal;
}

.slick-cont img {
  width: 80px;
}

.slick-wrap {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.slick-wrap>div:nth-child(1) {
  max-width: 745px;
  margin: 0 auto;
}

.slick-wrap>div:nth-child(2) .slick-cont {
  padding-top: 40px;
  position: relative;
}

.testimonial-section .slick-dots li {
  background: transparent url(/sites/zweb/images/meeting/webcasting/testimonial-sprites.png) no-repeat;
  background-size: 288px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  border: none;
}

.slick-dots li.slick-active {
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  border: 0 solid transparent;
  border-radius: 50%;
  background: url("/sites/zweb/images/meeting/webcasting/testimonial-sprites.png") no-repeat;
  background-size: 288px auto;
  margin: 0 15px;
}

.progress-svg {
  width: 85px;
  height: 85px;
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  position: absolute;
  left: 0;
  top: 0;
}

.slick-active .circle-go {
  -webkit-animation: progress 16s forwards;
  animation: progress 16s forwards;
}

.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #f8aa56;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

.slick-dots {
  bottom: -10px;
}

.slick-dots li button {
  width: 70px;
  height: 70px;
  display: block;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.slick-dots li.slick-active {
  border: none;
}

.slick-dots li.slick-active button {
  width: 70px;
  height: 70px;
}

.slick-img {
  width: 260px;
  margin: 0 auto;
  pointer-events: none;
}

.slick-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 14px;
  border: 1px solid #f0884d;
  z-index: -1;
  border-radius: 0 0 22px 0;
}

.slick-slide>p {
  font-style: italic;
  font-size: 19px;
}

.slick-slide>p>strong {
  font-weight: bold;
}

.slick-slide h5 {
  color: #16bc6c;
}

span.quotes-img {
  width: 80px;
  height: 56px;
  position: relative;
  margin: 0 auto 15px;
  background: url(/sites/zweb/images/meeting/video-conferencing/vc-sprite.svg) no-repeat;
  background-size: 413px auto;
  background-position: -285px -151px;
  z-index: 1;
  display: block;
}

.slick-dots li:nth-child(1) {
  background-image: url(/sites/zweb/images/meeting/randy.jpg);
  background-position: 0 0;
  background-size: cover;
}

.slick-dots li:nth-child(2) {
  background-image: url(/sites/zweb/images/meeting/customer17_0.jpg);
  background-position: 0 0;
  background-size: cover;
}

.slick-dots li:nth-child(3) {
  background-image: url(/sites/zweb/images/meeting/customer12_0.jpg);
  background-position: 0 0;
  background-size: cover;
}

@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 360;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media(min-width:992px) {
  .slick-slide>p {
    font-style: italic;
    font-size: 25px;
  }
}

/*testimonial end*/




/* section5 */
/*awards-reviews-sec*/

.awards-reviews-sec {
  text-align: center;
  padding: 0px 0 60px;
  box-shadow: inset 0px -330px 0px 0px #FFF;
}

.awards-reviews-sec .block-content {
  position: relative;
  color: #fff;
  max-width: 1020px;
  margin: 0px auto;
  padding: 85px 0px;
  z-index: 0;
}

.awards-reviews-sec .block-content:after {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: #261739;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 20px;
}

.awards-reviews-sec .rating-wrap:before,
.awards-reviews-sec .rating-wrap:after {
  content: '';
  background-color: #34224A;
  position: absolute;
}

.awards-reviews-sec .rating-wrap:before {
  width: 150px;
  height: 140px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 160px;
  left: 10%;
  top: 0px;
}

.awards-reviews-sec .rating-wrap:after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 21%;
  top: 24%;
}

.awards-reviews-sec .awards-reviews-link {
  width: 224px;
  margin: 20px auto 0px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 40px;
  font-family: var(--zf-primary-bold);
  font-size: 16px;
  z-index: 1;
}

.awards-reviews-sec .section-title {
  max-width: 600px;
  width: 65%;
  margin: 30px auto 50px;
  position: relative;
  z-index: 1;
}

.awards-reviews-sec .zrating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awards-reviews-sec .zrating-box {
  box-sizing: border-box;
  width: calc(92% / 4);
  margin: 4px 5px;
  padding: 30px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 31px 1px #7b7b7b38;
  box-shadow: 1px 1px 31px 1px #7b7b7b38;
}

.awards-reviews-sec .zrating-box:nth-child(1) {
  background-color: #E0F2FF;
}

.awards-reviews-sec .zrating-box:nth-child(2) {
  background-color: #fff0ef;
}



.awards-reviews-sec .zrating-box:nth-child(3) {
  background-color: #e0fffd
}

.awards-reviews-sec .zrating-box:nth-child(4) {
  background-color: #fff6ec;
}

.awards-reviews-sec .zrating-box .img-leads {
  width: 127px;
  height: 40px;
  background: url(/sites/zweb/images/meeting/collaborationsoftware/common-sprites2x.png) no-repeat -355px -104px/1130px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
}



.awards-reviews-sec .zrating-box:nth-child(2) .img-leads {
  width: 40px;
  background-position: -490px -112px;
  height: 38px;
  background-size: 1150px auto;
}

.awards-reviews-sec .zrating-box:nth-child(3) .img-leads {
  width: 53px;
  background-position: -538px -112px;
  height: 38px;
  background-size: 1150px auto;
}

.awards-reviews-sec .zrating-box:nth-child(4) .img-leads {
  width: 168px;
  background-position: -616px -108px;
  background-size: 1180px;
}

.awards-reviews-sec .zrating-box:nth-child(5) .img-leads {
  background-position: -347px 1px;
  width: 160px;
  background-size: 500px auto;
}

.awards-reviews-sec .zrating-box .stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 3px;
}

.awards-reviews-sec .zrating-box .stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2605\2605\2605\2605\2605";
  color: #F8DDBC;
}

.awards-reviews-sec .zrating-box .stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';
  color: #FAA829;
  overflow: hidden;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  width: 0
}

.awards-reviews-sec .zrating-box .counter-star {
  display: block;
  font-weight: 300;
  color: #838383;
  font-size: 17px;
}

.awards-reviews-sec .zrating-box.peer-insights .counter-star,
.awards-reviews-sec .zrating-box.peer-insights .counter-star .current-value {
  color: #fff;
}

.awards-reviews-sec .zrating-box .counter-star .current-value {
  font-size: 24px;
  color: #000;
}

.awards-reviews-sec .stars-90.done:after {
  width: 89%;
}

.awards-reviews-sec .stars-955.done:after {
  width: 93.3%;
}

.awards-reviews-sec .stars-96.done:after {
  width: 90.5%;
}

.awards-reviews-sec .stars-88.done:after {
  width: 88%;
}

.awards-reviews-sec .stars-99.done:after {
  width: 96%;
}


/* end of section5 */


@media screen and (max-width:1199px) {
  .banner-img .sub-img {
    top: 9%;
    max-width: 64%;
    left: 22%;
  }
}

@media screen and (min-width: 992px) {
  .awards-reviews-sec h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
  .awards-reviews-sec {
    padding: 70px 0 60px;
  }

  .awards-reviews-sec .zrating-box .img-leads {
    transform: scale(0.6);
  }
}

@media screen and (max-width:991px) {
  .bg-sec {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  body .zmain-container .pb {
    padding-bottom: 80px;
  }

  body .zmain-container .pt {
    padding-top: 80px;
  }

  body .zmain-container .mb {
    margin-bottom: 80px;
  }

  .ucaas-heading {
    margin-bottom: 30px;
  }

  .zmain-container .content-wrap-custom {
    padding: 0 0 80px;
  }

  .banner-sec-wrap {
    padding-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .banner-content {
    width: 100%;
  }

  .banner-content>div {
    margin: 0 auto;
    text-align: center;
  }

  .banner-img {
    width: 100%;
  }

  .banner-img>div {
    width: 330px;
    margin: 0 auto;
    padding-top: 19%;
  }

  .ucaas-img>div {
    width: 345px;
    max-width: 95%;
    margin: 0 auto;
  }

  .ucaas-img {
    width: 100%;
  }

  .ucaas-content {
    width: 100%;
    text-align: center;
  }

  .what-is-ucaas-wrap .bi-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .key-features-wrap {
    padding: 40px 0;
  }

  .key-features li {
    width: 100%;
  }

  .bi-wrap-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-box {
    width: 100%;
    padding: 30px;
  }

  .best-choise-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  .best-choise-img .main-img {
    width: 300px;
    padding-top: 10px;
  }

  .best-choise-content {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }

  .awards-reviews-sec {
    padding: 60px 0 40px;
  }

  .awards-reviews-sec .section-title {
    width: 100%;
  }

  .awards-reviews-sec .zrating-box {
    width: 90%;
    max-width: 100%;
  }

  .awards-reviews-sec .block-content {
    padding: 50px 12px;
  }

  .awards-reviews-sec .block-content:after {
    width: 100%;
  }

  .awards-reviews-sec .rating-wrap:before {
    width: 120px;
    height: 100px;
    left: 0%;
    top: 0px;
  }

  .awards-reviews-sec .rating-wrap:after {
    width: 40px;
    height: 40px;
    right: 7%;
    top: 20%;
  }

  .awards-reviews-sec .zrating-box .stars-container {
    font-size: 20px;
  }

  .awards-reviews-sec .zrating-box .counter-star {
    font-size: 18px;
  }

  .awards-reviews-sec .zrating-box .counter-star .current-value {
    font-size: 26px;
  }

  .awards-reviews-sec .zrating-block {
    justify-content: center;
  }

  .what-is-ucaas-wrap .flex-wrap {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .what-is-ucaas-wrap .flex-wrap .icon {
    margin: 0px 15px 30px;
  }
}

/*animation*/
@media only screen and (min-width:768px) {

  .zmain-container .zoom {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .transition-alone {
    -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadein {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadeinup {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadeinupcontent {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadeindown {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadeinleft {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .fadeinright {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .zmain-container .middle-animated .fadein {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }

  .middle-animated .fadeinup,
  .middle-animated .fadeinupcontent,
  .zmain-container .middle-animated .fadeindown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "alpha(opacity=100)";
  }

  .middle-animated .fadeinleft,
  .middle-animated .fadeinright,
  .middle-animated .fadeinleft,
  .zmain-container .middle-animated .fadeinright {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: "alpha(opacity=100)";
  }

  .zmain-container .middle-animated .zoom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .zmain-container .delay1 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }

  .zmain-container .delay2 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .zmain-container .delay3 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
  }

  .zmain-container .delay4 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
  }

  .zmain-container .delay5 {
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }

  .zmain-container .delay6 {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }

  .zmain-container .delay7 {
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
  }

  .zmain-container .delay8 {
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }

  .zmain-container .delay9 {
    -webkit-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
  }

  .zmain-container .delay10 {
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }

  .middle-animated .float-vertical {
    -webkit-animation: float-vertical 3s infinite;
    animation: float-vertical 3s infinite;
  }

  .middle-animated .float-zoom-vertical {
    -webkit-animation: float-zoom-vertical 3s infinite;
    animation: float-zoom-vertical 3s infinite;
  }

  .middle-animated .anim-delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .middle-animated .anim-delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .middle-animated .anim-delay4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }

  .middle-animated .anim-delay5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
}

/*Animations*/