@import "../libs/fonts/stylesheet.css";
@import "../libs/bootstrap/css/bootstrap.min.css";
@import "../libs/fontsawesome/css/fontawesome-all.min.css";
@import "../libs/bootstrap-select/css/bootstrap-select.min.css";
@import "../libs/bootstrap-datepicker/gijgo.min.css";
/*
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: Ntier
Author URI: http://ntier.co/
Tags: 
*/
/*Core Less*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
}
body {
  color: #353738;
  background: #ffffff;
  font-family: 'Sailec';
  padding: 0px !important;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: 0px auto !important;
}
p {
  line-height: 1.5;
}
img {
  max-width: 100%;
}
.btn {
  outline: none;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
ul li {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #353738;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light .h1,
.light .h2,
.light .h3,
.light .h4,
.light .h5,
.light .h6,
.light p {
  color: #fff;
}
.bg-lightgray {
  background-color: #f4f4f4 !important;
}
.color-lightgray {
  color: #f4f4f4 !important;
}
.bg-lightblue {
  background-color: #dcebfa !important;
}
.color-lightblue {
  color: #7ef7ff !important;
}
.bg-blue {
  background-color: #017d8c !important;
}
.color-blue {
  color: #017d8c !important;
}
.checkbox label,
.radio label {
  padding-left: 0;
}
.radio input[type="radio"] {
  margin-right: 5px;
  position: relative;
  margin-top: 0;
  top: 2px;
}
.radio input[type="radio"] {
  display: none !important;
}
.radio input [type="radio"] + span {
  font-weight: normal;
  cursor: pointer;
  color: #353738;
}
.radio input[type="radio"]:checked + span {
  color: #017d8c;
}
.radio input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -3px 7px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.radio input[type="radio"]:checked + span:before {
  background-color: #fff;
  border: 5px solid #017d8c;
}
select[disabled],
textarea[disabled],
input[disabled],
input[disabled] {
  background-color: #eeeff2;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox input[type=checkbox] {
  display: none !important;
}
.checkbox input[type=checkbox] + span {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1;
  color: #353738;
  font-size: 16px;
}
.checkbox input[type=checkbox]:checked + span {
  color: #017d8c;
}
.checkbox input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: -4px;
  font-size: 14px;
}
.checkbox input[type=checkbox]:checked + span:before {
  content: "\2714";
  color: white;
  background-color: #017d8c;
  border: 1px solid #017d8c;
  text-align: center;
  line-height: 17px;
}
input[type="text"],
select,
textarea,
input[type="number"],
input[type="Email"],
input[type="search"],
input[type="password"] {
  border: 1px solid #dcdcdc;
  padding: 0px 15px;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #858585;
  border-radius: 40px;
  height: 44px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group:focus {
  outline: 0;
  box-shadow: none;
}
.form-group textarea {
  resize: none;
  border: 1px solid #cfd6db;
  padding: 12px 15px;
  outline: none;
  font-size: 14px;
  width: 100%;
  color: #858585;
  border-radius: 3px;
}
.accordion-group {
  margin-bottom: 40px;
}
.accordion-heading a {
  font-size: 18px;
  padding: 8px 40px 8px 18px;
  background: #d7e2f8;
  border: 1px solid #c7d3ec;
  color: #2f323b;
  display: block;
  position: relative;
  clear: both;
}
.accordion-heading a small {
  font-size: 15px;
  color: #57bf4c;
  margin-left: 5px;
}
.accordion-heading a i {
  font-size: 16px;
  color: #69f;
  margin-left: 10px;
  position: relative;
}
.accordion-heading a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  width: 15px;
  display: inline-block;
  float: right;
  margin-top: 2px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.accordion-heading a.active:after {
  content: "\f0da";
}
.req {
  color: #D40000;
  font-size: 20px;
  line-height: 1;
}
.form-control:focus {
  border: 1px solid #cfd6db;
  box-shadow: none;
}
.form-control {
  border-radius: 0;
}
body .error-list {
  position: absolute;
  width: 100%;
}
body .error-list ul {
  margin: 0;
  padding: 0;
}
body .error-list ul li {
  list-style: none;
  font-size: 11px;
  padding: 2px 0px;
}
a {
  color: #017d8c;
}
a:hover {
  color: #017d8c;
}
.my_breadcrumb {
  padding: 14px 0;
}
.my_breadcrumb .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 13px;
}
.my_breadcrumb .breadcrumb li + li:before {
  padding: 0 12px;
  color: #858684;
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  font-weight: normal;
  font-size: 12px;
}
.my_breadcrumb .breadcrumb li a {
  color: #93adbf;
  text-transform: capitalize;
}
.my_breadcrumb .breadcrumb li a:hover {
  color: #017d8c;
}
.my_breadcrumb .breadcrumb li.active {
  color: #383e44;
  font-weight: bold;
}
.fileinput {
  position: relative;
}
.fileinput .thumbnail {
  width: 240px;
  height: 140px;
}
.fileinput .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  font-size: 12px;
  line-height: 24px;
  padding: 0 7px;
}
body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .error-list {
  bottom: -20px;
  left: 0;
}
body .form-group.error .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  border-color: #dcdcdc !important;
}
body .bootstrap-select > .dropdown-toggle {
  color: #253653 !important;
  background-color: #fff;
  outline: none !important;
  line-height: 38px;
  text-transform: capitalize;
  border: 1px solid #dde5eb !important;
}
body .bootstrap-select > .dropdown-toggle span {
  line-height: 1.5;
}
body .bootstrap-select > .dropdown-toggle:focus {
  border: 1px solid #dde5eb !important;
}
body .bootstrap-select > .dropdown-toggle.bs-placeholder,
body .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
body .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
body .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
body .bootstrap-select > .dropdown-toggle:focus {
  border-color: #dde5eb !important;
  background-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}
body .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 14px;
}
body .bootstrap-select > .dropdown-toggle {
  padding-left: 20px;
  padding-top: 5px;
}
body .bootstrap-select .dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #dde5eb;
  display: block;
  color: #353738;
}
body .bootstrap-select .dropdown-menu > li > a:hover,
body .bootstrap-select .dropdown-menu > li.selected > a {
  color: #017d8c;
  background-color: #f7fbff;
}
body .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
body .dropdown-toggle::after {
  margin-left: 0.10em;
}
body .bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}
body .dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#back-top {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #45c705;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  -webkit-transition: all 0.4s linear 0s;
          transition: all 0.4s linear 0s;
}
#back-top:hover {
  background: #59b377;
}
#back-top:focus {
  background: #8bc34a;
}
.attach-file .btn-file {
  color: #09c2ff;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}
.attach-file .btn-file i {
  position: absolute;
  left: 0;
  font-size: 30px;
  top: -5px;
}
.attach-file .fileinput-filename {
  color: #09c2ff;
  font-size: 14px;
  overflow: hidden;
  max-width: 80%;
  height: 20px;
}
.attach-file a.close {
  color: #fff;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  position: relative;
  top: 5px;
  line-height: 0;
}
.page-heading {
  padding: 170px 0 100px 0;
  margin-top: -100px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.page-heading .page-heading-txt {
  max-width: 500px;
}
.page-heading .page-heading-txt h1 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 40px;
  font-weight: bold;
}
.page-heading .page-heading-txt h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}
.switch-takaful {
  display: none;
}
@media screen and (max-width: 991px) {
  #back-top {
    display: none !important;
  }
  .page-heading h1 {
    max-width: 80%;
  }
  .pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .my_breadcrumb {
    display: none;
  }
  .page-heading h1 {
    max-width: 100%;
  }
  .page-heading h1 span {
    font-size: 26px;
    max-width: 76%;
    display: block;
    padding-top: 10px;
  }
  .page-heading {
    padding: 240px 0 50px 0;
  }
  .page-heading .page-heading-txt h1 {
    font-size: 32px;
  }
}
@charset "UTF-8";
/*!
Animate.css - //daneden.me/animate
Licensed under the MIT license - //opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - //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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  100% {
    -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,
  100% {
    -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 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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
.fadeIn {
  -webkit-animation-name: fadeIn_custom;
  -ms-animation-name: fadeIn_custom;
  animation-name: fadeIn_custom;
}
@-webkit-keyframes fadeIn_custom {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_custom {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn_custom {
  -webkit-animation-name: fadeIn_custom;
  -ms-animation-name: fadeIn_custom;
  animation-name: fadeIn_custom;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .2s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: .2s;
  -ms-animation-duration: 2s;
  -ms-animation-delay: .2s;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-transition: all .5s;
          transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*Create Manually fade in by shahmir start*/
@-webkit-keyframes fadeInUp_one {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_one {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_one {
  -webkit-animation-name: fadeInUp_one;
  -ms-animation-name: fadeInUp_one;
  animation-name: fadeInUp_one;
  -webkit-transition: all .5s;
          transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: .4s;
  -moz-animation-duration: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-duration: .4s;
  -ms-animation-delay: .4s;
}
@-webkit-keyframes fadeInUp_two {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_two {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_two {
  -webkit-animation-name: fadeInUp_two;
  -ms-animation-name: fadeInUp_two;
  animation-name: fadeInUp_two;
  -webkit-transition: all .5s;
          transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: .6s;
  -moz-animation-duration: .4s;
  -moz-animation-delay: .6s;
  -ms-animation-duration: .4s;
  -ms-animation-delay: .6s;
}
@-webkit-keyframes fadeInUp_three {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_three {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_three {
  -webkit-animation-name: fadeInUp_three;
  -ms-animation-name: fadeInUp_three;
  animation-name: fadeInUp_three;
  -webkit-transition: all .5s;
          transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: .8s;
  -moz-animation-duration: .4s;
  -moz-animation-delay: .8s;
  -ms-animation-duration: .4s;
  -ms-animation-delay: .8s;
}
/*Create Manually fade in by shahmir end*/
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
  }
  100% {
    -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, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@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);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.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;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    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;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - //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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - //github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    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-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-duration: .4s;
  -webkit-animation-delay: .1s;
}
@-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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*
    Component: Buttons
-------------------------
*/
/* Button CSS starts */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn,
a.btn {
  background-color: #4EAA50;
  border: 0;
  line-height: 40px;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}
.btn:hover,
a.btn:hover,
.btn:active,
a.btn:active,
.btn.active,
a.btn.active,
.btn.focus,
a.btn.focus,
.btn:focus,
a.btn:focus {
  background: #0156ad;
  color: #fff;
  box-shadow: none;
}
.btn.btn-border,
a.btn.btn-border {
  background-color: transparent;
  color: #0070e2;
  border-color: #0070e2;
  border: 1px solid;
}
.btn.btn-border:hover,
a.btn.btn-border:hover {
  background-color: transparent;
  color: #6775c4;
  border-color: #6775c4;
  border: 1px solid;
}
.btn.btn-border:focus,
a.btn.btn-border:focus {
  color: #4358d0;
  border-color: #4358d0;
}
.btn.btn-default,
a.btn.btn-default {
  background-color: #fff;
  color: #353738;
  border-color: #fff;
}
.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-default.hover,
a.btn.btn-default.hover {
  background-color: #4EAA50;
  color: #fff;
}
.btn.btn-default:focus,
a.btn.btn-default:focus {
  background-color: #4EAA50;
  color: #fff;
}
.btn.btn-default.btn-flat,
a.btn.btn-default.btn-flat {
  background-color: #4EAA50;
}
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #0062c7;
  color: #FFF;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary:active,
a.btn.btn-primary:active,
.btn.btn-primary.hover,
a.btn.btn-primary.hover {
  background-color: #0156ad;
  color: #fff;
}
.btn.btn-outline,
a.btn.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 7px;
}
.btn.btn-outline:hover,
a.btn.btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: #82bc00;
}
.btn.btn-success,
a.btn.btn-success {
  background-color: #4EAA50;
}
.btn.btn-success:hover,
a.btn.btn-success:hover,
.btn.btn-success:active,
a.btn.btn-success:active,
.btn.btn-success.hover,
a.btn.btn-success.hover {
  background-color: #39d074;
}
.btn.btn-success:focus,
a.btn.btn-success:focus {
  background-color: #39d074;
}
.btn.btn-info,
a.btn.btn-info {
  background-color: #339999;
  border-color: #2d8686;
}
.btn.btn-info:hover,
a.btn.btn-info:hover,
.btn.btn-info:active,
a.btn.btn-info:active,
.btn.btn-info.hover,
a.btn.btn-info.hover {
  background-color: #2d8686;
}
.btn.btn-danger,
a.btn.btn-danger {
  background-color: #f56954;
  border-color: #f4543c;
}
.btn.btn-danger:hover,
a.btn.btn-danger:hover,
.btn.btn-danger:active,
a.btn.btn-danger:active,
.btn.btn-danger.hover,
a.btn.btn-danger.hover {
  background-color: #f4543c;
}
.btn.btn-warning,
a.btn.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn.btn-warning:hover,
a.btn.btn-warning:hover,
.btn.btn-warning:active,
a.btn.btn-warning:active,
.btn.btn-warning.hover,
a.btn.btn-warning.hover {
  background-color: #e08e0b;
}
.btn.btn-icon-left i,
a.btn.btn-icon-left i {
  margin-right: 10px;
}
.btn.btn-icon-right i,
a.btn.btn-icon-right i {
  margin-left: 10px;
}
.btn.btn-sm,
a.btn.btn-sm {
  font-size: 12px;
  line-height: 32px;
  padding: 0 12px;
}
.btn.btn-lg,
a.btn.btn-lg {
  padding: 10px 16px;
}
.btn.btn-block,
a.btn.btn-block,
.btn.btn-full,
a.btn.btn-full {
  display: block;
  margin: auto 0px;
}
.btn.btn-block.btn-sm,
a.btn.btn-block.btn-sm,
.btn.btn-full.btn-sm,
a.btn.btn-full.btn-sm {
  font-size: 13px;
  padding: 7px;
}
.btn.btn-flat,
a.btn.btn-flat {
  box-shadow: none;
  border-width: 1px;
}
.btn:focus,
a.btn:focus {
  outline: none;
}
.btn.btn-file,
a.btn.btn-file {
  position: relative;
  width: 150px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.btn.btn-file > input[type='file'],
a.btn.btn-file > input[type='file'] {
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  opacity: 0 !important;
  position: absolute;
  cursor: pointer;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
@-webkit-keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.loading-progress {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.loading-progress .fa {
  opacity: 0;
}
.loading-progress:hover,
.loading-progress:active,
.loading-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.loading-progress:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.loading-progress:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-border.loading-progress {
  border-color: #0070e2 !important;
}
.btn-border.loading-progress:before {
  border-left-color: #0070e2;
  border-right-color: #0070e2;
}
.btn-lg.loading-progress:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.loading-progress:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.loading-progress:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
.btn_group {
  margin-top: 30px;
}
.btn_group a.btn-share {
  background-image: url(../images/share_icon.png);
  background-color: transparent;
  color: #656565;
  border-color: #656565;
  border: 1px solid;
  padding: 17px 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_group a.btn-share:hover {
  color: #656565;
  border-color: #656565;
}
.btn_group a.btn-share-white {
  background-image: url(../images/share_icon_wight.png);
  background-color: transparent;
  color: #80b9f3;
  border-color: #80b9f3;
  border: 1px solid;
  padding: 17px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_group a.btn-share-white:hover {
  color: #80b9f3;
  border-color: #80b9f3;
}
.btn_group a.btn-share-white:focus {
  color: #80b9f3;
  border-color: #80b9f3;
}
.btn_group a.btn-success {
  padding: 1px 30px;
  margin-left: 4px;
}
.header {
  position: relative;
  z-index: 99;
}
.header .col-md-10 {
  padding: 0;
}
.header .logo {
  text-align: center;
}
.header .logo img {
  margin-top: 8px;
}
.main-nav {
  background-color: #017d8c;
}
.main-nav .top-nav {
  background-color: #4c4f51;
  padding: 0 20px;
  font-size: 12px;
}
.main-nav .top-nav .top-nav-tel {
  color: #fff;
  padding-top: 7px;
}
.main-nav .top-nav .top-nav-tel i {
  margin-right: 15px;
}
.main-nav .top-nav .top-nav-tel a {
  color: #fff;
  letter-spacing: 2px;
}
.main-nav .top-nav .top-nav-tel a:hover {
  opacity: 0.9;
}
.main-nav .top-nav-menu > ul {
  margin: 0;
  padding: 0;
}
.main-nav .top-nav-menu > ul > li {
  float: left;
  margin-left: 20px;
  position: relative;
}
.main-nav .top-nav-menu > ul > li > a {
  color: #fff;
  padding: 8px 5px;
  display: block;
}
.main-nav .top-nav-menu > ul > li > a:hover {
  opacity: 0.9;
}
.main-nav .top-nav-menu > ul > li.sub-inner-menu > a:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  margin-left: 10px;
}
.main-nav .top-nav-menu > ul > li.sub-inner-menu .urdu {
  font-family: 'Noto Naskh Arabic', serif;
  text-align: right;
}
.main-nav .top-nav-menu > ul > li.sub-inner-menu .english {
  font-family: 'Sailec';
  text-align: left;
}
.main-nav .top-nav-menu > ul > li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #4c4f51;
  width: 100%;
  min-width: 100px;
  right: -20px;
  display: none;
  z-index: 1;
}
.main-nav .top-nav-menu > ul > li ul li a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #9a9a9a;
}
.main-nav .top-nav-menu > ul > li ul li a:hover {
  background-color: #353535;
}
.main-nav .top-nav-menu > ul > li:hover ul {
  display: block;
}
.main-nav .primary-nav .col-lg-7 {
  position: static;
}
.main-nav .primary-nav .search {
  margin-top: 12px;
}
.main-nav .primary-nav .search input {
  box-shadow: 0 0 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border: 0;
  border-right: 0;
  height: 40px;
}
.main-nav .primary-nav .search .btn {
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 20px 0 16px;
  cursor: pointer;
  border-left: 1px solid #cbcfd2;
  height: 40px;
}
.main-nav .primary-nav .contact-us {
  margin-top: 12px;
}
.main-nav .primary-menu > ul {
  margin: 0;
  padding: 0;
}
.main-nav .primary-menu > ul > li {
  float: left;
}
.main-nav .primary-menu > ul > li > a {
  color: #fff;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  display: block;
  line-height: 44px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.main-nav .primary-menu > ul > li:hover > a {
  border-bottom: 3px solid #39d074;
}
.main-nav .primary-menu > ul > li:hover .mega-menu {
  display: block;
}
.main-nav .primary-menu > ul .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 35px 0 15px 0;
  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);
}
.main-nav .primary-menu > ul .mega-menu .menu-text-box h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}
.main-nav .primary-menu > ul .mega-menu .menu-text-box p {
  padding-bottom: 20px;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box {
  padding-bottom: 20px;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box a {
  display: block;
  position: relative;
  padding-left: 80px;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box a img {
  position: absolute;
  left: 0;
  top: 0;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box a h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box a p {
  color: #353738;
}
.main-nav .primary-menu > ul .mega-menu .menu-link-box a:hover h5 {
  color: #017d8c;
}
.main-nav .primary-menu > ul .mega-menu .products-services-takaful {
  display: none;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a {
  background-color: #eee;
  color: #353738;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a:after {
  content: "";
  display: block;
  background-color: #117cc5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  display: none;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a span {
  position: relative;
  z-index: 1;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.conventional-link {
  background-image: url('../images/bg-tab1.png');
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.conventional-link:after {
  background-color: #117cc5;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.takaful-link {
  background-image: url('../images/bg-tab2.png');
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.takaful-link:after {
  background-color: #0cc455;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.active:after {
  display: block;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a.active span {
  color: #fff;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a:hover:after {
  display: block;
}
.main-nav .primary-menu > ul .mega-menu .products-services-tab a:hover span {
  color: #fff;
}
.main-nav .primary-menu > ul .mega-menu #takaful .menu-link-box a:hover h5 {
  color: #0cc455;
}
.responisve-menu-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  position: absolute;
  right: 30px;
  top: 2px;
  cursor: pointer;
  display: none;
}
.responisve-menu-btn:before {
  content: "\f0c9";
  font-family: Font Awesome\ 5 Pro;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.responisve-menu-btn.mobile_menu_close:before {
  content: "\f00d";
}
.menu-open-btn {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #353738;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
.menu-open-btn:before {
  content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mob_active .menu-open-btn:before {
  content: "\f106";
}
.ntier-fixedheader .header {
  background-color: #ffffff;
}
.menu-conventional-mob {
  background-color: #017d8c;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
.menu-takaful-mob {
  background-color: #0cc455;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 1024px) {
  .primary-nav {
    overflow: hidden;
  }
  .header .container {
    max-width: 100%;
  }
  .header .container .col-lg-5 .col-sm-5 {
    padding: 0;
  }
  .main-nav .primary-nav > .row > .col-sm-7 {
    padding-right: 0;
    padding-left: 30px;
  }
  .main-nav .primary-menu > ul > li > a {
    padding: 10px 3px 10px 3px;
  }
  .main-nav .primary-menu > ul .mega-menu {
    left: -90px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .main-nav {
    height: 100px;
  }
  .responisve-menu-btn {
    display: block;
  }
  .main-nav .primary-nav .search {
    margin-top: 11px;
    padding-left: 20px;
  }
  .main-nav .primary-nav .contact-us {
    margin-top: 11px;
  }
  .primary-menu {
    position: absolute;
    background-color: #fff;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 100px;
    display: none;
  }
  .primary-menu.primary-active {
    display: block;
  }
  .main-nav .primary-menu > ul > li > a {
    padding: 10px 15px 10px 15px;
    color: #353738;
  }
  .main-nav .primary-menu > ul .mega-menu {
    left: 0;
  }
  .menu-res-hide {
    display: none;
  }
  .main-nav .primary-menu > ul .mega-menu .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .main-nav .primary-menu > ul .mega-menu .col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-nav .top-nav .top-nav-tel a {
    letter-spacing: 1px;
  }
  .main-nav .top-nav-menu > ul > li {
    display: none;
  }
  .main-nav .top-nav-menu > ul > li.sub-inner-menu {
    display: block;
  }
  .contact-us {
    display: none;
  }
  .responisve-menu-btn {
    right: 20px;
    top: 1px;
  }
  .primary-menu {
    position: fixed;
    width: 75%;
    height: 100%;
    right: -75%;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow-x: scroll;
    padding-bottom: 100px;
  }
  .primary-menu.primary-active {
    right: 0%;
  }
  .main-nav .primary-menu > ul > li {
    float: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .main-nav .primary-menu > ul > li > a {
    line-height: 34px;
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .main-nav .primary-menu > ul > li:hover > a {
    border-bottom: 0;
  }
  .main-nav .primary-menu > ul .mega-menu .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .main-nav .primary-menu > ul .mega-menu {
    position: relative;
    padding: 0 0 15px 0;
    box-shadow: none;
  }
  .main-nav .primary-menu > ul .mega-menu .menu-link-box {
    padding-bottom: 0;
  }
  .main-nav .primary-menu > ul .mega-menu .menu-link-box a {
    padding-left: 0;
    padding: 12px 10px;
    border-top: 1px solid #eee;
  }
  .main-nav .primary-menu > ul .mega-menu .menu-link-box a img,
  .main-nav .primary-menu > ul .mega-menu .menu-link-box a p {
    display: none;
  }
  .main-nav .primary-menu > ul .mega-menu .menu-link-box a h5 {
    font-weight: normal;
    padding: 0;
  }
  .menu-open-btn {
    display: block;
  }
  .main-nav .primary-menu > ul > li:hover .mega-menu {
    display: none;
  }
  .main-nav .primary-menu > ul > li.mob_active .mega-menu {
    display: block !important;
  }
  .products-services-tab {
    display: none;
  }
  .main-nav .primary-menu > ul .mega-menu .products-services-takaful {
    display: block;
  }
  .menu-conventional-mob,
  .menu-takaful-mob {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .main-nav .top-nav .top-nav-tel a {
    letter-spacing: 0px;
  }
}
.searchbox_page {
  min-height: 600px;
}
.searchbox_page .search_box {
  margin-bottom: 40px;
}
.searchbox_page .search_box input[type="text"] {
  padding: 0 15px 0 50px;
  font-size: 14px;
}
.searchbox_page .search_box img {
  position: absolute;
  left: 33px;
  top: 12px;
}
.searchbox_page .search_box .btn {
  width: 100%;
  font-weight: bold;
  padding: 4px 0;
  font-size: 14px;
}
.travel-insurance-wrap {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13) !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13) !important;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13) !important;
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13) !important;
  border: 1px solid #ccc;
}
.travel-insurance-wrap h6 {
  background: #dcebfa;
  padding: 12px 25px;
  font-weight: bold;
}
.travel-insurance-wrap .travel-insurance-form-box {
  padding: 15px 25px;
}
.travel-insurance-wrap .travel-insurance-form-box label {
  margin-bottom: 15px;
  font-weight: 500;
  color: #017d8c;
}
.travel-insurance-wrap .travel-insurance-form-box .form-group {
  margin-bottom: 35px;
}
.travel-insurance-wrap .travel-insurance-form-box p {
  margin: 0;
  padding-bottom: 30px;
}
.travel-insurance-wrap .travel-insurance-form-box .gj-datepicker-bootstrap [role=right-icon] button {
  border: 0;
  background-color: transparent !important;
  color: #017d8c!important;
  outline: none;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 4;
}
.travel-insurance-wrap .travel-insurance-form-box .input-group > .custom-select:not(:last-child),
.travel-insurance-wrap .travel-insurance-form-box .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.travel-insurance-wrap .travel-insurance-form-box .input-group > .custom-file,
.travel-insurance-wrap .travel-insurance-form-box .input-group > .custom-select,
.travel-insurance-wrap .travel-insurance-form-box .input-group > .form-control {
  width: 100%;
  display: block;
}
.travel-insurance-wrap .travel-insurance-form-box .travel-insurance-form-box-radio .row {
  border-bottom: 1px solid #f0f2f5;
  margin-bottom: 15px;
}
.travel-insurance-wrap .travel-insurance-form-box .travel-insurance-form-box-radio h4 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  color: #017d8c;
  font-size: 15px;
}
.travel-insurance-wrap .travel-insurance-form-box .travel-insurance-form-box-radio h5 {
  margin: 0;
  font-size: 15px;
}
.travel-insurance-wrap .travel-insurance-form-box .travel-insurance-form-box-checkbox .row {
  margin-bottom: 15px;
}
.travel-insurance-wrap .travel-insurance-form-box .travel-insurance-form-box-checkbox h4 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  color: #017d8c;
  font-size: 15px;
}
.travel-insurance-wrap .travel-insurance-form-footer {
  padding: 15px 25px 45px 25px;
  position: relative;
}
.travel-insurance-wrap .travel-insurance-form-footer .form-pagination {
  position: absolute;
  right: 25px;
  top: 25px;
}
.travel-insurance-wrap .travel-insurance-form-footer .form-pagination span {
  color: #017d8c;
}
@media screen and (max-width: 640px) {
  .btn-form {
    padding-top: 20px;
  }
}
.footer {
  background-color: #fff;
  padding-top: 50px;
}
.footer h4 {
  font-size: 14px;
  font-weight: 500;
  color: #017d8c;
}
.footer .footer-company .footer-company-logo a {
  margin-bottom: 15px;
  display: inline-block;
}
.footer .footer-company .footer-company-detail a {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #353738;
}
.footer .footer-company .footer-company-detail a i {
  position: absolute;
  left: 0;
  color: #017d8c;
}
.footer .footer-company .footer-company-detail a:hover {
  text-decoration: underline;
}
.footer .footer-link ul {
  padding: 12px 0;
  margin: 0;
}
.footer .footer-link ul li a {
  color: #353738;
  line-height: 2;
  font-size: 14px;
}
.footer .footer-link ul li a:hover {
  text-decoration: underline;
}
.footer .sign-up .input-group {
  margin: 20px 0px;
}
.footer .sign-up .input-group .form-control {
  border-radius: 100px 0 0 100px;
  border: 1px solid #dde5eb;
}
.footer .sign-up .input-group .btn {
  border-radius: 0 100px 100px 0;
  padding: 0 23px 0 18px;
}
.footer .footer-social a {
  display: inline-block;
}
.footer .footer-social a i {
  color: #353738;
  font-size: 16px;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.footer .footer-social a i:hover.fa-facebook-f {
  color: #3B5998;
}
.footer .footer-social a i:hover.fa-linkedin-in {
  color: #007bb5;
}
.footer .footer-social a i:hover.fa-google {
  color: #db4437;
}
.footer .footer-social a i:hover.fa-twitter {
  color: #1da1f2;
}
.footer .footer-social a i:hover.fa-instagram {
  color: #e4405f;
}
.footer .secp-logo {
  margin-top: 20px;
}
.footer .jama-punji-logo {
  margin-top: 10px;
  text-align: right;
}
.footer .disclaimer {
  padding: 40px 0 20px 0;
  font-size: 12px;
}
.footer .disclaimer p {
  padding-top: 10px;
  margin: 0;
}
.footer .footer-bottom {
  font-size: 12px;
  border-top: 1px solid #dfe3e8;
  padding: 20px 0;
}
.footer .footer-bottom ul {
  padding-left: 0;
  margin: 0;
}
.footer .footer-bottom ul li {
  width: 33%;
  display: inline-block;
}
.footer .footer-bottom ul li a {
  color: #353738;
}
.footer .footer-bottom ul li:nth-child(2) {
  text-align: center;
}
.footer .footer-bottom ul li:last-child {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer .secp-logo {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-company {
    padding-bottom: 25px;
  }
  .sign-up-wrap {
    padding: 30px 0 20px 0;
  }
  .footer .secp-logo {
    padding-left: 0;
  }
  .footer h4 {
    margin: 0;
  }
  .footer .footer-bottom ul li {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer .footer-bottom ul li:nth-child(2),
  .footer .footer-bottom ul li:last-child {
    text-align: left;
  }
}
.landing-page {
  padding: 50px 0;
}
.landing-page .inner-pages-box h6 {
  background: #dcebfa;
  padding: 12px 25px;
  font-weight: bold;
  margin: 20px 0;
}
.landing-page .inner-pages-box p {
  padding: 10px 0px;
}
.landing-page .inner-pages-box .inner-landing-content .card-body {
  padding: 0 24px 0 0 ;
}
.landing-page .inner-pages-box .inner-landing-content .inner-landing-wrap {
  margin: 40px 0;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 19px -2px #ceccec;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.landing-page .inner-pages-box .inner-landing-content .inner-landing-wrap .inner-landing-wrap-img {
  overflow: hidden;
}
.landing-page .inner-pages-box .inner-landing-content .inner-landing-wrap .inner-landing-wrap-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
.landing-page .inner-pages-box .inner-landing-content .inner-landing-wrap .inner-landing-wrap-txt h5 {
  font-weight: bold;
}
.landing-page .inner-pages-box .table thead th {
  border-bottom: 0;
  border-top: 0;
}
.landing-page .inner-pages-box .table td {
  border-top: 1px solid #c2c2c2;
}
.bullets-green ul {
  padding: 0;
  margin: 0;
}
.bullets-green ul:after {
  content: "";
  clear: both;
  display: block;
}
.bullets-green ul li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
}
.bullets-green ul li:before {
  content: "\f061";
  font-family: Font Awesome\ 5 Pro;
  color: #0cc455;
  font-size: 12px;
  position: absolute;
  top: 2px;
  font-weight: 100;
  left: 0;
}
.bullets-green.half ul li {
  float: left;
  width: 50%;
}
.box-shadow-wrap {
  background: #fff;
  border: 1px solid;
  padding: 24px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 19px -2px #ceccec;
  border-radius: 4px;
  margin-top: -20px;
}
.bullets-blue ul {
  padding: 0;
  margin: 0;
}
.bullets-blue ul:after {
  content: "";
  clear: both;
  display: block;
}
.bullets-blue ul li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
}
.bullets-blue ul li:before {
  content: "\f061";
  font-family: Font Awesome\ 5 Pro;
  color: #017d8c;
  font-size: 12px;
  position: absolute;
  top: 2px;
  font-weight: 100;
  left: 0;
}
.bullets-blue.half ul li {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .landing-page .inner-pages-box .inner-landing-content .card-body {
    padding: 30px;
  }
}
