@font-face {
    font-family: "Algerian";
    src: url("../fonts/Algerian.eot");
    src: url("../fonts/Algerian.eot?#iefix") format("embedded-opentype"), url("../fonts/Algerian.woff2") format("woff2"), url("../fonts/Algerian.woff") format("woff"), url("../fonts/Algerian.ttf") format("truetype"), url("../fonts/Algerian.svg#Algerian") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ============= */

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 200;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-Light.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 300;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-LightItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-Light.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-Italic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 600;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-SemiBoldItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-BoldItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 800;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-ExtraBoldItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-Black.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: italic;*/
/*    font-weight: 900;*/
/*    src: url('../fonts/Nunito_Sans/NunitoSans-BlackItalic.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Graphik';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url('../fonts/Graphik-Regular.ttf') format("truetype");*/
/*    font-display: fallback;*/
/*}*/

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    line-height: normal;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin: auto;
}

.tword-color {
    color: #f77831;
    font-family: "Algerian";
}

.img3d {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}


/*Section Common CSS - Start*/

.sect-spac {
    margin: 60px 0;
    padding: 60px 0;
    position: relative;
}

.sect-spac-contact {
    margin: 75px 0 0;
    padding: 75px 0;
    background: #eaeaea;
    height: 100vh;
}

.w-cont {
    width: 90%;
    margin: 0px auto;
}

.sect-h2 {
    position: relative;
    margin-bottom: 50px;
}

.sect-h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #000;
}

.sect-h2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 900;
    font-size: 80px;
    color: #eeeeee;
    letter-spacing: 10px;
    line-height: 78px;
    z-index: -1;
}

.flex-parent {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-parent .flex-child {
    align-items: center;
}


/*Bottom Frame CSS - Start*/

.frame-bottom {
    position: fixed;
    bottom: 0;
    z-index: 9;
    padding-left: 0;
    padding-bottom: 0;
    width: 465px;
}

.frame-bottom img.left-frame {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 465px;
}

.frame-bottom img.bottom-frame {
    position: absolute;
    left: 35px;
    bottom: 0;
    width: 465px;
    height: 47px;
}


/* ============================= */


/* ============================= */

.letfbottom-framebox {
    position: fixed;
    bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 9;
}

.letfbottom-framebox .letf-bottom-img {
    position: absolute;
    left: 0px;
    bottom: 0;
    pointer-events: none;
}

.letf-bottom-img {
    display: none;
}

.letfbottom-framebox-dispaly {
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    /* background-color: royalblue; */
}

.letfbottom-framebox-dispaly:hover+.letf-bottom-img {
    display: block;
}

.righttop-framebox {
    position: fixed;
    top: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 9;
}

.righttop-framebox .righttop-img {
    position: absolute;
    top: 0;
    right: 0px;
}

.righttop-img {
    display: none;
}

.righttop-framebox-dispaly {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    /* background-color: royalblue; */
}

.righttop-framebox-dispaly:hover+.righttop-img {
    display: block;
}

@media (max-width: 1080px) {
    .righttop-framebox-dispaly {
        display: none;
    }
    .letfbottom-framebox-dispaly:hover+.letf-bottom-img,
    .righttop-framebox-dispaly:hover+.righttop-img {
        display: none;
    }
    .letf-bottom-img:hover,
    .righttop-img:hover {
        display: none;
    }
}

.letftopbottom-imgblock {
    display: block;
}


/* ============================ */


/* ======================================= */


/*Header, Nav CSS - Start*/

header {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 999;
}

header .logo {
    display: block;
    opacity: 0;
}

header .logo.logo-appear {
    opacity: 1;
    padding: 0 0 0 10px;
}

header .logo.logo-appear img {
    width: 100px;
}

.header_fixed .header__container {
    transform: translateY(0%);
}

.header__container {
    width: 100%;
    padding: 0;
}

.header_is_fixed .header__container {
    position: fixed;
    color: #242323;
    transform: translateY(100%);
    padding: 0;
}

.menu-control-open .menu-icon {
    width: 36px;
    height: 20px;
    position: relative;
}

.menu-control-open .menu-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    opacity: 1;
    left: 0;
    background: #f77831;
}

.menu-control-open .menu-icon span:nth-child(2),
.menu-control-open .menu-icon span:nth-child(3) {
    top: 10px;
}

.menu-control-open .menu-icon span:nth-child(4) {
    top: 20px;
}

.menu-inner .close {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.menu-inner .close::before,
.menu-inner .close::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.menu-inner .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-inner .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header span.menu-control-open,
header span.menu-control-close {
    display: block;
    cursor: pointer;
    position: relative;
    float: right;
}

header nav {
    display: flex;
    flex-direction: column;
}

header nav a {
    font-size: 26px;
    color: #fff;
    padding: 0 0 20px 0;
    font-weight: 700;
}

.menu {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #131313;
    color: #f0f0f0;
    height: 100vh;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.menu a {
    transform: translate3d(-240px, 0, 0);
    transition: transform 0.15s ease-in;
}

.menu .menu-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.menu--active {
    overflow: hidden;
}

.menu--active nav a {
    transform: translate3d(0, 0, 0);
    transition: transform 500ms ease-out;
}

.menu--active nav a:first-child {
    transition-delay: 0.2s;
}

.menu--active nav a:nth-child(2) {
    transition-delay: 0.3s;
}

.menu--active nav a:nth-child(3) {
    transition-delay: 0.4s;
}

.menu--active nav a:nth-child(4) {
    transition-delay: 0.5s;
}

.menu--active nav a:nth-child(5) {
    transition-delay: 0.6s;
}

.menu--active nav a:nth-child(6) {
    transition-delay: 0.7s;
}

.menu--active nav a:nth-child(7) {
    transition-delay: 0.8s;
}

.menu--active nav a:nth-child(8) {
    transition-delay: 0.9s;
}

.menu--active nav a:nth-child(9) {
    transition-delay: 1s;
}


/* =============================== */

.social-mediabox {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.social-mediabox .social-icobox {
    position: relative;
    margin: 20px 10px;
}

.social-mediabox .social-icobox a {
    background: #fff;
    color: #f77831;
    padding: 10px 15px;
    display: block;
}


/* .social-mediabox .social-icobox a:hover {
        color: #fff;
        background: #f77831;
        display: block;
        border: 1px solid #f77831;
    } */


/* --------- */


/*Social Media Icon CSS - Start*/

.social-media {
    position: fixed;
    right: -44px;
    bottom: 10px;
    text-align: center;
    z-index: 9;
    width: 92px;
    transition: 0.3s;
}

.social-media:hover {
    right: 0;
}

.social-media .follow-btn {
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0;
    cursor: pointer;
}

.social-media ul {
    list-style: none;
    position: relative;
    float: right;
}

.social-media ul li a {
    color: #fff;
    background: #f77831;
    padding: 10px 14px;
    display: block;
}

.social-media ul li a:hover {
    background: #fff;
    color: #f77831;
}


/*Background Lines CSS - Start*/

.bg-lines,
html.safari .safari-fix {
    overflow: hidden;
}

.bg-lines {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
}

.bg-lines:after,
.bg-lines:before {
    content: " ";
    display: table;
}

.bg-lines .col,
.bg-lines .col:before {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-lines .col {
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
}

.bg-lines[data-color="light"] .col {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-lines .col:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: block;
}

.bg-lines[data-color="light"] .col:before {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-cont {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
    object-fit: cover;
}

.banner-cont .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
}

.banner-cont .owl-carousel.owl-theme.owl-loaded.owl-drag,
.banner-cont .owl-stage-outer,
.banner-cont .owl-stage,
.banner-cont .owl-item,
.banner-cont .item,
.banner-cont .owl-item,
.banner-cont .img-responsive,
.banner-cont .banner-item,
.banner-cont .banner-item .banner-imghfm,
.banner-cont .banner-item .banner-imghfd {
    /* height: 100vh; */
    object-fit: cover;
}


/*Introduction Text CSS - Start*/

.awards-section p {
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}


/*About us CSS - Start*/

.about-us .about-img1,
.about-us .about-img2,
.about-us .about-img3 {
    display: block;
    width: 100%;
}

.about-us .about-content {
    padding: 80px 40px;
}

.about-us .about-content2.maxwidth-900 {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.about-us .about-content2 {
    padding: 40px 40px 0px 40px;
}

.about-us .black-cbox p {
    padding: 0 50px;
}

.about-us .black-cbox .orang-cbox {
    background: #ff6f1e;
}

.about-us .black-cbox .orang-cbox .about-img2 {
    width: 100%;
}

.about-us .last-about {
    position: relative;
}

.about-us .about-logo {
    width: 85%;
    margin: 0px auto;
    display: block;
}

.about-thund {
    width: 85%;
}

.span-class {
    font-size: 14px;
    color: #A9A9A9;
    font-style: italic;
    margin: 0px 10px;
    display: block;
}

.tweet-sect {
    position: relative;
}

.tweet-sect .news-box {
    width: 100%;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.tweet-sect .news-box ul {
    list-style: none;
    height: 360px;
    overflow-y: scroll;
}

.tweet-sect .news-box ul li {
    margin: 10px 0;
    padding: 20px;
    background: #efefef;
}

.tweet-sect .news-box ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.history-cont {
    padding: 80px 0 0;
}


/* .history-cont h2 {
    font-size: 18px;
    margin-bottom: 10px;
} */

.history-cont .sect-h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    height: 1px;
    background: #000;
}


/*======= Services Section CSS - Start ==============*/

.services-tab .sub-title {
    margin: 0 0 50px 0;
    position: relative;
}

.services-tab img {
    display: block;
    width: 100%;
}

.services-tab img.ss-image {
    width: auto;
}

.sub-services {
    margin-top: 30px;
    border-bottom: 1px solid #000;
}

.sub-services .ui-widget-content {
    border: none;
    padding: 0 17px 10px;
    color: #000;
}

.sub-services .ui-state-default {
    border: none;
    background: #fff;
    border-top: 1px solid #000;
    border-radius: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.sub-services .ui-state-active {
    background: #fff;
    color: #f77831;
}


/*======= Projects Css- Start =======*/

.projects-cont {
    position: relative;
}

.projects-cont .sect-h2 {
    text-align: center;
    z-index: 99;
}

.projects-cont .sect-h2 span {
    left: inherit;
    right: 0;
}

.projects-cont .sect-h2:after {
    right: 0;
    margin: auto;
}

.projects-cont .pro-img1,
.projects-cont .pro-img2 {
    display: block;
    width: 100%;
    max-width: 330px;
    max-height: 420px;
}

.projects-cont .movie-content {
    margin: 0 0 0 40px;
}

.projects-cont .movie-info {
    padding: 10px 0;
    border-top: 1px solid #000000;
}

.projects-cont .movie-info .info-det {
    font-size: 16px;
    line-height: normal;
}

.projects-cont .movie-info .info-det span {
    font-weight: 700;
    text-transform: none;
}

.projects-cont ul.social-icon {
    list-style: none;
    float: right;
    text-align: inherit !important;
    width: auto !important;
}

.projects-cont ul.social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    border: none !important;
    padding: inherit !important;
    font-weight: inherit !important;
    min-width: inherit !important;
}

.projects-cont ul.social-icon li a {
    font-size: 18px;
}

.projects-cont .movie-content h2 {
    font-size: 22px;
}

.projects-cont .first-boxpro {
    position: relative;
    margin-bottom: 20px;
}

.project-carousel {
    padding: 40px 0 0 0;
}

.project-carousel .project-parent {
    position: relative;
}

.project-carousel .project-parent:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: opacity(20%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project-carousel.owl-carousel .owl-nav button.owl-prev,
.project-carousel.owl-carousel .owl-nav button.owl-next,
.films-carousel.owl-carousel .owl-nav button.owl-prev,
.films-carousel.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #f77831;
}

.films-carousel.owl-carousel .owl-nav button.owl-prev,
.films-carousel.owl-carousel .owl-nav button.owl-next {
    float: none;
}

.project-carousel.owl-carousel .owl-nav button.owl-prev,
.project-carousel.owl-carousel .owl-nav button.owl-next {
    float: none;
}

.project-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.films-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ff6f1e;
    border: 1px solid #ff6f1e;
}

.project-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.owl-theme.project-carousel .owl-dots .owl-dot span {
    background: #060606;
}

.owl-theme.project-carousel .owl-dots .owl-dot.active span,
.owl-theme.project-carousel .owl-dots .owl-dot:hover span {
    background: #f77831;
}

.festival-list {
    list-style: none;
    text-align: inherit !important;
    width: auto !important;
}

.festival-list li {
    width: 15%;
    float: left;
    margin: 10px 0;
    border: none !important;
    padding: inherit !important;
    font-weight: inherit !important;
    min-width: inherit !important;
}

.festival-list li img {
    width: 90% !important;
}


/*======================*/


/*======= ul .shuffle-filter =======*/

.shuffle-filter {
    list-style: none;
    float: right;
}

.shuffle-filter li {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 20px;
    font-weight: 500;
}

.shuffle-filter li.selected {
    background: #f77831;
    color: #fff;
    border: 1px solid #f77831;
}


/*======================*/


/*======= ul shuffle-container =======*/

.shuffle-container {
    list-style: none;
}

.shuffle-container a {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(1);
    position: relative;
}

.shuffle-container a img {
    display: block;
    width: 100%;
    color: #000;
    transition: transform 0.2s;
}

.shuffle-container a:hover img {
    transform: scale(1.2);
}

.shuffle-container a .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    padding: 15px;
    transition: 0.2s;
}

.shuffle-container a:hover .title-box {
    opacity: 1;
}

.shuffle-container a .title-box p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 50px;
    padding: 10px 6px;
    background-color: #f77831;
}

.shuffle-container a .title-box p:hover {
    color: #ffffff;
}


/*======= Team CSS - Start =======*/

.film-list-member .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    width: 44%;
    cursor: pointer;
}

.film-list-member .item .photo img {
    width: 100%;
}

.film-list-member .item .photo .gray-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.film-list-member .item.current .photo .gray-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.film-list-member .item .info {
    margin-top: 35px;
    margin-bottom: 20px;
}

.film-list-member .item .name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    position: relative;
    display: inline-block;
}

.film-list-member .item.current .name {
    color: #ff6f1e;
}

.film-list-member .item .tagline {
    font-size: 14px;
    color: #ccc;
    letter-spacing: 0.1em;
    display: block;
    padding-top: 5px;
}

.direc-cont {
    display: none;
}

.direc-cont.current {
    display: inherit;
}

.direc-cont h3 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.service-cont .sect-h2,
.contact-cont .sect-h2,
.team-sect .sect-h2,
.resources-cont .sect-h2 {
    text-align: center;
}

.service-cont .sect-h2:after,
.contact-cont .sect-h2:after,
.team-sect .sect-h2:after,
.resources-cont .sect-h2:after {
    right: 0;
    margin: auto;
}

.service-cont .resp-tab-content {
    padding: 0 0 0 60px;
}


/* 
.team-carousel {
    padding-top: 60px;
}

.team-carousel .team-seccarousel h3 {
    margin: 30px 0 0px;
    padding-left: 15px;
    color: #000000;
}

.team-carousel .team-seccarousel .designation {
    font-size: 16px;
    color: #8e8e8e;
    line-height: normal;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
} */


/*======= Client CSS - Start =======*/

.client-sect {
    position: relative;
}

.client-sect .sect-h2 {
    z-index: 3;
    text-align: center;
}

.client-sect .sect-h2 span {
    color: rgba(238, 238, 238, 0.2);
    left: 0;
    right: 0;
    margin: auto;
}

.client-sect .sect-h2:after {
    left: 0;
    right: 0;
    margin: auto;
}

.client-logo {
    display: block;
    margin: 40px auto;
    width: 70%;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.client-logo:hover {
    top: -10px;
}

#tabs {
    display: flex;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    min-height: 200px;
    max-height: 700px;
    overflow: hidden;
}

#tabs ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
    width: 50%;
}

#tabs ul li a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #3b3b3b;
    padding: 20px 5px;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tabs ul li:focus,
#tabs a:focus {
    outline: none;
}

#tabs ul li:nth-child(1) a {
    border-top: none;
}

#tabs ul li a.active {
    opacity: 1;
}

.tag {
    position: relative;
    width: 100%;
}

.icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f77831;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
}

.icon img {
    width: 30px;
    padding: 10px 0;
}

.title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 10px;
    font-size: 20px;
    vertical-align: middle;
}

.addon {
    position: relative;
    letter-spacing: 0;
    opacity: 0;
}

.addon.fadein {
    opacity: 1;
}

.browser {
    width: 45%;
    height: 1200px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

#tabs-1,
#tabs-2,
#tabs-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
}

.browser img {
    width: 100%;
    display: block;
}

#tabs-1 {
    background: #9b9b9b;
    margin-top: 90px;
}

#tabs-2 {
    background: #c9c9c9;
    margin-top: 180px;
}

#tabs-3 {
    background: #1b1b1b;
    margin-top: 270px;
}


/*======= Media Css - Start =======*/

.projects-cont #parentHorizontalTab {
    position: relative;
}

.projects-cont #parentHorizontalTab ul {
    width: 100%;
    text-align: center;
}

.projects-cont #parentHorizontalTab ul li {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    font-weight: 700;
    float: none;
    min-width: 175px;
    font-size: 18px;
}

.projects-cont #parentHorizontalTab ul li.resp-tab-active {
    color: #f77831;
    border-bottom: 1px solid #f77831;
}

.projects-cont .resp-tab-content {
    border: none;
}

.projects-cont .resp-tabs-container {
    margin-top: 30px;
}

.media-cont .resp-tab-content {
    border: none;
    padding: 0;
    margin-top: 30px;
}

.news-box {
    width: 100%;
    display: block;
    color: #000;
    min-height: 382px;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    margin: 20px 0;
}

.news-box .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.news-box .img-box img {
    display: block;
    width: 100%;
}

.news-box .img-box .tag-b {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 20px;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
}

.news-box .img-box .tag-b.t-films {
    background: #4244d7;
}

.news-box .img-box .tag-b.t-tv {
    background: #8c3c9d;
}

.news-box .img-box .tag-b.t-print {
    background: #55c53b;
}

.news-box .text-box {
    padding: 15px 20px;
    /* border: 1px solid #ccc;
	background: #fff; */
}

.news-box .text-box .title-p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.news-box:hover .text-box .title-p {
    color: #f77831;
}

.news-box .text-box .author-p {
    font-size: 13px;
    color: #717171;
    margin-bottom: 0;
    line-height: normal;
}

.news-box .find-more {
    text-align: center;
    display: block;
    padding: 148px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.news-box .find-more:hover {
    color: #f77831;
}

.text-boxcontent:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.media-boxcontent {
    position: relative;
    margin-bottom: 20px;
}


/* -------------- */

.media-boxcontent {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.media-boxcontent .text-box {
    padding: 10px 20px 6px 20px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease-out;
}

.media-boxcontent:hover .text-box {
    padding: 20px 20px 15px 20px;
}

.media-boxcontent .text-box {
    color: rgb(253, 253, 253);
}

.media-boxcontent .text-box .title-p {
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.2;
    font-weight: 400;
}

.media-boxcontent .text-box .title-p span {
    color: white;
    font-weight: 500;
}

.media-boxcontent .text-box .author-p {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
}


/*======= Contact CSS - Start =======*/

.contact-cont a {
    color: #000;
}

.contact-cont ul {
    list-style: none;
}

.contact-cont ul li {
    display: inline-block;
    margin-right: 10px;
}

.input-box {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px 0;
    font-family: 'Nunito Sans';
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.pri-btn {
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 40px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.pri-btn:hover {
    background: #f77831;
    color: #fff;
    border: 1px solid #f77831;
}


/*======= Footer CSS - Start =======*/

footer {
    background: #000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
}


/*======= Home page CSS - Start =======*/

.home-sect {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-sect .home-sect-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.home-sect .home-logo {
    display: block;
    width: 400px;
    margin: 0px auto 0px;
    /* opacity: 0;
	animation: logoapp 1s ease-in-out forwards; */
}

.home-sect .home-title {
    display: block;
    width: 600px;
    margin: 0 auto 20px;
}

.home-sect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /* display: table;
	table-layout: fixed;
	border-spacing: 0px; */
    width: 100%;
    position: relative;
    /*opacity: 0;
	 animation: stripanim 3s ease-in-out 0.5s forwards; */
}

.home-sect ul li {
    display: inline-block;
    position: relative;
    width: 420px;
    margin: 0 -2px;
    opacity: 0.6;
    transition: 0.3s;
}

.home-sect ul li:hover {
    opacity: 1;
}

.home-sect ul li:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 399px;
    height: 200px;
    background-image: url(../images/frame-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.home-sect ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 362px;
    height: 193px;
    background-image: url(../images/frame-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

.home-sect ul li .empty-li {
    padding: 130px 0;
    min-height: 325px;
}

.home-sect ul li a {
    display: block;
    width: 100%;
    min-height: 38px;
    text-align: center;
    padding: 80px 0;
    font-size: 40px;
    line-height: 30px;
    font-weight: 900;
    color: #f77831;
    position: relative;
    z-index: 2;
    min-height: 225px;
}

.home-sect ul li a span {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    display: inline-block;
    width: 300px;
}


/*======= Loader CSS - Start =======*/

.loader-cont {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f77932;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hide-loader {
    display: none;
}


/*======= Banner , Team Carousel CSS - Start =======*/

.owl-carousel.banner-carousel {
    position: relative;
}

.owl-theme.banner-carousel .owl-nav,
.owl-theme.project-carousel .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}

.owl-theme.project-carousel .owl-nav {
    top: 250px;
}

.owl-carousel.banner-carousel .owl-nav button.owl-prev,
.owl-carousel.banner-carousel .owl-nav button.owl-next,
.owl-carousel.team-seccarousel .owl-nav button.owl-prev,
.owl-carousel.team-seccarousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #f77831;
}

.owl-carousel.team-seccarousel .owl-nav button.owl-prev {
    position: absolute;
    left: 60px;
    top: 90px;
}

.owl-carousel.team-seccarousel .owl-nav button.owl-next {
    position: absolute;
    right: 60px;
    top: 90px;
}

.owl-carousel.banner-carousel .owl-nav button.owl-prev,
.owl-carousel.project-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: 60px;
}

.owl-carousel.banner-carousel .owl-nav button.owl-next,
.owl-carousel.project-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: 60px;
}

.owl-carousel.banner-carousel .owl-nav button.owl-prev i,
.owl-carousel.banner-carousel .owl-nav button.owl-next i,
.owl-carousel.team-seccarousel .owl-nav button.owl-prev i,
.owl-carousel.team-seccarousel .owl-nav button.owl-next i,
.project-carousel.owl-carousel .owl-nav button.owl-prev i,
.project-carousel.owl-carousel .owl-nav button.owl-next i,
.films-carousel.owl-carousel .owl-nav button.owl-prev i,
.films-carousel.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.owl-carousel.team-seccarousel .owl-nav button.owl-prev i,
.owl-carousel.team-seccarousel .owl-nav button.owl-next i {
    color: #fff;
}

.owl-carousel.banner-carousel .banner-item img {
    width: 100%;
}

.awards-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ratio-alert .vertical-content:after,
.video-bg:before {
    content: "";
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/*======= Modal Content =======*/

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}


/* The Close Button */

.close-modal {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    margin: 20px;
    color: white;
    border-bottom: 1px solid #333;
}

.modal-header h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
}

.modal-body {
    padding: 0 20px;
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
    margin-right: 20px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: #bfc7d0;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
    background-color: #bfc7d0;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #606468;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.media-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.media-list .news-box {
    min-height: auto;
    margin: 0;
    margin-bottom: 20px;
    border: none;
}

.media-list .news-box .text-box {
    padding: 0;
}

.media-list .news-box .text-box .title-p {
    margin-bottom: 0;
}

.resources-img img {
    display: block;
    margin: 20px auto;
}

.contact-field {
    position: relative;
}

.contact-field .input-error {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #f00;
    top: 40px;
    left: 0;
}


/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}


/* s */

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .events ol {
    list-style: none;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f77831;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #f77831;
    border-color: #f77831;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #f77831;
    border-color: #f77831;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #f77831;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 20px auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation {
    list-style: none;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #f77831;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.cd-horizontal-timeline .events-content .prod-info {
    color: #888;
}

.cd-horizontal-timeline .events-content .prod-info span {
    color: #333;
    font-weight: 700;
}

.cd-horizontal-timeline .events-content .prod-info span.tword-color {
    color: #f77831;
    font-family: "Algerian";
}

.cd-horizontal-timeline .events-content .year-text {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.events-content .row-spc {
    display: flex;
    flex-wrap: wrap;
}

.events-content .row-spc>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.justify-content-center {
    display: flex;
    justify-content: center
}

.accordion {
    display: flex;
    justify-content: center
}

.accordion-panel>.accordion-body {
    display: none;
}

.accordion-panel.accordion-expanded>.accordion-body {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.accordion-panel {
    position: relative;
    /* height: 100%; */
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion-moveup {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30px;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
}

.accordion-moveup:hover {
    cursor: pointer;
    transform: translateY(-15px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.accordion-panel .accordion-header {
    position: relative;
    display: block;
    overflow: hidden;
}

.accordion-panel .accordion-header img {
    display: block;
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.accordion-panel a:hover .accordion-header img {
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.accordion-panel a .title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding-top: 100px;
    transition: 0.2s;
}

.accordion-panel a .title-box p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 100px;
    padding: 10px 6px;
    max-width: 125px;
    margin: auto;
    background-color: #f77831;
}

.accordion-panel a:hover .title-box {
    opacity: 1;
}

.accordion-panel a .title-box p:hover {
    color: #ffffff;
}

.accordion-panel h3 {
    margin: 30px 0 0px;
    padding-left: 15px;
    color: #000000;
}

.accordion-panel .designation {
    font-size: 16px;
    color: #8e8e8e;
    line-height: normal;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}


/* ======================= */

#container-effect {
    position: relative;
}

.container-effect {
    position: relative;
}

.slidehover {
    display: block;
    position: relative;
}

.twitter-timeline {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.yearbox-info {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 10px 15px 10px 15px;
    margin-right: 20px;
    border-radius: 6px;
}


/* ==== timeline ================= */

.timeline__item--active .timeline__item__content {
    height: 70px;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.timeline__item {
    border: 6px solid rgb(247 120 49 / 60%);
}

@media only screen and (max-width: 768px) {
    .timeline__item {
        border: 1px solid rgb(247 120 49 / 60%);
    }
}

.timeline__item__content:before {
    border-bottom-color: #fcc9ac;
}

.timeline__item__content:after {
    border-top-color: #faae83;
}


/* ======== Home page =========================== */

.landing-page-imgbox {
    max-width: 900px;
    padding: 20px 20px;
    margin: auto;
}

.homelogo-box {
    margin: 50px 20px 0px 20px;
}

.homelogo-box img {
    transition: transform .2s;
}

.homelogo-box img:hover {
    transform: scale(1.1);
}

.you-our-films {
    /*max-width: 820px;*/
    max-width: 985px;
    margin: auto;
    padding: 15px;
}

.you-our-films .films-box {
    text-align: center;
    margin-bottom: 10px;
}

.you-our-films .films-box img {
    opacity: 0.5;
    transition: transform .3s;
}

.you-our-films .films-box img:hover {
    opacity: 1;
    transform: translate(0, -10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


/* -------------- */

.lead-projectsbox {
    padding: 0px 20px;
    margin: auto;
}

.landing-page-imgbox p {
    color: #000000;
    margin-bottom: 0px;
}

.landing-page-imgbox p.para-one {
    text-align: end;
    margin-right: 50px;
}

.landing-page-imgbox p.para-two {
    text-align: end;
}

.global-films {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
}

.global-films span {
    position: relative;
    margin: 1em 0 0;
    color: #f77831;
    z-index: 2;
    font-size: 36px;
}

@media(max-width: 991px) {
    .landing-page-imgbox p.para-one {
        text-align: center;
        margin-right: 0px;
    }
    .landing-page-imgbox p.para-two {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .global-films {
        font-size: 24px;
    }
    .global-films span {
        font-size: 24px;
    }
}

.para-text {
    margin-bottom: 20px;
}


/* ====== US Modal popup  ============================= */

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 650px;
    min-height: 300px;
    margin: 20px;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
}

.popup__text {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding: 20px;
}

.popup__text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0a0a0a;
}

.popup__text h4.designation {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #8e8e8e;
}

.popup__text p {
    font-size: 16px;
    color: #686868;
    line-height: 1.5;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #f77831;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.popup__close:hover {
    background-color: #f36615;
}


/* ============ films popup ======================================= */

.popup-inner.popup-inner-films {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 1280px;
    min-height: 300px;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
}

.popup-inner.popup-inner-films .projects-cont {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 500px;
    max-width: 1180px;
    padding: 15px 0px;
}

.projects-cont .movie-content.movie-content-popup {
    margin: 15px 30px 15px 30px;
}

.project-parent {
    position: relative;
    max-width: 330px;
    margin: auto;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
}

.films-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.project-parent:hover {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    transform: translateY(-12px);
}


/* .films-contenbox {
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
}

.films-contenbox:hover {
    transform: translateY(-15px);
} */

.project-parent .flex-child.first-boxpro {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(1);
    position: relative;
}

.project-parent .flex-child.first-boxpro .films-img {
    display: block;
    width: 100%;
    transition: transform 0.2s;
}

.project-parent .flex-child.first-boxpro:hover .films-img {
    opacity: 0.3;
    transition: transform 0.3s;
    transform: scale(1.2);
}

.project-parent:hover .filmsimg-middle {
    opacity: 1;
}

.project-parent .flex-child.first-boxpro:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.filmsimg-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    transition: transform 0.2s;
}

.filmsimg-middle .filmsimg-link {
    display: inline-block;
    padding: 15px 19px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #f78848;
    border: none;
    border-radius: 36px;
    z-index: 1;
    opacity: 1;
}

.filmsimg-middle .filmsimg-link.konwmore {
    display: inline-block;
    padding: 6px 10px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #f78848;
    border: none;
    border-radius: 0px;
    z-index: 1;
    opacity: 1;
}


/* ----------------- */

.project-parent .flex-child.first-boxpro.defiantbox:hover {
    background-color: rgba(0, 183, 255, 0.3);
}

.project-parent .flex-child.first-boxpro.framedbox:hover {
    background-color: rgba(0, 255, 0, 0.3);
}

.project-parent .flex-child.first-boxpro.thefillumbox:hover {
    background-color: rgba(0, 0, 255, 0.3);
}

.project-parent .flex-child.first-boxpro.honourbox:hover {
    background-color: rgba(255, 0, 255, 0.3);
}

.project-parent .flex-child.first-boxpro.shadowsbox:hover {
    background-color: rgba(255, 255, 0, 0.3);
}


/* ----------------- */


/* .project-parent .flex-child.first-boxpro .defiant-deskimg {
    display: block;
}

.project-parent .flex-child.first-boxpro .defiant-smallimg {
    display: none;
}

@media(max-width: 1200px) {
    .project-parent .flex-child.first-boxpro .defiant-deskimg {
        display: none;
    }
    .project-parent .flex-child.first-boxpro .defiant-smallimg {
        display: block;
    }
} 

@media(max-width: 991px) {
    .project-parent .flex-child.first-boxpro .defiant-deskimg {
        display: block;
    }
    .project-parent .flex-child.first-boxpro .defiant-smallimg {
        display: none;
    }
}

@media(max-width: 639px) {
    .project-parent .flex-child.first-boxpro .defiant-deskimg {
        display: none;
    }
    .project-parent .flex-child.first-boxpro .defiant-smallimg {
        display: block;
    }
}
*/


/* ============================================== */

.footer-social.social-icon a {
    padding: 2px 2px;
}

.footer-social.social-icon .fa-facebook {
    color: #3b5998;
}

.footer-social.social-icon .fa-twitter {
    color: #00acee;
}

.footer-social.social-icon .fa-imdb {
    color: #f3ce13;
}

.footer-social.social-icon .fa-youtube-play {
    color: #FF0000;
}

.footer-social.social-icon .fa-linkedin {
    color: #0e76a8;
}

.movie-content.movie-content-popup .social-icon a.weblink {
    color: #f77831;
    padding: 3px 7px 2px 6px;
    border-radius: 20px;
}

.movie-content.movie-content-popup .social-icon a.weblink:hover {
    color: #ffffff;
    background-color: #f77831;
}

.movie-content.movie-content-popup .social-icon a {
    padding: 3px 6px 2px 6px;
    border-radius: 20px;
}

.movie-content.movie-content-popup .social-icon a.facebook {
    color: #3b5998;
    background-color: #ffffff;
    padding: 3px 10px 2px 9px;
}

.movie-content.movie-content-popup .social-icon a.facebook:hover {
    color: #ffffff;
    background-color: #3b5998;
}

.movie-content.movie-content-popup .social-icon a.twitter {
    color: #00acee;
    background-color: #ffffff;
}

.movie-content.movie-content-popup .social-icon a.twitter:hover {
    color: #ffffff;
    background-color: #00acee;
}

.movie-content.movie-content-popup .social-icon a.imdb {
    color: #f3ce13;
    background-color: #ffffff;
}

.movie-content.movie-content-popup .social-icon a.imdb:hover {
    color: #ffffff;
    background-color: #f3ce13;
}

.movie-content.movie-content-popup .social-icon a.youtube {
    color: #FF0000;
    background-color: #ffffff;
}

.movie-content.movie-content-popup .social-icon a.youtube:hover {
    color: #ffffff;
    background-color: #FF0000;
}

.movie-content.movie-content-popup .social-icon a.linkedin {
    color: #0e76a8;
}

.movie-content.movie-content-popup .social-icon a.linkedin:hover {
    color: #ffffff;
    background-color: #0e76a8;
}


.media-boxcontent {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

@media(max-width: 991px) {
    .spacing-aboutimg {
        margin-top: 60px;
    }
}




.gif-bottom {
  position: fixed;       /* stays visible even when scrolling */
  bottom: 15px;          /* space from bottom */
  right: 15px;           /* space from right */
  z-index: 9999;
}

.gif-bottom img {
  max-width: 20vw;       /* scales with screen width */
  max-height: 20vh;      /* scales with screen height */
  width: auto;           
  height: auto;
  object-fit: contain;
}

/* Make it smaller on very small screens */
@media (max-width: 600px) {
  .gif-bottom img {
    max-width: 30vw;
    max-height: 30vh;
  }
}

