@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*
*
* Default colors
*
*/
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

body::-webkit-scrollbar-thumb {
  background-color: #1d3b75;
  outline: 1px solid slategrey;
  border-radius: 25px;
}

::-moz-selection {
  background-color: #1d3b75;
  color: #fff;
}

::selection {
  background-color: #1d3b75;
  color: #fff;
}

/*
*
* Default functionality
*
*/
html, body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Rubik', sans-serif;
}

h1, .h1 {

  display: block;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  text-transform: capitalize;

}

h2, .h2 {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  display: block;
}

h3, .h3 {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  display: block;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  display: block;
}

h5, .h5 {
  font-size: 20px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  display: block;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  display: block;
}

p {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #3a435d;
}

a {
  text-decoration: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul, ol {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.no-boder-left {
  border-left: none !important;
}

.no-boder-right {
  border-right: none !important;
}

/*
* 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;
}

header.banner-home {
  padding: 10px 0px 170px;
  background-image: url(/images/bg/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.btn-inquiry {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 8px 40px;
  transition: all 0.5s ease;
  margin-top: 30px;
  text-transform: uppercase;
}

.btn-inquiry:hover,
.btn-inquiry:focus {
  background-color: #fff;
  color: #1d3b75;
  transition: all 0.5s ease;
}

header .top-menu .navbar {
  border-bottom: 2px solid transparent;
  padding: 0px;
}

header .top-menu .scroll-adjust {
  /* background-image: url(/images/bg/top-menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; */
  background: #1d3b75;
  padding: 6px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 0.5s ease-in;

  transition: all 0.5s ease-in;
}

header .top-menu .navbar-toggler {
  background: #1d3b75;
  border: 3px solid #fff;
  margin-top: 10px;
}

header .top-menu .navbar-toggler i {
  margin-top: 0px;
  font-size: 30px;
  color: #5202b5;
}
header .top-menu ul.navbar-nav{
    margin-top: 5px;
}

header .top-menu ul.navbar-nav li {
  /* margin: 0px 10px; */
  margin: 0px 5px;
}

header .top-menu ul.navbar-nav li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  padding: 15px 0;
  /* background: red; */
}

header .top-menu ul.navbar-nav li a:hover,
header .top-menu ul.navbar-nav li a:focus {
  color: #FF9E0F;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
header .top-menu ul.navbar-nav li.dropdown:hover,
header .top-menu ul.navbar-nav li.dropdown:focus{
    cursor: pointer
}
header .top-menu ul.navbar-nav li.dropdown:hover .dropdown-menu,
header .top-menu ul.navbar-nav li.dropdown:focus .dropdown-menu{
    display: block;

}
header .top-menu ul.navbar-nav li.dropdown .dropdown-menu{
    margin: 0;
    padding: 0;
    background: #1d3b75;
    border-radius: 0;
}
header .top-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item{
    padding: .45rem 1.5rem;
    font-weight: 400;
    color: #fff ;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
header .top-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover,
header .top-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:focus{
    color: #fff;
    background: #FF9E0F;
    transition: all 0.5s ease;
}

header .top-menu .btn-ordernow {
  border: 1px solid #ffffff !important;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

header .top-menu .btn-ordernow:hover, header .top-menu .btn-ordernow:focus, header .top-menu .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .top-menu .btn-ordernow.active:hover,
header .top-menu .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .top-menu .btn-login{
  background: transparent;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
header .top-menu .btn-login:hover, header .top-menu .btn-login:focus{
  background: transparent;
  color: #FF9E0F;
  transition: all 0.5s ease;
}

header .top-menu .re-number {
  margin: 0px;
  padding: 0px;
  position: relative;
}

header .top-menu .re-number li {
  list-style: none;
}

header .top-menu .re-number li a {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-size: 16px;
  line-height: 16px;
}

header .top-menu .re-number li a:hover, header .top-menu .re-number li a:focus {
  color: #FF9E0F;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

header .top-menu .re-number li a i {
  margin: 10px 10px 0px 0px;
}

header .scroll-active .navbar {
  background: #1d3b75;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-bottom: 2px solid #ffffff;*/
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
header .scroll-active .navbar.fixed-top {
    -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .h1 {
  font-size: 42px;
  color: #ffffff;
  padding-top: 100px;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  text-transform: none;
}

header p,
header h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

header .h3 {
  color: #ff4150;
  font-size: 32px;
  padding-top: 20px;
}

header .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

header .btn-ordernow:hover, header .btn-ordernow:focus, header .btn-ordernow.active {
  background: #1d3b75;
  border: 1px solid #1d3b75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .btn-ordernow.active:hover, header .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #1d3b75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .btn-ordernow:hover, header .btn-ordernow:focus {
  color: #ffffff;
}

header .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 40px;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
}

header .btn-ordernow:hover, header .btn-ordernow:focus, header .btn-ordernow.active {
  background: #1d3b75;
  border: 1px solid #1d3b75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .btn-ordernow.active:hover, header .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #1d3b75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .btn-ordernow:hover, header .btn-ordernow:focus {
  background: #FF9E0F;
  color: #ffffff;
}

header .header-form {
  background: #1d3b75;
  color: #ffffff;
  margin-top: 40px;
  padding: 30px 20px;
  border-radius: 10px;
}

header .header-form .h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

header .header-form .form-group .form-control {
  height: 45px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

header .header-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
}

header .header-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
}

header .header-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
}

header .header-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
}

header .header-form .form-group .input-number-decrement,
header .header-form .form-group .input-number-increment {
  background: #FF9E0F;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-right: 0px;
  margin-left: -5px !important;
  border: 0.5px solid #FF9E0F;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 20%;
  cursor: pointer;
  border-radius: 0px;
}

header .header-form .form-group .input-number-increment {
  border-radius: 0 0px 0px 0;
  border: 0.5px solid #FF9E0F;
}

header .header-form .form-group .input-number {
  width: 60%;
  padding: 9px 16px;
  vertical-align: top;
  text-align: center;
  outline: 0;
  margin: 0 auto;
  background: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  border: 0.5px solid #ffffff;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}

header .header-form .form-group .input-number,
header .header-form .form-group .input-number-decrement,
header .header-form .form-group .input-number-increment {
  height: 40px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}

header .header-form .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 50px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

header .header-form .btn-ordernow:hover, header .header-form .btn-ordernow:focus, header .header-form .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header-form .btn-ordernow.active:hover, header .header-form .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .header-form .btn-ordernow:hover {
  color: #FF9E0F;
}

.da-sponsors {
  background-image: url(/images/bg/flag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 50px 0px;
}

.da-sponsors .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  color: #1d3b75;
  margin: 0px;
}

.gurantees-da {
  padding: 50px 0px;
  background-image: url(/images/bg/gurantees-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.gurantees-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
}

.gurantees-da .box {
  padding: 50px 10px;
  min-height: 200px;
  border-radius: 10px;
  min-height: 260px;
  border: 2px solid #ff9e0f;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.gurantees-da .box:hover, .gurantees-da .box:focus, .gurantees-da .box.active {
  -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);
  background: #ff9e0f;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.gurantees-da .box:hover p, .gurantees-da .box:focus p, .gurantees-da .box.active p {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  color: #ffffff;
}

.gurantees-da .box p {
  padding: 10px 0px 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #3a435d;
  font-weight: 400;
}

.expert-writers-da {
  background-image: url(/images/bg/expert-writers-da.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 50px 0px;
}

.expert-writers-da .h1 {
  color: #3a435d;
  font-size: 34px;
  line-height: 44px;
  color: #1d3b75;
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
}

.expert-writers-da .box-shadow {
  padding: 20px 20px 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;
}

.expert-writers-da .box .h2 {
  font-size: 23px;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.expert-writers-da .box .h3 {
  font-size: 18px;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.expert-writers-da .box i {
  color: #fde502;
  font-size: 20px;
}

.expert-writers-da .box p {
  font-size: 18px;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding: 10px 0px;
}

.expert-writers-da .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 8px 40px;
}

.expert-writers-da .box .btn-ordernow:hover, .expert-writers-da .box .btn-ordernow:focus, .expert-writers-da .box .btn-ordernow.active {
  background: #ff9800;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expert-writers-da .box .btn-ordernow.active:hover, .expert-writers-da .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expert-writers-da .box .btn-ordernow:hover, .expert-writers-da .box .btn-ordernow:focus {
  color: #ff9800;
}

.expert-writers-da .box ul {
  margin-top: 30px;
}

.expert-writers-da .box ul li {
  list-style: none;
  display: inline;
  margin: 0px 2px;
}

.expert-writers-da .box ul li a i {
  background: #1e3d75;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 50px;
}

.provide-service-da {
  padding: 50px 0px;
  background-image: url(/images/bg/provide-service-da.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.provide-service-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
}

.provide-service-da .box {
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.provide-service-da .box .overlay {
  background: rgba(59, 29, 130, 0.68);
  color: #ffffff;
  /* margin: 4px 4px 4px 4px; */
  border-radius: 5px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  top: 4px;
  right: 4px;
  overflow: hidden;
  /* width: 100%; */
  /* height: 100%; */
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.provide-service-da .box .overlay .text {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.provide-service-da .box .overlay .text p {
  color: #ffffff;
  font-size: 20px;
}

.provide-service-da .box:hover .overlay, .provide-service-da .box:focus .overlay {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.prices-da-homepage {
  background-image: url(/images/bg/prices-da-homepage.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.prices-da-homepage .h2 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
}

.prices-da-homepage .h3 {
  font-size: 22px;
  color: #1d3b75;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  display: block;
  background: #f6f6f6;
  padding: 10px 0px;
}

.prices-da-homepage .box {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.prices-da-homepage .box .h4 {
  font-size: 22px;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  display: block;
}

.prices-da-homepage .box ul {
  padding: 0px;
}

.prices-da-homepage .box ul li {
  list-style: none;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
  margin: 25px 0px;
}

.prices-da-homepage .box p {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
  margin: 13px 0px;
}

.prices-da-homepage .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  display: none;
}

.prices-da-homepage .box .btn-ordernow:hover, .prices-da-homepage .box .btn-ordernow:focus, .prices-da-homepage .box .btn-ordernow.active {
  background: #ff9800;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prices-da-homepage .box .btn-ordernow.active:hover, .prices-da-homepage .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prices-da-homepage .box .btn-ordernow:hover {
  color: #3a435d;
}

.prices-da-homepage .box .box-inner:hover .btn-ordernow, .prices-da-homepage .box .box-inner:focus .btn-ordernow, .prices-da-homepage .box .box-inner.active .btn-ordernow {
  display: inline-block;
}

.currency-control-container{
    margin-bottom: 20px;
}
.currency-control-container .form-check{
    background: #1d3b75;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    cursor: pointer;
}
.currency-control-container .form-check label{
    cursor: pointer;
}
.pages-control-container{
    margin-bottom: 20px;
}
.pages-control-container .form-control{
    border: none;
    border-bottom: 4px solid #1d3b75;
    border-radius: 0;
    color: #1d3b75;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    cursor: pointer;
}

.secure-payment {
  padding: 0px 0px 20px !important;
}

.secure-payment .h2 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  color: #1d3b75;
}

.testimonial-bc-home {
  background-image: url(/images/bg/testimonial-bc-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 50px 0px;
  text-align: center;
}

.testimonial-bc-home .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
  text-align: center;
}

.testimonial-bc-home .h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #5a5a5a;
}

.testimonial-bc-home #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 20px;
}

.testimonial-bc-home #quote-carousel .carousel-indicators {
  position: relative;
  right: 0;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
}

.testimonial-bc-home #quote-carousel .carousel-indicators li {
  margin: 0px 5px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0px;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

.testimonial-bc-home #quote-carousel .carousel-indicators li.active {
  width: 80px;
  height: 80px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0px;
}

.testimonial-bc-home #quote-carousel .box {
  margin: 10px 0px 0px;
  background: #ffffff;
  padding: 0px 30px 50px;
  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);
  min-height: 175px;
}

.testimonial-bc-home #quote-carousel .box p {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3a435d;
  padding: 20px 0px 0px;
}

.testimonial-bc-home #quote-carousel .box .h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3a435d;
}

.testimonial-bc-home #quote-carousel .box small {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.facts-aboutus {
  background-image: url(/images/bg/facts-aboutus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 50px 0px;
  text-align: center;
  background-color: #f9fafc;
}

.facts-aboutus .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
}

.facts-aboutus .h2 {
  margin: 0px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
  color: #1d3b75;
}

.facts-aboutus p {
  padding: 15px 0px 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
}

.cta-1-da {
  padding: 50px 0px;
  background: #3a435d;
  background-image: url(../images/bg/cta-da.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 60%;
}

.cta-1-da .h2 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  color: #ffffff;
}

.cta-1-da .btn {
    background: #ffffff;
    padding: 7px 8px 9px 0px;
    color: #3a435d;
    border-radius: 50px;
    display: block;
    font-size: 23px;
    border: 1px solid #FF9E0F;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.cta-1-da .btn i {
    min-width: 48px;
    min-height: 48px;
  margin-top: -6px;
  float: left;
  font-size: 22px;
  color: #3a435d;
  background: #ffffff;
  padding: 12px 12px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #FF9E0F;
  transition: all 0.5s ease;
}
.cta-1-da .btn:hover, .cta-1-da .btn:focus{
    background: #FF9E0F;
    color: #ffffff;
    transition: all 0.5s ease;
}
.cta-1-da .btn:hover i, .cta-1-da .btn:focus i{
    background: #ffffff;
    color: #FF9E0F;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}


.cta-1-da .h3 {
  color: #ffe400;
  font-size: 32px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.content-da {
  padding: 50px 0px 50px;
  background-color: #e9f6ff;
  text-align: left;
}

.content-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  color: #1d3b75;
}

.content-da .h2 {
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #1d3b75;
}

.content-da p,
.content-da h1,
.content-da h2,
.content-da h3,
.content-da h4,
.content-da h5,
.content-da h6 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d;
}

.content-da ul {
  /* padding: 0px; */
}

.content-da ul li {
  /* list-style: none; */
}

.content-da ul li i {
  color: #1d3b75;
  margin-right: 10px;
  font-size: 24px;
}

.content-da .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 30px;
  text-transform: uppercase;
}

.content-da .btn-ordernow:hover, .content-da .btn-ordernow:focus, .content-da .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-da .btn-ordernow.active:hover, .content-da .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-da .btn-ordernow:hover {
  color: #FF9E0F;
}

.content-da .faq-card .header a {
  background: #ffffff;
  display: block;
  padding: 15px 20px;
  margin: 15px 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);
  border-radius: 25px;
}

.content-da .faq-card .header a>h1,
.content-da .faq-card .header a>h2,
.content-da .faq-card .header a>h3,
.content-da .faq-card .header a>h4,
.content-da .faq-card .header a>h5,
.content-da .faq-card .header a>h6{
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #3a435d;
  margin-bottom: 0;
}

.content-da .faq-card .header a i {
      /* position: absolute; */
      float: right;
      color: #FF9E0F;
      font-size: 20px;
      margin-right: 0px;
      margin-top: -17px;
}

.content-da .faq-card .faq-body {
  padding: 10px 20px;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d !important;
}
.content-da .faq-card .faq-body .h1,
.content-da .faq-card .faq-body h1,
.content-da .faq-card .faq-body .h2,
.content-da .faq-card .faq-body h2,
.content-da .faq-card .faq-body .h3,
.content-da .faq-card .faq-body h3,
.content-da .faq-card .faq-body .h4,
.content-da .faq-card .faq-body h4,
.content-da .faq-card .faq-body .h5,
.content-da .faq-card .faq-body h5,
.content-da .faq-card .faq-body .h6,
.content-da .faq-card .faq-body h6{
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1d3b75;
}

.content-da .faq-card .faq-body ul {
  /* padding: 0px; */
}

.content-da .faq-card .faq-body ul li {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a435d !important;
  /* list-style: none; */
  margin: 10px 0px;
}
/* general content area */
.general-content-da{
    padding: 50px 0;
}
.general-content-da .h1,
.general-content-da .h2,
.general-content-da .h3,
.general-content-da .h4,
.general-content-da .h5
.general-content-da .h6{
    color: #1d3b75;
}
/* general content area */

footer {
  background-color: #1d3c75;
  background-position: top;
  padding: 50px 0px 10px;
}

footer .h2 {
  color: #ff9701;
  font-size: 22px;
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  padding: 0px 0px 10px;
}

footer p {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer .social li {
  display: inline;
  margin-right: 10px;
}

footer .social li a i {
  color: #ffffff;
  font-size: 20px;
}

footer ul {
  padding: 0px;
}

footer ul li {
  list-style: none;
  color: #ffffff;
  margin: 5px 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer ul li a {
  font-size: 16px;
  color: #ffffff;
}

footer ul li a:hover, footer ul li a:focus {
  color: #ff9800;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

footer ul li a:hover i, footer ul li a:focus i {
  color: #ff9800;
}

footer ul li a i {
  font-size: 18px;
  color: #ffffff;
  padding-right: 0px;
  margin-right: 10px;
}

.footer-bottom {
  padding: 10px 0px;
  background: #ff9800;
}

.footer-bottom span {
  text-align: center;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.contact-da {
  padding: 50px 0px;
}

.contact-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  color: #1d3b75;
}

.contact-da p {
  color: #5a5a5a;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.contact-da .circle {
  border-radius: 50px;
  background: #ffffff;
  -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);
  height: 80px;
  width: 80px;
}

.contact-da .circle img {
  margin: 20px 0px;
}

.contact-da .h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #1d3b75;
  padding-top: 10px;
}

.contact-da .box {
  background: #1d3b75;
  padding: 20px 20px;
  border-radius: 5px;
}

.contact-da .box .h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  padding-top: 10px;
}

.contact-da .box .form-group .form-control {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #c0eebc;
  background: #ffffff;
  height: 45px;
}

.contact-da .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 40px;
}

.contact-da .box .btn-ordernow:hover, .contact-da .box .btn-ordernow:focus, .contact-da .box .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-da .box .btn-ordernow.active:hover, .contact-da .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gurantees-page-da {
  padding: 50px 0px;
}

.gurantees-page-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  color: #1d3b75;
  text-align: center;
}

.gurantees-page-da .h2,
.gurantees-page-da .h3,
.gurantees-page-da .h4,
.gurantees-page-da .h5,
.gurantees-page-da .h6 {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #1d3b75;
}

.gurantees-page-da p {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  /* padding: 0px 0px 20px; */
}

.gurantees-page-da ul {
  /* padding: 10px 0px 0px; */
}

.gurantees-page-da ul li {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  /* list-style: none; */
  margin: 10px 0px;
}

.gurantees-page-da ul li a {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.gurantees-page-da ul li i {
  color: #1d3b75;
  font-size: 20px;
  padding-right: 10px;
}

.gurantees-page-da .circle {
  border-radius: 50px;
  background: #ffffff;
  -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);
  height: 80px;
  width: 80px;
}

.gurantees-page-da .circle img {
  margin: 20px 0px;
}

.faqs {
  padding: 50px 0px;
}

.faqs .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  color: #1d3b75;
}

.faqs .h2 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  color: #1d3b75;
}

.faqs p {
  color: #5a5a5a;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.da-order-form {
  background-image: url(/images/bg/bg-order.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}

.da-order-form .btn-ordernow {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  background-color: #FF9E0F;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #ffffff;
  padding: 8px 30px;
  float: right;
  margin-bottom: 30px;
}

.da-order-form .btn-ordernow:hover,
.da-order-form .btn-ordernow :focus {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.da-order-form .btn-payment {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  background-color: #1d3b75;
  border-radius: 25px;
  border: 2px solid #ffffff;
  padding: 8px 50px;
  float: left;
  color: #ffffff;
  margin-bottom: 30px;
}

.da-order-form .btn-payment:hover,
.da-order-form .btn-payment :focus {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.da-order-form .btn-go-payment {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #FF9E0F;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #ffffff;
  padding: 8px 80px;
  margin-top: 30px;
}

.da-order-form .btn-go-payment:hover,
.da-order-form .btn-go-payment :focus {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.da-order-form .type-of-service ul {
  padding: 0px;
  background: #FF9E0F;
  list-style-type: none;
  margin: 0 0 10px;
  border-radius: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.da-order-form .type-of-service ul li {
  display: block;
  width: 33.33%;
  position: relative;
  background-color: #FF9E0F;
  height: 45px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.da-order-form .type-of-service ul li:hover, .da-order-form .type-of-service ul li:focus {
  background: #1d3b75;
  color: #ffffff;
}

.da-order-form .type-of-service ul li:first-child {
  border-radius: 25px 0 0 25px;
}

.da-order-form .type-of-service ul li:last-child {
  border-radius: 0 25px 25px 0;
}

.da-order-form .type-of-service ul li input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.da-order-form .type-of-service ul li input[type="radio"] label {
  background: red;
}

.da-order-form .type-of-service ul li input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
}

.da-order-form .type-of-service ul li label {
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  z-index: 90;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
  padding: 0px;

}

.da-order-form .type-of-service ul li label:hover,
.da-order-form .type-of-service ul li label:focus {
  color: #ffffff;
}

/* test goes here */
.da-order-form .writer-level ul li .custom.active,
.da-order-form .writer-level ul li .custom:hover,
.da-order-form .writer-level ul li .custom:focus {
    background-color: #6633ff;
    color: #fff;
  }

  .da-order-form .writer-level ul {
    margin: 0px;
    /* padding: 0px 0px 10px; */
  }

  .da-order-form .writer-level ul li .paper-instruction {
    background-color: #f8f8f8;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    border-radius: 25px;
    border: 1px solid #eaeaea;
    margin: 0 5px 5px 0;
    padding: 12px 20px;
  }

  .da-order-form .writer-level ul li .paper-instruction.active, .order-form-7dollaressay .form-box ul li .paper-instruction:hover, .order-form-7dollaressay .form-box ul li .paper-instruction:focus {
    background-color: #1d3b75;
    color: #fff;
  }

  .da-order-form .writer-level input[type="radio"] {
    display: none;
    position: relative;
    margin: 6px;
  }
/* test goes here */

.da-order-form .form-group {
  margin-bottom: 10px;

}

.da-order-form .form-group label {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left:20px;
  margin-bottom: 0;
}

.da-order-form .form-group .form-control {
  border-radius: 25px;
  height: 45px;
  color: #29363b;
  padding: 10px 20px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-order-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #29363b;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-order-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #29363b;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-order-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #29363b;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-order-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #29363b;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-order-form #con-1,
.da-order-form .mine-control {
  margin-bottom: 10px;
}

.da-order-form #con-1,
.da-order-form .mine-control {
  margin-bottom: 10px;
}

.da-order-form .input-number,
.da-order-form .input-number-decrement,
.da-order-form .input-number-increment,
.da-order-form .mine-control {
  height: 45px;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}

.da-order-form .mine-control {
  display: block;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff;
  background-image: none;
  border: 1px solid #acacac;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.da-order-form .input-number-decrement {
  border-radius: 25px 0 0 25px;
}

.da-order-form .input-number-decrement,
.da-order-form .input-number-increment {
  display: inline-block;
  width: 50px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #FF9E0F !important;
  text-align: center;
  background: #FF9E0F !important;
  cursor: pointer;
}

.da-order-form .input-number,
.da-order-form .input-number-decrement,
.da-order-form .input-number-increment {
  height: 50px;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #fff;
  margin-right: -5px;
  margin-left: -5px !important;
  font-size: 16px;
}

.da-order-form .input-number {
  width: 59%;
  padding: 0 16;
  vertical-align: top;
  height: 50px;
  text-align: center;
  outline: 0;
  margin: 0 auto;
}

.da-order-form .input-number-increment {
  border-radius: 0 25px 25px 0;
  border: 1px solid #fff;
}

.da-order-form .pages_words {
  color: #fff !important;
  margin-left: -11px !important;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  display: block;
  width: 100%;
}

.da-order-form .h3 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'Rubik', sans-serif;
}

.db-payment {
  background-image: url(/images/bg/bg-order.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}

.db-payment .btn-ordernow {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  background-color: #FF9E0F;
  border-radius: 25px;
  border: 1px solid #FF9E0F;
  color: #ffffff;
  padding: 8px 30px;
  margin: 0px 10px;
}

.db-payment .btn-payment {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  background-color: #1d3b75;
  border-radius: 25px;
  border: 1px solid #1d3b75;
  padding: 8px 50px;
  color: #ffffff;
  margin: 0px 10px;
}

.db-payment .h5 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  color: #ffffff;
}

.db-payment .form-control {
  height: 45px;
  border-radius: 25px;
  padding: 8px 20px;
}

.db-payment .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.db-payment .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.db-payment .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.db-payment .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.db-payment .order-review {
  padding: 20px 10px;
  background-color: #ffffff;
  border: 1px solid #FF9E0F;
  color: #3a435d;
}

.db-payment .order-review .h3 {
  color: #3a435d;
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
}

.db-payment .order-review ul li {
  font-size: 16px;
  list-style: none;
  color: #3a435d;
  margin: 20px 0px;
  font-family: 'Rubik', sans-serif;
}

.db-payment .price-calculation {
  background: #ffffff;
  border: 1px solid #FF9E0F;
  padding: 30px 20px;
  margin-top: 70px;
}

.db-payment .price-calculation .h2 {
  font-size: 26px;
  color: #3a435d;
  text-align: center;
  font-size: 26px;
  font-family: 'Rubik', sans-serif;
}

.db-payment .price-calculation .h3 {
  text-align: center;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  padding: 20px 0px;
}

.db-payment .price-calculation p {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-size: 16px;
}

.db-payment .h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
  margin: 0px;
}

.pricing-da {
  padding: 50px 0px 0px;
}

.pricing-da .h1 {
  color: #1d3b75;
}

.pricing-da ul {
  padding: 10px 0px 0px;
}

.pricing-da ul li {
  display: inline;
  margin: 0px 10px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.pricing-da ul li i {
  margin-right: 5px;
  background: #ffffff;
  -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: 10px 10px;
  border-radius: 25px;
  color: #FF9E0F;
}

.samples-da {
  padding: 50px 0px;
}

.samples-da .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  color: #1d3b75;
}

.samples-da .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);
  border-radius: 5px;
}

.samples-da .box .h2 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 23px;
  color: #1d3b75;
}

.samples-da .box p {
  color: #5a5a5a;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.samples-da .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 16px;
}

.samples-da .box .btn-ordernow:hover, .samples-da .box .btn-ordernow:focus, .samples-da .box .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.samples-da .box .btn-ordernow.active:hover, .samples-da .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.samples-da .box .btn-ordernow:hover, .samples-da .box .btn-ordernow:focus {
  color: #3a435d;
}

.samples-da .sample-side-form {
  color: #ffffff;
  background: #1d3b75;
  padding: 30px 20px;
  border-radius: 10px;
}

.samples-da .sample-side-form .h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.samples-da .sample-side-form .form-group .form-control {
  height: 45px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.samples-da .sample-side-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.samples-da .sample-side-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.samples-da .sample-side-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.samples-da .sample-side-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.samples-da .sample-side-form .form-group .input-number-decrement,
.samples-da .sample-side-form .form-group .input-number-increment {
  background: #FF9E0F;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-right: 0px;
  margin-left: -5px !important;
  border: 0.5px solid #FF9E0F;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 20%;
  cursor: pointer;
  border-radius: 0px;
}

.samples-da .sample-side-form .form-group .input-number-increment {
  border-radius: 0 0px 0px 0;
  border: 0.5px solid #FF9E0F;
}

.samples-da .sample-side-form .form-group .input-number {
  width: 60%;
  padding: 9px 16px;
  vertical-align: top;
  text-align: center;
  outline: 0;
  margin: 0 auto;
  background: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: -5px;
  margin-left: -5px !important;
  border: 0.5px solid #eaeaea;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}

.samples-da .sample-side-form .form-group .input-number,
.samples-da .sample-side-form .form-group .input-number-decrement,
.samples-da .sample-side-form .form-group .input-number-increment {
  height: 40px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}

.samples-da .sample-side-form .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 50px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.samples-da .sample-side-form .btn-ordernow:hover, .samples-da .sample-side-form .btn-ordernow:focus, .samples-da .sample-side-form .btn-ordernow.active {
  background: #FF9E0F;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.samples-da .sample-side-form .btn-ordernow.active:hover, .samples-da .sample-side-form .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #FF9E0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.samples-da .sample-side-form .btn-ordernow:hover {
  color: #ffffff;
}

.gurantees-service {
  padding: 10px 20px 10px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 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);
}

.gurantees-service .h3 {
  padding: 10px 0px 0px;
  text-align: center;
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.gurantees-service .h4 {
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid;
  margin: 45px 0px;
}

.gurantees-service .circle {
  -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: 50px;
  padding: 3px 10px 3px 14px;
}

.gurantees-service .circle img {
  margin: 10px 0px;
}

.cipd-da {
  padding: 50px 0px 10px;
}

.cipd-da .h2 {
  color: #1d3b75;
}

.cipd-da p {
  color: #3a435d;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

.da-testimonials {
  padding: 50px 0px;
}

.da-testimonials .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  color: #1d3b75;
}

.da-testimonials .box {
  padding: 30px 20px 30px 20px;
  background: #fff url(/images/bg/testimonial-box.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  min-height: 263px;
}

.da-testimonials .box p {
  color: #3a435d;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 10px 0px;
}

.da-testimonials .box .h5 {
  color: #1d3b75;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0px 0px;
}

/*media query*/
@media only screen and (max-width: 480px) {
  .navbar-nav {
    margin-left: 0px !important;
  }
  header .btn-ordernow {
    font-size: 18px;
  }
  .da-sponsors {
    text-align: center;
  }
  .da-sponsors img {
    margin: 10px 0px;
  }
  .secure-payment {
    text-align: center;
  }
  .secure-payment img {
    margin: 10px 0px;
  }
  .cta-1-da .btn {
    margin: 10px 0px;
  }
  .cta-1-da .h3 {
    font-size: 16px;
  }
  .da-order-form .btn-ordernow {
    display: block;
    float: none;
  }
  .da-order-form .btn-payment {
    display: block;
    float: none;
  }
  .da-order-form .btn-go-payment {
    font-size: 16px;
  }
  .db-payment .btn-ordernow {
    margin: 10px 0px;
  }
  .sub-menu .btn-ordernow {
    margin: 10px 0px;
    display: block;
  }
  header .header-form .btn-ordernow:hover,
  header .header-form .btn-ordernow:focus,
  header .header-form .btn-ordernow.active {
    font-size: 16px;
  }
  .content-da .faq-card .header a {
    font-size: 12px;
  }
  .prices-da-homepage .box .h4 {
    font-size: 18px;
  }
  .prices-da-homepage .box p {
    font-size: 16px;
  }
  .da-testimonials .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);
    margin: 10px 0px;
    background: #ffffff;
  }
  .gurantees-page-da .apply-center {
    text-align: center;
    margin: 10px 0px;
  }
  .gurantees-page-da .apply-center .circle {
    height: 80px;
    width: 100%;
  }
  .samples-da .sample-side-form .btn-ordernow:hover, .samples-da .sample-side-form .btn-ordernow:focus, .samples-da .sample-side-form .btn-ordernow.active {
    font-size: 14px !important;
  }
  .prices-da-homepage .box .btn-ordernow:hover, .prices-da-homepage .box .btn-ordernow:focus, .prices-da-homepage .box .btn-ordernow.active {
    font-size: 16px;
  }
}

#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: 'Rubik', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #1d3b75;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a435d;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #FF9E0F;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ffffff;
  background: #FF9E0F;
}

@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: 16px;
  }
}

.login-am {
  background: #ffffff;
  padding: 0px;
}

.login-page {
  padding: 0% 0 0;
  margin: auto;
}

.form {
  position: relative;
  border: 1px solid #19a4b7;
  z-index: 1;
  background: #1d3b75;
  max-width: 460px;
  margin: 0 auto 100px;
  padding: 20px 45px 10px;
  text-align: center;
}

.form .h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #ffffff;
}

.form .h2 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}

.form .h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.form .h5 {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.form input {
  font-family: 'Rubik', sans-serif;
  outline: 0;
  background: #ffffff;
  border: 1px solid #1d3b75;
  border-radius: 25px;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  font-size: 16px;
}

.form button {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #FF9E0F;
  width: 100%;
  border-radius: 25px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border: 1px solid #FF9E0F;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #19a4b7;
  color: #ffffff;
  border: 1px solid #1d3b75;
  -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 {
  padding: 50px 0px;
}

.sitemap .h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #3a435d;
}

.sitemap .h2 {
  background: #1d3b75;
  color: #ffffff;
  padding: 10px 30px;
}

.sitemap ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sitemap ul li {
  float: left;
  list-style-type: none;
  padding-left: 0px;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 30px;
  width: 25%;
}

.sitemap ul li a {
  font-family: 'Rubik', sans-serif;
  color: #3a435d;
  font-size: 16px;
}

.sitemap ul li a i {
  margin-right: 5px;
  background: #1d3b75;
  padding: 10px 10px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #1d3b75;
}

@media only screen and (max-width: 768px) {
  .sitemap ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sitemap ul li {
    width: 50%;
  }
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*# sourceMappingURL=styles.css.map */
/*fix bugs */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}

header .btn-yell {
  height: 67px;
  border-radius: 10px;
  background-color: #ffffff;
}
header .btn-yell.active, header .btn-yell:hover, header .btn-yell:focus {
  background-color: #ff9800;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
header .btn-yell.active i, header .btn-yell:hover i, header .btn-yell:focus i {
  color: #ffffff;
}
header .btn-yell span {
  padding-left: 10px;
  float: left;
  text-align: left !important;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
}
header .btn-yell i {
  float: left;
  top: 7px;
  position: relative;
  font-size: 30px;
  color: #ff9800;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.our-customers-i {
  padding: 50px 0px;
}

.our-customers-i .h1 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  color: #1d3b75;
}

.our-customers-i .box {
  min-height: 360px;
  padding: 20px 20px;
  border: 2px solid #ff9801;
}
.our-customers-i .box.active .btn-view{
  color: #ffff !important;
}

.our-customers-i .box.active {
  border: 2px solid #ff9801;
  background-color: #ff9801;
}

.our-customers-i .box.active .h3 {
  color: #ffffff;
}

.our-customers-i .box.active p {
  color: #ffffff;
}

.our-customers-i .box.active .btn-ordernow {
  background-color: #ffffff !important;
  color: #ff9801 !important;
}

.our-customers-i .box .h3 {
  color: #ff9801;
  padding-top: 10px;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}

.our-customers-i .box p {
  margin: 0px;
  min-height: 154px !important;
}

.our-customers-i .box .btn-view {
  margin-top: 10px;
  color: #ff9801 !important;
  display: block;
}

.our-customers-i .box .btn-ordernow {
  background: transparent;
  border: 1px solid #ffffff;
  padding: 6px 15px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px !important;
  text-transform: capitalize;
}

.our-customers-i .box .btn-ordernow:hover, .our-customers-i .box .btn-ordernow:focus, .our-customers-i .box .btn-ordernow.active {
  background: #ff9800;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-customers-i .box .btn-ordernow.active:hover, .our-customers-i .box .btn-ordernow.active:focus {
  background: transparent;
  border: 1px solid #ff9800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-customers-i .box .btn-ordernow:hover {
  color: #ff9800;
}
.banner_quote {
  margin: 30px 0px 20px;
  padding: 80px 55px 35px 300px;
  border-radius: 55px 55px 55px 0;
  line-height: 1.45;
  position: relative;
  background: url(/images/bg/content-curve.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_quote p {
  font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    font-style: italic;
    line-height: 35px;
}
.banner_quote::before {
  display: block;
  content: '';
  position: absolute;
  background: url(/images/bg/women-1.png);
  background-size: 200px auto;
  top: -25px;
  height: 342px;
  bottom: 0;
  width: 200px;
  left: 20px;
  background-repeat: no-repeat;
  max-height: 328px;
}

.custom-control-label {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .banner_quote {
    padding: 5px 5px 5px 5px !important;
    background: #1d3b75 !important;
    border-radius: 0 0 0 0 !important;
  }


  .banner_quote::before {
    display: none !important;
  }
}
