/* ===== Themes Colors ======= */

:root{
    --red: rgb();
    --green: rgb();
   
}
/* ===== Reset Code ======= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* ====== Header Styling =======
=========================================== */
.logo {
    background-color: #000000d9;
    font-family: 'Ubuntu', sans-serif;
    padding: 24px 14px 24px 40px;
    margin-top: 46px;
    color: white;
    border-radius: 0px 38px 38px 0px;
}
.logo a{
	text-decoration:none;
}
.logo p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-left: 3px;
}
.header .col-lg-3 {
    padding-left: 0px !important;
    padding-right: 22px;
}
.socail-icons ul {
/*    margin-top: 57px;*/
}
.socail-icons ul li {
    background-color: #fffdfd;
    border-radius: 50%;
    color: #e0162a;
    display: inline-block;
    font-size: 18px;
    height: 46px;
    margin-right: 10px;
    text-align: center;
    width: 46px;
    z-index: 1;
}
.socail-icons {
    width: 24%;
    float: left;
}
.socail-icons ul li a {
    color: #dc0202;
    font-size: 20px;
    line-height: 42px;
    text-decoration: none;
}
.socail-icons ul li:hover {
    background-color: #dc0202;
    transition: 0.4s;
}
.socail-icons ul li:hover a {
    color: #fff;
    transition: 0.4s;
}

.header .col-lg-9 {
    padding-left: 86px;
    padding-right: 0;
}
.header-muenu {
    background-color: #000000d9;
    padding: 15px 14px 21px 13px;
    border-radius: 38px 0px 0px 38px;
    margin-top: 46px;
}
.my-menu ul li {
    display: inline;
    margin: 0 9px;
}
.header-muenu ul#menu-menu-2 {
    display: flex;
    margin-top: 9px;
}
.my-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}
.my-menu ul li {
    display: inline;
    margin: 0 15px;
}
i.fas.fa-angle-down {
    font-size: 15px;
    vertical-align: unset;
    margin-left: 6px;
}
.my-menu ul.sub-menu li a {
    font-size: 17px;
}
.my-menu ul.sub-menu li {
    display: block;
    margin: 10px 0;
}
.my-menu ul li:hover ul.sub-menu{
    display: block;
    transition: 0.4s;
    
}
ul.sub-menu {
    display: none;
    position: absolute;
    width: 24%;
    margin-top: -4px;
    padding: 5px 28px;
    background-color: #0000008c;
    border-bottom: 3px solid #dc0202ad;
    transition: 0.4s;
}
.my-menu ul li a:hover{
    color: #dc0202;
    transition: 0.4s;
    border-right: 2px solid red;
    padding-right: 7px;
}
li.current-menu-item a {
    border-right: 2px solid red;
    padding-right: 7px;
    color: #dc0202 !important;
}
.mouse {
    text-align: center;
    margin-top: -73px;
    margin-bottom: 33px;
}
i.icofont-magic-mouse {
    font-size: 30px;
    color: white;
}
/* ====== Index Styling =======
=========================================== */
.banner {
    background-image: url(images/banner-1.png);
    height: 712px;
    background-size: cover;
    background-position: center;
    margin-top: -121px;
    background-attachment: fixed;
}
.brick {
    z-index: 9999;
    width: 83%;
    color: white;
    float: right;
    margin-top: 29%;
    text-align: right;
}
.brick h1 {
    font-size: 58px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-shadow: 4px 6px 9px #000000;
}
.brick h2 {
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-top: -13px;
}
.brick h3 {
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}
#main_countedown_widget_2 .time_left {
    border-radius: 8px !important;
    background-color: unset !important;
    padding: 0 0 !important;
    margin: 0 0 !important;
    font-size: 25px !important;
    font-family: 'Ubuntu', sans-serif !important;
    color: #ffffff !important;
}
h3.widget-title {
    float: left;
    text-transform: capitalize;
    position: absolute;
    margin-left: 41px;
    bottom: 26px;
}
#main_countedown_widget_2 .time_description {
    font-size: 14px !important;
    color: #ffffff !important;
    font-family: 'Ubuntu', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 100 !important;
}
#main_countedown_widget_2 .countdown {
    text-align: right !important;
}
.header a{
	text-decoration:none;
}
#main_countedown_widget_2 .countdown {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}
.countdown {
    background-color: #00000082;
    border-radius: 48px 0 0px 48px;
    padding: 5px 0 !important;
}
span.element_conteiner:after {
    border-right: 1px solid #ff0000ad !important;
    content: '' !important;
    right: -13px !important;
    height: 30px !important;
    top: 16px !important;
    position: absolute !important;
    z-index: 99999 !important;
    width: 1px !important;
}
span.element_conteiner:nth-of-type(4):after{
    display: none !important;
}
span.element_conteiner {
    margin: 0 17px !important;
    position: relative;
}
li#wpdevart_countdown-2 {
    list-style: none;
}
.counter {
    position: relative;
}
.contact-me{
    background-image: url(images/contact.png);
    height: 712px;
    background-size: cover;
    background-position: center;
}
.info {
    color: #dc0202;
}
.info h2 {
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    color: #dc0202;
    font-size: 29px;
    margin-top: 63px;
    margin-bottom: 63px;
}
.info h3 {
    color: #dc0202;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 46px;
}
.info p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
ul.contact-detail li {
    list-style: none;
    margin: 26px 0;
}
ul.contact-detail li a {
    color: red;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 18px;
}
ul.contact-detail li i {
    font-size: 14px;
    margin-right: 5px;
}
i.fas.fa-phone {
    transform: rotate(90deg);
    margin-left: -1%;
}
.info h2:after {
    content: '';
    width: 83%;
    height: 1px;
    margin-top: 47px;
    left: 14px;
    background-color: red;
    position: absolute;
}
.get-in h3 {
    font-weight: 700;
    font-size: 20px;
    color: #dc0202;
    margin-top: 14%;
    text-transform: uppercase;
}
.get-in div.wpcf7 input{
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #dc0202;
    border-radius: 35px;
}
.get-in .text-368 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #dc0202;
    border-radius: 35px;
    width: 46%;
    margin-top: 32px;
}
.get-in .text-339 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    margin-top: 33px;
    font-weight: 400;
}
.get-in .email-761 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #dc0202;
    border-radius: 35px;
    width: 50%;
    margin-top: 32px;
    margin-left: 34px;
}
.get-in textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #dc0202;
    width: 100%;
    margin-top: 46px;
    height: 200px;
}
 input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: unset;
    margin-top: 20px;
    text-transform: uppercase;
}
 input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #dc0202;
    color: white;
     transition: 0.4s;
}
.socail-section {
    background-color: #000000;
    height: 305px;
    padding-top: 103px;
}
.socail-inner {
    background-color: #000000;
    width: 45%;
    height: 104px;
    text-align: center;
    margin: 0px auto;
    border-radius: 66px;
}
.socail-section ul li {
    display: inline;
    background-color: white;
    padding: 33px 30px;
    margin: 0px 21px;
    border: 1px solid;
    border-radius: 77px;
}
.socail-section ul li:nth-child(1) {
    padding: 32px 28px;
}
.socail-section ul li:nth-child(3) {
    padding: 32px 38px;
}
.socail-section ul li:nth-child(4) {
    padding: 32px 28px;
}
.socail-inner ul li a {
    font-size: 32px;
    color: #cd0305;
    line-height: 96px;
    text-align: center;
    text-decoration: none;
    vertical-align: sub;
}
.socail-inner ul li a:hover {
    color: black;
    transition: 0.4s;
}
.responser {
    background-image: url(images/responser-1.png);
    height: 317px;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}
.responser h2 {
    font-family: 'Ubuntu', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 22px;
    padding-top: 9%;
}
.responser hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 35%;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
}
div#producer {
    width: 43%;
    margin: 0 auto;
}
li#wpdevart_countdown-3 {
    list-style: none;
}
/* ====== Footer Styling =======
=========================================== */
footer {
    background-color: #000000;
    text-align: center;
    padding: 38px 0;
}
footer p {
    color: #dc0202;
    /* font-family: 'Ubuntu', sans-serif; */
    font-weight: 600;
    font-size: 18px;
}

/* ====== Other Styling =======
=========================================== */
.res-menu {
    display: none;
}
div#content {
    padding: 45px 45px;
}
div#content h1 {
    color: #dc0202;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 32px;
    text-transform:uppercase;
	position:relative;
}
div#content h1:after {
    content: '';
    background-color: black;
    width: 90px;
    height: 7px;
    position: absolute;
    left: 0;
    margin-left: 0%;
    margin-top: 61px;
    z-index: -99;
}
.contact-form input {
    width: 100% !important;
}
.contact-form div.wpcf7 input {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #dc0202;
    border-radius: 35px;
    width: 100% !important;
}
.contact-form label {
    width: 100%;
}
.contact-form textarea {
    background: transparent;
    border: 1px solid #dc0202;
    overflow: auto;
    resize: vertical;
    width: 100% !important;
    padding: 10px 18px;
    height: 188px;
}
tr.map-tr a {
    color: black;
}
.page .header-muenu {
    background-color: #000000;
}
.page .logo {
    background-color: #000000;
}
li#search-2 {
    list-style: none;
}
label.screen-reader-text {
    display: none;
}
.srch {
    float: right;
}
form#searchform {
    margin-top: -27px;
}
input#searchsubmit {
    background: transparent;
    border: none;
    color: white;
    font-size: 0px;
    height: 16px;
    background-size: 100% 100%;
    background-image: url(images/search.png);
    width: 24px;
    position: relative;
    top: -5px;
    right: 47px;
}
input#s {
    background-color: #949494db;
    border: none;
    color: white;
    display: none;
    position: absolute;
    right: 54px;
    padding: 6px 14px;
    margin-top: -5px;
}
form#searchform:hover input#s{
	display:block;
}
/*======= Memu ======= */
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 7px;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
}
.mm {
    position: relative;
    min-height: 49px;
	position:relative;
}
#mml {
    padding: 7px 15px;
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
}

#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

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

#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}

#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}

#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 222222;
    display: none;
    position: relative;
    padding: 0 0;
}

#mm li {
display: block;
position: relative;
}
#mm a {
    display: block;
    padding: 16px 15px 15px 20px;
    border-bottom: #dedede 1px solid;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: white;
    word-wrap: break-word;
    transition: 0.7s ease;
    text-align: center;
    opacity: 0.9;
}
#mm a:hover {
    background-color: #e51e25;
    color: white;
}
.mob-logo {
    display: none;
    background-color:#3c1624d9;
	width: 100%;
	color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 23px;
}
.mob-logo a {
    text-decoration: none;
    color: ;
}
a {
    color: #dc0202;
    font-weight: 500;
}
a.number {
    color: #000000;
}
.entry-content p {
    font-size: 18px;
    margin-bottom: 9px;
}	
.producer img {
    width: 100%;
}
.producer-detail h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 39px;
    font-weight: 600;
    color: #dc0202;
}
.producer-detail h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 23px;
    margin: 7px 0px;
}
.producer-detail h4 {
    font-size: 20px;
    text-transform: uppercase;
}	
div#envira-gallery-wrap-80 {
    margin-top: 25px;
}
.project-tab {
    padding: 0%;
    margin-top: 5%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #dc0202;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #383636;
    font-size: 16px;
    font-weight: 600;
}
.see_more_text_expanded a {
    color: #dc0202 !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
}
span.a-size-base-plus a {
    color: #dc0202;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.a-spacing-none, .a-ws .a-ws-spacing-none {
    margin-bottom: 0!important;
}
.project-tab tr.a-histogram-row.a-active {
    color: #111;
}
.project-tab table.a-keyvalue td, table.a-keyvalue th {
    padding: 7px 14px 6px;
}
.project-tab .a-text-bold {
    font-weight: 700!important;
}
.project-tab .a-color-success {
    color: #007600!important;
}
.project-tab .a-text-right {
    text-align: right!important;
}
.project-tab table#in_production_tv_filmography {
    width: 100%;
}
.project-tab table#past_film_filmography {
    width: 100%;
}
.project-tab table.a-keyvalue th {
    background-color: #f3f3f3;
    color: #111;
    font-weight: 400;
}
div#nav-tabContent {
    margin-top: 11px;
}
.a-expander-collapsed-height.a-row.a-expander-container.a-spacing-extra-large.a-expander-partial-collapse-container {
    overflow: hidden !important;
    margin-top: 30px;
}
.tab-content {
    overflow: scroll;
}