/* Global */

/* Typography */

body {
  font-family: 'Lato', sans-serif !important;
  color: #282828;
  font-size: 16px;
  line-height: 24px;
}
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}
h1 {
  font-size: 36px;
  color: inherit;
  margin: 0;
  font-weight: 900;
}

h1.h2 {
  font-size: 30px;
  color: inherit;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  color: inherit;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  color: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700;
  line-height: 21px;
}

h5 {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 900;
  line-height: 21px;
}

p {
  letter-spacing: 0.4px;
}

.text-maroon {
  color: #cd1342;
}

/* Structure */

div#page {
  padding-top: 76px;
}
body.logged-in div#page {
  padding-top: 53px;
}
.section {
  padding: 50px 0;
  background: #ffffff;
  position: relative;
}

.section-grey {
  background: #f0f0f0;
}

.header-banner {
  /*position: relative;
    margin-top: 75px;*/
  display: table;
  width: 100%;
  height: 250px;
  color: #ffffff;
  background: #cd1342;
  padding: 50px 0;
  background-position: center;
  /* background-size: cover; */
  background-repeat: no-repeat;
}

.header-banner .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.post-single-page-info .header-banner {
  background-size: unset !important;
}
.vertical-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1001;
}

.cta-wrapper {
  margin-top: 15px;
}

.cta-wrapper > a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.breadcrumb-wrapper {
  position: relative;
  top: -20px;
  font-size: 12px;
  color: #cd1342;
  letter-spacing: 0;
  line-height: 15px;
}

.breadcrumb-wrapper > .bc-item {
  color: #000000;
  text-decoration: none;
}

.breadcrumb-wrapper > span.bc-divider {
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.breadcrumb-wrapper > span.bc-divider:last-child {
  color: #cd1342;
}

.heading-wrapper {
  text-align: center;
}

/* Header */

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 15px 0;
  z-index: 100;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
}
header#masthead .row {
  align-items: center;
}
img.header-logo {
  height: 46px;
}

.menu-right {
  text-align: right;
}

.menu-right .btn {
  margin: 8px 0;
}

span#search-toggle {
  margin: 0 20px 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

span#search-toggle > span {
  font-size: 19px;
  padding: 5px;
  line-height: 34px;
}
body .custombox-fullscreen .rjsmp-close {
  background-size: contain !important;
  height: 20px !important;
}
body .rjsmp-search-box input[type='search'] {
  width: 45%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 25px;
  font-size: 16px;
}
body .rjsmp-search-box .search-btn {
  color: #ffffff;
  background: #cd1342 !important;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 55px;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  -moz-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
}
a.login-logout.login-hide-show {
  display: inline-block;
}
a.login-logout {
  display: none;
}
div#hamburger-1 {
  display: inline-block;
  vertical-align: middle;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #282828;
  position: relative;
  border-radius: 3px;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  top: -6.25px;
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  bottom: -6.25px;
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.menu-wrapper {
  position: fixed;
  z-index: 100;
  background: #ffffff;
  top: 76px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 76px);
  overflow-y: scroll;
  padding: 40px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-wrapper.open {
  right: 0;
}

ul#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#primary-menu li {
  position: relative;
}

ul#primary-menu > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #282828;
  font-weight: 700;
  padding: 10px 0;
  display: inline-block;
  border-bottom: 1px solid #c2c2c2;
  width: 300px;
  position: relative;
}

ul#primary-menu > li.menu-item-has-children > a:after {
  content: '\203A';
  position: absolute;
  right: 0;
  font-size: 28px;
  color: #9d9d9d;
  line-height: 20px;
}

ul#primary-menu > li > ul.sub-menu {
  position: absolute;
  left: 300px;
  top: 0;
  display: none;
  z-index: 110;
  list-style: none;
  margin: 0;
  padding: 0 40px;
}

ul#primary-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#primary-menu > li.menu-item-has-children:hover > a {
  color: #cd1342;
}

ul#primary-menu > li > ul.sub-menu li a {
  font-size: 16px;
  color: #555555;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}

ul#primary-menu li > ul.sub-menu > li.service-heading > a {
  font-size: 19px;
  color: #282828;
  font-weight: 700;
}

ul#primary-menu li.service-megamenu > ul.sub-menu > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  width: calc((100% / 3) - 43px);
}

ul#primary-menu li.service-megamenu > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* slider homepage */

body.home
  .wpsisac-slick-slider.design-2
  .wpsisac-image-slide
  .wpsisac-slide-wrap
  .wpsisac-slider-content {
  padding: 195px 35px;
  border: 5px solid #cd1342;
  border-radius: 400px;
  width: 600px;
  height: 600px;
}
@media (max-width: 776px) {
  body.home
    .wpsisac-slick-slider.design-2
    .wpsisac-image-slide
    .wpsisac-slide-wrap
    .wpsisac-slider-content {
    opacity: 1 !important;
  }
}
body.home .wpsisac-slick-slider h2.wpsisac-slide-title {
  line-height: 44px;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
body.home
  .wpsisac-slick-slider.design-2
  .wpsisac-image-slide
  .wpsisac-slide-wrap
  .wpsisac-slider-short-content
  p {
  font-size: 18px;
  line-height: 25px;
}
body.home .wpsisac-slider-short-content {
  padding: 0px 10px;
}
body.home .home_page_slider button.slick-prev.slick-arrow,
body.home .home_page_slider button.slick-next.slick-arrow,
body.home .home_page_slider ul.slick-dots {
  display: none !important;
}

/* Footer */

.footer-upper {
  background: #eeeeee;
  padding: 20px 0;
}

.home .footer-upper {
  background: #eeeeee;
}

.footer-menu {
  margin: 20px 0;
}
.footer-menu h5 {
  width: 71%;
}
ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.footer-menu li a {
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  text-decoration: none;
}

.footer-lower {
  background: #cd1342;
  padding: 10px 0;
  color: #ffffff;
}

ul.lower-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

ul.lower-footer-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

ul.lower-footer-menu li:before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #ffffff;
}

ul.lower-footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.footer-lower > div > span,
.menu-ts-and-cs-menu-lower-footer-container {
  display: inline-block;
  vertical-align: middle;
}

.footer-lower > div > span {
  margin: 0 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
body.home .footer-subscribe {
  background: #ffffff;
}
.footer-subscribe {
  background: #fff;
  padding: 50px 0;
  border-top: 2px solid #eee;
}

.social-media-links > a {
  color: #282828;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}

/* Buttons */

.btn {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 55px;
  /*height: 40px;*/
  border-radius: 40px;
  -webkit-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  -moz-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
}
@media (max-width: 776px) {
  .btn {
    margin-bottom: 15px;
  }
}

.btn-sm {
  padding: 7px 26.7px;
  /*height: 30px;*/
}

.btn-red {
  color: #ffffff;
  background: #cd1342;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 40px !important;
  padding: 7px 26.7px;
  box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
}

/* Service Pages */

.service-cta-banner {
  /* min-height: 240px; */
  display: table;
  width: 100%;
  padding: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.service-cta-banner h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
}

.service-cta-banner p {
  font-size: 18px;
  line-height: 21px;
}

.service-main h1,
.intro-content h1,
.categorytitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.service-content {
  margin: 40px 0;
  /*column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;*/
  column-gap: 25px;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  -o-column-gap: 25px;
}

/* People Page */
.filter-controls {
  margin-top: 50px;
}
.project__filter--msg {
  display: none;
}
.project__filter--msg span {
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
}
.form-group.search-field:before {
  display: inline-block;
  color: #282828;
  content: '\f002';
  position: absolute;
  right: 25px;
  font-size: 17px;
  font-family: 'FontAwesome';
  z-index: 1;
  padding: 5px;
}
body.page-template.page-template-page-people.page-template-page-people-php input#quicksearch {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eeeeee8c;
  border-radius: 20px;
  padding: 5px 17px;
  width: 100%;
  /*max-width: 185px;*/
}
body.page-template.page-template-page-people.page-template-page-people-php button.clear-input {
  display: none;
}
body.page-template.page-template-page-people.page-template-page-people-php
  button.btn-filter.dropdown-toggle,
.filter1 .dropdown-toggle {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eeeeee8c;
  border-radius: 20px;
  padding: 5px 17px;
  width: 100%;
  /*max-width: 185px;*/
  overflow: hidden;
}

body.page-template.page-template-page-people.page-template-page-people-php
  .content-area
  ul
  li::before {
  display: none !important;
}
body.page-template.page-template-page-people.page-template-page-people-php .dropdown-menu > li > a,
body.page-template.page-template-page-people.page-template-page-people-php
  button.btn-filter.dropdown-toggle,
.filter1 .dropdown-toggle {
  cursor: pointer !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 12px;
  color: #282828 !important;
  text-align: left;
}

body.page-template.page-template-page-people.page-template-page-people-php
  .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  color: #282828 !important;
  opacity: 1; /* Firefox */
}

body.page-template.page-template-page-people.page-template-page-people-php
  .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  color: #282828 !important;
}

body.page-template.page-template-page-people.page-template-page-people-php
  .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  color: #282828 !important;
}
body.page-template.page-template-page-people.page-template-page-people-php .dropdown-toggle::after,
.filter1 .dropdown-toggle::after {
  float: right;
  text-align: center;
  vertical-align: middle;
  right: -10px;
  margin-top: 10px;
  position: relative;
  content: '';
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

body.page-template.page-template-page-people.page-template-page-people-php span.caret,
.filter1 .dropdown-toggle .caret {
  float: right;
  text-align: center;
  vertical-align: middle;
  right: 0;
  margin-top: 10px;
  position: relative;
}

body.page-template-page-regions .intro-content .text_left_side {
  padding-right: 75px;
}

body.page-template.page-template-page-people.page-template-page-people-php .intro-content {
  margin-top: 40px;
}

.intro-content {
  margin-top: 40px;
}

div.department-wrapper {
  padding: 40px 0 0;
}

.team-member-wrapper {
  margin: 10px -48px;
}

.people-item {
  display: inline-block;
  vertical-align: top;
  margin: 24px 48px;
  width: 200px;
}
.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: inline-block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.pi-upper {
  position: relative;
}

.pi-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: 100%;
  background: #fff;
  border: 4px solid #ffffff;
  -webkit-transition: all ease-out 250ms;
  -moz-transition: all ease-out 250ms;
  -o-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.pi-excerpt {
  margin-top: 30px;
}

.pi-excerpt p {
  margin-bottom: 0;
}

a.pi-arrow-link {
  position: absolute;
  color: #cd1342;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 4px solid #cd1342;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  background: #ffffff;
  bottom: -10px;
  right: 0;
  z-index: 10;
}

a.pi-arrow-link:hover + .pi-image-wrapper {
  border: 4px solid #cd1342;
}

.person-wrapper {
  margin-top: 40px;
}

.people-img-wrapper > img {
  width: 100%;
}

.people-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.people-excerpt {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.contact-icons {
  margin-bottom: 20px;
}

.contact-icons > a {
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  color: #cd1342;
}
.contact-icons a img {
  width: 32px;
  height: 32px;
}

.pd-section {
  margin-bottom: 40px;
}

.pd-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.pd-section ul {
  margin: 0;
  padding: 0 0 0 15px;
}

/* Homepage h2 */
body.home h2 {
  font-weight: 500;
}

/************* Homepage CSS *************/

/* spoor_fisher section */
.sec_spoor_fisher {
  padding: 80px 0;
}
.sec_spoor_fisher h2 {
  padding: 0;
  margin: 0 0 40px;
}
body .col-md-12.spoor_fisher_sub_text {
  /* padding: 0 175px; */
  margin: 0 auto;
}
.spoor_fisher_sub_text p {
  margin: 0 0 25px;
}
.spoor_fisher_sub_text p:last-child {
  margin: 0 0 0px;
}
/* end spoor_fisher section */

/* sec_solution section */
.sec_solution h2 {
  padding: 0;
  margin: 0 0 40px;
}
.sec_solution .card {
  border: none;
  border-radius: 0;
  padding: 0 !important;
  margin: 0;
}
.sec_solution .card-img-overlay {
  padding: 0;
}
.sec_solution .card-title-sec {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sec_solution .card-title {
  background-color: #0000009e;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  padding: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Lato';
}
.sec_solution .card:hover .card-title {
  display: none;
}
.sec_solution .card:hover .card-img-overlay {
  visibility: visible;
  background-color: #0000009e;
}
.sec_solution .card-img-overlay {
  visibility: hidden;
}
.sec_solution .card-img-overlay ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.card-img-overlay ul li,
.card-img-overlay ul li a {
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* end sec_solution section */

/* counter section */
.counter_solution {
  background: #f0f0f0;
  padding: 80px 0;
}
.counter_solution .col-counter h1 span {
  font-size: 25px;
}
.counter_solution .col-counter p {
  height: 100%;
  max-height: 60px;
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
}
.counter_solution .col-counter h1 {
  font-size: 40px;
}
/* end counter section */

/* geographic_africa section */
.geographic_africa {
  padding: 80px 0;
}

.geographic_africa a {
  color: #333;
}
.geographic_africa .geographic_africa_main {
  cursor: default;
  height: 380px;
  width: 865px;
  float: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 0 auto;
}
.geographic_africa h2 {
  margin: 0px 0 15px;
  color: #333;
}
.geographic_africa p {
  color: #cd1342;
}
.geographic_africa a:hover {
  text-decoration: none;
}
/* end geographic_africa section */

/* testimonial_section section */
.testimonial_section {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 728px) {
  .testimonial_section {
    height: auto;
  }
}
.testimonial_section:before {
  content: '';
  background-color: #00000065;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonial_section .testimonial {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.testimonial_section .testimonial p {
  color: #fff;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 30px;
}
#sp-testimonial-free-wrapper-1303 .sp-testimonial-free-section .slick-dots li button {
  background: #ffffff !important;
  width: 10px !important;
  height: 10px !important;
}
#sp-testimonial-free-wrapper-1303 .sp-testimonial-free-section .slick-dots li.slick-active button {
  background: #cd1342 !important;
}
#sp-testimonial-free-wrapper-1303 .sp-testimonial-free-section .slick-prev,
#sp-testimonial-free-wrapper-1303 .sp-testimonial-free-section .slick-next {
  display: none !important;
}
/* end testimonial_section section */

/************* End Homepage CSS *************/

/* Post listing */

.posts-wrapper {
  margin: 20px -15px;
}
body.home .post-item {
  width: calc((100% / 4) - 33px);
}
.post-item {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  margin: 15px 15px;
  width: calc((100% / 4) - 32px);
}

span.post-date {
  font-size: 12px;
  color: #969494;
  letter-spacing: 0.32px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

a.post-title-link {
  text-decoration: none;
  color: #282828;
}

a.post-title-link > h5 {
  height: 83px;
}
@media (max-width: 980px) {
  a.post-title-link > h5 {
    height: auto;
  }
}

a.post-read-link {
  font-size: 12px;
  letter-spacing: 0.32px;
  line-height: 19px;
  color: #cd1342;
  text-decoration: none;
}

.cta {
  display: inline-block;
  padding: 11px 20px;
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  margin-bottom: 10px;
}

.cta-pink {
  color: white;
  background: #cd1342;
}

/* Homepage */

/* About page */

.intro-main {
  margin: 40px -15px;
}

.section-cta {
  margin-top: 30px;
}

.about-section {
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
}

.about-section h2 {
  margin-bottom: 30px;
  margin-top: 0;
}

.timeline-wrapper {
  width: 1170px;
  overflow-x: scroll;
}

.tl-container {
  position: relative;
}

.tl-container:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #d8d8d8;
}

.timeline-wrapper {
  /*FireFox*/
  scrollbar-width: none;
  /*IE10+*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.timeline-wrapper::-webkit-scrollbar {
  /*Chrome, Safari, Edge*/
  display: none;
}

.tl-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 400px;
}

.tl-bubble {
  width: 150px;
  height: 150px;
  background: #cd1342;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border-radius: 100%;
  padding: 67px 0;
  position: relative;
}

.tl-item:nth-child(even) .tl-bubble {
  position: absolute;
  bottom: 0;
}

.tl-item:nth-child(even) .tl-bubble:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  left: calc(50% - 1px);
  background: #d8d8d8;
  top: -50px;
}

.tl-item:nth-child(odd) .tl-bubble:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  left: calc(50% - 1px);
  background: #d8d8d8;
  bottom: -50px;
}

.csr-item {
  display: inline-block;
  width: 25%;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.csr-item:nth-child(4n) {
  border-right: none;
}
.csr-item:before {
  content: '';
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.csr-item > a {
  text-decoration: none;
  display: table;
  width: 100%;
  height: 250px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 40px;
}

.section.csr-wrapper {
  padding: 0;
}

.csr-blurb {
  margin-top: 30px;
}

.csr-banner {
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.csr-gallery {
  position: relative;
  margin: 40px -15px;
}

.csr-gallery > img {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  width: calc(33% - 9px);
}

.page-template-page-awards .footer-subscribe {
  background: #ffffff;
}

.page-template-page-awards .footer-upper {
  background: #eeeeee;
}

/* .tl-item>div {
    display: inline-block;
    vertical-align: middle;
}

.tl-blurb {
    width: calc(100% - 190px);
    margin-left: 20px;
} */

span.anchor {
  display: block;
  position: relative;
  top: -100px;
}
.csr-item {
  display: inline-block;
  width: 25%;
  float: left;
}
.awards-image a {
  display: block;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
a.item-title h3 {
  margin: 0 0 15px;
  height: 64px;
}
body.page-template-page-awards a.item-title h3 {
  height: auto;
}
body.page-template-page-awards .awards-image a {
  height: 230px;
  object-fit: cover;
}
a.item-title {
  text-decoration: none;
  color: #282828;
}

.award-item {
  margin: 0 15px;
}

.awards-excerpt {
  margin-bottom: 20px;
}

.slick-nav.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.slick-nav.slick-prev.slick-arrow {
  left: -40px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-nav.slick-next.slick-arrow {
  right: -40px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.awards-body {
  margin-top: 15px;
}

/* Regions Page */
img[src*='.svg'] {
  width: 100%;
}
.interactive-map {
  margin-top: 30px;
}
@media (max-width: 975px) {
  #africa-map svg,
  #africa-map {
    width: 100% !important;
    height: auto;
    min-height: auto !important;
  }
}

#world-map {
  margin-top: 60px;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown-heading {
  font-family: 'Lato';
  font-size: 16px;
  color: #282828;
  line-height: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 20px;
  cursor: pointer;
}

.filter-dropdown-options {
  list-style: none;
  padding: 0;
  font-family: 'Lato';
  font-size: 15px;
  color: #282828;
  background: #eeeeee;
  box-shadow:
    0 0 7px 0 rgba(0, 0, 0, 0.09),
    0 4px 7px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2px;

  position: absolute;
  top: 0;
  z-index: 999;

  height: 165px;
  overflow-y: scroll;
  width: 100%;
}

.filter-dropdown-options li {
  display: block;
}

.filter-dropdown-options a {
  font-family: 'Lato';
  font-size: 15px;
  color: #282828;
  padding: 10px 20px;
  width: 100%;
  display: block;
}

.filter-dropdown-options a:hover {
  background: #ffffff;
}

.jvectormap-region.jvectormap-element:hover,
.jvectormap-region.jvectormap-element.active {
  fill: #cd1342;
}

.filter-dropdown-options .value {
  display: none;
}

.faq-dropdown-heading {
  background: #eeeeee;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: 'Lato';
  font-weight: bold;
  font-size: 15px;
  color: #282828;
  cursor: pointer;

  position: relative;
}

.faq-dropdown-heading:after {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  right: 20px;

  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faq-list {
  display: none;
}

.faq-list.active {
  display: block;
}

.faq-item {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: 'Lato';
  font-weight: bold;
  font-size: 15px;
  color: #282828;
  cursor: pointer;
}

.faq-item .item-description {
  font-size: 12px;
  color: #ccc;
  display: none;
}

.faq-item.active .item-description {
  display: block;
}

.signup-wrapper {
  margin: 30px 0;
}

.signup-wrapper input[type='email'],
body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init input[type='email'] {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 100px 0 0 100px;
  padding: 10px 25px;
  width: 280px;
  margin-right: -3px;
}
body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init input[type='email']:hover,
body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init input[type='email']:focus {
  outline: none !important;
}
.signup-wrapper .signup-button,
body
  .footer-subscribe
  .subscribe-form-wrapper
  form.wpcf7-form.init
  input.wpcf7-form-control.wpcf7-submit {
  background: #cd1342;
  border: 1px solid #cd1342;
  border-radius: 0 100px 100px 0;
  color: white;
  padding: 10px 30px;
}
body .footer-subscribe form.wpcf7-form.init p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
body .footer-subscribe .subscribe-form-wrapper div.wpcf7 .ajax-loader,
body .footer-subscribe .subscribe-form-wrapper .wpcf7-response-output {
  display: none !important;
}
body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: flex;
  position: absolute;
  margin: 0;
  justify-content: center;
  align-items: center;
  left: 45%;
}

/*placeholder*/

body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Lato', sans-serif !important;
  color: #282828 !important;
  font-size: 16px !important;
  opacity: 1; /* Firefox */
}

body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Lato', sans-serif !important;
  color: #282828 !important;
  font-size: 16px !important;
}

body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Lato', sans-serif !important;
  color: #282828 !important;
  font-size: 16px !important;
}
/* .post-item:nth-child(3n + 1), .post-item:nth-child(4n + 1) {
    width: 749px;
} */

/* Knowledge Center */
.download-tile {
  position: relative;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s all;
  background-color: #000;
}
.download-tile .download-tile-wrapper {
  background-color: #999;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: calc(34vh / 2) 15px;
  text-align: center;
  transition: 0.5s ease;
}
.download-tile:hover .download-tile-wrapper {
  display: block;
  background-color: rgba(225, 225, 225, 0.5);
}
.download-tile.tile-events .download-tile-wrapper {
  padding: 15px;
  text-align: left;
  display: block;
  background-color: rgba(225, 225, 225, 0);
}
.download-tile.tile-events .download-tile-wrapper hr {
  border-top: 1px solid white;
  margin: 8px 0;
  display: none;
}
.download-tile.tile-events .download-tile-wrapper h4 {
  display: none;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.1em;
  font-weight: 700;
}
.download-tile.tile-events .download-tile-wrapper a.btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: transparent;
}
@media (max-width: 766px) {
  .download-tile.tile-events .download-tile-wrapper h4 {
    font-size: 1.2em;
  }
}

.kb-list-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 50px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -15px;
}
.article-blocks-wrapper {
  margin: 20px -15px;
}

.article-block {
  margin: 20px;
  border: 1px solid #e2e0e0;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 43px);
  background-color: #ffffff;
}

.section-grey .article-block {
  border: 1px solid #f0f0f0;
}

span.article-date {
  font-size: 12px;
  color: #969494;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.article-block h4 {
  margin: 10px 0;
  min-height: 90px;
}

.article-block h4 a {
  color: #000000;
  letter-spacing: 0.32px;
  text-decoration: none;
  font-weight: 800;
}

a.red-text.text-link {
  font-size: 12px;
  color: #cd1342;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.page-template-page-knowledge-centre .subsection {
  padding-top: 20px;
}

/* contact page */

.form_section .form_sub_title,
.map_section .map_section_sub_title,
p.office_sub_title {
  padding: 30px 0;
}
.form_section input.wpcf7-text,
.form_section select.wpcf7-form-control.wpcf7-select,
.form_section textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  color: #949393;
}
.form_section textarea.wpcf7-form-control.wpcf7-textarea {
  height: 185px;
}
.col-md-6.form_section {
  padding-right: 40px;
}
.col-md-6.map_section {
  padding-left: 40px;
}
.map_section iframe {
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background: #cd1342;
  padding: 10px 55px;
  border-radius: 50px;
  border: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc !important;
}
.office_section {
  /*border-top: 1px solid #ccc;
    padding: 30px 0;*/
  padding: 0px 0;
  /*margin-top: 55px;*/
}
body.page-template-page-contact .office_branch_address {
  min-height: 145px;
}
.office_branch_address a,
.office_branch_tel a,
.office_branch_fax a {
  font-family: 'Lato', sans-serif;
  color: #282828;
  font-size: 16px;
  line-height: 24px;
}
.office_branche:first-child {
  padding-left: 0px;
}
.office_branch_email a {
  font-family: 'Lato', sans-serif;
  color: #cd1342;
  font-size: 16px;
  line-height: 24px;
}
.office_branch_tel {
  margin-top: 35px;
}
.office_branch_email {
  margin-bottom: 35px;
}
.office_branche a.map-url {
  padding: 10px 25px;
}
.office_info {
  margin-bottom: 30px;
}

/* Careers Page */
.section.our_employees_say {
  display: none !important;
}
.value_title {
  display: flex;
  justify-content: left;
  align-items: center;
}
h4.value_title_text {
  color: #cd1342;
  font-size: 18px;
  margin: 0 10px 5px;
}

.row.value_section .col-md-4 {
  height: 100%;
  min-height: 300px;
}
.value_sec_content {
  padding-left: 58px;
  padding-top: 20px;
}
.row.value_section .cta-wrapper {
  margin: 0 auto;
  text-align: center;
}

.current_vacancies_title h1,
.our_employees_say_text h1 {
  margin: 0 0 30px;
}
.current_vacancies_sub_title p,
.our_employees_say_sub_text p {
  margin: 10px 0 20px;
}

/**/

body.page-template.page-template-page-careers .awsm-filter-item,
body.page-template.page-template-page-careers .awsm-filter-item-search {
  width: 100%;
  padding: 0;
}
body.page-template.page-template-page-careers .awsm-filter-wrap {
  margin: 0 -10px 0px;
}
body.page-template.page-template-page-careers
  .awsm-selectric-wrapper.awsm-selectric-awsm-filter-option {
  display: none;
}
body.page-template.page-template-page-careers .awsm-job-listings.awsm-row.awsm-grid-col-4 {
  background: #ffffff;
  border: 1px solid #979797;
  border-radius: 2px;
  padding: 40px 15px 25px 15px;
}
body.page-template.page-template-page-careers .awsm-job-item {
  padding: 20px;
  box-shadow: none !important;
  border: none !important;
  text-align: left !important;
}
body .awsm-job-item h2.awsm-job-post-title {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  height: 100%;
  min-height: 50px;
}
body.page-template.page-template-page-careers .awsm-job-form-control {
  display: block;
  width: 95%;
  margin-left: 55px;
  min-height: 40px;
  background: #ebebeb;
  border-radius: 2px;
  border: none;
  padding: 0 20px;
}
body.page-template.page-template-page-careers .awsm-job-form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px !important;
  color: #878787 !important;
  opacity: 1; /* Firefox */
}
body.page-template.page-template-page-careers .awsm-job-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px !important;
  color: #878787 !important;
}
body.page-template.page-template-page-careers .awsm-job-form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 16px !important;
  color: #878787 !important;
}
body.page-template.page-template-page-careers .awsm-job-item .job_post_date strong {
  display: none;
}
body.page-template.page-template-page-careers .awsm-job-item .job_post_date,
span.awsm-job-specification-term {
  font-size: 16px;
  color: #616161;
  line-height: 25px;
  text-transform: capitalize;
}
body.page-template.page-template-page-careers span.awsm-job-specification-term {
  justify-content: center;
  align-items: center;
}
body.page-template.page-template-page-careers .job_post_date i.fa {
  color: #cd1342;
  font-size: 18px;
  margin-right: 7px;
}
body.page-template.page-template-page-careers .awsm-job-specification-term i.fa {
  color: #cd1342;
  font-size: 18px;
  margin-right: 15px;
}
body.page-template.page-template-page-careers
  .awsm-filter-item-search
  .awsm-job-search-icon-wrapper {
  background: #3269c7;
  border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  color: #fff;
  line-height: 40px;
}
.job-opening-inner {
  margin: 20px 0 0px;
}
body.single-awsm_job_openings .awsm-job-specifications-container.awsm_job_spec_below_content .fa {
  display: none;
}
.job-opening a.awsm-grid-item {
  width: 24.333%;
}

body a.awsm-grid-item .awsm-job-specification-item {
  color: #777777;
}
body .awsm-job-item span.awsm-job-more {
  color: #ffffff;
  background: #cd1342;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  padding: 10px 50px;
  border-radius: 40px;
}
.awsm-job-item span.awsm-job-more span {
  display: none;
}
body.page-template-page-careers .awsm-grid-item .awsm-job-item {
  margin-bottom: 0px;
}
.section.job-opening {
  padding: 50px 0 0px 0;
}
.section.job-opening .container {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 50px;
}

body.page-template-page-careers .sp-testimonial-free-section .tfree-testimonial-title h3,
body.page-template-page-canditate-attorney
  .sp-testimonial-free-section
  .tfree-testimonial-title
  h3 {
  text-align: left;
}
body.page-template-page-careers .sp-testimonial-free-section .tfree-client-testimonial p,
body.page-template-page-canditate-attorney
  .sp-testimonial-free-section
  .tfree-client-testimonial
  p {
  text-align: left;
}
body.page-template-page-careers .sp-testimonial-free,
body.page-template-page-canditate-attorney .sp-testimonial-free {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.page-template-page-careers .testimonial-title-sec,
body.page-template-page-canditate-attorney .testimonial-title-sec {
  margin-left: 75px;
}
body.page-template-page-careers .sp-testimonial-free-section .sp-tfree-client-image,
body.page-template-page-canditate-attorney .sp-testimonial-free-section .sp-tfree-client-image {
  margin: 0px 0px 22px 0px;
  position: relative;
  overflow: hidden;
  height: 215px;
  border-radius: 100%;
  background: #fff;
  border: 4px solid #ffffff;
  -webkit-transition: all ease-out 250ms;
  -moz-transition: all ease-out 250ms;
  -o-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

body.page-template-page-careers .sp-testimonial-free-section .sp-tfree-client-image img,
body.page-template-page-canditate-attorney .sp-testimonial-free-section .sp-tfree-client-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-template-page-careers .fa-angle-left:before,
body.page-template-page-careers .fa-angle-right:before,
body.page-template-page-canditate-attorney .fa-angle-left:before,
body.page-template-page-canditate-attorney .fa-angle-right:before {
  font-size: 35px;
}

body.single-awsm_job_openings .awsm-job-form-inner {
  background: #eee;
  padding: 45px 50px;
}
body.single-awsm_job_openings .awsm-job-form-error {
  display: none;
}
body.single-awsm_job_openings input#awsm-applicant-name,
body.single-awsm_job_openings input#awsm-applicant-last-name,
body.single-awsm_job_openings input#awsm-applicant-email,
body.single-awsm_job_openings input#awsm-applicant-phone,
body.single-awsm_job_openings textarea#awsm-cover-letter {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  color: #949393;
  position: relative;
}
body.single-awsm_job_openings .awsm-job-form-group label {
  color: #949393;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  z-index: 9;
}
body.single-awsm_job_openings .awsm-job-form-group.awsm-job-inline-group {
  display: none !important;
}

body.single-awsm_job_openings .awsm-job-container {
  margin: 0 auto 135px auto;
}
body.single-awsm_job_openings .qualifications_and_experience {
  position: absolute;
  width: 100%;
  margin-top: 50px;
}
body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-content,
body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
  width: 50%;
}
body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
  margin-top: -40px;
  padding-left: 40px;
}
body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) {
  display: flex;
  justify-content: left;
  align-items: center;
}
body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) label {
  position: unset !important;
  padding: 0 !important;
  width: 100%;
  min-width: 345px;
}
body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) small {
  display: none;
}
body.single-awsm_job_openings input#awsm-application-submit-btn {
  color: #ffffff;
  background: #cd1342;
  padding: 10px 55px;
  border-radius: 50px;
  border: none;
}

body.single-awsm_job_openings input#awsm-application-file {
  opacity: 0.5;
}

body.single-awsm_job_openings .awsm-job-single-content h1.awsm-jobs-single-title {
  margin-bottom: 15px;
}
body.single-awsm_job_openings .awsm-job-specifications-container.awsm_job_spec_below_content {
  display: flex;
  justify-content: left;
  margin-bottom: 43px;
}
body.single-awsm_job_openings .awsm-job-specifications-row {
  position: relative;
  left: 35%;
}
body.single-awsm_job_openings .awsm-job-entry-content.entry-content p {
  margin: 20px 0;
}

/**** sector  PAGE ****/

body.page-id-1191 .intro-content h2 {
  margin-bottom: 50px;
}
body.page-id-1191 .csr-item {
  width: 20%;
}
/**** canditate-attorney  PAGE ****/
body.page-template-page-canditate-attorney .sub-text {
  margin-top: 15px;
}
body.page-template-page-canditate-attorney .service-main ul {
  padding-left: 25px;
}
body.page-template-page-canditate-attorney .service-main ul li {
  font-size: 16px;
  line-height: 33px;
  /* margin-top: 10px; */
}
body.page-template-page-canditate-attorney .service-main ul li::before {
  color: #282828;
}
body.page-template-page-canditate-attorney .our_employees_say_text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-canditate-attorney .sub-text p {
  margin-top: 20px;
}
body.page-template-page-canditate-attorney .sub-text a {
  color: #cd1342;
  text-decoration: none;
}

/**** SEARCH PAGE ****/

body.search-results aside#secondary,
body.search.search-no-results aside#secondary {
  display: none;
}
body.search.search-no-results section.no-results.not-found {
  margin-bottom: 50px;
}
body.search.search-no-results section.no-results.not-found input.search-submit {
  margin: 8px 0;
  color: #ffffff;
  background: #cd1342;
  padding: 7px 26.7px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 40px;
  border: none !important;
  -webkit-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  -moz-box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
}
body.search.search-results .our_people img.attachment-post-thumbnail {
  display: block;
  max-width: 100%;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 200px;
  background: #eeeeee;
  border: 4px solid #ffffff;
  -webkit-transition: all ease-out 250ms;
  -moz-transition: all ease-out 250ms;
  -o-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
body.search.search-no-results section.no-results.not-found input[type='search'] {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-bottom: 25px;
  font-size: 16px;
}
body.search.search-no-results section.no-results.not-found input[type='search']:focus,
body.search.search-no-results section.no-results.not-found input[type='search']:hover {
  outline: none !important;
}
body.search-results h2.entry-title a {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}
body.search-results .page-header {
  padding-bottom: 30px;
}
body.search-results article {
  padding-bottom: 25px;
  margin: 25px 0 25px;
  border-bottom: 1px solid #eee;
}
body.search-results article:last-child {
  border-bottom: none !important;
  margin-bottom: 50px;
}
body.search-results nav.navigation.posts-navigation {
  margin-bottom: 50px;
}

/***** Blog Single Page ********/

body.single.single-post .breadcrumb-wrapper > .bc-item span.bc-divider:last-child {
  display: none !important;
}
.header-banner.service-banner.post-image {
  height: 317px;
}
body.single.single-post .post-content {
  margin: 50px 0;
}
body.single.single-post .post-content h1,
body.single.single-post .post-content h2,
body.single.single-post .post-content h3,
body.single.single-post .post-content h4,
body.single.single-post .post-content h5 {
  color: #cd1342 !important;
  margin: 20px 0;
}
body.single.single-post .post-content a {
  color: #cd1342 !important;
  margin: 20px 0;
}
body.single.single-post .post-content .service-main ul li::before {
  color: #282828;
}
body.single.single-post .post-content ul {
  margin: 20px 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
}
.post-single-page-info h1.post_title {
  margin-top: 20px;
}
.post-single-page-info .post_info {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
}
.post-single-page-info .post_info .author_name,
.post-single-page-info .post_info .post_date,
.post-single-page-info .post_info .post_tags a {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  color: #a4a4a4;
  line-height: 25px;
}
.post-single-page-info .post_info .post_tags a {
  color: #cd1342 !important;
  text-transform: capitalize;
}
.post-single-page-info .post_info .post_tags {
  margin-left: 15px;
}
.post-single-page-info .post_info .post_tags span:last-child {
  display: none;
}
body.single.single-post .footer-subscribe {
  background: #ffffff;
}
body.single.single-post .footer-upper {
  background: #f0f0f0;
}
/* Responsive */

/* ******************* Media Query ******************* */

/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* HomePage */
  /* spoor_fisher */
  body .col-md-12.spoor_fisher_sub_text {
    padding: 0 75px;
    margin: 0 auto;
  }
  /* counter section */
  .counter_solution .col-counter p {
    max-height: 65px;
    width: 70%;
  }

  /****careers****/
  body.page-template.page-template-page-careers .row.value_section .col-md-4 {
    height: 100%;
    min-height: 335px;
  }
  body.page-template.page-template-page-careers .awsm-job-form-control {
    width: 94%;
  }
  body.page-template.page-template-page-careers .job-opening a.awsm-grid-item {
    width: 25%;
  }
  body .awsm-job-item span.awsm-job-more {
    padding: 10px 25px;
  }
  body.page-template.page-template-page-careers .awsm-job-item {
    padding: 5px;
  }
  /* filter */
  body.page-template.page-template-page-people.page-template-page-people-php
    .dropdown-menu
    > li
    > a,
  body.page-template.page-template-page-people.page-template-page-people-php
    button.btn-filter.dropdown-toggle {
    font-size: 12px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    button.btn-filter.dropdown-toggle {
    padding: 5px 15px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    font-size: 12px !important;
  }

  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px !important;
  }

  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px !important;
  }
  body.single-awsm_job_openings .awsm-job-container {
    margin: 0 auto 0 auto;
    max-width: 960px;
    width: 100%;
  }
  body.single-awsm_job_openings .qualifications_and_experience {
    position: unset;
  }
}
/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body.logged-in div#page {
    padding-top: 38px;
  }

  /* HomePage */
  /* blog */
  body.home .post-item {
    width: calc((100% / 2) - 33px);
  }
  /* spoor_fisher */
  body .col-md-12.spoor_fisher_sub_text {
    padding: 0 50px;
    margin: 0 auto;
  }
  /*solution section */
  .card-img-overlay ul li,
  .card-img-overlay ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  /* counter section */
  .counter_solution .col-counter p {
    max-height: 65px;
    width: 80%;
  }

  /****careers****/

  body.page-template.page-template-page-careers .awsm-job-form-control {
    width: 92%;
  }
  body.page-template.page-template-page-careers .row.value_section .col-md-4 {
    height: 100%;
    min-height: 175px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.page-template.page-template-page-careers .job-opening a.awsm-grid-item {
    width: 50%;
  }
  body.page-template.page-template-page-careers .awsm-job-form-control {
    width: 92%;
  }
  body.page-template.page-template-page-careers .awsm-job-listings.awsm-row.awsm-grid-col-4 {
    padding: 25px 15px 15px 15px;
  }

  /* contact Page */
  .form_section .form_sub_title,
  .map_section .map_section_sub_title,
  p.office_sub_title {
    padding: 10px 0;
  }
  .col-md-6.form_section,
  .col-md-6.map_section,
  .office_section_main,
  .office_info {
    padding: 0 20px;
  }
  .office_section {
    padding: 5px 0;
    margin-top: 30px;
  }
  .office_branch_tel {
    margin-top: 20px;
  }
  .office_branch_email {
    margin-bottom: 20px;
  }
  .office_info {
    margin-bottom: 5px;
  }
  .office_branche a.map-url {
    padding: 8px 10px;
  }
  .office_branche {
    padding: 0px 5px;
  }
  /* people filter */
  body.page-template.page-template-page-people.page-template-page-people-php .intro-content {
    margin-top: 0;
  }
  .filter-controls {
    margin-top: 30px;
  }
  .filter-controls .col-md-2 {
    margin: 0;
    padding: 0 3px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    .dropdown-menu
    > li
    > a,
  body.page-template.page-template-page-people.page-template-page-people-php
    button.btn-filter.dropdown-toggle {
    font-size: 12px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    button.btn-filter.dropdown-toggle {
    padding: 3px 5px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    font-size: 12px !important;
  }

  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px !important;
  }

  body.page-template.page-template-page-people.page-template-page-people-php
    .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px !important;
  }
  .form-group.search-field:before {
    right: 10px;
    font-size: 12px;
  }
  input#clear {
    font-size: 12px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php input#quicksearch {
    padding: 3px 5px;
  }
  div.department-wrapper {
    text-align: center;
  }
  .people-item {
    display: inline-block;
    vertical-align: top;
    margin: 24px 80px;
    width: 200px;
  }
  body.page-template-page-careers .testimonial-title-sec,
  body.page-template-page-canditate-attorney .testimonial-title-sec {
    margin-left: 0;
  }

  /* job single */
  body..single-awsm_job_openings .awsm-job-container {
    max-width: unset;
    padding: 50px 20px;
  }
  body.single-awsm_job_openings .awsm-job-single-content h1.awsm-jobs-single-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-content,
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    width: 100%;
  }
  body.single-awsm_job_openings .awsm-job-specifications-row {
    position: relative;
    left: 25%;
  }
  body.single-awsm_job_openings .awsm-job-specifications-container.awsm_job_spec_below_content {
    margin-bottom: 25px;
  }
  body.single-awsm_job_openings .qualifications_and_experience {
    position: unset;
    margin-top: 20px;
  }
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    margin-top: 0;
    padding-left: 0;
  }
  body.single-awsm_job_openings .awsm-job-form-inner {
    background: #eee;
    padding: 30px 15px;
  }
  body.single-awsm_job_openings .awsm-job-form-inner h2 {
    font-size: 25px;
    margin: 0 0 20px;
    text-align: center;
  }

  body.single-awsm_job_openings .awsm-job-container {
    margin: 0 auto 0 auto;
    max-width: 720px;
    width: 100%;
  }
}

/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  body #page {
    padding-top: 135px;
  }
  body.logged-in div#page {
    padding-top: 88px;
  }
  /* Header Section */
  .col-xs-6.logo-sec {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .logo-sec img.header-logo {
    height: 40px;
    margin-top: 10px;
  }
  .col-xs-6.menu-cta {
    width: 100%;
    float: unset;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .menu-right {
    text-align: center !important;
  }
  .menu-wrapper {
    top: 135px;
    padding: 15px 0;
  }
  ul#primary-menu > li > ul.sub-menu {
    position: relative;
    left: 0px;
  }

  /* Homepage Slider CSS */
  body .wpsisac-slide-wrap {
    height: 450px !important;
  }
  body.home
    .wpsisac-slick-slider.design-2
    .wpsisac-image-slide
    .wpsisac-slide-wrap
    .wpsisac-slider-content {
    padding: 60px 30px;
    border-radius: 400px;
    width: 310px;
    height: 310px;
  }
  body.home .wpsisac-slick-slider h2.wpsisac-slide-title {
    font-size: 26px;
    line-height: 25px;
  }
  body.home
    .wpsisac-slick-slider.design-2
    .wpsisac-image-slide
    .wpsisac-slide-wrap
    .wpsisac-slider-short-content
    p {
    font-size: 13px;
    line-height: 18px;
  }
  .wpsisac-image-fit #slick-slide03 .wpsisac-slide-wrap img,
  .wpsisac-image-fit #slick-slide03 .wpsisac-slide-wrap img,
  .wpsisac-image-fit #slick-slide01 .wpsisac-slide-wrap img,
  .wpsisac-image-fit #slick-slide01 .wpsisac-slide-wrap img {
    object-position: bottom center !important;
  }

  /* spoor_fisher */
  body .col-md-12.spoor_fisher_sub_text {
    padding: 0 35px;
    margin: 0 auto;
  }
  /* counter sec */
  .counter_solution .col-counter p {
    max-height: 55px;
  }
  .counter_main .col-counter {
    margin-bottom: 25px;
  }
  /* geographic */
  .geographic_africa {
    padding: 50px 0;
  }
  .geographic_africa .geographic_africa_main {
    height: 190px;
    width: 350px;
  }
  .geographic_africa h2 {
    font-size: 25px;
    line-height: 30px;
  }
  /* testimonial */

  body #sp-testimonial-free-wrapper-1303 .sp-testimonial-free-section {
    padding: 0 10px;
  }
  /* post */
  body.home .posts-wrapper {
    margin: 20px 20px;
  }
  body.home .post-item,
  .post-item {
    width: 100% !important;
    padding: 20px;
    margin: 0 0 20px;
  }
  /* signup wrapper */
  .signup-wrapper input[type='email'],
  .wpcf7 input[type='email'] {
    width: 200px;
  }
  /* contact page */
  .form_section .form_sub_title,
  .map_section .map_section_sub_title,
  p.office_sub_title {
    padding: 10px 0;
  }
  .col-md-6.form_section,
  .col-md-6.map_section,
  .office_section_main,
  .office_info {
    padding: 0 20px;
  }
  .office_section {
    padding: 15px 0;
    margin-top: 35px;
  }
  .office_branch_tel {
    margin-top: 20px;
  }
  .office_branch_email {
    margin-bottom: 20px;
  }
  .office_branche {
    padding-left: 0px;
  }
  .office_info {
    margin-bottom: 5px;
  }

  /* contact us page */
  .intro-content {
    margin-top: 0px;
  }
  .signup-wrapper input[type='email'],
  .wpcf7 input[type='email'] {
    width: 100%;
  }

  /****careers****/

  body.page-template.page-template-page-careers .current_vacancies_title h1,
  body.page-template.page-template-page-careers .our_employees_say_text h1 {
    margin: 0 0 15px;
  }
  body .awsm-job-item span.awsm-job-more {
    padding: 10px 25px;
    margin: 15px 0;
  }
  body.page-template.page-template-page-careers .awsm-job-item {
    padding: 0px;
    text-align: center !important;
  }
  body.page-template.page-template-page-careers .service-content {
    margin: 30px 0;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
  }
  body.page-template.page-template-page-careers .row.value_section .col-md-4:first-child {
    min-height: 80px;
  }
  body.page-template.page-template-page-careers .row.value_section .col-md-4 {
    height: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  body.page-template.page-template-page-careers .awsm-job-form-control {
    width: 85%;
  }
  body.page-template.page-template-page-careers .section.job-opening,
  body.page-template.page-template-page-careers .section.our_employees_say {
    padding: 40px 20px 10px 20px;
  }
  body.page-template.page-template-page-careers .awsm-job-listings.awsm-row.awsm-grid-col-4 {
    text-align: center;
  }
  body.page-template.page-template-page-careers .job-opening a.awsm-grid-item {
    width: 100%;
  }
  body.page-template.page-template-page-careers .job-opening a.awsm-grid-item {
    width: 100%;
    text-align: center;
  }
  body.page-template.page-template-page-careers .awsm-job-item h2.awsm-job-post-title {
    text-align: center;
    min-height: 25px;
  }

  /* newsletter*/
  .signup-wrapper input[type='email'],
  body .footer-subscribe .subscribe-form-wrapper form.wpcf7-form.init input[type='email'] {
    width: 165px;
  }
  /* footer */
  .footer-upper {
    text-align: center;
  }
  .footer-menu h5 {
    width: 100%;
  }
  /* filter */
  .team-member-wrapper {
    margin: 10px auto;
    text-align: center;
  }
  div.department-wrapper {
    padding: 40px 0 0;
    text-align: center;
  }
  .people-item {
    margin: 24px 55px;
  }
  body.page-template.page-template-page-people.page-template-page-people-php
    button.btn-filter.dropdown-toggle {
    max-width: 345px;
  }
  /* Blog single page */
  body.single.single-post .post-content ul {
    margin: 10px 0;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
  }
  .post-single-page-info .post_info {
    margin-bottom: 20px;
  }
  body.single.single-post .post-content {
    margin: 20px 0;
  }

  body.page-template-page-careers .testimonial-title-sec,
  body.page-template-page-canditate-attorney .testimonial-title-sec {
    margin-left: 0px;
  }
  body.page-template-page-careers .sp-testimonial-free-section .tfree-testimonial-title h3,
  body.page-template-page-canditate-attorney
    .sp-testimonial-free-section
    .tfree-testimonial-title
    h3 {
    text-align: center;
  }
  body.page-template-page-careers .sp-testimonial-free-section .tfree-client-testimonial p,
  body.page-template-page-canditate-attorney
    .sp-testimonial-free-section
    .tfree-client-testimonial
    p {
    text-align: center;
  }
  /* job single */
  body..single-awsm_job_openings .awsm-job-container {
    max-width: unset;
    padding: 50px 20px;
  }
  body.single-awsm_job_openings .awsm-job-single-content h1.awsm-jobs-single-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-content,
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    width: 100%;
  }
  body.single-awsm_job_openings .awsm-job-specifications-row {
    left: 5%;
  }
  body.single-awsm_job_openings .awsm-job-specifications-container.awsm_job_spec_below_content {
    margin-bottom: 25px;
  }
  body.single-awsm_job_openings .qualifications_and_experience {
    position: unset;
    margin-top: 20px;
  }
  body.single-awsm_job_openings .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    margin-top: 0;
    padding-left: 0;
  }
  body.single-awsm_job_openings .awsm-job-form-inner {
    background: #eee;
    padding: 30px 15px;
  }
  body.single-awsm_job_openings .awsm-job-form-inner h2 {
    font-size: 25px;
    margin: 0 0 20px;
    text-align: center;
  }
  body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) {
    flex-wrap: wrap;
  }
  body.single-awsm_job_openings .awsm-job-form-group:nth-child(6) label {
    width: 100%;
    min-width: 100%;
  }
  body.single-awsm_job_openings .awsm-job-container {
    margin: 0 auto 0 auto;
    max-width: 325px;
    width: 100%;
  }
}

/* Landscape phones and smaller */
@media (min-width: 380px) and (max-width: 480px) {
  .people-item {
    margin: 24px 80px;
  }
  body.single-awsm_job_openings .awsm-job-container {
    margin: 0 auto 0 auto;
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .people-item {
    margin: 24px 30px;
  }
  body.single-awsm_job_openings .awsm-job-container {
    margin: 0 auto 0 auto;
    max-width: 300px;
    width: 100%;
  }
}

/*Style 17-03-2021 */
.term-lastest-news-and-insights .posts-data {
  display: flex;
}
.legalimg img {
  height: 250px;
  object-fit: cover;
}
.legalimg {
  margin-bottom: 40px;
}
.center-aligned {
  text-align: center;
}
.banner-section.cover .container {
  height: 250px;
}
.banner-section.cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.page-contentss {
  margin-top: 50px;
}
.textalign-center {
  padding: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.filter-elements {
  text-align: center;
  display: flex;
  margin-left: 230px;
}
select#knowledge,
select#tag_filter {
  padding-left: 15px;
  height: 40px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #282828;
  line-height: 2rem;
  background: url(https://spoor.com/wp-content/uploads/2021/03/select-arrow.png) 96%
    no-repeat#EEEEEE !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow:
    0 4px 7px 0 rgb(0 0 0 / 24%),
    0 0 7px 0 rgb(0 0 0 / 12%);
  border-radius: 20px 20px 20px 20px;
}
select#tag_filter {
  margin-left: 4rem;
}
form#knowledgetfilter span.screen-reader-text,
form#knowledgetfilter input.search-submit {
  display: none;
}
input.search-field {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  background-color: none;
  background-image: url(https://spoor.com/wp-content/uploads/2021/02/icons-search.png);
  background-position: 95% 7px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  outline: none;
  border-radius: 20px;
}
form#knowledgetfilter {
  width: 100%;
  padding-left: 20px;
}
.categories-filters-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post_link_div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.knowledge_overlay img {
  display: none;
}
.knowledge_overlay.is-active img {
  display: block;
  max-width: 65px;
}
.knowledge_overlay.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  content: '';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_image {
  width: 30%;
  padding-right: 30px;
}
.posts-details {
  width: 100%;
  padding-top: 15px;
}
.posts-data {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}
.post_image img {
  height: 260px;
  margin-bottom: 20px;
  object-fit: cover;
  padding-bottom: 9px;
}
a.red-btn {
  text-decoration: none;
  background: #cd1342;
  box-shadow:
    0 0 2px 0 rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 24%);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 28px;
  color: #fff;
}
.post_link {
  margin-top: 15px;
}
.posts_listingd,
.rightposts,
.legaldesp {
  padding-top: 40px;
}
.rightposts .post_images img {
  height: 90px;
  width: 100%;
}
div#response_data {
  margin-top: 30px;
}
h2.post_heading {
  line-height: 25px;
  /* text-transform: capitalize; */
  font-size: 16px;
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.post_description,
.post_description h1,
.post_description h2,
.post_description h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #282828;
  font-weight: normal;
  font-style: normal;
}

.post_publishdate span {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #969494;
  letter-spacing: 0.32px;
}
ul.page-numbers {
  padding-left: 0;
  list-style: none;
  list-style: none;
}
ul.page-numbers li a {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #282828;
  text-align: center;
}
.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}
a.page-numbers {
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 9px;
  padding-bottom: 5px;
}
a.page-numbers:hover {
  background: #cd1342;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}
.leftdesp_data {
  width: 50%;
}
.leftdesp_data .post_image {
  width: 100%;
}
.main-catediv {
  display: flex;
}
a.pinkbtn {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #cd1342;
  letter-spacing: 0.32px;
  text-decoration: underline;
}
.post_link.rightalign {
  margin-left: 270px;
  margin-bottom: 50px;
}
.posts-detailss {
  background: rgba(244, 244, 244, 0.8);
  margin-bottom: 30px;
  padding: 10px;
}
.post_links {
  margin-bottom: 20px;
}
span.page-numbers.current {
  background: #cd1342;
  color: #fff;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 9px;
  padding-bottom: 5px;
  border-radius: 50%;
}
h2.categorytitle {
  font-size: 30px;
  color: #282828;
  font-family: 'Lato', sans-serif;
}
span.page-numbers.dots {
  background: transparent;
  color: #000;
  font-weight: 900;
}
a.page-numbers.increasepadding {
  padding-left: 11px;
  padding-top: 10px;
  padding-right: 13px;
  padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .page-template-page-knowledge-centre.page-template-page-knowledge-centre-php .header-banner {
    height: 100px;
  }
  .banner-section.cover .container {
    height: 100px;
  }
  body.page-id-1191 .csr-item {
    width: 100%;
  }
  .testimonial_section .testimonial p {
    font-size: 18px;
  }
  ul.lower-footer-menu {
    display: block;
  }
  ul.lower-footer-menu li {
    display: block;
    font-size: 15px;
  }
  ul.lower-footer-menu li:before {
    display: none !important;
  }
  .sp-testimonial-free-section .tfree-client-testimonial {
    margin: 40px 0px 20px 0px;
  }
  /* Date: 17-03-2021 Start */
  .textalign-center {
    padding: 20px;
    display: block;
  }
  .filter-elements {
    margin-left: 0;
  }
  .post_image {
    width: 100%;
    padding-right: 0;
  }
  .posts-data {
    display: block;
  }
  .posts-details {
    width: 100%;
  }
  .post_link {
    margin-bottom: 50px;
  }
  .leftdesp_data {
    width: 100%;
  }
  .article-block {
    width: 90%;
  }
  .post_link.rightalign {
    margin-left: 0px;
  }

  /* Date: 17-03-2021 close */
}

/*22 June 2021*/
.wrapping-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

nav.pagination {
  border-top: 3px solid #cd1342;
  border-radius: 0px;
  margin-top: 40px;
}

.relatedsectors {
  font-size: 0.8em;
  line-height: 1.1em;
  text-transform: capitalize;
  color: #999;
  display: none;
  margin-top: 10px;
}
.peoplesrelatedfield {
  box-sizing: border-box;
  height: 0.5vw;
  width: 0.5vw;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  cursor: pointer;
}
.peoplesrelatedfield:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.office_branch_map {
  display: none;
}

/* Global styles ------------- */
.section {
  z-index: 1;
}

/* Breadcrumbs styles */
.bc-item a {
  color: #000;
  text-decoration: none;
}

/* Bullet points color */
.service-main ul {
  list-style: none;
}

.service-main ul li::before {
  content: '\2022';
  color: #cd1342;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Button style --- */
.btn:focus,
.btn:active {
  border: none;
  outline: none;
}

/* Header styles - Socail ------- */
.social-head {
  margin-top: 70px;
  font-size: 18px;
  text-decoration: none;
  color: #282828;
  font-weight: 700;
  padding: 10px 0;
  display: inline-block;
  width: 300px;
}
@media (max-width: 576px) {
  .social-head {
    margin-top: 15px;
  }
  ul#primary-menu > li > a {
    padding: 7px 0;
  }
}
.social-head .social-media-links > a {
  color: #fff !important;
  background-color: #cd1342 !important;
  border-radius: 20px !important;
  padding: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px 10px 5px 0;
}

/* About us page black tiles */
.csr-item {
  background-color: #000 !important;
}

/* About us page slider arrows */
.page-id-163 .slick-nav.slick-arrow {
  top: 22%;
  cursor: pointer;
}
.page-id-163 .slick-slider .arrow {
  font-size: 36px;
  font-weight: 900;
}

.csr-item > a:hover {
  opacity: 0;
  transition: 0.3s;
}

.csr-item:hover:before {
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.csr-banner {
  height: 250px;
}
.page-id-86 .csr-item {
  background-color: #fff !important;
}
.page-id-86 .csr-item > a {
  padding: 0;
}
.page-id-86 .csr-item > a:hover {
  opacity: 1;
  transition: 0s;
}
.page-id-86 .csr-item:before {
  transition: 0s;
}
.page-id-86 .csr-item:nth-child(-n + 4) {
  border-top: 1px solid #4d4d4d;
}

.serfaq-heading,
.region-faqs h4 {
  background: #eeeeee;
  padding: 15px 40px 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: 'Lato';
  font-weight: bold;
  color: #282828;
  cursor: pointer;
  position: relative;
}
.serfaq-heading:after,
.region-faqs h4:after {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  right: 20px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.region-faqs h4 {
  padding: 18px !important;
  margin-bottom: 0;
  font-size: 1em !important;
}
.shfaqlist {
  display: none;
}
.shfaqlist .serfaq-heading {
  background-color: #fff;
  font-size: 14px;
}
.shfaqlist .serfaq-heading:after {
  content: '\002B';
  border: none;
  top: 11px;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.serfaq-heading h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.shfaqlist serfaq-list,
.shfaqlist .serfaq-list p,
.shfaqlist .serfaq-list li {
  font-size: 14px;
}
.region-faqs .colltm,
.region-faqs .collpt,
.region-faqs .collrd,
.region-faqs .collum {
  display: none !important;
}

.serfaq-list {
  display: none;
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-family: 'Lato';
  font-weight: normal;
  font-size: 15px;
  color: #282828;
  cursor: pointer;
}
.serfaq-list p,
.serfaq-list li {
  font-weight: normal;
}

.faq-section {
  padding-top: 50px;
  background: #ffffff;
  position: relative;
}
.faq_main .card-title-sec h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.faq_main .card {
  min-height: 420px;
}
.faq_main .card-img-overlay {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
  background-color: rgba(0, 0, 0, 0.6);
}
.faq_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  min-height: 200px;
}
.faq_main li {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.faq_main .card-img-overlay:hover ul {
  display: block;
}
@media (max-width: 1120px) {
  .csr-item > a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .csr-item {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media (max-width: 576px) {
  .csr-item {
    display: block;
    width: 100%;
  }
  .csr-item {
    border: none;
    border-bottom: 1px solid #4d4d4d;
  }
}

/* History bubbles ---- */
.historytimeline {
  border-top: 1px solid #d8d8d8;
  padding: 40px 0;
}
.historytimeline h2 {
  margin-bottom: 30px;
}
.tl-bubble {
  margin: 0 auto;
}
.tl-item:nth-child(even) .tl-bubble {
  justify-content: center;
  right: calc(50% - 70px);
}
.tl-blurb {
  padding: 80px 40px 20px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
.loadlist {
  /*display:none;*/
}
.tl-item:nth-child(even) .tl-blurb {
  padding-top: 30px;
}

#about-us-history img {
  margin-top: 30px !important;
}

/* FAQ's styles ------- */
.section-protect-faq {
  margin-bottom: 50px;
}
.section-protect-faq .faq-nav-head {
  padding: 40px 20px;
  background: #eee;
  margin-bottom: 30px;
  z-index: 20;
}

.section-protect-faq .nav > li > a {
  color: #000;
  font-size: 14px;
  border-radius: 20px;
}
.nav-pills > li.active > a {
  background-color: transparent;
  color: #cd1342;
}
.section-protect-faq .nav > li:last-child > a {
  color: #fff;
}
.section-protect-faq .nav > li:last-child > a:hover {
  color: #000;
  background: #cd1342;
}
.section-protect-faq .nav > li > a:hover {
  color: #cd1342;
  background-color: transparent;
}

@media (max-width: 576px) {
  .faq-nav-head .nav > li {
    width: 100%;
  }
  .africamapiframe {
    height: 560px;
  }
}

.faq-search input[type='text'] {
  border: 1px solid #999;
  padding: 15px 25px;
  color: #000;
  margin: 25px;
  width: 90%;
  border-radius: 30px;
  background: url(../../wp-content/uploads/2021/02/icons-search.png) no-repeat 95% center;
}

.faq-search input[type='text']:focus {
  outline: none;
}

.faq-search ::-webkit-input-placeholder {
  color: #000 !important;
}
.faq-search ::-moz-placeholder {
  color: #000 !important;
}
.faq-search :-ms-input-placeholder {
  color: #000 !important;
}
.faq-search :-moz-placeholder {
  color: #000 !important;
}
a.back-faq {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
}

.office_branch_address {
  min-height: 170px;
}

.region-faqs h4 {
  padding: 15px 0 5px 0;
  font-size: 1.2em;
}

/* Our people images B/W */
.pi-image-wrapper img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.pi-upper:hover .pi-image-wrapper img,
.pi-upper a:hover .pi-image-wrapper img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.section-protect-faq .sticky {
  position: fixed;
  top: 80px;
  z-index: 90;
  width: 100%;
}
@media (max-width: 576px) {
  .section-protect-faq .sticky {
    position: inherit;
    top: auto;
    z-index: 100;
  }
}

/* Dots hidden in the frontend fro the testinonial slider ----------- */
#sp-testimonial-free-wrapper-1303 .slick-dots {
  display: none !important;
}
/* Our people page top gap ------------- */
.department-wrapper {
  padding-top: 0 !important;
}
.team-member-wrapper .pi-excerpt h4 {
  font-weight: 900 !important;
}
.pi-image-wrapper {
  cursor: pointer;
}
.pi-image-wrapper:hover {
  border: 4px solid #cd1342;
}
.team-member-wrapper {
  margin: 10px 0px !important;
}

@media (max-width: 767px) {
  .people-item {
    left: 10% !important;
  }
}

/* Home Slider styles ----------------  */
.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900;
}
.wpsisac-slick-slider.design-2
  .wpsisac-image-slide
  .wpsisac-slide-wrap
  .wpsisac-slider-short-content {
  padding-top: 25px;
}
body.home
  .wpsisac-slick-slider.design-2
  .wpsisac-image-slide
  .wpsisac-slide-wrap
  .wpsisac-slider-short-content
  p {
  font-size: 21px !important;
}
body.home
  .wpsisac-slick-slider.design-2
  .wpsisac-image-slide
  .wpsisac-slide-wrap
  .wpsisac-slider-content {
  border: 9px solid #cd1342;
}

/* Contact form styles ----------------- */
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%;
  padding: 12px 15px !important;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  color: #949393;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.gform_wrapper .top_label .gfield_label,
.gform_heading {
  display: none !important;
}

.gform_wrapper input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949393;
}
.gform_wrapper input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #949393;
}
.gform_wrapper input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #949393;
}
.gform_wrapper input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #949393;
}

.gform_footer input[type='submit'] {
  color: #ffffff;
  background: #cd1342;
  padding: 10px 55px !important;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-weight: bold;
}
.gform_footer input[type='submit']:hover {
  color: #000;
}

@media (max-width: 576px) {
  body.page-template-page-contact .office_branch_address {
    min-height: inherit;
  }
}
.office_branch_map {
  min-height: 180px;
}

/* Awards landing page slider image styles --------- */
.award-item .award-logo-bg {
  width: 350px;
  height: 300px;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(186, 22, 108, 0.7) 50%,
    rgba(205, 19, 66, 0.7) 100%
  );
  border-radius: 50% 0px 0px 50%;
  padding: 25%;
  margin-top: -75%;
  margin-left: 12%;
  margin-bottom: -50px;
}
@media (max-width: 576px) {
  .award-item .award-logo-bg {
    margin-bottom: -65px;
    padding: 29%;
  }
}
.award-item .awards-image {
  overflow: hidden;
  cursor: pointer;
}
.award-item .award-logo-bg img {
  width: 95%;
}
.award-gallery > img {
  margin: 25px 0;
}

/* Services cta banner ------------ */
.service-cta-bg {
  display: flex;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.service-cta-bg:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.service-cta-banner,
.header-banner {
  z-index: 1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.header-banner {
  z-index: 10;
  position: relative;
}

.people-item {
  margin: 24px 35px !important;
}

.post-item {
  width: calc((100% / 4) - 35px);
}

@media (max-width: 576px) {
  .africamapiframe {
    height: 200px !important;
  }
}

/* Bug fixes styles below: */

@media (max-width: 768px) {
  .geographic_africa .geographic_africa_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .geographic_africa .geographic_africa_main p {
    margin-bottom: 0px;
  }
}

.intro-main {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .posts-data {
    flex-direction: column;
  }
}

.people-img-wrapper {
  padding-bottom: 100%;
}

.people-img-wrapper > img {
  position: absolute;
}

.wpsisac-slick-slider.design-2 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-overlay {
  background: transparent;
}

/* Knoledge center pages */

.main-catediv .post_link {
  margin-left: 35% !important;
}

.posts-detailss .post_link,
.posts-details .post_link {
  margin-left: 0 !important;
}
a.red-text.text-link {
  text-transform: none;
}

/* Video article styles */

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

img[src*='.svg']#ani-dot {
  width: 10px;
  position: absolute;
  z-index: 100;
  display: inline-block;
  top: 20px;
  left: 125px;
}
@media (max-width: 676px) {
  img[src*='.svg']#ani-dot {
    display: none !important;
  }
}
/* Vimeo 100% width styles*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sector button filter styles */
.sector-filter-btn {
  background-color: rgb(205, 19, 66) !important;
  color: #fff !important;
}

body.page-template.page-template-page-people.page-template-page-people-php
  button.btn-filter.sector-filter-btn,
.filter1 .sector-filter-btn {
  background-color: rgb(205, 19, 66) !important;
  color: #fff !important;
}

.page-item-1746 {
  display: none;
}

/* Careers page */

.job-listing {
  background-color: #cd1342;
  padding: 50px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 1s ease;
  transition: background 1s ease;
}
.job-listing:hover {
  background: #860b2a;
  color: #ffffff;
}
.job-listing h2 {
  margin-top: 0;
}
.job-listing h2,
.job-listing,
.job-listing h2 a {
  color: #fff;
}
.entry-title a {
  color: #cd1342;
}
.job-contact {
  margin-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #999;
}

#sp-testimonial-free-wrapper-1303 .sp-testimonial-free {
  background-color: transparent !important;
}
.testimonial-excerpt {
  font-size: 2.5rem;
  line-height: 3rem;
  padding: 0rem 3rem;
}
@media (max-width: 728px) {
  .testimonial-excerpt {
    padding: 0rem 0.8rem;
  }
}
.testimonial-excerpt strong {
  font-weight: 900;
}

.award-gallery .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 728px) {
  .award-gallery .gallery {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------
 * Protect content from copying ------------------------------ */
/*
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  */

#gform_ajax_spinner_1 {
  width: 10% !important;
}

#masthead .menu-right a:nth-child(3),
label.gform-field-label.gform-field-label--type-sub {
  display: none !important;
}
button.pum-close.popmake-close {
  background-color: #cd1342 !important;
}
.gform_footer input[type='submit']#gform_submit_button_7 {
  width: inherit;
  margin: 0 auto;
}
div.ginput_container.ginput_container_consent input {
  width: 20px !important;
}
#pum_popup_title_11644 {
  padding-right: 40px;
}
#rjsmp-modal-1 {
  display: none;
}

/* ------------------------ AI Page ------------------ */
.ai-link {
  color: #cd1342;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  text-decoration: none !important;
  width: fit-content;
}

.ai-link:hover {
  color: #8e0e2e;
  padding-bottom: 1px;
  transition: all 0.3s;
  text-decoration: none !important;
}

.ai-item {
  min-height: 240px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
}

/* --------------- AI Posts Grid ------------ */
.ai-post-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 40px;
  padding: 50px 0 70px 0;
}

.ai-post-card {
  display: flex;
  gap: 30px;
}

.ai-post-card .bialty-container {
  height: 272px;
  max-width: 250px;
  min-width: 250px;
}

.ai-post-card .bialty-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-post-content h3 {
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  font-weight: 700;
}

.ai-post-content {
  padding: 20px 0;
}

.ai-post-content p {
  font-size: 16px;
  color: #282828;
  line-height: 24px;
  font-weight: 400;
}

.ai-post-content .ai-post-date {
  font-size: 16px;
  color: #969494;
  font-weight: 400;
}

.intro-sec h2 {
  font-size: 30px;
  color: #282828;
  font-weight: 700;
}

.intro-sec p {
  max-width: 880px;
}

.ai-download p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.ai-download h2 {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Custom styling for the popup */
/* .white-popup {
  background: #fff;
  padding: 20px;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.intro-content .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  margin: 30px 0;
  grid-auto-rows: minmax(100px, 300px);
  grid-auto-flow: unset;
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.5);
}

.intro-content figure.gallery-item {
  max-height: 300px;
  overflow: hidden;
}

.gallery-icon.landscape {
  height: 100%;
}

.gallery-icon.landscape a {
  display: block;
  height: 100%;
}

.intro-content figure.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.mfp-content {
  max-width: 600px;
  background: #f0f0f0;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
}

div#form-popup h2.gform_title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

div#form-popup .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 80px;
}

div#form-popup .gform_wrapper input,
div#form-popup .gform_wrapper select,
div#form-popup .gform_wrapper textarea {
  padding: 8px 10px !important;
  border: 1px solid #ccc;
  color: #949393;
  border-radius: 10px;
}

div#form-popup .gform_footer input[type='submit'] {
  color: #ffffff !important;
}

div#form-popup img#gform_ajax_spinner_8 {
  display: none;
}

@media screen and (max-width: 1080px) {
  .ai-post-card .bialty-container {
    height: unset;
    min-width: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .ai-post-cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
    padding: 40px 0 50px 0;
  }

  .ai-post-card {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .ai-post-card .bialty-container {
    height: 200px;
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mfp-content {
    max-width: 90%;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
  }
}

.gallery-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .gallery-columns-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .ai-post-title {
    min-height: 65px;
  }
  .ai-item .seminar-content {
    min-height: 450px;
  }
}

.post-content .aligncenter {
  clear: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}
.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
}
.custombox-content {
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.custombox-lock {
  overflow: hidden;
}
.custombox-reference {
  display: none;
}
.custombox-content {
  overflow-y: auto;
}
.custombox-content > * {
  max-width: 100%;
  max-height: 95%;
}
.custombox-fullscreen.custombox-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.custombox-fullscreen.custombox-content > * {
  width: 100%;
  max-height: 100%;
}
.custombox-y-top {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.custombox-x-left {
  -ms-flex-align: start;
  align-items: flex-start;
}
.custombox-y-center {
  -ms-flex-align: center;
  align-items: center;
}
.custombox-y-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.custombox-x-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.custombox-x-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custombox-perspective,
.custombox-perspective body {
  perspective: 600px;
  height: 100%;
  overflow: hidden;
}
.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%;
}
@keyframes fadeIn {
  from {
    transform: scale(0.7);
    transition-property: all;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    transition-property: all;
  }
}
.custombox-fadein.custombox-content {
  opacity: 0;
}
.custombox-fadein.custombox-content.custombox-open {
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fadein.custombox-content.custombox-close {
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-contentscale.custombox-content,
.custombox-letmein.custombox-content,
.custombox-makeway.custombox-content,
.custombox-push.custombox-content,
.custombox-slide.custombox-content,
.custombox-slip.custombox-content {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-content.custombox-open.custombox-top,
.custombox-letmein.custombox-content.custombox-open.custombox-top,
.custombox-makeway.custombox-content.custombox-open.custombox-top,
.custombox-push.custombox-content.custombox-open.custombox-top,
.custombox-slide.custombox-content.custombox-open.custombox-top,
.custombox-slip.custombox-content.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-bottom,
.custombox-letmein.custombox-content.custombox-open.custombox-bottom,
.custombox-makeway.custombox-content.custombox-open.custombox-bottom,
.custombox-push.custombox-content.custombox-open.custombox-bottom,
.custombox-slide.custombox-content.custombox-open.custombox-bottom,
.custombox-slip.custombox-content.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-left,
.custombox-letmein.custombox-content.custombox-open.custombox-left,
.custombox-makeway.custombox-content.custombox-open.custombox-left,
.custombox-push.custombox-content.custombox-open.custombox-left,
.custombox-slide.custombox-content.custombox-open.custombox-left,
.custombox-slip.custombox-content.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-open.custombox-right,
.custombox-letmein.custombox-content.custombox-open.custombox-right,
.custombox-makeway.custombox-content.custombox-open.custombox-right,
.custombox-push.custombox-content.custombox-open.custombox-right,
.custombox-slide.custombox-content.custombox-open.custombox-right,
.custombox-slip.custombox-content.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-top,
.custombox-letmein.custombox-content.custombox-close.custombox-top,
.custombox-makeway.custombox-content.custombox-close.custombox-top,
.custombox-push.custombox-content.custombox-close.custombox-top,
.custombox-slide.custombox-content.custombox-close.custombox-top,
.custombox-slip.custombox-content.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-bottom,
.custombox-letmein.custombox-content.custombox-close.custombox-bottom,
.custombox-makeway.custombox-content.custombox-close.custombox-bottom,
.custombox-push.custombox-content.custombox-close.custombox-bottom,
.custombox-slide.custombox-content.custombox-close.custombox-bottom,
.custombox-slip.custombox-content.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-left,
.custombox-letmein.custombox-content.custombox-close.custombox-left,
.custombox-makeway.custombox-content.custombox-close.custombox-left,
.custombox-push.custombox-content.custombox-close.custombox-left,
.custombox-slide.custombox-content.custombox-close.custombox-left,
.custombox-slip.custombox-content.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-content.custombox-close.custombox-right,
.custombox-letmein.custombox-content.custombox-close.custombox-right,
.custombox-makeway.custombox-content.custombox-close.custombox-right,
.custombox-push.custombox-content.custombox-close.custombox-right,
.custombox-slide.custombox-content.custombox-close.custombox-right,
.custombox-slip.custombox-content.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}
.custombox-newspaper.custombox-content {
  opacity: 0;
}
.custombox-newspaper.custombox-content.custombox-open {
  animation-name: newspaperIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-newspaper.custombox-content.custombox-close {
  animation-name: newspaperOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}
.custombox-fall.custombox-content {
  opacity: 0;
}
.custombox-fall.custombox-content.custombox-open {
  animation-name: fallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fall.custombox-content.custombox-close {
  animation-name: fallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
}
@keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}
.custombox-sidefall.custombox-content {
  opacity: 0;
}
.custombox-sidefall.custombox-content.custombox-open {
  animation-name: sidefallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sidefall.custombox-content.custombox-close {
  animation-name: sidefallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}
@keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(5%);
    opacity: 0;
  }
}
@keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(5%);
    opacity: 0;
  }
}
@keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}
@keyframes blurInContainer {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(3px);
  }
}
@keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }
  to {
    filter: blur(0);
  }
}
.custombox-blur.custombox-content {
  opacity: 0;
}
.custombox-blur.custombox-content.custombox-open.custombox-top {
  animation-name: blurInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-bottom {
  animation-name: blurInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-left {
  animation-name: blurInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-right {
  animation-name: blurInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-top {
  animation-name: blurOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-bottom {
  animation-name: blurOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-right {
  animation-name: blurOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-left {
  animation-name: blurOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container {
  animation-name: blurOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container.custombox-open {
  animation-name: blurInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutTop {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}
@keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutBottom {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}
@keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutRight {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}
@keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flipOutLeft {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}
.custombox-flip.custombox-content {
  opacity: 0;
}
.custombox-flip.custombox-content.custombox-open.custombox-top {
  animation-name: flipInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-bottom {
  animation-name: flipInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-right {
  animation-name: flipInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-left {
  animation-name: flipInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-top {
  animation-name: flipOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-bottom {
  animation-name: flipOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-right {
  animation-name: flipOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-left {
  animation-name: flipOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
  to {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes signOut {
  from {
    transform: rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}
.custombox-sign {
  perspective: 1300px;
}
.custombox-sign.custombox-content {
  opacity: 0;
}
.custombox-sign.custombox-content.custombox-open {
  animation-name: signIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sign.custombox-content.custombox-close {
  animation-name: signOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes superscaledIn {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
  }
}
.custombox-superscaled.custombox-content {
  opacity: 0;
}
.custombox-superscaled.custombox-content.custombox-open {
  animation-name: superscaledIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-superscaled.custombox-content.custombox-close {
  animation-name: superscaledOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}
@keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}
.custombox-slit.custombox-content {
  opacity: 0;
  transform-style: preserve-3d;
}
.custombox-slit.custombox-content.custombox-open {
  animation-name: slitIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slit.custombox-content.custombox-close {
  animation-name: slitOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateY(0) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}
.custombox-rotate {
  perspective: 2300px;
}
.custombox-rotate.custombox-content {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.custombox-rotate.custombox-content.custombox-open {
  animation-name: rotateIn;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotate.custombox-content.custombox-close {
  animation-name: rotateOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  animation-name: letmeinTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: letmeinBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  animation-name: letmeinLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  animation-name: letmeinRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  animation-name: letmeinOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: letmeinOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  animation-name: letmeinOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  animation-name: letmeinOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-makeway.custombox-overlay {
  transform-style: preserve-3d;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-overlay.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-overlay.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container {
  transform-style: preserve-3d;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-container.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}
@keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
@keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}
@keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
.custombox-corner.custombox-overlay.custombox-open {
  animation-name: cornerInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-overlay.custombox-close {
  animation-name: cornerOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-open {
  animation-name: cornerInContent;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-close {
  animation-name: cornerOutContent;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content,
.custombox-slidetogether.custombox-overlay {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-top,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-left,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-right,
.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-top,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-left,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-right,
.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes scaleInOverlay {
  from {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transition: transform;
  }
}
@keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }
  to {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}
.custombox-scale.custombox-overlay.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-overlay.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}
@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}
.custombox-door.custombox-overlay.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-overlay.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
.custombox-push.custombox-overlay {
  transition-property: transform;
}
.custombox-push.custombox-overlay.custombox-open.custombox-top {
  animation-name: pushInTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: pushInBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-left {
  animation-name: pushInLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-right {
  animation-name: pushInRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-top {
  animation-name: pushOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: pushOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-left {
  animation-name: pushOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-right {
  animation-name: pushOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-top {
  animation-name: pushInTopContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-bottom {
  animation-name: pushInBottomContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-left {
  animation-name: pushInLeftContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-right {
  animation-name: pushInRightContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-top {
  animation-name: pushOutTopContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-bottom {
  animation-name: pushOutBottomContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-left {
  animation-name: pushOutLeftContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-right {
  animation-name: pushOutRightContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes contentscaleInContainer {
  from {
    transition: transform;
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes contentscaleOutContainer {
  from {
    transform: scale(0.8);
  }
  to {
    transition: transform;
  }
}
.custombox-contentscale.custombox-overlay {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-open {
  animation-name: contentscaleInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-close {
  animation-name: contentscaleOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.custombox-swell.custombox-content {
  opacity: 0;
}
.custombox-swell.custombox-content.custombox-open {
  animation-name: swellOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-swell.custombox-content.custombox-close {
  animation-name: swellClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes rotatedownClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.custombox-rotatedown.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
}
.custombox-rotatedown.custombox-content.custombox-open {
  animation-name: rotatedownOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotatedown.custombox-content.custombox-close {
  animation-name: rotatedownClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
.custombox-flash.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.custombox-flash.custombox-content.custombox-open {
  animation-name: flashOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flash.custombox-content.custombox-close {
  animation-name: flashClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998;
}
