@font-face {
  font-family: 'Alegreya Sans', sans-serif;
  src: url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap);
}
/*
*
* Default colors
*
*/
/*
*
* Default functionality
*
*/
body::-webkit-scrollbar {
  width: .8em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background-color: #38435e;
  outline: 1px solid slategrey;
  border-radius: 25px;
}

::-moz-selection {
  background-color: #38435e;
  color: #fff;
}

::selection {
  background-color: #38435e;
  color: #fff;
}

html, body {
  position: relative;
  /*overflow-x: hidden;*/
  font-family: 'Alegreya Sans', sans-serif;
}

h1, .h1 {
  font-size: 30px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
}

h2, .h2 {
  font-size: 25px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
  color: #000;
}

h3, .h3 {
  font-size: 28px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
  color: #000;
}

h4, .h4 {
  font-size: 24px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
}

h5, .h5 {
  font-size: 20px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
}

h6, .h6 {
  font-size: 18px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  display: block;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

a {
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul, ol {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.no-boder-left {
  border-left: none !important;
}

.no-boder-right {
  border-right: none !important;
}

/*
* General buttons
*/
.bg-white {
  background: #ffffff;
}

/** 
push auto
**/
/** 
pseudo elements
**/
/** 
responsive ratio
**/
/** 
placeholder
**/
/** 
hardware
**/
/** 
truncate
**/
/** 
transition
**/
/* *** Spacing
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-t-110 {
  margin-top: 110px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 63px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffd06a;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.top-menu {
  background: #ffffff;
  padding: 40px 0px;
}

.top-menu .navbar-dark {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark.scroll-adjust {
  background: #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 2px solid #000;
}
.scroll-adjust .navbar-nav .nav-item .nav-link{
  color: #fff !important;
}
.scroll-adjust .link-review .review-stars{
  color: #fff !important;
}
.scroll-adjust .number-ul .c-support a{
  color: #fff !important;
}

.top-menu .navbar-dark .number-ul {
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}

.top-menu .navbar-dark .number-ul .c-support {
  margin-top: 0px;
}

.top-menu .navbar-dark .number-ul .c-support a {
  color: #000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.top-menu .navbar-dark .number-ul li {
  list-style: none;
  font-family: "Roboto Slab", serif;
  color: #093d64;
  font-size: 20px;
}

.top-menu .navbar-dark .number-ul li a {
  color: #ffd06a;
}

.top-menu .navbar-dark .navbar-nav {
  padding: 0px 20px;
}

.top-menu .navbar-dark .navbar-nav .nav-item {
  margin: 0px 5px;
}

.top-menu .navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark .navbar-nav .nav-item .nav-link:hover,
.top-menu .navbar-dark .navbar-nav .nav-item .nav-link:focus .top-menu .navbar-dark .navbar-nav .nav-item .nav-link:active {
  color: #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark .navbar-nav .dropdown:hover .dropdown-menu, .top-menu .navbar-dark .navbar-nav .dropdown:focus .dropdown-menu {
  display: block;
}

.top-menu .navbar-dark .btn-transparent {
  background: transparent;
  border: 1px solid #000;
  padding: 6px 15px;
  border-radius: 5px;
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #000;
}
.top-menu .scroll-adjust .btn-transparent{
  color: #fff;
  border: 1px solid #fff;
}

.top-menu .navbar-dark .btn-transparent:hover, .top-menu .navbar-dark .btn-transparent:focus, .top-menu .navbar-dark .btn-transparent.active {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark .btn-transparent.active:hover, .top-menu .navbar-dark .btn-transparent.active:focus {
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark .btn-transparent:hover, .top-menu .navbar-dark .btn-transparent:focus, .top-menu .navbar-dark .btn-transparent.active {
  color: #ffffff !important;
  background: #ffd06a !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 13px;
  border: 1px solid transparent;
}

.top-menu .navbar-dark .cart-btn-animated {
  position: relative;
  overflow: hidden;
}

.top-menu .navbar-dark .cart-btn-animated .ink {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 20;
}

.top-menu .navbar-dark .cart-btn-animated .animat {
  webkit-animation: ripple 4s linear infinite;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
}

@-webkit-keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.link-review {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 0;
  /*margin-right: 10px;*/
}

.link-review span {
  display: inline-block;
}

.link-review .review-rating {
  padding: 5px 5px;
  vertical-align: bottom;
  background: #ffd06a;
  border-radius: 4px;
  margin-right: 4px;
  color: #fff;
}

.link-review .review-stars {
  line-height: normal;
  vertical-align: sub;
  font-size: 14px;
  color: #3a435d;
  text-align: center;
}

.link-review .review-stars span {
  display: block;
}

.link-review .review-stars span i {
  font-size: 9px;
  color: #ffd06a;
}

.banner-uah {
  margin-top: -80px;
  padding: 120px 0 0px;
  background-image: url(/assets/images/bg/banner-uah.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.banner-uah .h1 {
  color: #093d64;
  padding-top: 75px;
}

.banner-uah p {
  color: #ffffff;
}

.banner-uah .form-group {
  margin-bottom: 25px;
}

.banner-uah .form-group .form-control {
  border-radius: 25px;
  height: 45px;
  padding: 10px 10px;
  font-family: "Roboto", sans-serif;
  color: #38435e;
  font-weight: 300;
  font-size: 14px;
}

.banner-uah .form-group .form-control::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #38435e;
}

.banner-uah .form-group .form-control::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #38435e;
}

.banner-uah .form-group .form-control::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #38435e;
}

.banner-uah .form-group .form-control::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #38435e;
}

.banner-uah .numbers {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.banner-uah .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffd06a !important;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 5px;
}

.banner-uah .btn-ordernow:hover, .banner-uah .btn-ordernow:focus, .banner-uah .btn-ordernow.active {
  border-radius: 5px;
  color: #093d64 !important;
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block !important;
}

.banner-uah .btn-ordernow.active:hover, .banner-uah .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff !important;
}

.banner-uah .btn-ordernow:hover, .banner-uah .btn-ordernow:focus {
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffffff !important;
}

.our-stats-ueh {
  padding: 0px 0px;
  background: #e7f5ff;
  color: #093d64;
}
.our-stats-ueh p{
  color: #000 !important;
}

.our-stats-ueh .child-stats {
  min-height: 130px;
  padding: 30px 0px;
  border-right: 1px solid #ffd06a;
}

.our-stats-ueh .child-stats.no-border {
  border: none;
}

.our-stats-ueh .child-stats .h1 {
  font-size: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
}

.our-stats-ueh .child-stats .h1::after {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #ffd06a;
  float: right;
  margin: 3px 56px 0px 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.our-stats-ueh .child-stats .h2 {
  color: #093d64;
  margin-bottom: 0px;
  text-align: center;
}

.our-stats-ueh .child-stats p {
  text-align: center;
  color: #0000;
  font-size: 18px;
}

.professional-writers-ueh {
  padding: 50px 0px;
}

.professional-writers-ueh .h1 {
  font-size: 30px;
  color: #093d64;
}

.professional-writers-ueh .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #093d64;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid transparent !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
}

.professional-writers-ueh .btn-ordernow:hover, .professional-writers-ueh .btn-ordernow:focus, .professional-writers-ueh .btn-ordernow.active {
  border-radius: 5px;
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  color: #093d64;
  transition: all 0.5s ease;
}

.professional-writers-ueh .btn-ordernow.active:hover, .professional-writers-ueh .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.professional-writers-ueh .btn-ordernow:hover, .professional-writers-ueh .btn-ordernow:focus {
  color: #093d64;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #093d64 !important;
}

.essay-assistance-ueh {
  padding: 50px 0px 80px;
}

.essay-assistance-ueh .h1 {
  color: #093d64;
}

/* .essay-assistance-ueh .parent .child:nth-child(even) .circle {
  margin-top: 50px;
  background: #ffffff;
} */

.essay-assistance-ueh .circle {
  background: #ffd06a;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  border: 5px solid #ffe4a8;
  /* box-shadow: 2px 1px 0px 3px black; */
}

.essay-assistance-ueh .circle img {
  margin-top: 15px;
}

.essay-assistance-ueh .h2 {
  color: #000;
  font-size: 16px;
}

.essay-assistance-ueh p {
  font-size: 14px;
}

.essay-assistance-ueh .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #093d64;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffffff !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
}

.essay-assistance-ueh .btn-ordernow:hover, .essay-assistance-ueh .btn-ordernow:focus, .essay-assistance-ueh .btn-ordernow.active {
  border-radius: 5px;
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.essay-assistance-ueh .btn-ordernow.active:hover, .essay-assistance-ueh .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.essay-assistance-ueh .btn-ordernow:hover, .essay-assistance-ueh .btn-ordernow:focus {
  color: #093d64;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #093d64 !important;
}

.cta-ueh {
  padding: 0px 0px 0px;
  background-image: url(/assets/images/bg/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.cta-ueh .h1 {
  color: #093d64;
  padding: 50px 0px 0px;
}

.cta-ueh img {
  margin-top: -130px;
}

.cta-ueh p {
  font-size: 18px;
  color: #414141;
}

.cta-ueh .btn-ordernow {
  background: transparent;
  border: 1px solid #ffd06a;
  padding: 6px 15px;
  border-radius: 25px;
  color: #093d64;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffd06a !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
}

.cta-ueh .btn-ordernow:hover, .cta-ueh .btn-ordernow:focus, .cta-ueh .btn-ordernow.active {
  border-radius: 5px;
  background: #ffd06a;
  border: 1px solid #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-ueh .btn-ordernow.active:hover, .cta-ueh .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-ueh .btn-ordernow:hover, .cta-ueh .btn-ordernow:focus {
  color: #093d64;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #093d64;
}

.cta-bottom {
  padding: 10px 0px;
  background: #093d64;
}

.cta-bottom ul {
  margin: 0px;
  padding: 0px;
}

.cta-bottom ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.cta-bottom ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.cta-bottom ul li a img {
  margin-right: 5px !important;
}

.why-chose-ueh {
  padding: 50px 0px 200px;
}

.why-chose-ueh .h1 {
  color: #093d64;
}

.why-chose-ueh .box {
  -webkit-box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
  padding: 0px 10px 10px;
  border-radius: 5px;
  margin: 20px 0px;
}

.why-chose-ueh .box .h2 {
  font-size: 20px;
  padding-top: 10px;
}

.why-chose-ueh .box p {
  font-size: 16px;
}

.why-chose-ueh .box .circle {
  background: #ffd06a;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  border: 5px solid #ffe4a8;
  text-align: center !important;
  margin-left: -40px !important;
}

.why-chose-ueh .box .circle img {
  margin-top: 15px;
  /* margin-left: 30px !important; */
}

.reviews-samples-ueh {
  padding: 0px 0px 50px;
  background-image: url(/assets/images/bg/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.reviews-samples-ueh .h1 {
  background: none !important;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  color: #093d64;
  padding: 20px 0px 70px;
  margin-top: -162px;
  margin-bottom: -60px;
  background-image: linear-gradient(#62afcd,#267794)!important;
}

.reviews-samples-ueh .h2 {
  background: none;
  font-size: 30px;
  color: #093d64;
  text-align: center;
  padding: 20px 0px 70px;
  margin-top: -162px;
  margin-bottom: -60px;
  border-radius: 15px 15px 0px 0px;
  background-image: linear-gradient(#62afcd,#267794)!important;
}

.reviews-samples-ueh .h3 {
  text-align: center;
  color: #ebae00;
}

.reviews-samples-ueh p {
  text-align: center;
  color: #414141;
  padding-top: 30px;
}

.reviews-samples-ueh .sample .box-2 .btn-ordernow {
  background: transparent;
  border: 1px solid #ffd06a;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffd06a !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 25px;
}

.reviews-samples-ueh .sample .box-2 .btn-ordernow:hover, .reviews-samples-ueh .sample .box-2 .btn-ordernow:focus, .reviews-samples-ueh .sample .box-2 .btn-ordernow.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reviews-samples-ueh .sample .box-2 .btn-ordernow.active:hover, .reviews-samples-ueh .sample .box-2 .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reviews-samples-ueh .sample .box-2 .btn-ordernow:hover, .reviews-samples-ueh .sample .box-2 .btn-ordernow:focus {
  color: #ffd06a;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffd06a;
}

.satisfy-customer-ueh {
  padding: 50px 0px;
}

.satisfy-customer-ueh .h1 {
  color: #093d64;
}

.satisfy-customer-ueh .h2 {
  color: #000;
}

.satisfy-customer-ueh .btn-ordernow {
  background: transparent;
  border: 1px solid #ffd06a;
  padding: 6px 15px;
  border-radius: 25px;
  color: #093d64;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffd06a !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
}

.satisfy-customer-ueh .btn-ordernow:hover, .satisfy-customer-ueh .btn-ordernow:focus, .satisfy-customer-ueh .btn-ordernow.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.satisfy-customer-ueh .btn-ordernow.active:hover, .satisfy-customer-ueh .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.satisfy-customer-ueh .btn-ordernow:hover, .satisfy-customer-ueh .btn-ordernow:focus {
  color: #ffd06a;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #093d64;
}

.satisfy-customer-ueh .circle {
  background: #f5c100;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  border: 5px solid #ffe4a8;
  text-align: center !important;
}

.satisfy-customer-ueh .circle img {
  margin-top: 15px;
  /* margin-left: 30px !important; */
}

.satisfy-customer-ueh .h3 {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}

.testimonial-ueh-home {
  padding: 50px 0px;
  background-image: url(/assets/images/bg/testimonial-ueh-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.testimonial-ueh-home .h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #093d64;
  padding: 20px 0px 0px;
}

.testimonial-ueh-home #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 20px;
  min-height: 400px;
}

.testimonial-ueh-home #quote-carousel .carousel-indicators {
  position: relative;
  right: 0;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
}

.testimonial-ueh-home #quote-carousel .carousel-indicators li {
  margin: 28px 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0px;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

.testimonial-ueh-home #quote-carousel .carousel-indicators li.active {
  width: 128px;
  height: 128px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0px;
}

.testimonial-ueh-home #quote-carousel .star-ul {
  margin-left: -40px;
}

.testimonial-ueh-home #quote-carousel .star-ul li {
  list-style: none;
  display: inline;
}

.testimonial-ueh-home #quote-carousel .star-ul li i {
  font-size: 20px;
  color: #093d64;
}

.testimonial-ueh-home #quote-carousel p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.testimonial-ueh-home #quote-carousel small {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.high-quality-cta {
  padding: 10px 0px;
  /* background: #093d64; */
    background-image: url(/assets/images/bg/high-quality.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.high-quality-cta .h1 {
  color: #ffffff;
}

.high-quality-cta p {
  color: #ffffff;
}

.high-quality-cta .btn-ordernow {
  background: transparent;
  border: 1px solid #ffd06a;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ffd06a !important;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 25px;
}

.high-quality-cta .btn-ordernow:hover, .high-quality-cta .btn-ordernow:focus, .high-quality-cta .btn-ordernow.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.high-quality-cta .btn-ordernow.active:hover, .high-quality-cta .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.high-quality-cta .btn-ordernow:hover, .high-quality-cta .btn-ordernow:focus {
  color: #ffd06a;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffd06a;
}

.high-cta-bottom {
  padding: 10px 0px;
  background: #95e2ff;
}

.high-cta-bottom ul {
  margin: 0px;
  padding: 0px;
}

.high-cta-bottom ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.high-cta-bottom ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #093d64;
  font-size: 20px;
}

.high-cta-bottom ul li a img {
  margin-right: 5px !important;
}

footer {
  background-image: url(/assets/images/bg/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 50px 0px;
}

footer .social-links {
  padding: 10px 0px;
}

footer .social-links li {
  list-style: none;
  display: inline;
  margin: 0px 5px;
}

footer .social-links li a i {
  font-size: 20px;
  color: #ffffff;
}

footer p {
  color: #ffffff;
}

footer small {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 400;
}

footer .h2 {
  color: #ffffff;
}

footer .page-links {
  padding: 0px;
}

footer .page-links li {
  list-style: none;
  line-height: 30px;
}

footer .page-links li a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .page-links li a:hover,
footer .page-links li a:focus footer .page-links li a:active {
  color: #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .page-links li a i {
  margin-right: 5px;
  font-size: 15px;
  color: #c0970d;
}

footer .information {
  padding: 0px;
}

footer .information li {
  list-style: none;
  line-height: 30px;
  margin: 15px 0px;
}

footer .information li a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .information li a:hover,
footer .information li a:focus footer .information li a:active {
  color: #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .information li a i {
  margin-right: 5px;
  font-size: 15px;
  padding: 10px;
  background: #c0970d;
  color: #2b2d2e;
  border-radius: 25px;
}

footer strong {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.inner-banner-ueh {
  padding: 100px 0px;
  background-image: url(/assets/images/bg/inner-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-banner-ueh ul{
  padding: 0px;
  display: block;
  text-align: left;
  margin-bottom: 0px;
}
.inner-banner-ueh .h3{
  font-size: 20px;
  text-transform: capitalize !important;

}
.inner-banner-ueh ul li{
  display: inline-block;
  list-style: none;
}
.inner-banner-ueh ul li i{
  color: #ffb800;
}

.inner-banner-ueh .h1 {
  color: #093d64;
}

.inner-bottom-ueh {
  padding: 10px 0px;
  background: #2e8dae;
}

.inner-bottom-ueh ul {
  padding: 0px;
  margin: 0px;
}

.inner-bottom-ueh ul li {
  display: inline;
  list-style: none;
  margin-right: 5px;
}

.inner-bottom-ueh ul li a {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.contact-ueh {
  padding: 50px 0px;
}

.contact-ueh .h1 {
  padding: 15px 20px;
  background: #2e8dae;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0px;
}

.contact-ueh .box {
  padding: 30px 30px;
  background-image: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0.3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0.3px rgba(0, 0, 0, 0.16);
}

.contact-ueh .box .h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.contact-ueh .box .form-group .form-control {
  border-radius: 25px;
  border: 1px solid #d7d7d7;
  height: 45px;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  color: #2b2a2a;
  font-size: 14px;
}

.contact-ueh .box .form-group .form-control::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.contact-ueh .box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.contact-ueh .box .form-group .form-control::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.contact-ueh .box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.contact-ueh .box .btn-ordernow {
  background: transparent;
  border: 1px solid #093d64;
  padding: 6px 15px;
  border-radius: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 7px 40px;
  border-radius: 5px;
  text-transform: uppercase;
}

.contact-ueh .box .btn-ordernow:hover, .contact-ueh .box .btn-ordernow:focus, .contact-ueh .box .btn-ordernow.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-ueh .box .btn-ordernow.active:hover, .contact-ueh .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-ueh .box .btn-ordernow:hover, .contact-ueh .box .btn-ordernow:focus {
  color: #ffd06a;
  background: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffd06a !important;
}

.contact-ueh .sidebar {
  padding: 20px 15px;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 0px 7px 0.3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0.3px rgba(0, 0, 0, 0.16);
}

.contact-ueh .sidebar .h3 {
  font-size: 18px;
}

.contact-ueh .sidebar p {
  font-size: 14px;
}

.contact-ueh .sidebar img {
  margin-bottom: 5px;
}

.services-ueh {
  padding: 50px 0px;
}
.services-ueh ul{
    padding: 0px 10px;
}

.services-ueh li{
    padding-bottom: 17px;
}
.services-ueh .accordion .card{
  margin: 10px 0px;
  border-radius: 10px !important;
}
.services-ueh .accordion .card .card-header{
  padding: 10px 10px !important;
  border-radius: 10px !important;
}
.services-ueh .accordion .card .card-header span .btn-link{
  display: block;
    width: 100%;
    text-decoration: none;
    margin: 0px;
}
.services-ueh .accordion .card .card-header span .btn-link .h4{
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  margin: 0px;
}

.services-ueh .h1-xl{
  font-size: 30px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    display: block;
    color: #093d64;
}

.services-ueh .h2 {
  font-size: 24px;
  color: #000;
}

.services-ueh p {
  color: #1c232a;
}

.services-ueh .get-quote {
  padding: 10px 10px 20px;
  /* background-image: url(/assets/images/bg/get-quote.png); */
  background-color: #05485f !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-ueh .get-quote .h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #fff;
}

.services-ueh .get-quote .form-group .form-control {
  border-radius: 5px;
  border: 1px solid transparent;
  height: 40px;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  background-color: #1b6f83;
}

.services-ueh .get-quote .form-group .form-control::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.services-ueh .get-quote .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.services-ueh .get-quote .form-group .form-control::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.services-ueh .get-quote .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2b2a2a;
}

.services-ueh .get-quote .btn-ordernow {
  background: transparent;
  border: 1px solid #fff;
  padding: 6px 15px;
  border-radius: 5px;
  color: #093d64;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 7px 10px;  
  text-transform: capitalize;
}

.services-ueh .get-quote .btn-ordernow:hover, .services-ueh .get-quote .btn-ordernow:focus, .services-ueh .get-quote .btn-ordernow.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-ueh .get-quote .btn-ordernow.active:hover, .services-ueh .get-quote .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-ueh .get-quote .btn-ordernow:hover, .services-ueh .get-quote .btn-ordernow:focus {
  color: #fff;
  background: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #fff !important;
}


.get-quote .numbers{
  color: #fff !important;
}

.services-ueh .sidebar-customer .h3 {
  font-size: 20px;
  color: #ffffff;
  padding: 10px 10px;
}

.services-ueh .sidebar-customer .circle {
  background: #ffd578;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
}

.services-ueh .sidebar-customer .circle img {
  margin-top: 6px;
    width: 65%;
}

.services-ueh .sidebar-customer .h4 {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.services-ueh .sidebar-customer hr {
  margin: 5px 0px 5px;
  border: 1px solid #949494;
}

.services-ueh .sidebar-anytime {
  padding: 10px 10px 20px;
  background-color: #05485f;
  /* background-image: url(/assets/images/bg/any-time.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.services-ueh .sidebar-anytime .h3 {
  font-size: 22px;
  color: #fff;
  margin: 0px;
}

.services-ueh .sidebar-anytime .h4 {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.services-ueh .sidebar-anytime .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #002365;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0px;
}

.services-ueh .sidebar-anytime .btn-ordernow:hover, .services-ueh .sidebar-anytime .btn-ordernow:focus, .services-ueh .sidebar-anytime .btn-ordernow.active {
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-ueh .sidebar-anytime .btn-ordernow.active:hover, .services-ueh .sidebar-anytime .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-ueh .sidebar-anytime .btn-ordernow:hover, .services-ueh .sidebar-anytime .btn-ordernow:focus {
  color: #ffffff;
  background: #093d64 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffffff !important;
}

.order-ueh {
  padding: 50px 0px;
}

.order-ueh .h2 {
  background: #2e8dae;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0px;
}

.order-ueh .requirement-box {
  -webkit-box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
  padding: 20px 20px;
}

.order-ueh .requirement-box .form-group .form-control {
  border: 1px solid #d7d7d7;
  padding: 0px 0px;
  color: #38435e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px 10px;
  height: 45px;
  background: transparent;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-ueh .requirement-box .form-group .form-control::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .requirement-box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .requirement-box .form-group .form-control::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .requirement-box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .requirement-box .cost {
  padding: 0px;
}

.order-ueh .requirement-box .cost li {
  list-style: none;
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  margin-right: 20px;
  margin-left: 5px;
}

.order-ueh .requirement-box .cost li span {
  color: #093d64;
  font-weight: 700;
  font-size: 20px;
}

.order-ueh .requirement-box .file-upload {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  background: #fff;
  color: #2b2d2e !important;
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 0px !important;
}

.order-ueh .requirement-box .file-upload i {
  color: #093d64;
  font-size: 19px;
  padding-right: 5px;
}

.order-ueh .requirement-box .h5 {
  color: #093d64;
  font-size: 16px;
  font-weight: 700;
}

.order-ueh .requirement-box .perks {
  padding: 0px;
}

.order-ueh .requirement-box .perks li {
  list-style: none;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #202020;
}

.order-ueh .requirement-box .perks li i {
  font-size: 20px;
  color: #ffd06a;
  margin-right: 5px;
}

.order-ueh .information-box {
  -webkit-box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 5px 0.2px rgba(0, 0, 0, 0.16);
  padding: 20px 20px;
}

.order-ueh .information-box .form-group .form-control {
  border: 1px solid #d7d7d7;
  padding: 0px 0px;
  color: #38435e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px 10px;
  height: 45px;
  background: transparent;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-ueh .information-box .form-group .form-control::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .information-box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .information-box .form-group .form-control::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .information-box .form-group .form-control::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #38435e;
  font-weight: 400;
}

.order-ueh .information-box .btn-send {
  background: transparent;
  border: 1px solid #093d64;
  padding: 6px 15px;
  border-radius: 25px;
  color: #093d64;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 8px 100px;
  border-radius: 5px;
  text-transform: uppercase;
}

.order-ueh .information-box .btn-send:hover, .order-ueh .information-box .btn-send:focus, .order-ueh .information-box .btn-send.active {
  background: #ffd06a;
  border: 1px solid #ffd06a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ueh .information-box .btn-send.active:hover, .order-ueh .information-box .btn-send.active:focus {
  background: transparent;
  border: 1px solid #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ueh .information-box .btn-send:hover, .order-ueh .information-box .btn-send:focus {
  color: #093d64;
  background: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #093d64 !important;
}

.order-ueh .sidebar-writer-choice {
  padding: 20px 0px;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 6px 9px 1.2px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 9px 1.2px rgba(0, 0, 0, 0.16);
  border-radius: 0px;
}

.order-ueh .sidebar-writer-choice .h2 {
  font-weight: 400;
  font-size: 20px;
  color: #2b2d2e;
  text-transform: capitalize;
  background: transparent;
}

.order-ueh .sidebar-writer-choice .h4 {
  font-weight: 300;
  font-size: 16px;
  color: #2b2d2e;
}

.order-ueh .sidebar-writer-choice .left-text {
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  color: #2b2d2e;
}

.order-ueh .sidebar-writer-choice .right-text {
  text-align: right;
  float: right;
  font-weight: 400;
  font-size: 15px;
  color: #2b2d2e;
}

.order-ueh .sidebar-writer-choice .payment-method {
  background: #efeeee;
  padding: 5px 15px;
}

.order-ueh .sidebar-writer-choice .payment-method span {
  font-weight: 300;
  font-size: 12px;
  color: #2b2d2e;
}

.order-ueh .sidebar-writer-choice .payment-method .form-control {
  height: 45px;
  border-radius: 25px;
  padding: 8px 20px;
  margin: 10px 0px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  color: #38435e;
  font-weight: 600;
}

.order-ueh .sidebar-writer-choice .checkout-btn {
  display: block;
  
  font-weight: 700;
  padding: 8px 0px;
  font-size: 16px;
  border-radius: 5px;
  color: #093d64;
  background-color: #ffd06a;
  border: 1px solid transparent;
}

.pricing-ueh {
  padding: 50px 0px;
}

.pricing-ueh .table {
  border: 1px solid #000 !important;
}

.pricing-ueh .table thead tr th {
  background: #ffd06a;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.pricing-ueh .table tbody td {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.pricing-ueh .table tbody td .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 8px 25px;
  border-radius: 25px;
  text-transform: capitalize;
}

.pricing-ueh .table tbody td .btn-ordernow:hover, .pricing-ueh .table tbody td .btn-ordernow:focus, .pricing-ueh .table tbody td .btn-ordernow.active {
  background: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-ueh .table tbody td .btn-ordernow.active:hover, .pricing-ueh .table tbody td .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-ueh .table tbody td .btn-ordernow:hover, .pricing-ueh .table tbody td .btn-ordernow:focus {
  color: #000;
  background: transparent !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #000 !important;
}

.our-reviews {
  padding: 60px 0;
}

.our-reviews .h1 {
  font-weight: 700;
  color: #093d64;
}

.our-reviews .customer-review {
  border: 1px solid #eee;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 15px 10px -15px #111;
          box-shadow: 0px 15px 10px -15px #111;
  margin: 0 20px 20px 20px;
}

.our-reviews .customer-review .h5 {
  font-weight: 700;
  color: #000;
}

.our-reviews .customer-review .name-reviewer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}

.our-reviews .customer-review .rating {
  width: 109px;
  height: 20px;
  margin-bottom: 10px;
  background: transparent url("../images/icons/rating-stars.png");
  background-repeat: no-repeat;
}

.our-reviews .customer-review .rating.five-star {
  background-position: 100% 0%;
}

.our-reviews .customer-review .rating.four-star {
  background-position: 100% 25%;
}

.our-reviews .customer-review .rating.three-star {
  background-position: 100% 50%;
}

.our-reviews .customer-review .rating.two-star {
  background-position: 100% 75%;
}

.our-reviews .customer-review .rating.one-star {
  background-position: 100% 100%;
}

#notfound {
  position: relative;
  height: 60vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  background: #093d64;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #093d64;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  border: 1px solid transparent;
  transition: 0.2s all;
}

.notfound a:hover, .notfound a:focus {
  color: #ffffff;
  border: 1px solid transparent;
  background: #000;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.sitemap {
  padding: 50px 0px;
}

.sitemap .h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #2b2d2e;
}

.sitemap .h2 {
  background: #093d64;
  color: #000;
  padding: 10px 30px;
}

.sitemap ul {
  float: left;
  margin: 0;
  padding: 10px 0px;
}

.sitemap ul li {
  float: left;
  list-style-type: none;
  padding-left: 0px;
  text-decoration: none;
  display: block;
  line-height: 24px;
  margin-bottom: 20px;
  width: 220px;
}

.sitemap ul li a {
  font-family: 'Roboto', sans-serif;
  color: #2b2d2e;
  font-size: 15px;
}

.sitemap ul li a i {
  margin-right: 5px;
  background: #000;
  padding: 10px 10px;
  border-radius: 25px;
  color: #093d64;
  border: 1px solid #3d2c00;
}

.login-ueh {
  background: #ffffff;
  padding: 0px;
}

.login-page {
  padding: 0% 0 0;
  margin: auto;
}

.form {
  position: relative;
  border: 1px solid #093d64;
  z-index: 1;
  background: #000;
  max-width: 460px;
  margin: 0 auto 100px;
  padding: 20px 45px 10px;
  text-align: center;
}

.form .h1 {
  font-weight: 700;
  font-size: 34px;
  color: #093d64;
}

.form .h2 {
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}

.form .h3 {
  font-weight: 500;
  font-size: 20px;
  color: #093d64;
}

.form .h5 {
  color: #2b2d2e;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.form input {
  font-family: 'Roboto', sans-serif;
  outline: 0;
  background: #ffffff;
  border: 1px solid #3d2c00;
  border-radius: 25px;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  font-size: 15px;
}

.form button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ffd06a;
  width: 100%;
  border-radius: 25px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border: 1px solid #3d2c00;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: transparent;
  color: #093d64;
  border: 1px solid #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 600;
}

.form .message a {
  color: #ffffff;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.samples-content {
  padding: 50px 0;
  background: #ffffff;
}

.samples-content .h1 {
  color: #093d64;
}

.samples-content p {
  font-size: 15px;
}

.samples-content .sample-box {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(140, 140, 140, 0.5);
          box-shadow: 0 0 10px 1px rgba(140, 140, 140, 0.5);
}

.samples-content .sample-box .h3 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.samples-content .sample-box .h6 {
  font-size: 10px;
  line-height: 12px;
}

.samples-content .sample-box ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.samples-content .sample-box ul li a:hover, .samples-content .sample-box ul li a:focus {
  color: #093d64;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*media query*/
@media only screen and (max-width: 480px) {
  .navbar-dark .navbar-toggler {
    color: #ffffff;
    background: #ffd06a;
  }
  .top-menu .navbar-dark .number-ul li a {
    color: #ffffff !important;
  }
  .banner-uah {
    background: #010f16;
  }
  .inner-banner-ueh {
    background: #010f16;
  }
  .inner-banner-ueh .h1 {
    padding-top: 30px;
  }
  
  .top-menu .navbar-dark .navbar-nav .nav-item {
    text-align: center;
  }
  .top-menu .navbar-dark .btn-transparent {
    display: block;
    margin: 10px 0px;
  }
  .top-menu .navbar-dark .btn-transparent:hover,
  .top-menu .navbar-dark .btn-transparent:focus,
  .top-menu .navbar-dark .btn-transparent.active {
    border: 1px solid #000 !important;
    margin-right: 0px !important;
    color: #000;
  }
  .banner-uah .h1 {
    padding: 0px;
  }
  .banner-uah .numbers {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .our-stats-ueh .child-stats .h1 {
    text-align: center;
  }
  .our-stats-ueh .child-stats .h1::after {
    display: none;
  }
  .our-stats-ueh .child-stats {
    min-height: 60px;
    padding: 15px 0px;
  }
  .professional-writers-ueh {
    text-align: center;
    padding: 50px 0px 20px;
  }
  .professional-writers-ueh .h1 {
    font-size: 24px;
  }
  .cta-ueh {
    background: #010f16;
    padding: 50px 0px;
    text-align: center;
  }
  .cta-ueh img {
    margin-top: -30px;
  }
  .cta-bottom ul li {
    list-style: none;
    display: block;
    margin: 10px 10px;
  }
  .why-chose-ueh {
    padding: 50px 0px;
  }
  .why-chose-ueh .box {
    margin: 10px 0px;
    text-align: center;
  }
  .why-chose-ueh .box .circle {
    margin-left: 110px !important;
    margin-top: 20px;
  }
  .reviews-samples-ueh {
    background: #010f16;
    padding: 20px 0px 50px;
  }
  .reviews-samples-ueh .h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    font-size: 22px;
    margin: 10px 0px;

  }
  .satisfy-customer-ueh {
    text-align: center;
  }
  .satisfy-customer-ueh .circle img {
    margin-left: 0px !important;
  }
  .satisfy-customer-ueh .btn-ordernow {
    margin-bottom: 50px;
  }
  .high-quality-cta {
    text-align: center;
    padding-bottom: 20px;
  }
  .high-quality-cta img {
    display: none;
  }
  .high-cta-bottom ul li {
    display: block;
    margin: 10px;
  }
  footer {
    text-align: center;
  }
  footer .page-links li a i {
    display: none;
  }
  footer small {
    margin-bottom: 20px;
    display: block;
  }
  .contact-ueh .sidebar {
    margin: 20px 0px;
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*# sourceMappingURL=styles.css.map */

/* Hammad css */
/* .main-form-ireland{
  background-color: #05485f !important;
} */
.main-form-ireland {
  border-radius: 10px 10px;
  padding: 20px 20px;
  background-color: #05485f !important;
}
.banner-uah .form-group .form-control{
  display: block !important;
  background-color: #1b6f83;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 10px;
  border: none;
}
.it-text{
  font-family: 'kaufmann';
  font-size: 30px;
  text-transform: capitalize !important;
  color: #fff;
  display: block;
}
.cal-text{
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  font-family: 'Alegreya Sans', sans-serif;
}
.services-ueh .sidebar-customer {
  padding: 0px 0px;
  background: #05485f;
}
/* Hammad css */

.payment-review{padding:140px 0}.payment-review .order-review{padding:30px 20px;background-color:#fefefe;border:1px solid #eee;color:#3a435d;-webkit-box-shadow:0 0 8px 2px rgba(2,2,2,0.2);box-shadow:0 0 8px 2px rgba(2,2,2,0.2)}.payment-review .order-review .h3{color:#092c4a;font-weight:700;font-size:22px;line-height:30px;margin-bottom:10px}.payment-review .order-review .label-att{font-weight:700;font-size:16px}.payment-review .order-review .label-val{font-weight:400;font-size:14px}.payment-review .price-calculation{background:#ffd06a;border:1px solid #ffd300;padding:20px 10px;margin-top:20px}.payment-review .price-calculation .btn-yellow.active{background:#5433ff;border:1px solid #5433ff;color:#fff}.payment-review .price-calculation .btn-yellow.active:hover,.payment-review .price-calculation .btn-yellow.active:focus{background:#5433ff;border:1px solid #5433ff;color:#fff;-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.2);box-shadow:0 0 10px 5px rgba(0,0,0,0.2)}.payment-review .price-calculation .h2{color:#092c4a;font-weight:700;font-size:22px;line-height:30px;margin-bottom:10px;text-align:center}.payment-review .price-calculation .h3{color:#fff;font-weight:700;font-size:46px;line-height:55px;margin-bottom:10px;text-align:center}.payment-review .price-calculation p{font-size:14px;line-height:20px;text-align:center;color:#fff}.payment-review .h4{font-size:40px;font-size:16px;color:#3a435d;padding:10px 0;margin:0}

.inner-banner-ueh .btn-ordernow,
.inner-banner-ueh .btn-livechat {
  color: #fff;
  font-family: "Roboto",sans-serif;
  border: 1px solid #fff!important;
  background-color: #093D64;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 25px;
  display: inline;
}

    .top-menu {
    background: #093d64;
    padding: 40px 0px;
    color: #fff;
}
.top-menu .navbar-dark .navbar-nav .nav-item .nav-link{
    color: #fff;
}
.top-menu .navbar-dark .number-ul .c-support a{
    color: #fff;
}
.top-menu .navbar-dark .btn-transparent{
    color: #fff;
    border: 1px solid #fff;
}
.link-review .review-stars{
    color: #fff;
}