@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@font-face {
font-family: helveticaRoman;
src: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/fonts/HelveticaNeueLTStd-Roman.otf);
}
@font-face {
font-family: helveticaEx;
src: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/fonts/HelveticaNeueLTStd-Ex.otf);
}
@font-face {
font-family: HelveticaNeue-Light;
src: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/fonts/HelveticaNeue-Light.otf);
}
@font-face {
font-family: HelveticaNeue-pro;
src: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/fonts/HelveticaNeueLTPro-ThEx.otf);
}
@font-face {
font-family: "Helvetica Neue LT Pro BD";
src: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/fonts/HelveticaNeueLTStd-Hv.otf);
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: helveticaRoman;
font-weight: normal;
font-style: normal;
font-size: 16px;
}
.container {
max-width: 1440px;
margin: 0 auto;
}
.container-2 {
max-width: 1660px;
margin: 0 auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.cs-padding {
padding-left: 30px;
padding-right: 30px;
}
.fix {
overflow: hidden;
}
p {
font-size: 17px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 0px;
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: helveticaRoman;
font-weight: 700;
margin-top: 0px;
color: #000;
line-height: 1.3;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
a {
font-size: 16px;
}
.img {
max-width: 100%;
-webkit-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
text-decoration: none;
}
span,
a {
display: inline-block;
}
ul,
ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.z-index-1 {
z-index: 1;
}
.vh-100 {
min-height: 700px !important;
height: 100vh !important;
}
.mb-30 {
margin-bottom: 30px;
}  .mobile-menu-wrapper {
position: fixed;
right: 0;
top: 0;
width: 350px;
background: #fff;
z-index: 9999;
height: 100vh;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.mobile-menu-wrapper.show {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.close-mobile-menu {
display: block;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
z-index: 1;
padding: 10px 20px;
padding-top: 15px;
}
.close-mobile-menu i {
font-size: 30px;
color: #000000;
}
.overlay {
position: fixed;
width: 100vw;
height: 100vh;
background: #000;
content: "";
top: 0;
left: 0;
z-index: 9998;
opacity: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
visibility: hidden;
cursor: pointer;
}
.overlay.show {
opacity: 0.5;
visibility: visible;
}
.mobile-menu {
padding: 20px;
padding-top: 60px;
}
.mobile-menu li a {
font-size: 16px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #333333;
text-transform: uppercase;
text-decoration: none;
}
.mobile-menu li a:hover {
color: #000;
font-weight: 700;
}
.mobile-menu li {
margin-bottom: 10px;
border-bottom: 1px dashed #ddd;
padding-bottom: 10px;
}
.toggle-bar {
color: #ffb800;
background: transparent;
border: 0;
font-size: 27px;
margin-left: 14px;
} .back-to-top {
position: fixed !important;
right: 20px;
bottom: 0;
color: #fff; font-size: 22px;
line-height: 30px;
text-align: center;
opacity: 0;
visibility: hidden;
z-index: 999;
cursor: pointer;
border-radius: 50%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
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;
text-decoration: none;
background: #ddd;
width: 35px;
height: 35px;
border-radius: 5px !important;
}
.back-to-top:hover {
color: #fff;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
bottom: 30px;
}  .header-area {
z-index: 999!important;
background: rgba(0, 0, 0, 0.9);
padding: 20px 0;
position: sticky;
top: 0;
left: 0;
right: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.sticky-wrapper.is-sticky .header-area {
background-color: #000;
padding: 15px 0;
}
.logo {
width: 160px;
-webkit-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.logo img {
-webkit-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.sticky-wrapper.is-sticky .header-area .logo {
width: 140px;
}
.sticky-wrapper.is-sticky .header-area li a {
font-family: 'helveticaRoman';
}
.main-menu li a {
display: inline-block;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
text-decoration: none;
margin-right: 40px;
font-size: 17px;
color: #ffffff;
position: relative;
font-family: 'helveticaRoman';
}
.main-menu li a::before {
width: 0%;
transition: all 0.4s;
height: 2px;
position: absolute;
content: "";
bottom: -5px;
left: 0px;
display: block;
background: #fff;
}
.main-menu li:hover a::before {
width: 100%;
}
.main-menu li:last-child a {
margin: 0;
}
.main-menu li a:hover,
.main-menu li.active a {
color: #fff;
}
.main-menu li.active a::before {
width: 100%;
height: 2px;
position: absolute;
content: "";
bottom: -5px;
left: 0px;
display: block;
background: #fff;
}
.btn {
padding: 16px 36px;
line-height: 1;
font-size: 16px;
color: #fff;
position: relative;
overflow: hidden;
background: #000;
border-radius: 0;
border: 2px solid #000;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn:active,
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.btn:hover {
background: transparent;
color: #000;
}  .landing-screen-area {
background: #000;
}
.intro-video video {
width: 100%;
height: 55vh;
object-fit: cover;
}
@keyframes bounce {
50% {
transform: translateX(-50%) translateY(-15px);
}
}
.textpart {
background: #fff;
height: 45vh;
padding: 50px 15px;
}
.textpart p {
font-size: 24px;
max-width: 660px;
margin-left: auto;
margin-right: auto;
}
.toggle-btn {
top: 30px;
right: 40px;
background: transparent;
border: 0;
color: #fff;
padding: 0;
font-size: 32px;
z-index: 60;
}
.toggle-btn .line {
width: 30px;
height: 4px;
background: #fff;
border-radius: 15px;
display: block;
margin: 8px 0;
}  .panel {
height: 100vh;
}
.about-area {
padding: 100px 0;
min-height: calc(100vh);
display: flex;
align-items: center;
}
.panel.about-area {
min-height: calc(100vh);
}  .sl-thumb {
display: block;
}
.sl-thumb img {
width: 100%;
}
.sl-content-box {
border: 2px solid #000;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 0;
min-height: 70px;
}
.sl-content-box h5 {
margin: 0;
text-align: right;
color: #000;
font-size: 14px;
font-weight: 700;
padding: 0 15px;
}
.sl-content-box a.b-link {
border-left: 1px solid #000;
display: block;
text-align: left;
padding: 0 15px;
}
.sl-content-box a.b-link img {
max-height: 30px;
}
.arw-design {
margin-top: 60px;
}
.arw-design .slick-arrow {
position: absolute;
top: -55px;
left: calc(50% - 22px);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 40px;
height: 40px;
border: 0;
padding: 0;
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;
background: transparent;
color: #000;
font-size: 24px;
}
.arw-design .slick-next.slick-arrow {
left: auto;
right: calc(50% - 62px);
}
.single-sl-card {
margin: 0 20px;
}
.secondary-title {
font-size: 30px;
margin-bottom: 75px;
}
.row.arw-design {
margin-left: -20px;
margin-right: -20px;
}
.single-sl-card.type-2 .sl-thumb img {
max-height: 100px;
width: auto;
margin-left: auto;
margin-right: auto;
}
.single-sl-card.type-2 .sl-thumb {
text-align: center;
}
.slider-rw {
margin-bottom: 80px;
}
.sl-container-wrapper.position-relative {
height: 1010px;
}
.slider-rw.one {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
.slider-rw.two {
position: absolute;
top: 50%;
left: 0;
right: 0;
}
.slick-slide {
position: relative;
}
.sl-card-details {
position: absolute;
top: 0;
left: 20px;
min-height: 415px;
width: calc(100% - 40px);
transition: 0.5s;
opacity: 0;
background: #000;
}
.sl-card-details video {
width: 100%;
height: auto;
}
.sl-card-details:hover {
position: relative;
opacity: 1;
}
.sl-card-details:hover + .single-sl-card {
display: none;
}
.sl-card-details-text {
padding: 15px 20px;
}
.sl-card-details-text p {
font-size: 15px;
color: #fff;
}  .footer-area {
padding: 50px 0;
padding-bottom: 40px;
}
.footer-g-wrapper {
display: -ms-grid;
display: grid;
-ms-grid-columns: 250px 30px 3.1fr 30px 0.5fr 30px 0.5fr;
grid-template-columns: 300px 3.1fr 1.5fr;
grid-gap: 30px;
border-top: 2px solid #000;
padding-top: 50px;
}
.footer-widget h4 {
color: #000;
text-transform: uppercase;
font-size: 20px;
margin-bottom: 10px;
font-family: "Helvetica Neue LT Pro BD";
}
.footer-widget h5 {
color: #000;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 5px;
font-family: helveticaEx;
}
.copyright-text {
margin-top: 80px;
}
.copyright-text p {
color: #000;
font-size: 12px;
text-align: left;
}
.privacy-terms {
margin-top: 112px;
}
.privacy-terms li {
display: inline-block;
}
.privacy-terms li a {
color: #000;
text-transform: uppercase;
text-decoration: none;
font-size: 12px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.privacy-terms li a:hover {
opacity: 0.6;
} .search-section {
top: 60px;
right: 20px;
display: none;
}
.sticky-wrapper.is-sticky .search-section {
top:54px;
display: block;
max-width: 900px;
height: 55px;
}
.sticky-wrapper.is-sticky .inner-header .search-section{
top:54px;
}
.search-section .search-btn {
float: right;
padding: 11px 15px 12px;
}
.search-section .search-btn:focus,
.search-section .search-btn:hover {
background: #000;
color: #fff;
outline: none;
box-shadow: none;
border-color: #000;
}
.search-section .search {
position: relative;
left: 10px;
float: right;
line-height: 22px;
}
.search-section .search .box {
width: 870px;
background: #000;
height: 45px;
position: absolute;
right: 0px;
}
.search-section .search input {
position: absolute;
width: 100%;
right: 60px;
height: 45px;
line-height: 18px;
padding: 10px 15px 10px 15px;
border-radius: 1px;
margin-top: 0px;
border: 6px solid #000;
}  .inner-header {
background: #fff;
}
.inner-header .main-menu li a {
color: #000;
}
.inner-header .main-menu li a::before,
.inner-header .main-menu li.current a::before {
background: #000;
}
.inner-header .search-section {
display: block;
top: 34px;
right: 28px;
}
.sticky-wrapper.is-sticky .inner-header {
background-color: rgba(255, 255, 255, 1);
padding: 15px 0;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.inner-header .toggle-btn .line {
background: #000;
}
.inner-header .toggle-btn {
display: none;
}  .film-details-area .wrap {
max-width: 1037px;
margin: 2rem auto;
color: #000000;
font-family: HelveticaNeue-Light;
}
.film-details-area .wrap .film-img {
margin: 1.5rem 0;
}
.film-details-area .wrap h5 {
font-family: "Helvetica Neue LT Pro BD";
color: #000000;
}
.film-details-area .wrap h5 a:hover {
opacity: 0.5;
}
.film-details-area .wrap h5 span {
font-family: HelveticaNeue-Light;
}
.film-details-area .stream-details {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.film-details-area .wrap .hbo-img {
margin: 0 .2rem;
height: 28px;
}
.film-details-area .wrap .time span {
font-size: 16px;
font-weight: 400;
margin-left: 0.2rem;
}
.film-details-area .wrap .date span {
font-size: 16px;
font-weight: 400;
margin-left: .2rem;
}
.film-details-area  a{
color: #fff;
}
.film-details-area .details {
max-width: 809px;
margin: 70px auto 0;
}
.film-details-area .details h3 {
font-size: 32px;
letter-spacing: 1px;
color: #000000;
font-family: helveticaRoman;
}
.film-details-area .details h5 {
font-size: 20px;
letter-spacing: 1px;
color: #000000;
font-family: helveticaEx;
margin: 30px 0;
}
.film-details-area .details p {
line-height: 24px;
color: #000000;
margin-bottom: 30px;
}
.film-details-area .name-wrap::before {
content: "";
display: block;
width: 144px;
height: 3px;
background-color: #000000;
margin: 60px auto;
}
.film-details-area .name-wrap p {
letter-spacing: -1px;
color: #000000;
margin: 20px 0 10px;
font-weight: 700;
}
.film-details-area .name-wrap ul li {
font-size: 15px;
}
.related-films {
margin: 60px 0 0;
}
.secondary-title h2 {
font-size: 25px;
letter-spacing: -1px;
color: #000000;
font-family: "Helvetica Neue LT Pro BD";
margin-bottom: 0.5rem;
} .max-w-100{
max-width: 100%!important;
}
.full-intro .intro-video video{
height: 97vh;
object-fit: cover;
object-position: top;
}
.height-100vh{
height: 100vh;
}
@media screen and (max-width: 1200px){
.search-section {
top: 24px;
right: 90px;
display: block;
z-index: 999;
position: fixed!important;
}
.video-iframe iframe{
height: 600px;
}
.sticky-wrapper .inner-header .search-section{
top: 22px;
}
.sticky-wrapper.is-sticky .inner-header .search-section{
top: 22px;
}
}
@media screen and (max-width: 992px) {
.sticky-wrapper .inner-header .search-section{
top: 22px;
}
.sticky-wrapper.is-sticky .inner-header .search-section{
top: 22px;
}
}
@media screen and (max-width: 767px) {
.sticky-wrapper .inner-header .search-section{
top: 12px;
}
.sticky-wrapper.is-sticky .inner-header .search-section{
top: 16px;
}
.search-section {
top: 16px;
right: 70px;
}
} .project-3b .sticky-wrapper .header-area{
background-color: #000;
padding: 15px 0;
}
.project-3b .search-section{
display: block;
}
.project-3b .toggle-btn {
display: none;
}
.project-3b .sticky-wrapper .header-area li a {
font-family: 'helveticaRoman'
}
.project-3b .sticky-wrapper.is-sticky .search-section{
top: 55px;
}
.project-3b .film-details-area h3 span::after{
content: '';
display: block;
width: 100%;
height: 1px;
background: #000000;
margin-top: 4px;
}
.project-3b .film-details-area .details{
max-width: 100%;
}
.project-3b .film-details-area .details .left{
border-right: 1px solid #000000;
padding-right: 40px;
text-align: justify;
}
.project-3b .film-details-area .details .left button::after{
content: '+'
}
.project-3b .film-details-area .details .left .accordion-collapse.collapse.show + button:after{
content: '-'
}
.project-3b .film-details-area .details .left button::after{
content: '+';
display: block;
left: 50%;
align-items: center;
width: 4.375rem;
justify-content: center;
height: 2.375rem;
bottom: -18px;
font-size: 45px;
background: #fff;
color: #000;
border-radius: 50%;
line-height: 0;
padding-top: .75rem;
position: absolute;
margin-left: -26px;
font-family: "Helvetica Neue LT Pro BD";
}
.project-3b .film-details-area .details .right{
margin-top: 60px;
padding-left: 40px;
}
.project-3b .film-details-area .details .right p{
font-size: 15px;
}
.project-3b .similar-topics{
padding: 60px 0 80px;
}
.project-3b .sl-container-wrapper.position-relative {
max-height: 500px;
}
.project-3b .footer-g-wrapper{
padding-top: 134px;
}
.project-3b .footer-g-wrapper .footer-widget .list-group-item{
padding: 0.5rem 0.25rem;
}
.project-3b .footer-g-wrapper .privacy-policy a{
color: #000;
font-size: 12px;
text-decoration: none;
}
.project-3b .footer-g-wrapper .privacy-policy a:hover{
text-decoration: underline;
}
body {
height: 100%;
margin: 0;
}
html{
scroll-behavior: smooth;
height: 100vh;
}
.main {
height: 100%;
}
.fullpage{
align-items: center;  
box-sizing: border-box;
display: flex;
justify-content: center;
text-align: center;
height: 100vh;
}
.index2search{
position: fixed;
display: block;
top: 65px;
}
@media screen and (max-width: 1199px){
.project-3b .toggle-btn {
display: block;
}
.project-3b .sticky-wrapper.is-sticky .search-section{
top: 24px;
right: 90px;
}
.index2search{
top: 25px;
}
}
@media screen and (max-width: 992px){
.project-3b .film-details-area .details .left{
border: 0;
padding-right: 0;
max-width: 500px;
margin: 0 auto;
}
.project-3b .film-details-area .details .right{
padding-right: 0;
max-width: 600px;
}
}
@media screen and (max-width: 767px){
.project-3b li,
.project-3b .footer-widget,
.project-3b .footer-widget h5{
text-align: center!important;
}
.project-3b .sticky-wrapper .search-section{
top: 14px;
right: 70px;
}
.project-3b .sticky-wrapper.is-sticky .search-section{
top: 14px;
right: 70px;
}
.index2search {
top: 16px;
}
}  .about-3b .block{
margin-bottom: 120px;
}
.about-3b .block .text-heading{
height: 63px;
margin-bottom: 32px;
}
.about-3b .block:nth-of-type(odd) .text-heading{
border-left: 2px solid #000;
padding-left: 60px;
margin-left: 120px;
}
.about-3b .block:nth-of-type(even) .text-heading{
border-right: 2px solid #000;
padding-right: 60px;
margin-right: 120px;
text-align: right;
}
.about-3b .block .text-heading h2{
font-size: 40px;
letter-spacing: -1px;
margin-bottom: 0;
} .about-3b .block .right-block p{
font-size: 19px;
line-height: 26px;
max-width: 365px;
padding-left: 35px;
}
.about-3b .block .text-wrap{
max-width: 773px;
margin: 50px auto;
}
.about-3b .block .text-wrap p{
font-size: 17px;
text-align: justify;
margin-bottom: 30px;
}
.about-3b .block .text-wrap p span{
font-weight: 600;
}
.about-3b .footer-g-wrapper {
padding-top: 60px;
}
@media screen and (max-width: 991px){
.about-3b .block{
margin-bottom: 50px;
}
.about-3b .block .text-heading{
height: 40px;
margin-bottom: 16px;
}
.about-3b .block:nth-of-type(odd) .text-heading{
margin-left: 60px;
}
.about-3b .block:nth-of-type(even) .text-heading{
margin-right: 60px;
}
.about-3b .block .text-heading h2{
font-size: 28px;
}
}
@media screen and (max-width:767px){
.about-3b .block:nth-of-type(odd) .text-heading{
padding-left: 20px;
margin-left: 20px;
}
.about-3b .block:nth-of-type(even) .text-heading{
padding-right: 20px;
margin-right: 20px;
}
.about-3b .block .right-block p{
font-size: 16px;
line-height: 22px;
padding-left: 0;
margin: 10px auto 0;
}
.about-3b .block .text-wrap{
margin: 30px auto;
}
.about-3b .block .text-wrap p{
margin-bottom: 15px;
}
}
@media screen and (max-width:576px){
.about-3b .block .text-heading h2 {
font-size: 22px;
}
} .btn-close {
display: block;
position: absolute;
width: 30px;
height: 30px;
cursor: pointer;
opacity: 1;
left: 3px;
top:3px;
background: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/img/close.png) no-repeat;
}
.modal, .modal-backdrop {
position: fixed !important;
} .contact-3b .contact-area .wrap{
max-width: 1052px;
margin: 75px auto 0;
color: #000000;
}
.contact-3b .contact-area .block .text-heading{
margin-left: 0;
margin-bottom: 60px;
}
.contact-3b .contact-area .contact-form .form-control{
border: 0;
padding: 0;
background: transparent;
color: #000;
font-size: 20px;
letter-spacing: -1px;
width: 100%;
height: 30px;
border-radius: 0;
border-bottom: 2px solid #000;
}
.contact-3b .contact-area .contact-form .form-control::placeholder{
color: #000;
}
.contact-3b .contact-area .contact-form .form-group{
margin-bottom: 40px;
}
.contact-3b .contact-area .contact-form textarea.form-control{
border: 2px solid #000;
height: auto;
}
.contact-3b .contact-area .contact-form label{
font-size: 20px;
letter-spacing: -1px;
}
.contact-3b .contact-area .contact-form .btn-primary{
font-size: 20px;
letter-spacing: -1px;
text-transform: uppercase;
padding: 8.5px 37px;
}
.contact-3b .contact-area h4{
font-size: 18px;
letter-spacing: 1px;
}
.contact-3b .contact-area .text-wrap p{
font-size: 15px;
}
.contact-3b .contact-area .details-wrap{
margin-bottom: 40px;
}
.contact-3b .contact-area .details p{
font-size: 18px;
}
.contact-3b .contact-area .black-box{
font-size: 28px;
color: #FFFFFF;
background: #000000;
text-align: center;
display: flex;
align-items: center;
padding: 80px 0 20px;
}
@media screen and (max-width: 767px){
.contact-3b .contact-area .contact-form .form-control,
.contact-3b .contact-area .contact-form label,
.contact-3b .contact-area h4{
font-size: 17px;
}
.contact-3b .contact-area .black-box{
font-size: 20px;
padding: 25px 15px;
}
}
@media screen and (max-width: 576px){
.contact-3b .contact-area .details{
text-align: center!important;
}
}  img{
max-width: 100%;
height:auto;
object-fit: cover;
}
.development-3b .block{
padding-top: 80px;
border-top: 2px solid #000;
display: none;
}
@media screen and (max-width: 1199px){
.development-3b .block {
margin: 40px 0;
}
.development-3b .contact-area .block .text-heading{
margin-bottom: 24px;
}
}
@media screen and (max-width: 767px){
.development-3b .block{
padding-top: 40px;
}
}  .team-1C-new .team-area .wrap{
max-width: 1040px;
margin: 75px auto 115px;
color: #000000;
}
.team-1C-new .team-area .wrap .text-heading{
height: 63px;
text-transform: uppercase;
margin-bottom: 75px;
}
.team-1C-new .team-area .wrap:nth-of-type(odd) .text-heading{
border-left: 2px solid #000;
padding-left: 60px;
margin-left: 120px;
}
.team-1C-new .team-area .wrap:nth-of-type(even) .text-heading {
border-right: 2px solid #000;
padding-right: 60px;
margin-right: 120px;
text-align: right;
}
.team-1C-new .team-area .block{
padding-bottom: 30px;
}
.team-1C-new .team-area .block .team-img{
width: 200px;
height: 220px;
object-fit: cover;
}
.team-1C-new .team-area .block .details{
padding: 8.5px 0;
background-color: transparent;
}
.team-1C-new .team-area .block .details h5{
font-size: 17px;
font-weight: 400;
}
.team-1C-new .team-area .block .details p{
font-size: 11px;
}
.team-1C-new .team-area .nav-tabs,
.team-1C-new .team-area .nav-tabs .nav-link,
.team-1C-new .team-area .nav-tabs .nav-link.active{
border: 0;
padding: 0;
background: transparent;
}
.team-1C-new .team-area .nav-tabs{
border-bottom: 1px solid #000;
}
.team-1C-new .team-area .nav-tabs .nav-item{
max-width: 200px;
} .team-1C-new .team-area .nav-tabs .nav-item{
margin-left: 30px;
margin-right:30px;
}
.team-1C-new .team-area .tab-content{
max-width: 810px;
margin: 30px auto 0;
}
.team-1C-new .team-area .heading h2{
font-weight: 400;
margin-bottom: 20px;
}
.team-1C-new .team-area .heading p{
text-align: right;
font-size: 16px;
}
.team-1C-new .team-area .body p{
font-size: 16px;
margin-bottom: 25px;
text-align: justify;
}
.team-1C-new .body button::after{
content: '+'
}
.team-1C-new .body .accordion-collapse.collapse.show + button:after{
content: '-'
}
.team-1C-new .body button::after{
content: '+';
display: block;
left: 50%;
align-items: center;
width: 4.375rem;
justify-content: center;
height: 2.375rem;
bottom: -18px;
font-size: 50px;
background: #fff;
color: #000000;
border-radius: 50%;
line-height: 0;
padding-top: .75rem;
position: absolute;
margin-left: -26px;
}
.team-1C-new #accordion{
margin-top: 30px;
}
.team-1C-new .card{
margin-top: 30px;
}
.team-1C-new .executives-block .text-heading {
padding-left: 20px;
margin-left: 20px;
border-left: 2px solid #000;
}
.team-1C-new .card-header{
border: 0;
background: transparent;
text-align: center;
}
.team-1C-new .card-header a{
text-decoration: none;
}
.team-1C-new .team-area .card-header .block{
padding-bottom: 0;
}
.team-1C-new .team-area .card-header .block .details h5{
font-size: 24px;
}
.team-1C-new .team-area .card-header .block .details p{
font-size: 11px;
text-align: center;
margin-bottom: 0;
}
.team-1C-new .team-area .card-body p{
font-size: 16px;
margin-bottom: 12px;
}
@media screen and (max-width: 1199px){
.team-1C-new .team-area .nav-tabs .nav-item,
.team-1C-new .team-area .nav-tabs .nav-item:not(:last-child){
margin-right: 35px;
}
}
@media screen and (max-width: 991px){
.team-1C-new .team-area .nav-tabs .nav-item,
.team-1C-new .team-area .nav-tabs .nav-item:not(:last-child){
margin-right: 40px;
}
}
@media screen and (max-width: 767px){
.team-1C-new .card{
border: 0px;
border-bottom: 1px solid #f2f2f2;
margin-top: 10px;
}
.team-1C-new .card-header{
text-align: left;
padding-left: 0px;
}
.team-1C-new .card-body{
padding-left: 0px;
padding-bottom: 25px;
}
.team-1C-new .card-header .team-img,
.team-1C-new .card-header img {
width: 80px!important;
height: 80px!important;
object-fit: cover;
margin-right: 10px;
}
.team-1C-new .team-area .card-header .block{
display: flex;
align-items: center;
}
} .sl-container-wrapper.row5section{
height: 1200px;
}
.sl-container-wrapper.row5section .sl-thumb img.filmimg{
height:185px;
object-position: top;
margin-bottom: 20px;
transition: all .4s linear;
}
.sl-container-wrapper.row5section .sl-thumb:hover img.filmimg{
opacity: .5;
}
.sl-container-wrapper.row5section .sl-content-box{
display: block;
border: 0;
padding-top: 0px;
}
.sl-container-wrapper.row5section .sl-thumb{
text-decoration: none;
}
.sl-container-wrapper.row5section .sl-thumb .txt-info{
top: 0px;
padding: 12px;
width: 100%;
color: #000;
bottom: 0;
transition: all .4s;
text-align: justify;
opacity: 0;
line-height: 1.2;
position: relative;
overflow: hidden;
transition: all .4s;
}
.sl-container-wrapper.row5section .sl-thumb .txt-info span{
position: relative;
z-index: 99;
transition:all 0.4s 0.4s linear;
-moz-transition:all 0.4s 0.4s linear;
-ms-transition:all 0.4s 0.4s linear;
-o-transition:all 0.4s 0.4s linear;
-webkit-transition:all 0.4s 0.4s linear;
opacity: 0;
left: -150px;
}
.sl-container-wrapper.row5section .sl-thumb:hover .txt-info span{
left: 0px;
opacity: 1;
}
.sl-container-wrapper.row5section .sl-thumb .txt-info::before{
content: '';
position: absolute;
width: 100%;
display: block;
right:0;
transition:all 0.2s 0.2s linear;
-moz-transition:all 0.2s 0.2s linear;
-ms-transition:all 0.2s 0.2s linear;
-o-transition:all 0.2s 0.2s linear;
-webkit-transition:all 0.2s 0.2s linear;
opacity: 0;
}
.sl-container-wrapper.row5section .sl-thumb .txt-info::before{
top: 50%;
height: 0%;
}
.sl-container-wrapper.row5section .sl-thumb:hover .txt-info::before{
left: 0;
top: 0%;
height: 100%;
background: #fff;
opacity: 1;
}
.sl-container-wrapper.row5section .sl-thumb{
cursor: pointer;
}
.sl-container-wrapper.row5section .sl-content-box .brand-logo{
width: auto;
max-width: 100%;
height: 25px;
margin: auto;
}
.sl-container-wrapper.row5section .logo-block {
background:#fff;
transition: all .4s;
padding:10px 15px;
}
.sl-container-wrapper.row5section .logo-block .brand-logo{
width: auto;
max-width: 100%;
height: 22px;
margin: auto;
}
.sl-container-wrapper.row5section .sl-thumb .logo-block{
background: #fff;
position: relative;
overflow: hidden;
transition: all .4s;
}
.sl-container-wrapper.row5section .sl-thumb .logo-block::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #000;
display: block;
left: -100%;
top: 0;
transition: all .4s;
} .sl-container-wrapper.row5section .sl-thumb:hover .txt-info{
opacity: 1;
}
.sl-container-wrapper.row5section .sl-thumb .sl-content-box .labelblock{
transition: all .4s;
}
.sl-container-wrapper.row5section .sl-content-box .labelblock{
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
min-height: 40px;
line-height: 14px;
text-decoration: none;
position: relative;
overflow: hidden;
}
.sl-container-wrapper.row5section .sl-content-box .labelblock::after,
.sl-container-wrapper.row5section .sl-content-box .labelblock::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #000;
display: block;
right:0;
top: 0;
z-index: -1;
transition: all .4s;
}
.sl-container-wrapper.row5section .sl-content-box .labelblock::after{
right:-100%;
background: #fff;
}
.sl-container-wrapper.row5section .sl-thumb:hover .labelblock::after {
right: 0;
}
.sl-container-wrapper.row5section .sl-thumb:hover .labelblock{
color: #000;
}
.sl-container-wrapper.row5section .sl-content-box a.b-link{
display: inline-block;
padding: 0;
border: 0;
}
@media screen and (max-width: 767px){
.sl-container-wrapper.row5section{
height: 1200px!important;
}
} .right-0{
right: 0;
}
.home-1c .about-area1 img{
width: 100%;
height: 100%;
}
.home-1c .about-area .about-area-half-bg{
width: 50%;
height: 357px;
object-fit: cover;
object-position: center 10%;
background: #f4f4f4;
}
.home-1c .about-area .about-area-img{
height: 357px;
background: #f4f4f4;
}
.home-1c .sl-container-wrapper.row5section .sl-thumb:hover .sl-content-box .labelblock {
color: #fff;
}
.home-1c .arw-design .slick-arrow{
right: 0;
top: -90px;
}
.home-1c .arw-design .slick-prev.slick-arrow{
left: inherit!important;
right: 35px!important;
}
.home-1c .secondary-title{
font-size: 26px;
margin-bottom: 0;
}
.home-1c .secondary-title:after{
content: '';
display: block;
width: 100%;
height: 2px;
background: #000000;
margin-top: 16px;
}
.home-1c .arw-design {
margin-top: 40px;
}.home-1c .about-area{
min-height: 100%;
}
.home-1c .all-brand-section .all-brand{
margin-top: 0;
}
.all-brand-section{
background: #000000;
}
.all-brand-section .all-brand{
padding: 23.5px 0;
min-height: 134px;
}
@media screen and (max-width: 991px){
.home-1c .about-area img{
width: 100%;
}
.home-1c .about-area .about-area-half-bg{
display: none;
}
.home-1c .about-area .about-area-img {
height: 357px;
background: #f4f4f4;
margin-bottom: 35px;
}
}
@media screen and (max-width: 767px){
}  .podcast .podcast-area .block .text-heading{
display: flex;
align-items: center;
}
.podcast .block .text-heading h2,
.podcast .podcast-area h2{
font-size: 35px;
letter-spacing: -1px;
text-transform: uppercase;
}
.podcast .podcast-area .left{
max-width: 400px;
}
.podcast .podcast-area .left ul{
text-align: center;
}
.podcast .podcast-area .left li{
width: 156px;
margin: 20px 12px 0;
}
.podcast .podcast-area .left li a:hover img{
opacity: 0.5;
}
.podcast .podcast-area1 .left:hover img {
filter: grayscale(100%);
}
.podcast .podcast-area1 .left li a:hover img {
filter: grayscale(0%);
}
.podcast .podcast-area .right{
margin-left: 30px;
}
.podcast .podcast-area .right h4{
font-size: 20px;
letter-spacing: -1px;
}
.podcast .podcast-area .right p{
font-size: 18px;
line-height: 30px;
}
.podcast .podcast-area .block:nth-of-type(1)::after{
content: '';
display: block;
max-width: 506px;
margin: 130px auto 0;
height: 3px;
background: #bbbbbb;
display: none;
}
.podcast .podcast-area .block:nth-of-type(2) .left{
margin-left: auto;
}
@media screen and (max-width: 991px){
.podcast .block .text-heading h2,
.podcast .podcast-area h2{
font-size: 22px;
}
.podcast .block:nth-of-type(odd) .text-heading{
margin-bottom: 30px;
}
.podcast .podcast-area .left{
margin: 0px auto 30px;
}
.podcast .podcast-area .right {
margin-left: 0;
}
.podcast .podcast-area .right p {
font-size: 16px;
line-height: 24px;
}
}
@media screen and (max-width: 575px){
.podcast .podcast-area .left li {
width: 146px;
}
.podcast .podcast-area .block:nth-of-type(1)::after{
margin: 50px auto 0;
}
}  .awards-1c .heading-wrap .text-heading{
border-left: 2px solid #000;
height: 57px;
padding-left: 60px;
display: flex;
align-items: center;
}
.awards-1c .heading-wrap p{
text-align: right;
}
.awards-1c .award-section{
background: #000000;
margin-top: 65px;
padding: 80px 0 100px;
}
.awards-1c .award-section ul{
max-width: 1052px;
margin: 0px auto;
border: 0;
}
.awards-1c .award-section ul li{
width: 210px;
text-align: center;
margin-top: 30px;
}
.awards-1c .award-section ul li img{
transition: 0.4s;
}
.awards-1c .block{
border: 0;
padding: 0;
margin-bottom: 40px;
}
.awards-1c .block::before{
content: '';
display: block;
max-width: 100%;
margin: 0 auto 30px;
height: 2px;
background: #8a8a8a;
text-align: center;
}
.awards-1c .block:first-child::before{
display: none;
}
.awards-1c .block h2{
margin-bottom: 20px;
font-size: 50px;
color: #b59132;
font-family: "Helvetica Neue LT Std";
}
.awards-1c .block h3{
font-size: 19px;
margin-bottom: 5px;
}
.awards-1c .block .text-block{
margin-bottom: 40px;
}
.awards-1c .block .text-block .sub-heading{
color: #8a8a8a;
font-size: 23px;
}
.awards-1c .block .text-block .sub-heading.winner{
color: #b59132;
font-size: 23px;
}
.awards-1c .block .text-block p{
font-size: 15px;
color: #000;
}
.awards-1c .block .text-block p span{
font-style: italic;
font-weight: 600;
}
.awards-1c .load-more a{
color: #b59132;
}
.awards-1c .image-effect .show{
display: none;
transition: all .4s;
}
.awards-1c .image-effect li a{
display: block;
}
.awards-1c .image-effect li a:hover .none{
display: none;
}
.awards-1c .image-effect li a:hover .show{
display: block;
margin: 0 auto;
}
@media screen and (max-width: 991px){
.awards-1c .award-section{
margin-top: 30px;
padding: 10px 0;
}
.awards-1c .block .text-block h3 {
font-size: 20px;
}
}
@media screen and (max-width: 767px){
.awards-1c .heading-wrap .text-heading{
padding-left: 30px;
}
.awards-1c .heading-wrap .text-heading h2{
font-size: 30px;
}
.awards-1c .heading-wrap p {
text-align: left;
margin-top: 10px;
}
.awards-1c .block{
text-align: center;
}
}  .film-2b  .related-films {
margin: 30px 0 0;
}
.film-2b .release-date-wrap{
margin: 0 0px 90px;
}
.film-2b .breadcrumb .breadcrumb-item{
font-size: 12px;
text-transform: uppercase;
}
.film-2b .breadcrumb-item a{
color: #000000;
text-decoration: none;
font-size: 12px;
}
.film-2b .breadcrumb-item.active{
color: #000000;
}
.film-2b .dropdown{
min-width: 180px;
border: 2px solid #000000;
}
.film-2b .dropdown .dropdown-toggle{
color: #000000;
text-decoration: none;
padding: 0 10px;
text-transform: uppercase;
font-size: 12px;
}
.film-2b .sl-container-wrapper.position-relative {
height: auto;
}
.film-2b .block{
border: 0;
padding-top: 10px;
margin: 0;
}
.film-2b .block .box{
position: relative;
margin: 0 20px;
cursor: pointer;
}
.film-2b .block h4{
text-transform: uppercase;
font-size: 20px;
letter-spacing: -1px;
margin: 0 20px 1rem 20px;
}
.film-2b .block .box .single-sl-card{
min-height: 415px;
margin: 0;
transition: all 0.8s;
}
.film-2b .block .box:hover .single-sl-card{
display: none;
}
.film-2b .block .box .sl-card-details{
width: 100%;
left: 0;
position: unset;
opacity: 1;
display: none;
transition: all 0.8s;
}
.film-2b .block .box:hover .sl-card-details{
display: block;
}
.film-2b .sl-content-box{
border: 0;
}
.film-2b .sl-content-box h5{
text-align: left;
font-size: 17px;
}
.film-2b .sl-content-box h5 span{
font-size: 14px;
font-weight: 400;
}
.film-2b .sl-content-box a.b-link{
text-align: center;
background: #000000;
min-height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.film-2b .load-more a{
font-size: 18px;
font-family: "Helvetica Neue LT Pro BD";
}
.film-2b .load-more a::before{
display: none;
}
.film-2b .load-more a::after{
margin-top: 20px;
}
@media screen and (max-width: 1199px){
.film-2b .block:nth-of-type(1){
padding-top: 10px;
}
.film-2b .block h4{
font-size: 15px;
}
.film-2b .sl-content-box h5 span {
font-size: 11px;
}
}
@media screen and (max-width: 991px){
.film-2b .block h4{
font-size: 13px;
}
.film-2b .sl-content-box h5{
font-size: 15px;
padding: 0 5px;
}
.film-2b .sl-content-box h5 span{
font-size: 11px;
}
.film-2b .load-more{
margin-top: 40px;
}	
}
@media screen and (max-width: 767px){
.film-2b .block h4{
font-size: 17px;
}
.film-2b .sl-content-box h5{
font-size: 17px;
padding: 0 15px;
}
.film-2b .sl-content-box h5 span{
font-size: 14px;
}
}  .film-1b .breadcrumb .breadcrumb-item{
font-size: 12px;
text-transform: uppercase;
}
.film-1b .breadcrumb-item a{
color: #000000;
text-decoration: none;
font-size: 12px;
}
.film-1b .breadcrumb-item.active{
color: #000000;
}
.film-1b .breadcrumb-item+.breadcrumb-item::before{
content: var(--bs-breadcrumb-divider, "|");
}
.film-1b .nav-tabs{
border:0;
margin: 70px 0 40px;
justify-content: center;
}
.film-1b .nav-tabs .nav-item .nav-link{
font-size: 16px;
letter-spacing: 0px;
color: #000000;
width: 177px;
padding: 5px 16px;
text-align: center;
border: 2px solid #000000;
border-radius: 0;
transition: 0.6s all;
}
.film-1b .nav-tabs .nav-item.show .nav-link,
.film-1b .nav-tabs .nav-link.active,
.film-1b .nav-tabs .nav-link:hover{
background: #000000;
color: #FFFFFF;
}
.film-1b .nav-tabs .nav-item:not(:last-child) .nav-link{
margin-right: 30px;
}
.film-1b .col{
flex: 0 0 25%;
}
.film-1b .work-area{
margin-top: 40px;
}
.film-1b .block{
padding: 36px 0 70px;
}
.film-1b .sl-container-wrapper.position-relative {
max-height: unset;
}
.film-1b .sl-container-wrapper.row5section {
height: auto!important;
}
.film-1b .load-more a{
font-size: 22px;
letter-spacing: 1px;
}
.film-1b .load-more a::before{
width: 313px;
}
@media screen and (max-width: 1199px){
.film-1b .col{
flex: 0 0 50%;
}
.film-1b .block:nth-of-type(1),
.film-1b .block{
padding: 30px 0;
margin: unset;
}
} 
@media screen and (max-width: 991px){
.film-1b .col{
flex: 0 0 33%;
}
.film-1b .nav-tabs{
margin: 10px 0;
}
.film-1b .nav-tabs .nav-item:not(:last-child) .nav-link {
margin-right: 10px;
}
.film-1b .nav-tabs .nav-item .nav-link{
font-size: 12px;
width: auto;
}
}
@media screen and (max-width: 767px){
.film-1b .col{
flex: 0 0 50%;
}
}
@media screen and (max-width: 576px){
.film-1b .col{
flex: 0 0 auto;
}
.film-1b .nav-tabs .nav-item:not(:last-child) .nav-link {
margin-right: 5px;
}
.film-1b .nav-tabs .nav-item .nav-link {
font-size: 12px!important;
width: auto;
padding: 2px 12px;
}
} .black-theme{
background: #000;
}
.black-theme .footer-g-wrapper, .black-theme .newsletter,
.black-theme .block:nth-of-type(odd) .text-heading{
border-color: #fff;
}
.black-theme p, .black-theme .footer-widget h4, .black-theme .footer-widget h5, .black-theme .ft-links li a, .black-theme .ft-links li::before, .black-theme .privacy-terms li a,
.black-theme h2, .black-theme h3, .black-theme h4, .black-theme .newsletter input, .black-theme .newsletter input::placeholder, .black-theme .newsletter button{
color: #fff;
}
.black-theme .podcast-area .left li img{
border-radius: 30px;
} .news-2b .news-2b-wrap{
position: relative;
margin-bottom: 30px;
cursor: pointer;
}
.news-2b .news-2b-wrap .text-wrap{
position: absolute;
top: 0;
color: #FFFF;
text-align: center;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
padding: 0px 35px;
}
.news-2b .news-2b-wrap .text-wrap p{
font-size: 30px;
letter-spacing: -1px;
color: #ffffff;
line-height: 1.5;
}
.news-2b .news-2b-wrap .text-wrap p::after{
content: '';
display: block;
width: 41px;
height: 4px;
background: #ffffff;
margin: 30px auto;
}
.news-2b .news-2b-wrap .text-wrap .date{
font-size: 16px;
line-height: 20px;
}
.news-2b .news-2b-wrap .text-wrap h2{
color: #ffffff;
font-size: 23px;
font-weight: 500;
}
.news-2b .recent-news{
margin: 90px 0 0;
}
.news-2b .recent-news h2{
font-size: 38px;
letter-spacing: 1px;
line-height: 24px;
color: #000000;
text-align: center;
font-family: HelveticaNeue-Light;
}
.news-2b .recent-news h2::after{
content: '';
display: block;
width: 63px;
height: 2px;
background: #000000;
margin: 30px auto;
}
.news-2b .recent-news h6{
font-size: 14px;
color: #ff0000;
text-transform: uppercase;
font-family: HelveticaNeue-Light;
}
.news-2b .recent-news .news-block{
margin-bottom: 46px;
}
.news-2b .recent-news .news-wrap{
max-width: 100%;
}
.news-2b .recent-news h5{
color: #909090;
font-family: HelveticaNeue-Light;
letter-spacing: 1px;
}
.news-2b .recent-news h4{
font-size: 23px;
letter-spacing: 1px;
font-family: HelveticaNeue-Light;
}
.news-2b .recent-news .date{
font-size: 14px;
}
.news-2b .recent-news p{
font-size: 14px;
margin: 8px 0 18px;
}
.news-2b .recent-news .btn-default{
color: #000;
border: 1px solid #000;
background: #FFF;
padding: 8px 48px;
text-transform: uppercase;
}
.news-2b .recent-news .btn-default:hover{
color: #FFF;
background: #000;
}
.news-2b .recent-news .btn-wrap{
text-align: center;
}
.news-2b .recent-news .btn-wrap .btn{
padding: 20px 20px;
margin-right: 40px;
width: 233px;
}
.news-2b .recent-news .load-more-news .btn-default{
font-size: 22px;
letter-spacing: 1px;
border: 4px solid #000000;
padding: 16px 131px;
margin: 60px 0;
}
.news-2b .footer-area li a,
.news-2b .footer-area .ft-links li::before{
color: #000000!important;
}
.news-2b .recent-news .news-block.block-box{
display: none;
}
@media screen and (max-width: 1199px){
.news-2b .recent-news .btn-wrap .btn {
margin: 0 0 20px 0;
width: 182px;
}
}
@media screen and (max-width: 991px){
.news-2b .news-2b-wrap .text-wrap{
padding: 0 20px;
}
}
@media screen and (max-width: 767px){
.news-2b .recent-news .news-block .img-wrap{
margin-bottom: 15px;
}
.news-2b .recent-news .news-block .img-wrap img{
width: 100%;
height: 300px;
}
}
@media screen and (max-width: 576px){
.news-2b .recent-news .load-more-news .btn-default{
padding: 16px 50px;
margin: 60px 0;
width: 100%;
}
}  .news-article-2b .article-2b-details .left-block{
text-align: center;
}
.news-article-2b .article-2b-details .left-block h4{
font-size: 23px;
letter-spacing: -1px;
margin: 30px 0;
}
.news-article-2b .article-2b-details .left-block h4::after{
content: '';
display: block;
width: 41px;
height: 4px;
background: #000000;
margin: 30px auto;
}
.news-article-2b .article-2b-details .left-block p{
font-size: 16px;
line-height: 20px;
}
.news-article-2b .article-2b-details .right-block{
text-align: right;
}
.news-article-2b .article-2b-details .strip{
background: #000000;
font-size: 22px;
letter-spacing: 1px;
color: #ffffff;
padding: 18px 51px;
margin: 90px 0 60px;
}
.news-article-2b .article-2b-details .text-wrap p{
margin-bottom: 30px;
max-width: 808px;
text-align: justify;
margin-left: auto;
}
@media screen and (max-width: 767px){
.news-article-2b .article-2b-details .right-block {
text-align: center;
margin-top: 30px;
}
.news-article-2b .article-2b-details .strip{
font-size: 16px;
padding: 10px;
margin: 30px 0;
}
} .award-4c .heading-wrap .text-heading{
padding-left: 0;
border: 0;
}
.award-4c .award-count-section{
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 15px;
text-align: center;
}
.award-4c .award-count-section > div{
min-width:178px;
}
.award-4c .award-count-section .award-block{
width: 92px;
height: 60px;
margin: 0 auto;
background: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/img/award-count-bg.png) no-repeat center;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: #b59132;
font-family: "Helvetica Neue LT Std";
margin-bottom: 15px;
}
.award-4c .award-count-section h3{
font-size: 20px!important;
margin-bottom: 0px;
}
.award-4c .award-count-section p{
font-size: 17px;
}
.award-4c .block-text-right{
text-align: right;
}
@media screen and (max-width: 767px){
.award-4c .award-count-section{
display: grid;
grid-template-columns: auto auto;
grid-gap: 10px;
}
.award-4c .block-text-right{
text-align: center;
}
}   .black-theme.film-1b .block:nth-of-type(even) .text-heading{
border-color: #FFFFFF;
}
.black-theme.film-1b .breadcrumb-item a,
.black-theme.film-1b .breadcrumb-item.active{
color: #FFFFFF
}
.black-theme.film-1b .nav-tabs .nav-item .nav-link{
border-color: #fff;
font-size: 13px;
text-transform: uppercase;
background: #fff;
color: #000;
}
.black-theme.film-1b .nav-tabs .nav-link.active,
.black-theme.film-1b .nav-tabs .nav-link:hover{
background: #000;
border-color: #FFFFFF;
color: #FFFFFF;
}
.black-theme.film-1b .block:nth-of-type(1) {
border-top-color: #FFFFFF;
}
.black-theme.film-1b .block{
border-top-color: #FFFFFF;
}
.black-theme.film-1b .load-more a{
color: #FFFFFF;
}
.award-4c .award-count-section .award-block{
background: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/img/award-count-bg-gd.png) no-repeat center;
background-size: cover;
}
.black-theme.awards-1c .block .text-block p {
color: #FFFFFF;
font-size: 19px;
letter-spacing: 1px;
}
.black-theme.awards-1c .block .text-block p.award-name{
color: #b59132;
font-family: "Helvetica Neue LT Pro BD";
letter-spacing: normal;
font-size: 15px;
}
.black-theme.team-1C-new .team-area .wrap:nth-of-type(odd) .text-heading,
.black-theme.team-1C-new .team-area .wrap:nth-of-type(even) .text-heading{
border-color: #FFFFFF;
}
.black-theme.team-1C-new .team-area .nav-tabs{
border-color: #FFFFFF;
}
.black-theme.team-1C-new .team-area .block .details h5{
color: #FFFFFF;
}
.black-theme.project-3b .footer-g-wrapper .privacy-policy a{
color: #FFFFFF;
}
.black-theme.team-1C-new .body button::after{
color: #FFFFFF;
background: #000000;
}
.black-theme .accordion-item{
background-color: #000000;
}
.black-theme.contact-3b .contact-area .contact-form .form-control{
color: #FFFFFF;
border-color: #FFFFFF;
}
.black-theme.contact-3b .contact-area .contact-form .form-control::placeholder{
color: #FFFFFF;
}
.black-theme.contact-3b .contact-area .contact-form label{
color: #FFFFFF;
}
.black-theme .btn{
background-color: #FFFFFF;
color: #000000;
}
.black-theme .btn:hover{
background-color: #000000;
color: #FFFFFF;
border-color: #FFFFFF;
}
.black-theme.contact-3b .contact-area .black-box{
background-color: #FFFFFF;
color: #000000;
font-size: 16px;
}
.black-theme .toggle-btn,
.black-theme.news-2b .toggle-btn {
display: none;
}
.black-theme .search-section .search-btn{
background-color: #000000;
color: #FFFFFF;
}
.black-theme .search-section  .search-btn:hover{
background-color: #000000;
color: #FFFFFF;
border-color: #000000;
}
.black-theme.film-2b .breadcrumb-item.active {
color: #FFFFFF;
}
.black-theme.news-2b .recent-news h2{
color: #FFFFFF;
}
.black-theme.news-2b .recent-news h2::after{
background: #FFFFFF;
}
.black-theme.news-2b .recent-news .date{
color: #FFFFFF;
}
.black-theme.news-2b .recent-news .btn-default:hover{
border-color: #FFFFFF;
}
.black-theme.news-2b .footer-area li a,
.black-theme.news-2b .footer-area .ft-links li::before{
color: #FFFFFF!important;
}
.black-theme .privacy-terms li::before{
color: #FFFFFF;
}
.black-theme.news-article-2b .article-2b-details .left-block h4::after{
background: #FFFFFF;
}
.black-theme.news-article-2b .article-2b-details .strip{
background: #FFFFFF;
color: #000000;
}
.black-theme.news-2b .recent-news .load-more-news .btn-default{
border-color: #FFFFFF;
color: #FFFFFF;
background: #000000;
}
.black-theme.news-2b .recent-news .load-more-news .btn-default:hover{
color: #000000;
background: #FFFFFF;
}
.black-theme .arw-design .slick-arrow,
.black-theme .film-details-area .name-wrap ul li,
.black-theme .film-details-area .wrap h5,
.black-theme .film-details-area .wrap p,
.black-theme .film-details-area .details h3{
color:#fff;
}
.black-theme .film-details-area .name-wrap::before{
background:#fff;
}
.project-3b.black-theme .footer-g-wrapper {
padding-top: 66px;
}
.black-theme .back-to-top{
color:#000;
}
.team-1C-new.black-theme h2,
.about-3b.black-theme .text-heading h2 {
font-weight: 500;
}
.about-3b.black-theme .block:nth-of-type(even) .text-heading{
border-color: #fff;;
}
.film-2b.black-theme .release-date-wrap {
margin: 0 0px 20px;
}
.black-theme.news-article-2b .datail-bar{
padding: 20px;
}
.black-theme.news-article-2b .datail-bar p,
.black-theme.news-article-2b .datail-bar h4{
color: #000!important;
}
.black-theme.news-article-2b .article-2b-details .left-block h4::after{
background-color: #000;
}
.black-theme.news-article-2b .article-2b-details .strip{
margin-top: 30px;
}
.sl-container-wrapper.row5section .sl-content-box{
padding-bottom: 0;
}
.sl-container-wrapper.row5section .sl-thumb:hover .txt-info::before{
background:#000;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
.sl-container-wrapper.row5section .sl-thumb .txt-info{
font-size: 14px;
text-align: center;
color: #fff;
}
.sl-container-wrapper.row5section .sl-thumb:hover .labelblock{
opacity:1;
}
.contact-3b.black-theme .details a{
color: #fff;
text-decoration: none;
}
.contact-3b.black-theme .details a:hover{
color: #b59132;
}
.contact-3b.black-theme .contact-area .block .text-heading{
padding-left: 0;
position: relative;
border: 0!important;
}
.contact-3b.black-theme .contact-area .block .text-heading::before{
height: 2px;
background: rgb(255, 255, 255);
width: 80px;
left: -90px;
display: block;
content: "";
top: 26px;
position: absolute;
}
.black-theme.contact-3b .block{
margin-bottom: 60px;
}
.contact-3b.black-theme .contact-area .text-wrap p{
color:#ffffff;
text-align: left;
}
.contact-3b.black-theme .contact-area .text-wrap h4{
border-bottom: 2px solid #fff;
padding-right: 80px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.black-theme.contact-3b .contact-area .black-box {
background-color: transparent;
color: #fff;
}
.frequent-card{
border: 1px solid #666;
padding: 25px;
font-size: 14px;
}
.frequent-card p{
font-size: 14px;
}
.frequent-card .user-info{
display: flex;
align-items: center;
}
.frequent-card .user-info h5{
color: #fff;
font-size: 22px;
margin-right: 15px;
}
.frequent-card .user-info p{
font-size: 15px;
}
.frequent-card  .user-profile h6{
font-size: 14px;
color: #fff;
text-transform: uppercase;
margin: 15px 0;
}
.frequent-card .user-profile p{
font-size: 14px;
}
.black-theme.team-1C-new .team-area .wrap:nth-of-type(even) .text-heading {
border-color: #FFFFFF;
text-align: left;
padding-left: 60px;
margin-left: 120px;
border-left: 2px solid #fff;
border-right: 0;
}
.black-theme.film-1b .block2,
.black-theme.film-1b .block1,
.film-1b .block {
border-top:1px solid #fff;
padding: 36px 0px 0px;
display: none;
} @media screen and (max-width: 1199px) { 
.black-theme .toggle-btn,
.black-theme.news-2b .toggle-btn{
display: block;
}
}
@media screen and (max-width: 767px) { 
.black-theme.team-1C-new .card{
background: transparent;
}
.black-theme.team-1C-new .team-area .wrap .text-heading{
padding-left: 0;
border: 0;
margin-left: 0;
}
.black-theme.team-1C-new .team-area .wrap .text-heading h2{
font-size: 28px;
text-transform: capitalize;
}
.frequent-card .team-img{
max-width: 200px;
margin: 0 auto 20px;
}
}
.podcast-new .col{
flex: 0 0 24.5%;
}
.podcast-new .col .sl-thumb .txt-info .streming-widget{
text-align: center;
}
.podcast-new .col .sl-thumb .txt-info .streming-widget img{
display: inline-block;
width: 130px;
border-radius: 25px;
margin: 0px 5px 10px;
}
.podcast-new .col .sl-thumb .sl-content-box{
min-height: auto;
}
.podcast-new .sl-container-wrapper.row5section .sl-thumb img.filmimg {
height: 310px;
object-fit: cover;
}
@media screen and (max-width: 1100px) { 
.podcast-new .col{
flex: 0 0 50%;
}
}
@media screen and (max-width: 767px) { 
.podcast-new .col{
flex: 0 0 100%;
max-width: 400px;
margin: 0 auto;
}
}   .collective .collective-details-area .wrap{
max-width: 1040px;
margin: 75px auto 115px;
color: #FFFFFF;
}
.collective .collective-details-area .block{
max-width: 840px;
margin: 0px auto;
}
.collective .collective-details-area .text-heading {
border-left: 2px solid #FFFFFF;
padding-left: 30px;
height: 63px;
text-transform: uppercase;
margin-bottom: 75px;
display: flex;
align-items: center;
}
.collective .collective-details-area .wrap h2{
font-weight: 400;
font-size: 30px;
}
.collective .collective-details-area p{
font-size: 18px;
margin-bottom: 20px;
}
.collective .collective-details-area p a{
color: #FFFFFF;
text-decoration: underline;
}
.collective .collective-details-area p a:hover{
text-decoration: none;
}
.collective .collective-details-area .mission{
max-width: 800px;
margin: 0px auto;
}
.collective .collective-details-area .mission li{
margin-top: 30px;
font-size: 18px;
}
.collective .collective-details-area .mission li::before {
content: "\2022"; color: #009cf2; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.collective .collective-details-area .current{
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 120px;
}
.collective .collective-details-area .current li{
max-width: 241px;
height: 241px;
border-radius: 50%;
border: 2px solid #009cf2;
padding: 8px;
}
.collective .collective-details-area .current li div{
width: 221px;
height: 221px;
border-radius: 50%;
border: 2px solid #009cf2;
display: flex;
align-items: center;
justify-content: center;
padding: 32px;
text-align: center;
font-size: 20px;
}
.marquee{
overflow: hidden;
white-space: nowrap;
margin: 60px 0;
}
.marquee .scrolling{
animation: marquee 2s linear infinite;
display: inline-block;
padding-right: 80px;
width: 580px;
color: transparent;
-webkit-text-stroke-color: #b78719;
-webkit-text-stroke-width: 2px;
text-shadow: none;
font-size: 54px;
text-transform: uppercase;
animation: marquee 5s linear infinite;
}
@keyframes marquee{
from {
transform: translateX(0);
}
to { 
transform: translateX(-100%);
}
}
@media screen and (max-width: 1199px){
.collective .collective-details-area .current li{
max-width: 181px;
height: 181px;
margin: 0px auto 20px;
}
.collective .collective-details-area .current li div{
width: 161px;
height: 161px;
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.marquee .scrolling{
width: 480px;
padding-right: 40px
} 
.collective .collective-details-area .current{
padding-bottom: 60px;
}
.collective .collective-details-area .current li{
max-width: 161px;
height: 161px;
margin: 0px auto 20px;
}
.collective .collective-details-area .current li div{
width: 141px;
height: 141px;
font-size: 15px;
}
.news-2b .news-2b-wrap .text-wrap p {
font-size: 24px;   
line-height: 1.4;
}
.news-2b .news-2b-wrap .text-wrap h2 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) { 
.marquee .scrolling{
width: 380px;
padding-right: 40px
}
.collective .collective-details-area .text-heading{
margin-bottom: 0;
padding-left: 24px;
height: auto;
margin-bottom: 20px;
}
.collective .collective-details-area .wrap h2{
font-size: 20px;
}
.collective .collective-details-area .mission{
margin-left: 40px;
}
.collective .collective-details-area .mission li,
.collective .collective-details-area p{
font-size: 14px;
}
.collective .collective-details-area .current li{
max-width: 131px;
height: 131px;
margin: 0px auto 180px;
}
.collective .collective-details-area .current li div{
width: 111px;
height: 111px;
font-size: 12px;
padding: 25px;
}
.collective .collective-details-area .mission li{
text-align: left!important;
}
.collective .collective-details-area .block{
margin-left: 0px;
margin-right:0px;
}
.collective .collective-details-area .wrap{
margin: 30px 0 50px;
}
.collective .warp.mt4 .wrap:nth-child(2) .current li{ 
margin-bottom: 20px!important; 
} 
}
@media screen and (max-width: 576px){
.marquee .scrolling{
width: 280px;
padding-right: 40px
}
.collective .collective-details-area .current{
display: block;
}
} .frequent-card .btn-close{
background: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/img/closeb.png) no-repeat;
right: 3px;
left: unset;
}
#conStaff .btn-close,
#conExc .btn-close{
background: url(//www.jigsawprods.com/wp-content/themes/jigsaw/assets/img/closeb.png) no-repeat;
right: 3px;
left: unset;
top: -50px;
}
.black-theme.team-1C-new .team-area .tab-content{
padding-top: 60px;
}
.film-menu{
position: fixed;
width: 100%;
background: #000;
z-index: 9;
top: 80px;
padding: 30px 0;
}
.film-1b .work-area {
padding-top: 200px;
}
@media screen and (max-width:992px){
.film-1b .work-area {
padding-top: 40px;
}
}
@media screen and (max-width:767px){
.film-menu {
top: 70px;
}
}
.production-area{
margin-top: 100px;
}
.production-area .news-widget{
width: 320px;
border: 1px solid #fff;
padding: 20px 25px;
right: 45px;
top: -30px;
color: #fff;
font-size: 12px;
position: absolute;
z-index: 9;
}
.production-area .news-widget h2{
text-transform: uppercase;
font-family: 'Bebas Neue', cursive;
font-weight: 100;
letter-spacing: 1px;
line-height: 1;
}
.production-area .news-widget li{
margin-bottom: 6px;
text-align: left!important;
}
.production-area .news-widget li a{
text-decoration: none;
color: #fff;
}
.production-area .news-widget li:last-child{
margin-bottom: 0;
}
.black-theme .featured-in .secondary-title{
margin-bottom: 40px;
}
.black-theme .featured-in .secondary-title::before{
display: none;
}
.black-theme .news-2b-wrap{
height: 440px;
}
.black-theme.news-2b .news-2b-wrap .text-wrap p{
font-size: 26px;
line-height: 1.4;
}
.black-theme.news-2b .news-2b-wrap .text-wrap h2{
font-size: 22px;
font-family: 'Times New Roman', Times, serif;
}
.black-theme.about-3b .block .text-heading{
margin-bottom: 95px;
}
.black-theme .production-area .news-widget li a{
font-size: 14px;
}
.max-width-100{
max-width: 100%!important;
}
@media screen and (max-width:1120px){
.production-area .news-widget{
width: 300px;
border: 1px solid #fff;
padding: 15px;
right: 30px;
top: -85px;
}
}
@media screen and (max-width:992px){
.production-area .news-widget h2{
font-size: 22px;
}
.production-area .news-widget{
width: 300px;
top: -85px;
}
}
@media screen and (max-width:767px){
.production-area .news-widget{
position: inherit; 
width: 100%;
left: 0;
}
.production-area .wrap .mt-5,
.production-area .wrap{
margin-top: 0!important;
top:-20px;
position: relative;
}
}
.featured-in {
margin: 60px 0;
}
.featured-in h2{
font-size: 25px;
position: relative;
display: table;
margin: auto;
font-family: "Helvetica Neue LT Pro BD";
padding: 0px 15px;
}
.btn.btn-outline-white {
color: #fff;
border: 1px solid #fff;
background: #FFF;
padding: 8px 48px;
text-transform: uppercase;
background: transparent;
}
.btn.btn-outline-white:hover{
border: 1px solid #000;
color:#000;
background: #fff;
}
.aside-block{
display: inline;
}
.film-details-area .col-md-4{
margin-bottom: 25px;
}
@media screen and (max-width:767px){
.aside-block {
display: block;
margin: 16px 0!important;
}
}
body{
background: #000;
}
.header-area .toggle-btn{
display: none;
}
.header-area .search-section{
display: block;
}
.black-theme.contact-3b .block.loadBlock{
display: none;
}
.awards-1c .load-more a.btn.btn-default{
color:#fff;
background: transparent;
border-color: #fff;
}
.awards-1c .load-more a.btn.btn-default:hover{
background: #fff;
color: #000;
}
.news-2b .recent-news .news-block h4{
margin: 0px 0 10px;
}
.news-2b .recent-news .news-block.block{
display: none;
}
.news-article-2b .article-2b-details .strip p{
color: #000000;
font-size: 22px;
letter-spacing: 1px;
}
.film-2b .breadcrumb-item a{
color: #fff;
}
@media screen and (max-width:1199px){
.header-area .toggle-btn{
display: block;
}
}
.sl-container-wrapper.row5section .sl-thumb .logo-block{
min-height: 44px;
display: none;
}
.sl-container-wrapper.row5section .sl-content-box .labelblock::after, .sl-container-wrapper.row5section .sl-content-box .labelblock::before{
display: none;
}
.news-article-2b .article-2b-details .left-block h4 {
font-size: 23px;
letter-spacing: -1px;
margin: 30px auto;
max-width: 340px;
}
.film-2b .breadcrumb-item.active a{
opacity: 1;
text-decoration: underline;
}
.news-2b .recent-news h5{
text-transform: uppercase;
} 
.single-page .container{
max-width: 1080px;
}
.single-page h2{
font-weight: 500;
text-transform: uppercase;
display: inline-block;
border-bottom: 1px solid #fff;
display: flex;
justify-content: space-around;
width: fit-content;
margin: auto;
margin-bottom: 80px;
}
.single-page h3{
font-weight: 500;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 22px;
}
.single-page p{
margin-bottom:35px;
line-height:28px;
}
.single-page ul{
color: #fff;
padding-left: 20px;
}
.single-page ul li{
margin-bottom: 10px;
}
.single-page ul li::before{
content: '•';
display: inline-block;
margin-right: 10px;
}
.film-details-area .wrap .hbo-img {
background: #fff;
padding: 3px;
}
.film-details-area .film-poster img.alignnone{
width: 100%;
object-fit: contain;
}
.collective .collective-details-area .current li{
border: 0;
margin-bottom: 0;
height: auto;
width: auto;
}
.collective .collective-details-area .current div{
position: relative;
margin-bottom: 20px;
margin: 0 auto;
}
.collective .collective-details-area .current div:before{
content: '';
width: calc(100% - -22px);
height: calc(100% - -22px);
margin: -11px -11px;
display: block;
border: 2px solid #009cf2;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
}
@media screen and (max-width:767px){
.collective .collective-details-area .current li {
max-width:inherit;
height: inherit;
margin:0;
}
.collective .collective-details-area .current li div {
width: 170px;
height: 170px;
font-size: 16px;   
}
.collective .collective-details-area .mission li, .collective .collective-details-area p {
font-size: 16px;
}
}
.collective .collective-details-area .text-heading,
.black-theme.about-3b .block .text-heading{
position: relative;
border: 0;
min-height: 57px;
align-items: center;
display: grid;
}
.line2.aos-init{
position: absolute;
width: 2px;
height: 0%;
left: 0;
top: 6px;
background-color: #fff;
display: block;
padding: 0;
}
.line2.aos-animate {
animation: cline-h 1.5s 1 forwards;
} .lineV.aos-animate{
width:0%;
height: 1px;
margin:0px auto 60px;
background-color:#FFF; animation: cline-v 1.25s ease forwards;
}
@keyframes cline-v {
from { width: 0%; }
to { width:100%; }
}
@keyframes cline-h{0%{height:0}100%{height:54px}}
.black-theme .block:nth-of-type(even) .text-heading .line2{
right: 0;
left: inherit;
}
.black-theme .footer-g-wrapper, .black-theme .newsletter, .black-theme .block:nth-of-type(odd) .text-heading {
border: 0;
}
.black-theme.film-1b .block2, .black-theme.film-1b .block1, .black-theme.film-1b .block{
border: 0px;
}
.awards-1c .block::before{
background: transparent;
} 
.awards-1c .wrap:first-child .loadBlock:first-child .lineV{
display: none;
}