body {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}

h1 {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 90px;
}

h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

h1, h2, h3, h4 {
  font-family: "Poppins";
  font-style: normal;
  text-transform: capitalize;
}

.hover-img {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

.traveler-purchase-theme-btn {
  display: inline-block;
  background-color: #729c29;
  position: fixed;
  top: 40vh;
  right: 30px;
  z-index: 99999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
@media screen and (max-width: 767px) {
  .traveler-purchase-theme-btn {
    width: 60px;
    height: 60px;
    right: 15px;
  }
}
.traveler-purchase-theme-btn:hover {
  text-decoration: none;
}
.traveler-purchase-theme-btn img.envato-logo {
  position: absolute;
  right: -8px;
  bottom: -3px;
  background: #668c25;
  border-radius: 50%;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .traveler-purchase-theme-btn img.envato-logo {
    display: none;
  }
}
.traveler-purchase-theme-btn h2 {
  margin-top: 20px;
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .traveler-purchase-theme-btn h2 {
    font-size: 20px;
    margin-top: 5px;
  }
}
.traveler-purchase-theme-btn h2 span {
  font-size: 20px;
  position: relative;
  top: -10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .traveler-purchase-theme-btn h2 span {
    font-size: 14px;
  }
}

#crumbs {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #AAAAAA;
  display: flex;
}
#crumbs a {
  color: #AAAAAA;
  text-decoration: none;
}
#crumbs i {
  margin: 0 10px;
  font-size: 24px;
}

.s-tag a {
  padding: 4px 10px;
  color: #00C0F6;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 39px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
  }
}
@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
  }
  to {
    box-shadow: 0 0 0 45px rgba(114, 156, 41, 0.01);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes spineer {
    from {
      box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
    }
    to {
      box-shadow: 0 0 0 30px rgba(114, 156, 41, 0.01);
    }
  }
  @keyframes spineer {
    from {
      box-shadow: 0 0 0 0 rgba(114, 156, 41, 0.99);
    }
    to {
      box-shadow: 0 0 0 30px rgba(114, 156, 41, 0.01);
    }
  }
}
ul, li {
  margin-bottom: 0px;
}

a {
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
  background-color: transparent;
}

.button-primary {
  background: linear-gradient(94.86deg, #2E68FF 0%, #FF53CF 100%);
  border-radius: 6px;
  padding: 16px 30px;
  color: #FFF;
  text-decoration: none;
}
.button-primary:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.button-red {
  background: #EB5757;
  border-radius: 6px;
  padding: 16px 30px;
  color: #FFF;
  text-decoration: none;
}
.button-red:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.button-blue {
  background: #2E68FF;
  border-radius: 6px;
  padding: 16px 30px;
  color: #FFF;
  text-decoration: none;
}
.button-blue:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.button-line {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background: transparent;
  padding: 14px 30px;
  color: #FFF;
  transition: 0s;
}
.button-line:hover {
  background: linear-gradient(94.86deg, #2E68FF 0%, #FF53CF 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #FFF;
  border: none;
}

.button-white {
  border-radius: 6px;
  background: #FFFFFF;
  padding: 18px 35px;
  color: #FFF;
  transition: 0s;
}
.button-white:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #FFF;
}

.bg-button-opacity {
  background: linear-gradient(96.05deg, rgba(51, 217, 253, 0.2) 0%, rgba(248, 83, 208, 0.2) 99.32%);
  backdrop-filter: blur(2.5px);
  border-radius: 6px;
  padding: 30px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-button-opacity {
    font-size: 16px;
    line-height: 21px;
  }
}
.bg-button-opacity .pentagon {
  background: url(../images/shape-button.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -35px;
  right: -30px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .bg-button-opacity .pentagon {
    width: 50px;
    height: 50px;
    top: -32px;
    right: -32px;
  }
}
.bg-button-opacity .pentagon span {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .bg-button-opacity .pentagon span {
    font-size: 16px;
    line-height: 21px;
  }
}

.button-large {
  padding: 30px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .button-large {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 21px;
  }
}

span.st-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C5D7FF;
}

input.form-input, textarea.form-input {
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 400;
  color: #4F4F4F;
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  input.form-input, textarea.form-input {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  input.form-input, textarea.form-input {
    padding: 17px 30px;
    font-size: 16px;
    line-height: 26px;
  }
}

.btn-large-red, .btn-small-red {
  background: #EB5757;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-large-red.loading, .btn-small-red.loading {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.btn-large-red:hover, .btn-small-red:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .btn-large-red, .btn-small-red {
    padding: 15px;
  }
}

.form-message {
  color: #FF53CF;
}

.control-group {
  margin-bottom: 20px;
}

textarea.form-input {
  height: 130px;
  display: block;
}

.btn-large-red {
  width: 100%;
}

.btn-small-red {
  padding: 16px 67px;
}

#st_form_contact input.elementor-field, #st_form_contact textarea.elementor-field {
  background: #F3F3F3;
  border-radius: 6px;
}
#st_form_contact .elementor-button:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

@media screen and (min-width: 992px) {
  .admin-bar header#header {
    top: 32px;
  }
}
.admin-bar.st-header-transparent header#header {
  top: 32px;
}

#st-header-topbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(270deg, rgba(255, 225, 166, 0.7) 16.94%, rgba(19, 205, 172, 0.7) 87.62%);
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: fixed;
  top: 0px;
  z-index: 500;
  width: 100%;
}

@media screen and (max-width: 991px) {
  header#header {
    padding: 20px 10px;
  }
  header#header a.logo img {
    max-width: 150px;
    height: auto !important;
  }
}
header#header .back-menu {
  display: none;
}
header#header .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 28px;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
@media only screen and (max-width: 991px) {
  header#header .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
header#header .burger i {
  font-size: 28px;
  color: #142957;
}
header#header #logo .custom-logo {
  width: 174px;
  height: auto;
  object-fit: cover;
  display: block;
}
header#header #logo .custom-logo.logo_transparent {
  display: none;
}
header#header .header-main {
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  header#header .header-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  header#header .header-main {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header#header .header-items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  header#header .header-left {
    justify-content: space-between;
    background-color: #FFF;
  }
}
header#header .header-center {
  height: 100%;
}
header#header .header-center #primary-menu {
  height: 100%;
  display: flex;
  list-style: none;
}
header#header .header-center #primary-menu li {
  height: 100%;
  position: relative;
}
header#header .header-center #primary-menu li a {
  padding: 10px 0;
  position: relative;
  color: #142957;
}
header#header .header-center #primary-menu li a span {
  display: flex;
  align-items: center;
}
header#header .header-center #primary-menu li a span i {
  font-size: 20px;
  margin-left: 7px;
}
header#header .header-center #primary-menu li.menu-item-has-children:not(.menu-item-mega-parent) > .menu-dropdown .item-thumb {
  margin-right: 12px;
}
@media screen and (min-width: 992px) {
  header#header .header-center #primary-menu li.menu-item-has-children ul {
    padding: 30px 0px;
    position: absolute;
    display: none;
    z-index: 1;
    height: auto;
    left: 3px;
    top: 100%;
    margin: 0;
    min-width: 240px;
    background: #fff;
    box-shadow: 0px 10px 17px rgba(110, 127, 162, 0.1), 0px 2px 13px rgba(35, 70, 143, 0.15);
    border-radius: 8px;
  }
}
header#header .header-center #primary-menu li.menu-item-has-children ul li {
  display: block;
  height: auto;
}
header#header .header-center #primary-menu li.menu-item-has-children ul li a {
  padding: 0px 20px 10px 20px;
}
header#header .header-center #primary-menu li.menu-item-has-children ul li:last-child a {
  padding-bottom: 0px;
}
header#header .header-center #primary-menu li.menu-item-has-children ul li:not(.title-item):hover a {
  padding-left: 15px;
}
header#header .header-center #primary-menu li.menu-item-has-children:hover ul {
  display: block;
  overflow: hidden;
}
header#header .header-center #primary-menu li.show-submenu ul li:not(.title-item):hover a {
  padding-left: 15px !important;
}
header#header .header-center #primary-menu > li {
  height: 100%;
  display: inline-flex;
  margin-left: -1px;
}
@media screen and (min-width: 992px) {
  header#header .header-center #primary-menu > li {
    padding-right: 50px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul {
    display: flex;
    transform: translateX(-50%);
    left: 50%;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li {
    width: 280px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item:not(.title-item):last-child > a {
    padding: 0px 20px 10px 20px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item > a {
    border-bottom: 1px solid #E3E3E3;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item .item-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #142957;
    margin-left: 12px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item ul li:first-child {
    padding-top: 16px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li.title-item ul li > a {
    padding: 0px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li ul {
    position: unset;
    background: unset;
    box-shadow: unset;
    border: unset;
    padding: 0px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header#header .header-center #primary-menu > li.menu-item-mega-parent:hover > ul > li ul li > a {
    padding: 0px;
  }
}
header#header .header-center #primary-menu > li:last-child {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  header#header .header-center #primary-menu > li {
    margin: 0px;
  }
}
header#header .header-center #primary-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 0.3em 0;
  -webkit-backface-visibility: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #142957;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header#header .header-center #primary-menu > li > a {
    padding: 0px;
  }
}
header.sticky-header {
  position: fixed;
  z-index: 999999;
  background: #FFF;
  width: 100%;
  top: 0px !important;
  box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  padding: 0px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  header.sticky-header {
    margin-top: 0px;
    position: fixed;
    z-index: 5;
    background-color: #EEF2FF;
  }
}
@media screen and (max-width: 767px) {
  header.sticky-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.st-header-transparent header#header:not(.sticky-header) {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 489;
}
@media screen and (max-width: 991px) {
  .st-header-transparent header#header:not(.sticky-header) {
    top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .st-header-transparent header#header:not(.sticky-header) {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
  }
}
.st-header-transparent header#header:not(.sticky-header) .header-center #primary-menu > li > a {
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .st-header-transparent header#header:not(.sticky-header) .header-center #primary-menu > li > a {
    color: #142957;
    position: relative;
    top: unset;
    left: unset;
    z-index: unset;
  }
}
.st-header-transparent header#header:not(.sticky-header) #logo .custom-logo {
  display: none;
}
@media screen and (max-width: 991px) {
  .st-header-transparent header#header:not(.sticky-header) #logo .custom-logo {
    display: block;
  }
}
.st-header-transparent header#header:not(.sticky-header) #logo .custom-logo.logo_transparent {
  display: block;
}
@media screen and (max-width: 991px) {
  .st-header-transparent header#header:not(.sticky-header) #logo .custom-logo.logo_transparent {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .logged-in.admin-bar header#header {
    top: 42px;
    background: #FFF;
  }
  .logged-in.admin-bar header#header:not(.sticky-header) {
    top: 0px;
  }
  .logged-in.admin-bar header#header:not(.sticky-header) #st-main-menu {
    top: 45px !important;
  }
  .logged-in.admin-bar header#header.sticky-header {
    top: 0px;
  }
  header#header {
    margin-top: 0px;
    background-color: #FFF;
  }
  header#header .overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
  }
  header#header #st-main-menu {
    position: fixed;
    left: -150%;
    top: 0;
    background: #fff;
    width: 320px;
    height: 100%;
    overflow: auto;
    z-index: 99;
    transition: all 0.3s;
  }
  header#header #st-main-menu.open {
    left: 0;
  }
  header#header #st-main-menu #primary-menu {
    padding: 0 20px;
    display: block;
  }
  header#header #st-main-menu #primary-menu > li {
    display: inline-block;
  }
  header#header #st-main-menu #primary-menu > li:first-child {
    margin-top: 0;
  }
  header#header #st-main-menu #primary-menu > li > a {
    padding: 17px 0 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  header#header #st-main-menu #primary-menu > li .menu-dropdown {
    display: none;
    padding-left: 10px;
  }
  header#header #st-main-menu #primary-menu li {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
  }
  header#header #st-main-menu #primary-menu li:not(:last-child) a {
    border-bottom: 1px solid #eee;
  }
  header#header #st-main-menu #primary-menu li a {
    padding: 10px 0px 10px 0;
  }
  header#header #st-main-menu #primary-menu li.menu-item-has-children:not(.title-item) > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header#header #st-main-menu #primary-menu li.menu-item-has-children:not(.title-item) > a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header#header #st-main-menu #primary-menu .menu-item-mega-parent li.title-item .menu-dropdown {
    display: block;
  }
  header#header .back-menu {
    background: #f5f5f5;
    width: 100%;
    padding: 9px 20px;
    font-size: 22px;
    display: block;
    cursor: pointer;
    color: gray;
  }
  header#header .back-menu i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #topbar {
    display: none;
  }
}
#topbar .topbar {
  background-image: url(../images/bg-topbar.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #topbar .topbar {
    font-size: 14px;
    line-height: 21px;
  }
}
#topbar .button-learn-more {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 20px;
  color: #FFF;
  margin-left: 12px;
}

#st-footer .footer {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  #st-footer .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #st-footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #st-footer .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#st-footer .footer .main-footer #footer-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  #st-footer .footer .main-footer #footer-menu {
    display: block;
    width: 100%;
  }
}
#st-footer .footer .main-footer #footer-menu li {
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  #st-footer .footer .main-footer #footer-menu li {
    padding: 0px;
    border-bottom: 1px solid #DCDCDC;
    border-right: none;
  }
}
#st-footer .footer .main-footer #footer-menu li:last-child {
  border-right: none;
}
#st-footer .footer .main-footer #footer-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #4F4F4F;
}
@media screen and (max-width: 767px) {
  #st-footer .footer .main-footer #footer-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
#st-footer .st-copyright p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
}
@media screen and (max-width: 767px) {
  #st-footer .st-copyright p {
    font-size: 14px;
    line-height: 20px;
  }
}
#st-footer .st-social {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #st-footer .st-social {
    margin-top: 30px;
  }
}

.st-social span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .st-social span {
    font-size: 16px;
    line-height: 21px;
  }
}
.st-social ul {
  list-style: none;
  padding: 0px;
}
.st-social ul li {
  padding-left: 20px;
}
.st-social ul li a {
  color: #7B7B7B;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .st-social ul li a {
    font-size: 20px;
    line-height: 24px;
  }
}

.page-404 h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  color: #142957;
  margin-top: 60px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .page-404 h2 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 46px;
  }
}
.page-404 a.btn-small-red {
  padding: 15px 30px;
}
.page-404 a.btn-small-red:hover {
  color: #FFF;
}

.archive .page-header, body.blog .page-header, .page-template-template-blog .page-header {
  text-align: center;
  padding: 60px 0 100px;
  margin-bottom: 100px;
}
.archive .page-header #crumbs, body.blog .page-header #crumbs, .page-template-template-blog .page-header #crumbs {
  margin-bottom: 100px;
  justify-content: center;
}
.archive .page-header h1, body.blog .page-header h1, .page-template-template-blog .page-header h1 {
  color: #F4EFED;
  margin-bottom: 30px;
}
.archive .page-header .archive-description, body.blog .page-header .archive-description, .page-template-template-blog .page-header .archive-description {
  max-width: 850px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}

article {
  margin-bottom: 57px;
}
.single article p a {
  color: #EB5757;
}
.single article ul li {
  margin-bottom: 40px;
}
.single article p img {
  border-radius: 16px;
}
article.sticky-post {
  margin-bottom: 100px;
}
article.sticky-post .entry-header .meta-cate a {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
article.sticky-post .entry-header .entry-title {
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
}
article.sticky-post .entry-header .meta-data {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #7B7B7B;
  margin-bottom: 20px;
}
article.sticky-post .entry-header .meta-data a {
  color: #7B7B7B;
}
article.sticky-post .post-desciption {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4F4F4F;
}
article.sticky-post .post-desciption p {
  margin: 0;
}
article .hover-img {
  margin-bottom: 30px;
  width: 100%;
}
article .hover-img img {
  width: 100%;
}
.single article .hover-img {
  margin-bottom: 50px;
}
.single article .hover-img img {
  width: 100%;
}
.single article .entry-header {
  margin-bottom: 60px;
}
article .entry-header .meta-cate a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #5881DB;
  text-decoration: none;
  margin-bottom: 10px;
}
.single article .entry-header .meta-cate a {
  font-size: 18px;
  line-height: 27px;
}
article .entry-header .entry-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #142957;
  margin-bottom: 10px;
}
article .entry-header .entry-title a {
  color: #142957;
}
article .entry-header h1.entry-title {
  font-size: 40px;
  line-height: 60px;
}
article .entry-header .meta-data {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5A657D;
}
.single article .entry-header .meta-data {
  font-size: 16px;
  line-height: 26px;
}
article .entry-header .meta-data a {
  color: #5A657D;
}

.navigation.pagination {
  margin-top: 63px;
}
.navigation.pagination .nav-links {
  display: flex;
}
.navigation.pagination .nav-links .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 7px;
  gap: 10px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  color: #7B7B7B;
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers.current {
  border: 1px solid #142957;
  background: #142957;
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers.next {
  font-size: 0;
  position: relative;
}
.navigation.pagination .nav-links .page-numbers.next:before {
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -10px;
}
.navigation.pagination .nav-links .page-numbers.prev {
  font-size: 0;
  position: relative;
}
.navigation.pagination .nav-links .page-numbers.prev:before {
  content: "\ea64";
  font-family: "remixicon";
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -10px;
}

.sidebar-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 40px;
  max-width: 370px;
  background: #FAF5F3;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 30px;
}
.sidebar-widget div:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #7B7B7B;
  border-bottom: 1px solid #E3E3E3;
  width: 100%;
  padding-bottom: 6px;
}
.sidebar-widget .wp-widget-group__inner-blocks {
  width: 100%;
}
.sidebar-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-widget ul li {
  position: relative;
}
.sidebar-widget ul li.active .cat-icon:before {
  content: "\ea56";
}
.sidebar-widget ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  pointer-events: none;
}
.sidebar-widget ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #142957;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar-widget ul li ul {
  padding-left: 12px;
  display: none;
}
.sidebar-widget ul li ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #7B7B7B;
}
.sidebar-widget .wp-block-latest-posts li {
  display: inline-block;
  margin-bottom: 40px;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin-right: 16px;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image, .sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  width: auto;
  border-bottom: 0;
  display: block;
  padding: 0;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__featured-image a, .sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title a {
  margin-bottom: 0;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #142957;
  margin-bottom: 6px;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-author, .sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #5A657D;
  text-transform: capitalize;
  border-bottom: 0;
  width: auto;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-author {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-author:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-widget .wp-block-tag-cloud a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px;
  color: #7B7B7B;
  padding: 2px 10px;
  border: 1px solid #E3E3E3;
  border-radius: 62px;
  margin-right: 10px;
  margin-bottom: 12px;
}

.single .left-sidebar {
  margin-bottom: 30px;
}
.single .left-sidebar .anchorific {
  padding: 0 5px;
}
.single .left-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.single .left-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.single .left-sidebar::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 2px solid #333;
}
.single .page-header {
  padding-top: 30px;
  padding-bottom: 150px;
}
.single .related_post {
  border-top: 1px solid #E3E3E3;
  padding-top: 60px;
}
.single .related_post h2 {
  text-align: center;
  margin-bottom: 60px;
}
.single .related_post article .hover-img {
  margin-bottom: 30px;
}
.single .description {
  margin-bottom: 80px;
}
.single .tags {
  padding-bottom: 64px;
  border-bottom: 1px solid #E3E3E3;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4F4F4F;
}
.single .tags a {
  color: #4F4F4F;
  padding: 4px 10px;
  margin-left: 10px;
  border: 1px solid #E3E3E3;
  border-radius: 62px;
}
.single .tags a:hover {
  background-color: #EEEEEE;
}
.single .wrap-toc {
  max-width: 300px;
  margin-bottom: 100px;
}
.single .wrap-toc .toc-title {
  display: none;
}
.single .wrap-toc ol {
  padding-left: 1rem;
  color: #222;
}
.single .wrap-toc ol li {
  margin-bottom: 20px;
}
.single .wrap-toc ol li:hover::marker, .single .wrap-toc ol li.active::marker {
  color: #EB5757;
}
.single .wrap-toc ol li::marker {
  color: #222;
  font-size: 14px;
  line-height: 24px;
}
.single .wrap-toc ol li.active a {
  color: #EB5757;
}
.single .wrap-toc ol li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  vertical-align: top;
}
.single .wrap-toc ol li a:hover {
  color: #EB5757;
}
.single .shares {
  display: flex;
  align-items: center;
  color: #4F4F4F;
}
.single .shares .share-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 27px;
  display: flex;
  gap: 27px;
}
.single .shares .share-wrapper li {
  box-shadow: 0px 1px 6px 0 rgba(202, 207, 214, 0.8);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid rgb(225, 231, 239);
}
.single .shares .share-wrapper li:hover .facebook {
  color: #5881DB;
}
.single .shares .share-wrapper li:hover .twitter {
  color: rgb(29, 155, 240);
}
.single .shares .share-wrapper li:hover .linkedin {
  color: #207ab5;
}
.single .shares .share-wrapper li a {
  color: #4F4F4F;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
}

#comments .comments-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 30px;
}
#comments .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments .comment-list .comment-meta {
  display: flex;
}
#comments .comment-list .comment-meta .comment-img {
  margin-right: 20px;
  width: 7%;
}
#comments .comment-list .comment-meta .comment-img img {
  border-radius: 50px;
}
#comments .comment-list .comment-author {
  width: 93%;
}
#comments .comment-list .comment-author .fn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
#comments .comment-list .comment-author .comment-content {
  margin-bottom: 10px;
}
#comments .comment-list .comment-author .reply a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #152D63;
}
#comments .comment-list .comment-metadata {
  margin-bottom: 10px;
}
#comments .comment-list .comment-metadata a time {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
#comments #commentform {
  display: flex;
  flex-wrap: wrap;
}
#comments .form-submit {
  order: 3;
}
#comments .form-submit .submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 67px;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins";
  font-style: normal;
  color: #FFFFFF;
  background: #EB5757;
  border-radius: 6px;
  margin-bottom: 120px;
}
#comments .comment-form-comment {
  width: 100%;
  order: 2;
}
#comments .comment-form-author {
  width: calc(50% - 15px);
  float: left;
  margin-right: 15px;
  order: 1;
}
#comments .comment-form-email {
  width: calc(50% - 15px);
  float: left;
  margin-left: 15px;
  order: 1;
}
#comments #reply-title {
  margin-bottom: 30px;
}
#comments p {
  margin: 0;
}
#comments textarea {
  height: 139px;
}
#comments input, #comments textarea {
  width: 100%;
  background: #F3F3F3;
  border-radius: 6px;
  border: 0;
  padding: 17px 20px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
#comments input::-webkit-input-placeholder, #comments textarea::-webkit-input-placeholder { /* Edge */
  color: #4F4F4F;
}
#comments input:-ms-input-placeholder, #comments textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4F4F4F;
}
#comments input::placeholder, #comments textarea::placeholder {
  color: #4F4F4F;
}

.st_subscribe_footer {
  background: linear-gradient(268.78deg, #25B794 -71.24%, #1D2355 98.96%);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 120px 0;
}
.st_subscribe_footer label {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 60px;
}

#show-case-tab {
  margin-bottom: 40px;
}
#show-case-tab li.item-filter {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #7B7B7B;
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  #show-case-tab li.item-filter {
    font-size: 18px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #show-case-tab li.item-filter {
    font-size: 18px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#show-case-tab li.item-filter.stt-active, #show-case-tab li.item-filter:hover {
  color: #EB5757;
  border-bottom: 2px solid;
}
@media screen and (max-width: 991px) {
  #show-case-tab {
    margin-bottom: 20px;
  }
}

.showcase-item-tab-content .element-item {
  padding-bottom: 30px;
}
.showcase-item-tab-content .element-item .item {
  position: relative;
}
.showcase-item-tab-content .element-item .item a {
  border-radius: 16px;
  width: 100%;
}
.showcase-item-tab-content .element-item .item img {
  border-radius: 16px;
  width: 100%;
}
.showcase-item-tab-content .element-item .item:hover img {
  filter: drop-shadow(0px 10px 30px rgba(39, 45, 51, 0.15));
}

.st-testimonial {
  position: relative;
}
.st-testimonial.style-2 .item-testimonial .icon {
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .st-testimonial.style-2 .item-testimonial .icon {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .st-testimonial.style-2 .item-testimonial .icon {
    width: 40px;
  }
}
.st-testimonial.style-2 .item {
  max-width: 850px;
  margin: 0 auto;
}
.st-testimonial .item-testimonial .item {
  padding: 30px;
}
.st-testimonial .item-testimonial .item .head-tesimonial {
  background: #FFF6E6;
  border-radius: 62px;
  padding: 6px 20px;
}
.st-testimonial .item-testimonial .item .head-tesimonial i {
  color: #FFA031;
  font-size: 18px;
  margin-right: 4px;
}
.st-testimonial .item-testimonial .item .head-tesimonial i:last-child {
  margin-right: 0px;
}
.st-testimonial .item-testimonial .item p.st-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .st-testimonial .item-testimonial .item p.st-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.st-testimonial .item-testimonial .item .author-meta h4 {
  margin: 0px 0px 0px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #397D37;
}

.st-button-prev, .st-button-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  box-shadow: 0px 8px 20px rgba(73, 109, 135, 0.15);
  border-radius: 60px;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  z-index: 9;
  background: #FFF;
}
@media screen and (max-width: 1500px) {
  .st-button-prev, .st-button-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .st-button-prev, .st-button-next {
    width: 50px;
    height: 50px;
  }
}
.st-button-prev i, .st-button-next i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #7B7B7B;
}

.st-button-prev {
  left: -90px;
}
@media screen and (max-width: 1500px) {
  .st-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .st-button-prev {
    left: 0px;
  }
}

.st-button-next {
  right: -90px;
}
@media screen and (max-width: 1500px) {
  .st-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .st-button-next {
    right: 0px;
  }
}

.swiper-button-disabled {
  background: #f8f9fa;
  pointer-events: none;
}
.swiper-button-disabled i {
  color: rgba(0, 0, 0, 0.3);
}

.st-accordion {
  border: none;
  background-color: none;
}
.st-accordion h2.accordion-header {
  margin-bottom: 0px;
}
.st-accordion h2.accordion-header button {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #142957;
}
.st-accordion .accordion-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  .st-accordion .accordion-item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.st-accordion .accordion-item:first-child {
  padding-top: 0px;
}
.st-accordion .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding-top: 30px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .st-accordion .accordion-item .accordion-body {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .st-accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 21px;
  }
}
.st-accordion .ri-add-line {
  display: none;
}
.st-accordion .ri-subtract-line {
  display: block;
}
.st-accordion .collapsed .ri-add-line {
  display: block;
}
.st-accordion .collapsed .ri-subtract-line {
  display: none;
}
.st-accordion span.title {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .st-accordion span.title {
    font-size: 16px;
    line-height: 21px;
  }
}

.stt-subscribe-form-wrapper .traveler-form .form-input {
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 400;
  color: #4F4F4F;
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .stt-subscribe-form-wrapper .traveler-form .form-input {
    width: 536px;
    padding: 17px 30px;
    font-size: 16px;
    line-height: 26px;
  }
}
.stt-subscribe-form-wrapper .traveler-form .control-group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .stt-subscribe-form-wrapper .traveler-form .control-group {
    width: 100%;
  }
}
.stt-subscribe-form-wrapper .traveler-form button {
  position: absolute;
  border: none;
  right: 6px;
  background: #ECECEC;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .stt-subscribe-form-wrapper .traveler-form button {
    right: 0px;
    height: 100%;
  }
}
.stt-subscribe-form-wrapper .traveler-form button .button-icon {
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.stt-register-form-wrapper .traveler-form-register .control-group {
  margin-bottom: 20px;
}
.stt-register-form-wrapper .traveler-form-register textarea.form-input {
  height: 130px;
  display: block;
}
.stt-register-form-wrapper .traveler-form-register .btn-large-red {
  width: 100%;
}

.section-partner {
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 69.48%);
}
@media screen and (max-width: 767px) {
  .section-partner {
    margin-left: unset;
    margin-right: unset;
    overflow: unset;
  }
}
.section-partner .st-content-slider {
  overflow: visible;
  padding: 68px 28px;
}
@media screen and (max-width: 767px) {
  .section-partner .st-content-slider {
    padding: 0px;
    overflow: hidden;
  }
}
.section-partner .st-content-slider .swiper-slide-image {
  border-radius: 6px;
}
.section-partner .st-content-slider .item-slider {
  background: #FFF;
}

.section_rental .swiper-slide-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -275px;
  background: linear-gradient(270deg, #FFFFFF 0%, #ECECEC 30.14%);
  opacity: 0.5;
  border-radius: 30px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 411px;
  height: 550px;
  z-index: 1;
}
.section_rental .swiper-slide-inner:after {
  content: "";
  position: absolute;
  width: 410px;
  height: 550px;
  background: linear-gradient(270deg, #FFFFFF 0%, #ECECEC 30.14%);
  opacity: 0.5;
  border-radius: 30px;
  top: 50%;
  right: 0;
  margin-top: -275px;
  z-index: 1;
}
.section_rental .swiper-slide-inner .swiper-slide-image {
  position: relative;
  z-index: 2;
}
.section_rental .elementor-swiper-button {
  width: 76px;
  height: 76px;
  background: #FFFFFF;
  box-shadow: 0px 4px 68px rgba(35, 70, 143, 0.15);
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_rental .elementor-swiper-button svg {
  color: #7B7B7B;
  fill: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .section_rental .elementor-swiper-button {
    width: 50px;
    height: 50px;
  }
  .section_rental .elementor-swiper-button svg {
    width: 18px;
  }
}
.section_rental .elementor-swiper-button.elementor-swiper-button-next {
  right: -38px;
}
@media screen and (max-width: 767px) {
  .section_rental .elementor-swiper-button.elementor-swiper-button-next {
    right: -25px;
  }
}
.section_rental .elementor-swiper-button.elementor-swiper-button-prev {
  left: -38px;
}
@media screen and (max-width: 767px) {
  .section_rental .elementor-swiper-button.elementor-swiper-button-prev {
    left: -25px;
  }
}

.elementor-icon-list-icon .e-fas-check {
  width: 36px !important;
  height: 36px !important;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(50, 110, 143, 0.25);
  border-radius: 48px;
  margin-right: 20px !important;
}

.showcase-item-tab-content .item.tags-hot .screen .tags {
  background: url(../images/hot.svg);
}
.showcase-item-tab-content .item.tags-new .screen .tags {
  background: url(../images/new.svg);
}
.showcase-item-tab-content .item.tags-coming-soon .screen:before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.showcase-item-tab-content .item.tags-coming-soon .screen .tags {
  padding: 16px 30px;
  background: #F6FFDC;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #BC7100;
  position: absolute;
  z-index: 3;
}
.showcase-item-tab-content .item .item-wrapper {
  display: block;
  top: 0;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
  box-shadow: 0px 2px 10px rgba(35, 70, 143, 0.15);
  margin-bottom: 30px;
}
.showcase-item-tab-content .item .item-wrapper img {
  max-width: 100%;
  min-width: 100%;
}
.showcase-item-tab-content .item .item-wrapper .stt-url {
  z-index: 4;
  opacity: 0;
  transition: all 0.3;
}
.showcase-item-tab-content .item .item-wrapper .stt-url ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
  flex-flow: column;
}
.showcase-item-tab-content .item .item-wrapper .stt-url ul li a {
  padding: 14px 20px;
  gap: 13px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  background: #FFFFFF;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  min-height: auto;
}
.showcase-item-tab-content .item .item-wrapper .stt-url ul li a img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  min-width: unset !important;
}
.showcase-item-tab-content .item .item-wrapper .stt-url ul li a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.showcase-item-tab-content .item .item-wrapper:hover .stt-url {
  opacity: 1;
}
.showcase-item-tab-content .item .item-wrapper:hover .screen img {
  bottom: 0 !important;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.showcase-item-tab-content .item .item-wrapper:hover:after {
  display: block;
  z-index: 1;
}
.showcase-item-tab-content .item .item-wrapper:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: -1;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.showcase-item-tab-content .item .screen {
  display: block;
  width: 100%;
  height: 465px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showcase-item-tab-content .item .screen .tags {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #FFC42C;
  border-radius: 50%;
  right: 14px;
  top: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcase-item-tab-content .item .screen img {
  bottom: -108px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  transition: bottom 700ms;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .showcase-item-tab-content .item .screen img {
    bottom: unset !important;
    position: relative;
  }
}
.showcase-item-tab-content .item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #1A3779;
}

@media screen and (max-width: 767px) {
  .st-box-banner img {
    width: 42px;
  }
}
.st-box-banner.style-1 {
  display: inline-flex;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .st-box-banner.style-1 img {
    width: 32px;
  }
}
.st-box-banner.style-1 .box-blur {
  width: 415.9999752045px;
  backdrop-filter: blur(15px);
  border-image-slice: 1;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(102.17deg, rgba(255, 106, 240, 0.2) 0%, rgba(145, 255, 248, 0.2) 100.8%);
}
.st-box-banner.style-1 .box-blur:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  /* background: linear-gradient(45deg,red,blue); */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* background: linear-gradient(102.17deg, rgba(255, 106, 240, 0.2) 0%, rgba(145, 255, 248, 0.2) 100.8%); */
  border-image-source: linear-gradient(286.08deg, rgba(255, 255, 255, 0) 2.43%, rgba(255, 245, 236, 0.355) 66.79%, rgba(255, 234, 214, 0.025) 92.74%);
  background: linear-gradient(286.08deg, rgba(255, 255, 255, 0) 2.43%, rgba(255, 245, 236, 0.355) 66.79%, rgba(255, 234, 214, 0.025) 92.74%);
  box-shadow: 23px 11px 53px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
}
.st-box-banner.style-2 {
  display: inline-block;
  overflow: hidden;
  border-radius: 16px;
}
.st-box-banner.style-2 .box-blur {
  backdrop-filter: blur(15px);
  border-image-slice: 1;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(220.94deg, rgba(255, 255, 255, 0.3) 3.13%, rgba(208, 255, 171, 0.3) 102.04%);
}
.st-box-banner.style-2 .box-blur:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  /* background: linear-gradient(45deg,red,blue); */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* background: linear-gradient(102.17deg, rgba(255, 106, 240, 0.2) 0%, rgba(145, 255, 248, 0.2) 100.8%); */
  border-image-source: linear-gradient(274.74deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 245, 237, 0.5) 49.47%, rgba(255, 234, 214, 0) 110.44%);
  background: linear-gradient(274.74deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 245, 237, 0.5) 49.47%, rgba(255, 234, 214, 0) 110.44%);
  box-shadow: 23px 11px 53px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
}
.st-box-banner .box-blur {
  display: inline-block;
  padding: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .st-box-banner .box-blur {
    padding: 20px;
    width: 100% !important;
  }
}
.st-box-banner .box-blur .st-box-content {
  padding-left: 43px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .st-box-banner .box-blur .st-box-content {
    padding-left: 15px;
  }
}
.st-box-banner .box-blur .st-box-content .label {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .st-box-banner .box-blur .st-box-content .label {
    font-size: 20px;
    line-height: 30x;
  }
}
.st-box-banner .box-blur .st-box-content span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .st-box-banner .box-blur .st-box-content span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .st-box-banner.style-2 .box-blur {
    width: 100%;
  }
}
.st-box-banner.style-2 .box-blur .icon {
  text-align: center;
  margin-bottom: 23px;
}
.st-box-banner.style-2 .box-blur .st-box-content {
  text-align: center;
  padding-left: 0px;
}

.effectSwing {
  animation: swing 1s infinite;
  -webkit-animation: swing 1s infinite;
}

.img-rounder {
  -webkit-animation: myOrbit 6s linear infinite;
  -moz-animation: myOrbit 6s linear infinite;
  -o-animation: myOrbit 6s linear infinite;
  animation: myOrbit 6s linear infinite;
}

.img-rounder-2 {
  -webkit-animation: 2s linear infinite alternate animating-multiple-properties;
  -moz-animation: 2s linear infinite alternate animating-multiple-properties;
  -o-animation: 2s linear infinite alternate animating-multiple-properties;
  animation: 2s linear infinite alternate animating-multiple-properties;
}

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg) translateX(15px) rotate(360deg);
  }
}
@-moz-keyframes myOrbit {
  from {
    -moz-transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg) translateX(15px) rotate(360deg);
  }
}
@-o-keyframes myOrbit {
  from {
    -o-transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg) translateX(15px) rotate(360deg);
  }
}
@keyframes myOrbit {
  from {
    transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(15px) rotate(360deg);
  }
}
@keyframes animating-multiple-properties {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
.section-slider-service {
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-slider-service .st-content-slider.st-content-image-slider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -275px;
    background: linear-gradient(270deg, #FFFFFF 0%, #ECECEC 30.14%);
    opacity: 0.5;
    border-radius: 30px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 411px;
    height: 550px;
    z-index: 1;
  }
  .section-slider-service .st-content-slider.st-content-image-slider:after {
    content: "";
    position: absolute;
    width: 410px;
    height: 550px;
    background: linear-gradient(270deg, #FFFFFF 0%, #ECECEC 30.14%);
    opacity: 0.5;
    border-radius: 30px;
    top: 50%;
    right: 0;
    margin-top: -275px;
    z-index: 1;
  }
}
.section-slider-service .st-content-slider.st-content-image-slider .item-slider {
  text-align: center;
}
.section-slider-service .st-content-slider.st-content-image-slider .swiper-wrapper {
  z-index: 9;
}
.section-slider-service .st-content-slider.st-content-image-slider img {
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.15));
}
.section-slider-service .st-content-slider .item-slider .top-slider {
  max-width: 850px;
  margin: 0 auto;
}
.section-slider-service .st-content-slider .item-slider .top-slider .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #EB5757;
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-content-slider .item-slider .top-slider .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-slider-service .st-content-slider .item-slider .top-slider .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  color: #142957;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-content-slider .item-slider .top-slider .title {
    font-size: 30px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-content-slider .item-slider .top-slider .title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.section-slider-service .st-content-slider .item-slider .top-slider .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-content-slider .item-slider .top-slider .content {
    margin-bottom: 30px;
  }
}
.section-slider-service .st-button-prev {
  left: -38px;
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-button-prev {
    left: 15px;
  }
}
.section-slider-service .st-button-next {
  right: -38px;
}
@media screen and (max-width: 767px) {
  .section-slider-service .st-button-next {
    right: 15px;
  }
}

.box-type-service {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  background-image: url(../images/Background.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .box-type-service {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.box-type-service ul.list_tags {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0px;
}
.box-type-service ul.list_tags li {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #00C0F6;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 39px;
  margin-right: 10px;
  display: inline-block;
  padding: 4px 10px;
}
.box-type-service ul.list_tags li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .box-type-service ul.list_tags li {
    margin-bottom: 10px;
  }
}
.box-type-service .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  margin: 10px 0px;
  text-align: center;
  text-transform: capitalize;
  color: #F4EFED;
}
.box-type-service .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0px;
  text-align: center;
}
.box-type-service a.button-primary {
  padding: 16px 46px;
  margin-top: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .box-type-service a.button-primary {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

#show-demo-tab, #show-library-tab {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #show-demo-tab, #show-library-tab {
    margin-bottom: 30px;
  }
}
#show-demo-tab li, #show-library-tab li {
  padding: 16px 56px;
  background: #EAEFF5;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #1A3779;
  cursor: pointer;
}
#show-demo-tab li.stt-active, #show-library-tab li.stt-active {
  background: #1A3779;
  box-shadow: 0px 10px 17px rgba(110, 127, 162, 0.1), 0px 2px 13px rgba(35, 70, 143, 0.15);
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #show-demo-tab li, #show-library-tab li {
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 12px;
  }
}

.demos-item-tab-content .element-item {
  padding: 30px;
}

.library-item-tab-content .element-item {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .library-item-tab-content .element-item .item {
    margin-bottom: 30px;
  }
}
.library-item-tab-content .element-item .item a {
  display: inline-block;
  width: 100%;
}
.library-item-tab-content .element-item .item a img {
  width: 100%;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  filter: drop-shadow(0px 4px 68px rgba(35, 70, 143, 0.15));
}
.library-item-tab-content .element-item .item h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #142957;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .library-item-tab-content .element-item .item h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
  }
}

.elementor-13 .elementor-element.elementor-element-4ae9251c::before {
  background: rgba(2, 51, 96, 0.3);
  backdrop-filter: blur(20px);
}

/*# sourceMappingURL=main.css.map */
