@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import "https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
/* --- Reset CSS --- */
body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000;
  line-height: 1.5;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

ol {
  list-style-position: inside;
}

ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

pre {
  border-left: 10px solid #ccc;
  max-width: 500px;
}

/* <<< Headings >>> */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: black;
  line-height: normal;
}

h1 {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1499px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

/* --- WP-Image Hack --- */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
img.aligncenter {
  margin: 15px auto;
  float: none;
}
img.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

/* --- anchor --- */
a {
  color: #202fa5;
  transition: 0.5s;
}
a:hover {
  color: #00098f;
  text-decoration: none;
}

/* --- btn override --- */
.btn {
  position: relative;
  padding: 7px 25px;
  font-size: 18px;
  transition: 0.5s;
  white-space: nowrap;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
  border-radius: 20px;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 991px) {
  .btn {
    padding: 7px 15px;
  }
}
.btn .fa {
  margin-right: 10px;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  transform: translate(-100%, 0);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:after { /* Safari */
  transition-delay: 0.2s;
}
.btn span {
  position: relative;
  display: block;
  z-index: 9;
}
.btn.active, .btn:active, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.active:hover, .btn:active.focus, .btn:active:focus, .btn:active:hover, .btn:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn.active:before, .btn.active:after, .btn:active:before, .btn:active:after, .btn.focus:before, .btn.focus:after, .btn:focus:before, .btn:focus:after, .btn.active.focus:before, .btn.active.focus:after, .btn.active:focus:before, .btn.active:focus:after, .btn.active:hover:before, .btn.active:hover:after, .btn:active.focus:before, .btn:active.focus:after, .btn:active:focus:before, .btn:active:focus:after, .btn:active:hover:before, .btn:active:hover:after, .btn:hover:before, .btn:hover:after {
  transform: translate(0, 0);
}

/* --- btn-primary --- */
.btn-primary {
  color: white;
  background-color: #00098f;
  border: 0;
}
.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover {
  color: white;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary.active:before, .btn-primary:active:before, .btn-primary.focus:before, .btn-primary:focus:before, .btn-primary.active.focus:before, .btn-primary.active:focus:before, .btn-primary.active:hover:before, .btn-primary:active.focus:before, .btn-primary:active:focus:before, .btn-primary:active:hover:before, .btn-primary:hover:before {
  background-color: #202fa5;
}
.btn-primary.active:after, .btn-primary:active:after, .btn-primary.focus:after, .btn-primary:focus:after, .btn-primary.active.focus:after, .btn-primary.active:focus:after, .btn-primary.active:hover:after, .btn-primary:active.focus:after, .btn-primary:active:focus:after, .btn-primary:active:hover:after, .btn-primary:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* --- btn-primary --- */
.btn-danger {
  color: white;
  background-color: #ee1f1a;
  border: 0;
}
.btn-danger.active, .btn-danger:active, .btn-danger.focus, .btn-danger:focus, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:hover {
  color: white;
  border-color: transparent;
  box-shadow: none;
}
.btn-danger.active:before, .btn-danger:active:before, .btn-danger.focus:before, .btn-danger:focus:before, .btn-danger.active.focus:before, .btn-danger.active:focus:before, .btn-danger.active:hover:before, .btn-danger:active.focus:before, .btn-danger:active:focus:before, .btn-danger:active:hover:before, .btn-danger:hover:before {
  background-color: #ee1f1a;
}
.btn-danger.active:after, .btn-danger:active:after, .btn-danger.focus:after, .btn-danger:focus:after, .btn-danger.active.focus:after, .btn-danger.active:focus:after, .btn-danger.active:hover:after, .btn-danger:active.focus:after, .btn-danger:active:focus:after, .btn-danger:active:hover:after, .btn-danger:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  border-color: transparent;
  box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* --- btn-outline-primary --- */
.btn-outline-primary {
  color: #00098f;
  border: 1px solid #00098f;
  background-color: transparent;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:hover {
  color: white;
  border-color: #00098f;
  box-shadow: none;
}
.btn-outline-primary.active:before, .btn-outline-primary:active:before, .btn-outline-primary.focus:before, .btn-outline-primary:focus:before, .btn-outline-primary.active.focus:before, .btn-outline-primary.active:focus:before, .btn-outline-primary.active:hover:before, .btn-outline-primary:active.focus:before, .btn-outline-primary:active:focus:before, .btn-outline-primary:active:hover:before, .btn-outline-primary:hover:before {
  background-color: #00098f;
}
.btn-outline-primary.active:after, .btn-outline-primary:active:after, .btn-outline-primary.focus:after, .btn-outline-primary:focus:after, .btn-outline-primary.active.focus:after, .btn-outline-primary.active:focus:after, .btn-outline-primary.active:hover:after, .btn-outline-primary:active.focus:after, .btn-outline-primary:active:focus:after, .btn-outline-primary:active:hover:after, .btn-outline-primary:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* --- btn-outline-secondary --- */
.btn-outline-secondary {
  color: #202fa5;
  border: 1px solid #202fa5;
  background-color: transparent;
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover, .btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover, .btn-outline-secondary:hover {
  color: white;
  border-color: #202fa5;
  box-shadow: none;
}
.btn-outline-secondary.active:before, .btn-outline-secondary:active:before, .btn-outline-secondary.focus:before, .btn-outline-secondary:focus:before, .btn-outline-secondary.active.focus:before, .btn-outline-secondary.active:focus:before, .btn-outline-secondary.active:hover:before, .btn-outline-secondary:active.focus:before, .btn-outline-secondary:active:focus:before, .btn-outline-secondary:active:hover:before, .btn-outline-secondary:hover:before {
  background-color: #202fa5;
}
.btn-outline-secondary.active:after, .btn-outline-secondary:active:after, .btn-outline-secondary.focus:after, .btn-outline-secondary:focus:after, .btn-outline-secondary.active.focus:after, .btn-outline-secondary.active:focus:after, .btn-outline-secondary.active:hover:after, .btn-outline-secondary:active.focus:after, .btn-outline-secondary:active:focus:after, .btn-outline-secondary:active:hover:after, .btn-outline-secondary:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* --- blockquote --- */
blockquote {
  margin: 12px 0 12px 20px;
  border-left: 10px solid black;
  position: relative;
  padding: 30px 70px;
  text-align: center;
}
blockquote:before {
  top: 0;
  left: 0;
  content: "“";
}
blockquote:after {
  bottom: 0;
  right: 0;
  content: "”";
}
blockquote:before, blockquote:after {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 80px;
  font-family: "fontawesome";
  line-height: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control {
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  transition: 0.5s;
  /* border: 0; */
  background-color: white;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #7c7c81;
}
.form-control:-moz-placeholder {
  color: #7c7c81;
}
.form-control::-moz-placeholder {
  color: #7c7c81;
}
.form-control:-ms-input-placeholder {
  color: #7c7c81;
}

.custom-select {
  padding: 0 0 0 15px;
  background: url("../images/select-arrow.png") right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background-size: 31px 39px;
  height: 41px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:focus {
  background: url("../images/select-arrow.png") right center no-repeat;
  border: 1px solid #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background-size: 31px 39px;
  box-shadow: none;
}

/* #label */
label {
  cursor: pointer;
}

/* #Input Radio  */
input[type=radio] {
  background-color: rgba(34, 68, 127, 0.5);
  border-radius: 30px;
  display: none;
}
input[type=radio] + span::before {
  display: inline-block;
  margin: -4px 4px 0 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/check-icn.png") center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
input[type=radio]:checked + span::before {
  content: "";
  background: url("../images/check-icn-active.png") center center no-repeat;
  background-size: 20px 20px;
}
input[type=radio]:disabled + span::before {
  content: "";
  background: url("../images/check-icn.png") center center no-repeat;
  background-size: 20px 20px;
  cursor: not-allowed;
}

/* #Input Checkbox  */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span::before {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../images/check-icn.png") center center no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}
input[type=checkbox]:checked + span::before {
  content: "";
  background: url("../images/check-icn-active.png") center center no-repeat;
  background-size: 32px 32px;
}
input[type=checkbox]:disabled + span::before {
  content: "";
  background: url("../images/check-icn.png") center center no-repeat;
  background-size: 32px 32px;
  cursor: not-allowed;
}

textarea {
  min-height: 163px;
  padding: 0 23px;
}
textarea.form-control {
  padding-top: 12px;
  resize: none;
}

.textblue {
  color: #00098f;
}

/* --- Global Accordion --- */
.accHeading {
  display: block;
  cursor: pointer;
}
.accHeading .icn:after {
  font-family: "fontawesome";
  content: "\f107";
}

.accHeading.collapsed .icn:after {
  content: "\f106";
}

/* Autocomplete HT */
.autocomplete_ht {
  max-height: 200px;
  overflow-y: auto;
}

/* Map Modal */
.map .modal-dialog {
  max-width: 847px;
}
.map .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.map .modal-dialog .modal-content iframe {
  width: 100%;
}
.map .modal-dialog .modal-content h4 {
  margin-bottom: 15px;
  margin-left: 4px;
}
.map .modal-dialog .modal-content .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 252px;
  margin-left: 25px;
}
@media (max-width: 575px) {
  .map .modal-dialog .modal-content .btn {
    width: 100%;
    margin: 15px 0 0;
  }
}

.pointer {
  cursor: pointer;
}

.minus b {
  text-decoration: line-through;
  color: #c4c5c5;
}

.e-disabled {
  background-color: #e2dede;
  pointer-events: none;
}

/* --- Global Container --- */
.container {
  max-width: 1270px;
  width: auto;
}

.container:after,
.row:after,
.clear {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* --- Outer --- */
#Outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

/* --- SocialMedia --- */
.FixedSocialMedia {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  display: block;
}
@media (max-width: 991px) {
  .FixedSocialMedia {
    right: -35px;
  }
}
.FixedSocialMedia.open {
  right: 0;
}
.FixedSocialMedia.open .OpenSocial {
  left: 0;
  margin-top: 0;
}
.FixedSocialMedia.open .OpenSocial span:after {
  content: "\f105";
}
.FixedSocialMedia .OpenSocial {
  position: relative;
  left: -35px;
  width: 35px;
  height: 35px;
  border-radius: 0;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  color: white;
  background-color: #00098f;
}
@media (max-width: 991px) {
  .FixedSocialMedia .OpenSocial {
    display: flex;
  }
}
.FixedSocialMedia .OpenSocial span:after {
  font-family: "fontawesome";
  content: "\f104";
}
.FixedSocialMedia .OpenSocial:before, .FixedSocialMedia .OpenSocial:after {
  display: none;
}
.FixedSocialMedia ul {
  padding: 0;
  list-style: none;
  margin: -100px 0 0;
}
.FixedSocialMedia ul li {
  margin-bottom: 6px;
}
.FixedSocialMedia ul li:last-child {
  margin-bottom: 0;
}
.FixedSocialMedia ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .FixedSocialMedia ul li a img {
    max-width: 35px;
  }
}

/* --- header --- */
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s;
  /* Show Cart */
}
.header #showCart {
  position: fixed;
  top: 106px;
  right: 0;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #00098f;
  color: white;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  z-index: 9;
}
@media (max-width: 767px) {
  .header #showCart {
    display: block;
  }
}
.header #showCart .fa:before {
  padding-right: 5px;
}
.header.fixed-header {
  padding-top: 10px;
  background-color: #00008b;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.header.fixed-header .site-logo {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .header.fixed-header .site-logo {
    margin-left: 0;
  }
}
.header.fixed-header .site-logo a img {
  max-width: 75%;
}
.header.fixed-header.inner .navbar .navbar-nav a.nav-link {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header.fixed-header.inner .navbar .navbar-nav a.nav-link {
    color: white;
  }
}
.header.fixed-header.inner .navbar .navbar-nav > li:hover > a, .header.fixed-header.inner .navbar .navbar-nav > li.active > a.active, .header.fixed-header.inner .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  color: #73a8f0;
}
@media (max-width: 1199px) {
  .header.fixed-header.inner .navbar .navbar-nav > li:hover > a, .header.fixed-header.inner .navbar .navbar-nav > li.active > a.active, .header.fixed-header.inner .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
    background-color: #00098f;
    color: white;
  }
}
.header.fixed-header.inner .right > .btn {
  color: white;
}
.header.fixed-header .navbar {
  align-items: center;
}
.header.fixed-header .navbar .navbar-collapse {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .header.fixed-header .navbar .navbar-collapse {
    padding-top: 100px;
  }
}
.header.fixed-header .right {
  padding-top: 0;
}
.header.fixed-header #showCart {
  top: 91px;
}
.header.inner.bg-white {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.header.inner.bg-white .navbar .navbar-nav a.nav-link {
  color: black;
}
@media (max-width: 1199px) {
  .header.inner.bg-white .navbar .navbar-nav a.nav-link {
    color: white;
  }
}
.header.inner.bg-white .navbar .navbar-nav > li:hover > a, .header.inner.bg-white .navbar .navbar-nav > li.active > a.active, .header.inner.bg-white .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
  color: #00098f;
}
@media (max-width: 1199px) {
  .header.inner.bg-white .navbar .navbar-nav > li:hover > a, .header.inner.bg-white .navbar .navbar-nav > li.active > a.active, .header.inner.bg-white .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
    color: white;
    background-color: #00098f;
  }
}
.header.inner.bg-white .right > .btn {
  color: black;
}
.header.inner .navbar .navbar-nav a.nav-link {
  color: white;
}
.header.inner .navbar .navbar-nav > li:hover > a, .header.inner .navbar .navbar-nav > li.active > a.active, .header.inner .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
  color: #73a8f0;
}
@media (max-width: 1199px) {
  .header.inner .navbar .navbar-nav > li:hover > a, .header.inner .navbar .navbar-nav > li.active > a.active, .header.inner .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
    color: white;
    background-color: #00098f;
  }
}
.header.inner .right > .btn {
  color: white;
}
.header {
  /* -- site logo -- */
}
.header .site-logo a {
  position: relative;
  z-index: 10;
  display: inline-block;
}
@media (max-width: 1499px) {
  .header .site-logo a img {
    max-width: 120px !important;
  }
}
@media (max-width: 1199px) {
  .header .site-logo a img {
    max-width: 150px !important;
  }
}
.header .right {
  padding-top: 30px;
  margin-left: 35px;
}
@media (max-width: 1499px) {
  .header .right {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .right {
    padding-top: 16px;
    margin-left: 0;
    margin-right: 40px;
  }
}
.header .right ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header .right > .btn {
  padding: 0;
}
@media (max-width: 575px) {
  .header .right > .btn {
    font-size: 16px;
  }
}
.header .right .btn .fa {
  margin-right: 10px;
}
.header .right .btn.btn-primary {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .header .right .btn.btn-primary {
    margin-left: 0;
  }
}
.header .right .btn > span:after {
  margin-left: 10px;
  content: "\f107";
  font-family: "fontawesome";
}
.header .login {
  right: 0;
  left: auto;
  min-width: 165px;
  width: 100%;
  border: 0;
  margin-top: 20px;
  background-color: #00098f;
  border-radius: 10px;
}
.header .login:after {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(41, 206, 223, 0);
  border-bottom-color: #00098f;
  border-width: 15px;
  margin-left: -15px;
}
.header .login .btn {
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 0;
}
.header .login .btn:first-child {
  border-radius: 10px 10px 0 0;
}
.header .login .btn:last-child {
  border-radius: 0 0 10px 10px;
}
.header .login .card,
.header .login .card-body {
  border: 0;
}

/* --- Navigation --- */
.navbar {
  padding: 0;
  align-items: flex-start;
  /* <<< Navigation Mobile open button >>> */
}
.navbar .navbar-toggler {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  z-index: 9;
  box-shadow: none;
  outline: 0;
  margin-top: -10px;
}
.navbar .navbar-toggler .btn_txt {
  color: white;
  float: left;
}
.navbar .navbar-toggler .menu_icon {
  margin: 0;
  padding-top: 1px;
  float: left;
  font-size: 22px;
  width: 26px;
  height: 22px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.navbar .navbar-toggler .menu_icon .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 26px;
  height: 4px;
  border-radius: 0;
  background-color: white;
  margin: 0 auto;
  left: 0;
  transition: 0.5s;
}
.navbar .navbar-toggler .menu_icon .icon-bar:nth-child(1) {
  top: 8px;
  transform: rotate(-42deg);
}
.navbar .navbar-toggler .menu_icon .icon-bar:nth-child(2) {
  top: 8px;
  opacity: 0;
  left: -15px;
}
.navbar .navbar-toggler .menu_icon .icon-bar:nth-child(3) {
  top: 8px;
  transform: rotate(42deg);
}
.navbar .navbar-toggler.collapsed .icon-bar {
  transform: rotate(0deg);
  transition: 0.5s;
  background-color: #ffffff;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  top: 0;
  transform: rotate(0);
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  top: 8px;
  left: 0;
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  top: 16px;
  transform: rotate(0);
}
.navbar .navbar-collapse {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    padding-top: 110px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.navbar .navbar-nav a.nav-link {
  position: relative;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  text-transform: inherit;
}
.navbar .navbar-nav a.nav-link:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #73a8f0;
  content: "";
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav a.nav-link:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav a.nav-link {
    color: white;
    padding: 7px 25px;
  }
}
.navbar .navbar-nav > li {
  padding-right: 35px;
  font-size: 18px;
}
@media (max-width: 1499px) {
  .navbar .navbar-nav > li {
    padding-right: 25px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li {
    padding: 0;
    font-size: 20px;
    text-align: left;
  }
}
.navbar .navbar-nav > li:last-child {
  padding-right: 0;
}
.navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li.active > a.active, .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  color: #0399e3;
  outline: 0;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li.active > a.active, .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle {
    background-color: #00098f;
    color: white;
  }
}
.navbar .navbar-nav > li:hover > a:after, .navbar .navbar-nav > li.active > a.active:after, .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle:after {
  width: 100%;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li:hover > a:after, .navbar .navbar-nav > li.active > a.active:after, .navbar .navbar-nav > li.current-menu-ancestor > a.dropdown-toggle:after {
    display: none;
  }
}
.navbar .navbar-nav ul > li {
  padding: 0;
}
.navbar .navbar-nav ul > li > a {
  border-bottom: 0;
  color: #fff;
  padding: 10px 19px 13px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav ul > li > a {
    padding: 10px 19px 13px 25px;
  }
}
.navbar .navbar-nav ul > li:hover > a, .navbar .navbar-nav ul > li.active > a.active, .navbar .navbar-nav ul > li.current-menu-ancestor > a.dropdown-toggle {
  color: #fff;
  background-color: #0c3375;
}
.navbar .navbar-nav .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  width: 191px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
  }
}
.navbar .navbar-nav .dropdown-menu.show > li > a {
  color: #000;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu.show > li > a:focus, .navbar .navbar-nav .dropdown-menu.show > li > a:hover {
  color: #fff;
  background-color: #0c3375;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:after,
.navbar .navbar-nav .dropdown-menu .nav-link:after {
  padding: 5px 4px 0 0;
  content: "\f054";
  font-family: fontawesome;
  vertical-align: middle;
  font-size: 12px;
  float: right;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .dropdown-menu .dropdown-item:after,
  .navbar .navbar-nav .dropdown-menu .nav-link:after {
    display: none;
  }
}
.navbar .navbar-nav .caret {
  display: inline-block;
  float: right;
  display: none;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .caret {
    display: inline-block;
  }
}
.navbar .navbar-nav .caret:before {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  content: "\f078";
  color: white;
  font-family: fontawesome;
  text-align: center;
  border-radius: 5px;
}
.navbar .navbar-nav .caret.caret-open:before {
  content: "\f077";
}

@media only screen and (min-width: 1199px) {
  /* --- One --- */
  .navbar .collapse ul li {
    position: relative;
  }
  .navbar .collapse ul li:hover > ul {
    display: block;
  }
  .navbar .collapse ul {
    /* --- Two --- */
  }
  .navbar .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
    background-color: dodgerblue !important;
  }
  .navbar .collapse ul ul li {
    position: relative;
  }
  .navbar .collapse ul ul li:hover > ul {
    display: block;
  }
  .navbar .collapse ul ul {
    /* --- Three --- */
  }
  .navbar .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: aqua !important;
  }
  .navbar .collapse ul ul ul li {
    position: relative;
  }
  .navbar .collapse ul ul ul li:hover ul {
    display: block;
  }
  .navbar .collapse ul ul ul {
    /* --- Four --- */
  }
  .navbar .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: bisque !important;
  }
  .navbar .collapse ul ul ul ul li {
    position: relative;
  }
  .navbar .collapse ul ul ul ul li:hover ul {
    display: block;
  }
  .navbar .collapse ul ul ul ul {
    /* --- Five --- */
  }
  .navbar .collapse ul ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: fuchsia !important;
  }
}
/* Banner Side */
.Bannerside.inner .item {
  padding-top: 50px;
  position: relative;
  height: 500px;
}
@media (max-width: 767px) {
  .Bannerside.inner .item {
    padding-top: 120px;
    padding-bottom: 50px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .Bannerside.inner .item {
    padding-bottom: 30px;
  }
}
.Bannerside.inner .item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.Bannerside.inner .item:after {
  display: none;
}
.Bannerside.inner .item ul {
  padding: 0;
  list-style: none;
  margin: -20px 0 16px;
}
.Bannerside.inner .item ul li {
  font-size: 22px;
  color: white;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .Bannerside.inner .item ul li {
    font-size: 16px;
  }
}
.Bannerside.inner .item ul li:before {
  width: 23px;
  height: 23px;
  font-size: 16px;
  line-height: 23px;
  color: white;
  background-color: #119fb8;
  content: "\f00c";
  font-family: "fontawesome";
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.Bannerside.inner .item .img img {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .Bannerside.inner .item .img img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .Bannerside.inner .item .img img {
    max-width: 120px;
    margin: 0 2px;
  }
}
.Bannerside.inner .item h2 {
  font-size: 32px;
  color: white;
}
.Bannerside.inner .item p {
  color: white;
}
.Bannerside.inner .container {
  max-width: 780px;
}
.Bannerside.inner h1 {
  color: white;
  margin-bottom: 20px;
}
.Bannerside.about-banner .item {
  /* height: 350px; */
}
.Bannerside .item {
  position: relative;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .Bannerside .item {
    padding-top: 10%;
    height: 500px;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .Bannerside .item {
    padding-top: 120px;
    padding-bottom: 20px;
    height: auto;
  }
}
.Bannerside .item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* background: linear-gradient(180deg, #00008B 0%, rgb(0 0 139 / 68%) 50%, rgba(0, 0, 139, 0.00) 100%); */
}
.Bannerside .item .w-100 {
  position: relative;
  z-index: 1;
}
@media (max-width: 1499px) {
  .Bannerside .item h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .Bannerside .item h1 {
    font-size: 22px;
    color: white;
  }
}
.Bannerside .item p {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .Bannerside .item p {
    font-size: 16px;
    color: transparent;
    backdrop-filter: none;
  }
}
.Bannerside .item .formbg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  overflow: hidden;
}
.Bannerside .item .formbg .form-control {
  padding-left: 50px;
  border-radius: 0;
  height: 56px;
  background-image: url(../images/map-icn.png);
  background-position: 15px center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .Bannerside .item .formbg .form-control {
    height: 48px;
  }
}
.Bannerside .item .formbg .btn {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  height: 100%;
}
@media (max-width: 575px) {
  .Bannerside .item .formbg .btn {
    line-height: 32px;
  }
}

/* ContentBox */
/* App Side */
.Appside {
  background-color: #f3f4f8;
}
@media (max-width: 767px) {
  .Appside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .Appside .img img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .Appside .text {
    padding-top: 15px;
  }
}
.Appside .text h2 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Appside .text h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .Appside .text h2 {
    margin-bottom: 15px;
  }
}
.Appside .text ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.Appside .text ul li {
  display: inline-block;
  margin-right: 15px;
}
.Appside .text ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .Appside .text ul li img {
    max-width: 120px;
  }
}

/* Flex Side */
.Flexside {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 991px) {
  .Flexside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.Flexside.sponsor .box {
  display: flex;
  align-items: center;
}
.Flexside.sponsor .box h5 {
  font-size: 17px;
  margin-bottom: 0;
}
.Flexside.sponsor .box .number {
  flex: 0 0 57px;
}
@media (max-width: 991px) {
  .Flexside.sponsor .box .number {
    flex: 0 0 45px;
  }
}
@media (max-width: 575px) {
  .Flexside.sponsor .box .number {
    flex: 0 0 57px;
  }
}
@media (max-width: 767px) {
  .Flexside .box {
    margin-bottom: 15px;
  }
  .Flexside .box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .Flexside .box {
    margin-bottom: 30px;
  }
}
.Flexside .box:hover .icn {
  transform: rotate(-360deg);
}
.Flexside .box .icn {
  width: 78px;
  height: 75px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .Flexside .box .icn {
    width: 48px;
    height: 45px;
    background-size: 48px 45px;
  }
}
@media (max-width: 575px) {
  .Flexside .box .icn {
    width: 58px;
    height: 55px;
    background-size: 58px 55px;
    margin-bottom: 5px;
  }
}
.Flexside .box .number {
  margin-right: 10px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid #00098f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .Flexside .box .number {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .Flexside .box .number {
    width: 57px;
    height: 57px;
    margin-bottom: 5px;
  }
}
.Flexside .box .text {
  overflow: hidden;
}
@media (max-width: 991px) {
  .Flexside .box .text h3 {
    font-size: 18px;
  }
}
.Flexside .box .text p {
  line-height: 22px;
  margin-bottom: 0;
}

/* Select Side */
.Selectside {
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .Selectside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Selectside h2 {
  margin-bottom: 0;
}
.Selectside .container > p {
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .Selectside .container > p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Selectside .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .Selectside .box {
    padding: 0 50px;
  }
}
.Selectside .box a {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.Selectside .box a:hover img {
  transform: scale(1.2);
}
.Selectside .box a img {
  height: 361px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  transition: all 0.4s linear;
}
@media (max-width: 767px) {
  .Selectside .box a img {
    height: 290px;
  }
}
.Selectside .box a:hover .text, .Selectside .box a:focus .text {
  padding-top: 50%;
  height: 100%;
  /* background-color: rgba($sky-blue, 0.9); */
  background-image: none;
  font-weight: 1000;
}
.Selectside .box a .text {
  padding-top: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 192px;
  /* background-image: url(../images/select-shadow.png); */
  background-position: bottom center;
  background-repeat: repeat-x;
  align-items: center;
  font-weight: 700;
  text-shadow: 0 12px 8px rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
.Selectside .box a .text h3,
.Selectside .box a .text p {
  color: white;
  margin-bottom: 0;
}
.Selectside .box a .text h3 {
  margin-bottom: 5px;
}

/* Comment Side */
.Commentside {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .Commentside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Commentside.inner {
  padding-top: 200px;
}
@media (max-width: 1199px) {
  .Commentside.inner {
    padding-top: 130px;
  }
}
.Commentside h2 {
  margin-bottom: 0;
}
.Commentside .container > p {
  font-size: 24px;
  color: #7c7c81;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .Commentside .container > p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.Commentside .video {
  max-width: 749px;
  margin: 0 auto 70px;
}
@media (max-width: 991px) {
  .Commentside .video {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Commentside .box {
    margin-bottom: 15px;
  }
  .Commentside .box:last-child {
    margin-bottom: 0;
  }
}
.Commentside .box img {
  max-width: 150px;
  margin-bottom: 10px;
}
.Commentside .box h4 {
  margin-bottom: 10px;
}
.Commentside .box p {
  line-height: 22px;
  margin-bottom: 0;
}

/* Pour Side */
.Pourside {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.Pourside p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .Pourside p {
    font-size: 18px;
  }
}

/* Tarif Side */
.Tarifside {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .Tarifside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Tarifside h2 {
  margin-bottom: 0;
}
.Tarifside .container > p {
  font-size: 24px;
  color: #7c7c81;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .Tarifside .container > p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .Tarifside .box {
    margin-bottom: 30px;
  }
  .Tarifside .box:last-child {
    margin-bottom: 0;
  }
}
.Tarifside .box .bg {
  padding: 50px 19%;
  background-color: white;
  height: 100%;
}
@media (max-width: 991px) {
  .Tarifside .box .bg {
    padding: 30px 15px;
  }
}
.Tarifside .box .bg img {
  margin-bottom: 20px;
}
.Tarifside .box .bg h3 {
  margin-bottom: 10px;
}
.Tarifside .box .bg p {
  margin-bottom: 20px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .Tarifside .box .bg .btn {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .Tarifside .box .bg .btn {
    font-size: 15px;
  }
}

/* Review Side */
.Reviewside {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .Reviewside {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.Reviewside h2 {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Reviewside h2 {
    font-size: 24px;
  }
}
.Reviewside .container {
  max-width: 1200px;
}
.Reviewside .container > p {
  font-size: 24px;
  color: #7c7c81;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .Reviewside .container > p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.Reviewside .item {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 66px;
}
.Reviewside .item .bdr {
  padding: 0 35px 35px;
  border: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .Reviewside .item .bdr {
    padding: 0 15px 15px;
  }
}
.Reviewside .item .bdr .pic {
  width: 114px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  margin: -66px auto 50px;
}
@media (max-width: 991px) {
  .Reviewside .item .bdr .pic {
    margin-bottom: 30px;
  }
}
.Reviewside .item .bdr h6 {
  margin-bottom: 0;
}
.Reviewside .item .bdr .city {
  display: block;
  margin-bottom: 10px;
  color: #7c7c81;
}

/* Question */
.question {
  position: fixed;
  bottom: 120px;
  right: 0;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.041);
  z-index: 2;
}

/* Sub Side */
.Subside {
  position: relative;
  z-index: 1;
}
.Subside .bg {
  padding: 10px 15px;
  margin-bottom: -108px;
  min-height: 213px;
}
.Subside .bg h2 {
  font-size: 30px;
  color: #00008b;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .Subside .bg h2 {
    font-size: 24px;
  }
}
.Subside .bg .over {
  max-width: 718px;
  margin: 0 auto 20px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: inset 0 -3em 3em rgb(4, 4, 176), 0 0 0 2px white, 0.3em 0.3em 1em rgb(2, 2, 113);
}
.Subside .bg .over .form-control {
  height: 55px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .Subside .bg .over .form-control {
    height: 36px;
  }
}
.Subside .bg .over .btn {
  height: 100%;
  border-radius: 0;
}
@media (max-width: 575px) {
  .Subside .bg .over .btn {
    font-size: 15px;
  }
}
.Subside .bg p {
  margin-bottom: 0;
  color: #00008b;
}

/* Includ Side */
.Includside {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 991px) {
  .Includside {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.Includside h2 {
  text-align: center;
  margin-bottom: 30px;
}
.Includside .box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Includside .box {
    margin-bottom: 20px;
  }
}
.Includside .box .icn {
  width: 80px;
  height: 75px;
  float: left;
}
.Includside .box .text {
  padding-left: 20px;
}
.Includside .box .text h3 a {
  color: black;
}
.Includside .box .text h3 a:hover, .Includside .box .text h3 a:focus {
  color: #00098f;
}

/* Touch side */
.Touchside {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .Touchside {
    padding-bottom: 0px;
  }
}
.Touchside h2 {
  text-align: center;
  margin-bottom: 40px;
}
.Touchside .left {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .Touchside .left {
    padding-right: 15px;
  }
}
.Touchside .left .form-control {
  border: 1px solid #999;
}
.Touchside .left .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.Touchside .right p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Touchside .right p {
    font-size: 16px;
  }
}
.Touchside .right .box {
  margin-bottom: 36px;
}
.Touchside .right .icn {
  float: left;
  font-size: 24px;
  width: 65px;
  height: 65px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  .Touchside .right .icn {
    width: 45px;
    height: 45px;
  }
}
.Touchside .right .text {
  padding-left: 20px;
}
.Touchside .right .text a {
  position: relative;
  color: black;
}
.Touchside .right .text a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00098f;
  content: "";
  transition: 0.5s;
}
.Touchside .right .text a:hover, .Touchside .right .text a:focus {
  color: #00098f;
}
.Touchside .right .text a:hover:after, .Touchside .right .text a:focus:after {
  width: 100%;
}

/* Help side */
.Helpside {
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: #f7f7f7;
  margin-bottom: -105px;
}
@media (max-width: 1199px) {
  .Helpside {
    padding-top: 130px;
  }
}
.Helpside h2 {
  margin-bottom: 30px;
}
.Helpside .Category {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 34px;
}
.Helpside .Category ul {
  margin: 0;
}
.Helpside .Category ul > .nav-item {
  font-size: 18px;
}
@media (max-width: 575px) {
  .Helpside .Category ul > .nav-item {
    font-size: 15px;
  }
}
.Helpside .Category ul > .nav-item .nav-link {
  padding: 0 40px;
  border-radius: 0;
  border: 0;
  min-height: 40px;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
@media (max-width: 575px) {
  .Helpside .Category ul > .nav-item .nav-link {
    padding: 0 10px;
  }
}
.Helpside .Category ul > .nav-item .nav-link.active {
  background-color: #00098f;
  color: white;
}
.Helpside #accordion .card {
  margin-bottom: 8px;
  border: 0;
  background-color: transparent;
}
.Helpside #accordion .card .card-header {
  padding: 0;
  background-color: white;
  border-bottom: 0;
}
.Helpside #accordion .card .card-header .btn {
  padding-right: 49px;
  position: relative;
  width: 100%;
  text-align: left;
  min-height: 53px;
  display: block;
  text-decoration: none;
  color: black;
  white-space: normal;
}
.Helpside #accordion .card .card-header .btn.collapsed .icn:after {
  height: 19px;
  margin-top: -9px;
}
.Helpside #accordion .card .card-header .btn .icn {
  width: 41px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.Helpside #accordion .card .card-header .btn .icn:before, .Helpside #accordion .card .card-header .btn .icn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: black;
  width: 19px;
  height: 1px;
  transition: 0.5s;
}
.Helpside #accordion .card .card-header .btn .icn:after {
  top: 50%;
  left: 9px;
  width: 1px;
  height: 0;
  transform: rotate(0deg);
}
/* Work side */
.Workside {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .Workside {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.Workside .container {
  max-width: 957px;
}
.Workside .item {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .Workside .item {
    margin-bottom: 20px;
  }
}
.Workside .item:before {
  position: absolute;
  bottom: -118px;
  right: 10px;
  font-size: 28px;
  font-weight: 300;
  font-family: "fontawesome";
  content: "\f104";
  color: #9a9a9a;
}
@media (max-width: 991px) {
  .Workside .item:before {
    display: none;
  }
}
.Workside .item:after {
  position: absolute;
  top: 50%;
  right: -85px;
  width: 100px;
  height: 200px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px dotted #9a9a9a;
  border-left: 0;
  content: "";
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .Workside .item:after {
    display: none;
  }
}
.Workside .item:nth-child(2n+2):before {
  content: "\f105";
  left: 10px;
  right: auto;
}
.Workside .item:nth-child(2n+2):after {
  right: auto;
  left: -85px;
  transform: rotate(180deg);
}
.Workside .item:last-child {
  margin-bottom: 0;
}
.Workside .item:last-child:before, .Workside .item:last-child:after {
  display: none;
}
.Workside .img {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .Workside .img img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .Workside .Text {
    margin-top: 10px;
  }
}
.Workside .Text .bg {
  padding: 30px 29px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .Workside .Text .bg {
    padding: 15px;
  }
}
.Workside .Text .bg .number {
  float: left;
  font-size: 18px;
  font-weight: 700;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00098f;
  border-radius: 50%;
  color: white;
}
@media (max-width: 575px) {
  .Workside .Text .bg .number {
    float: none;
    margin: 0 auto 10px;
  }
}
.Workside .Text .bg .text {
  padding-left: 25px;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .Workside .Text .bg .text {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .Workside .Text .bg .text {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.Workside .Text .bg .text h4 {
  margin-bottom: 15px;
}
.Workside .Text .bg .text p {
  margin-bottom: 0;
}

/* Login Side */
.Loginside {
  padding-top: 170px;
  padding-bottom: 180px;
  background-color: #f7f7f7;
  margin-bottom: -105px;
}
@media (max-width: 1199px) {
  .Loginside {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .Loginside {
    padding-bottom: 140px;
  }
}
.Loginside .container {
  max-width: 975px;
}
.Loginside h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .Loginside h2 {
    margin-bottom: 10px;
  }
}
.Loginside .bg-white {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .Loginside .bg-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.Loginside .box {
  padding: 0 54px;
  border-right: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .Loginside .box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .Loginside .box {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.Loginside .box:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .Loginside .box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.Loginside .box .form-group .form-control {
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
.Loginside .box .form-group .pointer {
  cursor: pointer;
}
.Loginside .box .form-group .pointer .form-control {
  padding-right: 175px;
}
.Loginside .box .form-group .pointer .map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #d8d8d8;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
}
.Loginside .box .form-group .pointer .map .fa {
  margin-right: 10px;
}
.Loginside .box .form-group a {
  margin-top: 10px;
  padding-bottom: 2px;
  position: relative;
  color: black;
  display: inline-block;
}
.Loginside .box .form-group a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00098f;
  content: "";
  transition: 0.5s;
}
.Loginside .box .form-group a:hover {
  color: #00098f;
}
.Loginside .box .form-group a:hover:after {
  width: 100%;
}
.Loginside .box .form-group .text-right > label span:before {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  margin-right: 10px;
}
.Loginside .box .bdr {
  text-align: center;
  border-top: 1px dotted #c4c4c4;
  margin-top: 40px;
  margin-bottom: 30px;
}
.Loginside .box .bdr span {
  background-color: white;
  display: block;
  margin: -14px auto 0;
  width: 50px;
}
.Loginside .box p {
  font-size: 18px;
  font-weight: 300;
}

/* Pricing Side */
.Pricingside {
  padding-top: 200px;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .Pricingside {
    padding-top: 130px;
  }
}
.Pricingside .formbg {
  max-width: 718px;
  margin: 0 auto 50px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.Pricingside .formbg .form-control,
.Pricingside .formbg .btn {
  border-radius: 0;
}
.Pricingside .formbg .form-control {
  height: 50px;
}
.Pricingside .formbg .btn {
  height: 100%;
}

/* Price Detail */
.PriceDetail {
  padding-bottom: 30px;
}
.PriceDetail .category {
  border-bottom: 2px solid #00098f;
  background-color: #f7f7f7;
  background-image: url(../images/pricedetail-shadow.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  margin-bottom: 30px;
}
.PriceDetail .category .container > .nav-tabs {
  margin: 0;
  border: 0;
}
.PriceDetail .category .container > .nav-tabs .nav-item {
  border: 0;
  margin-bottom: -1px;
}
@media (max-width: 575px) {
  .PriceDetail .category .container > .nav-tabs .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.PriceDetail .category .container > .nav-tabs .nav-item .nav-link {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  background-color: #f0f0f0;
  border: 2px solid transparent;
  border-bottom-color: #00098f;
  border-radius: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .PriceDetail .category .container > .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .PriceDetail .category .container > .nav-tabs .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
}
.PriceDetail .category .container > .nav-tabs .nav-item .nav-link.active {
  color: #00098f;
  background-color: white;
  border-color: #00098f;
  border-bottom-color: transparent;
}
.PriceDetail .tab-content .innerTab > .nav-tabs {
  border-bottom: 2px solid #ececec;
}
.PriceDetail .tab-content .innerTab > .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.PriceDetail .tab-content .innerTab > .nav-tabs .nav-item .nav-link {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  border: 0;
  border-bottom: 3px solid transparent;
}
@media (max-width: 991px) {
  .PriceDetail .tab-content .innerTab > .nav-tabs .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .PriceDetail .tab-content .innerTab > .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.PriceDetail .tab-content .innerTab > .nav-tabs .nav-item .nav-link.active {
  color: #00098f;
  border-bottom: 3px solid #00098f;
}
.PriceDetail .tab-content .space {
  margin-top: 142px;
}
@media (max-width: 767px) {
  .PriceDetail .tab-content .space {
    margin-top: 100px;
  }
}
.PriceDetail .left .box {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .PriceDetail .left .box:last-child {
    margin-bottom: 40px;
  }
}
.PriceDetail .left .box.flat .bg .img {
  position: relative;
  border: 1px solid #ee1f1a;
}
.PriceDetail .left .box .bg {
  position: relative;
  border: 1px solid #d8d8d8;
  height: 100%;
}
.PriceDetail .left .box .bg .cancel {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.PriceDetail .left .box .bg .cancel:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  content: "-";
  font-size: 34px;
}
.PriceDetail .left .box .bg .add {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.PriceDetail .left .box .bg .add:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
  content: "+";
  font-size: 34px;
}
.PriceDetail .left .box .bg .add {
  /*&:after {
      position: absolute;
      top: 30px;
      right: 15px;
      width: 19px;
      height: 1px;
      background-color: black;
      content: '';
      margin-top: -1px;
  }*/
}
.PriceDetail .left .box .bg .img {
  margin: -81px auto 25px;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.PriceDetail .left .box .bg .img .discount {
  position: absolute;
  top: 10px;
  right: -25px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  width: 58px;
  height: 58px;
  background-color: #ee1f1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PriceDetail .left .box .bg .img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.PriceDetail .left .box .bg .text {
  padding: 0 25px 25px;
}
.PriceDetail .left .box .bg .text h6 {
  margin-bottom: 5px;
}
.PriceDetail .left .box .bg .text p {
  shape-image-threshold: 15px;
}
.PriceDetail .left .box .bg .text .price {
  font-size: 22px;
  font-weight: 700;
  color: #00098f;
}
.PriceDetail .right {
  will-change: min-height;
}
@media (max-width: 767px) {
  .PriceDetail .right {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
}
.PriceDetail .right .cart {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.PriceDetail .right .cart .title {
  padding: 15px 15px;
  background-color: #00098f;
}
@media (max-width: 767px) {
  .PriceDetail .right .cart .title {
    padding: 5px 15px;
  }
}
.PriceDetail .right .cart .title h3 {
  font-size: 23px;
  font-weight: 400;
  color: white;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .PriceDetail .right .cart .title h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.PriceDetail .right .cart .title .subtitle {
  font-weight: 300;
  color: white;
  display: block;
}
.PriceDetail .right .cart .title .price {
  font-size: 32px;
  font-weight: 900;
  color: white;
}
@media (max-width: 767px) {
  .PriceDetail .right .cart .title .price {
    font-size: 20px;
  }
}
.PriceDetail .right .cart .bg {
  padding: 15px 20px;
  background-color: #f7f7f7;
}
.PriceDetail .right .cart .bg .item {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .PriceDetail .right .cart .bg .item {
    padding-bottom: 10px;
  }
}
.PriceDetail .right .cart .bg .item h6 {
  margin-bottom: 10px;
}
.PriceDetail .right .cart .bg .item .bdr {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.PriceDetail .right .cart .bg .item .bdr:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .PriceDetail .right .cart .bg .item .bdr .name {
    padding-bottom: 10px;
  }
}
.PriceDetail .right .cart .bg .item .bdr .name .icn {
  margin-right: 15px;
  color: #272727;
}
.PriceDetail .right .cart .bg .item .bdr .numbers-row {
  width: 100%;
  position: relative;
  border: 1px solid #d8d8d8;
}
.PriceDetail .right .cart .bg .item .bdr .numbers-row .form-control {
  font-size: 16px;
  color: black;
  height: 29px;
  border-radius: 0;
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 0 30px;
}
.PriceDetail .right .cart .bg .item .bdr .numbers-row .button {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  font-size: 18px;
}
.PriceDetail .right .cart .bg .item .bdr .numbers-row .inc {
  left: auto;
  right: 0;
}
.PriceDetail .right .cart .bg .item .bdr .price {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.PriceDetail .right .cart .bg .item > .form-control {
  border-radius: 0;
  text-align: center;
  margin-bottom: 30px;
}
.PriceDetail .right .cart .bg .item .promo-sec .form-control {
  border-radius: 20px 0 0 20px;
}
.PriceDetail .right .cart .bg .item .promo-sec .btn {
  padding-left: 15px;
  padding-right: 25px;
  font-size: 15px;
  border-radius: 0 20px 20px 0;
}

/* Your Side */
.Yourside {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .Yourside {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: -15px;
  }
}
.Yourside h2 {
  margin-bottom: 15px;
}
.Yourside h3 {
  font-weight: 400;
  color: #7c7c81;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .Yourside h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .Yourside .right {
    margin-top: 20px;
  }
}

/* Why Side */
.Whyside {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .Whyside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Whyside h2 {
  margin-bottom: 15px;
}

/* Order Side */
.Orderside {
  padding-bottom: 150px;
  margin-bottom: -105px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .Orderside {
    padding-bottom: 120px;
  }
}
.Orderside .taskbar {
  padding-top: 196px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .Orderside .taskbar {
    padding-top: 140px;
  }
}
.Orderside .taskbar .box:first-child .number:after {
  display: none;
}
.Orderside .taskbar .box .number {
  position: relative;
  font-weight: 700;
  width: 37px;
  height: 37px;
  display: block;
  margin: 0 auto;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 17px;
}
.Orderside .taskbar .box .number:after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 18vw;
  margin-top: -1px;
  content: "";
  height: 2px;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .Orderside .taskbar .box .number:after {
    width: 15vw;
  }
}
.Orderside .taskbar .box .number.done {
  background-color: #24bd01;
  border-color: #24bd01;
  color: white;
}
.Orderside .taskbar .box .number.done:after {
  background-color: #24bd01;
}
.Orderside .taskbar .box .title {
  font-weight: 700;
}
@media (max-width: 575px) {
  .Orderside .taskbar .box .title {
    font-size: 14px;
  }
}
.Orderside .steps.inner .Left .form-control {
  border-radius: 0;
}
.Orderside .steps.inner .Left .item h3 ~ p {
  font-size: 18px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.Orderside .steps.inner .Left .item h3 ~ p a {
  text-decoration: underline;
}
.Orderside .steps.inner .Left .item h3 ~ p a:hover, .Orderside .steps.inner .Left .item h3 ~ p a:focus {
  text-decoration: none;
}
.Orderside .steps.inner .Left .item .bg-white .box {
  margin-bottom: 25px;
}
.Orderside .steps.inner .Left .item .bg-white .box label {
  font-size: 16px;
  font-weight: 400;
}
.Orderside .steps.space .Left .item .content .list {
  border-bottom: none;
}
@media (max-width: 575px) {
  .Orderside .steps.space .Left .item .content .list {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
}
.Orderside .steps .Title {
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .Orderside .steps .Title {
    margin-bottom: 20px;
  }
}
.Orderside .steps .Title > .fa-map-marker {
  font-size: 34px;
  color: #c7c7c7;
}
.Orderside .steps .Title .text {
  padding-left: 10px;
}
.Orderside .steps .Title .text h6 .fa {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .Orderside .steps .Title .text h6 .fa {
    margin-left: 10px;
  }
}
.Orderside .steps .Title .text p {
  color: #666;
  margin-bottom: 0;
}
.Orderside .steps .Left .item {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item {
    margin-bottom: 20px;
  }
}
.Orderside .steps .Left .item h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .Orderside .steps .Left .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item h3 br {
    display: none;
  }
}
.Orderside .steps .Left .item .bg-white {
  padding: 31px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .bg-white {
    padding: 15px 15px 0;
  }
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .bg-white .box {
    margin-bottom: 15px;
  }
}
.Orderside .steps .Left .item .bg-white .box label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .bg-white .box label {
    font-size: 16px;
  }
}
.Orderside .steps .Left .item .bg-white .box .calendar {
  padding: 0 0 0 14px;
  font-size: 30px;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.Orderside .steps .Left .item .bg-white .box .map {
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #dee2e6;
}
.Orderside .steps .Left .item .bg-white .box .map .fa {
  font-size: 24px;
  color: #666;
  margin-right: 10px;
}
.Orderside .steps .Left .item label.curser-pointer .form-control {
  padding-right: 160px;
}
.Orderside .steps .Left .item textarea.form-control {
  min-height: 102px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item textarea.form-control {
    margin-bottom: 20px;
  }
}
.Orderside .steps .Left .item .title {
  padding: 0 31px;
  margin-left: -31px;
  margin-right: -31px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .title {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.Orderside .steps .Left .item .title h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .title h3 {
    font-size: 20px;
  }
}
.Orderside .steps .Left .item .content .list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list {
    margin-bottom: 0;
  }
}
.Orderside .steps .Left .item .content .list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.Orderside .steps .Left .item .content .list a.text-warning {
  display: inline-block;
}
@media (max-width: 767px) {
  .Orderside .steps .Left .item .content .list a.text-warning {
    margin-top: -15px;
  }
}
.Orderside .steps .Left .item .content .list .delvStatus {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list .delvStatus {
    margin-top: 10px;
  }
}
.Orderside .steps .Left .item .content .list .delvStatus li {
  display: inline-block;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list .delvStatus li {
    display: block;
  }
}
.Orderside .steps .Left .item .content .list .delvStatus li:after {
  margin: 0 10px;
  content: "|";
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list .delvStatus li:after {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    margin: 5px 0;
  }
}
.Orderside .steps .Left .item .content .list .delvStatus li:last-child:after {
  display: none;
}
.Orderside .steps .Left .item .content .list .delvStatus li a {
  display: inline-block;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list .delvStatus li a {
    display: block;
    text-align: center;
  }
}
.Orderside .steps .Left .item .content .list .btn.see-order {
  min-width: 150px;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .content .list .btn.see-order {
    min-width: 100%;
  }
}
.Orderside .steps .Left .item .content .list .btn.see-order.collapsed span:after {
  content: "See more";
}
.Orderside .steps .Left .item .content .list .btn.see-order span:after {
  content: "See less";
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .ProductsList {
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .ProductsList {
    font-size: 14px;
  }
}
.Orderside .steps .Left .item .ProductsList > .product {
  padding: 30px 30px 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .ProductsList > .product {
    padding: 15px 15px 0;
  }
}
.Orderside .steps .Left .item .ProductsList > .product:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item .ProductsList > .product .box {
    margin-bottom: 10px;
  }
}
.Orderside .steps .Left .item .ProductsList > .product .box b {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.Orderside .steps .Left .item .ProductsList > .product .box .d-block {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .ProductsList > .product .box .d-block {
    margin-bottom: 5px;
  }
}
.Orderside .steps .Left .item .ProductsList > .product .img > img {
  width: 74px;
  height: 78px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.Orderside .steps .Left .item .ProductsList > .product .text {
  padding-left: 30px;
}
@media (max-width: 575px) {
  .Orderside .steps .Left .item .ProductsList > .product .text {
    padding-left: 10px;
  }
}
.Orderside .steps .Left .item {
  /* Payment Section */
}
.Orderside .steps .Left .item.payment .box {
  position: relative;
  border-right: 2px dashed #c4c4c4;
}
@media (max-width: 767px) {
  .Orderside .steps .Left .item.payment .box {
    border-right: 0;
    border-bottom: 2px dashed #c4c4c4;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.Orderside .steps .Left .item.payment .box:last-child {
  border: 0;
}
.Orderside .steps .Left .item.payment .box .or {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background-color: white;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .Orderside .steps .Left .item.payment .box .or {
    top: auto;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
  }
}
.Orderside .steps .Left .item.payment .box .nav-tabs {
  margin: 0 0 15px;
  border-bottom: 2px solid #00098f;
}
.Orderside .steps .Left .item.payment .box .nav-tabs .nav-item {
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .item.payment .box .nav-tabs .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.Orderside .steps .Left .item.payment .box .nav-tabs .nav-item > .nav-link {
  border: 2px solid transparent;
  border-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  color: black;
}
@media (max-width: 767px) {
  .Orderside .steps .Left .item.payment .box .nav-tabs .nav-item > .nav-link {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }
}
.Orderside .steps .Left .item.payment .box .nav-tabs .nav-item > .nav-link.active {
  border-color: #00098f;
  color: #00098f;
}
.Orderside .steps .Left .item.payment .box .form-group .fa-calendar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
.Orderside .steps .Left .item.payment .box .form-group label > span {
  padding-top: 5px;
  padding-left: 40px;
  position: relative;
  display: block;
}
.Orderside .steps .Left .item.payment .box .form-group label > span:before {
  position: absolute;
  top: 0;
  left: 0;
}
.Orderside .steps .Left .inner-left .bdr .bg-white {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .inner-left .bdr .bg-white {
    padding-bottom: 15px;
  }
}
.Orderside .steps .Left .inner-left .bdr h6 {
  color: #666;
}
.Orderside .steps .Left .inner-left .bdr .green,
.Orderside .steps .Left .inner-left .bdr .blue {
  font-size: 18px;
  font-weight: 700;
}
.Orderside .steps .Left .inner-left .bdr .green {
  color: #24bd01;
}
.Orderside .steps .Left .inner-left .bdr .blue {
  color: #00098f;
}
@media (max-width: 991px) {
  .Orderside .steps .Left .inner-left .bdr h3 {
    font-size: 16px;
  }
}
.Orderside .steps .Right h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .Orderside .steps .Right h3 {
    font-size: 22px;
  }
}
.Orderside .steps .Right .item {
  padding: 32px;
  border: 2px dotted #30292f;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .Orderside .steps .Right .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .Orderside .steps .Right .item {
    float: left;
    width: 48%;
  }
}
@media (max-width: 575px) {
  .Orderside .steps .Right .item {
    width: 100%;
  }
}
.Orderside .steps .Right .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Orderside .steps .Right .item:last-child {
    float: right;
  }
}
.Orderside .steps .Right .item.bg {
  background-color: #e7ffff;
  border-color: #00098f;
}
.Orderside .steps .Right .item.bg h4 {
  color: #00098f;
}
.Orderside .steps .Right .item h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.Orderside .steps .Right .item ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.Orderside .steps .Right .item ul li {
  display: flex;
  margin-bottom: 10px;
}
.Orderside .steps .Right .item ul li:last-child {
  margin-bottom: 0;
}
.Orderside .steps .Right .item ul li .float-right {
  padding-left: 15px;
  font-weight: 700;
  margin-left: auto;
  text-align: right;
}

/* Log out Alert */
#logoutalert .modal-dialog {
  max-width: 350px;
}
/* footer */
.footer .Footer {
  padding-top: 175px;
  padding-bottom: 50px;
  border-top: 1px solid #f7f7f7;
  background: #f7f6f6;
  background-image: radial-gradient(circle at 10% 20%, rgba(1, 153, 225, 0.74) 0%, transparent 35%), radial-gradient(circle at 90% 10%, rgba(0, 0, 139, 0.72) 0%, transparent 40%), radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.3) 0%, transparent 45%);
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .footer .Footer {
    padding-top: 140px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .Footer {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer .Footer {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .box {
    margin-bottom: 20px;
  }
}
.footer .box h3 {
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .footer .box h3 {
    font-size: 18px;
  }
}
.footer .box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .box ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .footer .box ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.footer .box ul li:last-child {
  margin-bottom: 0;
}
.footer .box ul li a {
  color: #2f3031;
}
.footer .box ul li a:hover {
  color: #00098f;
}
.footer .box .info .item {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.footer .box .info .item:last-child {
  margin-bottom: 0;
}
.footer .box .info .item .fa {
  font-size: 18px;
  display: table-cell;
  width: 38px;
}
@media (max-width: 575px) {
  .footer .box .info .item .fa {
    width: 28px;
  }
}
.footer .box .info .item a {
  color: #2f3031;
}
.footer .box .info .item a:hover {
  color: #00098f;
}
.footer .box .socialMedia .icon {
  position: relative;
  float: left;
  width: 39px;
  height: 39px;
  font-size: 20px;
  margin-right: 14px;
  margin-bottom: 10px;
  background-color: #7c7c81;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer .box .socialMedia .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 7px;
  }
}
.footer .box .socialMedia .icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: black;
  content: "";
  transition: 0.5s;
}
.footer .box .socialMedia .icon:last-child {
  margin-right: 0;
}
.footer .box .socialMedia .icon:hover:after, .footer .box .socialMedia .icon:focus:after {
  width: 100%;
}
.footer .box .socialMedia .icon.fb:after {
  background-color: #4c76be;
}
.footer .box .socialMedia .icon.tw:after {
  background-color: #00c7ff;
}
.footer .box .socialMedia .icon.yt:after {
  background-color: #fd3832;
}
.footer .box .socialMedia .icon.linked:after {
  background-color: #0077B5;
}
.footer .box .socialMedia .icon.insta:after {
  background: rgb(248, 154, 78);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(248, 154, 78)), color-stop(14%, rgb(248, 154, 78)), color-stop(57%, rgb(211, 74, 97)), color-stop(97%, rgb(120, 78, 176)), color-stop(100%, rgb(120, 78, 176)));
  background: linear-gradient(45deg, rgb(248, 154, 78) 0%, rgb(248, 154, 78) 14%, rgb(211, 74, 97) 57%, rgb(120, 78, 176) 97%, rgb(120, 78, 176) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a4e', endColorstr='#784eb0', GradientType=1 );
}
.footer .box .socialMedia .icon .fa {
  position: relative;
  z-index: 1;
}
.footer .copyright {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #f1f2f6;
}
.footer .copyright p {
  font-size: 15px;
  color: #7b7b7b;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer .copyright p {
    margin-bottom: 15px;
  }
}
.footer .copyright ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer .copyright ul li {
  margin-right: 10px;
  display: inline-block;
}
.footer .copyright ul li:last-child {
  margin-right: 0;
}
.footer .copyright ul li img {
  transition: 0.5s;
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .copyright ul li img {
    max-width: 38px;
  }
}
.footer .copyright ul li img:hover {
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "fontawesome";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}
.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #a2a2a7;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background-color: #00098f;
}
.slick-dots li button {
  display: none;
}

.bg-primary {
  background-color: #00098f !important;
}

.text-primary {
  color: #00098f !important;
}

.why-choose-us {
  background: #f8fbff;
  padding: 40px 0;
}
.why-choose-us .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.why-choose-us .section-title .sub-title {
  display: inline-block;
  color: #00b8d9;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.why-choose-us .section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0a2c6d;
  margin-bottom: 15px;
  line-height: 1.2;
}
.why-choose-us .section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}
.why-choose-us .feature-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #edf1f7;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  height: 100%;
}
.why-choose-us .feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.why-choose-us .feature-box:hover .feature-icon {
  transform: rotateY(180deg) scale(1.05);
}
.why-choose-us .feature-box .feature-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00008b, #0066ff);
  transition: all 0.5s ease;
}
.why-choose-us .feature-box .feature-icon i {
  font-size: 36px;
  color: #fff;
}
.why-choose-us .feature-box h4 {
  color: #0a2c6d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-choose-us .feature-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 60px 0;
  }
  .why-choose-us .section-title {
    margin-bottom: 40px;
  }
  .why-choose-us .section-title h2 {
    font-size: 34px;
  }
  .why-choose-us .section-title p {
    font-size: 16px;
  }
  .why-choose-us .feature-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-us {
    padding: 50px 0;
  }
  .why-choose-us .section-title h2 {
    font-size: 28px;
  }
  .why-choose-us .section-title p {
    font-size: 15px;
  }
  .why-choose-us .feature-box {
    padding: 30px 20px;
  }
  .why-choose-us .feature-box .feature-icon {
    width: 75px;
    height: 75px;
  }
  .why-choose-us .feature-box .feature-icon i {
    font-size: 30px;
  }
  .why-choose-us .feature-box h4 {
    font-size: 20px;
  }
}
/* --- Main Headline --- */
.hero-text-wrapper h1 {
  color: #FFFFFF;
  font-size: 46px;
  font-weight: 800; /* Extra bold for maximum presence */
  line-height: 1.25;
  margin-bottom: 20px;
  /* Multi-layered shadow lifts the text entirely off the busy background */
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* --- Sub-headline --- */
.hero-text-wrapper p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
  backdrop-filter: blur(4px); /* Modern frosted-glass effect */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.bt {
  color: #8626b5;
}

.it {
  color: #fd741b;
}

.correcny-icon ul li {
  display: inline-block;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .form-control {
  padding-right: 45px;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: #777;
}

.password-toggle:hover {
  color: #333;
}

.topTotop {
  position: fixed;
  right: 0px;
  /* left: 0; */
  bottom: 0;
  z-index: 98;
  width: -moz-fit-content;
  width: fit-content;
}

/* AOS Animation */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}/*# sourceMappingURL=theme.css.map */