.more-btn {
  background-color: #4e487b;
  border: 1px solid #4e487b;
  padding: 4px 15px 6px;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.more-btn span {
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
}

.more-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.more-btn:hover span {
  color: #000;
}

.more-btn:hover svg path {
  fill: #000;
}

.more-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-heading {
  margin-bottom: 3em;
}

.section-heading .primary-heading {
  font-size: 2em;
  font-weight: 300;
}

html {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
}

@media (max-width: 479.98px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 2000px) {
  html {
    font-size: 22px;
  }
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1em;
  line-height: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
}

p {
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

a:hover,
button:hover {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

input,
button,
textarea,
select,
li {
  font: inherit;
}

.bg-black {
  background-color: #000000;
}

.ratio.ratio-16x9 {
  border-radius: 8px;
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation .6s ease-in-out;
  -webkit-animation: affix_animation .6s ease-in-out;
  z-index: 99;
  background-color: #000 !important;
  padding: 0.5em 0 !important;
}

.affix .navbar-brand img {
  height: 50px !important;
  width: 57px !important;
}

#ourWorks {
  background-image: url("/img/bg-new-hued-svg.svg");
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  #ourWorks {
    background-position: center;
    background-size: cover;
  }
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 480px) and (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
}

.hero-navbar {
  position: relative;
  background-color: #000;
  padding: 0;
}

@media (min-width: 992px) {
  .hero-navbar {
    height: 90px;
  }
}

.hero-navbar.home-navbar {
  position: absolute;
  width: 100%;
  background-color: unset;
  padding: 0.75em 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .hero-navbar.home-navbar {
    position: relative;
    background-color: #000;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .hero-navbar.affix {
    height: 76px;
  }
}

.hero-navbar .navbar {
  padding: 0;
}

.hero-navbar .navbar .navbar-brand img {
  height: 80px;
  width: 92px;
}

@media (max-width: 767.98px) {
  .hero-navbar .navbar .navbar-brand img {
    height: 55px;
    width: 65px;
  }
}

.hero-navbar .navbar-toggler {
  float: right;
}

.hero-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.hero-navbar .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 575.98px) {
  .hero-navbar .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 991.98px) {
  .hero-navbar .navbar-collapse {
    background-color: #ffffff;
  }
}

@media (max-width: 991.98px) {
  .hero-navbar .navbar-collapse .navbar-nav {
    padding: 0.5em 0 0.5em;
  }
  .hero-navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 1.5em 0;
    border-bottom: 1px solid #ccc;
  }
  .hero-navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1) {
    border-bottom: unset;
  }
}

.hero-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.05em;
  font-weight: 600;
  padding: 0 0.75em;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media (max-width: 991.98px) {
  .hero-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 0.9em;
  }
}

.hero-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #4e487b;
}

.hero-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #4e487b;
}

.hero-navbar .navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero-navbar .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hero-navbar .animated-icon2:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero-navbar .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #fff;
}

.hero-navbar .animated-icon2 span:nth-child(1) {
  top: 0px;
}

.hero-navbar .animated-icon2 span:nth-child(2) {
  top: 10px;
}

.hero-navbar .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.hero-navbar .animated-icon2 span:nth-child(4) {
  top: 20px;
}

.hero-navbar .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.hero-navbar .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-navbar .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hero-navbar .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#footer {
  padding: 3em 0;
  text-align: center;
}

#footer h4 {
  color: #4e487b;
  text-transform: capitalize;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 1.5em;
}

#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5em;
}

#footer ul li {
  margin-right: 10px;
  cursor: pointer;
}

#footer ul li .svg {
  width: 30px;
  height: 30px;
}

#footer ul li .svg:hover path {
  fill: #4e487b;
}

#footer ul li .svg:hover #f_1_ {
  fill: #4e487b;
}

#footer p {
  font-size: 1em;
  color: #4e487b;
  font-weight: 600;
}

@media (max-width: 479.98px) {
  #footer p .divider {
    display: none;
  }
}

#footer p .poweredby {
  color: #222222;
  font-weight: 500;
}

@media (max-width: 479.98px) {
  #footer p .poweredby {
    display: block;
    text-align: center;
  }
}

#footer p .poweredby a {
  color: #e20404;
}

#get-in-touch {
  padding: 4em 0;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  #get-in-touch {
    height: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #get-in-touch {
    height: 660px;
  }
}

@media (min-width: 1660px) and (max-width: 1700px) {
  #get-in-touch {
    height: 80vh;
  }
}

@media (min-width: 1700px) and (max-width: 2000px) {
  #get-in-touch {
    height: 71vh;
  }
}

@media (min-width: 1500px) and (max-width: 1599px) {
  #get-in-touch {
    height: 80vh;
  }
}

@media (min-width: 1590px) and (max-width: 1650px) {
  #get-in-touch {
    height: 85vh;
  }
}

@media (min-width: 2000px) {
  #get-in-touch {
    height: 67.5vh;
  }
}

#get-in-touch .location h4 {
  font-size: 1.15em;
  font-weight: 600;
}

#get-in-touch .location p {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 5px;
}

#get-in-touch .location p strong {
  font-size: 1.1em;
}

#get-in-touch .location a {
  color: #000;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}

#get-in-touch .location a:hover {
  color: #4e487b;
}

@media (min-width: 2000px) {
  #get-in-touch .location iframe {
    height: 333px;
  }
}

@media (max-width: 991.98px) {
  #get-in-touch form {
    margin-top: 2em;
  }
}

#get-in-touch form .form-group {
  margin-bottom: 1em;
}

#get-in-touch form .form-group label {
  display: block;
  margin-bottom: 1em;
}

#get-in-touch form .send-btn {
  background-color: #4e487b;
  border: 1px solid #4e487b;
  color: #fff;
  padding: 4px 30px 6px;
  font-weight: 600;
}

#get-in-touch form .send-btn:hover {
  background-color: #fff;
  color: #000;
}

#get-in-touch form .error-class {
  color: red;
  display: block;
  background: transparent;
  height: 15px;
  padding-top: 10px;
}

#get-in-touch .success {
  color: green;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 360px) {
  #get-in-touch .success {
    font-size: 0.9em;
  }
}

#what-we-do {
  position: relative;
  padding: 4em 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #what-we-do {
    padding: 3em 0;
  }
}

@media (max-width: 575.98px) {
  #what-we-do {
    padding: 2em 0;
  }
}

#what-we-do .section-heading {
  text-align: center;
}

#what-we-do .section-heading h4 {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
  color: #4e487b;
}

#what-we-do .section-heading h4 img {
  width: 60px;
  height: 50px;
  margin-top: -10px;
}

#what-we-do .section-heading .line {
  width: 50px;
  height: 3px;
  background-color: #4e487b;
  margin: 0 auto 1.5em;
}

#what-we-do .bg-one {
  position: relative;
  margin-top: 2em;
}

#what-we-do .bg-one::before {
  content: url("/img/Asset-3.svg");
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  right: 0;
  z-index: -1;
}

#what-we-do.production .img {
  position: relative;
  padding-top: 149.70%;
}

#what-we-do.production .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#what-we-do.production .img-1 {
  position: relative;
  padding-top: 99.90%;
}

#what-we-do.production .img-1 img {
  position: absolute;
  top: 0;
  left: 0;
}

#what-we-do .grid li .img {
  position: relative;
  padding-top: 100%;
}

#what-we-do .grid li .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#what-we-do .grid .slick-prev,
#what-we-do .grid .slick-next {
  bottom: -60px;
  width: 30px;
  height: 30px;
  top: unset;
}

#what-we-do .grid .slick-prev {
  left: calc(50% - 30px);
}

#what-we-do .grid .slick-prev::before {
  content: url("/img/icons/back.svg");
}

#what-we-do .grid .slick-next {
  right: calc(50% - 30px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#what-we-do .grid .slick-next::before {
  content: url("/img/icons/back.svg");
  position: absolute;
  right: 10px;
}

#what-we-do .grid .slick-slider {
  margin: 0 -15px;
}

#what-we-do .grid .slick-slide {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

#banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #banner {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  #banner {
    height: auto;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  #banner {
    height: 250px;
  }
}

@media (min-width: 1600px) {
  #banner {
    height: 400px;
  }
}

@media (min-width: 2000px) {
  #banner {
    height: 450px;
  }
  #banner .img {
    width: 100%;
  }
  #banner .img img {
    width: 100%;
  }
}

@media (max-width: 2000px) {
  #banner .img {
    position: relative;
    padding-top: 27.08%;
  }
  #banner .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    display: block;
  }
}

#banner .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#banner .text h4 {
  font-weight: 600;
  font-size: 2.5em;
}

@media (max-width: 575.98px) {
  #banner .text h4 {
    font-size: 1.9em;
  }
}

.bg-video {
  background-color: #000000;
  overflow: hidden;
}

.bg-video video {
  margin: -10px auto 0;
}

@media (min-width: 992px) {
  .bg-video video {
    margin: -15px auto 0;
  }
}

@media (min-width: 1400px) {
  .bg-video video {
    margin: -20px auto 0;
  }
}

@media (min-width: 2000px) {
  .bg-video video {
    margin: -25px auto 0;
  }
}

@media (max-width: 479.98px) {
  .bg-video video {
    margin: -13px auto 0;
  }
}

#team {
  padding: 3em 0;
  position: relative;
  background-image: url("../img/banner-inner-pages.svg");
  background-position: center top;
  background-size: 120%;
  background-repeat: no-repeat;
}

#team h3 {
  color: #4e487b;
}

#team .section-heading {
  padding: 40px 0;
  text-align: center;
}

#team .section-heading h4 {
  font-weight: 600;
  color: #4e487b;
  font-size: 2.5em;
}

@media (max-width: 575.98px) {
  #team .section-heading h4 {
    font-size: 1.9em;
  }
}

#team .each-team {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#team .each-team .image {
  margin-top: 10px;
  position: relative;
  text-align: center;
}

@media (max-width: 991.98px) {
  #team .each-team .image {
    padding-top: 100%;
  }
}

#team .each-team .image img {
  border-radius: 20%;
  max-width: 180px;
  width: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin: 0 auto 10px;
}

@media (min-width: 992px) {
  #team .each-team .image img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 991.98px) {
  #team .each-team .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#team .each-team .image .hover-txt {
  padding: 1em;
  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: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  cursor: default;
}

#team .each-team .image:hover .hover-txt {
  opacity: 1;
}

#team .each-team .content {
  text-align: center;
}

#team .each-team .content h4 {
  font-size: 1.125em;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 1em;
}

@media (max-width: 479.98px) {
  #team .each-team .content h4 {
    font-size: 1em;
  }
}

#team .each-team .content p {
  font-size: 1em;
  margin-bottom: 0;
  color: #555555;
}

@media (max-width: 479.98px) {
  #team .each-team .content p {
    font-size: 0.85em;
  }
}

#team .each-team .content .line {
  width: 40px;
  height: 2px;
}

#team .each-team .content ul {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

#team .each-team .content ul li {
  margin-bottom: 10px;
}

#team .each-team .content ul li svg {
  width: 20px;
  height: 20px;
}

#team .each-team .content ul li svg:hover path {
  fill: #4e487b;
}

#team .each-team .content ul li svg path {
  fill: #ccc;
}

#team .each-team:hover .image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#intro {
  padding: 3em 0 0;
}

@media (min-width: 767px) and (max-width: 799px) {
  #intro {
    height: 55vh;
  }
}

@media (min-width: 389px) and (max-width: 395px) {
  #intro {
    padding: 3em 0 10em;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  #intro {
    padding: 3em 0 10em;
  }
}

#intro .section-heading .line {
  width: 30px;
  height: 2px;
  background-color: #4e487b;
  margin: 0 auto 1em;
}

#intro .image {
  position: relative;
  padding-top: 77.2%;
}

#intro .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
}

@media (max-width: 479.98px) {
  #intro .image {
    max-width: 80%;
    padding-top: 65%;
    margin: auto;
  }
}

#our-work {
  padding: 3em 0;
}

#work-inner {
  padding: 3em 0;
}

#work-inner h4 {
  color: #4e487b;
  font-size: 2.5em;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #work-inner h4 {
    font-size: 1.75em;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  #work-inner h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}

.work-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-top: 2em;
}

.work-heading h4 {
  width: 18%;
}

@media (max-width: 991.98px) {
  .work-heading h4 {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .work-heading h4 {
    width: 50%;
  }
}

.work-heading .line {
  width: 80%;
  height: 1px;
  background: #ccc;
}

@media (max-width: 991.98px) {
  .work-heading .line {
    width: 60%;
  }
}

@media (max-width: 400px) {
  .work-heading .line {
    width: 50%;
  }
}

.grid {
  position: relative;
  text-align: center;
}

.grid figure {
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 1.5em;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .grid figure figcaption {
    padding: 1em;
  }
}

@media (max-width: 575.98px) {
  .grid figure figcaption {
    padding: 0.75em;
  }
}

.grid figure figcaption::before {
  pointer-events: none;
}

.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure.effect-sadie figcaption {
  text-align: center;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 73, 120, 0.1)), color-stop(75%, rgba(22, 20, 34, 0.9)));
  background: linear-gradient(to bottom, rgba(79, 73, 120, 0.1) 0%, rgba(22, 20, 34, 0.9) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

@media (max-width: 991.98px) {
  figure.effect-sadie figcaption {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  figure.effect-sadie figcaption::before {
    opacity: 0.75;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

figure.effect-sadie h2 {
  font-size: calc(0.75em + 0.5vw);
  font-weight: 500;
  max-width: 400px;
  margin: 0 auto 10px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  transition: -webkit-transform 0.35s, color 0.35s;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  display: block;
}

@media (min-width: 992px) {
  figure.effect-sadie h2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 1.5em;
    right: 1.5em;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

figure.effect-sadie .content {
  padding: 2em;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  figure.effect-sadie .content {
    padding: 1em;
  }
}

@media (max-width: 991.98px) {
  figure.effect-sadie .content {
    position: relative;
    padding: 0;
  }
}

@media (min-width: 992px) {
  figure.effect-sadie .content {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

figure.effect-sadie p {
  margin: 0;
}

figure.effect-sadie p.tag-line {
  color: #4f4978;
  margin-bottom: 0.5em;
  background-color: #ffffffd8;
  border-radius: 20px;
  display: inline-block;
  font-size: calc( 0.75em + 0.35vw);
  padding: 0px 12px 2px;
}

@media (max-width: 991.98px) {
  figure.effect-sadie p {
    font-size: 0.85em;
    line-height: 1.4;
  }
  figure.effect-sadie p.desc {
    display: none;
  }
}

@media (min-width: 992px) {
  figure.effect-sadie p {
    font-size: calc(0.6vw + 0.5em);
  }
}

@media (min-width: 992px) {
  figure.effect-sadie:hover h2 {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
  }
  figure.effect-sadie:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.effect-sadie:hover .content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#inner-videos {
  margin-bottom: 1em;
}

#inner-videos iframe {
  margin-bottom: 0.5em;
}

@media (max-width: 575.98px) {
  #inner-videos iframe {
    height: 100% !important;
    margin-bottom: 5em;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #inner-videos iframe {
    height: 350px !important;
  }
}

@media (min-width: 360px) and (max-width: 400px) {
  #inner-videos iframe {
    margin-bottom: 3em;
  }
}

@media (max-width: 320px) {
  #inner-videos iframe {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=app.css.map */