@import url(../node_modules/animsition/dist/css/animsition.min.css);
@import url(../node_modules/bootstrap/dist/css/bootstrap.min.css);
@import url(../node_modules/@fortawesome/fontawesome-free/css/all.min.css);
@import url(../node_modules/hamburgers/dist/hamburgers.min.css);
@import url(../node_modules/jarallax/dist/jarallax.css);
@import url(../node_modules/jClocksGMT/css/jClocksGMT.css);
@import url(../node_modules/loaders.css/loaders.min.css);
@import url(../node_modules/owl.carousel/dist/assets/owl.carousel.min.css);
@import url(../node_modules/owl.carousel/dist/assets/owl.theme.default.min.css);
@import url(../node_modules/pace-js/themes/blue/pace-theme-minimal.css);
@import url(../node_modules/plyr/dist/plyr.css);
@import url(../node_modules/slick-carousel/slick/slick.css);
@import url(../node_modules/slick-carousel/slick/slick-theme.css);
@import url(../node_modules/weathericons/css/weather-icons.min.css);
.bg-white {
  background-color: #fff;
  color: #555;
}
.bg-white p {
  color: #555;
}
.svg-brand {
  fill: #eb0a8c;
}
.issuu-embed-container {
  position: relative;
  padding-bottom: 72.91666666666667%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.issuu-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gotham-Ultra.eot?") format("eot"),
    url('../fonts/Gotham-Ultra.svg#str-replace(Gotham, " ", "_")') format("svg"),
    url("../fonts/Gotham-Ultra.ttf") format("truetype"),
    url("../fonts/Gotham-Ultra.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Gotham-Bold.eot?") format("eot"),
    url('../fonts/Gotham-Bold.svg#str-replace(Gotham, " ", "_")') format("svg"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Gotham-BoldItalic.eot?") format("eot"),
    url('../fonts/Gotham-BoldItalic.svg#str-replace(Gotham, " ", "_")')
      format("svg"),
    url("../fonts/Gotham-BoldItalic.ttf") format("truetype"),
    url("../fonts/Gotham-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gotham-Book.eot?") format("eot"),
    url('../fonts/Gotham-Book.svg#str-replace(Gotham, " ", "_")') format("svg"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Gotham-BookItalic.eot?") format("eot"),
    url('../fonts/Gotham-BookItalic.svg#str-replace(Gotham, " ", "_")')
      format("svg"),
    url("../fonts/Gotham-BookItalic.ttf") format("truetype"),
    url("../fonts/Gotham-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gotham-Light.eot?") format("eot"),
    url('../fonts/Gotham-Light.svg#str-replace(Gotham, " ", "_")') format("svg"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.woff") format("woff");
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Gotham-LightItalic.eot?") format("eot"),
    url('../fonts/Gotham-LightItalic.svg#str-replace(Gotham, " ", "_")')
      format("svg"),
    url("../fonts/Gotham-LightItalic.ttf") format("truetype"),
    url("../fonts/Gotham-LightItalic.woff") format("woff");
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  color: #555;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  margin-bottom: 1rem;
  font-weight: bold;
}
.text-bold {
  font-weight: bold;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-brand {
  color: #eb0a8c;
}
.text-red {
  color: #d72b2b;
}
.text-bold {
  font-weight: bold;
}
.subtext {
  font-size: 0.9em;
}
a {
  color: #eb0a8c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #373998;
}
a.visited {
  text-decoration: none;
}
.heading-section {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.heading-section .muted {
  color: #aaa;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.heading-section .title {
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
}
.heading-section .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5%;
  width: 5%;
  height: 4px;
  background-color: #eb0a8c;
}
.btn {
  border-radius: 0;
  padding: 0.75rem 2.5rem;
  border-width: 2px;
  font-weight: bold;
}
.btn-primary {
  background-color: #fff;
  border-color: #eb0a8c;
  color: #eb0a8c;
  position: relative;
}
.btn-primary span {
  position: relative;
  z-index: 100;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
  z-index: 99;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  outline: 0;
  background-color: #fff;
  border-color: #eb0a8c;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary:active::after {
  width: 100%;
  left: 0;
  background-color: #eb0a8c;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #eb0a8c;
  border-color: #eb0a8c;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.5);
}
input[type="submit"].btn.btn-primary:hover,
input[type="submit"].btn.btn-primary:focus {
  background: #eb0a8c;
}
input[type="submit"].btn.btn-subscribe {
  font-size: 0.8rem;
  background-color: #eb0a8c;
  border-color: #fff;
  color: #fff;
  position: relative;
  padding: 0.3rem 0.75rem 0.375rem;
  height: calc(1.5em + 0.75rem + 2px);
}
input[type="submit"].btn.btn-subscribe:hover,
input[type="submit"].btn.btn-subscribe:focus,
input[type="submit"].btn.btn-subscribe:active {
  outline: 0;
  background-color: #fff;
  border-color: #232460;
  color: #eb0a8c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_icon {
  margin: 0.5rem 0.75rem;
  display: inline-block;
}
.search_icon a {
  color: #000;
}
.search_icon a::after {
  content: "";
  border-bottom: 3px solid transparent;
  display: block;
  padding-bottom: 0.2rem;
  margin: 0 auto;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search_icon a:hover::after {
  border-color: #eb0a8c;
  width: 50%;
}
@media (max-width: 991px) {
  .footer .text-right {
    text-align: center !important;
  }
}
input:-webkit-autofill {
  background-color: #faffbd !important;
}
.searchForm .input-group .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #eb0a8c;
  color: #000;
  font-size: 1.5rem;
}
.searchForm .input-group .form-control:focus {
  border-color: transparent;
  border-bottom: 3px solid #eb0a8c;
  box-shadow: none;
}
.searchForm .input-group .form-control.placeholder {
  color: #aaa;
}
.searchForm .input-group .form-control:-moz-placeholder {
  color: #aaa;
}
.searchForm .input-group .form-control::-moz-placeholder {
  color: #aaa;
}
.searchForm .input-group .form-control:-ms-input-placeholder {
  color: #aaa;
}
.searchForm .input-group .form-control::-webkit-input-placeholder {
  color: #aaa;
}
.searchForm .input-group-append .btn {
  color: #eb0a8c;
  padding: 0 0 0 1.5rem;
  font-size: 2.5rem;
}
.searchForm .input-group-append .btn.focus,
.searchForm .input-group-append .btn:focus {
  box-shadow: none;
}
.searchForm .input-group-append .btn:hover {
  color: #1c3947;
}
label {
  font-weight: bold;
  color: #eb0a8c;
}
.error {
  color: #d72b2b;
  font-size: 0.8rem;
}
.form-control {
  font-size: 1rem;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.55rem 0.75rem 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #eb0a8c;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 2px solid #eb0a8c;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #eb0a8c;
  background-color: transparent;
  border-color: #2a2b72;
  outline: 0;
  box-shadow: none;
}
.form-control.form-subscribe {
  font-size: 0.8rem;
  color: #fff;
  border-color: #2a2b72;
  min-width: 220px;
}
.form-control.form-subscribe.placeholder {
  color: #fff;
}
.form-control.form-subscribe:-moz-placeholder {
  color: #fff;
}
.form-control.form-subscribe::-moz-placeholder {
  color: #fff;
}
.form-control.form-subscribe:-ms-input-placeholder {
  color: #fff;
}
.form-control.form-subscribe::-webkit-input-placeholder {
  color: #fff;
}
.form-control.form-subscribe:focus {
  border-color: #fff;
}
.alert {
  border-radius: 0;
  padding: 1rem 1.5rem;
}
.alert-success {
  background-color: #eb0a8c;
  border-color: #eb0a8c;
  color: #fff;
}
.alert-danger {
  background-color: #d72b2b;
  border-color: #d72b2b;
  color: #fff;
}
.alert-danger .error {
  margin-bottom: 0;
  color: #fff;
}
.custom-control {
  line-height: 1.7;
}
.custom-control-label::before {
  border-color: #eb0a8c;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eb0a8c;
  background-color: #eb0a8c;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #eb0a8c;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 29, 77, 0.25);
}
.project-grid,
.profile-grid,
.video-grid {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.project-grid .grid-social,
.profile-grid .grid-social,
.video-grid .grid-social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  padding: 0 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .project-grid .grid-social,
  .profile-grid .grid-social,
  .video-grid .grid-social {
    top: -40px;
  }
}
.project-grid .grid-social .list-social li,
.profile-grid .grid-social .list-social li,
.video-grid .grid-social .list-social li {
  margin: 0 0.2rem;
}
.project-grid .grid-social .list-social li i,
.profile-grid .grid-social .list-social li i,
.video-grid .grid-social .list-social li i {
  vertical-align: middle;
}
.project-grid .grid-container,
.profile-grid .grid-container,
.video-grid .grid-container {
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.project-grid .grid-container .grid-image,
.profile-grid .grid-container .grid-image,
.video-grid .grid-container .grid-image {
  background-color: #fff;
  position: relative;
}
.project-grid .grid-container .grid-image img,
.profile-grid .grid-container .grid-image img,
.video-grid .grid-container .grid-image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 98;
}
.project-grid .grid-container .grid-heading,
.profile-grid .grid-container .grid-heading,
.video-grid .grid-container .grid-heading {
  padding: 1.5rem 1.5rem 1.5rem;
  opacity: 1;
  color: #000;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  z-index: 99;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.project-grid .grid-container .grid-heading .muted,
.profile-grid .grid-container .grid-heading .muted,
.video-grid .grid-container .grid-heading .muted {
  font-size: 0.8rem;
  display: block;
  color: #aaa;
  font-weight: normal;
}
.project-grid .grid-container .grid-heading .grid-name,
.profile-grid .grid-container .grid-heading .grid-name,
.video-grid .grid-container .grid-heading .grid-name {
  display: block;
  margin-bottom: 0.1rem;
}
.project-grid .grid-container .grid-heading .grid-title,
.profile-grid .grid-container .grid-heading .grid-title,
.video-grid .grid-container .grid-heading .grid-title {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
.project-grid .grid-container .grid-text,
.profile-grid .grid-container .grid-text,
.video-grid .grid-container .grid-text {
  padding: 0 1.5rem 1rem;
  font-size: 0.9rem;
  margin-top: -0.5rem;
  color: #000;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .project-grid .grid-container .grid-text,
  .profile-grid .grid-container .grid-text,
  .video-grid .grid-container .grid-text {
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    position: absolute;
  }
  .project-grid .grid-container .grid-text p,
  .profile-grid .grid-container .grid-text p,
  .video-grid .grid-container .grid-text p {
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    opacity: 0;
  }
}
.project-grid .grid-container .grid-text p,
.profile-grid .grid-container .grid-text p,
.video-grid .grid-container .grid-text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .project-grid .grid-container:hover .grid-text p,
  .profile-grid .grid-container:hover .grid-text p,
  .video-grid .grid-container:hover .grid-text p {
    opacity: 1;
  }
}
.project {
  position: relative;
}
.project-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 3rem 9rem 2rem;
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .project-header {
    padding: 2.5rem 2rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-header {
    padding: 2.5rem 5rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-header {
    padding: 2.5rem 7rem 2rem;
  }
}
.project-header h1 {
  text-transform: uppercase;
  color: #eb0a8c;
}
@media (max-width: 767px) {
  .project-header h1 {
    font-size: 1.6rem;
  }
}
.project-header p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .project-header p {
    font-size: 0.9rem;
  }
}
.project-content {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .project-content {
    padding: 0 1.5rem;
  }
}
.project-content img {
  margin: 0.5rem 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .project-content img {
    margin: 0.5rem -1.5rem 2rem;
    width: calc(100% + 3rem);
  }
}
.project-content .plyr {
  margin: 0.5rem 0 2rem;
  width: 100%;
  max-width: initial;
}
@media (min-width: 768px) {
  .project-content .plyr {
    margin: 1.5rem -1.5rem 2rem;
    width: calc(100% + 3rem);
  }
}
.project-content .news img {
  display: inline-block;
  width: auto;
  margin: auto;
  margin-bottom: 1rem;
}
.project-content .news img.float-left {
  float: left;
  margin-right: 1rem;
}
.project-content .news img.float-right {
  float: right;
  margin-left: 1rem;
}
.project_btnNav-prev,
.project_btnNav-next {
  background: #eb0a8c;
  color: #fff;
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem;
  z-index: 100;
  width: 45px;
  height: 45px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  zoom: 1;
}
.project_btnNav-prev:before,
.project_btnNav-prev:after,
.project_btnNav-next:before,
.project_btnNav-next:after {
  content: "";
  display: table;
}
.project_btnNav-prev:after,
.project_btnNav-next:after {
  clear: both;
}
.project_btnNav-prev .arrow,
.project_btnNav-next .arrow {
  display: block;
  position: absolute;
}
.project_btnNav-prev .arrow i,
.project_btnNav-next .arrow i {
  display: block;
  z-index: 100;
}
.project_btnNav-prev .info,
.project_btnNav-next .info {
  color: #fff;
  z-index: 99;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: -1rem;
  margin-left: -1rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.project_btnNav-prev .info p,
.project_btnNav-next .info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.project_btnNav-prev .info h5,
.project_btnNav-next .info h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}
.project_btnNav-prev:focus,
.project_btnNav-prev:active,
.project_btnNav-next:focus,
.project_btnNav-next:active {
  color: #fff;
}
@media (min-width: 768px) {
  .project_btnNav-prev:hover,
  .project_btnNav-next:hover {
    color: #fff;
    width: 200px;
    height: auto;
  }
  .project_btnNav-prev:hover .info,
  .project_btnNav-next:hover .info {
    width: 200px;
    height: 95px;
    opacity: 1;
  }
}
.project_btnNav-prev {
  text-align: left;
  left: 50%;
}
.project_btnNav-prev .info {
  text-align: left;
}
.project_btnNav-prev:hover .info {
  padding: 1rem 2rem 1rem 3rem;
}
.project_btnNav-next {
  text-align: left;
  right: 50%;
}
.project_btnNav-next .arrow {
  right: 1rem;
}
.project_btnNav-next .info {
  text-align: right;
}
.project_btnNav-next:hover .info {
  padding: 1rem 3rem 1rem 2rem;
}
.profile-grid {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.profile-grid .project-social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  padding: 0 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .profile-grid .project-social {
    top: -40px;
  }
}
.profile-grid .project-social .list-social li {
  margin: 0 0.2rem;
}
.profile-grid .project-social .list-social li i {
  vertical-align: middle;
}
.profile-grid .project-container {
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-grid .project-container .project-image {
  background-color: #eb0a8c;
  position: relative;
}
.profile-grid .project-container .project-image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 98;
}
.profile-grid .project-container .project-heading {
  padding: 1.5rem 1.5rem 1.5rem;
  opacity: 1;
  color: #000;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  z-index: 99;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-grid .project-container .project-heading .muted {
  font-size: 0.8rem;
  display: block;
  color: #aaa;
  font-weight: normal;
}
.profile-grid .project-container .project-text {
  padding: 0 1.5rem 1rem;
  font-size: 0.9rem;
  margin-top: -0.5rem;
  color: #000;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .profile-grid .project-container .project-text {
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    position: absolute;
  }
  .profile-grid .project-container .project-text p {
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    opacity: 0;
  }
}
.profile-grid .project-container .project-text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .profile-grid .project-container:hover .project-text p {
    opacity: 1;
  }
}
.contact-grid {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  .contact-grid {
    width: 100%;
    float: left;
  }
}
.contact-grid .details {
  color: #eb0a8c;
  display: inline-block;
  font-weight: bold;
  margin: 80px 30px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .contact-grid .details {
    width: calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .contact-grid .details {
    min-width: 375px;
  }
}
@media (min-width: 992px) {
  .contact-grid .details {
    margin: 120px 15px;
  }
}
.contact-grid .details .heading {
  display: table;
  width: 100%;
}
.contact-grid .details .heading h1 {
  display: table-cell;
  color: #fff;
  font-size: 70px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .contact-grid .details .heading h1 {
    font-size: 55px;
  }
}
.contact-grid .details .heading .clock {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.contact-grid .details .address {
  display: table;
  background: rgba(255, 255, 255, 0.8);
  margin: 6px 0px;
  min-height: 120px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-grid .details .address {
    padding: 20px 30px;
  }
}
.contact-grid .details .address div {
  display: table-cell;
  vertical-align: middle;
}
.contact-grid .details .address div:first-child {
  padding-right: 20px;
}
.contact-grid .details .address .weather {
  text-align: right;
  margin-left: 30px;
  color: #fff;
  margin-bottom: -40px;
}
@media (min-width: 992px) {
  .contact-grid .details .address .weather {
    margin-left: 60px;
  }
}
.contact-grid .details .address .weather h2 {
  color: #eb0a8c;
  margin-bottom: 0;
}
.contact-grid .details .address .weather h2 i {
  font-size: 3rem;
  margin-top: 0.5rem;
}
.contact-grid .details .address .weather h2 p {
  font-size: 1.7rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.contact-grid .details .email,
.contact-grid .details .number {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 6px;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .contact-grid .details .email,
  .contact-grid .details .number {
    float: left;
    width: calc(50% - 3px);
  }
}
.contact-grid .details .email:hover,
.contact-grid .details .number:hover {
  background: #eb0a8c;
  color: #fff;
}
@media (min-width: 992px) {
  .contact-grid .details .email {
    margin-right: 3px;
  }
}
@media (min-width: 992px) {
  .contact-grid .details .number {
    margin-left: 3px;
  }
}
.contact-grid .details .careers {
  display: block;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}
.contact-grid .details .careers:hover {
  color: #eb0a8c;
}
.list-social {
  font-size: 1rem;
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  display: inline-block;
}
.list-social li {
  display: inline-block;
  margin: 0 0.5rem;
}
.list-filters {
  display: inline-block;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
}
.list-filters li {
  display: inline-block;
  margin: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  .list-filters li {
    margin: 0.5rem 0.75rem;
  }
}
.list-filters li.header {
  color: #aaa;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}
.list-filters li a {
  color: #000;
}
.list-filters li a::after {
  content: "";
  border-bottom: 3px solid transparent;
  display: block;
  padding-bottom: 0.2rem;
  margin: 0 auto;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-filters li a:hover {
  color: #eb0a8c;
}
.list-filters li a:hover::after {
  border-color: #eb0a8c;
  width: 50%;
}
.list-filters li.active a {
  font-weight: bold;
}
.list-filters li.active a::after {
  border-color: #eb0a8c;
  width: 50%;
}
.list-filters li.active a:hover {
  color: #aaa;
}
.list-filters li.active a:hover::after {
  border-color: #aaa;
}
.list-clients {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.list-clients li {
  display: inline-block;
  margin: 0.5rem 0.25rem;
}
@media (min-width: 768px) {
  .list-clients li {
    margin: 0.5rem;
  }
}
.list-clients li img {
  width: 100px;
}
.breadcrumbs {
  list-style: none;
  background: transparent;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-bottom: 0;
  font-size: 0.8rem;
  margin-left: 0;
  padding: 0.75em 0.5em;
  line-height: 1.5;
}
.breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
}
.breadcrumbs > li + li:before {
  font-family: "Font Awesome 5 Free";
  color: #eb0a8c;
  font-weight: 900;
  content: "\f061";
  padding: 0 10px;
  font-size: 0.7rem;
  vertical-align: baseline;
}
.modal-content {
  border-radius: 0;
}
.modal-content .close-modal {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.modal-content .close-modal:hover {
  opacity: 1;
}
.modal-content .close-modal .lr {
  z-index: 1051;
  width: 2px;
  height: 30px;
  margin-top: 5px;
  margin-left: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #eb0a8c;
}
.modal-content .close-modal .lr .rl {
  z-index: 1052;
  width: 2px;
  height: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #eb0a8c;
}
.modal-body {
  padding: 2rem;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}
.modal.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none;
}
.modal-search {
  padding-right: 0 !important;
}
.modal-search.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-search .modal-dialog {
  border: 1rem solid #eb0a8c;
  -webkit-transition: border 1s ease-in-out;
  -moz-transition: border 1s ease-in-out;
  -ms-transition: border 1s ease-in-out;
  -o-transition: border 1s ease-in-out;
  transition: border 1s ease-in-out;
}
.modal-search .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
}
.modal-search .modal-dialog .modal-content .modal-body {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  .template-video .navbar {
    background-color: transparent;
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .template-video .navbar .navbar-brand #pmg_logo, .template-video .navbar .navbar-brand #pmg_logo polygon, .template-video .navbar .navbar-brand #pmg_logo path, .template-video .navbar .navbar-brand #pmg_logo rect {
    fill: #fff;
  }
}

@media (min-width: 768px) {
  .template-video .navbar.scrolled .navbar-brand #pmg_logo polygon, .template-video .navbar.scrolled .navbar-brand #pmg_logo path, .template-video .navbar.scrolled .navbar-brand #pmg_logo rect {
    fill: unset;
  }
}

@media (min-width: 768px) {
  .template-video .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 200px) {
	header {
  position: relative;
  background-color: black;
  width: 100%;
  height: auto;
  padding-top: 40%; 
  background-image: url('../assets/images/pz-header-temp-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;

  }
}
.template-project header {
  position: fixed;
  height: 60vh;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) {
  .template-project header {
    top: 3rem;
  }
}
.navbar {
  background-color: #fff;
  padding: 0.5rem 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-brand #pmg_logo {
  fill: #eb0a8c;
  height: 60px;
  margin: 0.2rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.template-video .navbar .navbar-brand #pmg_logo {
  height: 100px;
}
.navbar .navbar-nav {
  font-size: 14px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #eb0a8c;
  font-weight: bold;
  line-height: 1;
  padding: 0.75rem 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1.2rem 1rem;
  }
}

@media (min-width: 768px) {

}
.navbar .navbar-nav .nav-item .nav-link span {
  position: relative;
  z-index: 101;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover::before,
.navbar .navbar-nav .nav-item .nav-link:focus::before,
.navbar .navbar-nav .nav-item .nav-link:active::before {
  left: -5%;
  right: -5%;
  background-color: #eb0a8c;
}
.navbar-open,
.navbar.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.navbar-open .navbar-nav .nav-item .nav-link,
.navbar.scrolled .navbar-nav .nav-item .nav-link {
  color: #eb0a8c;
}
.navbar-open .navbar-nav .nav-item .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-item .nav-link:hover,
.navbar-open .navbar-nav .nav-item .nav-link:focus,
.navbar.scrolled .navbar-nav .nav-item .nav-link:focus,
.navbar-open .navbar-nav .nav-item .nav-link:active,
.navbar.scrolled .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}
.navbar-open .navbar-nav .nav-item.active .nav-link,
.navbar.scrolled .navbar-nav .nav-item.active .nav-link {
  color: #fff !important;
}
.navbar-open .navbar-nav .nav-item.active .nav-link::before,
.navbar.scrolled .navbar-nav .nav-item.active .nav-link::before {
  background-color: #eb0a8c;
}
.navbar-open .navbar-brand #pmg_logo,
.navbar.scrolled .navbar-brand #pmg_logo {
  fill: #eb0a8c;
}
.navbar.scrolled {
  padding: 0 1rem;
}
.navbar.scrolled .navbar-brand #pmg_logo {
  height: 60px;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 0 1rem;
  }
  .navbar .navbar-nav {
    margin: 0.5rem 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #eb0a8c;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar .navbar-nav .nav-item .nav-link:focus,
  .navbar .navbar-nav .nav-item .nav-link:active {
    color: #fff;
  }
  .navbar .navbar-brand #pmg_logo {
    fill: #eb0a8c;
  }
  .navbar .navbar-brand #pmg_logo {
    height: 60px;
  }
}
header {
  position: relative;
  background-color: black;
  width: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  header {
    margin-top: 51px;
  }
}
header video {
  display: block;
  height: auto;
  width: 100%;
  z-index: 0;
}
header .video_controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
header .video_controls a {
  color: #fff;
  display: block;
  padding: 0.5rem 0.75rem;
}
header .project-social {
  background: #eb0a8c;
  position: absolute;
  top: 1.5rem;
  right: 0;
  padding: 0 0.5rem;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
@media (max-width: 767px) {
  header .project-social {
    top: 0rem;
  }
}
header .project-social .list-social li {
  margin: 0 0.2rem;
}
header .project-social .list-social li i {
  vertical-align: middle;
  color: #fff;
}
header .project-social.scrolled {
  top: 0;
}
body {
  background-color: #f1f1f1;
}
.container-max {
  max-width: 1400px;
}
main {
  position: relative;
  background: #f1f1f1;
  z-index: 100;
  margin-top: 40px;
}
@media (min-width: 768px) {
  main {
    margin-top: 70px;
  }
}
section {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  section {
    padding: 1.8rem 0;
  }
}
.hero {
  padding: 3rem 0;
}

/*.template-video main {
  margin-top: 60%;
}
@media (min-width: 480px) {
  .template-video main {
    margin-top: 40%;
  }
}
@media (min-width: 768px) {
  .template-video main {
    margin-top: 20%;
  }
}
*/

.template-project main {
  margin-top: 60vh;
}

footer {
  background: #eb0a8c;
  color: #fff;
  font-size: 0.8rem;
  padding: 1rem 0;
}
footer a {
  color: #fff;
}
footer a:focus,
footer a:hover,
footer a:active {
  color: #373998;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
.animsition-overlay-slide {
  z-index: 2000;
  background-color: #eb0a8c;
}
.animsition-loading,
.animsition-loading:after {
  z-index: 2010;
}
.hamburger {
  padding: 0;
}
.hamburger:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .hamburger {
    margin-top: 7px;
  }
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: #fff;
}
@media (max-width: 767px) {
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    background: #eb0a8c;
  }
}
.navbar.scrolled .hamburger {
  margin-top: 7px;
}
.navbar.scrolled .hamburger-inner,
.navbar.scrolled .hamburger-inner:after,
.navbar.scrolled .hamburger-inner:before {
  background: #eb0a8c;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background: #eb0a8c;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}
.jcgmt-container {
  float: none;
  padding: 3px;
  display: inline-block;
}
.jcgmt-container .jcgmt-lbl {
  font-size: 10px;
  color: #333333;
  line-height: 22px;
  background: url("../assets/images/clock/jcgmt-clock_label.png") no-repeat;
  text-align: center;
  padding-bottom: 5px;
  width: 88px;
  margin: 0 auto;
}
.jcgmt-clockHolder {
  width: 80px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: table-cell;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
  display: block;
  position: absolute;
}
.jcgmt-rotatingWrapper {
  position: absolute;
  width: 80px;
  height: 80px;
}
.jcgmt-date_container {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.jcgmt-digital,
.jcgmt-date {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: right;
  vertical-align: middle;
  line-height: 1.3;
}
.loader-inner {
  display: inline-block;
  text-align: center;
  transform: scale(0.75, 0.75);
  margin-bottom: 1rem;
  zoom: 1;
}
.loader-inner:before,
.loader-inner:after {
  content: "";
  display: table;
}
.loader-inner:after {
  clear: both;
}
.loader-inner div {
  background-color: #eb0a8c;
  border-color: #eb0a8c;
}
.pace .pace-progress {
  background: #eb0a8c;
  height: 3px;
}
.owl-carousel {
  margin-bottom: 1rem;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  padding: 0 !important;
  color: #eb0a8c !important;
  font-size: 1rem;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #2a2b72;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -3rem;
}
.owl-carousel .owl-nav button.owl-next {
  right: -3rem;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -25px;
  }
}
.owl-carousel .owl-item img,
.owl-carousel .owl-item .plyr {
  margin: 0;
  width: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 25px;
  height: 5px;
  display: inline-block;
  background: #eb0a8c;
  opacity: 0.5;
  margin: 15px 3px 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #eb0a8c;
}
.plyr--full-ui input[type="range"] {
  color: #eb0a8c;
}
.plyr--video .plyr__controls {
  background: transparent;
}
.plyr__control.plyr__tab-focus {
  box-shadow: none;
  outline: 0;
}
.plyr__control--overlaid {
  background: #eb0a8c;
}
.plyr.plyr--stopped .plyr__controls {
  display: none;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  width: 80px;
  height: 80px;
}
.plyr--video .plyr__control svg {
  display: inline-block;
}
.plyr--video,
.plyr__video-wrapper {
  background: transparent;
}
.slick-slider img,
.slick-slider .plyr {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .img-carousel,
  .video-carousel {
    margin: 2rem -1.5rem 2rem;
    width: calc(100% + 3rem);
  }
}
.slick-prev,
.slick-next {
  padding: 0;
  z-index: 10;
  width: 14px;
  height: 56px;
  font-size: 1rem;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #eb0a8c;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next {
  right: -25px;
}
@media (min-width: 768px) {
  .slick-next {
    right: -3rem;
  }
}
.slick-next::before {
  content: "\f061";
}
.slick-prev {
  left: -25px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -3rem;
  }
}
.slick-prev::before {
  content: "\f060";
}
.slick-slide img {
  margin: 0;
}
.slick-dots {
  bottom: -1.5rem;
}
.slick-dots li {
  height: auto;
  width: 25px;
  margin: 0 3px;
}
.slick-dots li button {
  display: inline-block;
  opacity: 0.4;
  background: #eb0a8c;
  height: 5px;
  width: 25px;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.project-grid .grid-container .grid-image {
  background-color: #fff;
}

.logo-img {
  height: 40px;
  transition: all 0.3s ease;
}


/* Header image styling */
.responsive-header {
  position: relative;
  width: 100%;
  z-index: 1; /* Behind menu */
}

.header-img {
  display: block;
  width: 100%;
  height: auto;
}