.assignfixedwidth {
    max-width: 1170px;
    margin: 0 auto;
}

/* filmcity css start */
.company-mini-banner {
    background-size: cover;
    padding: 65px 0;
    /* background-position: center;*/
}

.history_banner_bg {
    /* background: url('../images/fc/history_banner_bg.jpg') no-repeat;*/
    /*   background-size: cover; */
    padding: 68px 0;
    /* background-position: center; */
}

.fact-mini-banner {
    /* background: url('../images/fc/factbg.jpg') no-repeat;*/
    background-size: cover;
    padding: 100px 0;
    /* background-position: center; */
    filter: grayscale(1);
}

.aboutusbgimg {
    /* background: url('../images/fc/aboutusbg.jpg') no-repeat;
*/ padding: 225px 0;
    background-size: cover;
}

.facilities-mini-banner {
    /*    background: url('../images/fc/facilitiesbg.jpg') no-repeat;*/
    padding: 160px 0;
}

.ccmsbg {
    /*  background: url('../images/fc/ccmsbg.jpg') no-repeat;*/
    /*background-size: cover; */
    padding: 65px 0;
    /* background-position: center; */
}

.annual-reportbg {
    /*background: url('../images/fc/annual-reportbg.jpg') no-repeat;*/
    background-size: cover;
    padding: 65px 0;
}

.rtibg {
    /*background: url('../images/fc/rtibg.jpg') no-repeat;*/
    background-size: cover;
    padding: 65px 0;
}

.downloadbg {
    /* background: url('../images/fc/downloadbg.jpg') no-repeat;*/
    background-size: cover;
    padding: 65px 0;
    background-position: center;
}

.servicesbg-mg {
    /*  background: url('../images/fc/servicesbg-mg.jpg') no-repeat;*/
    padding: 160px 0;
}

.acstudiobg {
    /*background: url('../images/fc/services/ac/acbgimg.jpg') no-repeat;*/
    padding: 160px 0;
}

.nonacbg {
    /* background: url('../images/fc/services/nonac/noneacbg.jpg') no-repeat;*/
    padding: 160px 0;
}

.locationlistbg {
    /*background: url('../images/fc/locationlistbg.jpg') no-repeat;*/
    padding: 140px 0;
}

.company-mini-banner h1 {
    margin: 0 0 5px;
    color: #fff;
}

.common-text-area {
    /* box-shadow: 0 0 8px #aaa;
    padding: 20px; */
    text-align: justify;
    /* background: #f2f2f2; */
}

.allpage-bg {
    background-color: rgb(245 245 245);
    margin-top: -38px;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 0 35px;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 12%);
}

h2.linktitle {
    font-size: 29px;
    color: #3f8994;
    border-bottom: 1px solid #3f8994;
    padding: 0px 0 10px;
    width: 250px;
    margin-top: 0px;
}

.aboutimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .aboutimg img {
        transition: all 0.4s;
        width: 100%;
    }

    .aboutimg:hover img {
        transform: scale(1.1);
    }

.annualrpt {
    margin: auto;
    display: block;
    text-align: center;
}

    .annualrpt .title {
        text-align: center;
        font-size: 15px;
        margin-top: 20px;
    }

        .annualrpt .title a {
            font-size: 17px;
            font-weight: 500;
        }

            .annualrpt .title a:hover {
                color: red;
                transition: all 0.4s;
            }

    .annualrpt img {
        border: 1px solid #dfdfdf;
    }

h2.coomontitle {
    font-size: 19px;
    color: red;
}

.history-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .history-img img {
        transition: all 0.4s;
        width: 100%;
    }

    .history-img:hover img {
        transform: scale(1.1);
    }
    /* .history-img img {
    width: 100%;
} */
    .history-img .title {
        text-align: center;
        background: #3f8994;
        color: #fff;
        padding: 5px;
        font-weight: 500;
    }

/* board-of-director */
.board-team {
    border-bottom: 1px solid #b9b9b9;
}

    .board-team h2 {
        font-size: 18px;
        margin-bottom: 2px;
        color: #dc0000;
    }

    .board-team p {
        font-weight: 600;
    }

.rti-act {
    margin: auto;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 20px 20px;
}

    .rti-act form input, .rti-act form textarea {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #dfdfdf;
    }

    .rti-act h2 {
        font-size: 18px;
        color: #3f8994;
        margin-top: 0;
    }

        .rti-act h2 i {
            color: #43c2b2;
        }

        .rti-act h2 i {
            color: #000000;
        }

        .rti-act h2:hover {
            color: #000;
            text-decoration: underline;
            transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
        }
/* csr style css */
.prod-desc-tabs li a {
    background-color: #000000;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #000000;
    color: #fff;
}

.csr-carousel .item {
    border: 2px solid #dfdfdf;
    height: 530px;
    border-radius: 0;
}

    .csr-carousel .item img {
        margin-bottom: 0px;
        height: 220px;
    }

.csr-carousel .csr-name a {
    font-size: 17px;
    text-align: center;
    height: 90px;
    background: #000000;
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}

    .csr-carousel .csr-name a:hover {
        transition: all 0.5s ease-in;
        color: #feed01;
    }

.csr-carousel .item p {
    padding: 12px;
    text-align: left;
    white-space: break-spaces;
    word-spacing: normal;
    word-break: break-all;
}

ul.csr {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.csr li::before {
    color: #3f8994;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
}

.csr li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #0c0c0c;
    padding-bottom: 7px;
    font-weight: 600;
}

ul.csr > li > strong {
    font-weight: 500;
}

.envoirnmantal-csr-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background: url("../images/fc/envoirnmantal-csr-bg.jpg") no-repeat;*/
    background-position: center;
    background-size: cover;
}

ul.nav.nav-tabs.prod-desc-tabs {
    margin: auto;
    text-align: center;
    display: block;
    margin: auto;
}

    ul.nav.nav-tabs.prod-desc-tabs > li {
        float: none;
        margin-bottom: -1px;
        display: inline-block;
    }

.csr-carousel.environment .item {
    border: 2px solid #dfdfdf;
    height: 360px;
    border-radius: 0;
}

    .csr-carousel.environment .item img {
        margin-bottom: 0px;
        height: 220px;
    }


.csr-carousel.environment .csr-name a {
    font-size: 17px;
    text-align: center;
    height: auto;
    background: #000000;
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}


    .csr-carousel.environment .csr-name a:hover {
        transition: all 0.5s ease-in;
        color: #feed01;
    }

.csr-carousel.environment .item p {
    padding: 12px;
    text-align: left;
    white-space: break-spaces;
    word-spacing: normal;
    word-break: break-all;
}

div#csr h2 {
    margin-top: 0px;
    font-size: 20px;
}

.events-section .events-img img {
    width: 100%;
}
/* end envoirnment policy */
.common-text-area.annual-rpt {
    background-color: #f5f5f5;
    padding: 25px;
}

.annual_report h3 i.fa.fa-star {
    color: #3f8994;
}

.annual_report {
    border-bottom: 1px solid #dfdfdf;
}

    .annual_report h3 {
        font-size: 16px;
        /*     margin-top: 10px; */
    }

        .annual_report h3 a {
            color: #3f8994;
            font-size: 15px;
        }

            .annual_report h3 a:hover {
                text-decoration: underline;
                transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
            }

/* facilities */
ul.facilities-list {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.facilities-list li::before {
    color: #3f8994;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
}

.facilities-list li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
    padding-bottom: 7px;
    /* font-weight: 600; */
}

    .facilities-list li:hover {
        color: #035c6e;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

/* list */
ul.list {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.list li::before {
    color: #3f8994;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
}

.list li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
    padding-bottom: 7px;
    font-weight: 600;
}

.facilities h2 {
    color: #3f8994;
    font-size: 18px;
}

.factitle h2 {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 25px;
}

.mb-0 {
    margin-bottom: 0px;
}

.facilities-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #5f5f5f;
    border-radius: 25px;
}

    .facilities-box img {
        transition: all 0.4s;
        width: 100%;
    }

    .facilities-box:hover img {
        transform: scale(1.1);
    }

    .facilities-box h2.title {
        font-size: 19px;
        color: #fff;
        padding: 0 15px;
    }

    .facilities-box p {
        /* height: 85px;*/
        height: auto;
        color: #fff;
        padding: 4px 15px;
        margin-bottom: 2px;
    }

.facilitieslink {
    padding: 15px;
    margin-bottom: 10px;
}

    .facilitieslink a {
        color: #fff;
        font-style: italic;
        text-decoration: underline;
    }

        .facilitieslink a:hover {
            color: yellow;
            transition: all 0.5s ease-in;
        }
/* virtual tour */
.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

/* wehavecanvas */
.wehavecanvas h2.title {
    margin-top: 0px;
    text-align: center;
    font-size: 27px;
    color: #3f8994;
    font-weight: 600;
    margin-bottom: 35px;
}

.wehavecanvas .counter-area .counter-number.statistic-counter {
    color: #3F8994;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.wehavecanvas .counter-area .title {
    color: #171717;
    font-size: 16px;
    text-transform: inherit;
}

.wehavecanvas .counter-area {
    margin-bottom: 40px;
}

/* masonry-gallery */
.masonry-gallery .masonry {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .masonry-gallery .masonry img {
        transition: all 0.4s;
        width: 100%;
    }

    .masonry-gallery .masonry:hover img {
        transform: scale(1.1);
    }

.masonry.secondimg {
    margin-bottom: 30px;
}

.gallerylink a {
    color: #3f8994;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    display: block;
}

    .gallerylink a i {
        margin-left: 7px;
        vertical-align: middle;
    }

    .gallerylink a:hover {
        color: #000;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
    }
/* vmv-box */
.vmv-box {
    margin: auto;
    display: block;
    text-align: center;
    border: 1px solid #3F8994;
    padding: 17px;
    height: 400px;
    webkit-box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 28px;
}

    .vmv-box .title {
        font-size: 28px;
        padding: 18px 0;
        font-weight: 400;
        font-style: italic;
    }

    .vmv-box:hover {
        background: #000000;
        color: #fff;
        border: 1px solid #000;
    }

/* perfectlocation */
.perfectlocation-content h2 {
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.perfectlocation {
    background: #000;
    padding: 60px 25px;
}

.perfectlocationimg img {
    width: 100%;
}

.perfectlocation-content p {
    color: #fff;
}

.perfectlocationimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .perfectlocationimg img {
        transition: all 0.4s;
        width: 100%;
    }

    .perfectlocationimg:hover img {
        transform: scale(1.1);
    }

.fact-file h2 {
    text-align: center;
}

    .fact-file h2 span {
        margin-right: 0px;
        font-size: 17px;
        text-align: center;
        color: #3f8994;
        font-weight: 600;
    }

.factfileimg1 img {
    width: 100%;
}

.some-of-well-known h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #3f8994;
    font-size: 24px;
}

.fact-carousel .item .movies-name {
    color: #000000;
    text-transform: uppercase;
}
/* .fact-carousel .item.odd{
    margin-top: 30px;
} */

.fact-carousel .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .fact-carousel .item img {
        transition: all 0.4s;
        width: 100%;
    }

    .fact-carousel .item:hover img {
        transform: scale(1.1);
    }

.fact-carousel .owl-nav {
    position: relative;
}

    .fact-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -245px;
        left: -40px;
        display: block;
        background: none;
        color: #035c6e;
        font-size: 35px;
    }

    .fact-carousel .owl-nav .owl-next {
        position: absolute;
        top: -245px;
        right: -40px;
        display: block;
        background: none;
        color: #035c6e;
        font-size: 35px;
    }

        .fact-carousel .owl-nav .owl-prev:hover,
        .fact-carousel .owl-nav .owl-next:hover {
            background-color: #035c6e;
        }

.fact-carousel .owl-dots {
    display: none;
}

.facttitle h2 {
    font-size: 18px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0px;
}

.shootfilm1, .shootfilm, .img-box, .services-box {
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

    .shootfilm1 img, .img-box img, .services-box img {
        transition: all 0.4s;
        width: 100%;
        filter: brightness(0.9);
    }

    .shootfilm img {
        transition: all 0.4s;
        width: 100%;
        filter: invert(1);
    }

    .shootfilm1:hover img, .shootfilm:hover img, .img-box:hover img, .services-box:hover img {
        transform: scale(1.1);
    }


/* .shootfilm, .img-box, .services-box{
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.shootfilm img, .img-box img, .services-box img {
    transition: all 0.4s;
    width: 100%;
}
.shootfilm:hover img, .img-box:hover img, .services-box:hover img {
    transform: scale(1.1);
}
 */
.some-of-iconic h2 {
    font-size: 18px;
    text-align: center;
    color: #3f8994;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 700;
}

.some-of-iconic p {
    text-align: center;
    font-weight: 600;
}

.img-box {
    margin-bottom: 30px;
}

    .img-box img {
        width: 100%;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        display: block;
        background: #626262;
    }

.linkgallerybtn a {
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}

    .linkgallerybtn a:hover {
        color: #3f8994;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }

/* services */
.filmcitybollywood-text h2 {
    color: #000;
    margin-top: 0;
}

.filmcitybollywood-text p {
    font-size: 16px;
}

.readmorebtn {
    padding-top: 20px;
}

    .readmorebtn a {
        background: #000;
        color: #fff;
        padding: 13px 25px;
        font-weight: 600;
        border-radius: 4px;
    }

        .readmorebtn a:hover {
            background: #3f8994;
            transition: all 0.5s ease-in;
        }

.filmcitybollywood, .studio-map-block .map-area,
.locationmap, .nonac-carousel .item, .annualrpt {
    width: 100%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

    .filmcitybollywood img, .studio-map-block .map-area img,
    .nonac-carousel .item img, .annualrpt img {
        transition: all 0.4s;
        width: 100%;
    }

    .filmcitybollywood:hover img, .studio-map-block .map-area:hover img,
    .nonac-carousel .item:hover img, .annualrpt:hover img {
        transform: scale(1.1);
    }

/* solution-for-all */
section.solution-for-all {
    background: #000;
}

.solution-for-all h2.title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
}

.solution-for-all h2.subtitle {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-bottom: 40px;
}

.services-box {
    position: relative;
}


    .services-box img {
        width: 100%;
    }

    .services-box.masonary-gallery1 {
        margin-bottom: 30px;
    }

    .services-box.masonary-gallery4 {
        margin-bottom: 30px;
    }

    .services-box.masonary-gallery1, .services-box.masonary-gallery2,
    .services-box.masonary-gallery4, .services-box.masonary-gallery5 {
        height: 252px;
    }

        .services-box.masonary-gallery1 img, .services-box.masonary-gallery2 img,
        .services-box.masonary-gallery4 img, .services-box.masonary-gallery5 img {
            height: 100%;
        }

    .services-box.masonary-gallery3 {
        height: 534px;
    }

        .services-box.masonary-gallery3 img {
            height: 100%;
        }

    .services-box .title h2 {
        position: absolute;
        top: 215px;
        width: 100%;
        margin-top: 0;
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        left: 20px;
    }

    .services-box.masonary-gallery3 .title h2 {
        position: absolute;
        top: 470px;
        width: 100%;
        margin-top: 0;
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        left: 20px;
    }

.facilityshootbtn {
    margin: auto;
    text-align: center;
}

    .facilityshootbtn a {
        background-color: #ed1c24;
        padding: 15px 35px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

        .facilityshootbtn a:hover {
            background-color: #000;
            color: #fff;
            transition: all 0.5s ease-in;
        }

section.studio-map-block {
    background: #000;
}

.studio-map-block .map-area img {
    width: 100%;
}

.studio-map-block .map-text {
    margin: 64px auto;
}

.studio-map-block .map-text {
    text-align: center;
}

    .studio-map-block .map-text .title h2, .studio-map-block .map-text .subtitle h2 {
        font-size: 19px;
        color: #fff;
        /* text-align: center; */
    }

.clickherebtn {
    margin: 25px auto 40px;
}

    .clickherebtn a {
        color: #fff;
        background: #3f8994;
        padding: 13px 28px;
        font-weight: 600;
    }

        .clickherebtn a:hover {
            background-color: #dfdfdf;
            color: #000;
            transition: all 0.5s ease-in;
            border-radius: 25px;
            font-weight: 600;
        }

section.acviewgallery {
    text-align: center;
}

    section.acviewgallery .viewgallery {
        margin: 20px auto;
    }

        section.acviewgallery .viewgallery a {
            border: 2px solid #3f8994;
            padding: 15px 75px;
            font-size: 20px;
            font-weight: 500;
            color: #3f8994;
        }

            section.acviewgallery .viewgallery a:hover {
                border: 2px solid #000;
                background-color: #000;
                color: #fff;
                transition: all 0.5s ease-in;
                font-weight: 500;
            }

/* nonac studios css */
.nonac-studio {
    /* text-align: center; */
    margin: 35px auto;
}

    .nonac-studio h2.title, .nonac-studio h2.sub-title {
        font-size: 25px;
        color: #3f8994;
        margin-top: 0px;
        text-align: center;
    }

.locationmap {
    width: 800px;
    margin: auto;
    display: block;
}

    .locationmap h2.title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 27px;
        font-weight: 600;
        margin-top: 0;
    }

    .locationmap img {
        width: 100%;
    }

    .locationmap .map-text .title h2 {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
        font-size: 22px;
        color: #3f8994;
        font-weight: 600;
    }

    .locationmap .clickherebtn {
        text-align: center;
    }

/* viewlocation start */
.viewlocation-img {
    background-image: url(../images/fc/services/ac/studiomap-img.jpg);
    height: 605px;
    background-repeat: no-repeat;
    position: relative;
    background-size: initial;
    /* margin: 40px auto; */
    text-align: center;
    background-position: center;
}

.hover-display-blk {
    background: #eae9e9;
    border: 1px solid #828282;
    text-align: center;
    padding: 5px 10px;
    color: #111;
    position: absolute;
    bottom: 87px;
    left: 53px;
    display: none;
    z-index: 9;
}

    .hover-display-blk p {
        margin-bottom: 0;
    }

        .hover-display-blk p span {
            color: #ea232a;
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 0;
        }

.map-add p {
    font-size: 14px;
}

.pins {
    cursor: pointer;
    position: absolute;
}

    .pins:hover .hover-display-blk {
        display: block;
    }

.hover-display-blk p:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eae9e9;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pin1 {
    left: 29.5%;
    top: 40%;
    z-index: 999999;
}
/* end viewlocation */


.openground {
    background-color: #383838;
}

    .openground .title h2, .readylocation .title h2 {
        text-align: center;
        margin-top: 0px;
        color: #fff;
        margin-bottom: 35px;
    }

.readylocation {
    background-color: #383838;
    margin-top: 20px;
}

/* location list map */
section.outdoorlocationbg {
    /* background: #3f8994; */
    background-color: #333333;
}

    section.outdoorlocationbg .title h2 {
        color: #fff;
        margin: 34px 0;
        font-size: 22px;
    }

.outdoor-location-form .form-group {
    margin-bottom: 0;
    margin: 16px auto;
}

    .outdoor-location-form .form-group label {
        color: #fff;
    }

.searchbtn {
    float: right;
    margin: 37px auto 0px;
}

    .searchbtn button {
        background-color: #000000;
    }

        .searchbtn button:hover {
            color: #fff;
            background-color: #232323;
        }

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.leftcontent h2 {
    margin-top: 0px;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.leftcontent p.area {
    margin-bottom: 0;
}

    .leftcontent p.area span {
        text-decoration: underline;
        font-size: 12px;
        font-weight: 600;
    }

.leftcontent p.area {
    font-size: 12px;
    font-weight: 600;
}

.leftcontent p.locationlink span a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #3296d9;
}

    .leftcontent p.locationlink span a:hover {
        color: #3f8994;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }

.rightsection .checkavb a {
    color: #3f8994;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px;
}

.rightsection .bookbtn a {
    color: #fff;
    background: #28a745;
    padding: 8px 15px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 6px;
}

    .rightsection .bookbtn a:hover {
        color: #fff;
        background: #000;
        padding: 8px 15px;
        border-radius: 25px;
        display: inline-block;
        margin-bottom: 6px;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }

.rightsection .checkavb {
    margin-bottom: 6px;
}

.locationtext {
    height: 490px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rightsection {
    margin-left: 20px;
}

hr.locationdivider {
    padding: 0px 0;
    margin: 0px 0 10px;
}

.rightsection .direction a {
    font-weight: 600;
    text-transform: uppercase;
    color: #1da4dc;
    font-size: 12px;
}

    .rightsection .direction a:hover {
        color: #3f8994;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }
/* mapimg */
.mapimg {
    position: relative;
}

    .mapimg img {
        width: 100%;
    }

.fullscreenmap {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .fullscreenmap a {
        background-color: #3296d9;
        padding: 7px 12px;
        font-size: 11px;
        color: #fff;
        font-weight: 600;
    }

        .fullscreenmap a img {
            width: auto;
            margin-right: 3px;
        }

        .fullscreenmap a:hover {
            background-color: #000;
            transition: all 0.5s ease-in;
        }

/* location details page */
.detail-top-title h2 {
    margin-top: 0;
    font-size: 19px;
    color: #151515;
    font-weight: 700;
    margin-bottom: 0;
}

.detail-top-right {
    float: right;
}

    .detail-top-right span.checklocbtn a {
        color: #fff;
        background: #28a745;
        padding: 8px 15px;
        border-radius: 25px;
        display: inline-block;
        margin-bottom: 6px;
        margin-right: 10px;
    }

        .detail-top-right span.checklocbtn a:hover {
            color: #fff;
            background: #000;
            padding: 8px 15px;
            border-radius: 25px;
            display: inline-block;
            margin-bottom: 6px;
            transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -webkit-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
        }

    .detail-top-right span.booknowbtn a {
        color: #fff;
        background: #fd0909;
        padding: 8px 15px;
        border-radius: 25px;
        display: inline-block;
        margin-bottom: 6px;
        margin-right: 10px;
    }

        .detail-top-right span.booknowbtn a:hover {
            color: #fff;
            background: #000;
            padding: 8px 15px;
            border-radius: 25px;
            display: inline-block;
            margin-bottom: 6px;
            transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -webkit-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
        }

    .detail-top-right span.pdffile {
        color: #fd0909;
        margin-right: 10px;
        font-size: 25px;
        vertical-align: middle;
    }

        .detail-top-right span.pdffile:hover {
            color: #000;
            transition: all 0.5s ease-in;
        }

    .detail-top-right span.direction {
        color: #1da4dc;
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
    }

        .detail-top-right span.direction:hover {
            color: #000;
            transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -webkit-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
        }

section.areadetail {
    background: #efefef;
}

.detailfourbox .block .title h2 {
    color: #000000;
    font-size: 17px;
    margin-top: 0px;
    line-height: 20px;
}

.leftdetailarea img {
    width: 100%;
}

.detailfourbox .block span.sqftarea {
    color: #292929;
    font-size: 20px;
    padding-bottom: 18px;
    display: block;
}

.detailfourbox .block span.link a {
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #3f8994;
    font-weight: 500;
}

    .detailfourbox .block span.link a:hover {
        color: #000;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }
/* .detailfourbox {
    border: 1px solid #ffffff;
    padding: 0 15px;
    background: #fff;
} */
.mb-30 {
    margin-bottom: 30px;
}

.detailfourbox .block {
    height: 225px;
    background-color: #fff;
    padding: 15px;
}

.detailfourbox .block {
    height: 250px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0px 11px 2px #bbb;
    border-radius: 25px;
    border-bottom: 5px solid #383838;
}

    .detailfourbox .block:hover {
        border-bottom: 7px solid #3f8994;
    }

ul.detlist {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.detlist li::before {
    color: #3f8994;
    content: "\f178";
    font-family: fontawesome;
    font-size: 12px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: 0px;
}

.detlist li {
    padding-left: 25px;
    position: relative;
    color: #333;
    font-size: 13px;
}

ul.detlist2 {
    width: 50%;
    float: left;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.detlist2 li::before {
    color: #3f8994;
    content: "\f178";
    font-family: fontawesome;
    font-size: 12px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: 0px;
}

.detlist2 li {
    padding-left: 25px;
    position: relative;
    color: #333;
    font-size: 13px;
}

.degree img {
    width: 100%;
    background-size: cover;
    height: 450px;
}

.tablerate img {
    width: 100%;
}

/* rate-details css */
.rate-details h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 37px;
}

.iconic-sets h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
}

.iconic-sets p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
}

.rate-details table {
    box-shadow: 2px -4px 6px 7px #dfdfdf;
}

    .rate-details table thead {
        background-color: #deeaf6;
        /* background-color: #383838; */
    }

    .rate-details table tr th {
        text-align: center;
        /*     font-size: 18px; */
        font-size: 14px;
        color: #252525;
        font-weight: 500;
        border-bottom-width: inherit;
        font-family: 'Montserrat', sans-serif;
    }

    .rate-details table tr td {
        text-align: center;
        font-size: 13px;
        font-weight: 600;
    }

.ratedetail-note h2 {
    margin-top: 0;
    font-size: 17px;
    text-decoration: underline;
    font-weight: 600;
}

ul.orderlist {
    margin-left: 15px;
    font-weight: 600;
}

    ul.orderlist li {
        list-style-type: decimal;
    }

.terms-and-condintionbtn {
    float: right;
    margin: 35px auto 0;
}

    .terms-and-condintionbtn a {
        background: #3f8994;
        color: #fff;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .terms-and-condintionbtn a:hover {
            background-color: #000;
            transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
        }

/* 360 deg */
section.panarmicsection {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

#container {
    width: 100%;
    height: 500px;
}

#audio-play-button {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    font-size: 16px;
}

/* font switcher */
.font-switcher button {
    background-color: inherit;
    padding: 0px 2px;
    font-size: 12px;
    vertical-align: middle;
    width: 25px;
}




/* end filmcity css */

.transition-all {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

/*Flex fix class*/
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.col-reset {
    padding-left: 0;
    padding-right: 0;
}

.row-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.row-less-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.top-medium-row-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-title {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}
/* TESTIMONIALS SECTION */
/* Testimonials */
.testimonials blockquote {
    /* background: #383838 none repeat scroll 0 0; */
    background: #f1f1f1;
    border: medium none;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    /* border-radius: 5px; */
    margin-bottom: 5px;
    border-radius: 20px;
    box-shadow: 0px 5px 20px -7px rgb(102 102 102);
}
/*.testimonials blockquote::before {
    width: 0; 
    height: 0;
    right: 0;
    bottom: 0;
    content: " "; 
    display: block; 
    position: absolute;
    border-bottom: 20px solid #fff;    
    border-right: 0 solid transparent;
    border-left: 21px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset;
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #3f8994 transparent transparent transparent;
}*/
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 91px;
    padding: 3px;
    width: 90px;
}

.testimonials .carousel-info {
    overflow: hidden;
}

    .testimonials .carousel-info img {
        margin-right: 15px;
    }

    .testimonials .carousel-info span {
        display: block;
    }

.testimonials span.testimonials-name {
    color: #035c6e;
    font-size: 16px;
    font-weight: 600;
    margin: 23px 0 7px;
}

.annual_report i.fa.fa-file-pdf-o.downloadpdf {
    color: #3f8994;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
    font-weight: 600;
}
/* END TESTIMONIALS SECTION */

/* BOD css */
.bod-card .card-body {
    padding: 4.25rem 0 0 0;
}

    .bod-card .card-body p.card-front-text {
        color: #fff;
    }

#team .bod-card {
    border: none;
    background: #ffffff;
}

p.card-text {
    padding: 0 15px;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    background: #101010;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .bod-card,
    .backside .bod-card {
        min-height: 312px;
        min-width: 363px;
    }

        .backside .bod-card a {
            font-size: 18px;
            color: #3f8994 !important;
        }

        .frontside .bod-card .card-title,
        .backside .bod-card .card-title {
            color: #3f8994 !important;
        }

        .frontside .bod-card .card-body img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            border: 2px dotted #b9b9b9;
            padding: 10px;
        }
/* end BOD css */
/* contact info */
.filmcitygate img {
    width: 100%;
}

h2.contact-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.contact-info {
    background: #f3f3f3;
    padding: 15px 25px;
}

h2.enquiry-form-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f8994;
    margin-bottom: 20px;
    text-align:left;
}

.enquiry-form {
    border: 1px solid #dfdfdf;
    padding: 15px;
}

    .enquiry-form form input {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #dfdfdf;
    }

    .enquiry-form form textarea {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #dfdfdf;
    }

        .enquiry-form form input:focus, .enquiry-form form textarea:focus {
            outline: none;
        }

button.submitbtn {
    background-color: #3f8994;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    border-radius: inherit;
    font-family: 'Montserrat', sans-serif;
}

h2.other-link {
    text-align: center;
    font-size: 21px;
    color: #3f8994;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-three-block a {
    border: 2px solid #3f8994;
    text-align: center;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 6px;
}

    .contact-three-block a:hover {
        border: 2px solid #3f8994;
        background: #3f8994;
        color: #fff;
        transition: all 0.3s ease-in;
    }
/* end contact info */

/* widgets-container */
.widgets-container {
    position: fixed;
    top: 360px;
    right: 0;
    z-index: 9999;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 5px 0px 0;
}

    .ftco-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        background: rgba(27, 27, 27, 0.8);
        border-radius: 50%;
        position: relative;
        margin-bottom: 10px;
        color: #fff;
    }
        /* actual-color */
        .ftco-footer-social li a.linkedin {
            background-color: #0077b5;
            color: #fff;
        }

        .ftco-footer-social li a.facebook {
            background-color: #3b5998;
            color: #fff;
        }

        .ftco-footer-social li a.instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
            color: #fff;
        }

        .ftco-footer-social li a.emailbg {
            background-color: #EB191A;
            color: #fff;
        }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 20px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .ftco-footer-social li a:hover {
            color: #fff;
            background: rgba(235, 25, 26, 0.9);
            transform: rotate(360deg);
            transition: all 0.5s ease-in;
        }

button.close {
    position: absolute;
    right: 18px;
    top: 13px;
    font-size: 31px;
    color: #000;
    opacity: inherit;
}
/* end widgets-container */
h2.clientsname {
    margin-top: 0;
    color: #3f8994;
    font-size: 20px;
}

.testimonialsbg {
    /* background: url('../images/fc/testimonialsbg.jpg') no-repeat;*/
    /*  background-size: contain;*/
    padding: 105px 0;
    height: 380px;
}

.clientsbgimg {
    /*  background: url('../images/fc/clientsbgimg.png') no-repeat;*/
    /*  background-size: contain;*/
    padding: 105px 0;
    height: 380px;
}

.bodbg {
    background: url('../images/fc/bodbg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

/* tender */
.tander-table {
    background: #fff;
}

tr.top-header-table {
    background: #424242;
    color: #fff;
}

.tander-table table tr td u {
    font-weight: 600;
}

.tander-table table tr td a {
    font-weight: 600;
}

.tander-table table tr td {
    font-size: 14px;
}
/* end tender */

.contactusbg {
    /*    background: url('../images/fc/banner_contact.jpg') no-repeat;*/
    background-size: cover;
    padding: 65px 0;
    background-position: center;
}

.aboutusbg {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../images/aboutusbg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

img.img-thumbnail.aboutimg {
    float: right;
    width: 470px;
    margin: 0 0 20px 20px;
}

.tenderbg {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../images/fc/banner_tender.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
/* news page css*/
.banner_news {
    padding-top: 120px;
    padding-bottom: 120px;
    /*background: url("../images/fc/banner_news.jpg") no-repeat;*/
    background-position: center;
    background-size: cover;
}
/* news */
.events-section {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.events-text h2 {
    margin-top: 0px;
    font-size: 18px;
}
/* facilities */
ul.news-list {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.news-list li::before {
    color: #3f8994;
    content: "\f178";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
}

.news-list li {
    padding-left: 25px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
    padding-bottom: 7px;
    font-weight: 600;
}

    .news-list li:hover {
        color: #3f8994;
        font-weight: 600;
        transition: all 0.5s ease-in -moz-transition: all 0.5s ease-in -webkit-transition: all 0.5s ease-in -o-transition: all 0.5s ease-in
    }
/* end news */
.news-events {
    /* padding: 20px 40px; */
    padding: 20px 30px 20px 65px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    width: 100%;
}

    .news-events p {
        margin-bottom: 0px;
        position: relative;
    }

i.fa.fa-volume-up.news-icon {
    position: absolute;
    left: -53px;
    top: 3px;
    display: block;
    font-size: 19px;
    width: 40px;
    height: 40px;
    background: #3f8994;
    border-radius: 35px;
    padding: 11px;
    color: #fff;
}

.news-footer {
    margin-top: 10px;
}

    .news-footer span.openfolder {
        padding-right: 10px;
    }

    .news-footer p {
        font-style: italic;
    }

.news-events img.gifimg {
    width: 50px;
    /* position: absolute; */
    top: 3px;
    left: 75px;
}

.news-events p a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.news-events p i a {
    font-size: 15px;
    font-weight: normal;
    color: #1f1f1f;
    text-decoration: underline;
}

    .news-events p i a:hover {
        color: #000;
        transition: all 0.5s ease-in;
        text-decoration: underline;
    }

.news-img {
    /* width: 50%; */
    float: none;
    width: 100%;
    position: relative;
    /*height: 440px;*/
    height: auto;
    overflow: hidden;
}

    .news-img img {
        transition: all 0.4s;
        width: 100%;
        /*height: 440px;*/
        height: auto;
    }

    .news-img-1 img {
        transition: all 0.4s;
        width: 100%;
        height: 300px;
    }

    .news-img:hover img {
        transform: scale(1.1);
    }

.ccms .title {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 25px;
}

.ccms h2.ccms-title {
    color: #3f8994;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 15px;
}

.viewsubsidybtn {
    display: inherit;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

    .viewsubsidybtn a {
        border: 2px solid #3f8994;
        padding: 10px 15px;
        font-size: 17px;
        font-weight: 600;
    }

        .viewsubsidybtn a:hover {
            border: 2px solid #000;
            color: #000;
            transition: all 0.5s ease-in;
        }

.ccms-middle-img {
    float: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .ccms-middle-img img {
        transition: all 0.4s;
        width: 100%;
        height: 440px;
    }

    .ccms-middle-img:hover img {
        transform: scale(1.1);
    }

.award-winning h2.title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    color: #3f8994;
    font-size: 25px;
}

.news-img2 {
    /* width: 50%; */
    float: none;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

    .news-img2 img {
        transition: all 0.4s;
        width: 100%;
        height: auto;
    }

    .news-img2:hover img {
        transform: scale(1.1);
    }
/* end news page css */

/* gallery bg css */
.gallerybg {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: url("../images/fc/gallerybg.png") no-repeat;*/
    background-position: center;
    background-size: cover;
}
/* end gallery bg css */

.inner-page-breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: inherit;
    text-align: center;
}

    .inner-page-breadcrumb li {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }

        .inner-page-breadcrumb li.active {
            color: #ffffff;
        }

    .inner-page-breadcrumb > li + li:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 5px;
        color: #cccccc;
    }

.light-bg {
    background-color: #f1f1f1;
}

.white-bg {
    background-color: #ffffff;
}

/*booking*/
.form-main-box {
    height: auto;
    background-color: #ffffff;
    background-image: url(../images/form-box-bg.jpg);
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}

.form-box-left {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.form-left-title {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 15px;
}

.form-left-description {
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
    line-height: 20px;
}

.form-box-right {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

    .form-box-right .form-title {
        font-weight: 700;
        color: #122244;
        font-size: 20px;
        margin: 0;
        margin-bottom: 20px;
    }

.form-box .form-group {
    margin-bottom: 20px;
}

    .form-box .form-group label {
        color: #3e485c;
        margin-bottom: 6px;
    }

        .form-box .form-group label span {
            color: #035c6e;
        }

    .form-box .form-group .form-control {
        color: #333333;
        background-color: #ebecee;
        border: 1px solid transparent;
        height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #3e485c;
        font-size: 14px;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
    }

    .form-box .form-group input[type="file"] {
        float: initial;
        width: 100%;
        padding: 7px;
    }

    .form-box .form-group textarea.form-control {
        height: auto;
    }

    .form-box .form-group .form-control:focus {
        border: 1px solid #3e485c;
        color: #333;
        font-weight: 600;
        background-color: #ffffff;
    }

.form-book-btn {
    background-color: #ef8c1e;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 10px;
}

    .form-book-btn:hover, .form-book-btn:focus {
        color: #ffffff;
        background-color: #f13800;
    }

a.dark-form-book-btn {
    display: inline-block;
    background-color: #f13800;
    border: 0;
    padding: 10px 25px;
    border-radius: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
}

    a.dark-form-book-btn:hover {
        background-color: #ef8c1e;
        color: #ffffff;
    }

span.multiselect-native-select {
    display: block !important;
}

    span.multiselect-native-select .btn-group {
        width: 100%;
    }

        span.multiselect-native-select .btn-group button.multiselect {
            width: 100% !important;
            text-align: left !important;
            height: 40px !important;
            border-radius: 3px !important;
            background-color: #ebecee !important;
            border: 0 !important;
        }

    span.multiselect-native-select .open > .dropdown-menu {
        display: block;
        top: 100%;
    }

.multiselect-container {
    width: 100%;
}

    .multiselect-container > .active > a, .multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {
        /*background-color: #1c62d8;*/
        background-color: #43c2b2;
    }

        .multiselect-container > .active > a > .checkbox {
            color: #ffffff !important;
        }

/*listing*/
/* .filter-box {
    display: block;
    background-color: #ececf0;
    padding: 20px 20px;
} */

.listing-box {
    display: block;
    background-color: #ffffff;
    padding: 10px 20px;
}

.view-filters {
    display: none;
}

.filter-main-title {
    margin: 0;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}

.filter-list-box h3 {
    margin: 0;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .filter-list-box h3 span {
        float: right;
        font-size: 12px;
        margin-top: 4px;
        margin-right: 10px;
    }

    .filter-list-box h3 a {
        display: inline-block;
        width: 100%;
    }

.filter-list-box .annual_report h3 a {
    display: initial;
    width: 100%;
}

.annual_report h3 {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}

ul.filter-list {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

    ul.filter-list li a i {
        margin-right: 8px;
    }

    ul.filter-list li {
        /* list-style: decimal-leading-zero; */
        list-style: none;
        /* margin-left: 20px; */
        margin-bottom: 10px;
    }

        ul.filter-list li i.fa.fa-file-pdf-o.downloadpdf {
            font-size: 20px;
            color: #3f8994;
            font-weight: 600;
        }
        /* ul.filter-list li {
    margin-bottom: 5px;
    list-style-type: circle;
} */

        ul.filter-list li:hover, ul.filter-list li.active {
            list-style: none;
            /* margin-left: 20px; */
            margin-bottom: 10px;
        }

        ul.filter-list li a {
            font-family: 'Montserrat', sans-serif;
            color: #333333;
            font-weight: 600;
            font-size: 15px;
        }

/* download links */
.quick-link-left {
    border-right: 1px solid #9999;
    display: block;
    margin-right: -30px;
    height: 460px;
    border-top: 1px solid #999;
    padding-top: 15px;
}

.quick-link-right {
    border-top: 1px solid #999;
    padding-top: 15px;
}

ul.main-list {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

    ul.main-list li {
        list-style-type: disc !important;
        margin-left: 20px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
    }

    ul.main-list li {
        font-size: 15px;
    }

ul.middle-list li {
    font-size: 14px;
}
/* ul.main-list li a{
    
} */
ul.main-list li a:hover {
    color: #3f8994;
    transition: all 0.5s ease-in;
}

ul.middle-list {
    margin-top: 10px;
}
/* end download links */

.mb-0 {
    margin-bottom: 0;
}

.filter-box .panel {
    background-color: #ececf0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    padding: 10px 20px;
    border-radius: 40px;
}

.filter-box .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f147";
    font-size: 17px;
    margin-top: 4px;
    padding-right: 5px;
}

.filter-box .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f196";
    font-size: 17px;
    margin-top: 4px;
    color: #3f8994;
}

.filter-box .panel-title > a:hover,
.filter-box .panel-title > a:active,
.filter-box .panel-title > a:focus {
    text-decoration: none;
}

.filter-box .panel-heading {
    padding: 0;
}

.product-listing-title {
    margin: 0;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 800;
}

.product-listing-count {
    text-align: right;
    margin: 0;
    margin-right: 10px;
}

    .product-listing-count span {
        font-size: 15px;
        font-weight: 600;
        color: #035c6e;
    }

.product-listing-heading-row {
    padding-bottom: 20px;
    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
}

.product-box {
    display: block;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .product-box:hover {
        -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);
        box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);
    }

    .product-box a:hover {
        color: red;
    }

a.product-img {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    float: left;
    padding: 10px;
}

.product-img-sub {
    position: relative;
    width: 100%;
    height: 210px;
    margin: 0 auto;
}

    .product-img-sub img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        max-width: 90%;
        max-height: 100%;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
    }

.product-box:hover .product-img-sub img {
    max-width: 100%;
}

.prod-availability {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

    .prod-availability i {
        font-size: 8px;
        vertical-align: middle;
    }

.prod-yes {
    color: green;
}

.prod-no {
    color: red;
}

.prod-availability span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prod-details {
    display: inline-block;
    width: 100%;
}

.prod-name {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

    .prod-name a {
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
        overflow: hidden;
        font-size: 14px;
    }

.prod-action {
    display: inline-block;
    width: 100%;
}

    .prod-action a.view-prod-link, .prod-action a.add-cart-link {
        display: inline-block;
        margin-right: 5px;
        font-size: 14px;
        font-weight: 600;
    }

.vikrant-pagination-nav {
    margin-top: 20px;
    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
}

    .vikrant-pagination-nav .pagination li a {
        border: 0;
        margin-right: 10px;
        border: 1px solid transparent;
        border-radius: 50%;
        color: #333333;
        font-family: 'Titillium Web', sans-serif;
        background-color: transparent;
    }

        .vikrant-pagination-nav .pagination li a:hover, .vikrant-pagination-nav .pagination li a:focus {
            border: 1px solid #035c6e;
            background-color: transparent;
        }

    .vikrant-pagination-nav .pagination > .active > a, .vikrant-pagination-nav .pagination > .active > a:hover, .vikrant-pagination-nav .pagination > .active > a:focus {
        background-color: #035c6e;
        border-radius: 50%;
        border-color: #035c6e;
        padding: 5px 11px;
        color: #ffffff;
    }

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
    color: #035c6e;
    border: 1px solid transparent;
}
/*Description*/
.product-carousel .owl-nav .owl-prev {
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3f8994;
    opacity: 1;
    float: left;
    position: absolute;
    left: 5%;
    top: 40%;
}

.product-carousel .owl-nav .owl-next {
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3f8994;
    opacity: 1;
    float: left;
    position: absolute;
    right: 5%;
    top: 40%;
}

.product-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin-top: 40px;
    background: #ffffff;
    border: 2px solid #035c6e;
}

.product-carousel .owl-dots .owl-dot.active span, .product-carousel .owl-dots .owl-dot:hover span {
    background-color: #035c6e;
}

.product-carousel .owl-dots {
    margin-top: -35px;
}

.product-carousel {
    border: 1px solid #dfdfdf;
    padding: 15px;
    width: 750px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 17px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgb(0 0 0 / 75%);
}

    .product-carousel img {
        width: 100%;
        /* max-width: 650px; */
        margin: 0 auto;
    }

.product-description-box {
    display: block;
    padding: 0 20px;
}

    .product-description-box h3 {
        margin: 0;
        margin-bottom: 20px;
    }

.product-controls {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .product-controls span {
        display: block;
        float: left;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.green {
    color: green;
}

.red {
    color: #035c6e;
}

.yellow-bg {
    background-color: #ef8c1e;
}

.small-btn {
    float: left;
    margin-top: 0;
    padding: 10px 15px;
}

.prod-description {
    margin-top: 20px;
}

.prod-description-content {
    padding: 20px 10px;
    display: block;
    font-size: 14px;
}

.prod-desc-tabs li a {
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
}

.prod-desc-tabs > li.active > a,
.prod-desc-tabs > li.active > a:hover,
.prod-desc-tabs > li.active > a:focus,
ul.nav.nav-tabs.location-detailgallery > li.active > a {
    color: #ffffff;
    background: #3f8994;
}

ul.nav.nav-tabs.location-detailgallery > li {
    background-color: #383838;
    color: #fff;
    margin-right: 4px;
    border-radius: 5px;
}

    ul.nav.nav-tabs.location-detailgallery > li > a {
        padding: 10px 15px;
        border: none;
        margin-right: 0px;
    }

h3.feature-title {
    background-color: #f2f2f2;
    color: #333333;
    margin-bottom: 0;
    margin-top: 0 !important;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 10px 10px;
}

/*Team*/
.bod-title {
    margin: 0;
    font-size: 24px;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-weight: 600; */
    /* text-align: center; */
    letter-spacing: 1px;
    color: #3f8994;
    padding-bottom: 15px;
    /* margin-bottom: 35px !important; */
    text-transform: none;
    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
}

.team {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

    .team img {
        width: 70%;
        margin: 0 auto;
    }

    .team h3, .team p {
        text-align: center;
    }

    .team h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Titillium Web', sans-serif;
        color: #000000;
        padding: 10px 0;
        border-radius: 20px;
        background-color: #f1f1f1;
    }

    .team p {
        font-size: 14px;
    }

.bod-sub-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

/*Studio*/
.bod-title-refined {
    margin: 0;
    font-size: 28px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 24px !important;
    text-transform: uppercase;
    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);
}

.studio-carousel {
    max-height: 100%;
    background-color: #ffffff;
    /*border: 1px solid #b3b3b3;*/
    position: relative;
    /*padding: 5px;*/
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}

    .studio-carousel .owl-dots {
        position: absolute;
        bottom: 2%;
        right: 0;
        left: 0;
    }

        .studio-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ffffff;
            border: 2px solid #fff;
        }

        .studio-carousel .owl-dots .owl-dot.active span, .studio-carousel .owl-dots .owl-dot:hover span {
            background-color: red;
            border-color: red;
        }

    .studio-carousel img {
        display: block !important;
        width: auto !important;
        max-height: 300px !important;
        height: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .studio-carousel .item span {
        position: absolute;
        left: 0;
        bottom: 10%;
        color: #ffffff;
        width: auto;
        background-color: rgba(218, 14, 43, 0.8);
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-weight: 700;
    }

.studio-title {
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
}

.studio-description {
    display: block;
    margin-bottom: 20px;
}

    .studio-description ul {
        padding-left: 20px
    }

        .studio-description ul li {
            list-style-type: circle;
            font-size: 18px;
            font-weight: 600;
        }

.studio-title-separator {
    display: inline-block;
    width: 80px;
    height: 4px;
    border-radius: 5px;
    background-color: #43c2b2;
    margin-bottom: 10px;
    margin-top: 10px;
}

.right-block {
    display: block;
    float: right;
    width: 100%;
    /* background-color: #f2f2f2;
    box-shadow: 0 0 8px #aaa;
    padding: 20px; */
}

    .right-block h3 {
        font-family: 'Titillium Web', sans-serif;
        margin: 0;
        font-weight: 800;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        color: #f3f3f3;
        background-color: #1c62d8;
        text-transform: uppercase;
        border-radius: 40px;
    }

.no-mt-mb {
    margin-top: 0;
    margin-bottom: 0;
}

/* .right-block a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.right-block a:hover, .right-active {
    color: #3f8994 !important;
    font-size: 14px;
} */
ul.right-list {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    list-style-type: none;
}

.right-list li::before {
    color: #fff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 15px;
    padding-right: 6px;
    position: absolute;
    top: 7px;
}

.right-list li {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    /*     line-height: 1.7; */
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    background: #3f8994;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-radius: 30px;
}

    .right-list li:hover, .right-list li.active {
        display: block;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

.facilities h2 {
    color: #3f8994;
    font-size: 18px;
}

/*about*/
.about-title {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}


ul.about-list {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    list-style: none;
    list-style-type: none;
}

.about-list li::before {
    color: #3f8994;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 0px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
}

.about-list li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #fff;
    padding-bottom: 7px;
    /* font-weight: 600; */
}

.about-leadership {
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}

.leadership-box {
    padding-left: 15px;
    padding-right: 15px;
}

.about-description {
    margin: 0;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
}

.custom-hr-mt-mb {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-0 {
    margin-top: 0px;
}

.about-video {
    width: 70%;
    height: 485px;
    margin-top: 10px;
}

.video .about-video {
    object-fit: fill;
}

.studio-video-sub-title {
    font-size: 18px;
}

.about-ul-box {
    color: #333333;
}

    .about-ul-box ul {
        padding: 0 0 23px 1em;
        line-height: 26px;
        margin-top: 10px;
    }

        .about-ul-box ul li {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.9em;
        }

    .about-ul-box h3 {
        font-family: 'Titillium Web', sans-serif;
        margin: 0;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 24px;
        margin-bottom: 10px;
    }

.hr-dark-border-top-custom {
    border-top: 1px solid #464646;
}

.about-carousel {
    max-height: 100%;
    background-color: #383838;
    position: relative;
    margin-bottom: 20px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}

    .about-carousel .owl-dots {
        position: absolute;
        bottom: 0%;
        right: 0;
        left: 0;
    }

        .about-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ffffff;
            border: 2px solid #d4d4d4;
        }

        .about-carousel .owl-dots .owl-dot.active span, .about-carousel .owl-dots .owl-dot:hover span {
            background-color: #035c6e;
            border-color: #035c6e;
        }

    .about-carousel img {
        display: block !important;
        width: 100% !important;
        height: 255px;
        /* height: 100% !important; */
        max-width: auto !important;
        margin: 0 auto;
        border: 2px solid #dfdfdf;
    }

.movies-name {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}

.about-sub-title {
    margin: 0;
    font-size: 24px;
    margin-top: 30px;
}

    .about-sub-title span {
        color: #ef8c1e;
    }

    .about-sub-title span {
        margin: 0;
        font-size: 24px;
        margin-top: 30px;
    }

.dark-grey-bg {
    background-color: #f2f2f2;
}

/*portfolio*/
.inner-awesome-projects-area {
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
    height: auto;
}

    .inner-awesome-projects-area:after,
    .inner-awesome-projects-area:before {
        content: "";
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: rgba(225, 225, 225, .55);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    .inner-awesome-projects-area:hover:after,
    .inner-awesome-projects-area:hover:before {
        -webkit-transform: scale(800);
        -moz-transform: scale(800);
        -ms-transform: scale(800);
        -o-transform: scale(800);
        transform: scale(800)
    }

    .inner-awesome-projects-area:before {
        -o-transition: all .5s linear .3s;
        -moz-transition: all .5s linear .3s;
        -ms-transition: all .5s linear .3s;
        -webkit-transition: all .5s linear .3s;
        transition: all .5s linear .3s
    }

    .inner-awesome-projects-area:hover:before {
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s
    }

    .inner-awesome-projects-area:after {
        -o-transition: all .5s linear .6s;
        -moz-transition: all .5s linear .6s;
        -ms-transition: all .5s linear .6s;
        -webkit-transition: all .5s linear .6s;
        transition: all .5s linear .6s
    }

    .inner-awesome-projects-area:hover:after {
        -moz-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s
    }

    .inner-awesome-projects-area img {
        width: 100%;
        height: auto
    }

    .inner-awesome-projects-area .box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: 0 0;
        color: #fff;
        padding-top: 40px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -ms-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        z-index: 1
    }

    .inner-awesome-projects-area:hover .box-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition-delay: .4s;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        -ms-transition-delay: .4s;
        transition-delay: .4s
    }

    .inner-awesome-projects-area .title {
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-top: 40px;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
    }

    .inner-awesome-projects-area .description {
        font-size: 16px;
        padding: 0 10px;
        font-weight: 700;
        margin: 15px 0;
        font-family: 'Montserrat', sans-serif;
        color: #000;
    }

    .inner-awesome-projects-area.explore:before, .inner-awesome-projects-area.explore:after {
        background-color: none;
    }

.mb-30 {
    margin-bottom: 30px;
}

.showreel-video {
    width: 100%;
    height: 350px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
}

/*Booking After Enquiry Forms*/
.form-title2 {
    font-weight: 700;
    color: #122244;
    font-size: 26px;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-title3 {
    font-weight: 700;
    color: #3c3c3c;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
}

.hr-booking {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d2d2d2;
}

.bookstudio-table-form {
    display: block;
    padding: 0 20px;
    background-color: #ffffff;
}

.applicant-detail2 input {
    width: 100%;
    outline: none;
    padding: 0 5px;
}

.applicant-detail2 table {
    background-color: #ffffff;
}

    .applicant-detail2 table thead, .applicant-detail2 table tbody {
        background-color: #f1f1f1;
    }

    .applicant-detail2 table > thead > tr > th, .applicant-detail2 table > thead > tr > td {
        text-align: center;
        vertical-align: middle;
    }

.table-srno-main {
    width: 50px;
}

.table-srno {
    width: 50px !important;
}

/*User Dashboard Styles*/
.user-dashboard-dd-btn {
    text-transform: uppercase;
    font-family: arial;
    background-color: #f13800;
    color: #fff;
    padding: 3px 12px;
    font-size: 11px;
    border-radius: 30px;
    outline: none !important;
}

    .user-dashboard-dd-btn:hover {
        background-color: #eb1108;
        color: #fff;
    }

    .user-dashboard-dd-btn:focus {
        color: #fff;
    }

.user-dashboard-dd {
    min-width: 280px;
    right: 0;
    left: auto;
    margin: 5px 0 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    z-index: 10000;
    border-color: transparent;
    border-top: 2px solid #333333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .user-dashboard-dd > li > a, .user-dashboard-dd li:first-child {
        padding: 6px 25px !important;
    }

        .user-dashboard-dd li:first-child span {
            font-family: arial;
            font-size: 13px;
            color: #777;
        }

    .user-dashboard-dd li a:last-child {
        padding: 10px 25px !important;
    }

.divider2 {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dashboard-main-box {
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}

.dashboard-box-left {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dashboard-box-right {
    background-color: #f3f4f9;
    padding-bottom: 30px;
}

.dashboard-intro {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

    .dashboard-intro h4 {
        margin: 0;
        font-weight: 700;
    }

    .dashboard-intro p {
        margin: 0;
        font-size: 13px;
        color: #777;
        margin-top: 5px;
    }

.padding-reset {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-menu {
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

    .dashboard-menu li a {
        display: block;
        padding: 10px 20px;
        border-left: 4px solid transparent;
        font-weight: 500;
    }

        .dashboard-menu li a:hover {
            color: #000000;
            background-color: #f5f5f5;
        }

    .dashboard-menu li.active a {
        border-left: 4px solid #f13800;
        color: #f13800;
        font-weight: 600;
    }

.dashboard-title {
    background-color: #ffffff;
    background-image: url(../images/dashboard-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 55px;
    padding-left: 45px;
    padding-right: 45px;
}

    .dashboard-title h3 {
        margin: 0;
        color: #ffffff;
    }

.dashboard-content {
    padding-left: 20px;
    padding-right: 20px;
}

.dashboard-content-inner {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -20px;
    border: 1px solid #efefef;
}

.dashboard-basic-title {
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
}

.dashboard-form .form-group label {
    font-size: 12px;
    color: #777777;
    margin-bottom: 7px;
}

.dashboard-form .form-group .form-control {
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.dashboard-form .form-group input[type="file"] {
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

.dashboard-form .form-group .form-control[readonly] {
    background-color: #f3f4f9;
    border-color: transparent;
    color: #333;
    font-weight: bold;
}

.dashboard-btn {
    display: inline-block;
    text-decoration: none;
    color: #ffffff !important;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 5px;
    opacity: 0.8;
    outline: none !important;
}

.dashboard-green {
    background-color: #429f4d;
    border-color: #429f4d;
}

.dashboard-red {
    background-color: #035c6e;
    border-color: #035c6e;
}

.dashboard-primary {
    background-color: #4f2d7f;
    border-color: #4f2d7f;
}

.dashboard-btn:hover, .dashboard-btn:focus {
    opacity: 1;
}

a.enquiry {
    display: block;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #f3f4f9;
    margin-bottom: 5px;
}

    a.enquiry:hover {
        background-color: #eaecf7;
    }

.enquiry-project {
    margin: 0;
    width: 70%;
    display: inline-block;
    float: left;
    font-size: 17px;
    color: #000000;
}

.enquiry-id {
    margin: 0;
    width: 30%;
    display: inline-block;
    text-align: right;
}

.enquiry-service {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    color: #676767;
}

.enquiry-date {
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #676767;
}

.enquiry-details {
    padding: 0 20px;
}

    .enquiry-details .enq-details-title {
        margin: 0;
        color: #4f2d7f;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .enquiry-details p {
        margin: 0;
        font-weight: 500;
        padding-top: 8px;
    }

        .enquiry-details p strong {
            color: #000000;
        }

ul.nav.nav-tabs.location-detailgallery {
    margin: 0 5px 5px;
}

div#Video iframe {
    margin: 5px;
}


.tiles .contenttable td, .tiles .contenttable th {
    padding: 0 1em 0.25em 0;
}

    .tiles .contenttable td:first-child {
        width: 46%;
    }

.contenttable {
    color: #595959;
}

    .contenttable th {
        font-weight: 400;
    }

    .contenttable td, .contenttable th {
        padding: 0 1em 0.4em 0;
        border: none;
    }

        .contenttable td:last-child, .contenttable th:last-child {
            padding-right: 0;
        }

    .contenttable tbody > tr:last-child td, .contenttable tbody > tr:last-child th, .contenttable thead:last-child > tr:last-child th {
        padding-bottom: 0;
    }

    .contenttable:last-child {
        margin-bottom: 0;
    }

.fact-file p {
    width: 700px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}






@media only screen and (max-width: 991px) {
    .row-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .page-title {
        font-size: 24px;
    }

    .form-box .form-group {
        margin-bottom: 10px;
    }

    .view-filters {
        position: fixed;
        bottom: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        left: 0px;
        width: 50%;
        background-color: rgba(0,0,0,0.90);
        color: #ffffff;
        cursor: pointer;
        z-index: 9999;
        display: block;
    }

    .product-box {
        text-align: center;
    }

    .add-alert {
        width: 60%;
        left: 20%;
        top: 20%;
    }

    .product-carousel img {
        max-width: 300px;
    }

    .right-block {
        padding: 15px 0 0 0;
    }

    .about-carousel img {
        max-height: auto;
    }

    .about-video {
        width: 100%;
    }

    .inner-awesome-projects-area .box-content {
        padding-top: 10px;
    }

    .inner-awesome-projects-area .title {
        font-size: 14px;
        padding-bottom: 15px;
        margin-top: 35px;
    }

    .inner-awesome-projects-area .description {
        font-size: 13px;
        margin: 10px 0;
    }

    .dashboard-box-left {
        padding-bottom: 0;
    }

    .dashboard-menu {
        display: block;
        padding-top: 0;
        text-align: center;
    }

        .dashboard-menu li {
            display: inline-block;
        }

            .dashboard-menu li.active a {
                border-left: 0;
                color: #ffffff;
                background-color: #f13800;
            }

    ul.top-header-links {
        text-align: left;
        float: left;
    }

    .facilities-box p {
        height: auto;
    }

    .call-to-action-btn {
        margin-left: 0;
    }

        .call-to-action-btn a {
            padding: 10px;
        }

    .testimonialsbg {
        background: url('../images/fc/testimonialsbg.jpg') no-repeat;
        background-size: cover;
        padding: 65px 0;
    }
}

@media only screen and (max-width: 767px) {
    .form-box-left, .form-box-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-left-title {
        font-size: 20px;
        line-height: 14px;
    }

    .product-carousel img {
        max-width: 250px;
    }

    .product-description-box h3 {
        margin-top: 15px;
    }

    .inner-awesome-projects-area {
        width: 100%;
    }

        .inner-awesome-projects-area .title {
            font-size: 16px;
            margin-top: 50px;
        }

        .inner-awesome-projects-area .description {
            font-size: 12px;
            margin: 15px 0 0 0;
        }

        .inner-awesome-projects-area .box-content {
            padding-top: 70px;
        }

    .about-video {
        width: 100%;
        height: auto;
    }

    a.enquiry {
        margin-left: 0;
        margin-right: 0;
    }

    .enquiry-project {
        width: 100%;
        font-size: 16px;
    }

    .enquiry-id {
        width: 100%;
        text-align: left;
        margin-top: 6px;
    }

    .carousel-inner.testimonial {
        width: 100%;
    }

    .events-text h2 {
        margin-top: 20px;
    }

    .contact-three-block a {
        margin-bottom: 15px;
    }

    .allpage-bg {
        padding: 0 15px;
    }

    .masonry.secondimg {
        margin-top: 30px;
    }

    .vmv-box {
        margin-top: 30px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #000;
    }

    .prod-desc-tabs li a {
        margin-bottom: 10px;
    }

    .terms-and-condintionbtn {
        float: none;
        margin: 35px auto 35px;
    }

    .call-to-action-title {
        padding-right: 0;
    }

    .call-to-action-btn {
        margin-top: 15px;
        margin-left: 0;
    }

    .searchbtn {
        float: none;
        margin: 0px auto 15px;
    }

    .detail-top-right {
        float: none;
        margin-top: 15px;
    }

        .detail-top-right span.direction {
            display: block;
        }

    .company-mini-banner h1 {
        font-size: 30px;
    }

    .top-row-padding {
        padding-top: 0px;
    }

    .testimonialsbg {
        background: url('../images/fc/testimonialsbg.jpg') no-repeat;
        background-size: cover;
        padding: 65px 0;
    }
}

@media only screen and (max-width: 687px) {
    .dashboard-menu li a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .carousel-inner.testimonial {
        width: 100%;
    }

    .quick-link-left {
        border-right: none;
        border-top: none;
        height: auto;
    }

    .quick-link-right {
        border-top: none;
    }

    .events-text h2 {
        margin-top: 20px;
    }

    .contact-three-block a {
        margin-bottom: 15px;
    }

    .allpage-bg {
        padding: 0 15px;
    }

    .testimonialsbg {
        background: url('../images/fc/testimonialsbg.jpg') no-repeat;
        background-size: cover;
        padding: 65px 0;
    }
}

@media only screen and (max-width: 480px) {
    .bookstudiobg, .bookcamerasbg, .contactbg, .aboutusbg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-title {
        font-size: 22px;
        text-align: left;
    }

    .add-alert {
        width: 80%;
        left: 10%;
        top: 25%;
    }

    .product-carousel img {
        max-width: 200px;
    }

    .vikrant-pagination-nav .pagination li a {
        margin-right: 5px;
    }

    .product-description-box h3 {
        font-size: 18px;
    }

    h3.feature-title {
        font-size: 14px;
    }

    .small-btn {
        float: left;
        margin-right: 10px;
    }

    .form-book-btn {
        font-size: 11px;
    }

    .user-dashboard-dd-btn {
        font-size: 9px;
    }

    .carousel-inner.testimonial {
        width: 100%;
    }

    .quick-link-left {
        border-right: none;
        border-top: none;
    }

    .events-text h2 {
        margin-top: 20px;
    }

    .contact-three-block a {
        margin-bottom: 15px;
    }

    .allpage-bg {
        padding: 0 15px;
    }

    .wehavecanvas h2.title {
        font-size: 18px;
    }

    .wehavecanvas .counter-area {
        margin-bottom: 30px;
        height: 165px;
    }

    .masonry.secondimg {
        margin-top: 30px;
    }

    .vmv-box {
        margin-top: 30px;
        height: auto;
    }

    .history-img {
        margin-bottom: 15px;
    }

    .fact-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .fact-carousel .owl-nav .owl-next {
        right: 0px;
    }

    .company-mini-banner h1 {
        font-size: 22px;
    }

    .call-to-action-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .call-to-action-btn {
        margin-left: 0;
    }

    .readmorebtn {
        padding-bottom: 30px;
    }

    .locationmap {
        width: 100%;
    }

    .news-img {
        height: auto;
        margin-bottom: 15px;
    }

    .testimonialsbg {
        background: url('../images/fc/testimonialsbg.jpg') no-repeat;
        background-size: cover;
        padding: 65px 0;
    }
}


@media only screen and (max-width: 320px) {
    .user-dashboard-dd-btn {
        padding: 3px 8px;
        font-size: 8px;
    }

    .carousel-inner.testimonial {
        width: 100%;
    }

    ul.main-list {
        margin-left: 0px !important;
    }

    .quick-link-left {
        border-right: none;
        border-top: none;
    }

    .allpage-bg {
        padding: 0 15px;
    }
}

.bod_center {
    margin: 174px;
    width: 100%;
}

/* check avilbility */
.avilabilitycheck {
    z-index: 9999;
}

    .avilabilitycheck div#exampleModal {
        z-index: 99999;
    }

    .avilabilitycheck .modal-body {
        padding-bottom: 0px;
    }

    .avilabilitycheck .modal-header {
        border-bottom: none;
    }

    .avilabilitycheck .modal-footer {
        border-top: none;
    }

        .avilabilitycheck .modal-footer button {
            margin: auto;
            display: block;
            text-align: center;
            background-color: #3f8994;
            border-color: #3f8994;
        }

            .avilabilitycheck .modal-footer button:focus {
                outline: none;
            }
