.my_header {
    position: relative;
}
/*.top_bar {
    background: #032d57;
    width: 85%;
    margin-left: auto;
    padding: 20px 30px 10px 30px;
}
ul.first_top {
    text-align: right;
    margin-bottom: 30px;
}
ul.first_top li {
    margin: 0 10px;
    display: inline-block;
}
ul.first_top li a {
    color: #aebfd2;
}
ul.first_top li a:hover{
  color: #ec0000;
}
.lang {
    color: #dc0306;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 15px;
}
.get_quote a {
    /*background: #ec0000;
    background: linear-gradient(to right, #bd0909 50%, #ec0000 50%);
    background-size: 200% 100%;
    transition: all 2s ease;
    background-position: right bottom;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.get_quote a:hover {
    background-position: left bottom;
    }*/
    .logo {
        /*position: absolute;*/
        top: 8px;
        left: 8%;
    }
    .logo img{
      width: 100%;
      max-width: 124px;
  }

  .my_nav {
    margin-bottom: 0;
}
.my_nav li {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0 10px;
    /*border-bottom: 1px solid transparent;*/
}
.my_nav li a {
    color: rgb(125, 125, 125) !important;
    position: relative;
    font-weight: bold;
    letter-spacing: 1.5;
    /*color: rgba(0,0,0,.9) !important;*/
}
.my_nav li a:hover {
    color: #fff !important;
}
.my_nav li a:after {
 content: "";
 position: absolute;
 left: 0;
 background: #ec0000;
 bottom: 0;
 width: 0;
 height: 2px;
 transition: all 0.9s;
}
.my_nav li a:hover:after {
    width: 100%;
    transition: all 0.9s;
}
.my_nav li.active a.nav-link {
    color: #ffffff !important;
    /* background: #0f0f0f; */
    font-weight: bold;
}
.header-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
    padding: 10px 0;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #111516;
}
.header-section.header-active {
    background: #111516;
    border: none;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}
.header-section.header-active .my_nav li.active a.nav-link {
    color: #fff !important;
}
/*================HEADER END=======*/
/*==========BANNER CSS START=======*/
.main-banner .item {
    height: 550px;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.banner_content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: Montserrat-Bold;
}
.banner_content h5 {
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #fff;
    font-weight: 300;
    margin-top: 25px;
}
.contactus_btn {
    background: linear-gradient(to right, #bd0909 50%, #ec0000 50%);
    background-size: 200% 100%;
    transition: all 2s ease;
    background-position: right bottom;
    padding: 10px 23px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 1rem;
    display: inline-block;
    font-family: Montserrat-SemiBold;
}
.contactus_btn:hover {
    background-position: left bottom;
}
.banner_image {
    /*margin-top: 30px;*/
}

.main-banner .owl-prev, .main-banner .owl-next {
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 70px;
    height: 70px;
    /* box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);*/
    border-radius: 50%;
    /* margin: 0 auto 405px; */
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    background-color: #ec0000;
    padding: 10px 10px 6px;
    border-radius: 4px;
}
.main-banner .owl-next {
    right: 16px !important;
    left: unset;
}
.main-banner .owl-dots{
   display: block;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
.main-banner .owl-dots{
   display: block;
   text-align: center;
   position: absolute;
   bottom: 60px;
   left: 0;
   right: 0;
}
.main-banner .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    margin-left: 4px;
    border: 2px solid #fff;
}
.main-banner .owl-dot.active {
    background: #ec0000;
    border: 2px solid #ec0000;
}
.banner_content a {
    margin-top: 25px;
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: all 0.5s;
}
.banner_content a:hover {
    color: #fff;
}
/*==========BANNER CSS END=======*/
/*==========ABOUT SECTION CSS START=======*/
section.AboutSection {
    /*background: #3c3c3c;*/
    background: #222;
}
.movie-disc {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.movie-avatar {
    background-repeat: no-repeat !important;
    background-position: top left !important;
    width: 383px;
    height: 518px;
    padding-top: 3px;
    padding-left: 3px;
    margin-bottom: 25px;
    position: relative;
}
.movie-avatar-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    width: 370px;
    height: 512px;
}
.movie-avatar-img:before {
    content: '';
    background: url(../images/movie-avatar-img-glare.png) no-repeat top left;
    z-index: 999;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.movie-disc:hover {
    background-position: bottom right !important;
}
.heading-part h1 {
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
ul.listPoint {
    margin-bottom: 14px;
}
.listPoint li {
    position: relative;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.5px;
    padding-left: 30px;
    color: #fff;
    font-weight: bold;
}
.listPoint li i {
    position: absolute;
    top: 4px;
    color: #fff;
    left: 0px;
    font-size: 12px;
}
.abt-content p {
    color: #fff;
    font-size: 14px;
}
.MainBtn a:hover {
    color: #fff;
}
/*==========OUR WORKS SECTION CSS START=======*/
/*==========VIDEO SECTION CSS START=======*/
section.VideoSection.pdt_60{
 background-size: cover !important;
 background-position: center center !important;
 padding-bottom: 0px ;
 height: 590px;
 position: relative;
}
.WorkoverlayVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6) url(../images/overlay-pat.png);
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
}
section.VideoSection .MainHeading h2 {
    margin: 0px 0px 55px 70px;
}
.UpperVideo1{
    margin-bottom: 25px;
    margin-top: 70px;
}
.VideoFrame {
    /* background: #222; */
    /* padding: 4px 4px 0px 4px; */
    border-bottom: 5px solid #ec0000;
    position: relative;
}
.VideoFrame img{
    width: 100%;
}
.VideoFrame a{
       display: block;
    width: 100%;
    height: 100%;
}
.VideoFrame::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    background: rgba(17, 21, 22, 0.5);
}
.PlayBtn {
    opacity: 0;
    position: absolute;
    top: 37%;
    z-index: 9;
    color: #000;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s;
    /* background: #000; */
    /* height: 100%; */
    /* width: 100%; */
    display: block;
}
.PlayBtn i {
    font-size: 85px;
    color: #ec0000;
}
.VideoFrame:hover .PlayBtn {
    opacity: 1;
}
.VideoMain a img{
    width: 100%;
}
.VideoPTop p{
    color: #fff;
    margin-bottom: 71px;
}
.MainHeading.VideoP p {
    color: #ffffff;
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 10px;
    width: 100%;
    padding: 5px 30px;
    max-width: 462px;
    border-radius: 33px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 26px;
    text-transform: capitalize;
}
/*==========VIDEO SECTION CSS END=======*/
.OurWorks {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.Workoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6) url(../images/overlay-pat.png);
}
.OurWorks .MainHeading h2{
    position: relative;
}
.embed-responsive iframe {
    min-height: 490px;
    width: 100%;
}
.WorkSVideo p {
    color: #fff;
    margin-top: 20px;
}
/*==========OUR WORKS SECTION CSS END=======*/
/*==========OUR ARTIST SECTION CSS START=======*/
.artists{
    background: #222;
}
.actorArt {
    position: relative;
    background: none;
}
.actorArt img {
    width: 100%;
    height: auto;
}
.avatarArt {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.actorArt .detailsArt {
    position: absolute;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 25px;
    background: #333333;
    color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 0px;
}
.actorArt .socialArt {
    margin: 0 auto;
    margin-top: 50%;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
.actorArt .socialArt > li {
    display: inline-block;
    margin-right: -4px;
}
.actorArt .socialArt > li > a {
    border: 2px solid #fff;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 44px;
    margin: 0 8px;
}
.actorArt .detailsArt .fa {
    font-size: 18px;
    margin: 0px 2px;
}
.actor-info {
    margin-top: 10px;
    padding: 10px 0px 18px 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #333333;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #333333;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.actor-info .heading {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.actor-info .sub-heading {
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
    color: #bebebe;
    letter-spacing: 0.5px;
    font-size: 12px;
}
#owl-actors .item:hover .avatar {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#owl-actors .item:hover .detailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#owl-actors .item:hover .detailsArt p {
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color:#fff;
}
.actorArt .socialArt > li > a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #fb0000;
}
#owl-actors .item:hover .actor-info {
    border-color: #fb0000;
}
#owl-actors .owl-prev, #owl-actors .owl-next {
    position: relative;
    /* top: 50%; */
    /* left: 14px; */
    display: block;
    width: 38px;
    height: 38px;
    /* box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35); */
    border-radius: 50%;
    /* margin: 0 auto 405px; */
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #ec0000;
    padding: 10px 10px 6px;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    float: left;
}
#owl-actors .owl-prev {
    margin-right: 43px;
}
#owl-actors .owl-nav {
    width: 100%;
    margin: 0px auto;
    text-align: right;
    margin-top: 19px;
}
#owl-actors .owl-next {
    right: 16px !important;
    left: 0;
}
#owl-actors .owl-dots{
   display: block;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
#owl-actors .owl-dots{
   display: block;
   text-align: center;
   position: absolute;
   bottom: 0px;
   left: 0;
   right: 0;
}
#owl-actors .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    margin-left: 4px;
    border: 2px solid #fff;
}
#owl-actors .owl-dot.active {
    background: #ec0000;
    border: 2px solid #ec0000;
}
/*==========OUR ARTIST SECTION CSS END=======*/
/*==========OUR EVENT SECTION CSS START=======*/
.event-date{
    background: #ec0000;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 12px;
    border-radius: 0 0 30px 30px;
}
.event-date h6{
    font-size: 22px;
    margin-bottom: -8px;
    color: #fff;
}
.EventHeading h2 {
    text-transform: capitalize;
    font-size: 24px;
    letter-spacing: 1.5px;
}
.EventBoxMain ul li {
    margin-right: 20px;
}
.EventBoxMain ul li .btn {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 10px 15px;
}
.EventBoxMain ul li .btn.active {
    background: #000;
}
.event-date span{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#owl-event1 .item:hover .event-date {
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#owl-event1 .item:hover .avatar {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#owl-event1 .item:hover .detailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#owl-event1 .item:hover .detailsArt p {
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color:#fff;
}
#owl-event1 .item:hover .actor-info {
    border-color: #fb0000;
}
#owl-event1 .owl-prev, #owl-event1 .owl-next {
    position: relative;
    /* top: 50%; */
    /* left: 14px; */
    display: block;
    width: 38px;
    height: 38px;
    /* box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35); */
    border-radius: 50%;
    /* margin: 0 auto 405px; */
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #ec0000;
    padding: 10px 10px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
#owl-event1 .owl-prev {
    margin-right: 43px;
}
#owl-event1 .owl-nav {
    width: 100%;
    margin: 0px auto;
    text-align: right;
    margin-top: 19px;
}
#owl-event1 .owl-next {
    right: 16px !important;
    left: unset;
}
/*#owl-event1 .owl-dots{
     display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#owl-event1 .owl-dots{
     display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
#owl-event1 .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    margin-left: 4px;
    border: 2px solid #fff;
}
#owl-event1 .owl-dot.active {
    background: #ec0000;
    border: 2px solid #ec0000;
    }*/

    #owl-event2 .item:hover .event-date {
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }
    #owl-event2 .item:hover .avatar {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }
    #owl-event2 .item:hover .detailsArt {
        height: 100%;
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    #owl-event2 .item:hover .detailsArt p {
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        color:#fff;
    }
    #owl-event2 .item:hover .actor-info {
        border-color: #fb0000;
    }
    #owl-event2 .owl-prev, #owl-event2 .owl-next {
        position: relative;
        /* top: 50%; */
        /* left: 14px; */
        display: block;
        width: 38px;
        height: 38px;
        /* box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35); */
        border-radius: 50%;
        /* margin: 0 auto 405px; */
        line-height: 13px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: #ec0000;
        padding: 10px 10px 6px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 10px;
    }
    #owl-event2 .owl-prev {
        margin-right: 43px;
    }
    #owl-event2 .owl-nav {
        width: 100%;
        margin: 0px auto;
        text-align: right;
        margin-top: 19px;
    }
    #owl-event2 .owl-next {
        right: 16px !important;
        left: unset;
    }
    /*============TWO END=============*/

    #owl-event3 .item:hover .event-date {
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }
    #owl-event3 .item:hover .avatar {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }
    #owl-event3 .item:hover .detailsArt {
        height: 100%;
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    #owl-event3 .item:hover .detailsArt p {
        z-index: 10;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        color:#fff;
    }
    #owl-event3 .item:hover .actor-info {
        border-color: #fb0000;
    }
    #owl-event3 .owl-prev, #owl-event3 .owl-next {
        position: relative;
        /* top: 50%; */
        /* left: 14px; */
        display: block;
        width: 38px;
        height: 38px;
        /* box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35); */
        border-radius: 50%;
        /* margin: 0 auto 405px; */
        line-height: 13px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background-color: #ec0000;
        padding: 10px 10px 6px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 10px;
    }
    #owl-event3 .owl-prev {
        margin-right: 43px;
    }
    #owl-event3 .owl-nav {
        width: 100%;
        margin: 0px auto;
        text-align: right;
        margin-top: 19px;
    }
    #owl-event3 .owl-next {
        right: 16px !important;
        left: unset;
    }
    /*============Three END=============*/

    #owl-event1 .owl-nav, #owl-event2 .owl-nav, #owl-event3 .owl-nav  {
        display: block;
    }
    #owl-event1 .owl-dots, #owl-event2 .owl-dots, #owl-event3 .owl-dots  {
        display: none;
    }

    .EventFrom .MainHeading h2 {
        color: #fff;
        margin: 0px 0px 30px 0px;
        font-size: 30px;
        letter-spacing: 1.5px;
    }
    .EventFrom button.btn {
        width: 100%;
        font-size: 30px;
        text-transform: uppercase;
        padding: 8px;
        letter-spacing: 1.5px;
        font-weight: bold;
    }
    /*==========OUR ARTIST SECTION CSS END=======*/

    /*==========ABOUT SECTION CSS END=======*/
    /*==========SERVICES CSS START=======*/
    .ServicesSection{
        position: relative;
    }
    section.ServicesSection::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}
.ServicesBox {
    text-align: center;
    padding-bottom: 70px;
}
.ServicesHeading h2 {
    color: #fff;
    padding: 15px 0px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.ServicesPara p {
    color: #fff;
    text-align: center;
    /* padding: 15px 0px; */
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 24px;
}
.ServicesBox {
    transition: all 0.5s;
}
.ServicesSection:hover .col-hover {
    transition: all 0.5s;
    position: relative;
    z-index: 9 !important;
}
.ServicesSection:hover .MainBtn {
    transition: all 0.5s;
    position: relative;
    z-index: 9 !important;
}
    /*==========SERVICES CSS END=======*/
    /*==========CONTACT CSS START=======*/
    .ContactSection{
	/*background-size: cover !important;
    background-position: center !important;*/
    width: 100%;
    background: #222;
}

.MyInput input, .MyInput textarea {
    width: 100%;
    color: #fff !important;
    background: none;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #747483;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
}
.MyInput select {
    width: 100%;
    /*color: #fff !important;
    background: none;*/
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #747483;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
}

.MyInput input:focus, .MyInput textarea:focus {
    outline: none;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #747483;
    box-shadow: none;
    background: transparent;
}
.MyInput input:placeholder{
    color: #fff !important;
}
/*==========CONTACT CSS END=======*/
/*==========FOOTER CSS START=======*/
.newsletters {
    background-size: cover;
    background-position: center;
    padding-left: 90px;
    padding-right: 80px;
}
.newsletters-content h1 {
    font-size: 55px;
    color: #ec0000;
    margin-bottom: 0;
}
.single-newsletters {
    margin-left: 330px;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form form input {
    height: 60px;
    padding: 0 40px;
    width: 395px;
    background: #fff;
    color: #7b7b7b;
    font-size: 14px;
    border-radius: 40px;
    border: 0;
}
.newsletter-form form button.btn {
    margin-left: -50px;
    transition: .33s;
}
.newsletter-form .btn i {
    font-size: 14px;
    margin-left: 6px;
}
.footer-wrapper {
    overflow: hidden;
}
.footer-logo {
    margin-bottom: 29px;
}
.footer-text p {
    font-size: 14px;
    margin-bottom: 0;
}
.single-wrapper .footer-text p {
    margin-bottom: 12px;
    color: #fff;
}
.copyright {
    text-align: left;
}
.single-wrapper .copyright p {
    color: #afafaf;
}
.copyright p {
    margin-bottom: 0;
}
.copyright p a {
    color: #ec0000;
}
.footer-title h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 36px;
    color: #ec0000;
}
.single-wrapper .footer-title h4 {
    color: #fff;
}
.footer-img {
    margin: 0 -4px;
}
.footer-img > li {
    float: left;
    overflow: hidden;
    padding: 4px;
    width: 33.33%;
    position: relative;
}
.footer-img a {
    position: relative;
    display: block;
}
.footer-img a::before {
    background: #ec0000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s;
}
.footer-img a img {
    width: 100%;
}
.footer-info p {
    color: #fff;
    margin-bottom: 19px;
}
.single-wrapper .footer-info p {
    color: #fff;
}

.footer-icon a {
    color: #b1b1b1;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 2px solid #b1b1b1;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: .3s;
}
.single-wrapper .footer-icon a {
    color: #b1b1b1;
    background: #1a1a1a;
    border: 0;
}
.single-wrapper .footer-icon a:hover {
    color: #ec0000;
}
.fotter-link li {
    font-size: 14px;
    color: #afafaf;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 13px;
}
.footer-bottom {
    border-top: 2px solid #3b3b3b;
    text-align: center;
}
.footer-bottom-link li {
    padding-right: 0;
    padding: 0 10px;
}
.footer-bottom-link li {
    display: inline-block;
    padding-right: 20px;
}
.footer-bottom-link li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.footer-2-bottom-link li a {
    color: #fff;
}
.footer-bottom-link li a:hover {
    color: #ec0000;
}
.footer-img a:hover::before {
    opacity: .6;
}
.fotter-link li a {
    color: #fff;
}
.fotter-link li a:hover {
    color: #ec0000;
}
/*==========FOOTER CSS END=======*/
/*==========contact page css start=======*/
section.MiniBanner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 361px;
    position: relative;
    display: flex;
    align-items: center;
}
section.MiniBanner:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    top: 0;
}
.Mini_heading h1 {
    font-size: 40px;
    font-family: Montserrat-Regular;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}
.Mini_heading p {
    color: red;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.Mini_heading a.page_link {
    color: #ababab;
    position: relative;
    z-index: 9;
}
.Mini_heading {
    padding-left: 50px;
}
.Contact_map {
    position: relative;
}
.Contact_inner iframe {
    width: 100%;
    height: 650px;
}
section.Get_intouchsectn {
    margin-top: -120px;
    padding-bottom: 120px;
    background: #222;
}
.Get_inMain{
    border: 0;
    padding: 113px 0px 87px 0px;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0px 8px 16px 0px rgba(200, 200, 200, 0.3);
    text-align: center;
}
.archivment-front {
    position: relative;
    z-index: 9;
}
 p.subscribe {
    color: #ec0000;
    font-weight: 400;
    font-size: 18px;
}
.archivment-front h3 {
    color: #222222;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}h3.archivment-back {
    position: absolute;
    top: 27%;
    transform: translateY(-47%);
    color: #f3f3f3;
    font-size: 200px;
    font-family: 'Snell Roundhand';
    font-style: italic;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 34%;
}
section.Get_intouchsectn .ContactBox {
    margin-top: 60px;
}
section.Get_intouchsectn .ContactBox button{
margin:0px auto;
}
.Contact_main {
    background: #222222;
    padding: 56px 56px 34px 56px;
    position: relative;
}
.Contact_main h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #434343;
    position: relative;
    z-index: 3;
    transition: .3s;
}
.Contact_main ul li {
    color: #d4d4d4;
    margin-bottom: 20px;
}
.Contact_main ul li i {
    padding-right: 10px;
}
.Contact_main:hover li {
    color: #fff;
    transition: all 0.5s;
}
.Contact_main:hover {
    background: rgba(236, 0, 0, 0.8);
}
.Contact_main:hover h2{
    border-color:#fff;
}
section.Contact_listsetn {
    padding-bottom: 100px;
    background: #131111;
    padding-top: 100px;
}
/*==========contact page css end=======*/
/*==========about page css start=======*/
section.About_section {
    padding-top: 120px;
    background: #222;
}
.Aboutleft {
    height: 420px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.Aboutright {
    height: 335px;
    display: table-cell;
    vertical-align: middle;
}
.Aboutright p {
    line-height: 30px;
    text-align: center;
    color: grey;
}
.Wer_best p {
    color: gray;
}
.Aboutright p.Headname {
    font-weight: bold;
}
.Aboutright span.Spncls {
    color: grey;
    font-weight: normal;
    font-size: 14px;
}
.Wer_best h1 {
    font-family: Montserrat-Regular;
    color: gray;
}
.We_img {
    margin-top: -58px;
}
section.About_partnr {
    background: #fff;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Partnr_img img {
    opacity: 0.2;
}
.Partnr_img img:hover{
    opacity: 1;
}
section.Our_team {
    background-color: #111516;
    padding: 100px 0px;
}
.Teammainheading p:last-child {
    max-width: 487px;
    margin: 0px auto;
    padding-top: 20px;
}
.Teammainheading p:first-child {
    color: #ec0000;
    text-transform: uppercase;
}
.Teammainheading h1 {
    color: #fff;
}
.Teammainheading p {
    color: #fff;
}
.Team_main {
    background: #fff;
}
.Team_img {
    height: 285px;
}
.Team_img img {
    object-fit: cover;
    height: 100%;
}
.Teamdata {
    padding: 10px;
}
.Teamdata p{
    color: grey;
    font-weight: bold;
}
.Team_main:hover {
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
}
.Team_main:hover .Team_img img {
    transform: scale(.9);
    transition: all .5s;
}
.Team_main:hover ul.Social_list {
    display: block;
    transition: all .5s;
}
.Team_main:hover p {
    display: none;
}
ul.Social_list{
    display: none;
    padding-top: 10px;
}
ul.Social_list li {
    display: inline-block;
    font-size: 14px;
    padding-left: 7px;
    font-weight: 500;
    color: grey;
}
ul.Social_list li a:hover{
    color: #ec0000;
}
.Team_outer{
padding-top: 50px;
}

/*==========about page css end=======*/
/*==========GALLERY page css START=======*/
.GalICon {
    position: relative;
    font-size: 33px;
    color: #ffff;
}
/*==========GALLERY page css end=======*/

/*==========video page css start=======*/
.Video_right {
    padding: 35px;
}
.Video_left h4, .Video_right h4, .Video_text h1 {
    color: #fff;
}
.Video_left p, .Video_right p, .Video_text p{
    padding-top: 10px;
    color: gray;
}
.Video_left {
    height: 460px;
    vertical-align: middle;
    display: table-cell;
}
.Video_right:hover .Video_ovrlay, .Video_left:hover .Video_ovrlay{
    display: block;
}
.Video_ovrlay {
    display: none;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
}
.Video_ovrlay img {
    width: 100%;
    max-width: 60px;
}
.EventBoxMain.VideoGal ul{
        text-align: center;
    width: 100%;
    margin: 0px auto;
    display: block;
}
.EventBoxMain.VideoGal ul li {
    text-align: center;
    display: inline-block;
}
/*==========video page css end=======*/
/*==========artist page css start=======*/

section.Artist_section {
    background: #000;
    padding-bottom: 80px;
}
.Artist_outer {
        z-index: 9;
        background: #222222;
        padding: 70px 50px 70px 35px;
        margin-top: -65px;
        box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
        position: relative;
}
.Artist_left h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
ul.Arview_list li {
    display: inline-block;
    padding-right: 15px;
}
ul.Arview_list a {
    color: #ababab;
}
ul.Arview_list li i {
    color: #ec0000;
    padding-right: 8px;
}
.Artist_left p{
    line-height: 1.8;
    font-size: 14px;
    border-bottom: 1px solid #454545;
    color: #ababab;
    padding-bottom: 30px;
}
ul.Arview_list.share_list li i {
    font-size: 26px;
    color: grey;
}
ul.Arview_list.share_list li:hover i{
    color: #ec0000;
   }
.Share_div span, .Info_box h6{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.Artist_right {
    background-color: #333333;
    padding: 50px 15px 50px 30px;
}
.Info_box p{
    line-height: 1.8;
    font-size: 14px;
    color: #ababab;
}
section.MoreArtist {
    background: #222;
}
.MoreArtistBox {
    margin-bottom: 60px;
}
.MoreArtistBox img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.MoreArtistBox img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*==========artist page css end=======*/
/*==========event page css start=======*/
section.Event_section {
    padding: 100px 0px;
    background:#1f1f1f;
}
.Evnt_detail p {
    color: #fff;
}
.Event_main ul#pills-tab li a.nav-link.active, .Event_main ul#pills-tab li a.nav-link:hover{
    background-color: #ec0000;
}
.Event_main ul#pills-tab li a.nav-link.active span,.Event_main ul#pills-tab li a.nav-link.active h3{
color: #fff;
}
.Event_main ul#pills-tab li a.nav-link:hover span,.Event_main ul#pills-tab li a.nav-link:hover h3{
    color: #fff;
    }
.Event_main ul#pills-tab li a.nav-link h3{
    color:#000;

    font-family: Montserrat-Regular;
}
.Event_main ul#pills-tab li a.nav-link{
    background: #f1f0f6;
    padding: 18px 36px;
    position: relative;
}
.Event_main ul#pills-tab li{
margin-right: 10px;
}
.Event_main ul#pills-tab li a.active{
    background: #ec0000;
    color: #fff;
}
.Event_main ul#pills-tab li a:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -13px;
    content: '';
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.Event_main ul#pills-tab li a.active:before{
opacity: 1;
}
.Evnt_left {
    padding: 90px 28px;
    background: #ec0000;
}
.Evnt_left span {
    color: #fff;
    font-weight: bold;
    display: block;
    /* text-align: center; */
    font-size: 18px;
}
.Evnt_img {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0px auto;
}
.Evnt_img img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    top: 39px;
    left: 13px;
}
.Evnt_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 232px;
}
.Evnt-right {
    border-bottom: 1px dashed #e5e5e5;
    border-right: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}
.Evnt_detail h4 {
    color: #fff;
}
.Evnt_detail h4 strong {
    font-size: 14px;
    color: #fff;
    margin-left: 12px;
}
.Event_main .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.bgclr{
    background: #d9523f;
}
/*==========event page css end=======*/
/*==========CHANGES CSS  START=======*/
.VGalleryArt {
    position: relative;
    background: none;
    margin-bottom: 40px;
}
.VGalleryBoxArt {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.VGalleryArt img {
    width: 100%;
    height: auto;
}
.VGalleryArt .VdetailsArt {
    position: absolute;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 25px;
    background: hsl(192 13% 8% / 0.4);
    color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    height: 0px;
}
.VGalleryArt:hover .VdetailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.VdetailsArt p {
    font-weight: bold;
    font-size: 26px;
}
.VdetailsArt .btn {
    padding: 12px 40px;
    margin-top: 34px;
}
a.ShowBtnAll {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.ServicesBox:hover a.ShowBtnAll {
    color: #ec0000;
}
.footer-logo img {
    width: 100%;
    max-width: 95px;
}
.pda0{
    padding: 0px;
}
.mra0{
    margin: 0px;
}
.AvVimg img{
    width: 100%;
}
section.ArtistVideoSec .VGalleryArt {
    margin-bottom: 0;
    border-bottom: 5px solid #ff0004;
}
.VdetailsArt p i {
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
}
.VGalleryBoxArt.VgForOb {
    height: 395px;
    width: 100%;
    /* object-fit: cover; */
}
.VgForOb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.ArtistVideoSec {
    background: #111516;
}
.VertBtn .active.btn{
    background: #000;
    color: #fff;
}
.VertBtn .btn{
    color: #fff;
    margin-bottom: 20px;
}
.NewEvntSection{
    background: #111516;
}

.NewAcEH:hover .detailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.HomeWorks{
    background: #868686;
}
.HomeWorks h1 {
    color: grey;
    text-align: center;
    font-size: 26px;
    margin-bottom: 28px;
}
.WorkPNew{
    padding: 20px;
}
.WrkH1 h1{
    color: grey;
    text-align: center;
    font-size: 26px;
    margin-bottom: 28px;
}
.itemSinglArt:hover .detailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.itemSinglArt:hover .actor-info {
    border-color: #fb0000;
}
.itemSinglArt:hover .detailsArt p {
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
}
.EvntSinHover:hover .detailsArt {
    height: 100%;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.EvntSinHover:hover .actor-info {
    border-color: #fb0000;
}
.EvntSinHover:hover .detailsArt p {
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
}
.modal-content.BookingModel {
    /* background: #000; */
    padding: 25px 55px;
}
.modal-content.BookingModel .EventFrom .MainHeading h2 {
    color: #ec0000;
    text-align: center;
}
.modal-content.BookingModel button.close {
    position: absolute;
    right: 32px;
    font-size: 32px;
    color: #ec0000;
    cursor: pointer;
    z-index: 9;
}
.modal-content.BookingModel button.close span{
    color: #ec0000;
    cursor: pointer;
}
.modal-content.BookingModel button.close:focus, .modal-content.BookingModel button.close:hover{
    box-shadow: none;
    border: none;
    outline: none;
}
.evtGal a img{
    width: 100%;
}
.EventBoxMain .evtGal li {
    margin-right: 0px;
    margin-bottom: 40px;
}
.MainArtist2 {
    background: rgb(255 255 255 / 0.1);
    padding: 15px;
    margin-bottom: 50px;
}
.ArBox2 {
    margin-bottom: 20px;
}
.ArBox2 .actorArt .socialArt {
    margin-top: 0;
}
.Maarimg{
    height: 384px;
}
.Maarimg img{
    height: 100%;
}
.ArBoxDivide .ArBox2{
    /*height: 222px;*/
    width: 100%;
}
.ArBoxDivide .ArBox2 img{
    height: 100%;
    width: 100%;
}
/*==========CHANGES CSS  end=======*/