/*
*
* Default colors
*
*/
/*
*
* Default functionality
*
*/
html, body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

body {
  padding-top: 56px;
}

h1, .h1 {
  font-size: 36px;
  font-family: "Playfair+Display";
  display: block;
}

h2, .h2 {
  font-size: 32px;
  font-family: "Playfair+Display";
  display: block;
}

h3, .h3 {
  font-size: 28px;
  font-family: "Playfair+Display";
  display: block;
}

h4, .h4 {
  font-size: 24px;
  font-family: "Playfair+Display";
  display: block;
}

h5, .h5 {
  font-size: 20px;
  font-family: "Playfair+Display";
  display: block;
}

h6, .h6 {
  font-size: 18px;
  font-family: "Playfair+Display";
  display: block;
}

p {
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  color: #494949;
  line-height: 20px;
}

a {
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul, ol {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.no-boder-left {
  border-left: none !important;
}

.no-boder-right {
  border-right: none !important;
}

.bd-right {
  border-right: 2px solid #615b6e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
* General buttons
*/
/** 
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;
}

.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;
}

.widgets {
  position: absolute;
  top: 58px;
  right: 120px;
  z-index: -10;
}

.widgets .widget-whatsapp {
  position: relative;
  float: left;
  display: inline;
  background: #1f2e6c;
  border-radius: 0 0 10px 10px;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widgets .widget-whatsapp a {
  color: #ffc673;
  font-size: 16px;
  font-family: Proxima Nova Semibold;
}

.widgets .widget-whatsapp:hover, .widgets .widget-whatsapp:focus {
  background: #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widgets .widget-whatsapp:hover a, .widgets .widget-whatsapp:focus a {
  color: #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    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%);
  }
}

.navbar {
  background-color: #ffd6cc !important;
  color: #494949;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar .dropdown-menu {
  margin: 0;
  background: #ffd6cc;
}

.navbar .dropdown-menu .dropdown-item {
  color: #494949;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  color: #ffffff;
  background: #ff6666;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.navbar .navbar-nav .nav-item {
  margin: 0px 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #1f2e6c;
  font-family: 'Proxima Nova Semibold';
  font-size: 14px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  font-family: 'Proxima Nova Bold';
  padding: 7px 20px;
  display: block;
}

.navbar .btn-ordernow:hover, .navbar .btn-ordernow:focus, .navbar .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .btn-ordernow.active:hover, .navbar .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .btn-ordernow:hover, .navbar .btn-ordernow:focus {
  color: #494949;
  border: 1px solid #1f2e6c;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -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);
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff6666;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff6666;
}

::-moz-selection {
  background-color: #ff6666;
  color: #fff;
}

::selection {
  background-color: #ff6666;
  color: #fff;
}
header {
  position: relative;
  overflow: hidden;
  background-image: url(/assets/images/bg/why-choose.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 20px 0px;
  min-height: 600px;
}

header .h1 {
  font-weight: 700;
  font-size: 60px;
  color: #1f2e6c;
  display: block;
  padding: 50px 0px 0px;
}

header p {
  color: #494949;
  font-size: 18px;
}

header .box {
  background-color: #1f2e6c;
  padding: 20px 20px;
  border-radius: 10px;
}

header .box .h2 {
  color: #ffffff;
  font-family: "Proxima Nova Bold";
  font-size: 20px;
}

header .box .label-price {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  color: #ffffff;
}

header .box .label-price span.text-bold {
  font-family: "Proxima Nova Bold";
  font-size: 20px;
}

header .box .form-group label {
  color: #fff;
  text-align: left;
  display: block;
  margin-bottom: 0;
}

header .box .form-group .form-control {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(160, 179, 255, 0.64);
  border-radius: 0px;
  border: none;
  height: 45px;
}

header .box .form-group .form-control:focus {
  background-color: rgba(113, 130, 202, 0.8);
}

header .box .form-group .form-control::-webkit-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #ffffff;
}

header .box .form-group .form-control::-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #ffffff !important;
}

header .box .form-group .form-control:-ms-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #ffffff !important;
}

header .box .form-group .form-control:-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #ffffff !important;
}

header .box .input-number,
header .box .input-number-decrement,
header .box .input-number-increment {
  background: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 15px;
  border: 0.5px solid #ffffff;
}

header .box .input-number-decrement,
header .box .input-number-increment {
  display: inline-block;
  width: 20%;
  line-height: 39px;
  color: #ffffff;
  background: #ff6666;
  border: #ff6666;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 0px;
}

header .box .input-number {
  color: #ffffff;
  border: 1px solid #ff6666;
  width: 60%;
  padding: 9px 16px;
  background-color: rgba(160, 179, 255, 0.64);
  text-align: center;
  outline: 0;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

header .box .input-number-increment {
  border-radius: 0;
  border: 0.5px solid #ff6666;
}

header .box .input-number-decrement,
header .box .input-number-increment,
header .box .mine-control {
  color: #ff6666;
  font-weight: 300;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 42px;
  border: 1px solid #ff6666;
}

header .box .wordCounts {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  color: #ffffff;
}

header .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffc673;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 80px;
  text-transform: uppercase;
  display: block;
}

header .box .btn-ordernow:hover, header .box .btn-ordernow:focus, header .box .btn-ordernow.active {
  background: #ffc673;
  color: #ffffff;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .box .btn-ordernow.active:hover, header .box .btn-ordernow.active:focus {
  background: transparent;
  color: #ffc673;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .box .btn-ordernow:hover, header .box .btn-ordernow:focus {
  color: #ffc673;
  border: 1px solid #ffc673;
}

header .circle {
  width: 650px;
  height: 600px;
  border-radius: 50%;
  -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);
  position: absolute;
  right: -10%;
  background: #ffffff url(/assets/images/bg/bg-watch-transparent.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% 75%;
  top: -10%;
}

header .watch-container {
  position: relative;
  background-image: url(/assets/images/bg/bg-watch-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 410px;
  min-height: 410px;
  top: 110px;
  left: 60px;
  text-align: center;
}

header .clock {
  position: relative;
  height: 385px;
  width: 385px;
  background-image: url(/assets/images/bg/watch-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  border: 10px solid #1f2e6c;
  position: absolute;
  top: 14px;
  left: 24px;
  right: 0;
  bottom: 0;
}

header .clock .top {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #1f2e6c;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header .clock .right {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

header .clock .bottom {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #1f2e6c;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

header .clock .left {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #1f2e6c;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

header .clock .center {
  height: 3px;
  width: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1f2e6c;
  border-radius: 100%;
}

header .clock .hour {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 360s infinite linear;
          animation: time 360s infinite linear;
}

header .clock .hour:before {
  position: absolute;
  content: "";
  background: #1f2e6c;
  height: 140px;
  width: 5px;
  top: 43px;
}

header .clock .minute {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 120s infinite linear;
          animation: time 120s infinite linear;
}

header .clock .minute:before {
  position: absolute;
  content: "";
  background: #1f2e6c;
  height: 150px;
  width: 3px;
  top: 29px;
}

header .clock .second {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 25s infinite linear;
          animation: time 25s infinite linear;
}

header .clock .second:before {
  position: absolute;
  content: "";
  background: #b53d44;
  height: 155px;
  width: 2px;
  top: 26px;
}

@-webkit-keyframes time {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes time {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.educational-assistance-ah {
  padding: 50px 0px;
  border-bottom: 2px solid #1f2e6c;
}

.educational-assistance-ah .h1 {
  color: #1f2e6c;
  font-family: "Playfair+Display";
  font-weight: 700;
  font-size: 32px;
}

.educational-assistance-ah .box {
  border-radius: 20px;
  min-height: 230px;
  padding: 20px 20px;
  margin-bottom: 20px;
  -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);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  cursor: pointer;
}

.educational-assistance-ah .box:hover, .educational-assistance-ah .box:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.educational-assistance-ah .box .h2 {
  font-family: "Proxima Nova Semibold";
  color: #1f2e6c;
  font-size: 20px;
}

.educational-assistance-ah .box p {
  font-size: 15px;
  font-family: "Proxima Nova Regular";
  color: #494949;
}

.educational-assistance-ah .video-box {
  background-image: url(/assets/images/bg/video-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 20px;
  min-height: 300px;
  padding: 20px 20px;
  -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);
}

.educational-assistance-ah .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 80px;
  text-transform: uppercase;
}

.educational-assistance-ah .btn-ordernow:hover, .educational-assistance-ah .btn-ordernow:focus, .educational-assistance-ah .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.educational-assistance-ah .btn-ordernow.active:hover, .educational-assistance-ah .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.educational-assistance-ah .btn-ordernow:hover, .educational-assistance-ah .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.educational-assistance-ah .icons-main {
  background: url(/assets/images/bg/icons-main.png) no-repeat;
  width: 93px;
  min-height: 82px;
  display: inline-block;
}

.educational-assistance-ah .icons-main.paper {
  background-position: -61px -14px;
}

.educational-assistance-ah .icons-main.assignment {
  background-position: -211px -14px;
}

.educational-assistance-ah .icons-main.perfect {
  background-position: -375px -14px;
}

.why-choose-ah {
  padding: 50px 0px;
  background-image: url(/assets/images/bg/why-choose.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.why-choose-ah .h1 {
  color: #1f2e6c;
  font-family: "Playfair+Display";
  font-weight: 700;
  font-size: 32px;
}

.why-choose-ah .box {
  background-color: #ffffff;
  border-radius: 5px;
  min-height: 160px;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 2px 0.6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 2px 0.6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.why-choose-ah .box:hover, .why-choose-ah .box:focus {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.why-choose-ah .box.apply-margin {
  margin-top: 100px;
}

.why-choose-ah .box .h2 {
  color: #ffc673;
  font-size: 22px;
  font-family: "Proxima Nova Bold";
  padding: 20px 0px 0px;
}

.why-choose-ah .icons-main {
  background: url(/assets/images/bg/icons-main.png) no-repeat;
  width: 93px;
  min-height: 87px;
  display: inline-block;
}

.why-choose-ah .icons-main.quality {
  background-position: -536px -14px;
}

.why-choose-ah .icons-main.affordable {
  background-position: -713px -14px;
}

.why-choose-ah .icons-main.check {
  background-position: -886px -14px;
}

.why-choose-ah .icons-main.time {
  background-position: -1036px -14px;
}

.our-experties {
  padding: 30px 0px;
  background-color: #ffd6cc;
}

.our-experties .h1 {
  color: #1f2e6c;
  font-family: "Playfair+Display";
  font-weight: 700;
  font-size: 32px;
}

.our-experties p {
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  color: #494949;
  margin: 0px;
}

.our-features {
  padding: 50px 0px;
}

.our-features .h1 {
  color: #1f2e6c;
  font-family: "Playfair+Display";
  font-weight: 700;
}

.our-features .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;
  margin-bottom: 30px;
  cursor: pointer;
}

.our-features .box .h2 {
  color: #1f2e6c;
  font-size: 18px;
  font-family: "Proxima Nova Bold";
  padding: 20px 0px 0px;
}
.our-features .box p{
    font-size: 15px;
}

.our-features .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 80px;
  text-transform: uppercase;
}

.our-features .btn-ordernow:hover, .our-features .btn-ordernow:focus, .our-features .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-features .btn-ordernow.active:hover, .our-features .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-features .btn-ordernow:hover, .our-features .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.our-features .icons-main {
  background: url(/assets/images/bg/icons-main.png) no-repeat;
  width: 45px;
  min-height: 45px;
  display: inline-block;
}

.our-features .icons-main.fast {
  background-position: -1211px -38px;
}

.our-features .icons-main.expert {
  background-position: -1340px -38px;
}

.our-features .icons-main.solution {
  background-position: -1475px -38px;
}

.our-features .icons-main.online {
  background-position: -1603px -38px;
}

.our-features .icons-main.covering {
  background-position: -1735px -38px;
}

.our-features .icons-main.discount {
  background-position: -1866px -38px;
}

.cta {
  padding: 30px 0px;
  background-color: #1f2e6c;
  color: #ffffff;
}

.cta a {
  color: #ffc673;
  font-family: "Proxima Nova Semibold";
  display: block;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta a i {
  color: #ffc673;
  font-size: 20px;
  margin-right: 10px;
}

.cta a:hover, .cta a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta a:hover i, .cta a:focus i {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 80px;
  text-transform: uppercase;
}

.cta .btn-ordernow:hover, .cta .btn-ordernow:focus, .cta .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta .btn-ordernow.active:hover, .cta .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta .btn-ordernow:hover, .cta .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.our-score {
  padding: 30px 0px;
  background-color: #ffc673;
}

.our-score .h4 {
  color: #1f2e6c;
  font-family: "Playfair+Display";
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}

.our-score .h5 {
  color: #ffffff;
  font-family: "Proxima Nova Bold";
  font-size: 16px;
  margin: 0px;
}

.our-score .icons-main {
  background: url(/assets/images/bg/icons-main.png) no-repeat;
  width: 45px;
  min-height: 45px;
  display: inline-block;
}

.our-score .icons-main.ad {
  background-position: -2002px -38px;
}

.our-score .icons-main.original {
  background-position: -2128px -38px;
}

.our-score .icons-main.ex {
  background-position: -2263px -38px;
}

.our-score .icons-main.dt {
  background-position: -2396px -38px;
}

footer {
  background: #1f2e6c;
  padding: 20px 0px;
  color: #ffffff;
}

footer .quick-links {
  padding: 20px 0px;
  border-bottom: 2px solid #ffc673;
}

footer .quick-links .h2 {
  font-size: 20px;
  color: #ffc673;
  font-weight: 700;
}

footer .quick-links p {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0px 0px;
}

footer .quick-links ul {
  padding: 0px;
}

footer .quick-links ul li {
  list-style: none;
  margin: 10px 0px;
}

footer .quick-links ul li a {
  color: #ffffff;
  font-size: 15px;
  font-family: "Proxima Nova Regular";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .quick-links ul li a:hover, footer .quick-links ul li a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .quick-links .trust-ah {
  padding: 20px 20px;
  background-color: #a0b3ff;
}

footer .quick-links .trust-ah .h4 {
  font-family: "Playfair+Display";
  font-weight: 700;
  font-size: 16px;
  color: #1f2e6c;
  margin-bottom: 0px;
  line-height: 25px;
}

footer .quick-links .trust-ah p {
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  padding: 5px 0px 0px;
  margin: 0px 0px 5px;
}

footer .quick-links .trust-ah .h5 {
  font-family: "Playfair+Display";
  font-weight: 700;
  font-size: 18px;
  color: #1f2e6c;
  margin: 0px;
}

footer .quick-links .trust-ah .ratings {
  color: #ffc673;
  font-family: "Proxima Nova Semibold";
  font-size: 22px;
}

footer .services-country {
  padding: 20px 0px;
  border-bottom: 2px solid #ffc673;
}

footer .services-country .h2 {
  font-size: 20px;
  color: #ffc673;
  font-weight: 700;
}

footer .services-country ul {
  padding: 0px;
}

footer .services-country ul li {
  list-style: none;
  margin: 10px 0px;
}

footer .services-country ul li a {
  color: #ffffff;
  font-size: 15px;
  font-family: "Proxima Nova Regular";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .services-country ul li a:hover, footer .services-country ul li a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .btn-showmore {
  color: #fff;
  font-family: "Proxima Nova Regular";
  background: transparent;
  border: transparent;
  margin: 10px 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .btn-showmore:hover, footer .btn-showmore:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

footer .inner-services {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .inner-services.cg-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .get-in-touch {
  padding: 20px 0px;
}

footer .get-in-touch .h2 {
  font-size: 20px;
  color: #ffc673;
  font-weight: 700;
}

footer .get-in-touch ul {
  padding: 0px;
}

footer .get-in-touch ul li {
  list-style: none;
  margin: 10px 0px;
}

footer .get-in-touch ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .get-in-touch ul li a i {
  margin-right: 10px;
  font-size: 20px;
}

footer .get-in-touch ul li a:hover, footer .get-in-touch ul li a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .get-in-touch .social li {
  display: inline;
}

footer .get-in-touch .social li a i {
  font-size: 20px;
}

footer .get-in-touch .copy-right {
  color: #ffffff;
  font-family: "Proxima Nova Regular";
  font-size: 13px;
  display: block;
  margin-top: 50px;
}

.assignmenthelp-content-area {
  padding: 50px 0px;
}

.assignmenthelp-content-area .custom-ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 8px 0px #bec2c496;
          box-shadow: 0px 0px 8px 0px #bec2c496;
  color: #1f2e6c;
  margin: 5px 0px;
  border-radius: 5px;
  padding: 9px 5px 9px 0px;
}

.assignmenthelp-content-area .custom-ul li a:hover, .assignmenthelp-content-area .custom-ul li a:focus, .assignmenthelp-content-area .custom-ul li a.active {
  background-color: #1f2e6c;
  color: #ffffff;
}

.assignmenthelp-content-area .custom-ul li a .curve {
  margin-right: 10px;
  font-size: 18px;
  font-family: "ATFAntiqueBold", Roboto, sans-serif;
  border-right: 2px solid #ccc;
  border-radius: 0 60% 60% 0%;
  height: 40px;
  width: 60px;
  padding: 10px 10px;
  background-color: #ffffff;
  color: #000;
}

.assignmenthelp-content-area .h2 {
  color: #1f2e6c;
  font-size: 34px;
}

.assignmenthelp-content-area .box {
  padding: 30px 20px 50px;
  -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);
  min-height: 395px;
  border-radius: 5px;
}

.assignmenthelp-content-area .box h1, .assignmenthelp-content-area .box h2, .assignmenthelp-content-area .box h3, .assignmenthelp-content-area .box h4, .assignmenthelp-content-area .box h5, .assignmenthelp-content-area .box h6,
.assignmenthelp-content-area .box .h1, .assignmenthelp-content-area .box .h2, .assignmenthelp-content-area .box .h3, .assignmenthelp-content-area .box .h4, .assignmenthelp-content-area .box .h5, .assignmenthelp-content-area .box .h6 {
  color: #1f2e6c;
  font-size: 24px;
  font-family: "Proxima Nova Bold";
}

.assignmenthelp-content-area .box p {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  line-height: 24px;
  color: #313233;
}

.assignmenthelp-content-area .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  background-color: #ff6666;
  font-family: "Proxima Nova Semibold";
  padding: 7px 20px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.assignmenthelp-content-area .box .btn-ordernow:hover, .assignmenthelp-content-area .box .btn-ordernow:focus, .assignmenthelp-content-area .box .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assignmenthelp-content-area .box .btn-ordernow.active:hover, .assignmenthelp-content-area .box .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assignmenthelp-content-area .box .btn-ordernow:hover, .assignmenthelp-content-area .box .btn-ordernow:focus {
  border: 1px solid #ff6666;
}

.assignmenthelp-content-area .box .btn-sample {
  background: transparent;
  border: 1px solid #1f2e6c;
  padding: 6px 15px;
  border-radius: 25px;
  color: #1f2e6c;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 20px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.assignmenthelp-content-area .box .btn-sample:hover, .assignmenthelp-content-area .box .btn-sample:focus, .assignmenthelp-content-area .box .btn-sample.active {
  background: #1f2e6c;
  color: #ffffff;
  border: 1px solid #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assignmenthelp-content-area .box .btn-sample.active:hover, .assignmenthelp-content-area .box .btn-sample.active:focus {
  background: transparent;
  color: #1f2e6c;
  border: 1px solid #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faqs-section {
  padding: 50px 0;
}

.faqs-section .h2 {
  font-weight: 700;
  color: #1f2e6c;
  font-size: 28px;
}

.faqs-section .faq-card {
  margin: 15px 0px;
}

.faqs-section .faq-card .header a,
.faqs-section .faq-card .header h1, .faqs-section .faq-card .header .h1,
.faqs-section .faq-card .header h2, .faqs-section .faq-card .header .h2,
.faqs-section .faq-card .header h3, .faqs-section .faq-card .header .h3,
.faqs-section .faq-card .header h4, .faqs-section .faq-card .header .h4,
.faqs-section .faq-card .header h5, .faqs-section .faq-card .header .h5,
.faqs-section .faq-card .header h6, .faqs-section .faq-card .header .h6 {
  background: #ffffff;
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #494949;
  padding: 10px 10px;
  cursor: pointer;
  -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);
}

.faqs-section .faq-card .header a i,
.faqs-section .faq-card .header h1 i, .faqs-section .faq-card .header .h1 i,
.faqs-section .faq-card .header h2 i, .faqs-section .faq-card .header .h2 i,
.faqs-section .faq-card .header h3 i, .faqs-section .faq-card .header .h3 i,
.faqs-section .faq-card .header h4 i, .faqs-section .faq-card .header .h4 i,
.faqs-section .faq-card .header h5 i, .faqs-section .faq-card .header .h5 i,
.faqs-section .faq-card .header h6 i, .faqs-section .faq-card .header .h6 i {
  float: right;
  color: #ff6666;
  font-size: 20px;
  margin-top: 3px;
}

.faqs-section .faq-card .faq-body {
  padding: 10px 20px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949 !important;
}

.faqs-section .faq-card .faq-body ul {
  padding: 0px;
}

.faqs-section .faq-card .faq-body ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949 !important;
  list-style: none;
  margin: 10px 0px;
}

.faqs {
  overflow-y: scroll;
  height: 400px;
  position: relative;
  padding: 20px 0px;
  -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);
}

.faqs .h2 {
  padding-bottom: 20px;
  font-weight: 700;
  color: #1f2e6c;
  font-size: 28px;
}

.faqs .small-head {
  color: #1F2E6C;
  font-size: 18px;
  font-family: "Proxima Nova Bold";
}

.faqs p {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  color: #494949;
  line-height: 20px;
}

.faqs .faq-card {
  margin: 15px 0px;
}

.faqs .faq-card .header a,
.faqs .faq-card .header h1, .faqs .faq-card .header .h1,
.faqs .faq-card .header h2, .faqs .faq-card .header .h2,
.faqs .faq-card .header h3, .faqs .faq-card .header .h3,
.faqs .faq-card .header h4, .faqs .faq-card .header .h4,
.faqs .faq-card .header h5, .faqs .faq-card .header .h5,
.faqs .faq-card .header h6, .faqs .faq-card .header .h6 {
  background: #ffffff;
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #494949;
  padding: 10px 10px;
  cursor: pointer;
  -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);
}

.faqs .faq-card .header a i,
.faqs .faq-card .header h1 i, .faqs .faq-card .header .h1 i,
.faqs .faq-card .header h2 i, .faqs .faq-card .header .h2 i,
.faqs .faq-card .header h3 i, .faqs .faq-card .header .h3 i,
.faqs .faq-card .header h4 i, .faqs .faq-card .header .h4 i,
.faqs .faq-card .header h5 i, .faqs .faq-card .header .h5 i,
.faqs .faq-card .header h6 i, .faqs .faq-card .header .h6 i {
  float: right;
  color: #ff6666;
  font-size: 20px;
  margin-top: 3px;
}

.faqs .faq-card .faq-body {
  padding: 10px 20px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949 !important;
}

.faqs .faq-card .faq-body ul {
  padding: 0px;
}

.faqs .faq-card .faq-body ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949 !important;
  list-style: none;
  margin: 10px 0px;
}

.testimonial {
  overflow-y: scroll;
  height: 400px;
  position: relative;
  padding: 20px 0px;
  -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);
}

.testimonial .h2 {
  font-weight: 700;
  color: #1f2e6c;
  font-size: 28px;
}

.testimonial p {
  font-size: 15px;
}

.testimonial .h4 {
  font-family: "Proxima Nova Semibold";
  color: #1f2e6c;
  font-size: 22px;
}

.testimonial .h5 {
  font-family: "Proxima Nova Semibold";
  color: #ffc673;
  font-size: 18px;
}

.testimonial i {
  color: #00b67a;
  text-align: right;
}

.testimonial hr {
  margin: 5px 0px 0px;
  border: 1px solid #ffc673;
}

.inner-banner {
  background-image: url(/assets/images/bg/why-choose.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 20px 0px;
  border-bottom: 2px solid #ff6666;
}

.inner-banner .h1 {
  color: #1f2e6c;
  padding: 20px 0px 0px;
  text-align: center;
  font-family: "Playfair+Display";
  font-weight: 700;
}

.inner-content-ah {
  padding: 50px 0px;
}

.inner-content-ah .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.inner-content-ah .h2{
  font-family: "Playfair+Display";
  font-weight: 400;
  color: #1f2e6c;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.inner-content-ah .h3{
  font-family: "Playfair+Display";
  font-weight: 400;
  color: #1f2e6c;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.inner-content-ah .h4 {
  font-family: "Playfair+Display";
  font-weight: 400;
  color: #1f2e6c;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.inner-content-ah .h5, .inner-content-ah .h6 {
  font-family: "Playfair+Display";
  font-weight: 400;
  color: #1f2e6c;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.inner-content-ah .cta-small {
  padding: 20px 20px;
  background-color: #1f2e6c;
  color: #ffffff;
}

.inner-content-ah .cta-small .h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.inner-content-ah .cta-small a {
  color: #ffc673;
  font-family: "Proxima Nova Semibold";
  display: block;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .cta-small a i {
  color: #ffc673;
  font-size: 20px;
  margin-right: 10px;
}

.inner-content-ah .cta-small a:hover, .inner-content-ah .cta-small a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .cta-small a:hover i, .inner-content-ah .cta-small a:focus i {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .cta-small .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 20px;
  text-transform: uppercase;
}

.inner-content-ah .cta-small .btn-ordernow:hover, .inner-content-ah .cta-small .btn-ordernow:focus, .inner-content-ah .cta-small .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .cta-small .btn-ordernow.active:hover, .inner-content-ah .cta-small .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .cta-small .btn-ordernow:hover, .inner-content-ah .cta-small .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.inner-content-ah .sidebar-1 {
  padding: 0px 0px 20px;
  background: #1f2e6c;
  border-radius: 5px;
  margin-bottom: 20px;
}

.inner-content-ah .sidebar-1 .h1 {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  background: #ff6666;
  padding: 10px 0px;
  font-family: "Proxima Nova Bold";
}

.inner-content-ah .sidebar-1 .form-group .form-control {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff;
  background-color: #a0b3ff;
  border-radius: 0;
  border: none;
  height: 40px;
}

.inner-content-ah .sidebar-1 .form-group .form-control::-webkit-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff;
}

.inner-content-ah .sidebar-1 .form-group .form-control::-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.inner-content-ah .sidebar-1 .form-group .form-control:-ms-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.inner-content-ah .sidebar-1 .form-group .form-control:-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.inner-content-ah .sidebar-1 .form-group .input-number,
.inner-content-ah .sidebar-1 .form-group .input-number-decrement,
.inner-content-ah .sidebar-1 .form-group .input-number-increment {
  background: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 15px;
  border: 0.5px solid #ffffff;
}

.inner-content-ah .sidebar-1 .form-group .input-number-decrement,
.inner-content-ah .sidebar-1 .form-group .input-number-increment {
  display: inline-block;
  width: 20%;
  line-height: 39px;
  color: #ffffff;
  background: #ff6666;
  border: #ff6666;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 0px;
}

.inner-content-ah .sidebar-1 .form-group .input-number {
  color: #ffffff;
  border: 1px solid #ff6666;
  width: 60%;
  padding: 9px 16px;
  background-color: rgba(160, 179, 255, 0.64);
  text-align: center;
  outline: 0;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.inner-content-ah .sidebar-1 .form-group .input-number-increment {
  border-radius: 0;
  border: 0.5px solid #ff6666;
}

.inner-content-ah .sidebar-1 .form-group .input-number-decrement,
.inner-content-ah .sidebar-1 .form-group .input-number-increment,
.inner-content-ah .sidebar-1 .form-group .mine-control {
  color: #ff6666;
  font-weight: 300;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 42px;
  border: 1px solid #ff6666;
}

.inner-content-ah .sidebar-1 .form-group .wordCounts {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  color: #ffffff;
}

.inner-content-ah .sidebar-1 .label-price {
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-family: "Proxima Nova Regular";
  display: block;
}

.inner-content-ah .sidebar-1 .label-price .text-bold {
  font-family: "Proxima Nova Semibold";
  font-weight: 700;
  font-size: 20px;
}

.inner-content-ah .sidebar-1 .btn-unlock {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffc673;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 10px;
}

.inner-content-ah .sidebar-1 .btn-unlock:hover, .inner-content-ah .sidebar-1 .btn-unlock:focus, .inner-content-ah .sidebar-1 .btn-unlock.active {
  background: #ffc673;
  color: #ffffff;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .sidebar-1 .btn-unlock.active:hover, .inner-content-ah .sidebar-1 .btn-unlock.active:focus {
  background: transparent;
  color: #ffc673;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .sidebar-1 .btn-unlock:hover, .inner-content-ah .sidebar-1 .btn-unlock:focus {
  color: #ffc673;
  border: 1px solid #ffc673;
}

.inner-content-ah .sidebar-1 .btn-proceed {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 10px;
}

.inner-content-ah .sidebar-1 .btn-proceed:hover, .inner-content-ah .sidebar-1 .btn-proceed:focus, .inner-content-ah .sidebar-1 .btn-proceed.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .sidebar-1 .btn-proceed.active:hover, .inner-content-ah .sidebar-1 .btn-proceed.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-content-ah .sidebar-1 .btn-proceed:hover, .inner-content-ah .sidebar-1 .btn-proceed:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.inner-content-ah .sidebar-1 .calculated-price {
  color: #ffffff;
  font-family: "Proxima Nova Regular";
  font-size: 16px;
}

.inner-content-ah .sidebar-1 .calculated-price span {
  font-family: "Proxima Nova Bold";
  font-size: 16px;
}

.inner-content-ah .side-head {
  background: #1f2e6c;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 0px;
  font-family: "Proxima Nova Bold";
  font-size: 20px;
}

.inner-content-ah ul, .inner-content-ah ol{
    font-size: 16px;
    font-family: "Proxima Nova Regular";
    color: #494949;
    line-height: 20px;
}
header .h1 {
    font-weight: 700;
    font-size: 40px;
    color: #1f2e6c;
    display: block;
    padding: 50px 0px 0px;
}

.inner-content-ah .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);
    min-height: 230px;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.inner-content-ah .box .h3 {
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #494949;
    padding: 20px 0px 0px;
}

.inner-content-ah .sidebar-2 {
  overflow-y: scroll;
  height: 400px;
  position: relative;
  padding: 10px 10px;
  -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);
  border-radius: 5px;
  margin-bottom: 30px;
}

.inner-content-ah .sidebar-2 ul {
  padding: 0px;
}

.inner-content-ah .sidebar-2 ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 0px;
  border-bottom: 1px solid #ffc673;
}

.inner-content-ah .sidebar-3 {
  background: #ffc673;
  border-radius: 5px;
}

.inner-content-ah .sidebar-3 .h1 {
  padding: 10px 0px;
  text-align: center;
  background: #ff6666;
  color: #ffffff;
  font-family: "Proxima Nova Bold";
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
}

.inner-content-ah .sidebar-3 ul {
  padding: 0px 0px 30px;
}

.inner-content-ah .sidebar-3 ul li {
  list-style: none;
  padding: 10px 10px;
  border-bottom: 1px solid #ff6666;
}

.inner-content-ah .sidebar-3 ul li i {
  color: #ff6666;
  margin-right: 10px;
}

.inner-content-ah .sidebar-4 {
  border-radius: 5px;
  -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);
}

.inner-content-ah .sidebar-4 .h1 {
  background: #a0b3ff;
  color: #ffffff;
  font-family: "Proxima Nova Bold";
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.inner-content-ah .sidebar-4 hr {
  border-bottom: 1px solid #c1c1c1;
  margin: 0px 0px 10px;
}

.inner-content-ah .sidebar-4 img {
  display: block;
}

.inner-content-ah .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);
  min-height: 150px;
  padding: 30px 20px;
  border-radius: 5px;
}

.inner-content-ah .box img {
  margin-top: 15px;
}

.inner-content-ah .box .h3 {
  font-family: 'Proxima Nova Regular';
  font-size: 18px;
  color: #494949;
 font-weight: 700;
  padding: 20px 0px 0px;
}

.contact-us {
  padding: 50px 0px;
}

.contact-us .box {
  padding: 0px 0px 20px;
  background: #1f2e6c;
  border-radius: 5px;
}

.contact-us .box .h1 {
  background: #ff6666;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
}

.contact-us .box .form-group .form-control {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff;
  background-color: #a0b3ff;
  border-radius: 25px;
  border: none;
  height: 45px;
}

.contact-us .box .form-group .form-control::-webkit-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff;
}

.contact-us .box .form-group .form-control::-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.contact-us .box .form-group .form-control:-ms-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.contact-us .box .form-group .form-control:-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #ffffff !important;
}

.contact-us .box .btn-submit {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffc673;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: "Proxima Nova Semibold";
  padding: 7px 50px;
}

.contact-us .box .btn-submit:hover, .contact-us .box .btn-submit:focus, .contact-us .box .btn-submit.active {
  background: #ffc673;
  color: #ffffff;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-us .box .btn-submit.active:hover, .contact-us .box .btn-submit.active:focus {
  background: transparent;
  color: #ffc673;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-us .box .btn-submit:hover, .contact-us .box .btn-submit:focus {
  color: #ffc673;
  border: 1px solid #ffffff;
}

.contact-us .h1 {
  color: #1f2e6c;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}

.contact-us .h2 {
  color: #ffc673;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-us p {
  font-family: 'Proxima Nova Regular';
  font-size: 18px;
  margin: 10px 0px 10px;
}

.contact-us img {
  margin: 5px 0px;
}

.our-writer-ah {
  padding: 20px 0px;
}

.our-writer-ah .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 26px;
}

.our-writer-ah .circle {
  border-radius: 50px;
  background: #ffc673;
  padding: 15px 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-top: 7px;
}

.our-writer-ah .circle span {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
}

.our-writer-ah .h2 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 20px;
}

.picky-writers {
  padding: 50px 0px;
}

.picky-writers .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 26px;
}

.picky-writers .box {
  padding: 20px 20px;
  -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);
  min-height: 200px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.picky-writers .box .h2 {
  padding: 10px 0px 0px;
  font-family: 'Proxima Nova Regular';
  font-size: 20px;
  color: #1f2e6c;
  text-align: center;
  margin-bottom: 0px;
}

.picky-writers .box .h3 {
  font-family: 'Proxima Nova Regular';
  font-size: 16px;
  color: #1f2e6c;
  text-align: center;
  margin-bottom: 0px;
}

.picky-writers .box .h5 {
  font-family: 'Proxima Nova Regular';
  font-size: 16px;
  color: #a0b3ff;
}

.picky-writers .box i {
  color: #ffc673;
  font-size: 12px;
}

.picky-writers .box .btn-hirenow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-family: "Proxima Nova Semibold";
  padding: 5px 20px;
}

.picky-writers .box .btn-hirenow:hover, .picky-writers .box .btn-hirenow:focus, .picky-writers .box .btn-hirenow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.picky-writers .box .btn-hirenow.active:hover, .picky-writers .box .btn-hirenow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.picky-writers .box .btn-hirenow:hover, .picky-writers .box .btn-hirenow:focus {
  color: #ff6666;
  border: 1px solid #ffffff;
}

.picky-writers .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-family: "Proxima Nova Semibold";
  padding: 5px 20px;
}

.picky-writers .btn-ordernow:hover, .picky-writers .btn-ordernow:focus, .picky-writers .btn-ordernow.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.picky-writers .btn-ordernow.active:hover, .picky-writers .btn-ordernow.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.picky-writers .btn-ordernow:hover, .picky-writers .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ffffff;
}

.guarantees .box-guarantee {
  margin-bottom: 20px;
  min-height: 187px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.guarantees .box-guarantee img {
  margin-top: 0px;
  margin-bottom: 10px;
}

.guarantees .box-guarantee .h3 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 0;
  margin-bottom: 0;
}

.guarantees .box-guarantee:hover, .guarantees .box-guarantee:focus {
  background: #1f2e6c;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.guarantees .box-guarantee:hover .h3, .guarantees .box-guarantee:focus .h3 {
  color: #4abdb4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-testimonial {
  padding: 50px 0px;
}

.main-testimonial .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 28px;
}

.main-testimonial .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 50px;
  min-height: 220px;
  display: block;
  width:100%;
}

.main-testimonial .box .h2 {
  font-family: "Proxima Nova Semibold";
  color: #1f2e6c;
  font-size: 20px;
  margin-bottom: 0px;
}

.main-testimonial .box .h3 {
  font-family: 'Proxima Nova Regular';
  color: #ffc673;
  font-size: 18px;
  margin-bottom: 0px;
}

.main-testimonial .box i {
  color: #00b67a;
}

.main-testimonial .box .carousel-indicators li {
  background: #ffc673;
  border-radius: 50px;
  opacity: none;
  border: 0px;
  width: 10px;
  height: 10px;
}

.main-testimonial .box .carousel-indicators li.active {
  background: #1f2e6c;
}

.order-ah {
  padding: 50px 0px;
}

.order-ah .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;
  border-radius: 10px;
}

.order-ah .box .form-group .btn-group input[type="radio"] {
  display: none;
}

.order-ah .box .form-group .btn-group .btn-secondary {
  background: #ff6666;
  padding: 10px 15px;
  border-radius: 0;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ah .box .form-group .btn-group .btn-secondary:hover, .order-ah .box .form-group .btn-group .btn-secondary:focus, .order-ah .box .form-group .btn-group .btn-secondary.active {
  background: #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ah .box .form-group .label-file {
  background: #ff6666;
  padding: 10px 15px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}

.order-ah .box .form-group .label-file i {
  margin-right: 5px;
}

.order-ah .box .form-group .custom-upload .form-file {
  display: none;
  opacity: 0;
}

.order-ah .box .form-group .custom-upload .fileList {
  padding-left: 10px;
}

.order-ah .box .form-group .custom-upload .fileList li {
  list-style: none;
  font-size: 16px;
}

.order-ah .box .form-group .custom-upload .fileList li::before {
  content: '\f15b';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 16px;
  padding-right: 5px;
}

.order-ah .box .form-group .form-control {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
  padding: 10px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 45px;
}

.order-ah .box .form-group .form-control::-webkit-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.order-ah .box .form-group .form-control::-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.order-ah .box .form-group .form-control:-ms-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.order-ah .box .form-group .form-control:-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.order-ah .box .form-group .input-number,
.order-ah .box .form-group .input-number-decrement,
.order-ah .box .form-group .input-number-increment {
  background: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 15px;
  border: 0.5px solid #ffffff;
}

.order-ah .box .form-group .input-number-decrement,
.order-ah .box .form-group .input-number-increment {
  display: inline-block;
  width: 20%;
  line-height: 39px;
  color: #ffffff;
  background: #ff6666;
  border: #ff6666;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 0px;
}

.order-ah .box .form-group .input-number-decrement:hover, .order-ah .box .form-group .input-number-decrement:focus,
.order-ah .box .form-group .input-number-increment:hover,
.order-ah .box .form-group .input-number-increment:focus {
  background: #1f2e6c;
  border-color: #1f2e6c;
}

.order-ah .box .form-group .input-number {
  color: #ff6666;
  border: 1px solid #ff6666;
  width: 60%;
  padding: 9px 16px;
  background-color: #fff;
  text-align: center;
  outline: 0;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.order-ah .box .form-group .input-number-increment {
  border-radius: 0;
  border: 0.5px solid #ff6666;
}

.order-ah .box .form-group .input-number-decrement,
.order-ah .box .form-group .input-number-increment,
.order-ah .box .form-group .mine-control {
  color: #ff6666;
  font-weight: 300;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 42px;
  border: 1px solid #ff6666;
}

.order-ah .box .form-group .wordCounts {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  color: #000;
  text-align: center;
}

.order-ah .box .label-price {
  color: #000;
  font-size: 14px;
  text-align: center;
  font-family: "Proxima Nova Regular";
  display: block;
}

.order-ah .box .label-price .text-bold {
  font-family: "Proxima Nova Semibold";
  font-weight: 700;
  font-size: 20px;
}

.order-ah .box .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 20px;
}

.order-ah .box .h2 {
  font-family: 'Proxima Nova Regular';
  color: #4dc5b8;
  font-size: 18px;
}

.order-ah .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #9fb3ff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  background-color: #ff6666;
  font-family: "Proxima Nova Semibold";
  padding: 7px 100px;
  border-radius: 25px;
}

.order-ah .box .btn-ordernow:hover, .order-ah .box .btn-ordernow:focus, .order-ah .box .btn-ordernow.active {
  background: #9fb3ff;
  color: #ffffff;
  border: 1px solid #9fb3ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ah .box .btn-ordernow.active:hover, .order-ah .box .btn-ordernow.active:focus {
  background: transparent;
  color: #9fb3ff;
  border: 1px solid #9fb3ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.order-ah .box .btn-ordernow:hover, .order-ah .box .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.order-ah .sidebox {
  -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: 30px 20px 30px;
  margin: 0px 0px 20px;
  min-height: 90px;
  border-radius: 5px;
}

.order-ah .sidebox .h4 {
  font-family: 'Proxima Nova Regular';
  font-size: 18px;
  color: #494949;
  margin: 0px;
}

.thankyou-ah {
  padding: 50px 0px;
}

.thankyou-ah .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;
  border-radius: 10px;
  min-height: 230px;
}

.thankyou-ah .box .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 36px;
}

.thankyou-ah .box .h2 {
  font-family: 'Proxima Nova Regular';
  font-size: 26px;
  color: #4dc5b8;
}

.thankyou-ah .btn-call {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ff6666;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 26px;
  font-family: 'Proxima Nova Regular';
  padding: 7px 20px;
  border-radius: 5px;
}

.thankyou-ah .btn-call:hover, .thankyou-ah .btn-call:focus, .thankyou-ah .btn-call.active {
  background: #ff6666;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-call.active:hover, .thankyou-ah .btn-call.active:focus {
  background: transparent;
  color: #ff6666;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-call:hover, .thankyou-ah .btn-call:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.thankyou-ah .btn-whatsapp {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #4dc6b8;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 26px;
  font-family: 'Proxima Nova Regular';
  padding: 7px 20px;
  border-radius: 5px;
}

.thankyou-ah .btn-whatsapp:hover, .thankyou-ah .btn-whatsapp:focus, .thankyou-ah .btn-whatsapp.active {
  background: #4dc6b8;
  color: #ffffff;
  border: 1px solid #4dc6b8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-whatsapp.active:hover, .thankyou-ah .btn-whatsapp.active:focus {
  background: transparent;
  color: #4dc6b8;
  border: 1px solid #4dc6b8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-whatsapp:hover, .thankyou-ah .btn-whatsapp:focus {
  color: #4dc6b8;
  border: 1px solid #4dc6b8;
}

.thankyou-ah .btn-chat {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffc673;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 26px;
  font-family: 'Proxima Nova Regular';
  padding: 7px 20px;
  border-radius: 5px;
}

.thankyou-ah .btn-chat:hover, .thankyou-ah .btn-chat:focus, .thankyou-ah .btn-chat.active {
  background: #ffc673;
  color: #ffffff;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-chat.active:hover, .thankyou-ah .btn-chat.active:focus {
  background: transparent;
  color: #ffc673;
  border: 1px solid #ffc673;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thankyou-ah .btn-chat:hover, .thankyou-ah .btn-chat:focus {
  color: #ffc673;
  border: 1px solid #ffc673;
}

.offer-assignment-help {
  padding: 50px 0px;
}

.offer-assignment-help img {
  margin-top: 100px;
}

.offer-assignment-help .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 0px 20px;
  border-radius: 10px;
}

.offer-assignment-help .box .form-group .btn-group input[type="radio"] {
  display: none;
}

.offer-assignment-help .box .form-group .btn-group .btn-secondary {
  background: #ff6666;
  padding: 10px 15px;
  border-radius: 0;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-assignment-help .box .form-group .btn-group .btn-secondary:hover, .offer-assignment-help .box .form-group .btn-group .btn-secondary:focus, .offer-assignment-help .box .form-group .btn-group .btn-secondary.active {
  background: #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-assignment-help .box .form-group .label-file {
  background: #ff6666;
  padding: 10px 15px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}

.offer-assignment-help .box .form-group .label-file i {
  margin-right: 5px;
}

.offer-assignment-help .box .form-group .custom-upload .form-file {
  display: none;
  opacity: 0;
}

.offer-assignment-help .box .form-group .custom-upload .fileList {
  padding-left: 10px;
}

.offer-assignment-help .box .form-group .custom-upload .fileList li {
  list-style: none;
  font-size: 16px;
}

.offer-assignment-help .box .form-group .custom-upload .fileList li::before {
  content: '\f15b';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 5px;
}

.offer-assignment-help .box .form-group .form-control {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
  padding: 10px 10px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 45px;
}

.offer-assignment-help .box .form-group .form-control::-webkit-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.offer-assignment-help .box .form-group .form-control::-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.offer-assignment-help .box .form-group .form-control:-ms-input-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.offer-assignment-help .box .form-group .form-control:-moz-placeholder {
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  color: #909090;
}

.offer-assignment-help .box .form-group .input-number,
.offer-assignment-help .box .form-group .input-number-decrement,
.offer-assignment-help .box .form-group .input-number-increment {
  background: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 15px;
  border: 0.5px solid #ffffff;
}

.offer-assignment-help .box .form-group .input-number-decrement,
.offer-assignment-help .box .form-group .input-number-increment {
  display: inline-block;
  width: 20%;
  line-height: 39px;
  color: #ffffff;
  background: #ff6666;
  border: #ff6666;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 0px;
}

.offer-assignment-help .box .form-group .input-number-decrement:hover, .offer-assignment-help .box .form-group .input-number-decrement:focus,
.offer-assignment-help .box .form-group .input-number-increment:hover,
.offer-assignment-help .box .form-group .input-number-increment:focus {
  background: #1f2e6c;
  border-color: #1f2e6c;
}

.offer-assignment-help .box .form-group .input-number {
  color: #ff6666;
  border: 1px solid #ff6666;
  width: 60%;
  padding: 9px 16px;
  background-color: #fff;
  text-align: center;
  outline: 0;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.offer-assignment-help .box .form-group .input-number-increment {
  border-radius: 0;
  border: 0.5px solid #ff6666;
}

.offer-assignment-help .box .form-group .input-number-decrement,
.offer-assignment-help .box .form-group .input-number-increment,
.offer-assignment-help .box .form-group .mine-control {
  color: #ff6666;
  font-weight: 300;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 42px;
  border: 1px solid #ff6666;
}

.offer-assignment-help .box .form-group .wordCounts {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  color: #000;
  text-align: center;
}

.offer-assignment-help .box .label-price {
  color: #000;
  font-size: 14px;
  text-align: center;
  font-family: "Proxima Nova Regular";
  display: block;
}

.offer-assignment-help .box .label-price .text-bold {
  font-family: "Proxima Nova Semibold";
  font-weight: 700;
  font-size: 20px;
}

.offer-assignment-help .box .h1 {
  font-family: "Playfair+Display";
  font-weight: 700;
  color: #1f2e6c;
  font-size: 20px;
  background: #ffc673;
  padding: 10px 10px;
}

.offer-assignment-help .box .h2 {
  font-family: 'Proxima Nova Regular';
  color: #4dc5b8;
  font-size: 18px;
}

.offer-assignment-help .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #9fb3ff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  background-color: #ff6666;
  font-family: "Proxima Nova Semibold";
  padding: 7px 100px;
  border-radius: 25px;
}

.offer-assignment-help .box .btn-ordernow:hover, .offer-assignment-help .box .btn-ordernow:focus, .offer-assignment-help .box .btn-ordernow.active {
  background: #9fb3ff;
  color: #ffffff;
  border: 1px solid #9fb3ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-assignment-help .box .btn-ordernow.active:hover, .offer-assignment-help .box .btn-ordernow.active:focus {
  background: transparent;
  color: #9fb3ff;
  border: 1px solid #9fb3ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.offer-assignment-help .box .btn-ordernow:hover, .offer-assignment-help .box .btn-ordernow:focus {
  color: #ff6666;
  border: 1px solid #ff6666;
}

.offer-assignment-help .box .input-number,
.offer-assignment-help .box .input-number-decrement,
.offer-assignment-help .box .input-number-increment {
  background: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 15px;
  border: 0.5px solid #ffffff;
}

.offer-assignment-help .box .input-number-decrement,
.offer-assignment-help .box .input-number-increment {
  display: inline-block;
  width: 35px;
  line-height: 39px;
  color: #ffffff;
  background: #ff6666;
  border: #ff6666;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 0px;
}

.offer-assignment-help .box .input-number {
  color: #ff6666;
  border: 1px solid #ffffff;
  width: 65px;
  padding: 9px 16px;
  background: transparent;
  text-align: center;
  outline: 0;
  margin: 0 auto;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.offer-assignment-help .box .input-number-increment {
  border-radius: 0;
  border: 0.5px solid #ff6666;
}

.offer-assignment-help .box .input-number-decrement,
.offer-assignment-help .box .input-number-increment,
.offer-assignment-help .box .mine-control {
  color: #ff6666;
  height: 35px;
  font-weight: 300;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.offer-assignment-help .box .wordCounts {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  color: #494949;
}

#notfound {
  position: relative;
  height: 80vh;
}

#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-family: "Playfair+Display";
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #1f2e6c;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: "Playfair+Display";
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #494949;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Proxima Nova Regular';
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6666;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ffffff;
  background: #ff6666;
}

@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;
  }
}

.login-am {
  background: #ffffff;
  padding: 0px;
}

.login-page {
  padding: 0% 0 0;
  margin: auto;
}

.form {
  position: relative;
  border: 1px solid #1f2e6c;
  z-index: 1;
  background: #ff6666;
  max-width: 460px;
  margin: 0 auto 100px;
  padding: 20px 45px 10px;
  text-align: center;
}

.form .h1 {
  font-family: "Playfair+Display";
  font-weight: 500;
  font-size: 34px;
  color: #1f2e6c;
}

.form .h2 {
  font-family: "Playfair+Display";
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}

.form .h3 {
  font-family: 'Proxima Nova Regular';
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.form .h5 {
  color: #ffffff;
  font-family: 'Proxima Nova Regular';
  font-weight: 400;
  font-size: 14px;
}

.form input {
  font-family: 'Proxima Nova Regular';
  outline: 0;
  background: #ffffff;
  border: 1px solid #ff6666;
  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: 'Proxima Nova Regular';
  text-transform: uppercase;
  outline: 0;
  background: #1f2e6c;
  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 #ff6666;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #1f2e6c;
  color: #ffffff;
  border: 1px solid #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form .message {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.form .message a {
  color: #ffffff;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.sitemap .heading-block {
  display: block;
  width: 100%;
  background: #1f2e6c;
  color: #fbc273;
  padding: 5px 15px;
}

.sitemap .list-sitemap {
  margin: 20px 0;
}

.sitemap .list-sitemap li {
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.sitemap .list-sitemap li a {
  color: #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sitemap .list-sitemap li a:hover, .sitemap .list-sitemap li a:focus {
  color: #ff6666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*media query*/
@media only screen and (max-width: 480px) {
  .navbar-dark .navbar-toggler {
    background: #ff6666;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
  header .circle {
    display: none;
  }
  header .h1 {
    padding: 10px 0px 0px;
    font-size: 30px;
    line-height: 36px;
  }
  .educational-assistance-ah .video-box {
    margin: 10px 0px;
  }
  .why-choose-ah .box {
    margin: 10px 0px;
  }
  .why-choose-ah .box.apply-margin {
    margin: 0px;
  }
  .our-features .box {
    margin: 10px 0px;
  }
  .cta .h1 {
    font-size: 25px;
  }
  .testimonial {
    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;
  }
}
/* Loader CSS */
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:100px;height:100px;
  border-style:solid;
  border-color: #3e3d3d;
  border-top-color:transparent;
  border-width: 6px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
/*# sourceMappingURL=styles.css.map */
/* added css on 25 nov 19*/
.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: #1f2e6c;
    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: #ff6666;
}

.assignmenthelp-reviews {
  padding: 50px 0px;
}

.assignmenthelp-reviews .h1 {
  color: #3a435d;
  
  font-weight: 500;
  font-size: 36px;
}

.assignmenthelp-reviews .btn-writereview {
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 16px;
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  padding: 8px 40px;
  background: #ff6666;
  color: #ffffff;
}

.assignmenthelp-reviews .btn-writereview:hover, .assignmenthelp-reviews .btn-writereview:focus, .assignmenthelp-reviews .btn-writereview.active {
  background: #1f2e6c;
  border: 1px solid #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assignmenthelp-reviews .btn-writereview.active:hover, .assignmenthelp-reviews .btn-writereview.active:focus {
  background: transparent;
  border: 1px solid #1f2e6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.assignmenthelp-reviews .review {
  padding: 20px 15px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.36);
}

.assignmenthelp-reviews .review .h5 {
  color: #00318a;
  text-transform: uppercase;
  margin-bottom: 0;
}

.assignmenthelp-reviews .review .review-rating i {
  color: #ffe400;
}

.assignmenthelp-reviews .review p {
  font-weight: 400;
  font-size: 14px;
    line-height: 20px;
  letter-spacing: 0.5px;
}

.assignmenthelp-reviews .review .h6 {
  font-size: 18x;
  font-weight: 600;
  color: #ff6666;
  margin-bottom: 0;
}

.assignmenthelp-reviews .review .review-location {
  color: #00318a;
  font-size: 12px;
  font-weight: 600;
}

.samples{
    padding: 50px 0;
}
.samples .samples-box{
  padding: 10px;
  border-radius: 5px;
  background: #eee;
  
  margin-bottom: 20px;
}
.samples .samples-box:hover, .samples .samples-box:focus{
    box-shadow: 0 0 5px 2px rgba(2,2,2, 0.3);
    transition: all 0.5s ease;
}
.samples .samples-box .h3{
        font-size: 20px;
    line-height: 25px;
    font-family: 'Proxima Nova Semibold';
    margin-top: 5px;
    margin-bottom: 10px;
    color: #1f2e6c;

}
.samples .samples-box .h6{
  font-size: 10px;
      font-family: 'Proxima Nova Semibold';
  line-height: 12px;

}
.samples .samples-box ul{
  margin-bottom: 0;
}
.samples .samples-box ul li a{
    border: 1px solid #ff6666;
    border-radius: 25px;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 500;
    padding: 8px 20px;
    background: #ff6666;
    color: #ffffff;
}
.samples .samples-box ul li a:hover,
.samples .samples-box ul li a:focus{
  background: #1f2e6c;
  border: 1px solid #1f2e6c;
  color: #fff;
  transition: all 0.5s ease;
}

.inner-content-ah table{
    margin: 10px 0;
}
.inner-content-ah table thead > tr > th{
    border: 2px solid #ff6666;
    background: #eee;
    
}
.inner-content-ah table thead > tr > th:first-child{
    
}
.inner-content-ah table tbody > tr > td:first-child{
    background: #eee;
    /*border: 2px solid #ff6666;*/
}
.inner-content-ah table tbody > tr:hover > td, .inner-content-ah table tbody > tr:focus > td{
    background: #eee;
    transition: all 0.5s ease;
    /*border: 2px solid #ff6666;*/
}
.inner-content-ah table tbody > tr:hover, .inner-content-ah table tbody > tr:focus{
        box-shadow: 0 0 10px 2px rgba(3,3,3, 0.2);
    transform: scale(1.02);
    transition: all 0.5s ease;
    /*border: 2px solid #ff6666;*/
}
#login {
  cursor: pointer;
}
.samples-redirect {
  cursor: pointer;
}