/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}

/* =========================================
   Header css Start
========================================= */

li#menu-item-15 a {
    background: #000;
    color: #fff !important;
    padding: 14px 20px !important;
    margin-left: 30px;
}
nav ul li a {
    color: #444748 !important;
}

/* =========================================
   Banner css Start
========================================= */


div#main-banner {
    padding-top: 232px !important;
    padding-bottom: 70px !important;
}
div#main-banner h1 {
    color: #fff;
    max-width: 1206px;
}
h6 {
    color: #BB0014;
    letter-spacing: 4px;
}
.red {
    color: #BB0014;
}
#red-btn {
    padding: 17px 34px !important;
    margin-left: 10px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    border-radius: unset !important;
    transition: all 0.5s ease !important;
}
#red-btn.transparent {
    background: unset !important;
    border: 1px solid #fff;
    transition: all 0.5s ease !important;
}
#red-btn::after, #red-btn.transparent::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border: 2px solid transparent !important;
    box-sizing: border-box !important;
    z-index: 2 !important;
    transition: all 0.5s ease !important;
}
#red-btn::after {
    bottom: 0 !important;
    right: 0 !important;
    transition: all 0.5s ease !important;
}
#red-btn:hover::after {
    width: 100% !important;
    height: 100% !important;
    border-bottom-color: #fff !important;
    border-right-color: #fff !important;
    transition: width 0.2s ease, height 0.2s ease 0.2s !important;
}
#red-btn.transparent:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    letter-spacing: 2px !important; 
    transition: all 0.5s ease !important;
}

/* =========================================
  Trust Section css
========================================= */

div#trust-sec .nectar-milestone {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    padding: 20px;
    color: #fff;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}
div#trust-sec h2 {
    color: #000;
}
div#trust-sec p {
    color: #444748 !important;
}

/* =========================================
  Filmogo Section css
========================================= */

div#Filmo-sec .row-bg {
    background: #000;
}
div#Filmo-sec h2, div#Filmo-sec h4 {
    color: #fff;
}
div#Filmo-sec p {
    color: #ffffff69;
    font-size: 12px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}
div#Filmo-sec .carousel-item {
    margin-left: 10px !important;
}
div#Filmo-sec .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: -100px;
}
div#Filmo-sec .owl-nav .owl-prev, div#Filmo-sec .owl-nav .owl-next {
    background: #000 !important;
    color: #fff !important;
    font-size: 30px !important;
    border: 1px solid #ffffff4f !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding: unset !important;
}

/* =========================================
  Visual Section css
========================================= */

div#gallery-sec .hover-wrap {
    padding: unset !important;
}
div#visual-content h2 {
    color: #000;
}
div#visual-content p {
    color: #444748;
    max-width: 640px;
}

/* =========================================
  REFLECTIONS Section css
========================================= */

div#blog-titles h2 {
    color: #000;
    max-width: 700px;
    margin: 0 auto;
}
div#blogs-content h3 {
    color: #000;
    max-width: 760px;
}
div#blogs-content p {
    font-size: 19px !important;
    line-height: 27px !important;
    color: #444748;
}
#arrow-btn {
    background: unset !important;
    color: #BB0014 !important;
    padding: unset !important;
    border: unset !important;
    font-size: 14px !important;
    line-height: 22px !important;
    transform: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
    padding-left: 20px !important;
}
#arrow-btn i {
    right: -6px;
    font-size: 14px !important;
    line-height: 22px !important;
    top: 11px;
}
#transparent-btn {
    background: unset !important;
    color: #1A1C1C !important;
    padding: unset !important;
    border: unset !important;
    font-size: 14px !important;
    line-height: 22px !important;
    transform: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
    padding-left: 20px !important;
}

/* Contact forn css */

.contact-section-container {
    font-family: 'Montserrat'; 
    display: flex;
    flex-direction: column;
    gap: 25px; 
    padding: 20px;
}
.contact-row {
    display: flex;
    align-items: center;
    gap: 20px; 
}
.icon-box {
    width: 60px;
    height: 60px;
    background-color: #ededed; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-box i {
    font-size: 20px;
    color: #000000;
}
.content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.label-text {
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}
.email-link {
    font-size: 22px;
    color: #222222;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.social-links {
    flex-direction: row !important;
    gap: 15px;
    flex-wrap: wrap;
}
.social-links a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
    font-weight: 700; 
    letter-spacing: 0.5px;
}
.social-links a:hover, .email-link:hover {
    opacity: 0.7; 
    transition: opacity 0.2s ease;
}
.form label {
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    color: #444748 !important;
    margin-bottom: 8px !important;
}
.form input, .form textarea {
    background: unset;
    border-bottom: 1px solid #0000002e;
    resize: none;
}
.form .wpcf7-text:focus,
.form .wpcf7-email:focus,
.form .wpcf7-textarea:focus,
.form input:focus,
.form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important; 
    border-top: unset !important;
    border-right: unset !important;
border-left: unset !important;
    border-radius:unset !important;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.form {
    padding: 20px;
    border: 1px solid #0000003b;
}
.form textarea {
    height: 120px;
}
.from-btn input.wpcf7-form-control.wpcf7-submit.form-send, body[data-button-style*="slightly_rounded"] input[type=submit] {
    font-family: 'Inter' !important;
    width: 100%;
    background: #000;
    font-size: 14px !important;
    line-height: 22px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#contact-sec h2 {
    color: #000;
}
div#contact-sec p {
    color: #444748;
}

/* about me css */
div#about-banner h2, div#about-banner p {
    color: #fff;
}
div#about-banner .nectar-milestone {
    color: #fff;
    text-align: left !important;
    border-left: 1px solid #E30613;
    padding-left: 16px;
}
#trust-sec.trust-about .divider-border {
    margin: 0;
    background-color: #E30613;
    height: 3px !important;
    width: 14%;
}
#trust-sec.trust-about .on-img {
    position: absolute;
    bottom: 40px;
    right: 320px;
    left: 0;
    max-width: 240px;
    margin: 0 auto;
}
#trust-sec.trust-about .on-img p {
    color: #E5E2E1 !important;
}
.car-block h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.car-block img {
    position: absolute !important;
    bottom: 0;
    right: 0px;
    top: 0;
}
.car-block p {
    color: #fff !important;
}
#trust-sec.trust-about #red-btn.transparent {
    color: #000 !important;
    border-color: #000 !important;
}
#trust-sec.trust-about #red-btn.transparent {
    color: #000 !important;
    border-color: #000 !important;
}
.glob-blk p {
    padding: unset !important;
}
.glob-blk {
    text-align: center;
    position: absolute !important;
    right: 10px;
    bottom: 210px;
    max-width: 300px;
    margin: 0 auto;
}
.glob-blk img {
    margin: 0 auto;
}
#trust-sec.trust-about .glob-blk p {
    color: #E9BCB6 !important;
    font-size:12px !important;
    line-height:20px !important;
}
/* end me css */
/* gallery cxss */
div#tab-sec li.tab-item.active-tab a {
    background: unset !important;
    border: 1px solid #E30613 !important;
    color: #E30613 !important;
    font-family: 'Space Grotesk' !important;
    padding: 10px 30px !important;
    margin-right: 10px !important;
}
div#tab-sec ul.wpb_tabs_nav.ui-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#tab-sec li.tab-item a {
    background: unset !important;
    border: 1px solid #5e3f3b69 !important;
    color: #000 !important;
    font-family: 'Space Grotesk' !important;
    padding: 10px 30px !important;
    margin-right: 10px !important;
}
div#gallery-banner h2 {
    margin: 0 auto !important;
    max-width: 500px;
    color: #000;
}
div#gallery-banner p {
    margin: 0 auto;
    max-width: 380px;
	color: #444748;
}
/* end gallery css */

/* filmography css  */
div#box-filmo #red-btn.transparent {
    color: #000;
    border-color: #E5E2E1 !important;
}
div#box-filmo h3 {
    color: #000;
    font-weight: bold;
}
div#box-filmo p {
    color: #444748 !important;
}
div#film-banner h2 {
    color: #000;
}
div#film-banner p {
    color: #444748;
    max-width: 400px;
}
/* end filmo css */
/* blog css  */
#box-filmo h4 {
    color: #000;
    font-weight: 600;
}
#box-filmo #arrow-btn {
    color: #000 !important;
}
#box-filmo #arrow-btn i {
    top: 12px !important;
}
h1.entry-title {
    font-size: 40px !important;
    line-height: 48px !important;
}
div#single-below-header {
    display: none !important;
}

a.uncategorized {
    display: none !important;
}

div#author-bio {
    display: none !important;
}
.blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section {
    display: none !important;
}
.comments-section {
    display: none !important;
}
/* end blogs */
/* support my work css */
div#film-banner.white-txt h2 {
    color: #fff;
}
div#film-banner.white-txt p {
    color: #fff;
    max-width: 550px !important;
}
div#why-sec h2 {
    color: #000;
}
div#red-sec {
    background: #E30613;
    padding: 14px;
}
div#red-sec h4 {
    color: #fff;
    font-weight: bold;
}
div#red-sec p {
    color: #fff;
}
div#red-sec #arrow-btn {
    color: #fff !important;
}
div#red-sec i {
    color: #fff !important;
}
div#lite-sec {
    background: #20201F;
    padding: 14px;
}
div#lite-sec h4 {
    color: #fff;
    font-weight: bold;
}
div#lite-sec p {
    color: #fff;
}
div#lite-sec #arrow-btn {
    color: #fff !important;
}
div#why-sec h5 {
    color: #000;
    border-left: 2px solid #E30613;
    padding-left: 5px;
}
div#other-ways .support-title {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    opacity: 0.9;
}
div#other-ways .support-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap; 
}
div#other-ways .support-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2); 
    width: 220px;
    height: 110px;
    transition: all 0.3s ease;
}
div#other-ways .support-icon {
    font-size: 22px;
    margin-bottom: 12px;
    opacity: 0.9;
}
div#other-ways .support-text {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
div#other-ways .support-card:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
}
div#other-ways .row-bg {
    background: #BB0014;
}
/* end support css */
/* press css  */
div#press-banner h2 {
    color: #000;
    margin: 0 auto;
    max-width: 780px;
}
div#press-banner h5 {
    color: #000;
}
.hight-cont .vc_column-inner {
    background: #1C1B1B;
    padding: 40px 20px !important;
    color: #fff !important;
}
.hight-cont .vc_column-inner h5, .hight-cont .vc_column-inner a {
    color: #fff !important;
}
div#voice-box .vc_column-inner {
    border: 1px solid #0000004a;
    padding: 15px;
}
div#voice-box .vc_column-inner img {
    width: 100%;
}
div#voice-box .vc_column-inner h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #000 !important;
}
div#voice-box .vc_column-inner a {
    color: #000;
}
.page-id-109 div#ft-red {
    display: none !important;
}
/* end press  */
/* the silent bordeer  css */
div#synoposis-sec .specs-section {
    background-color: #181818;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 30px;
}
div#synoposis-sec .specs-wrapper {
    width: 100%;
}
div#synoposis-sec .specs-title {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
div#synoposis-sec .specs-container {
    display: table;
    width: 100%;
}
div#synoposis-sec .specs-row {
    display: table-row;
}
div#synoposis-sec .spec-label {
    display: table-cell;
    color: #888888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 35px;
    vertical-align: middle;
    text-transform: uppercase;
}
div#synoposis-sec .spec-value {
    display: table-cell;
    color: #ffffff; 
    font-size: 16px;
    font-weight: 700;
    text-align: right; 
    padding-bottom: 35px;
    vertical-align: middle;
}
.red-bg {
    background: #E30613;
    color: #fff;
    padding: 3px 6px;
    margin-right: 10px;
}
div#film-detail h2 {
    color: #000;
}
.timing-blk {
    position: absolute;
    bottom: 20px;
    left: 220px;
    color: #000;
}
div#film-detail strong {
    color: #000;
    font-family: 'Space Grotesk';
}
div#synoposis-sec h5, div#synoposis-sec h4 {
    color: #000;
}
div#synoposis-sec h5 {
    font-weight: 600 !important;
}
div#synoposis-sec p {
    color: #000;
}
div#synoposis-sec .divider-border {
    margin: 35px auto 35px auto;
    background-color: #5e3f3b85 !important;
    height: 2px !important;
}
div#cap-image .hover-wrap {
    padding: unset !important;
}
div#cap-image img {
    width: 100% !important;
}
div#cap-cont h2, div#cap-cont h5 {
    color: #000;
}
div#award-sec h2, div#award-sec h4 {
    color: #000;
}
div#award-sec h4 {
    font-weight: 600;
}
div#award-boxes .vc_column-inner {
    border: 1px solid #5E3F3B;
    padding: 40px 20px !important;
    transition: all 0.5s !important;
}
div#award-boxes .vc_column-inner:hover {
    transform: scale(0.95);
    transition: all 0.5s !important;
}
div#crew-sec h4, div#crew-sec h5 {
    color: #000;
}
div#crew-sec h4 {
    font-weight: 600 !important;
}
.page-id-128 div#ft-red {
    display: none !important;
}
div#screening-sec h2 {
    color: #fff;
}
div#screening-sec p {
    color: #fff;
    max-width: 810px;
}
div#screening-sec #red-btn {
    background: #000 !important;
}
/* end silient  */
/* connet css  */
div#connect-sec .contact-section {
    max-width: 450px; 
    margin: 0 auto;
}
div#connect-sec .main-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
}
div#connect-sec .office-block {
    margin-bottom: 45px;
}
div#connect-sec .info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
div#connect-sec .info-icon {
    font-size: 16px;
    margin-top: 6px;
    width: 25px; 
    color: #000000;
}
div#connect-sec .info-text {
    display: flex;
    flex-direction: column;
}
div#connect-sec .info-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000000;
    margin-bottom: 4px;
}
div#connect-sec .info-value {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none;
}
div#connect-sec .social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
div#connect-sec .social-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #a3a3a3; 
    padding: 18px 15px;
    text-decoration: none;
    color: #000000;
    transition: all 0.2s ease;
}
div#connect-sec .social-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
div#connect-sec .arrow-icon {
    font-size: 11px;
}
div#connect-sec .social-box:hover {
    border-color: #000000;
    background-color: #f9f9f9;
}
div#connect-sec img {
    margin: 10px 80px !important;
}
div#connect-sec .form {
    background: #000;
    color: #fff !important;
}
div#connect-sec .form label {
    color: #fff !important;
}
div#connect-sec .form ::placeholder {
    color: #fff !important;
}
div#connect-sec .form input, div#connect-sec .form textarea, div#connect-sec .form select {
    background: #1C1B1B;
    color:#fff;
}
div#connect-sec .wpcf7-form p span {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#connect-sec .from-btn input.wpcf7-form-control.wpcf7-submit.form-send, body[data-button-style*="slightly_rounded"] input[type=submit] {
    font-family: 'Inter' !important;
    width: 100%;
    background: #E30613;
    font-size: 14px !important;
    line-height: 22px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
/* connect end  */

/* Testimonial css  */
div#testimonial .nectar_single_testimonial .open-quote {
    content: open-quote;
    color:#E30613;
}
div#testimonial .nectar_single_testimonial p {
    font-size: 30px !important;
    margin: 0 auto;
    max-width: 520px;
    line-height: 38px !important;
    color: #fff;
}
div#testimonial span.wrap {
    color: #E30613;
}
/* end testimnial css */
/* ft css */

div#ft-red h2 {
    color: #fff;
}
div#ft-red p {
    color: #fff;
    margin: 0 auto;
    max-width: 730px;
}
div#ft-red #red-btn {
    background: #fff !important;
    color: #000;
}
div#ft-red #red-btn:hover {
    background: #000 !important;
    color: #fff !important;
}
div#footer-outer {
    display: none !important;
}
div#ft-content ul {
    display: flex;
    gap: 16px;
}
div#ft-content a {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #44474878 !important;
}
div#ft-content ul li {
    list-style: none !important;
}
div#ft-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


/* ft css end  */

/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
div#main-banner {
    padding-top: 130px !important;
    padding-bottom: 70px !important;
}	
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
div#main-banner {
    padding-top: 130px !important;
    padding-bottom: 70px !important;
}	
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
div#main-banner {
    padding-top: 130px !important;
    padding-bottom: 70px !important;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#Filmo-sec h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ft-content a {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #44474878 !important;
}
div#screening-sec #red-btn {
    background: #000 !important;
    padding: 17px 30px !important;
}	
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
div#main-banner {
    padding-top: 130px !important;
    padding-bottom: 70px !important;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#Filmo-sec h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ft-content a {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #44474878 !important;
}
div#trust-sec img {
    width: 100% !important;
}
.owl-dots {
    display: none !important;
}
div#gallery-sec img {
    width: 100% !important;
}
div#ft-content ul {
    display: flex;
    gap: 16px;
    margin: 0 !important;
}	
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
	
div#main-banner {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#Filmo-sec h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#ft-content a {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #44474878 !important;
}
.owl-dots {
    display: none !important;
}
div#gallery-sec img {
    width: 100% !important;
}
div#ft-content ul {
    display: flex;
    gap: 16px;
    margin: 0 !important;
}

#main-banner .row-bg {
    background-position: center !important;
}

#top .span_9>.slide-out-widget-area-toggle>div {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 8px 8px;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after,#top .slide-out-widget-area-toggle a .lines-button:after {
    background: #000 !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#red-btn {
    padding: 12px 25px !important;
}

#trust-sec {
    padding: 40px 0px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#visual-sec {
    padding: 40px 0px !important;
}

#img-cont .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
}

#gallery-sec {
    padding-bottom: 40px !important;
}

#blog-sec {
    padding: 40px 0px !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#blogs-content p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#transparent-btn {
    padding-left: 0px !important;
}

#contact-sec {
    padding: 40px 0px !important;
}

.email-link {
    font-size: 16px !important;
    line-height: 24px !important;
}

.social-links a {
    font-size: 14px !important;
    line-height: 22px !important;
}

.icon-box {
    height: 50px !important;
    width: 50px !important;
    font-size: 15px !important;
}

#contact-sec .form .row {
    padding: unset;
}

#ft-red {
    padding: 60px 0px !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 28px !important;
    line-height: 36px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 10px 15px !important;
    text-align: left !important;
    margin-bottom: 15px !important;
    opacity: 1 !important;
}

#slide-out-widget-area-bg {
    background: #bb001442 !important;
    backdrop-filter: blur(10px) !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line {
    background-color: #000 !important;
}

#about-banner img {
    max-width: 400px;
}

#about-banner {
    padding: 50px 0px !important;
}

#about-banner .number, #about-banner .symbol {
    font-size: 35px !important;
    line-height: 43px !important;
}

#about-banner .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

#tb-cont .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
}

#tab-sec {
    padding-bottom: 40px !important;
}

div#tab-sec li.tab-item a {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 8px 20px !important;
}

#film-banner {
    padding: 40px 0px !important;
}

#box-filmo {
    padding-bottom: 40px !important;
}

#box-filmo img {
    width: 100% !important;
}

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}

body.material .post .content-inner {
    padding-bottom: 0px !important;
}

h1.entry-title {
    font-size: 26px !important;
    line-height: 34px !important;
}

div#connect-sec .contact-section {
    max-width: unset !important;
}

div#connect-sec img {
    margin: unset !important;
    width: 100% !important;
}

.form .row {
    padding: unset !important;
}

#connect-sec {
    padding: 40px 0px !important;
}

#why-sec {
    padding: 40px 0px !important;
}

#other-ways {
    padding: 40px 0px !important;
}

#testimonial {
    padding: 40px 0px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

div#testimonial .nectar_single_testimonial p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#press-banner {
    padding: 40px 0px !important;
}

#scrolling-text {
    padding: 15px 0px !important;
}

#voice-cnt .nectar-fancy-box .inner {
    padding: unset !important;
    top: 160px !important;
}

div#voice-box .vc_column-inner h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#film-voices {
    padding: 40px 0px !important;
}
	
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
	
div#main-banner {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#Filmo-sec h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#ft-content a {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #44474878 !important;
}
.owl-dots {
    display: none !important;
}
div#gallery-sec img {
    width: 100% !important;
}
div#ft-content ul {
    display: flex;
    gap: 16px;
    margin: 0 !important;
}

#main-banner .row-bg {
    background-position: center !important;
}

#top .span_9>.slide-out-widget-area-toggle>div {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 8px 8px;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after,#top .slide-out-widget-area-toggle a .lines-button:after {
    background: #000 !important;
}

h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#red-btn {
    padding: 10px 20px !important;
}

#trust-sec {
    padding: 30px 0px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#visual-sec {
    padding: 30px 0px !important;
}

#img-cont .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
}

#gallery-sec {
    padding-bottom: 30px !important;
}

#blog-sec {
    padding: 30px 0px !important;
}

h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#blogs-content p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#transparent-btn {
    padding-left: 0px !important;
}

#contact-sec {
    padding: 30px 0px !important;
}

.email-link {
    font-size: 14px !important;
    line-height: 22px !important;
}

.social-links a {
    font-size: 14px !important;
    line-height: 22px !important;
}

.icon-box {
    height: 50px !important;
    width: 50px !important;
    font-size: 15px !important;
}

#contact-sec .form .row {
    padding: unset;
}

#ft-red {
    padding: 40px 0px !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 25px !important;
    line-height: 33px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 10px 15px !important;
    text-align: left !important;
    margin-bottom: 15px !important;
    opacity: 1 !important;
}

#slide-out-widget-area-bg {
    background: #bb001454 !important;
    backdrop-filter: blur(10px) !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line {
    background-color: #000 !important;
}

#about-banner img {
    max-width: 300px !important;
}

#about-banner {
    padding: 50px 0px !important;
}

#about-banner .number, #about-banner .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#about-banner .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

#tb-cont .row_col_wrap_12_inner {
    flex-wrap: nowrap !important;
}

#tab-sec {
    padding-bottom: 30px !important;
}

div#tab-sec li.tab-item a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 6px 16px !important;
}

#film-banner {
    padding: 40px 0px !important;
}

#box-filmo {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

#box-filmo img {
    width: 100% !important;
}

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}

body.material .post .content-inner {
    padding-bottom: 0px !important;
}

h1.entry-title {
    font-size: 26px !important;
    line-height: 34px !important;
}

div#connect-sec .contact-section {
    max-width: unset !important;
}

div#connect-sec img {
    margin: unset !important;
    width: 100% !important;
}

.form .row {
    padding: unset !important;
}

#connect-sec {
    padding: 40px 0px !important;
}

#why-sec {
    padding: 40px 0px !important;
}

#other-ways {
    padding: 40px 0px !important;
}

#testimonial {
    padding: 40px 0px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

div#testimonial .nectar_single_testimonial p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#press-banner {
    padding: 40px 0px !important;
}

#scrolling-text {
    padding: 15px 0px !important;
}

#voice-cnt .nectar-fancy-box .inner {
    padding: unset !important;
    top: 160px !important;
}

div#voice-box .vc_column-inner h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#film-voices {
    padding: 40px 0px !important;
}

div#main-banner h1 br {
    display: none !important;
    max-width: unset !important;
}

div#trust-sec .nectar-milestone {
    padding: 15px !important;
}

#trust-sec .number, #trust-sec .symbol {
    font-size: 40px !important;
    line-height: 48px !important;
}

#trust-sec .subject {
    font-size: 14px !important;
    line-height: 22px !important;
}

#Filmo-sec {
    padding: 30px 0px !important;
}

.form input, .form textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

.form input::placeholder, .form textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

.from-btn input.wpcf7-form-control.wpcf7-submit.form-send, body[data-button-style*="slightly_rounded"] input[type=submit] {
    padding: 10px 20px !important;
}

#trust-sec.trust-about .on-img {
    right: 240px !important;
    padding: 20px 30px !important;
}

.glob-blk {
    max-width: 200px !important;
    bottom: 30px !important;
}

.glob-blk h6 {
    font-size: 12px !important;
    line-height: 20px !important;
}

#trust-sec.trust-about .glob-blk p {
    font-size: 10px !important;
    line-height: 18px !important;
}

div#tab-sec li.tab-item.active-tab a {
    padding: 6px 16px !important;
}

#gallery-banner {
    padding: 40px 0px !important;
}

#spacer {
    padding: 20px 0px !important;
}

#blog-detail {
    padding: 40px 0px !important;
}

#page-header-bg {
    padding: 80px 0px !important;
}
	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
	
div#main-banner {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
div#Filmo-sec h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-content a {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #444748 !important;
}
div#ft-content p {
    font-size: 13px !important;
    line-height: 21px !important;
    color: #44474878 !important;
}
.owl-dots {
    display: none !important;
}
div#gallery-sec img {
    width: 100% !important;
}
div#ft-content ul {
    display: flex;
    gap: 16px;
    margin: 0 !important;
}

#main-banner .row-bg {
    background-position: center !important;
}

#top .span_9>.slide-out-widget-area-toggle>div {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 8px 8px;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after,#top .slide-out-widget-area-toggle a .lines-button:after {
    background: #000 !important;
}

h1 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#red-btn {
    padding: 8px 19px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

#trust-sec {
    padding: 30px 0px !important;
}

h2 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#visual-sec {
    padding: 30px 0px !important;
}

#gallery-sec {
    padding-bottom: 30px !important;
}

#blog-sec {
    padding: 30px 0px !important;
}

h3 {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#blogs-content p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#transparent-btn {
    padding-left: 0px !important;
}

#contact-sec {
    padding: 30px 0px !important;
}

.email-link {
    font-size: 14px !important;
    line-height: 22px !important;
}

.social-links a {
    font-size: 12px !important;
    line-height: 20px !important;
}

.icon-box {
    height: 40px !important;
    width: 40px !important;
}

#contact-sec .form .row {
    padding: unset;
}

#ft-red {
    padding: 30px 0px !important;
}

#slide-out-widget-area.fullscreen .off-canvas-menu-container li a {
    font-size: 20px !important;
    line-height: 28px !important;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 8px 12px !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    opacity: 1 !important;
}

#slide-out-widget-area-bg {
    background: #bb001454 !important;
    backdrop-filter: blur(10px) !important;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line {
    background-color: #000 !important;
}

#about-banner img {
    max-width: 200px !important;
}

#about-banner {
    padding: 30px 0px !important;
}

#about-banner .number, #about-banner .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#about-banner .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}
#tab-sec {
    padding-bottom: 30px !important;
}

div#tab-sec li.tab-item a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 6px 16px !important;
}

#film-banner {
    padding: 30px 0px !important;
}

#box-filmo {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

#box-filmo img {
    width: 100% !important;
}

h4 {
    font-size: 16px !important;
    line-height: 26px !important;
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}

body.material .post .content-inner {
    padding-bottom: 0px !important;
}

h1.entry-title {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#connect-sec .contact-section {
    max-width: unset !important;
}

div#connect-sec img {
    margin: unset !important;
    width: 100% !important;
}

.form .row {
    padding: unset !important;
}

#connect-sec {
    padding: 40px 0px !important;
}

#why-sec {
    padding: 40px 0px !important;
}

#other-ways {
    padding: 40px 0px !important;
}

#testimonial {
    padding: 40px 0px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

div#testimonial .nectar_single_testimonial p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#press-banner {
    padding: 40px 0px !important;
}

#scrolling-text {
    padding: 15px 0px !important;
}

#voice-cnt .nectar-fancy-box .inner {
    padding: unset !important;
    top: 160px !important;
}

div#voice-box .vc_column-inner h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#film-voices {
    padding: 40px 0px !important;
}

div#main-banner h1 br {
    display: none !important;
    max-width: unset !important;
}

div#trust-sec .nectar-milestone {
    padding: 10px !important;
}

#trust-sec .number, #trust-sec .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#trust-sec .subject {
    font-size: 12px !important;
    line-height: 20px !important;
}

#Filmo-sec {
    padding: 30px 0px !important;
}

.form input, .form textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

.form input::placeholder, .form textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

.from-btn input.wpcf7-form-control.wpcf7-submit.form-send, body[data-button-style*="slightly_rounded"] input[type=submit] {
    padding: 10px 20px !important;
}

#trust-sec.trust-about .on-img {
    right: 160px !important;
    padding: 10px 20px !important;
}

.glob-blk {
    max-width: 150px !important;
    bottom: 20px !important;
    right: 7px !important;
}

.glob-blk h6 {
    font-size: 8px !important;
    line-height: 16px !important;
}

#trust-sec.trust-about .glob-blk p {
    font-size: 8px !important;
    line-height: 16px !important;
}

div#tab-sec li.tab-item.active-tab a {
    padding: 6px 16px !important;
    margin-bottom: 10px !important;
}

#gallery-banner {
    padding: 40px 0px !important;
}

#spacer {
    padding: 20px 0px !important;
}

#blog-detail {
    padding: 30px 0px !important;
}

#page-header-bg {
    padding: 80px 0px !important;
}

h6 {
    font-size: 10px !important;
    line-height: 18px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 18px !important;
}

div#Filmo-sec .owl-nav .owl-prev, div#Filmo-sec .owl-nav .owl-next {
    height: 40px !important;
    width: 40px !important;
    font-size: 20px !important;
}

.contact-section-container {
    gap: 20px !important;
    padding: 0px !important;
}

.icon-box i {
    font-size: 15px !important;
}

.form {
    padding: 15px 15px !important;
}

div#ft-content ul {
    gap: 0px !important;
    flex-direction: column !important;
}

.glob-blk img {
    max-width: 20px !important;
    margin-bottom: 10px !important;
}

div#tab-sec ul.wpb_tabs_nav.ui-tabs-nav {
    display: contents !important;
}

div#connect-sec .social-box {
    padding: 12px 10px !important;
}
	
}