/*============================================
    CSS INDEX
    ===================
    1. Theme default CSS
	2. About Us
	3. Project Count Area
	4. Section Titel Css
	5. Trailer Area
	6. Service Area
	7. Our Gallery
	8. Testimonial Area
	9. Our Gallery
	10. Footer Area
	11. Home Black Css
	12. Home Box Css
	13. Breadcamp Area
	14. Contact Us Page
	15. About Us Page
	16. Service Page
	17. 404 Error
	18. ScrollUp
===========================================================*/
/* ============= 1. Theme default CSS ============= */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease 0s;
  color: #ADADAD;
}

a:hover {
  text-decoration: none;
  color: #3FA649;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

body {
  background-color: #202020;
  color: #ADADAD;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}
.mt-liner1-200 {
  margin-top: 100px;
  padding-top: 100px;
  border-top: solid 1px #292929;
}

.section-bg-dark {
  background-color: #141414;
}

.section-md {
  padding: 80px 0;
}
.section-lg {
  padding: 120px 0;
}

.section-tittle {
  margin-left: 100px;
}

.section-tittle h2 {
  color: #ADADAD;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.section-tittle h2::after {
  border-bottom: 2px solid #3FA649;
  bottom: 10px;
  content: "";
  height: 70px;
  position: absolute;
  left: -100px;
  width: 70px;
}

.aboutus-video {
  box-sizing: border-box;
  height: 400px;
}

.popup-youtube {
  color: #fff;
  font-size: 60px;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38%;
  transition: all 0.3s ease 0s;
  width: 70px;
}




.signature-title h6 {
  color: #777777;

  font-size: 12px;
  margin-top: 10px;
}

.aboutus-titel {
  margin-bottom: 45px;
}

.aboutus-bottom-txt {
  margin-top: 30px;
}

.person-area {
  display: inline-block;
  margin: 8px auto 0;
  text-align: center;
  width: 17%;
}

.strong {
  font-weight: 700;
}

.strong-white {
  font-weight: 600;
}

.person-img {
  float: left;
}

.person-txt {
  display: block;
  margin-top: 12px;
  overflow: hidden;
}

.aboutus-bottom-txt>p {
  font-size: 16px;
  line-height: 30px;
  margin: auto auto 20px;
  width: 65%;
}

.person-txt h6 {
  font-weight: 500;
  margin: 0 0 5px;
}

.person-txt>span {
  color: #666666;
  font-size: 12px;
}

/* ============= 3. Project Count Area ============= */
.project-count span {
  color: #fff;
  display: inline-block;

  font-size: 30px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-bottom: 20px;
  position: relative;
}

.project-count span::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #fff;
  border-image: none;
  border-style: none none dashed;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

.project-count h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

/* ============= 5. Trailer Area ============= */
/* .trailer-single {box-shadow: 0 1px 1px #ddd;margin-bottom: 2px;} */
.trailer-titel {
  padding: 13px 0 0;
  text-align: center;
}

.trailer-titel h5 {
  color: #555555;
  font-size: 16px;
  margin-bottom: 15px;
}

.trailer-rating {
  clear: both;
  color: #3FA649;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0 0 11px;
  right: 0;
}

.trailer-video {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.popup-youtube>img {
  width: initial !important;
}

.trailer-img .popup-youtube {
  height: 44px;
  opacity: 0;
  text-align: center;
  top: 44%;
  visibility: hidden;
  width: 45px;
  z-index: 99;
}

.trailer-single:hover .trailer-img .popup-youtube {
  opacity: 1;
  visibility: visible;
}

.trailer-img {
  display: block;
  position: relative;
}

.trailer-img::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.trailer-single:hover .trailer-img::after {
  opacity: 0.6;
  visibility: visible;
}

/* Owl Indicator Active */
.indicator-style .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 33%;
  width: 100%;
  opacity: 0;
  transition: .4s;
}

.main-section:hover .owl-theme .owl-nav {
  opacity: 1;
}

.indicator-style .owl-theme .owl-nav [class*="owl-"] {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 56px;
  margin: 0;
  padding: 0;
}

.indicator-style .owl-carousel .owl-nav .owl-prev {
  left: -70px;
  position: absolute;
}

.indicator-style .owl-carousel .owl-nav .owl-next {
  right: -70px;
  position: absolute;
}

.indicator-style .owl-theme .owl-nav [class*="owl-"]:hover,
.service-area.indicator-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #3FA649;
  text-decoration: none;
}

/* ============= 6. Service Area ============= */
.service-single {
  background: transparent;
  box-shadow: 0 2px 6px #000;
  margin: 30px 0;
  padding: 38px 25px 35px;
  position: relative;
  transition: all 0.6s ease 0s;
  border: solid 1px #666;
  min-height: 370px;
}

.service-single:hover .back-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  backface-visibility: visible;
}

.service-single:hover .service-details h4,
.service-single:hover .servce-icon i,
.service-single:hover .service-details p {
  color: #fff;
}

.service-single:hover {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.description {
  padding: 71px 0;
}

.back-content .service-details>h4 {
  margin-bottom: 0;
}

.back-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  backface-visibility: hidden;
  transform: scale(0);
  transform-style: preserve-3d;
  transition: all 0.8s ease 0s;
}

.description {
  padding: 62px 0;
}

.servce-icon i {
  color: #3FA649;
  font-size: 48px;
}

.service-details h4 {
  color: #777777;
  font-weight: 600;
  margin: 20px 0 18px;
  text-transform: uppercase;
}

.service-details>p {
  color: #666666;
  margin: 0;
}

.service-area.indicator-style .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}

/* ============= 7. Our Gallery ============= */
.grid-item {
  float: left;
}

.grid-item {
  margin-bottom: 30px;
}

.gallery-menu {
  margin-bottom: 30px;
  margin-right: 100px;
}

ul.gallery-menu li {
  color: #555555;
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  text-transform: uppercase;
  transition: .3s;
}

ul.gallery-menu li.active,
ul.gallery-menu li:hover {
  color: #3FA649;
}

.gallery-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-image::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: -50%;
  width: 100%;
  opacity: 0;
  transition: .4s;
  visibility: hidden;
}

.gallery-single:hover .gallery-image::before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.popup-gallery,
.gallery-image .popup-youtube {
  color: #fff;
  font-size: 36px;
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25%;
  transition: all 0.3s ease 0s;
  width: 70px;
  line-height: 70px;
  opacity: 0;
  visibility: hidden;
}

.popup-youtube:hover {
  color: #3FA649;
}

.gallery-single:hover .popup-gallery,
.gallery-single:hover .gallery-image .popup-youtube {
  opacity: 1;
  top: 38%;
  visibility: visible;
}

.gallery-image>img {
  width: 100%;
}

.hvr-btn {
  background: #3FA649 none repeat scroll 0 0;
  box-shadow: 0 0 1px transparent;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transform-origin: 0 100% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
  width: 130px;
}

.hvr-btn:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #000;
  color: #fff;
}

/* ============= 8. Testimonial Area ============= */
.testimonial-wrap.testimonial-style.testimonial-slider-active,
.testimonial-wrap.testimonial-style.sidemenu-wrapper-testimonial-slider-active {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 70px;
}

.testimonial-wrap.testimonial-style .testimonial {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0;
}

.testimonial-wrap.testimonial-style .testimonial-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 90px;
  background: transparent;
  border: solid 1px #666;
  margin-bottom: 1px;
}

.testimonial-wrap.testimonial-style .testimonial-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
}

.testimonial-wrap.testimonial-style .testimonial-content-inner:before {
  content: url(../img/icon/icon-quote-left.png);
  display: inline-block;
  margin-bottom: 50px;
}

.testimonial-wrap.testimonial-style .testimonial-content-author {
  margin-top: 42px;
}

.testimonial-wrap.testimonial-style .testimonial-content-author h6 {
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 0;
}

.testimonial-wrap.testimonial-style .testimonial-content-author p {
  display: block;
  color: #777777;
  font-size: 13px;
  line-height: 24px;
}

.testimonial-wrap.testimonial-style .testimonial-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.testimonial-wrap.testimonial-style .testimonial-image img {
  width: 100%;
}

.bg-white .testimonial-wrap.testimonial-style .testimonial:nth-child(even) .testimonial-content {
  background: #ededed;
}

.bg-white .testimonial-wrap.testimonial-style .testimonial:nth-child(odd) .testimonial-content {
  background: #f1f1f1;
}

.bg-grey .testimonial-wrap.testimonial-style .testimonial:nth-child(even) .testimonial-content {
  background: #ffffff;
}

.bg-grey .testimonial-wrap.testimonial-style .testimonial:nth-child(odd) .testimonial-content {
  background: #f1f1f1;
}

/* Active state and Effect */
.testimonial-wrap.testimonial-style .testimonial-content {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.testimonial-wrap.testimonial-style .testimonial-image {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.testimonial-wrap.testimonial-style .testimonial:focus,
.testimonial-wrap.testimonial-style .testimonial:active {
  outline: none;
}

.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content,
.testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
}

.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content .testimonial-content-inner:before,
.testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content .testimonial-content-inner:before {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation-delay: 0.6s;
}

.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content p,
.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-content h6,
.testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content p,
.testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-content h6 {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation-delay: 0.6s;
}

.testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image,
.testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
  -webkit-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrap.testimonial-style .testimonial-content {
    padding: 30px 45px;
  }

  .testimonial-wrap.testimonial-style .testimonial-content-inner:before {
    margin-bottom: 15px;
  }

  .testimonial-wrap.testimonial-style .testimonial-content-author {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0 0 0 100px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-wrap.testimonial-style .testimonial-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .testimonial-wrap.testimonial-style .testimonial-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .testimonial-wrap.testimonial-style .testimonial:focus,
  .testimonial-wrap.testimonial-style .testimonial:active {
    outline: none;
  }

  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image,
  .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0 0px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-wrap.testimonial-style .testimonial-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px;
  }

  .testimonial-wrap.testimonial-style .testimonial-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .testimonial-wrap.testimonial-style .testimonial-content-inner:before {
    margin-bottom: 20px;
  }

  .testimonial-wrap.testimonial-style .testimonial:focus,
  .testimonial-wrap.testimonial-style .testimonial:active {
    outline: none;
  }

  .testimonial-wrap.testimonial-style .testimonial.slick-current .testimonial-image,
  .testimonial-wrap.testimonial-style .testimonial.slick-active .testimonial-image {
    -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
    animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  }

  .testimonial-wrap.testimonial-style .testimonial-content-author {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrap.testimonial-style .testimonial {
    margin: 0;
  }

  .testimonial-wrap.testimonial-style .testimonial-content {
    padding-top: 30px;
  }

  .testimonial-wrap.testimonial-style .testimonial-content-inner:before {
    margin-bottom: 5px;
  }
}

/* Slider Dots Styles */
.cr-slider-dots-1 {
  position: relative;
}

.cr-slider-dots-1.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.cr-slider-dots-1 ul.slick-dots {
  font-size: 0;
  left: 55px;
  bottom: -50px;
}

.cr-slider-dots-1 ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px;
}

.cr-slider-dots-1 ul.slick-dots li:first-child {
  margin-left: 0;
}

.cr-slider-dots-1 ul.slick-dots li:last-child {
  margin-right: 0;
}

.cr-slider-dots-1 ul.slick-dots li button {
  height: 10px;
  width: 10px;
  content: "";
  background: #c9c9c9;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}

.cr-slider-dots-1 ul.slick-dots li button::before {
  display: none;
}

.cr-slider-dots-1 ul.slick-dots li.slick-active button,
.cr-slider-dots-1 ul.slick-dots li:hover button {
  background: #3FA649;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* ============= 9. Our Team ============= */
.large-img {
  float: left;
  margin-right: 80px;
}

.slick-slider {
  -moz-user-select: elements;
  user-select: elements;
}

.thumb-content {
  display: block;
  overflow: hidden;
}

.teamper-titel>h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
}

.teamper-titel>h5::after {
  border-bottom: 1px dashed #3FA649;
  bottom: 0;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  width: 70px;
}

.teamper-titel>span {
  color: #555555;
}

.team-social {
  margin-bottom: 35px;
  margin-top: 22px;
}

.team-social ul li a {
  border: 1px solid #555555;
  border-radius: 100px;
  display: block;
  font-size: 18px;
  height: 30px;
  line-height: 28px;
  margin-left: 8px;
  text-align: center;
  width: 30px;
  color: #555555;
  transition: .3s;
}

.team-social ul li a:hover {
  color: #fff;
  background: #555555;
}

.slider.slider-nav.slick-initialized.slick-slider {
  width: 690px;
}

.slick-arrow {
  bottom: 0;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  transition: .4s;
}

.slick-next.slick-arrow {
  bottom: -10px;
  left: 50%;
}

.slick-prev.slick-arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
}

.slick-arrow::after {
  color: #555555;
  content: "/";
  font-size: 25px;
  left: -15px;
  position: absolute;
  top: 4px;
}

.slick-arrow:first-child::after {
  display: none;
}

.slick-arrow i {
  transition: .4s;
}

.slick-arrow i:hover {
  color: #3FA649;
}

.slider-nav {
  bottom: 38px;
  display: block;
  float: left;
  overflow: hidden;
  padding-bottom: 4%;
  position: absolute;
  right: -12px;
  z-index: 9;
}

.ourteam-area {
  display: block;
  position: relative;
}

.thumb-content {
  margin-top: 30px;
}

footer {
  background-image: url("../img/bg/2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
}

footer span {
  margin: 0 10px;
}

footer ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.footer-social {
  text-align: right;
}

.footer-social li {
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 30px;
  border-top: dashed 1px #ADADAD;
  padding-top: 10px;
}

.footer-bottom a {
  font-weight: 600;
}

.stay-with-content>p {
  color: #aaa;
  margin: 0 0 20px;
}

.subcribe input {
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #aaa;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ddd;
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: 100%;
}

.subcribe button {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #777777;

  font-weight: 500;
  height: 40px;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  width: 120px;
  cursor: pointer;
}

.subcribe button:hover {
  background: #3FA649;
  color: #fff;
}

/* Mail Chimp */
.mailchimp-submitting {
  color: #31708f
}

.mailchimp-success {
  color: #3c763d;
}

.mailchimp-error {
  color: #a94442;
}

/* ============= 11. Home Black Css ============= */
.home-black p {
  color: #fff;
}

.home-black .aboutus-titel h2,
.home-black .person-txt h6,
.home-black .person-txt span,
.home-black .project-count h3,
.home-black .project-count span,
.home-black .section-titel h2,
.home-black ul.gallery-menu li,
.home-black .testimonial-content h6,
.home-black .testimonial-content span,
.home-black .teamper-titel>h5,
.home-black .teamper-titel>span,
.home-black .slick-arrow::after,
.home-black .slick-arrow i {
  color: #fff;
}

.home-black .project-count span::after {
  background: #fff none repeat scroll 0 0;
}

.home-black .trailer-titel h5 {
  background: #030c16 none repeat scroll 0 0;
  color: #fff;
}

.home-black .trailer-single {
  box-shadow: none;
}

.home-black .indicator-style .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}

.home-black .indicator-style .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #3FA649;
}

.home-black .trailer-img .popup-youtube:hover {
  color: #3FA649;
}

.home-black ul.gallery-menu li.active,
.home-black ul.gallery-menu li:hover {
  color: #3FA649;
}

.home-black .section-titel.two h2,
.home-black .section-titel.two p {
  color: #fff;
}

.home-black .team-social ul li a {
  border: 1px solid #fff;
  color: #fff;
}

.home-black .team-social ul li a:hover {
  background: #fff;
  color: #555;
}

.home-black .slick-arrow i:hover {
  color: #3FA649;
}


.service-details {
  min-height: 180px;
}

.home-black .trailer-titel h5 {
  margin-top: 15px;
}

.home-black .testimonial-wrap.testimonial-style .testimonial-content {
  background: #f9f9f9;
}

/* ============= 12. Home Box Css ============= */
.wrapper-boxed-layout {
  margin: 0 100px;
  width: calc(100% - 200px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}

.wrapper-boxed-layout .header-menu {
  width: calc(100% - 200px);
  left: 100px;
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
  .wrapper-boxed-layout {
    margin: 0 70px;
    width: calc(100% - 140px);
  }

  .wrapper-boxed-layout .header-menu {
    width: calc(100% - 140px);
    left: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .wrapper-boxed-layout {
    margin: 0 50px;
    width: calc(100% - 100px);
  }

  .wrapper-boxed-layout .container {
    max-width: 1100px;
  }

  .wrapper.wrapper-boxed-layout .header-menu {
    width: calc(100% - 100px);
    left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-boxed-layout {
    margin: 0 30px;
    width: calc(100% - 60px);
  }

  .wrapper-boxed-layout .header-menu {
    width: calc(100% - 60px);
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-boxed-layout {
    margin: 0 30px;
    width: calc(100% - 60px);
  }

  .wrapper-boxed-layout .header-menu {
    width: calc(100%);
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-boxed-layout {
    margin: 0 15px;
    width: calc(100% - 30px);
  }

  .wrapper-boxed-layout .header-menu {
    width: calc(91%);
    left: 14px;
  }
}

/* ============= 13. Breadcamp Area ============= */
.breadcamb-area {
  background-image: url("../img/bg/breadcamb_1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.breadcamb-area .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 350px;
  padding-top: 50px;
}

.breadcamb-area .container span {
  margin: 0 10px;
}

.breadcamb-area .container ul {
  margin: 0;
  padding: 0;

}

.breadcamb-area .container ul li {
  display: inline-block;
  color: #737272;
}

.border-bottom.sticky {
  border-bottom: medium none;
}

.bradcamb-content ul li a:hover {
  color: #3FA649;
}

.bradcamb-content a:hover span {
  color: #fff;
}

.bradcamb-content ul li i,
.top-titel ul li span {
  display: inline-block;
  padding: 0 6px 0 8px;
}

.bradcamb-content a span {
  padding: 0 8px 0 10px;
}

/* ============= 14. Contact Us Page ============= */
.contact-us-area {
  position: relative;
  display: block;
}

.section-titel-contact h3 {
  display: block;
  position: relative;
  font-weight: 700;
}

.section-titel-contact p {
  color: #555555;
}

.section-titel-contact {
  margin-bottom: 45px;
  margin-left: 100px;
}

.section-titel-contact h3::after {
  border-bottom: 2px dashed #555;
  bottom: 10px;
  content: "";
  height: 70px;
  left: -100px;
  position: absolute;
  width: 70px;
}

.contact-us-map {
  padding-left: 100px;
  position: relative;
}

#googleMap {
  width: 100%;
  height: 390px;
}

/* Contact Address */
.contact-address {
  background: #3FA649 none repeat scroll 0 0;
  padding: 40px 15px 15px 0;
}

.map,
#map_61b6561ab3e89 {
  height: 100%;
  width: 100%;
}

.contact-adres-single {
  padding-bottom: 15px;
  padding-left: 140px;
}

.contact-adres-single h4 {
  color: #fff;
  position: relative;
  font-size: 16px;
}

.contact-adres-single h4::after {
  border-bottom: 1px dashed #fff;
  bottom: 10px;
  content: "";
  height: 70px;
  left: -100px;
  position: absolute;
  width: 70px;
}

.contact-adres-single>p {
  color: #fff;
}

/* ============= 15. About Us Page ============= */
.about-area {
  display: block;
  position: relative;
}

.about-area .section-titel-contact {
  margin-bottom: 62px;
}

.abt-sm-img {
  position: absolute;
  right: 70px;
  z-index: 99;
}

.abt-lrg-img {
  margin-left: 95px;
}

/* ============= 16. Service Page ============= */
.equip-box {
  margin-bottom: 40px;
  border: solid 1px #3d3d3d;
  -webkit-box-shadow: 4px 5px 8px -3px #3d3d3d;
  -moz-box-shadow: 4px 5px 8px -3px #3d3d3d;
  box-shadow: 4px 5px 8px -3px #3d3d3d;
  display: flex;
  align-items: center;
}

.equip-img img {
  height: 170px;
}

.equip-icon i {
  color: #3FA649;
  font-size: 72px;
  transform: rotate(-29deg);
  margin-right: 50px;
  display: inline-block;
}

.equip-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 20px;
}

.service-box {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  border: solid 1px #3d3d3d;
  -webkit-box-shadow: 4px 5px 8px -3px #3d3d3d;
  -moz-box-shadow: 4px 5px 8px -3px #3d3d3d;
  box-shadow: 4px 5px 8px -3px #3d3d3d;

}

.servce-img img {
  height: 170px;
}

.service-content {
  display: block;
  margin: 0 6px 6px;
  overflow: hidden;
  padding: 65px 0 55px 50px;
  position: relative;
}

.service-text h3 {
  margin-bottom: 15px;
}

.service-text {
  float: left;
  width: 75%;
}

.service-text>p {
  color: #555555;
  font-size: 14px;
}

.service-icon i {
  color: #3FA649;
  float: right;
  font-size: 72px;
  position: absolute;
  right: 40px;
  top: 35px;
  transform: rotate(-29deg);
}

/* ============= 17. 404 Error ============= */
.outerwrap-404 {
  background-image: url("../img/slider/1.png");
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.error_main {
  left: 0;
  margin-top: -288px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.error_main h6 {
  color: #fff;
  font-size: 80px;
  line-height: 54px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.error_main>img {
  margin-bottom: 30px;
}

.error_main h2 {
  color: #fff;
  margin-bottom: 50px;
  padding-bottom: 8px;
  text-transform: capitalize;
}

.error_main .icon-studio {
  display: block;
  margin-bottom: 40px;
}

.error_main a {
  background: #3FA649 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  width: 130px;
  transition: .4s;
}

.error_main a:hover {
  background: #555555;
}

/* ============= 18. ScrollUp ============= */
#scrollUp {
  background: #3FA649 none repeat scroll 0 0;
  border-radius: 0px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 28px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 200;
}

#scrollUp:hover {
  background: #000;
}

.slide-content {
  padding-left: 75px;
}

.slider-area {
  background-color: #000;
}

.img-overlay {
  position: relative;
}

.bg-overlay-1 {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
}

.bg-overlay-1:hover {
  opacity: 0;
}

.container-projects {
  padding: 0 !important;
  margin: 0 !important;
}

.thumbnail-classic {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  width: 100.01%;
  will-change: transform;
}

.thumbnail-classic figure {
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: .33s all ease-in-out;
  margin: 0 !important;
}

.thumbnail-classic img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  max-width: none;
  min-width: 101.5%;
}

.thumbnail-classic .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  transition: .33s all ease-in-out;
  pointer-events: none;
  background: rgba(26, 35, 34, 0.56);
  will-change: transform;
}

.thumbnail-classic .caption::before,
.thumbnail-classic .caption::after {
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  will-change: opacity;
}

.thumbnail-classic .caption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}

.thumbnail-classic .caption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}

.thumbnail-classic .caption>* {
  position: relative;
  z-index: 2;
}

.thumbnail-classic .caption-title,
.thumbnail-classic .caption-text {
  color: #fff;
}

.thumbnail-classic .caption-title {
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0 15px;
}

.thumbnail-classic .caption-text {
  max-width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  color: #fff;
}

.thumbnail-classic .caption-text:before {
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid;
  content: "";
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .thumbnail-classic .caption {
    transition: .4s all ease;
    opacity: 0;
  }

  .thumbnail-classic .caption-title,
  .thumbnail-classic .caption-text {
    transition: 300ms 50ms ease-in-out;
    transform: scale3d(0.7, 0.7, 0);
  }

  .thumbnail-classic:hover figure {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  .thumbnail-classic:hover .caption {
    opacity: 1;
  }

  .thumbnail-classic:hover .caption:before,
  .thumbnail-classic:hover .caption:after {
    opacity: 1;
    transform: scale(1);
  }

  .thumbnail-classic:hover .caption-title,
  .thumbnail-classic:hover .caption-text {
    transform: scale3d(1, 1, 1);
  }
}

.aboutus-area {
  background: url(../img/bg/produtora-area-1.png);
  background-position: center center;
  background-size: cover;
}

.trailer-area {
  background: url(../img/bg/trailer-area.png);
  background-position: center center;
  background-size: cover;
}

.testimonial-area {
  background: url(../img/bg/testimonial-area.png);
  background-position: center center;
  background-size: cover;
}

.flex-ac-jc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.director-row {
  background-color: rgba(11, 11, 13, 0.5);
  margin-top: 100px;
  padding-bottom: 50px;
}

.director-row img {
  position: relative;
  margin-top: -50px;
}


.director-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px;
}

.director-about-2 {
  padding: 0 60px;
}

.director-about .director-icon {
  width: 50px;
}

.director-about .director-icon span svg path {
  fill: #3FA649;
}

.director-about h3 {
  color: #3FA649;
  font-weight: 700 !important;

  padding: 20px 0 0 0;
  font-size: 36px;
  font-weight: 500;
}

.director-about h4 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.director-about cite {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
}

.director-cv {
  text-align: center;
  margin-top: 40px;
  padding: 0 30px;
}

.director-cv-icon svg {
  width: 30px;
  height: 30px;
  fill: #ADADAD;
}

.director-cv h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 0 10px 0;
}

.divider-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #212527;
  transform: translateY(-50%);
}

.divider-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #212527;
  transform: translateX(-50%);
}

.director-row-cv {
  display: flex;
  justify-content: center;
}

.director-row-awards {
  display: flex;
  justify-content: center;
}

.director-awards-icon svg {
  width: 80px;
  height: 80px;
  fill: #3FA649;
  margin-bottom: 20px;
}

.director-awards {
  text-align: center;
  margin-top: 80px;
  padding: 0 30px;
}

.director-awards h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}

.movie-single {
  height: 800px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.movie-single .caption-movie {
  position: absolute;
  bottom: 0px;
  padding: 0 30px;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.movie-single .caption-movie h1 {

  color: #fff;
  font-size: 34px;
  font-weight: 900;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

.movie-single .caption-movie h2 {

  color: #ccc;
  font-size: 30px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.movie-single .caption-movie h3 {
  color: #ccc;
  opacity: 0;
  transition: all 0.5s ease 0s;
  font-style: italic;
  font-size: 20px;
}

.movie-single .caption-movie h4 {
  color: #999;
  font-style: italic;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.movie-single .caption-movie p {
  color: #999;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.movie-single .overlay-movies:hover .caption-movie {
  bottom: 100px;
}

.movie-single .overlay-movies:hover h1 {
  opacity: 1;
}

.movie-single .overlay-movies:hover h2 {
  opacity: 1;
}

.movie-single .overlay-movies:hover h3 {
  opacity: 1;
}

.movie-single .overlay-movies:hover h3 {
  opacity: 1;
}

.movie-single .overlay-movies:hover h4 {
  opacity: 1;
}

.movie-single .overlay-movies:hover p {
  opacity: 1;
}



.movie-single .overlay-movies {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
}

.movie-single .overlay-movies:hover {
  background-color: rgba(0, 0, 0, 0.8);

}

.series .container-fluid {
  padding: 0;
}

.series-section .movie-single {
  width: clamp(280px, 90vw, 600px);
  margin: 0 auto;
}

.series-section .movie-single .owl-item {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.back-podcast {
  background: url(../img/podcast/1.png);
  background-position: center right;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-podcast h4 {
  padding-bottom: 20px;
}

.back-podcast ul {
  padding-left: 10px;
}

.back-podcast ul li {
  padding-bottom: 10px;
  display: block;
}

.back-podcast ul li::before {
  content: "\2022 ";
  margin: 5px;
}

.premiacao-awards-icon svg {
  width: 100px;
  height: 100px;
  fill: #3FA649;
  margin-bottom: 20px;
}

.premiacao-awards-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.premiacao-awards {
  text-align: center;
  margin-top: 80px;
  padding: 0 30px;
}

.premiacao-awards h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}

.premiacao-awards p {
  font-size: 18px;
}

.eventos-single {
  background: transparent;
  box-shadow: 0 2px 6px #000;
  margin-bottom: 30px;
  padding: 38px 25px 35px;
  position: relative;
  transition: all 0.6s ease 0s;
  border: solid 1px #666;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-content .eventos-details>h4 {
  margin-bottom: 0;
}

.eventos-single .back-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  backface-visibility: hidden;
  transform: scale(0);
  transform-style: preserve-3d;
  transition: all 0.8s ease 0s;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.eventos-single:hover .back-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  backface-visibility: visible;
}

.eventos-single:hover .eventos-details h4,
.eventos-single:hover .servce-icon i {
  color: #fff;
}

.eventos-single .description {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.eventos-single .back-content .eventos-details h4 {
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  text-shadow: 0px 0px 10px #000000;
  text-transform: none;
}

.eventos-single:hover {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.eventos-single .servce-icon i {
  color: #3FA649;
  font-size: 48px;
}

.eventos-details h4 {
  color: #777777;
  font-weight: 600;
  margin: 20px 0 18px;
  text-transform: uppercase;
}

.eventos-details>p {
  color: #666666;
  margin: 0;
}

.non-listed {
  font-size: 18px;
  padding-left: 40px;
  padding-bottom: 15px;
}

.non-listed li {
  display: list-item;
  list-style: disc;
}

.location-single {
  background: transparent;
  box-shadow: 0 2px 6px #000;
  margin-bottom: 30px;
  padding: 38px 25px 35px;
  position: relative;
  transition: all 0.6s ease 0s;
  border: solid 1px #666;

}

.location-single .front-content {
  height: 200px;
}

.location-single .front-content h4 {
  font-size: 16px;
}

.location-single .front-content .eventos-details {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-single .back-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  backface-visibility: hidden;
  transform: scale(0);
  transform-style: preserve-3d;
  transition: all 0.8s ease 0s;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.location-single:hover .back-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  backface-visibility: visible;
}

.location-single:hover .eventos-details h4,
.location-single:hover .servce-icon i {
  color: #fff;
}

.location-single .description {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.location-single .back-content .eventos-details h4 {
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  text-shadow: 0px 0px 10px #000000;
  text-transform: none;
}

.location-single:hover {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.location-single .servce-icon i {
  color: #3FA649;
  font-size: 48px;
}

.studio-a-area p {
  font-size: 18px;
}

.studio-a-area h3 {
  color: #ADADAD;
}

.studio-a-area {
  background: url(../img/bg/13.png);
  background-position: center center;
  background-size: cover;
}

.studio-a-area ul {
  flex-direction: column;
  flex-wrap: wrap;
  list-style: square !important;
  font-size: 18px;
  color: #606060;
  margin-left: 15px;
}

.studio-a-area ul li {
  padding-bottom: 10px;
  display: block;
}

.studio-a-area ul li::before {
  content: "\2022 ";
  margin: 5px;
}

.studio-b-area p {
  font-size: 18px;
}

.studio-b-area h3 {
  color: #ADADAD;
}

.studio-b-area {
  background: url(../img/bg/14.png);
  background-position: center center;
  background-size: cover;
}

.studio-b-area ul {
  flex-direction: column;
  flex-wrap: wrap;
  list-style: square !important;
  font-size: 18px;
  color: #606060;
  margin-left: 15px;
}

.studio-b-area ul li {
  padding-bottom: 10px;
  display: block;
}

.studio-b-area ul li::before {
  content: "\2022 ";
  margin: 5px;
}

.social-media-area {
  background: url(../img/bg/9.png);
  background-position: center center;
  background-size: cover;
}

.social-media-area h3 {
  color: #ADADAD;
}

.social-media-area p {
  font-size: 18px;
}

.o-que-fazemos-area h3 {
  color: #ADADAD;
}

.o-que-fazemos-area p {
  font-size: 18px;
}

.pre-producao-area {
  background: url(../img/bg/10.png);
  background-position: center center;
  background-size: cover;
}

.pre-producao-area h3 {
  color: #ADADAD;
}

.pre-producao-area p {
  font-size: 18px;
}

.producao-area {
  background: url(../img/bg/11.png);
  background-position: center center;
  background-size: cover;
}

.producao-area h3 {
  color: #ADADAD;
}

.producao-area p {
  font-size: 18px;
}

.bg-gray-light {
  background-color: #202020;
}

.clientes-area {
  background: url(../img/bg/11.png);
  background-position: center center;
  background-size: cover;
}

.clientes-area h3 {
  color: #ADADAD;
}

.clientes-area p {
  font-size: 18px;
}

.na-midia-area {
  background: url(../img/bg/9.png);
  background-position: center center;
  background-size: cover;
}

.na-midia-area h3 {
  color: #ADADAD;
}

.na-midia-area p {
  font-size: 18px;
}

.team-img {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.44);
  margin-bottom: 30px;
}
.signature-93{
  text-align: center;
}
.signature-93 img{
  margin: 100px 0 30px 0;
}
a.anchor {
	display: block;
	position: relative;
	top: -130px;
}
.img-show img{
  margin-bottom: 30px;
}
.namidia-content img{
  max-width: 100% !important;
}
#producao_musical h3, #producao_musical p{
  text-align: center;
}
#producao_musical h3{
  padding-bottom: 30px;
}
#producao_musical .col-sm-12{
  padding: 30px;
}