@font-face {
  font-family: "segoepr";
  src: url("../fonts/Segoe-Print-Font.ttf") format("trueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "chillax";
  src: url("../fonts/Chillax-Semibold.ttf") format("trueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("trueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rage";
  src: url("../fonts/RAGE_1.TTF") format("trueType");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


ul {
  padding: 0;
  margin: 0;
}

.cmb-type-icon ul.icon-scroll {
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

body #side-sortables .cmb2-wrap>.cmb-field-list>.cmb-type-icon {
  /* no more fields */
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cmb-type-icon ul li {
  border: 1px solid Transparent;
}

.cmb-type-icon ul.icon-scroll li {
  padding: 2px;
  float: left;
  white-space: nowrap;
}

.cmb-type-icon div ul li.selected {
  opacity: 1.0;
  border: 1px dashed #9999dd;
}

.cmb-type-icon div ul li.unselected:hover {
  opacity: 1.0;
}

.cmb-type-icon div ul.icon-scroll li.unselected:hover {
  border: 1px dashed #dddddd;
}

.cmb-type-icon div ul li.unselected {
  opacity: 0.4;
}

.cmb-type-icon ul.icon-scroll li input {
  display: none;
}

.cmb-type-icon ul.icon-scroll li img {
  height: 48px;
}

.cmb-type-icon div ul li.custom_icon {
  border: none;
  clear: both;
}

.cmb-type-icon .custom_icon {
  display: inline;
}

/*---------------------------------------------------
GROUP LIST
----------------------------------------------------*/
.tourex-list-group-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tourex-list-group .tourex-list-group-wrapper.layout_1 {
  display: flex;
  flex-direction: column;
}

.tourex-list-group .tourex-list-group-wrapper.layout_2 {
  display: flex;
  flex-direction: row;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item,
.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item a {
  position: relative;
  line-height: 1;
  display: flex;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item.tourex-icon-center,
.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item.tourex-icon-center a {
  flex-direction: column;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item.tourex-icon-right .tourex-list-group-icon {
  order: 2;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon .tourex-list-group-icon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon .tourex-list-group-icon-image {
  display: flex;
}

.tourex-list-group .tourex-list-group-wrapper.layout_1 .tourex-list-group-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes {
  transition: 0.4s;
}

.tourex-list-group .tourex-list-group-wrapper.layout_2 .tourex-list-group-item:after {
  position: absolute;
  right: 0;
  height: 100%;
  content: "";
  top: 0;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes {
  position: relative;
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes i,
.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes .tourex-list-group-icon-image,
.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes .tourex-list-group-icon-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tourex-list-group .tourex-list-group-wrapper .tourex-list-group-item .tourex-list-group-icon.yes .tourex-list-group-icon-number {
  line-height: 0;
}


@media (max-width: 767px) {
  .tourex-list-group .tourex-list-group-wrapper.layout_2 {
    display: block;
  }
}

span.tourex-list-group-text {
  transition: 0.4s;
}





/* List Group CSS End */

/* Dual Headding CSS */
.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper {
  padding: 5px;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-description {
  line-height: 26px;
  margin: 30px 0 0 0;
  padding: 10px;
  font-weight: 400;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-icon {
  display: inline-block;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-icon i {
  font-size: 36px;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-title {
  font-size: 36px;
  margin-top: 10px;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-title {
  font-size: 30px;
  color: #132c47;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-title span {
  color: #132c47;
  display: initial;
}

@media only screen and (min-width: 320px) and (max-width: 1440px) {

  .tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-title .first-heading,
  .tourex-addons-dual-heading .tourex-addons-dual-heading-wrapper .tourex-addons-dual-heading-title .second-heading {
    padding: 0;
  }
}

/* Dual Headding CSS End */

.form-style2 span.wpcf7-form-control-wrap {
  flex: 1;
  margin-right: 10px;
}

/* Anime Css Add */
[data-anime],
[data-anime] .e-con {
    transition: 0s !important;
}