.container-narrow {
  max-width: 800px;
}

.template-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .template-section {
    padding: 60px 0;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.booking-btn {
  color: white;
  background: #EA0029;
  font-size: 25px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
  padding: 14px 40px;
  margin-bottom: 20px;
}

.page-header {
  position: relative;
  padding: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-header .page-header-content {
  position: relative;
  z-index: 99;
}
.page-header h1 {
  font-size: 70px;
  color: white;
  margin-bottom: 40px;
}
.page-header p {
  font-size: 20px;
  color: white;
  line-height: 1.4;
  margin-bottom: 60px;
}
.page-header .header-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 97;
  background: rgba(0, 0, 0, 0.4);
}
.page-header .header-arrow {
  position: absolute;
  display: block;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media (min-width: 998px) {
  .page-header .header-arrow {
    left: 30%;
  }
}

.case-study .case-study-gallery.slick-slider {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study .case-study-gallery.slick-slider {
    margin-bottom: 0;
  }
}

.title-heading1.mb20 {
  margin-bottom: 20px !important;
}

.navbar li {
  position: relative;
  line-height: 1.2;
}
.navbar li:hover .sub-menu {
  display: block;
}
.navbar li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 16px;
  list-style-type: none;
  min-width: 200px;
  padding: 10px 12px;
}
@media only screen and (max-width: 991px) {
  .navbar li .sub-menu {
    display: block;
    position: relative;
    top: 0;
    min-width: auto;
    margin-top: 0;
  }
}
.navbar li .sub-menu li {
  padding: 8px 12px;
  background: white;
}
.navbar li .sub-menu li a {
  color: #212121;
  font-weight: 500;
  padding: 0;
}

.footer-list-item li a {
  line-height: 1.2;
}
.footer-list-item li .sub-menu {
  list-style-type: none;
  padding-left: 10px;
}
.footer-list-item li .sub-menu li {
  padding-bottom: 0;
}
.footer-list-item li .sub-menu li a {
  font-size: 12px;
  line-height: 1.3;
  padding: 4px 0;
}

.case-study-gallery .slick-prev,
.case-study-gallery .slick-next {
  z-index: 9;
}
.case-study-gallery .slick-prev {
  left: 15px;
}
.case-study-gallery .slick-next {
  right: 15px;
}
.case-study-gallery .slick-dots {
  bottom: 20px;
}

.case-study__content {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .case-study__content {
    padding: 40px;
  }
}

.cs_notes {
  margin: 30px 0 20px;
}
@media (min-width: 768px) {
  .cs_notes {
    margin: 60px 0 40px;
  }
}
.cs_notes p {
  font-size: 18px;
  line-height: 1.4;
}

.portfolio-gallery .gallery-item {
  padding: 0 6px;
}
.portfolio-gallery .gallery-item img {
  width: 100%;
}
.portfolio-gallery .slick-prev,
.portfolio-gallery .slick-next {
  z-index: 9;
}
.portfolio-gallery .slick-prev::before,
.portfolio-gallery .slick-next::before {
  content: "";
  display: block;
  position: relative;
  font-family: none;
  width: 22px;
  height: 35px;
}
.portfolio-gallery .slick-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .portfolio-gallery .slick-prev {
    left: -25px;
  }
}
@media (min-width: 1280px) {
  .portfolio-gallery .slick-prev {
    left: -40px;
  }
}
.portfolio-gallery .slick-prev::before {
  background: url("../images/portfolio-arrow-left.svg") no-repeat center;
}
.portfolio-gallery .slick-next {
  right: 15px;
}
@media (min-width: 768px) {
  .portfolio-gallery .slick-next {
    right: -25px;
  }
}
@media (min-width: 1280px) {
  .portfolio-gallery .slick-next {
    right: -40px;
  }
}
.portfolio-gallery .slick-next::before {
  background: url("../images/portfolio-arrow-right.svg") no-repeat center;
}
.portfolio-gallery .slick-dots {
  bottom: 20px;
}

.enquire-form-section {
  background: url("../images/enquire-form-bg.jpg") no-repeat center;
  background-size: cover;
}
.enquire-form-section .enquire-form__title {
  color: #EA0029;
}
.enquire-form-section .enquire-form__subtitle {
  color: #fff;
  margin-bottom: 60px;
}

.enquire-form__body {
  display: block;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.enquire-form__body p {
  margin: 0;
}
.enquire-form__body label {
  width: 100%;
  color: #fff;
}
.enquire-form__body input,
.enquire-form__body select {
  width: 100%;
  height: 46px;
  padding: 15px 10px;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  margin-bottom: 12px;
}
.enquire-form__body input:focus,
.enquire-form__body select:focus {
  outline: none;
}
.enquire-form__body input[type=submit] {
  display: block;
  color: white;
  background: #EA0029;
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  border-radius: 50px;
  padding: 14px 40px;
  margin: 20px auto;
  cursor: pointer;
}

.side-txt {
  font-size: 15px;
}

.side-txt__cat {
  font-size: 26px;
  line-height: 1;
}

.service-item {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 75%;
  max-height: 320px;
  margin-bottom: 10px;
}
.service-item:hover {
  color: #fff;
}
.service-item:hover .service-item__mask {
  opacity: 0.8;
  background-color: #f10000;
}
.service-item .service-item__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  z-index: 99;
}
.service-item .service-num {
  position: relative;
  font-size: 25px;
  font-weight: 700;
}
.service-item .service-item__title {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1 !important;
}
.service-item .service-item__mask {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #454545;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.studio-spaces {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 20px;
}
.studio-spaces h3 {
  color: #EA0029;
}
.studio-spaces p {
  color: #ffffff;
}

.after-content {
  margin-bottom: 60px;
}
.after-content h1 {
  font-size: 24px;
}
.after-content h2 {
  font-size: 21px;
}
.after-content h3 {
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
