.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
*,
::before,
::after {
  box-sizing: border-box;
}
::selection {
  color: white;
  background: #e02626;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  text-underline-offset: 5px;
}
.d-none {
  display: none !important;
}
body {
  margin: 0;
}
body::-webkit-scrollbar,
#full-menu::-webkit-scrollbar {
  width: 2px;
}
body::-webkit-scrollbar-thumb,
#full-menu::-webkit-scrollbar-thumb {
  background-color: #e02626;
  border-radius: 20px;
}
html,
body {
  min-height: 100%;
}
body {
  background-color: #1B1B1B;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
}
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .svg-wrap {
  transition: 3s;
}
.preloader .svg-wrap.loaded {
  transform: scale(50);
}
.loader {
  width: 80px;
  max-height: 80px;
  transform-origin: 50% 50%;
  overflow: visible;
}
.loader .ci1 {
  fill: #1B1B1B;
  animation: toBig 3s infinite -1.5s;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.loader .ciw {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: breath 3s infinite;
  fill: #e02626;
}
.loader .ci2 {
  fill: #1B1B1B;
  animation: toBig2 3s infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.points {
  animation: rot 3s infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes toBig {
  0% {
    transform: scale(1) translateX(0px);
  }
  30% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(10) translateX(-4.5px);
  }
  80% {
    transform: scale(10) translateX(-4.5px);
  }
  100% {
    transform: scale(1) translateX(0px);
  }
}
@keyframes toBig2 {
  0% {
    transform: scale(1) translateX(0px);
  }
  30% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(10) translateX(4.5px);
  }
  80% {
    transform: scale(10) translateX(4.5px);
  }
  100% {
    transform: scale(1) translateX(0px);
  }
}
@keyframes breath {
  15% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
}
.container-fluid {
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}
.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body header {
  position: absolute;
  top: 0;
  z-index: 999999;
  width: 100%;
  left: 0;
}
body header .container-fluid {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .prl-logo {
  display: block;
}
body header .prl-logo img {
  width: auto;
  height: 50px;
  transition: 0.5s;
}
body header nav {
  display: flex;
  align-items: center;
}
body header nav ul {
  display: flex;
  list-style: none;
}
body header nav ul li {
  margin-left: 25px;
  text-transform: uppercase;
}
body header nav ul li.current-menu-item > a,
body header nav ul li.current-menu-parent > a {
  color: #FD0000;
}
body header nav ul a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
}
body header nav ul li {
  position: relative;
}
body header nav ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
body header nav ul li.menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
body header nav ul li ul {
  padding: 0;
  position: absolute;
  left: 0;
  display: none;
  padding: 10px 0;
  background-color: #e02626;
  width: 150px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}
body header nav ul li ul::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e02626;
  position: absolute;
  top: -10px;
  left: 10px;
}
body header nav ul li ul li {
  margin: 0;
}
body header nav ul li ul li a {
  padding: 10px;
  font-size: 14px;
  transition: 0.2s;
}
body header nav ul li ul li a:hover {
  background-color: #1B1B1B;
  padding-left: 15px;
}
body header nav ul li ul li.current-menu-item a {
  color: #1B1B1B;
}
body header nav ul li ul li.current-menu-item:hover a {
  background-color: #1B1B1B;
  color: #e02626;
}
body header nav ul li:hover ul {
  display: block;
}
body.scrolled .mobile-menu {
  display: flex;
  margin-bottom: 0;
  opacity: 1;
}
body.scrolled nav {
  opacity: 0;
}
body .mobile-menu {
  width: 70px;
  height: 50px;
  display: none;
  position: fixed;
  right: 50px;
  top: 20px;
  z-index: 99999999;
  border-radius: 50px;
  background-color: #e02626;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  box-shadow: 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
body .mobile-menu #nav-icon {
  width: 24px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
body .mobile-menu #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body .mobile-menu #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .mobile-menu #nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .mobile-menu #nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .mobile-menu #nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
body .mobile-menu #nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body .mobile-menu #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 3px;
}
@keyframes bouncy {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    opacity: 1;
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
body.scrolled .mobile-menu {
  margin-top: 0;
  animation: bouncy 0.5s linear forwards;
}
body #full-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  background-color: #1B1B1B;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 50px 100px;
  background-size: cover;
  background-position: bottom center;
  overflow: auto;
  flex-direction: row-reverse;
}
body #full-menu ul {
  list-style: none;
  padding: 0;
}
body #full-menu ul > li {
  margin-bottom: 10px;
}
body #full-menu ul > li > a {
  color: white;
  font-size: 35px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
}
body #full-menu ul > li:hover a {
  color: #FD0000;
}
body #full-menu ul ul {
  display: flex;
}
body #full-menu ul ul li {
  margin-right: 20px;
}
body #full-menu ul ul li a {
  font-size: 20px;
}
body #full-menu ul ul li:hover a {
  color: #fff;
}
body #full-menu .close-btn {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  background-color: unset;
  border: 0;
}
body #full-menu .close-btn:before,
body #full-menu .close-btn:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}
body #full-menu .close-btn:before {
  transform: rotate(45deg);
}
body #full-menu .close-btn:after {
  transform: rotate(-45deg);
}
body #full-menu .contact-section {
  padding-right: 100px;
}
body #full-menu .contact-section p {
  color: #e0e0e0;
}
body #full-menu .contact-section .sociallinks {
  padding-top: 30px;
  padding-left: 0;
}
body #full-menu .contact-section .sociallinks a {
  filter: invert(1);
}
@media (max-width: 767px) {
  body #full-menu {
    padding: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body #full-menu .contact-section {
    padding-right: 0;
  }
  body #full-menu ul > li > a {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  body #full-menu {
    padding: 50px 20px;
  }
}
body.nav-opened.scrolled #full-menu {
  display: flex;
}
@media (max-width: 1279px) {
  body.nav-opened #full-menu {
    display: flex;
  }
  body header nav {
    display: none;
  }
  body .mobile-menu {
    display: flex;
    right: 20px;
    top: 15px;
  }
  body.scrolled .mobile-menu {
    animation: none;
  }
}
@media (max-width: 639px) {
  body header .prl-logo img {
    height: 34px;
  }
}
#banner-slider {
  min-height: calc(100vh - 100px);
}
#banner-slider .owl-stage-outer,
#banner-slider .owl-stage,
#banner-slider .owl-item,
#banner-slider .prl-slide {
  height: 100%;
}
#banner-slider .prl-slide {
  display: flex;
  align-items: center;
  padding: 50px 0;
  justify-content: center;
}
#banner-slider .prl-slide img {
  height: 396px;
}
#banner-slider .banner-link {
  text-align: center;
  padding-top: 60px;
}
#banner-slider .banner-link a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
#banner-slider .banner-link a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #banner-slider .banner-link a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #banner-slider .banner-link a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#banner-slider .owl-dots {
  position: absolute;
  right: 50px;
  display: flex;
  flex-direction: column;
  top: 10%;
}
#banner-slider .owl-dots .owl-dot span {
  background-color: #fff;
}
#banner-slider .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
}
#hero-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#hero-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
#hero-banner .video-cover {
  height: 150vh;
  position: relative;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#hero-banner .video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero-banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
#hero-banner .content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
#hero-banner .content h2 strong {
  color: #e02626;
}
#hero-banner .content h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}
#hero-banner .content h1 {
  font-size: 84px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  font-weight: 800;
  margin: 0;
}
#hero-banner .content a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
#hero-banner .content a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #hero-banner .content a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #hero-banner .content a {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 1279px) {
  #hero-banner {
    padding: 0 50px;
  }
  #hero-banner .content h1 {
    font-size: 50px;
  }
  #hero-banner .content h2 {
    font-size: 35px;
  }
  #hero-banner .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #hero-banner .content h1 {
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  #hero-banner .content h2 {
    font-size: 20px;
  }
  #hero-banner .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  #hero-banner .content h1 {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
  }
}
#awards {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  #awards {
    min-height: auto;
    height: auto;
  }
}
#awards .ribbon-ele {
  height: 80px;
  width: auto;
  align-self: flex-start;
}
#awards .spotlight {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#awards .spotlight img {
  width: 300px;
}
#awards .container-fluid {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 0 100px;
}
#awards .content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
#awards .content h2 {
  font-size: 50px;
  color: #e02626;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 80%;
  text-transform: uppercase;
}
#awards .content p {
  color: #aaaaaa;
  font-size: 16px;
}
#awards .content a {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#awards .content a:hover {
  text-decoration: none;
}
#awards .awards-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#awards .awards-listing .wrapper {
  display: flex;
  flex-wrap: wrap;
}
#awards .awards-listing .more {
  padding: 15px 0;
  border-top: 1px solid #333;
  min-width: 100%;
  color: #aaaaaa;
  font-size: 16px;
  text-align: center;
}
#awards .awards-listing .more a {
  color: #FD0000;
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}
#awards .awards-listing figure {
  flex-basis: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
#awards .awards-listing figure img {
  height: 80px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
#awards .awards-listing figure::after {
  content: "";
  width: 60px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.8;
  display: block;
  filter: blur(5px);
  margin-top: 15px;
  display: none;
}
@media (max-width: 1279px) {
  #awards {
    padding: 50px 0;
    height: auto;
  }
  #awards .container-fluid {
    display: block;
    padding: 0 20px;
  }
  #awards .awards-listing {
    padding-top: 30px;
  }
  #awards .awards-listing figure {
    flex-basis: 16.6%;
    padding: 0 15px;
  }
  #awards .awards-listing figure img {
    width: 100%;
    height: auto;
  }
  #awards .spotlight {
    display: none;
  }
}
@media (max-width: 1023px) {
  #awards .awards-listing {
    padding-top: 30px;
  }
  #awards .awards-listing figure {
    flex-basis: 16.6%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #awards .content h2 {
    font-size: 30px;
  }
  #awards .awards-listing .wrapper {
    justify-content: center;
  }
  #awards .awards-listing figure {
    flex-basis: 25%;
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  #awards .content {
    padding-right: 0;
  }
}
.home-content {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../images/GettyImages-1284903727-2048x1183.jpg) no-repeat right bottom;
  height: 100vh;
}
.home-content h1 {
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 40px;
}
.home-content h1 strong {
  color: #FD0000;
  font-weight: normal;
}
#new-projects {
  background-color: #2C2B2B;
  padding: 60px 0;
  display: none;
}
#new-projects .container {
  display: flex;
  flex-wrap: wrap;
}
#new-projects .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#new-projects .title h2 {
  color: #FD0000;
  margin: 0;
}
#new-projects .title h2 strong {
  color: #fff;
  font-weight: normal;
}
#new-projects .title a {
  color: #FD0000;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#new-projects .pr-slider-cover {
  width: 100%;
}
#new-projects .pr-slider-cover .owl-stage-outer {
  padding: 30px 0;
}
#new-projects .project-slide {
  display: flex;
}
#new-projects .project-slide h3 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
#new-projects figure {
  margin-right: 12px;
  position: relative;
  margin-bottom: 0;
}
#new-projects figure .play-btn {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#new-projects figure img {
  width: 170px;
  height: 100px;
  object-fit: cover;
}
#new-projects figure:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.5);
}
#new-projects .details ul {
  color: #fff;
  padding-top: 10px;
  list-style: none;
  padding: 0;
}
#new-projects .details ul li:not(:first-child) {
  display: none;
  font-weight: 300;
}
#new-projects .details ul li,
#new-projects .details ul strong {
  font-weight: 300;
}
#new-projects .owl-nav {
  display: flex;
  justify-content: center;
}
#new-projects .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
#new-projects .owl-nav button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
#new-projects .owl-nav button.owl-next {
  transform: rotate(180deg);
}
#home-about {
  padding: 150px 0;
  display: none;
}
#home-about .content-wrapper {
  display: flex;
}
#home-about .founder-quote {
  display: flex;
  align-items: flex-end;
  flex: 1;
  color: #fff;
}
#home-about .founder-quote h3 {
  background-color: #e02626;
  padding: 50px 45px;
  font-size: 24px;
  color: #fff;
  line-height: 120%;
}
#home-about .founder-quote h4 {
  color: #FD0000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}
#home-about .founder-quote p {
  margin: 0;
}
#home-about .founder-quote .cover {
  min-width: 410px;
  position: relative;
  margin-right: -80px;
  z-index: 2;
}
#home-about .founder-quote .cover svg {
  position: absolute;
  top: -5px;
  left: 50px;
}
#home-about .about-prl {
  flex: 1;
  padding-left: 20px;
}
#home-about .about-prl h2 {
  font-weight: 700;
  color: #FD0000;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
}
#home-about .about-prl p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  color: #EFEFEF;
}
#home-about .about-prl .more-about {
  color: #fff;
  text-decoration: underline;
}
#gallery {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #2C2B2B;
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  #gallery {
    min-height: auto;
    height: auto;
  }
}
#gallery .svg-cover {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
#gallery svg path {
  fill: #e02626;
}
#gallery .gallery-content {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 30px;
  background-color: #e02626;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.9);
}
#gallery .gallery-content h2 {
  color: white;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 100%;
  font-weight: 500;
}
#gallery .gallery-content h2::first-line {
  color: #2C2B2B;
}
#gallery .gallery-content p {
  color: white;
  font-size: 14px;
}
#gallery .gallery-content a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  height: 40px;
}
#gallery .gallery-content a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #gallery .gallery-content a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #gallery .gallery-content a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#gallery .gallery-content a:hover {
  background-color: #1B1B1B;
}
#gallery #gallery-list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#gallery #gallery-list .grid-layout {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#gallery #gallery-list .gallery-img {
  width: 25%;
}
#gallery #gallery-list .gallery-img figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
#gallery #gallery-list .gallery-img figure h4 {
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  color: #fff;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 20px;
  display: none;
}
#gallery #gallery-list .gallery-img figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 1s;
}
#gallery #gallery-list .gallery-img:hover figure h4 {
  opacity: 1;
}
#gallery #gallery-list .gallery-img:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #gallery {
    flex-direction: column-reverse;
    height: auto;
  }
  #gallery .gallery-content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    max-width: 100%;
    padding: 30px 20px;
  }
  #gallery #gallery-list .gallery-img figure {
    padding-bottom: 100%;
    height: 0;
  }
}
#celebrities {
  position: relative;
  padding-top: 50px;
  background-color: #2C2B2B;
}
#celebrities .svg-elem {
  position: absolute;
  bottom: -150px;
  right: calc((100vw - 1280px) / 2 + 20px);
  z-index: 2;
}
#celebrities .title-tabs {
  margin-bottom: 40px;
}
#celebrities .title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#celebrities .title h2 {
  color: #FD0000;
  font-size: 60px;
  margin: 0;
  font-weight: 600;
}
#celebrities .title h3 {
  margin: 0;
  max-width: 326px;
  color: #fff;
  font-size: 18px;
}
#celebrities .title a {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 20px;
}
#celebrities .title a:hover {
  text-decoration: none;
}
#celebrities .prl-tabs ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#celebrities .prl-tabs ul li a {
  color: #fff;
  display: flex;
  font-size: 20px;
  align-items: center;
  transition: 0.3s;
}
#celebrities .prl-tabs ul li a span {
  max-width: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  transition: 0.2s;
}
#celebrities .prl-tabs ul li a.active {
  display: flex;
  color: #FD0000;
}
#celebrities .prl-tabs ul li a.active span {
  font-weight: 600;
}
#celebrities .prl-tabs ul li a.active span::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
}
#celebrities .prl-tabs ul li a.active img {
  border-color: #FD0000;
  filter: grayscale(0);
}
#celebrities .prl-tabs ul li a img {
  display: block;
  margin-right: 10px;
  width: 88px;
  min-width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 100%;
  filter: grayscale(1);
  border: 3px solid transparent;
}
#celebrities .prl-tabs .owl-nav {
  display: flex;
  justify-content: center;
}
#celebrities .prl-tabs .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
#celebrities .prl-tabs .owl-nav button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
#celebrities .prl-tabs .owl-nav button.owl-next {
  transform: rotate(180deg);
}
#celebrities .prl-tab-content {
  display: none;
  position: relative;
  overflow: hidden;
}
#celebrities .prl-tab-content .about-celeb {
  padding: 40px;
  height: 100%;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  left: calc((100vw - 1280px) / 2 + 20px + 50px);
  transition: 0.3s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-left: -80px;
  display: flex;
  align-items: center;
}
#celebrities .prl-tab-content .about-celeb::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #e02626;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#celebrities .prl-tab-content .about-celeb > div {
  position: relative;
  z-index: 2;
}
#celebrities .prl-tab-content .about-celeb h3 {
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #1B1B1B;
  margin-top: 0;
}
#celebrities .prl-tab-content .about-celeb h3::first-line {
  color: #fff;
}
#celebrities .prl-tab-content .about-celeb p {
  font-weight: 400;
  line-height: 150%;
  color: white;
  font-size: 14px;
}
#celebrities .prl-tab-content .about-celeb a {
  color: #1B1B1B;
  font-weight: 500;
  text-decoration: underline;
}
#celebrities .prl-tab-content .about-celeb .imdb-profile {
  display: block;
  background: url(../images/imdb-logo.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 30px;
}
#celebrities .prl-tab-content .about-celeb .celeb-professions ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#celebrities .prl-tab-content .about-celeb .celeb-professions ul li {
  font-size: 12px;
  margin-right: 5px;
  background-color: white;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 30px;
  margin-bottom: 5px;
}
#celebrities .prl-tab-content.active {
  display: block;
}
#celebrities .prl-tab-content.active .about-celeb {
  left: calc((100vw - 1280px) / 2 + 20px);
}
#celebrities .tab-slider img {
  height: 500px;
  object-fit: cover;
}
#celebrities .tab-slider .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
#celebrities .tab-slider p {
  margin: 0;
}
@media (max-width: 1279px) {
  #celebrities .prl-tab-content .about-celeb {
    left: 0 !important;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  #celebrities .prl-tab-content .about-celeb {
    position: relative;
    width: 100%;
  }
  #celebrities .prl-tab-content .about-celeb h3 {
    font-size: 30px;
  }
  #celebrities .tab-slider img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #celebrities .title {
    flex-direction: column;
    align-items: flex-start;
  }
  #celebrities .title a {
    font-size: 14px;
  }
  #celebrities .title h2 {
    font-size: 38px;
  }
  #celebrities .title h6 {
    font-size: 16px;
  }
  #celebrities .prl-tabs {
    padding-top: 30px;
    border-top: 1px solid #666;
  }
  #celebrities .prl-tabs ul {
    display: block;
  }
  #celebrities .prl-tabs ul li a {
    flex-direction: column;
    text-align: center;
  }
  #celebrities .prl-tabs ul li a img {
    margin-right: 0;
  }
  #celebrities .prl-tabs ul li a span {
    font-size: 14px;
  }
  #celebrities .prl-tabs ul li a span::after {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media (max-width: 479px) {
  #celebrities .tab-slider img {
    height: 190px;
  }
}
#about-prl {
  min-height: 100vh;
  height: 600px;
  background-color: #1B1B1B;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1279px) {
  #about-prl {
    min-height: auto;
    height: auto;
  }
}
#about-prl .svg-elem {
  position: absolute;
  top: 100px;
  right: calc((100vw - 1280px) / 2 + 20px);
  z-index: 2;
}
#about-prl .message {
  padding-right: 20vw;
}
#about-prl .message h2 {
  font-size: 100px;
  line-height: 100%;
  margin: 0;
  color: #FD0000;
  font-weight: 800;
}
@supports (background-clip:text) or (-webkit-background-clip:text) {
  #about-prl .message h2 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../images/prl344.gif);
    background-size: cover;
    background-position: center;
  }
}
#about-prl .message h3 {
  font-size: 30px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 10px;
}
#about-prl .message h4 {
  color: #FD0000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}
#about-prl .message p {
  margin: 0;
  color: #e0e0e0;
}
#about-prl .message a {
  color: white;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1279px) {
  #about-prl {
    height: auto;
    min-height: inherit;
    padding: 50px 0;
  }
  #about-prl .svg-elem {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #about-prl .message h2 {
    font-size: 60px;
  }
  #about-prl .message h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #about-prl .svg-elem {
    display: none;
  }
  #about-prl .message {
    padding-right: 20px;
  }
}
#services {
  position: relative;
  padding: 150px 0;
  min-height: 100vh;
  height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #services {
    min-height: auto;
    height: auto;
  }
}
#services .wave-pos {
  position: absolute;
}
#services .wave-pos img {
  float: left;
}
#services .wave-pos.wave-top {
  top: 0;
  right: 0;
}
#services .wave-pos.wave-bottom {
  bottom: 0;
  left: 0;
}
#services .wave-pos.uk-buildings {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#services .wave-pos.uk-buildings img {
  float: left;
}
#services .service-listing {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
#services .service-listing .box {
  flex: 1;
  padding: 0 32px;
  max-width: 300px;
}
#services .service-listing .box h3 {
  font-weight: 500;
  color: #FD0000;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px;
}
#services .service-listing .box p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  color: #e0e0e0;
}
#services .contact-block {
  padding-top: 30px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 20px;
}
#services .contact-block a {
  color: #FD0000;
  display: inline-block;
  margin: 0 10px;
}
#services .contact-block a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  #services {
    padding: 50px 0 120px;
    height: auto;
  }
  #services .wave-pos:not(.uk-buildings) {
    display: none;
  }
  #services .service-listing {
    display: block;
  }
  #services .service-listing .box {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 639px) {
  #services .contact-block {
    flex-wrap: wrap;
  }
  #services .contact-block span {
    min-width: 100%;
    text-align: center;
  }
  #services .contact-block a {
    font-size: 18px;
  }
  #services .contact-block .fpr-lg {
    display: none;
  }
  #services .service-listing .box {
    padding: 0;
  }
}
#from-prl {
  min-height: 100vh;
  height: 600px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
  background: url(../images/particles.png) no-repeat top center;
  background-color: #222;
  background-size: 30vw auto;
}
@media (max-width: 1279px) {
  #from-prl {
    min-height: auto;
    height: auto;
  }
}
#from-prl h2 {
  color: #FD0000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 100%;
}
#from-prl .pr-slider-section {
  max-width: 500px;
}
#from-prl .project-slider {
  display: flex;
}
#from-prl .project-slide {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  flex-basis: 33.3%;
  padding: 0 5px;
}
#from-prl .project-slide .cover {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#from-prl .project-slide .cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000000;
  background: linear-gradient(28deg, #000000 23%, rgba(0, 0, 0, 0) 100%);
}
#from-prl .project-slide figure {
  position: relative;
  margin-bottom: 0;
}
#from-prl .project-slide figure .play-btn {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#from-prl .project-slide figure img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#from-prl .project-slide figure:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.5);
}
#from-prl .project-slide .details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
#from-prl .project-slide .details h3 {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
#from-prl .project-slide .details ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
#from-prl .project-slide .details ul li:not(:first-child) {
  display: none;
  font-weight: 300;
}
#from-prl .project-slide .details ul li,
#from-prl .project-slide .details ul strong {
  font-weight: 300;
  font-size: 12px;
}
#from-prl .container {
  text-align: center;
}
#from-prl .container p {
  color: #e0e0e0;
  font-size: 14px;
}
#from-prl .container a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
#from-prl .container a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #from-prl .container a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #from-prl .container a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#from-prl .container .content {
  padding: 0 10vw;
}
#from-prl .container .links {
  display: flex;
  justify-content: center;
}
#from-prl .container .links a {
  margin: 0 5px;
  height: 40px;
}
@media (max-width: 1023px) {
  #from-prl {
    height: auto;
    padding: 50px 0;
  }
  #from-prl h2 {
    font-size: 36px;
  }
  #from-prl .container .content {
    padding: 0;
  }
}
@media (max-width: 639px) {
  #from-prl {
    background-size: 80vw auto;
  }
  #from-prl h2 {
    font-size: 20px;
  }
  #from-prl .pr-slider-section {
    max-width: 100%;
    margin-bottom: 30px;
    overflow: auto;
  }
  #from-prl .pr-slider-section .project-slider {
    padding: 0 20px;
    flex-wrap: nowrap;
  }
  #from-prl .pr-slider-section .project-slider .project-slide {
    flex-basis: inherit;
    min-width: 250px;
  }
  #from-prl .pr-slider-section .project-slider::after {
    content: "";
    min-width: 20px;
    display: block;
    height: 1px;
  }
}
#latest-news {
  background: url(../images/news-bg.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  min-height: 100vh;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1279px) {
  #latest-news {
    min-height: auto;
    height: auto;
  }
}
#latest-news::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#latest-news .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
#latest-news .title {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
#latest-news .title h2 {
  color: white;
  font-size: 50px;
  text-align: center;
  position: relative;
  margin: 0;
}
#latest-news .title a {
  color: #FD0000;
  text-decoration: underline;
}
#latest-news .news-feed {
  display: flex;
}
#latest-news .news-feed .cover {
  flex-basis: 33.3%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
#latest-news .news-feed .cover img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#latest-news .news-feed .cover h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
#latest-news .news-feed .cover .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#latest-news .news-feed .cover p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #e0e0e0;
}
#latest-news .news-feed .cover a {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
  margin-top: auto;
}
@media (max-width: 1279px) {
  #latest-news {
    height: auto;
  }
}
@media (max-width: 767px) {
  #latest-news {
    padding: 50px 0;
  }
  #latest-news .title h2 {
    font-size: 30px;
  }
  #latest-news .news-feed {
    display: block;
    padding: 0 10vw;
  }
  #latest-news .news-feed .cover {
    flex-direction: row;
    margin-bottom: 30px;
  }
  #latest-news .news-feed .cover img {
    max-width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 639px) {
  #latest-news .news-feed {
    padding: 0;
  }
}
#news-letter-section {
  background-color: #e02626;
  padding: 50px 0;
}
#news-letter-section .quotes {
  text-align: center;
}
#news-letter-section .quotes h3.author {
  color: white;
  margin-bottom: 0;
}
#news-letter-section .quotes .content {
  color: white;
  font-size: 35px;
}
#news-letter-section .quotes .content p {
  margin-top: 0;
}
#news-letter-section .quotes svg path {
  fill: white;
}
#news-letter-section .nl-form {
  display: flex;
  align-items: center;
}
#news-letter-section .nl-form h3 {
  color: #fff;
  padding-right: 20px;
  margin: 0;
  font-size: 18px;
  max-width: 300px;
}
#news-letter-section .nl-form form {
  display: flex;
}
#news-letter-section .nl-form form input[type=email] {
  width: 300px;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  border: 0;
  outline: none;
}
#news-letter-section .nl-form form input[type=email]::-webkit-input-placeholder {
  /* Edge */
  color: #999;
  font-size: 14px;
}
#news-letter-section .nl-form form input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 14px;
}
#news-letter-section .nl-form form input[type=email]::placeholder {
  color: #999;
  font-size: 14px;
}
#news-letter-section .nl-form form button {
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  background-color: #1B1B1B;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 1279px) {
  #news-letter-section .container {
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #news-letter-section .nl-form {
    justify-content: center;
  }
  #news-letter-section .sociallinks {
    padding-left: 0;
    padding-top: 30px;
  }
  #news-letter-section .sociallinks h4 {
    text-align: center;
    margin-bottom: 10px;
  }
  #news-letter-section .sociallinks ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #news-letter-section .nl-form {
    flex-direction: column;
  }
  #news-letter-section .nl-form h3 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #news-letter-section .nl-form form {
    min-width: 100%;
  }
  #news-letter-section .nl-form form input[type=email] {
    width: 100%;
  }
  #news-letter-section .quotes .content {
    font-size: 20px;
  }
}
.sociallinks {
  padding-left: 80px;
}
.sociallinks h4 {
  min-width: 100%;
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.sociallinks ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sociallinks .si a {
  display: block;
  width: 25.6px;
  height: 25.6px;
  background-image: url(../images/socialicons.svg);
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
}
.sociallinks .si.facebook a {
  background-position: 0 0;
}
.sociallinks .si.twitter a {
  background-position: -33.13px 0;
}
.sociallinks .si.instagram a {
  background-position: -66.27px 0;
}
.sociallinks .si.youtube a {
  background-position: -99.4px 0;
}
footer {
  background-color: #161616;
  padding-top: 60px;
}
footer p {
  color: #fff;
  font-size: 14px;
  color: #e0e0e0;
  line-height: 180%;
}
footer p a {
  color: #fff;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .prl-logo img {
  height: 40px;
}
footer .col {
  max-width: 300px;
}
footer h3 {
  color: #FD0000;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
footer ul {
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
footer .copyright {
  margin-top: 60px;
  padding: 15px 0;
  text-align: center;
  color: #e0e0e0;
  background-color: #000;
}
footer .copyright small {
  font-size: 14px;
}
@media (max-width: 1279px) {
  footer .col:first-child {
    min-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer .container {
    display: block;
  }
  footer .col {
    max-width: 100%;
  }
  footer h3 {
    margin-bottom: 0;
  }
  footer ul {
    margin-top: 0;
    display: flex;
  }
  footer ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  footer .col {
    margin-bottom: 30px;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    margin-right: 0;
  }
}
#other-posts {
  padding: 50px 0;
}
#other-posts h2 {
  color: #FD0000;
  margin-top: 0;
}
#other-posts .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#other-posts .title .view-all {
  color: #FD0000;
  text-decoration: underline;
}
#other-posts .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#other-posts .col {
  width: 25%;
  padding: 0 15px;
}
#other-posts figure div {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#other-posts figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 5s;
  transform: scale(1);
}
#other-posts figure:hover img {
  transform: scale(1.2);
}
#other-posts h3 {
  color: #FD0000;
}
@media (max-width: 639px) {
  #other-posts .row {
    overflow: auto;
    flex-wrap: nowrap;
  }
  #other-posts .row .col {
    min-width: 200px;
  }
}
@media (max-width: 639px) {
  #other-posts .title {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #other-posts .title h2 {
    margin-bottom: 0;
  }
}
.wpcf7-form .wpcf7-response-output {
  color: #e0e0e0;
  border-radius: 5px;
  font-size: 12px;
}
