@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Righteous);
@import url("https://fonts.googleapis.com/css?family=Gelasio&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Sacramento&display=swap");
.bg-swhite {
  background: #f7f7f7;
}

.bg-grey {
  background: #FFEEEE;
}

.body-wrapper {
  -webkit-animation: gradient 7s ease infinite;
          animation: gradient 7s ease infinite;
  height: 100vh;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btn-header {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .btn-header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}

.btn-header span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 16px;
  padding: 20px 5px 20px 25px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .btn-header span {
    font-size: 36px;
  }
}

.btn-header:before {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #FF0001;
  width: calc(100% + 20px);
  height: 40px;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .btn-header:before {
    height: 75px;
    top: 16px;
  }
}

.btn-header:after {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #000;
  width: calc(100% + 20px);
  height: 45px;
  position: absolute;
  top: 20px;
  left: 8px;
  right: -15px;
  bottom: -10px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .btn-header:after {
    height: 80px;
  }
}

.btn-header:hover, .btn-header:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-header:hover:before, .btn-header:focus:before {
  background: #000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn-header:hover:after, .btn-header:focus:after {
  background: #FF0001;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: calc(100% + 10px);
  left: 18px;
  right: -10px;
  height: 45px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background: #FF0001;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcumb-area {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-image: url("../images/page-bg.jpg");
  background-size: cover;
  background-color: #121B51;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 170px 0 143px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-area {
    padding: 125px 0 143px;
  }
}

.breadcumb-area:before {
  background: rgba(90, 24, 24, 0.62);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.breadcumb-area .page-title {
  font-size: 55px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  color: #fff;
  display: inline-block;
  color: #fff;
}

.breadcumb-area .page-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60%;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  background: #fff;
}

.breadcumb-area .breadcumb-inner {
  text-align: center;
  position: relative;
}

.breadcumb-area .breadcumb-inner ul,
.breadcumb-area .breadcumb-inner li,
.breadcumb-area .breadcumb-inner a {
  color: #fff;
  font-weight: 700;
}

.breadcumb-area .breadcumb-inner li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcumb-area .breadcumb-inner li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

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

.section-heading .text1,
.section-heading .text2 {
  font-size: 36px;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .section-heading .text1,
  .section-heading .text2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1367px) {
  .section-heading .text1,
  .section-heading .text2 {
    font-size: 24px;
  }
}

.section-heading .text1 {
  background: #FF0001;
  color: #fff;
}

.section-heading .text2 {
  color: #111;
}

.four-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.four-box iframe,
.four-box p iframe {
  width: 50%;
  max-width: 50%;
  padding: 10px;
  height: 300px;
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaRegular.otf);
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaThin.otf);
  font-weight: 100;
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaLight.otf);
  font-weight: 300;
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaBold.otf);
  font-weight: 500;
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaExtrabold.otf);
  font-weight: 700;
}

@font-face {
  font-family: vFont;
  src: url(../fonts/ProximaNovaBlack.otf);
  font-weight: 900;
}

body {
  font-family: vFont;
}

/* header area */
body.open {
  height: 100vh;
  overflow: hidden;
  background: #ba0304;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0304), color-stop(50%, #ff0001), to(#ba0304));
  background: linear-gradient(180deg, #ba0304 0%, #ff0001 50%, #ba0304 100%);
}

body.open header {
  height: 100vh;
  background: #ba0304;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba0304), color-stop(50%, #ff0001), to(#ba0304));
  background: linear-gradient(180deg, #ba0304 0%, #ff0001 50%, #ba0304 100%);
  width: 100vw;
  overflow: hidden;
}

body.open header div {
  display: block;
}

body.open div {
  display: none;
}

@media only screen and (max-width: 991px) {
  body.open .navbar .btn-header {
    margin-top: 50px;
  }
}

body.open .navbar .btn-header span {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  body.open .navbar .btn-header span {
    font-size: 36px;
    padding: 20px 50px 20px 70px;
  }
}

@media only screen and (max-width: 480px) {
  body.open .navbar .btn-header span {
    font-size: 28px;
    padding: 15px 30px 15px 40px;
  }
}

body.open .navbar .btn-header:before {
  background: #111;
}

@media only screen and (max-width: 991px) {
  body.open .navbar .btn-header:before {
    height: 90px;
    top: 5px;
    background: #111;
  }
}

@media only screen and (max-width: 480px) {
  body.open .navbar .btn-header:before {
    height: 60px;
    padding: 15px 30px 15px 40px;
  }
}

body.open .navbar .btn-header:after {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  body.open .navbar .btn-header:after {
    height: 90px;
    background: #fff;
  }
}

@media only screen and (max-width: 480px) {
  body.open .navbar .btn-header:after {
    height: 60px;
    padding: 15px 30px 15px 40px;
  }
}

body.open .navbar .btn-header:hover:before, body.open .navbar .btn-header:focus:before {
  background: #fff;
}

body.open .navbar .btn-header:hover span, body.open .navbar .btn-header:focus span {
  color: #111;
}

body.open .navbar .btn-header:hover:after, body.open .navbar .btn-header:focus:after {
  background: #111;
  height: 80px;
  right: -10px;
}

@media only screen and (max-width: 991px) {
  body.open .navbar .btn-header:hover:after, body.open .navbar .btn-header:focus:after {
    background: #FF0001;
    height: 90px;
  }
}

@media only screen and (max-width: 480px) {
  body.open .navbar .btn-header:hover:after, body.open .navbar .btn-header:focus:after {
    height: 60px;
    background: #111;
  }
}

body.open .navbar .navbar-brand {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
}

body.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover, body.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus {
  color: #000;
}

body.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover:before, body.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus:before {
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  .navbar {
    margin: 10px 0 10px 0;
  }
}

.navbar .navbar-brand img {
  max-height: 40px;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    max-height: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-brand img {
    max-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-brand img {
    max-height: 40px;
  }
}

.open .navbar .navbar-brand {
  z-index: 9;
}

.navbar.navbar-expand-lg .navbar-toggler {
  margin-left: auto;
  margin-right: 0;
  border: none;
  background: #FF0001;
  color: white;
  border-radius: 0;
  position: relative;
  padding: 12px 20px;
  /** Animate collapse into X. */
}

@media only screen and (max-width: 768px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 7px 13px;
  }
}

.open .navbar.navbar-expand-lg .navbar-toggler {
  z-index: 9;
}

.navbar.navbar-expand-lg .navbar-toggler:after {
  content: '';
  background: #000;
  width: inherit;
  height: 72px;
  position: absolute;
  top: 5px;
  left: 7px;
  right: -11px;
  bottom: 0px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .navbar.navbar-expand-lg .navbar-toggler:after {
    height: 50px;
    right: -8px;
    bottom: 0px;
  }
}

.navbar.navbar-expand-lg .navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 7px;
  width: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  /* top line needs a little padding */
}

.navbar.navbar-expand-lg .navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

@media only screen and (max-width: 768px) {
  .navbar.navbar-expand-lg .navbar-toggler span {
    height: 4px;
    width: 30px;
  }
}

.navbar.navbar-expand-lg .navbar-toggler span {
  /* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
  /* center line goes transparent */
  /* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
}

.navbar.navbar-expand-lg .navbar-toggler span:nth-child(1) {
  -webkit-transform: translate(15%, -33%) rotate(45deg);
          transform: translate(15%, -33%) rotate(45deg);
}

.navbar.navbar-expand-lg .navbar-toggler span:nth-child(2) {
  opacity: 0;
}

.navbar.navbar-expand-lg .navbar-toggler span:nth-child(3) {
  -webkit-transform: translate(15%, 33%) rotate(-45deg);
          transform: translate(15%, 33%) rotate(-45deg);
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded='false'] {
  /* Animate collapse open into hamburger menu */
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded='false'] span {
  /* top line moves back to initial position and rotates back to 0 degrees */
  /* middle line goes back to regular color and opacity */
  /* bottom line goes back to initial position and rotates back to 0 degrees */
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded='false'] span:nth-child(1) {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
          transform: translate(0%, 0%) rotate(0deg);
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded='false'] span:nth-child(2) {
  opacity: 1;
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded='false'] span:nth-child(3) {
  -webkit-transform: translate(0%, 0%) rotate(0deg);
          transform: translate(0%, 0%) rotate(0deg);
}

@media only screen and (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-collapse {
    position: absolute;
    left: 40%;
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

.open .navbar.navbar-expand-lg .navbar-collapse {
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav {
  margin-left: 50px;
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav {
    margin-right: 30px;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  opacity: 0;
  margin-bottom: 5px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    opacity: 1;
    margin-right: 30px;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(5) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(4) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(2) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(1) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(1) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(2) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(3) span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(4) span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.open .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(5) span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
  position: relative;
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  margin: 15px 0;
  font-weight: 800;
  letter-spacing: 3px;
}

@media only screen and (min-width: 480px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    font-size: 40px;
    margin: 30px 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    font-size: 18px;
    color: #444;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #FF0001;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media only screen and (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:before {
    left: -15px;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover, .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus {
  color: #FF0001;
}

@media only screen and (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover, .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus {
    color: #fff !important;
    text-shadow: 0px 4px 4px #444;
  }
}

.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover:before, .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus:before {
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:hover:before, .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link:focus:before {
    width: 25px;
    background-color: #fff !important;
    height: 7px;
    left: -80px;
  }
}

.navbar.navbar-expand-lg .navbar-collapse button {
  margin-left: 0;
  margin-right: 0;
}

.menu {
  width: 320px;
  height: 568px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0px 12px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 12px white;
          box-shadow: 0 0 0px 12px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 12px white;
  overflow: hidden;
  position: relative;
  background-color: #eaecef;
  margin: 30px auto;
}

.menu__trigger {
  position: absolute;
  top: 24px;
  right: 26px;
  cursor: pointer;
}

.menu__trigger:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  top: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ee43bd), to(#ffd779));
  background-image: linear-gradient(0deg, #ee43bd 0%, #ffd779 100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
}

.menu__trigger span {
  position: relative;
  z-index: 1;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu__trigger:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu__trigger--close {
  visibility: hidden;
  opacity: 0;
}

.menu__logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.menu__logo svg {
  width: 185px;
  margin: 0 auto;
  display: block;
}

.menu__logo h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  letter-spacing: -1.5px;
  line-height: 28px;
}

.menu__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.menu__inner-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.menu__inner-background li {
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}

.menu__inner-background li:first-child {
  width: 21px;
}

.menu__inner-background li:nth-child(2) {
  width: calc(33.33% - 14px);
}

.menu__inner-background li:nth-child(3) {
  width: calc(33.33% - 14px);
}

.menu__inner-background li:nth-child(4) {
  width: calc(33.33% - 14px);
}

.menu__inner-background li:last-child {
  width: 21px;
}

.menu__inner-background li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.menu__inner-background li i:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #edeff5;
  z-index: 2;
}

.menu__items-wrapper {
  position: relative;
  padding-left: 22px;
}

.menu__items-list {
  position: relative;
  z-index: 1;
}

.menu__items-list li {
  margin-bottom: 8px;
}

.menu__items-list li a {
  color: #282828;
  text-decoration: none;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  letter-spacing: -1.2px;
  font-weight: 900;
}

.menu__items-shape {
  position: absolute;
  left: -32px;
  top: -60px;
}

.menu__items-shape svg {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  min-height: 150px;
  margin: 0 auto;
}

.menu-icon-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}

.home .menu-icon-toggle {
  top: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.home:not(.open) .menu-icon-toggle span {
  background-color: #fff;
}

.menu-icon-toggle::before, .menu-icon-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-icon-toggle::before {
  top: 6px;
}

.menu-icon-toggle::after {
  bottom: 6px;
}

.open .menu-icon-toggle span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  background-color: #6191d1;
}

.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.open .menu {
  visibility: visible;
}

.menu li {
  opacity: 0;
  margin-bottom: 5px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu li:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.menu li:nth-child(5) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu li:nth-child(4) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu li:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.menu li:nth-child(2) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.menu li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.menu li:nth-child(1) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.open .menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.open .menu li:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .menu li:nth-child(1) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .menu li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .menu li:nth-child(2) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .menu li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .menu li:nth-child(3) span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .menu li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .menu li:nth-child(4) span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .menu li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.open .menu li:nth-child(5) span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.menu a {
  position: relative;
  font-size: 24px;
  text-decoration: none;
  color: #6191d1;
}

.menu a::before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #6191d1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu a:hover::before {
  width: 15px;
}

.content {
  -webkit-transition: all 0.3s 1s;
  transition: all 0.3s 1s;
}

.open .content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.share-section {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-section h5 {
  color: #FF0001;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
}

.share-section h5 span {
  color: #111;
}

.share-section .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-section .social-share li {
  list-style: none;
  margin: 0 10px;
}

.share-section .social-share li a {
  font-size: 36px;
  text-align: center;
  color: #ccc;
}

.share-section .social-share li a:hover, .share-section .social-share li a:focus {
  color: #FF0001;
}

.bottom-highlight {
  background: #F2F2F2;
  padding: 70px 0;
  margin-top: 0;
}

.bottom-highlight .block-text {
  color: #121212;
}

.bottom-highlight .block-text h5 {
  font-size: 36px;
  font-weight: 300;
}

.bottom-highlight .block-text h5 span {
  color: #000;
  font-weight: 700;
}

.bottom-highlight .block-text h5 span.red {
  color: red;
}

@media only screen and (max-width: 991px) {
  .bottom-highlight img {
    height: 60px;
  }
}

footer {
  background: #FF0001;
  padding: 50px 0;
}

footer ul li {
  list-style: none;
  padding: 7px 0;
}

footer ul li a {
  color: #fff;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

footer .copyright .power-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copyright .power-by a img {
  height: 40px;
  margin-left: 15px;
}

footer .copyright .power-by a img.dark {
  display: none;
}

footer .copyright .power-by a:hover img.white, footer .copyright .power-by a:focus img.white {
  display: none;
}

footer .copyright .power-by a:hover img.dark, footer .copyright .power-by a:focus img.dark {
  display: block;
}

footer .copyright .power-by img {
  height: 40px;
  margin-left: 15px;
}

footer .copyright p {
  text-align: center;
  color: #fff;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.social-footer li {
  padding: 10px;
}

.social-footer li a {
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 7px 2px 4px, rgba(17, 17, 26, 0.01) 3px 8px 9px;
          box-shadow: rgba(17, 17, 26, 0.05) 7px 2px 4px, rgba(17, 17, 26, 0.01) 3px 8px 9px;
  padding: 10px 12px;
}

.social-footer li a:hover, .social-footer li a:focus {
  color: black;
}

/* banner area */
.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: vFont;
}

@media only screen and (min-width: 992px) {
  .banner-area.banner-home {
    min-height: 70vh;
  }
}

@media only screen and (max-width: 991px) {
  .banner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-area .left-box {
  position: relative;
  z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1367px) {
  .banner-area .left-box {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-area .left-box {
    margin: 80px 50px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .left-box {
    margin: 0px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .left-box canvas {
    width: 300px !important;
    height: 300px !important;
  }
}

.banner-area .right-box {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-area .right-box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.banner-area .right-box svg {
  position: absolute;
  z-index: 0;
  opacity: 0.03;
  top: -50px;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
  overflow: hidden;
  /* vendor prefixes omitted due to brevity */
}

@media only screen and (max-width: 991px) {
  .banner-area .right-box svg {
    max-width: 700px !important;
    max-height: 700px !important;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box svg {
    width: 100% !important;
    height: 100% !important;
  }
}

@media only screen and (min-width: 1366px) {
  .banner-area .right-box .text-box {
    width: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1367px) {
  .banner-area .right-box .text-box {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-area .right-box .text-box {
    margin: 90px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .text-box {
    margin: 40px 40px 20px 40px;
  }
}

.banner-area .right-box .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .banner-area .right-box .line {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .line {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.banner-area .right-box .line.line2 .ml15 {
  font-size: 32px;
  background: #333;
}

@media only screen and (max-width: 768px) {
  .banner-area .right-box .line.line2 .ml15 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .line.line2 .ml15 {
    font-size: 20px;
  }
}

.banner-area .right-box .line:first-child {
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .line:first-child {
    margin-left: 15px;
  }
}

.banner-area .right-box .line:nth-child(2) {
  margin-left: 60px;
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .line:nth-child(2) {
    margin-left: 30px;
  }
}

.banner-area .right-box .line:nth-child(3) {
  margin-left: 15px;
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .line:nth-child(3) {
    margin-left: 10px;
  }
}

.banner-area .right-box .line:last-child {
  margin-left: 0;
}

.banner-area .right-box .ml15 {
  font-size: 32px;
  background: #FF0001;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 10px;
  color: #fff;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .banner-area .right-box .ml15 {
    font-size: 24px;
  }
}

.banner-area .right-box .ml15 .word {
  display: inline-block;
  line-height: 36px;
}

@media only screen and (max-width: 480px) {
  .banner-area .right-box .ml15 .word {
    line-height: 40px;
  }
}

.home-scroll.scroll-to-content {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-scroll.scroll-to-content a {
  color: #444;
  font-size: 48px;
  position: unset;
  font-size: 32px;
}

.home-scroll.scroll-to-content a:hover, .home-scroll.scroll-to-content a:focus {
  color: #FF0001;
}

.home-scroll.scroll-to-content a:hover span, .home-scroll.scroll-to-content a:focus span {
  display: none;
}

.home-scroll.scroll-to-content a:hover p:after, .home-scroll.scroll-to-content a:focus p:after {
  width: 100px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-scroll.scroll-to-content a p {
  position: relative;
}

.home-scroll.scroll-to-content a p:after {
  background: #FF0001;
  width: 10px;
  height: 0px;
  content: '';
  position: absolute;
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-scroll.scroll-to-content a span {
  border-left: 1px solid #FF0001;
  border-bottom: 1px solid #FF0001;
}

.banner-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner-fade {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes banner-fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes banner-fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.banner-fade {
  -webkit-animation-name: banner-fade;
  animation-name: banner-fade;
}

.mid-layer {
  background: transparent;
  color: white;
  font: 3vw/1.2 'Gelasio', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-animation-name: perspective;
          animation-name: perspective;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes perspective {
  0% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  75% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes perspective {
  0% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  75% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-perspective: 400px;
            perspective: 400px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mid-layer p {
  font-family: vFont;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mid-layer span {
  display: inline-block;
}

.mid-layer span:nth-child(1) {
  -webkit-transform: translateZ(-263.92253px);
          transform: translateZ(-263.92253px);
}

.mid-layer span:nth-child(2) {
  -webkit-transform: translateZ(-892.34235px);
          transform: translateZ(-892.34235px);
}

.mid-layer span:nth-child(3) {
  -webkit-transform: translateZ(-530.42245px);
          transform: translateZ(-530.42245px);
}

.mid-layer span:nth-child(4) {
  -webkit-transform: translateZ(-797.52316px);
          transform: translateZ(-797.52316px);
}

.mid-layer span:nth-child(5) {
  -webkit-transform: translateZ(-900.57178px);
          transform: translateZ(-900.57178px);
}

.mid-layer span:nth-child(6) {
  -webkit-transform: translateZ(-754.79253px);
          transform: translateZ(-754.79253px);
}

.mid-layer span:nth-child(7) {
  -webkit-transform: translateZ(-527.53856px);
          transform: translateZ(-527.53856px);
}

.mid-layer span:nth-child(8) {
  -webkit-transform: translateZ(-155.47365px);
          transform: translateZ(-155.47365px);
}

.mid-layer span:nth-child(9) {
  -webkit-transform: translateZ(-134.91043px);
          transform: translateZ(-134.91043px);
}

.mid-layer span:nth-child(10) {
  -webkit-transform: translateZ(-318.83587px);
          transform: translateZ(-318.83587px);
}

.mid-layer span:nth-child(11) {
  -webkit-transform: translateZ(-848.70966px);
          transform: translateZ(-848.70966px);
}

.mid-layer span:nth-child(12) {
  -webkit-transform: translateZ(-187.50954px);
          transform: translateZ(-187.50954px);
}

.mid-layer span:nth-child(13) {
  -webkit-transform: translateZ(-935.50232px);
          transform: translateZ(-935.50232px);
}

.mid-layer span:nth-child(14) {
  -webkit-transform: translateZ(-725.02192px);
          transform: translateZ(-725.02192px);
}

.mid-layer span:nth-child(15) {
  -webkit-transform: translateZ(-236.16974px);
          transform: translateZ(-236.16974px);
}

.mid-layer span:nth-child(16) {
  -webkit-transform: translateZ(-792.49973px);
          transform: translateZ(-792.49973px);
}

.mid-layer span:nth-child(17) {
  -webkit-transform: translateZ(-999.9213px);
          transform: translateZ(-999.9213px);
}

.mid-layer span:nth-child(18) {
  -webkit-transform: translateZ(-939.51938px);
          transform: translateZ(-939.51938px);
}

.mid-layer span:nth-child(19) {
  -webkit-transform: translateZ(-360.83461px);
          transform: translateZ(-360.83461px);
}

.mid-layer span:nth-child(20) {
  -webkit-transform: translateZ(-953.72424px);
          transform: translateZ(-953.72424px);
}

.mid-layer span:nth-child(21) {
  -webkit-transform: translateZ(-637.43902px);
          transform: translateZ(-637.43902px);
}

.mid-layer span:nth-child(22) {
  -webkit-transform: translateZ(-753.18718px);
          transform: translateZ(-753.18718px);
}

.mid-layer span:nth-child(23) {
  -webkit-transform: translateZ(-564.18397px);
          transform: translateZ(-564.18397px);
}

.mid-layer span:nth-child(24) {
  -webkit-transform: translateZ(-474.14282px);
          transform: translateZ(-474.14282px);
}

.mid-layer span:nth-child(25) {
  -webkit-transform: translateZ(-642.93971px);
          transform: translateZ(-642.93971px);
}

.mid-layer span:nth-child(26) {
  -webkit-transform: translateZ(-595.20036px);
          transform: translateZ(-595.20036px);
}

.mid-layer span:nth-child(27) {
  -webkit-transform: translateZ(-767.11309px);
          transform: translateZ(-767.11309px);
}

.mid-layer span:nth-child(28) {
  -webkit-transform: translateZ(-913.18824px);
          transform: translateZ(-913.18824px);
}

.mid-layer span:nth-child(29) {
  -webkit-transform: translateZ(-544.59765px);
          transform: translateZ(-544.59765px);
}

.mid-layer span:nth-child(30) {
  -webkit-transform: translateZ(-673.90306px);
          transform: translateZ(-673.90306px);
}

.mid-layer span:nth-child(31) {
  -webkit-transform: translateZ(-183.60208px);
          transform: translateZ(-183.60208px);
}

.mid-layer span:nth-child(32) {
  -webkit-transform: translateZ(-692.21092px);
          transform: translateZ(-692.21092px);
}

.mid-layer span:nth-child(33) {
  -webkit-transform: translateZ(-292.98884px);
          transform: translateZ(-292.98884px);
}

.mid-layer span:nth-child(34) {
  -webkit-transform: translateZ(-538.66793px);
          transform: translateZ(-538.66793px);
}

.mid-layer span:nth-child(35) {
  -webkit-transform: translateZ(-924.54863px);
          transform: translateZ(-924.54863px);
}

.mid-layer span:nth-child(36) {
  -webkit-transform: translateZ(-658.90963px);
          transform: translateZ(-658.90963px);
}

.mid-layer span:nth-child(37) {
  -webkit-transform: translateZ(-778.15723px);
          transform: translateZ(-778.15723px);
}

.mid-layer span:nth-child(38) {
  -webkit-transform: translateZ(-232.08869px);
          transform: translateZ(-232.08869px);
}

.mid-layer span:nth-child(39) {
  -webkit-transform: translateZ(-828.28995px);
          transform: translateZ(-828.28995px);
}

.mid-layer span:nth-child(40) {
  -webkit-transform: translateZ(-646.09048px);
          transform: translateZ(-646.09048px);
}

.mid-layer span:nth-child(41) {
  -webkit-transform: translateZ(-864.61932px);
          transform: translateZ(-864.61932px);
}

.mid-layer span:nth-child(42) {
  -webkit-transform: translateZ(-851.32779px);
          transform: translateZ(-851.32779px);
}

.mid-layer span:nth-child(43) {
  -webkit-transform: translateZ(-158.79911px);
          transform: translateZ(-158.79911px);
}

.mid-layer span:nth-child(44) {
  -webkit-transform: translateZ(-436.22829px);
          transform: translateZ(-436.22829px);
}

.mid-layer span:nth-child(45) {
  -webkit-transform: translateZ(-577.2837px);
          transform: translateZ(-577.2837px);
}

.mid-layer span:nth-child(46) {
  -webkit-transform: translateZ(-337.09598px);
          transform: translateZ(-337.09598px);
}

.mid-layer span:nth-child(47) {
  -webkit-transform: translateZ(-547.6617px);
          transform: translateZ(-547.6617px);
}

.mid-layer span:nth-child(48) {
  -webkit-transform: translateZ(-577.38387px);
          transform: translateZ(-577.38387px);
}

.mid-layer span:nth-child(49) {
  -webkit-transform: translateZ(-472.97357px);
          transform: translateZ(-472.97357px);
}

.mid-layer span:nth-child(50) {
  -webkit-transform: translateZ(-350.91822px);
          transform: translateZ(-350.91822px);
}

.mid-layer span:nth-child(51) {
  -webkit-transform: translateZ(-126.58488px);
          transform: translateZ(-126.58488px);
}

.mid-layer span:nth-child(52) {
  -webkit-transform: translateZ(-141.74371px);
          transform: translateZ(-141.74371px);
}

.mid-layer span:nth-child(53) {
  -webkit-transform: translateZ(-196.35725px);
          transform: translateZ(-196.35725px);
}

.mid-layer span:nth-child(54) {
  -webkit-transform: translateZ(-589.0225px);
          transform: translateZ(-589.0225px);
}

.mid-layer span:nth-child(55) {
  -webkit-transform: translateZ(-446.87235px);
          transform: translateZ(-446.87235px);
}

.mid-layer span:nth-child(56) {
  -webkit-transform: translateZ(-356.08536px);
          transform: translateZ(-356.08536px);
}

.mid-layer span:nth-child(57) {
  -webkit-transform: translateZ(-898.34983px);
          transform: translateZ(-898.34983px);
}

.mid-layer span:nth-child(58) {
  -webkit-transform: translateZ(-905.55208px);
          transform: translateZ(-905.55208px);
}

.mid-layer span:nth-child(59) {
  -webkit-transform: translateZ(-737.56619px);
          transform: translateZ(-737.56619px);
}

.mid-layer span:nth-child(60) {
  -webkit-transform: translateZ(-223.54214px);
          transform: translateZ(-223.54214px);
}

.mid-layer span:nth-child(61) {
  -webkit-transform: translateZ(-633.17818px);
          transform: translateZ(-633.17818px);
}

.mid-layer span:nth-child(62) {
  -webkit-transform: translateZ(-520.12587px);
          transform: translateZ(-520.12587px);
}

.mid-layer span:nth-child(63) {
  -webkit-transform: translateZ(-71.22644px);
          transform: translateZ(-71.22644px);
}

.mid-layer span:nth-child(64) {
  -webkit-transform: translateZ(-212.38782px);
          transform: translateZ(-212.38782px);
}

.mid-layer span:nth-child(65) {
  -webkit-transform: translateZ(-654.64298px);
          transform: translateZ(-654.64298px);
}

.mid-layer span:nth-child(66) {
  -webkit-transform: translateZ(-538.37213px);
          transform: translateZ(-538.37213px);
}

.mid-layer span:nth-child(67) {
  -webkit-transform: translateZ(-793.74361px);
          transform: translateZ(-793.74361px);
}

.mid-layer span:nth-child(68) {
  -webkit-transform: translateZ(-290.85336px);
          transform: translateZ(-290.85336px);
}

.mid-layer span:nth-child(69) {
  -webkit-transform: translateZ(-126.65302px);
          transform: translateZ(-126.65302px);
}

.mid-layer span:nth-child(70) {
  -webkit-transform: translateZ(-880.5399px);
          transform: translateZ(-880.5399px);
}

.zoom-box {
  position: relative;
  overflow: hidden;
}

.zoom-text {
  position: relative;
  height: 100vh;
}

.zoom-text .top-layer {
  position: relative;
  z-index: 2;
  opacity: 0.07;
  top: 0px;
}

.zoom-text .top-layer img {
  width: 700px;
  height: auto;
}

.zoom-text .mid-layer {
  position: absolute;
  z-index: 0;
  width: 720px;
  height: 450px;
  top: 00px;
  overflow: hidden;
}

.zoom-text .bottom-layer {
  position: absolute;
  z-index: 0;
  max-width: 55vw;
  min-height: 100vh;
  top: 0px;
}

.zoom-text .bottom-layer img {
  width: 700px;
  height: auto;
}

.v-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 653px;
  height: 382px;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box {
    width: 370px;
    height: 306px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box {
    width: 360px;
    height: 211px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box {
    width: 287px;
    height: 168px;
  }
}

.v-box img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  margin-left: 0;
}

.v-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.v-box .right {
  width: 50%;
  position: relative;
}

.v-box .shape1 {
  width: 314px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape1 {
    width: 220px;
    height: 290px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape1 {
    width: 173px;
    height: 211px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape1 {
    width: 138px;
    height: 168px;
  }
}

.v-box .shape2 {
  width: 144px;
  position: absolute;
  left: 260px;
  bottom: -100px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape2 {
    width: 100px;
    height: 100px;
    left: 175px;
    bottom: 34px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape2 {
    width: 79px;
    height: 98px;
    left: 145px;
    bottom: 0px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape2 {
    width: 63px;
    height: 78px;
    left: 115px;
  }
}

.v-box .shape3 {
  position: absolute;
  width: 146px;
  left: 366px;
  top: -92px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape3 {
    width: 118px;
    height: 149px;
    left: 235px;
    top: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape3 {
    width: 110px;
    height: 140px;
    left: 186px;
    top: -19px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape3 {
    width: 88px;
    height: 112px;
    left: 155px;
    top: -18px;
  }
}

.v-box .shape4 {
  width: 200px;
  position: absolute;
  right: 107px;
  top: 29px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape4 {
    width: 145px;
    height: 190px;
    left: 221px;
    top: 73px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape4 {
    width: 110px;
    height: 140px;
    right: 63px;
    top: 50px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape4 {
    width: 88px;
    height: 112px;
    right: 51px;
    top: 40px;
  }
}

.v-box .shape5 {
  position: absolute;
  width: 53px;
  right: 91px;
  top: -65px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape5 {
    width: 39px;
    height: 39px;
    left: 330px;
    top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape5 {
    width: 29px;
    height: 30px;
    right: 54px;
    top: 48px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape5 {
    width: 23px;
    height: 31px;
    right: 45px;
    top: 38px;
  }
}

.v-box .shape6 {
  width: 152px;
  position: absolute;
  right: -8px;
  top: 50px;
}

@media only screen and (min-width: 991px) and (max-width: 1367px) {
  .v-box .shape6 {
    width: 101px;
    height: 150px;
    left: 334px;
    top: 109px;
  }
}

@media only screen and (max-width: 768px) {
  .v-box .shape6 {
    width: 87px;
    height: 117px;
    right: 0px;
    top: 68px;
  }
}

@media only screen and (max-width: 360px) {
  .v-box .shape6 {
    width: 67px;
    height: 94px;
    right: 0px;
    top: 58px;
  }
}

@-webkit-keyframes fadeInTopAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInTop {
  cursor: pointer;
  -webkit-animation: fadeInTopAnimation 1.5s 2;
          animation: fadeInTopAnimation 1.5s 2;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInBottomAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInBottom {
  cursor: pointer;
  -webkit-animation: fadeInBottomAnimation 1.5s 2;
          animation: fadeInBottomAnimation 1.5s 2;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  cursor: pointer;
  -webkit-animation: fadeInLeftAnimation 1.5s 2;
          animation: fadeInLeftAnimation 1.5s 2;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  cursor: pointer;
  -webkit-animation: fadeInRightAnimation 1.5s 2;
          animation: fadeInRightAnimation 1.5s 2;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInAnimation5 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInAnimation5 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeIn3 {
  cursor: pointer;
  -webkit-animation: fadeInAnimation5 1.5s 1;
          animation: fadeInAnimation5 1.5s 1;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInAnimation6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInAnimation6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeIn4 {
  cursor: pointer;
  -webkit-animation: fadeInAnimation6 1.5s 2;
          animation: fadeInAnimation6 1.5s 2;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#campaign_start,
.campaigns-listing .campaign-heading {
  background: url("/static/frontend/images/latest-title-bg.jpg");
  background-size: cover;
  height: 146px;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 40px 0;
}

.grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: hidden;
}

@media only screen and (min-width: 1366px) {
  .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
        grid-template-columns: repeat(24, 1fr);
    -ms-grid-rows: (16vh)[22];
        grid-template-rows: repeat(22, 16vh);
    grid-gap: 0px;
    grid-auto-flow: dense;
    font-size: 40px;
    color: #fff;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .grid-wrapper {
    -ms-grid-rows: (22vh)[22];
        grid-template-rows: repeat(22, 22vh);
  }
}

@media only screen and (min-width: 1536px) {
  .grid-wrapper {
    -ms-grid-rows: (25vh)[22];
        grid-template-rows: repeat(22, 25vh);
  }
}

@media only screen and (max-width: 1365px) {
  .grid-wrapper .box {
    width: 49.7vw;
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box {
    height: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-wrapper .box {
    height: 250px;
  }
}

.grid-wrapper .box.one .info-box {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background: #232323;
  color: #fff;
  padding: 50px;
  width: 90%;
  height: auto;
  text-decoration: none;
}

@media only screen and (min-width: 1441px) {
  .grid-wrapper .box.one .info-box {
    width: 15em;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .grid-wrapper .box.one .info-box {
    width: 12em;
  }
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box.one .info-box {
    padding: 20px;
    width: 65%;
  }
}

.grid-wrapper .box.one .info-box h5 {
  margin: 15px 0;
}

.grid-wrapper .box.one .info-box h5 span {
  font-size: 36px;
}

@media only screen and (max-width: 1365px) {
  .grid-wrapper .box.one .info-box h5 span {
    font-size: 48px;
  }
}

.grid-wrapper .box.one .info-box h5:before {
  height: 80px;
}

.grid-wrapper .box.one .info-box h5:after {
  height: 80px;
}

.grid-wrapper .box.one .info-box p {
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .grid-wrapper .box.one .info-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1365px) {
  .grid-wrapper .box.one .info-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box.one .info-box p {
    font-size: 12px;
  }
}

.grid-wrapper .box.one .info-box .tags span {
  color: #fff;
}

.grid-wrapper .box.one .info-box .tags span:after {
  background: #fff;
}

.grid-wrapper .box.one .info-box:hover, .grid-wrapper .box.one .info-box:focus {
  background: #FF0001;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.grid-wrapper .box.one .info-box:hover h5,
.grid-wrapper .box.one .info-box:hover p, .grid-wrapper .box.one .info-box:focus h5,
.grid-wrapper .box.one .info-box:focus p {
  color: #fff;
}

.grid-wrapper .box.one .info-box:hover h5:before, .grid-wrapper .box.one .info-box:focus h5:before {
  background: #000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  height: 80px;
}

.grid-wrapper .box.one .info-box:hover h5:after, .grid-wrapper .box.one .info-box:focus h5:after {
  background: #FFEEEE;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: calc(100% + 10px);
  right: -20px;
  height: 80px;
}

.grid-wrapper .box.one a.info-box .camp-title {
  z-index: 2;
}

.grid-wrapper .box.one a.info-box .camp-title span {
  color: #fff;
  z-index: 3;
  border: none;
  -webkit-text-fill-color: #fff;
}

.grid-wrapper .box.one a.info-box .camp-title:before {
  background: #FF0001;
}

.grid-wrapper .box.one a.info-box .camp-title:after {
  background: #fff;
}

.grid-wrapper .box.one a.info-box:hover .camp-title:before, .grid-wrapper .box.one a.info-box:focus .camp-title:before {
  background: #000;
}

.grid-wrapper .box.one a.info-box:hover .camp-title:after, .grid-wrapper .box.one a.info-box:focus .camp-title:after {
  background: #fff;
}

.grid-wrapper .box.one a.info-box .box-bg:after {
  z-index: 1;
}

.grid-wrapper .box.one a.info-box .tags span {
  color: #fff;
}

.grid-wrapper .box.one a.info-box:hover .box-bg:after, .grid-wrapper .box.one a.info-box:focus .box-bg:after {
  background: url(../images/title-bg-alt.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .grid-wrapper .box.one, .grid-wrapper .box.two {
    width: 100vw !important;
    height: 100vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box.three:after, .grid-wrapper .box.eight:after, .grid-wrapper .box.thirteen:after, .grid-wrapper .box.sixteen:after, .grid-wrapper .box.twenty:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: auto;
    right: 0;
    border-top: 60px solid #FFEEEE !important;
    -webkit-filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .grid-wrapper .box.three:after, .grid-wrapper .box.eight:after, .grid-wrapper .box.thirteen:after, .grid-wrapper .box.sixteen:after, .grid-wrapper .box.twenty:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .grid-wrapper .box.three:after, .grid-wrapper .box.eight:after, .grid-wrapper .box.thirteen:after, .grid-wrapper .box.sixteen:after, .grid-wrapper .box.twenty:after {
    border-top: 45px solid #FFEEEE !important;
  }
}

.grid-wrapper .box.three.active:after, .grid-wrapper .box.eight.active:after, .grid-wrapper .box.thirteen.active:after, .grid-wrapper .box.sixteen.active:after, .grid-wrapper .box.twenty.active:after {
  border-top: 60px solid #FF0001 !important;
  -webkit-transition: 2s !important;
  transition: 2s !important;
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box.five:after, .grid-wrapper .box.nine:after, .grid-wrapper .box.fourteen:after, .grid-wrapper .box.eighteen:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    left: 0;
    right: auto;
    border-left: 0;
    border-top: 60px solid transparent;
    border-left: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .grid-wrapper .box.five:after, .grid-wrapper .box.nine:after, .grid-wrapper .box.fourteen:after, .grid-wrapper .box.eighteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .grid-wrapper .box.five:after, .grid-wrapper .box.nine:after, .grid-wrapper .box.fourteen:after, .grid-wrapper .box.eighteen:after {
    border-top: 45px solid transparent;
    border-left: 45px solid #FFEEEE;
  }
}

.grid-wrapper .box.five.active:after, .grid-wrapper .box.nine.active:after, .grid-wrapper .box.fourteen.active:after, .grid-wrapper .box.eighteen.active:after {
  border-top: 45px solid #FF0001 !important;
  -webkit-transition: 2s !important;
  transition: 2s !important;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

@media only screen and (max-width: 768px) {
  .grid-wrapper .box.five.active:after, .grid-wrapper .box.nine.active:after, .grid-wrapper .box.fourteen.active:after, .grid-wrapper .box.eighteen.active:after {
    border-left: 0;
    border-right: 45px solid transparent;
  }
}

.grid-wrapper .box img {
  -webkit-filter: contrast(1.05);
          filter: contrast(1.05);
}

.grid-wrapper .box:hover, .grid-wrapper .box:focus {
  overflow: hidden;
  /* The least supported option. */
}

.grid-wrapper .box:hover img, .grid-wrapper .box:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.one {
  background: red;
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .one {
    width: 100vw !important;
    height: 100vw !important;
  }
}

@media only screen and (min-width: 1366px) {
  .one {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 25;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 5;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1367px) {
  .one {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .two {
    width: 100vw !important;
    height: 100vw !important;
  }
}

@media only screen and (min-width: 1366px) {
  .two {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 25;
    -ms-grid-row: 5;
        grid-row-start: 5;
    grid-row-end: 9;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1367px) {
  .two {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.two .video-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.two .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.two .video-box .info-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.two .video-box .info-box span.video-campaign-title {
  padding: 0 10px;
  position: relative;
}

.two .video-box .info-box span.video-campaign-title:before {
  content: '';
  background: #FF0001;
  bottom: 0px;
  position: absolute;
  height: 2px;
  width: 50px;
  left: 10px;
}

.two .video-box .info-box span.video-campaign-title:after {
  content: '';
  background: #FFF;
  bottom: 0px;
  position: absolute;
  height: 2px;
  width: 75px;
  left: 50px;
}

.two .video-box .info-box .tags {
  margin-top: 10px;
}

.two .video-box .info-box .tags span {
  padding: 0 10px;
  color: #fff;
  margin-right: 0;
}

.two .video-box .info-box .tags span:after {
  background-color: #fff;
}

.two .video-box .info-box:hover, .two .video-box .info-box:focus {
  background: rgba(202, 0, 0, 0.85);
}

.two .video-box .info-box:hover span.video-campaign-title:before, .two .video-box .info-box:focus span.video-campaign-title:before {
  background: #000;
}

@media only screen and (min-width: 1366px) {
  .three {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 13;
    -ms-grid-row: 9;
        grid-row-start: 9;
    grid-row-end: 13;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1367px) {
  .three {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.three:after {
  content: '';
  bottom: 250px;
  right: 0;
  margin-bottom: -250px;
  border-top: 60px solid #FFF;
  border-left: 60px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

@media only screen and (max-width: 768px) {
  .three:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 1366px) {
  .four {
    -ms-grid-column: 13;
        grid-column-start: 13;
    grid-column-end: 25;
    -ms-grid-row: 9;
        grid-row-start: 9;
    grid-row-end: 11;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1367px) {
  .four {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (min-width: 1366px) {
  .five {
    -ms-grid-column: 13;
        grid-column-start: 13;
    grid-column-end: 19;
    -ms-grid-row: 11;
        grid-row-start: 11;
    grid-row-end: 13;
  }
}

@media only screen and (max-width: 1365px) {
  .five {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.five:after {
  content: '';
  bottom: 250px;
  right: 0;
  margin-bottom: -250px;
  border-top: 60px solid #FFF;
  border-left: 60px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  border-top: 60px solid #FFEEEE;
}

@media only screen and (max-width: 768px) {
  .five:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .five:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) and (max-width: 768px) {
  .five:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 1366px) {
  .six {
    -ms-grid-column: 19;
        grid-column-start: 19;
    grid-column-end: 25;
    -ms-grid-row: 11;
        grid-row-start: 11;
    grid-row-end: 13;
  }
}

@media only screen and (max-width: 1365px) {
  .six {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media only screen and (max-width: 1365px) {
  .seven {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media only screen and (min-width: 1366px) {
  .seven {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 7;
    -ms-grid-row: 13;
        grid-row-start: 13;
    grid-row-end: 15;
  }
}

@media only screen and (max-width: 1365px) {
  .eight {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media only screen and (min-width: 1366px) {
  .eight {
    -ms-grid-column: 7;
        grid-column-start: 7;
    grid-column-end: 13;
    -ms-grid-row: 13;
        grid-row-start: 13;
    grid-row-end: 15;
  }
}

@media only screen and (min-width: 1366px) {
  .eight:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 1366px) and (max-width: 768px) {
  .eight:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .eight:after {
    left: auto;
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    border-top: 60px solid #FFEEEE !important;
    border-left: 60px solid transparent;
    border-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) and (max-width: 768px) {
  .eight:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 1365px) {
  .nine {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media only screen and (min-width: 1366px) {
  .nine {
    -ms-grid-column: 13;
        grid-column-start: 13;
    grid-column-end: 19;
    -ms-grid-row: 13;
        grid-row-start: 13;
    grid-row-end: 15;
  }
}

.nine:after {
  content: '';
  bottom: 250px;
  right: 0;
  margin-bottom: -250px;
  border-top: 60px solid #FFF;
  border-left: 60px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

@media only screen and (max-width: 768px) {
  .nine:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .nine:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) and (max-width: 768px) {
  .nine:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 1365px) {
  .ten {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

@media only screen and (min-width: 1366px) {
  .ten {
    -ms-grid-column: 19;
        grid-column-start: 19;
    grid-column-end: 25;
    -ms-grid-row: 13;
        grid-row-start: 13;
    grid-row-end: 15;
  }
}

@media only screen and (max-width: 1365px) {
  .eleven {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media only screen and (min-width: 1366px) {
  .eleven {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 7;
    -ms-grid-row: 15;
        grid-row-start: 15;
    grid-row-end: 17;
  }
}

@media only screen and (max-width: 1365px) {
  .twelve {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}

@media only screen and (min-width: 1366px) {
  .twelve {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 7;
    -ms-grid-row: 17;
        grid-row-start: 17;
    grid-row-end: 19;
  }
}

@media only screen and (min-width: 1366px) {
  .thirteen {
    -ms-grid-column: 7;
        grid-column-start: 7;
    grid-column-end: 25;
    -ms-grid-row: 15;
        grid-row-start: 15;
    grid-row-end: 19;
  }
}

@media only screen and (max-width: 1365px) {
  .thirteen {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}

@media only screen and (min-width: 1366px) {
  .thirteen:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #fff;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 1366px) and (max-width: 768px) {
  .thirteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .thirteen:after {
    left: auto;
    right: 0;
    border-left: 60px solid transparent;
    border-right: 0;
  }
}

@media only screen and (max-width: 1365px) {
  .fourteen {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}

@media only screen and (min-width: 1366px) {
  .fourteen {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 7;
    -ms-grid-row: 19;
        grid-row-start: 19;
    grid-row-end: 21;
  }
}

.fourteen:after {
  content: '';
  bottom: 250px;
  right: 0;
  margin-bottom: -250px;
  border-top: 60px solid #FFF;
  border-left: 60px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  top: 0;
  left: 20%;
  border-top: 60px solid #FFEEEE;
  border-right: 60px solid transparent;
  -webkit-filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 28px 16px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

@media only screen and (max-width: 768px) {
  .fourteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .fourteen:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) and (max-width: 768px) {
  .fourteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 1365px) {
  .fifteen {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}

@media only screen and (min-width: 1366px) {
  .fifteen {
    -ms-grid-column: 7;
        grid-column-start: 7;
    grid-column-end: 13;
    -ms-grid-row: 19;
        grid-row-start: 19;
    grid-row-end: 21;
  }
}

@media only screen and (max-width: 1365px) {
  .sixteen {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}

@media only screen and (min-width: 1366px) {
  .sixteen {
    -ms-grid-column: 13;
        grid-column-start: 13;
    grid-column-end: 25;
    -ms-grid-row: 19;
        grid-row-start: 19;
    grid-row-end: 21;
  }
}

@media only screen and (min-width: 1366px) {
  .sixteen:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 1366px) and (max-width: 768px) {
  .sixteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .sixteen:after {
    right: 0;
    left: auto;
    border-left: 60px solid transparent;
    border-right: 0;
  }
}

@media only screen and (max-width: 1365px) {
  .seventeen {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}

@media only screen and (min-width: 1366px) {
  .seventeen {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 7;
    -ms-grid-row: 21;
        grid-row-start: 21;
    grid-row-end: 23;
  }
}

@media only screen and (max-width: 1365px) {
  .eighteen {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}

@media only screen and (min-width: 1366px) {
  .eighteen {
    -ms-grid-column: 7;
        grid-column-start: 7;
    grid-column-end: 13;
    -ms-grid-row: 21;
        grid-row-start: 21;
    grid-row-end: 23;
  }
}

.eighteen:after {
  content: '';
  bottom: 250px;
  right: 0;
  margin-bottom: -250px;
  border-top: 60px solid #FFF;
  border-left: 60px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  left: 0;
  border-left: 0;
  border-right: 60px solid transparent;
  border-top: 60px solid #FFEEEE;
  -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

@media only screen and (max-width: 768px) {
  .eighteen:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (max-width: 1365px) {
  .nineteen {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}

@media only screen and (min-width: 1366px) {
  .nineteen {
    -ms-grid-column: 13;
        grid-column-start: 13;
    grid-column-end: 19;
    -ms-grid-row: 21;
        grid-row-start: 21;
    grid-row-end: 23;
  }
}

@media only screen and (max-width: 1365px) {
  .twenty {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}

@media only screen and (min-width: 1366px) {
  .twenty {
    -ms-grid-column: 19;
        grid-column-start: 19;
    grid-column-end: 25;
    -ms-grid-row: 21;
        grid-row-start: 21;
    grid-row-end: 23;
  }
}

@media only screen and (min-width: 1366px) {
  .twenty:after {
    content: '';
    bottom: 250px;
    right: 0;
    margin-bottom: -250px;
    border-top: 60px solid #FFF;
    border-left: 60px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 15%;
    -webkit-filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-7px 0px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    left: 0;
    border-left: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #FFEEEE;
    -webkit-filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(11px 0 6px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  }
}

@media only screen and (min-width: 1366px) and (max-width: 768px) {
  .twenty:after {
    border-top: 45px solid #FFF;
    border-left: 45px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .twenty:after {
    right: 0;
    left: auto;
    border-left: 60px solid transparent;
    border-right: 0;
  }
}

/* GRID BOX */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .box {
    background: #FFEEEE;
  }
}

.box picture {
  width: 100%;
  height: 100%;
}

.box.active {
  background: #FF0001;
  color: #fff;
  -webkit-transition: 2s;
  transition: 2s;
}

.box.active a.info-box h5,
.box.active a.info-box p {
  color: #fff;
}

.box.active a.info-box .tags span {
  color: #fff;
}

.box.active a.info-box .tags span:after {
  background: #fff;
}

.box.active a.info-box h5:before {
  background: #000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.box.active a.info-box h5:after {
  background: #FFEEEE;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: calc(100% + 10px);
  right: -20px;
  height: 58px;
}

.box.active a.info-box .camp-title {
  background: none;
}

.box.active a.info-box .box-bg {
  position: relative;
}

.box.active a.info-box .box-bg:after {
  background: url("../images/title-bg-alt.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.box a.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .box a.info-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .box a.info-box {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .box a.info-box {
    padding: 15px;
  }
}

.box a.info-box .camp-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #444;
  position: relative;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(59deg, #020024 0%, #ff0001 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 520px) {
  .box a.info-box .camp-title {
    font-size: 20px;
  }
}

.box a.info-box .camp-title:before {
  content: '';
  background: #000;
  bottom: -8px;
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
}

.box a.info-box .camp-title:after {
  content: '';
  background: #FF0001;
  bottom: -8px;
  position: absolute;
  height: 2px;
  width: 75px;
  left: 50px;
}

.box a.info-box:hover .camp-title {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box a.info-box:hover .camp-title:after {
  background: #fff;
}

.box a.info-box .box-bg {
  position: relative;
  display: none;
}

.box a.info-box .box-bg:after {
  position: absolute;
  content: "";
  width: 320px;
  height: 73px;
  background: url("../images/title-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 0;
  top: auto;
  bottom: 24px;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .box a.info-box .box-bg:after {
    width: 230px;
    height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .box a.info-box .box-bg:after {
    height: 40px;
    bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .box a.info-box .box-bg:after {
    height: 35px;
    bottom: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .box a.info-box .box-bg:after {
    height: 30px;
    bottom: 10px;
  }
}

.box a.info-box h5 {
  position: relative;
  color: #121212;
  margin: 10px 0;
  z-index: 2;
  padding: 0 60px 0 60px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box a.info-box h5 span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 28px;
  white-space: nowrap;
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .box a.info-box h5 span {
    font-size: 24px;
  }
}

.box a.info-box h5:before {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #FF0001;
  width: inherit;
  height: 60px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .box a.info-box h5:before {
    height: 50px;
    right: 10px;
  }
}

.box a.info-box h5:after {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #000;
  width: inherit;
  height: 60px;
  position: absolute;
  top: 0;
  left: 10px;
  right: -10px;
  bottom: -5px;
  z-index: -1;
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .box a.info-box h5:after {
    height: 50px;
    right: 0;
  }
}

.box a.info-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 22px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .box a.info-box .tags {
    height: 28px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .box a.info-box .tags {
    height: 15px;
    margin-top: 5px;
  }
}

.box a.info-box .tags span {
  color: #111;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  font-family: 'League Spartan', sans-serif;
  position: relative;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .box a.info-box .tags span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .box a.info-box .tags span {
    font-size: 12px;
  }
}

.box a.info-box .tags span:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #2f2f2f;
  left: auto;
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
}

@media only screen and (min-width: 481px) {
  .box a.info-box .tags span:after {
    top: 5px;
    right: 1px;
    height: 14px;
  }
}

.box a.info-box .tags span:last-child:after {
  display: none;
}

.box a.info-box p {
  color: #121212;
  margin: 10px 0;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  /* line-height: 1.2em; */
  /* max-height: 5.6em; */
  text-align: justify;
  /* margin-right: -1em; */
  /* padding-right: 1em; */
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.6em;
  height: 5.6em;
  line-height: 1.4em;
  font-weight: 300;
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .box a.info-box p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .box a.info-box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .box a.info-box p {
    font-size: 11px;
    margin: 5px 0;
  }
}

@-webkit-keyframes move {
  0%,
  25% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    left: 20px;
  }
  75%,
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 100%;
  }
}

@keyframes move {
  0%,
  25% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    left: 20px;
  }
  75%,
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 100%;
  }
}

.campaign-link-home {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-link-home a {
  font-size: 20px;
  padding: 10px 30px;
  background-color: #FF0001;
  border: none;
  color: #FF0001;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(red), to(darkred)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, red, darkred) border-box;
  border-radius: 50em;
  border: 3px solid transparent;
}

@media only screen and (max-width: 480px) {
  .campaign-link-home a {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.campaign-link-home a:hover, .campaign-link-home a:focus {
  background: #FF0001;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 49, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(253, 49, 49, 0.5);
  border-color: #FF0001;
}

.box .video-box {
  position: relative;
}

.box .video-box .info-box {
  position: absolute;
  position: relative;
  top: 70%;
  bottom: auto;
  left: 50px;
  z-index: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.box .video-box .info-box span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 28px;
  padding: 7px 5px 7px 25px;
  display: block;
  max-width: 28ch;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .box .video-box .info-box span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .box .video-box .info-box span {
    font-size: 16px;
  }
}

.box .video-box .info-box:hover:before, .box .video-box .info-box:focus:before {
  background: #000;
}

.box .video-box .info-box:hover:after, .box .video-box .info-box:focus:after {
  background: #FFF;
}

/*----  Main Style  ----*/
#cards_agency_wrap-2 {
  text-align: center;
  background: #FFF;
}

#cards_agency_wrap-2 .container {
  padding-top: 100px;
  padding-bottom: 150px;
}

#cards_agency_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_agency_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_agency_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

#cards_agency_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#cards_agency_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_agency_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}

#cards_agency_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#cards_agency_wrap-2 .card-flyer {
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#cards_agency_wrap-2 .card-flyer:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

#cards_agency_wrap-2 .card-flyer:hover .text-box h6 {
  color: #FF0001;
  font-size: 28px;
}

#cards_agency_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

#cards_agency_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #FF0001;
}

.contact-intro {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin: 50px 0;
}

@media only screen and (min-width: 991px) {
  .contact-info {
    margin-bottom: 50px;
  }
}

.contact-info .contactbox {
  margin-bottom: 35px;
}

.textarea {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid red;
  margin: 50px auto;
  padding: 10px;
}

.contact-form label {
  display: none;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid #ced4da;
  padding: .5rem .85rem;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(231, 41, 7, 0.75);
          box-shadow: 0 0 0 1px rgba(231, 41, 7, 0.75);
}

.contact-form select.form-select:focus {
  border-color: rgba(231, 41, 7, 0.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(231, 41, 7, 0.15);
          box-shadow: 0 0 0 0.25rem rgba(231, 41, 7, 0.15);
}

.contact-form select.form-select option {
  background: #f0f0f0;
  color: #111;
}

.contact-form select.form-select option:focus {
  border-color: rgba(231, 41, 7, 0.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(231, 41, 7, 0.15);
          box-shadow: 0 0 0 0.25rem rgba(231, 41, 7, 0.15);
}

.contact-form select.form-select option:checked {
  background-color: red !important;
  color: white !important;
}

.contact-form textarea {
  padding: .85em;
}

.contact-form .btn-primary {
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 18px;
  background-color: #FF0001;
  border: none;
}

input[type="submit"] {
  background: yellow;
  color: #000;
  padding: 10px 20px;
}

button {
  color: #FF0001;
  padding: 10px 20px;
  font-size: 18px;
  margin: 0 auto;
}

.companies-form {
  background: url(../images/banner-contact-forms.jpg);
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: transparent;
  width: calc(2px * 2);
  border: 2px solid rgba(26, 26, 26, 0);
}

::-webkit-scrollbar-track-piece {
  background: transparent;
  width: calc(2px / 2);
  border: 2px solid rgba(26, 26, 26, 0);
}

body {
  scrollbar-face-color: rgba(255, 255, 255, 0.15);
  scrollbar-track-color: transparent;
}

.companies-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Sacramento", cursive;
  color: #fff;
  font-size: 24px;
  padding: 150px 0;
}

.companies-form .card {
  margin: auto;
  padding: 1em;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transform: perspective(500px);
          transform: perspective(500px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin: 1em;
}

.companies-form .card img {
  height: 60px;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.companies-form .card .welcome {
  font-family: "Sacramento", cursive;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.companies-form .card .contact-form-title-2 {
  font-family: vFont;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companies-form .card .contact-form-title-2 p {
  display: block;
  margin-bottom: 5px;
}

.companies-form .card .contact-form-title-2 p:nth-child(3) {
  margin-top: 15px;
}

.companies-form .card .contact-form-title-2 p a {
  color: beige;
  font-size: 24px;
  margin: 0 7px;
}

.companies-form .card .contact-form-title-2 p a:hover, .companies-form .card .contact-form-title-2 p a:focus {
  color: ghostwhite;
}

.error-area {
  border: 1px solid #ccc;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 30px;
  background: rgba(255, 0, 0, 0.75);
}

.campaign-slider .owl-carousel .owl-item .item {
  padding: 0 !important;
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .campaign-slider .owl-carousel .owl-item .item {
    height: 60vh;
  }
}

.campaign-slider .owl-carousel .owl-item div {
  position: relative;
  overflow: hidden;
}

.campaign-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  max-height: 1490px;
  -webkit-transition: all 20s;
  transition: all 20s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.campaign-slider .owl-carousel .owl-item:nth-child(even) img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.campaign-slider .owl-carousel .owl-item .owl-item:nth-child(odd) img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.campaign-slider .owl-carousel .owl-item.active:nth-child(even) img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.campaign-slider .owl-carousel .owl-item.active:nth-child(odd) img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.campaign-details a.title-box {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-left: 0;
  display: block;
  margin-top: 60px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #121212;
}

.campaign-details a.title-box:after {
  width: 150px;
  height: 2px;
  content: '';
  background: #FF0001;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@-webkit-keyframes shad-anim {
  0% {
    -webkit-text-stroke-color: white;
    text-shadow: 4px 4px #FF0001, 10px 10px #121212;
  }
  0% {
    -webkit-text-stroke-color: #FF0001;
    text-shadow: 4px 4px #121212, 10px 10px white;
  }
}

@keyframes shad-anim {
  0% {
    -webkit-text-stroke-color: white;
    text-shadow: 4px 4px #FF0001, 10px 10px #121212;
  }
  0% {
    -webkit-text-stroke-color: #FF0001;
    text-shadow: 4px 4px #121212, 10px 10px white;
  }
}

.campaign-details iframe {
  width: 100%;
  max-width: 100%;
}

.campaign-details img {
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}

.campaign-details p {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
  margin: 30px 0;
  font-weight: 300;
}

.slider-container {
  position: relative;
}

.main-slider {
  width: 100%;
  position: relative;
  margin-top: 1em;
}

.main-slider .owl-item {
  padding: 0;
  position: relative;
  opacity: 1;
}

.main-slider .owl-item .item {
  border-radius: 25px;
  position: relative;
}

.main-slider .owl-item .item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 60vh;
  border-radius: 25px;
}

@media only screen and (max-width: 991px) {
  .main-slider .owl-item .item img {
    height: 500px;
  }
}

.main-slider .center {
  opacity: 1;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9999;
}

.main-slider .owl-dot {
  display: none;
}

.main-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.main-slider .owl-nav .prev {
  position: absolute;
  height: 80%;
  width: 15%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .owl-nav .next {
  position: absolute;
  height: 80%;
  width: 15%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .owl-nav span i {
  font-size: 36px;
  color: #f2f2f2;
  text-shadow: 2px 2px 4px #000000;
}

.main-slider .owl-nav button:hover span i, .main-slider .owl-nav button:focus span i {
  color: #FF0001;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-slider .owl-thumbs {
  text-align: center;
  display: table;
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .main-slider .owl-thumbs {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 15px;
    background: rgba(0, 0, 0, 0.45);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.main-slider .owl-thumb-item {
  width: 100px;
  height: 70px;
  border: none;
  background: none;
  padding: 5px;
  opacity: 0.85;
  overflow: hidden;
  margin: 10px;
}

.main-slider .owl-thumb-item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .owl-thumb-item.active {
  opacity: 1;
  border: 2px solid #fff1f1;
}

.main-slider .owl-thumb-item.active img {
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}

#carrousel {
  margin: 10px;
}

@media (max-width: 768px) {
  #carrousel {
    margin: 70px 0px 0px 0px;
  }
}

@media (max-width: 425px) {
  #carrousel {
    margin: 50px 0px 0px 0px;
  }
}

#carrousel .title {
  margin-bottom: 10px;
  font-size: 30px;
}

#carrousel .owl-carousel .owl-item {
  height: 768px;
  position: relative;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}

@media (max-width: 768px) {
  #carrousel .owl-carousel .owl-item {
    height: 370px;
  }
}

@media (max-width: 380px) {
  #carrousel .owl-carousel .owl-item {
    height: 300px;
  }
}

#carrousel .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}

#carrousel .owl-item.big {
  -webkit-transform: scale(1);
          transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}

#carrousel .owl-item.medium {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2;
}

#carrousel .owl-item.medium.mdright {
  /*border: solid 1px red;*/
  position: relative;
  left: -30px;
}

@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdright {
    left: 0px;
  }
}

#carrousel .owl-item.medium.mdleft {
  /*border: solid 1px blue;*/
  position: relative;
  right: -30px;
}

@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdleft {
    right: 0px;
  }
}

#carrousel .owl-item.smallRight.active {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  left: -30px;
}

#carrousel .owl-item.smallLeft.active {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  right: -30px;
}

#carrousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}

#carrousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}

#carrousel .owl-nav .owl-prev:hover {
  color: #adadad !important;
}

#carrousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}

#carrousel .owl-nav .owl-next:hover {
  color: #adadad !important;
}

.cm-slider {
  margin-top: 3em;
}

.cm-slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-slider .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
  width: 25%;
  position: relative;
  height: 470px;
  padding-left: 0;
  padding-right: 2em;
  content: "Hello World!";
}

@media only screen and (min-width: 992px) {
  .cm-slider .thumbnails {
    padding-right: 6em;
    height: 650px;
  }
}

.cm-slider .thumbnails li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 20%;
  list-style: none;
  border: 1px solid #e7e7e7;
  background: whitesmoke;
}

.cm-slider .thumbnails li.shadow-text {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: absolute;
  left: -45px;
  font-size: 60px;
  font-weight: 800;
  bottom: 290px;
  opacity: 0.824;
  left: -45px;
  height: auto;
  line-height: 1;
  color: #111;
  background: transparent;
  border: none;
  opacity: 0.5;
  width: 601px;
}

@media only screen and (max-width: 992px) {
  .cm-slider .thumbnails li.shadow-text {
    display: none;
  }
}

.cm-slider .thumbnails li.shadow-text-light {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: absolute;
  left: -20px;
  font-size: 60px;
  width: 601px;
  font-weight: 800;
  bottom: 320px;
  opacity: 0.124;
  height: auto;
  line-height: 1;
  color: red;
  background: transparent;
  border: none;
}

@media only screen and (max-width: 992px) {
  .cm-slider .thumbnails li.shadow-text-light {
    display: none;
  }
}

.cm-slider .thumbnails a {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 10px;
}

.cm-slider .thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cm-slider .slides-container {
  width: 75%;
  max-width: 75%;
}

.cm-slider .slides {
  overflow: hidden;
  height: 650px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .cm-slider .slides {
    height: 470px;
  }
}

.cm-slider .slides li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cm-slider .slides img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 991px) {
  .cm-slider .slides img {
    height: 100%;
  }
}

.cm-slider .slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}

.cm-slider .slides li:not(:target) {
  -webkit-animation: hidden 1s 1;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes hidden {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}

@keyframes hidden {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}

.campaign-overview-banner {
  background: #1d1d1d;
  color: #fff;
  padding: 120px 0;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-overview-banner .title-text {
  font-size: 48px;
  font-weight: 800;
}

@media only screen and (max-width: 480px) {
  .campaign-overview-banner .title-text {
    font-size: 36px;
  }
}

.campaign-overview-banner .title-text span {
  color: #FF0001;
}

.campaign-overview-banner .sub-text {
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .campaign-overview-banner .sub-text {
    font-size: 16px;
  }
}

.campaign-overview-banner .row-list h4 {
  color: #FF0001;
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .campaign-overview-banner .row-list h4 {
    font-size: 24px;
  }
}

.campaign-overview-banner .row-list p {
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .campaign-heading .section-heading h5 {
    text-align: center;
  }
}

.campaign-heading .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-heading .dropdown .btn-filter {
  -webkit-box-shadow: rgba(122, 0, 0, 0.1) 0px 1px 3px 0px, rgba(49, 1, 1, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(122, 0, 0, 0.1) 0px 1px 3px 0px, rgba(49, 1, 1, 0.06) 0px 1px 2px 0px;
  background: #fff;
  border: 1px solid #FF0001;
  margin-left: auto;
  margin-right: 0;
  color: #FF0001;
}

@media only screen and (max-width: 991px) {
  .campaign-heading .dropdown .btn-filter {
    margin: 0 auto;
    margin-right: auto;
  }
}

.campaign-heading .dropdown .btn-filter i {
  margin-left: 7px;
}

.campaign-heading .dropdown .btn-filter.dropdown-toggle:after {
  display: none;
}

.campaign-single {
  padding: 70px 0;
  background: #FFEEEE;
  /* CSS Grid Layout Styles */
  /* Equal height columns from a width of 16rem */
  /*
* 'display: flex & flex-flow: column nowrap' only needed if you want to place elements at the bottom
*/
  /* The Frame for the Figures */
  /* The Images */
}

.campaign-single:nth-of-type(even) {
  background: #FFF;
}

.campaign-single:nth-of-type(even) .col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.campaign-single:nth-of-type(even) .col-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 1366px) {
  .campaign-single .col-left .info-box p {
    padding-right: 90px;
  }
}

.campaign-single .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-single .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
}

@media only screen and (max-width: 480px) {
  .campaign-single .info-box {
    padding: 30px;
  }
}

.campaign-single .info-box h5 {
  position: relative;
  color: #2F2F2F;
  margin: 10px 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-single .info-box h5 span {
  position: relative;
  z-index: 3;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 28px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .campaign-single .info-box h5 span {
    font-size: 24px;
  }
}

.campaign-single .info-box span {
  color: #2F2F2F;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #111;
}

.campaign-single .info-box span:last-child {
  border-right: none;
}

.campaign-single .info-box p {
  color: #7E7E7E;
  margin: 10px 0;
  font-size: 18px;
}

.campaign-single .info-box .links {
  margin-top: 25px;
}

.campaign-single .info-box .links a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 25px;
}

.campaign-single .info-box .links .btn-link-camp {
  color: #FF0001;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(red), to(darkred)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, red, darkred) border-box;
  border-radius: 50em;
  border: 3px solid transparent;
}

.campaign-single .info-box .links .btn-link-camp:hover, .campaign-single .info-box .links .btn-link-camp:focus {
  background: #FF0001;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.campaign-single .info-box .links .btn-link-general {
  background: #fff;
  border: 2px solid #111;
  color: #111;
  margin-left: 10px;
}

.campaign-single .info-box .links .btn-link-general:hover, .campaign-single .info-box .links .btn-link-general:focus {
  color: #fff;
  background: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.campaign-single .auto-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-gap: 0;
}

@media screen and (max-width: 16rem) {
  .campaign-single .auto-grid {
    grid-auto-rows: 1fr;
  }
}

.campaign-single .grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 5px;
}

.campaign-single .grid-figure {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-style: italic;
  color: #4d4d4d;
}

.campaign-single .grid-img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.campaign-single .grid-img:hover {
  opacity: .7;
}

.scroll-to-content a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding-top: 70px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .scroll-to-content a {
    left: 35%;
  }
}

.scroll-to-content a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: button_anm 1.5s infinite;
  animation: button_anm 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes button_anm {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes button_anm {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
            transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
            transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.btns-agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .btns-agency {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btns-agency a {
  background: #FF0001;
  border-radius: 30px;
  padding: 5px 20px 5px 5px;
  margin: 10px 20px 10px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid #FF0001;
}

.btns-agency a.btn-dark {
  background: #111;
  border: 2px solid #000;
}

.btns-agency a.btn-dark i {
  color: #111;
}

.btns-agency a.btn-dark:hover, .btns-agency a.btn-dark:focus {
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  border: 2px solid #000;
  color: #111;
}

.btns-agency a.btn-dark:hover i, .btns-agency a.btn-dark:focus i {
  background: #111;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  color: #fff;
}

.btns-agency a i {
  color: #FF0001;
  background: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 20px;
  margin-right: 10px;
}

.btns-agency a:hover, .btns-agency a:focus {
  background: #fff;
  color: #FF0001;
  -webkit-transition: 1s;
  transition: 1s;
  border: 2px solid #FF0001;
}

.btns-agency a:hover i, .btns-agency a:focus i {
  color: #FFF;
  background: #FF0001;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.agencies-overview-banner {
  background: #fdeded;
  padding: 150px 0;
}

.agencies-overview-banner h3.title-text {
  font-size: 50px;
  margin-left: 25%;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1536px) {
  .agencies-overview-banner h3.title-text {
    margin-left: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .agencies-overview-banner h3.title-text {
    text-align: center;
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .agencies-overview-banner h3.title-text {
    text-align: left;
  }
}

.agencies-overview-banner p {
  font-size: 18px;
  font-weight: 300;
  margin-left: 20%;
}

@media only screen and (min-width: 1536px) {
  .agencies-overview-banner p {
    margin-left: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .agencies-overview-banner p {
    text-align: left;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .agencies-overview-banner p {
    margin-left: 10px;
    text-align: left;
  }
}

.agencies-overview-banner .float-text {
  text-align: right;
  margin-right: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #FF0001;
  margin-top: 70px;
}

@media only screen and (max-width: 480px) {
  .agencies-overview-banner .float-text {
    text-align: left;
  }
}

.agencies-overview-banner .float-text span {
  color: #111;
}

.agencies-overview-banner h5 {
  font-size: 32px;
  margin-left: 20%;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 1536px) {
  .agencies-overview-banner h5 {
    margin-left: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .agencies-overview-banner h5 {
    margin-left: 5px;
  }
}

.agencies-overview-banner h5 .color-red {
  color: #FF0001;
  font-weight: 700;
}

.agencies-overview-banner h5 .color-black {
  color: #111;
  font-weight: 700;
}

.agencies-listing .agency-single {
  padding: 50px 0;
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single:nth-child(odd) .col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single:nth-child(odd) .col-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.agencies-listing .agency-single:nth-child(even) {
  background: #f5f5f5;
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single:nth-child(even) .col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single:nth-child(even) .col-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.agencies-listing .agency-single .row-agency {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agencies-listing .agency-single .row-agency .col-left {
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single .row-agency .col-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px;
    padding-right: 100px;
  }
}

.agencies-listing .agency-single .row-agency .col-left img {
  padding: 20px;
}

.agencies-listing .agency-single .row-agency .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 25px;
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single .row-agency .col-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px;
  }
}

.agencies-listing .agency-single .row-agency .col-right img {
  border-radius: 50%;
  height: 330px;
  width: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .agencies-listing .agency-single .row-agency .col-right img {
    height: 360px;
    width: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.agencies-listing .agency-single .row-agency h5 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .agencies-listing .agency-single .row-agency h5 {
    text-align: center;
  }
}

.agencies-listing .agency-single .row-agency p {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .agencies-listing .agency-single .row-agency p {
    text-align: center;
  }
}

.agencies-listing .agency-single .row-agency span {
  color: #2F2F2F;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #111;
}

.agencies-listing .agency-row {
  padding: 100px 0;
}

.agencies-listing .agency-row:nth-child(odd) {
  background: #fff;
}

.agencies-listing .agency-row:nth-child(odd) .agency-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.agencies-listing .agency-row:nth-child(even) {
  background: #f9f9f9;
}

.agencies-listing .agency-row:nth-child(even) .agency-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.agencies-listing .agency-row .agency-tags span {
  color: #444;
  font-weight: 300;
  margin-right: 10px;
  border-right: 1px solid #444;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 10px;
  line-height: 26px;
}

.agencies-listing .agency-row .agency-tags span:last-child {
  border-right: none;
}

.agency-col {
  position: relative;
}

.agency-col .agency-logo {
  max-height: 70px;
}

.agency-col .short-intro {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .agency-col .short-intro {
    width: 75%;
  }
}

.agency-col .service-icon {
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

.agency-col h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.agency-col p {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .agency-col .button-website {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .agency-col .button-website {
    position: static;
  }
}

/* CSS */
.button-website {
  --b: 1.5px;
  /* border thickness */
  --s: .45em;
  /* size of the corner */
  --color: #FF0001;
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background: conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  -webkit-transition: .3s linear, color 0s, background-color 0s;
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;
  border: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin-top: 25px;
}

.button-website:hover, .button-website:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-website:active {
  background: var(--color);
  color: #fff;
}

.agency-detail-banner .intro-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 0;
}

.agency-detail-banner .intro-area h5 {
  font-size: 40px;
}

.agency-detail-banner .intro-area h5 span {
  color: #C70E22;
}

.agency-detail-banner .intro-area p {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-style: italic;
  color: #565656;
}

.agency-detail-banner .intro-area .img-intro {
  max-height: 400px;
}

.agency-text {
  font-weight: 300;
  color: #454545;
  font-size: 20px;
  margin: 50px 0;
}

.bg-btn-agency {
  background: #FF0001;
  color: #fff;
  position: relative;
  z-index: 0;
}

.bg-btn-agency:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-clip-path: ellipse(52% 25% at 50% 1%);
          clip-path: ellipse(52% 25% at 50% 1%);
}

@media only screen and (max-width: 991px) {
  .bg-btn-agency:before {
    top: -1px;
    left: -2px;
    right: -2px;
  }
}

.white-box,
.black-box {
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.white-box {
  background: #fff;
  color: #111;
}

@media only screen and (min-width: 1366px) {
  .white-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  .white-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .white-box p {
    margin: 10px;
    width: 29%;
  }
}

.black-box {
  background: #121212;
  color: #fff;
  height: 100%;
}

.agency-head {
  min-height: 650px;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agency-person {
  position: relative;
}

.agency-person:before {
  content: '';
  height: 50px;
  width: 50px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: 180px;
}

.agency-person h3 {
  font-size: 28px;
}

.agency-person h5 {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  margin-top: 10px;
}

.agency-person h5:after {
  content: '';
  background: #FF0001;
  width: 2px;
  height: 20px;
  left: -20px;
  position: absolute;
  top: 5px;
}

.agency-person p {
  font-weight: 100;
  font-size: 20px;
  margin-top: 20px;
}

.agency-person-photo {
  position: relative;
}

.agency-person-photo img {
  z-index: 2;
  width: 350px;
  height: 350px;
  right: 75px;
  top: -130px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.agency-person-photo:after {
  z-index: 1;
  content: '';
  background: #D9D9D9;
  bottom: -280px;
  left: 0;
  height: 350px;
  width: 350px;
  position: absolute;
  top: auto;
}

.agency-portfolio .portfolio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.agency-portfolio .portfolio-box h6 {
  position: relative;
  color: #fff;
  margin: 10px 0;
  z-index: 2;
  padding: 0 35px 0 60px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.agency-portfolio .portfolio-box h6 span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  font-size: 20px;
  white-space: nowrap;
}

.agency-portfolio .portfolio-box h6:before {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #FF0001;
  width: inherit;
  height: 45px;
  position: absolute;
  top: -9px;
  left: 30px;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.agency-portfolio .portfolio-box h6:after {
  content: '';
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #000;
  width: inherit;
  height: 45px;
  position: absolute;
  top: 0;
  left: 40px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.agency-carousel .item .portfolio-box {
  position: relative;
}

.agency-carousel .item .portfolio-box:hover img.portfolio-img:after, .agency-carousel .item .portfolio-box:focus img.portfolio-img:after {
  opacity: 1;
}

.agency-carousel .item .portfolio-box img.portfolio-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.agency-carousel .item .portfolio-box .text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.agency-carousel .item .portfolio-box .text-container h6 {
  position: relative;
  color: #fff;
  margin: 10px 10px;
  top: 85%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 4;
  background: rgba(0, 0, 0, 0.15);
  padding: 15px;
  text-align: center;
}

.agency-carousel .item .portfolio-box .text-container h6 span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  direction: ltr;
  max-width: 17ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  text-shadow: 1px 1px #000;
}

@media only screen and (max-width: 991px) {
  .agency-carousel .item .portfolio-box .text-container h6 span {
    font-size: 20px;
  }
}

.agency-carousel .owl-nav {
  position: absolute;
  top: -90px;
  right: 30px;
}

.agency-carousel .owl-nav button.owl-prev, .agency-carousel .owl-nav button.owl-next {
  padding: 5px 15px !important;
  border: 1px solid #111;
  border-radius: 0px;
  margin: 0 10px;
}

.agency-carousel .owl-nav button.owl-prev i, .agency-carousel .owl-nav button.owl-next i {
  font-size: 32px;
}

.agency-carousel .owl-nav button.owl-prev:hover, .agency-carousel .owl-nav button.owl-prev:focus, .agency-carousel .owl-nav button.owl-next:hover, .agency-carousel .owl-nav button.owl-next:focus {
  background: #111;
  color: #f8dcdc;
}

/* Animated Circles CSS */
.circles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(96, 183, 199, 0.1);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: calc(-150px - 40vh);
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(47, 44, 92, 0.1);
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(96, 183, 199, 0.1);
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(47, 44, 92, 0.1);
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(114, 63, 145, 0.1);
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(96, 183, 199, 0.1);
}

.circles li:nth-child(6) {
  left: 75%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(114, 63, 145, 0.1);
}

.circles li:nth-child(7) {
  left: 35%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(47, 44, 92, 0.1);
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(114, 63, 145, 0.1);
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(47, 44, 92, 0.1);
}

.circles li:nth-child(10) {
  left: 85%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
  border-radius: 50%;
  border-top-left-radius: 0 !important;
  background: rgba(96, 183, 199, 0.1);
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-60vh) rotate(360deg);
            transform: translateY(-60vh) rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-120vh) rotate(720deg);
            transform: translateY(-120vh) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-60vh) rotate(360deg);
            transform: translateY(-60vh) rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-120vh) rotate(720deg);
            transform: translateY(-120vh) rotate(720deg);
    opacity: 0;
  }
}

.pagination-container {
  margin-top: 0em;
  padding: 5em 0 2em 0;
  border-top: 1px solid #d7dadb;
  text-align: center;
}

.pagination-container .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-container .pagination-item {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #d7dadb;
  -webkit-transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
          transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
}

.pagination-container .pagination-item:hover, .pagination-container .pagination-item.is-active {
  background-color: #FF0001;
  border-right: 1px solid #fff;
}

.pagination-container .pagination-item:hover .pagination-link, .pagination-container .pagination-item.is-active .pagination-link {
  color: #fff;
}

.pagination-container .pagination-item:hover .pagination-link:before, .pagination-container .pagination-item.is-active .pagination-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #fff;
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
          transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
}

.pagination-container .pagination-item:hover .pagination-link:after, .pagination-container .pagination-item.is-active .pagination-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #000;
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
          transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
}

.pagination-item.first-number {
  border-left: 1px solid #d7dadb;
}

.pagination-link {
  padding: 1.1em 1.6em;
  display: inline-block;
  text-decoration: none;
  color: #8b969c;
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
          transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .pagination-link {
    padding: 12px 18px;
  }
}

.pagination-item--wide {
  list-style-type: none;
  display: inline-block;
}

.pagination-item--wide.first {
  margin: 0 1em 0 0;
}

@media only screen and (max-width: 480px) {
  .pagination-item--wide.first {
    font-size: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pagination-item--wide.first i {
    font-size: 20px;
  }
}

.pagination-item--wide.last {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 480px) {
  .pagination-item--wide.last {
    font-size: 0;
  }
}

@media only screen and (max-width: 480px) {
  .pagination-item--wide.last i {
    font-size: 20px;
  }
}

.pagination-link--wide {
  text-decoration: none;
  color: #8b969c;
  padding: 1.1em 1.6em;
}

.pagination-link--wide:hover {
  color: #FF0001;
}

.pagination-link--wide.first i,
.pagination-link--wide.last i {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination-link--wide.first i {
  margin-right: 0.5em;
}

.pagination-link--wide.last i {
  margin-left: 0.5em;
}
/*# sourceMappingURL=style.css.map */