/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    
}

body {
   font-family: 'Poppins', sans-serif;
 	 position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

 @font-face {
font-family: 'Amsterdam Regular';
font-style: normal;
font-weight: normal;
src: local('Amsterdam Regular'), url('../fonts/Amsterdam-VwYy.woff') format('woff');
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px; color:#222222;
}

.section{
    padding: 70px 0;
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
 

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 30px;
    }
    
     
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
 
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #eb1b4a;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #f43438 !important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #f43438 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}


/*New CSS*/

img { max-width:100%;}
header{ position:absolute; top:0; width:100%;     z-index: 9;}
.logo {padding-top:5px;}
.logo img {  width: 200px;}
section.banner{ background:url(../images/banner.jpg) no-repeat; height:800px; background-size:cover;    background-attachment: fixed; padding:240px 0 0;  background-position: center;}
.caption.vert-move { margin-top: 45px;}
 
 
.caption h3{ font-size:45px; color:#FFF; line-height:2.3; font-family: 'Amsterdam Regular'; font-weight:400; }
.comp{ display:block; margin-left:70px;}
.caption h3 span {position:absolute; top:52px; right:100px;}
.abb-drop a h4 { font-size:20px; color:#000; margin-top:10px;    font-weight: 400; margin-bottom:0px;}
.abb-drop a{ text-decoration:none;}
.banner img { max-width:inherit}
ul.nav.navbar-nav { margin-top:40px;}
.lft-banr { padding-top: 100px;  padding-left:340px;}
.lft-banr p{ font-size:17px; color:#FFF; line-height:1.4;  font-weight:300;}
.lft-banr h3{color:#eb1b4a; font-weight: 400; font-size:25px;    line-height: 1.1;    margin-bottom: 8px;}
.lft-banr span{ color: #ffffff; display: block;    font-size: 60px;    margin-bottom: 8px;}
.lft-banr a{font-size: 15px; padding:7px 15px; background:#eb1b4a; text-decoration: none;
    color: #FFF;  border-radius: 50px; text-transform:capitalize; display:inline-block; margin-top:15px;}


/*Toggle Menu*/
.sidenaver { text-align: center;}
.sidenav {height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color:#111111;  overflow-x: hidden; transition: 0.5s;  padding-top:310px;}
.sidenav .closebtn {position: absolute;  top:33px; right:15px;  font-size:55px;  margin-left:50px; color:#FFF;}
.toobtn { position: absolute;  right:10%;top:60px;}
.sidenav a { display:inline-block;    color: #cacaca;  margin-right: 46px; font-size:30px;     text-decoration: none;     text-transform: uppercase;}
.toobtn button{  /*    background-image: linear-gradient(to right top, #eb1b41, #c60057, #c1187f, #cc346c, #bf115657); */border:0px; font-size:34px; padding:9px 8px; color:#FFF; border-radius:3px;     background: transparent;     outline: 0;}
.sidenav a:hover{ color:#eb1b4a;}
.social-top ul li{ display:inline-block; }
.social-top ul li a{ font-size:30px;     margin-right: 16px;}
.social-top { margin-bottom:130px;  }
.social-top {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}


 
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}




/*ARTIST*/
section.artist-sec { background:#191717; position:relative;    padding: 10px 0 30px;}
 section.artist-sec:before{ position:absolute; content:""; background:url(../images/artiest-top-bg.png) no-repeat; width:100%;
 top:-100px; height:100px;  } 
 section.artist-sec:after{ position:absolute; content:""; background:url(../images/artiest-bottom-bg.png) no-repeat; width:100%;  bottom:-100px; height:100px;    z-index: 9;  } 
section.artist-sec p{font-size:18px; color:#FFF; }
.lft-art {margin-top:38%; text-align: center; position:relative;}
.lft-art:before{ position:absolute; content:""; background:url(../images/music-bg.png) no-repeat; left:-150px; width:550px; height:180px;  top:-50px; }
.lft-art h4{ display:inline-block; color:#eb1b4a; font-size:20px; font-weight:400; }
.rght-art { margin-top: -64px;}
.sm-fr { float:right;}
 
 
/*Workshop*/
section.workshop { background:url(../images/workshop-bg.jpg) no-repeat; width:100%; padding:140px 0px 90px; position:relative;background-size: cover;  background-attachment: fixed;}
.lft-wokshp {z-index:0; position:relative;}
.cd {transition:0.6s; position:absolute; right:160px; z-index:-1; top:30px;}
.lft-wokshp:hover .cd{right:20px;}
div#workshop_videos { margin-top: 150px;}
.title-head h3{ font-size:35px; color:#000; font-weight:400; }
.title-head span{ color:#eb1b4a;}
.lft-wokshp .fa{ font-size:65px; color:#FFF;}
.lft-wokshp a{ position:absolute; width:150px; height:150px; left:30%;  top:40%;}
.rght-wokshp h4{ font-size:26px; font-weight:400; color:#000; margin-top:25px; margin-bottom:10px;}
.rght-wokshp h5{ font-size:13px; font-weight:500; color:#000;}
.rght-wokshp p{ font-size:18px;}
.rght-wokshp {    margin-top: 60px}
 .lft-wokshp img{ width:auto !important;}
.viewall { text-align: center;}
.viewall a { font-size:15px; padding: 7px 15px; background: #eb1b4a; text-decoration:none; color:#FFF; border-radius:50px;}
.viewall a:hover{    background: #4739b2;}
section.workshop .owl-dots {display: none;}
section.workshop .owl-theme .owl-nav {margin-top: 30px; text-align: left;}
section.workshop .owl-theme .owl-nav [class*=owl-] { border:1px solid #000 !important; font-size:17px !important; color:#464646 !important; padding:1px 15px;  border-radius:50px;}
section.workshop .owl-theme .owl-nav [class*=owl-]:hover {  background: #eb1b4a; color:#FFF !important; border-color:#eb1b4a !important; outline:0; }
section.workshop button { outline:none;}
section.workshop .title-head {position: absolute;     left: 8%; top: 26%;}


/*Maestros Onboard*/
section.maestros-onboard { background:url(../images/maestros-bg.jpg) no-repeat; padding:70px 0px;    background-size: cover;
    background-position: center;   position:relative; display:none;}
 section.maestros-onboard:before{ position:absolute; content:""; background:url(../images/artiest-top-bg.png) no-repeat; width:100%;  top:-100px; height:100px;  } 
 section.maestros-onboard:after{ position:absolute; content:""; background:url(../images/maestros-onboard-bg.png) no-repeat; width:100%;  bottom:-100px; height:100px;  z-index:9;  background-size: cover; } 	
	
section.maestros-onboard .title-head h3 {color: #FFF; margin-bottom:45px;}
.profile-content {position:absolute; bottom:0; left:0; right:0; background-color:#eb1b4aab; overflow:hidden;  width:100%;
  height:0;  transition:.5s ease;}
.box-maestros { position: relative; }
.box-maestros:hover .profile-content { height: 100%;}
.pro-cont {position:absolute; top:20%; left:20%; right:20%; text-align:center;}
.profile-content h4{ font-size:20px; color:#FFF; margin-bottom:0px; font-weight:500;}
.profile-content p{ font-size:15px; color:#FFF; margin-bottom:2px;}
.profile-content ul { padding:0px;}
.profile-content ul li{ display:inline-block; margin-right:15px; }
.profile-content ul li a{ font-size:16px; color:#FFF;}
section.blog-sec .nav-tabs>li>a:hover {    color: #eb1b4a;}
section.awards .owl-theme .owl-nav{ position: absolute; right: 0;    top: -110px;}
section.awards .owl-theme .owl-nav [class*=owl-] { background:#eb1b4a;    border: 0px solid #000 !important;
    font-size: 17px !important;
    color: #FFF !important;
    padding: 1px 15px;
    border-radius: 50px; outline:0px;}
section.awards .owl-dots { display:none}


/*Blog - News*/
section.blog-sec { padding: 100px 0; background:url(../images/blognews-bg.jpg) no-repeat; background-size: cover;    background-attachment: fixed; display:none;}
section.blog-sec ul.nav.nav-tabs {   border-bottom: 0; text-align: right;}
section.blog-sec  .nav-tabs>li { float:none; display:inline-block;margin-left:30px;}
section.blog-sec .nav-tabs>li.active>a, section.blog-sec .nav-tabs>li.active>a:focus, section.blog-sec .nav-tabs>li.active>a:hover {background-color: transparent; border: 0;}
section.blog-sec .nav>li>a:hover {background-color: transparent;}
section.blog-sec .nav-tabs>li>a {border:0; font-size:20px; color:#000;    padding: 2px 0;}
.blog-content img {width: 100%;}
section.blog-sec .nav-tabs>li.active>a { color:#eb1b4a; border-bottom:2px solid #eb1b4a !important;}
.blog-content { padding: 20px;  background: #FFF;}
.blog-content p{ margin-top:15px; margin-bottom:0px;}
.blog-content a{ color:#FFF; background:#eb1b4a; padding:5px 14px; display:inline-block; margin-top:20px; border-radius:18px; text-decoration:none;}
.blog-content a:hover { background:#191717;}
section.blog-sec .tab-content { margin-top: 35px;} 


/*Footer*/
footer { background: #191717;  text-align:center; padding:70px 0;}
.foot-logo { margin-bottom:30px;}
.foot-logo img{    width: 220px;}
.foot-nav ul { padding:0px; margin:0px; }
.foot-nav ul li{ display:inline-block; margin-right:15px;}
.foot-nav ul li a{ font-size:14px; color:#FFF; text-decoration:none; text-decoration:none; text-transform:uppercase; }
.foot-nav ul li a:hover{ color:#eb1b4a;}
.foot-social { margin-top:25px;  }
.foot-social ul { padding:0px; margin:0px; }
.foot-social ul li{ display:inline-block; margin-right:15px;}
.foot-social ul li a{ font-size:22px; color:#FFF; text-decoration:none; text-decoration:none; text-transform:uppercase; }
.foot-social ul li a:hover{ color:#eb1b4a;}


/*About us*/
section.inner-banner-about{ background: url(../images/banner-aboutus.jpg) no-repeat; height:600px; background-size: cover;    background-position: center; position: relative;  }
.inner-caption {position: absolute; bottom:25%;}
.inner-caption h3{ color:#FFF; font-size:35px; font-weight:400; margin-bottom:10px;}
.inner-caption p{ color:#FFF;}
section.abt-aditya { position:relative; padding:50px 0px 160px;     z-index: 1;}
/*section.abt-aditya:before { position: absolute; content: "";  background: url(../images/artiest-bottom-bg.png) no-repeat;    width: 100%;  top:-30px;  height:90px; z-index:9;    background-size: cover;}*/
/*.lft-aa { padding:170px 40px 140px 105px;}*/
.lft-aa { padding-top: 50px;}
.lft-aa p{ font-size:17px; line-height: 1.4;}
.pm0{ margin:0px; padding:0px;}
.rght-aa { text-align: right;}
.lft-aa span.red{ color:#eb1b4a;}
section.aditya-profile { background:#191717; padding:70px 0; position:relative;}
 
.rght-ap p{ color:#FFF; font-size:17px; line-height:1.4;}
.rght-ap ul { margin:0px; padding:0px;}
.rght-ap ul li{ display:block; margin-top:20px; color:#FFF; font-size:18px;}
.rght-ap ul li span{ color:#eb1b4a;}
.rght-ap  .title-head h3 { color:#FFF; margin-bottom:30px;}
section.aditya-profile:before {position:absolute; content:""; background:url(../images/artiest-top-bg.png) no-repeat;
    width:100%; top:-100px;  height:100px; }
section.aditya-profile:after { position:absolute;  content:""; background:url(../images/artiest-bottom-bg.png) no-repeat;    width:100%; background-size:cover;  bottom: -60px;
    height: 70px; z-index: 9;}
section.aditya-portfolio {padding:170px 0 170px;}
.sub-port{z-index:0;  position:relative;height: 340px ;margin-top: 90px;}
.sub-port a { position:absolute; width:100%; height:auto; left:0; top:26%; right:0; text-align: center;}
.cd1{ transition: 0.6s; position:absolute; right:0;  z-index:-1;  top:0px; left:0; text-align:center;}
.sub-port:hover .cd1{ top:-70px;}
.sub-port .font h4{ font-size:17px; font-weight:400; color:#ffffff; margin-top:15px; text-align:center;    line-height: 1.3;}
.sub-port h4{ font-size:17px; font-weight:400; color:#191717; margin-top:15px; text-align:center;    line-height: 1.3;}
/* .sub-port img:hover{-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.5s ease;} */
.sub-port:hover h4{ color:#eb1b4a;}
section.awards {background: #191717;  padding: 50px 0px 60px; background-size: cover;
    background-position: center;  position: relative;}
section.awards .title-head h3{ margin-bottom:70px; color:#FFF;}	
section.awards .pro-cont {left:5%; right:5%; top: 34%;}
section.awards  .profile-content h4 {font-size:18px;}
section.awards  .profile-content p{    font-size: 14px; line-height:1.3;     }
section.awards:before{position: absolute;  content: ""; background: url(../images/artiest-top-bg.png) no-repeat; width: 100%; top: -100px;  height: 100px;}
.abt-con { padding-top:65px;}
section.awards::after{position: absolute;content: "";background: url(../images/artiest-bottom-bg.png) no-repeat;width: 100%;background-size: cover;bottom: -60px;height: 70px;z-index: 9;
}

/*.wrkshp-gallery   .sub-port a:before  { top:0px;position: absolute;content: "";width: 100%;height: 100%;background: #69e77e; opacity: 0.6;transition: 0.6s;
display: none;}


.wrkshp-gallery .sub-port a:hover::before{ display: block; transition: 0.6s;} */
.wrkshp-gallery .sub-port a { position: relative;     display: block;}
.wrkshp-gallery .sub-port {height: auto;}
.wrkshp-gallery .sub-port {box-shadow: 0px 0px 20px #7171713d;border-radius: 10px;}
.wrkshp-gallery .sub-port img{border-radius:10px;}
/* section.aditya-portfolio.wrkshp-gallery .sub-port:hover h4{color: #9e9292;} */
/* .wrkshp .sub-port:hover h4{color: #ffffff;} */
.eapps-instagram-feed-title {    display: none !important;}
a.eapps-link {  display: none !important;}


/*Workshop Banner*/
.inner-banner-workshop{background: url(../images/workshop-banner.jpg) no-repeat; height: 580px; background-size: cover;
    background-position: center;  position: relative;}
section.aditya-portfolio.wrkshp-gallery { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-gallery:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-release { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-release:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-project { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-project:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-sai-album { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-sai-album:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-govinda-mahima { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-govinda-mahima:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-coproduction { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-coproduction:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-stage-performance { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-stage-performance:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

section.aditya-portfolio.wrkshp-interview { padding:80px 0 70px; position:relative; z-index:0;}
section.aditya-portfolio.wrkshp-interview:before{position: absolute; content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat; width:100%; top:-30px; height: 100px;    z-index: 9;    background-size: cover;}	

/*Get In touch */
.inner-banner-getintouch {background: url(../images/get-in-touch-banner.jpg) no-repeat; height: 580px; background-size: cover;
    background-position: center;  position: relative;}

section.gettouch{ padding:170px 0px 70px; position:relative; text-align:center;}
/*section.gettouch:before{position: absolute;  content: ""; background: url(../images/artiest-bottom-bg.png) no-repeat;
    width: 100%;  top: 0px; height: 100px;  z-index: 9; left:0px;}	*/
section.gettouch h4{ text-align:center; font-size:30px; font-weight:500; color:#191717; text-transform:uppercase;}
.mt30 { margin-top:50px;}	
section.gettouch .form-control{ height:42px; border:1px solid #f1f1f1; box-shadow:none;}
section.gettouch .form-group { margin-bottom:22px;}
section.gettouch textarea.form-control { height:150px;}
section.gettouch  button.btn-default {background:#eb1b4a; border:0px; padding:4px 45px; color:#FFF; border-radius:15px; margin-top: 46px; outline:0px;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section.gettouch button.btn-default:hover {background:#2b2b2b; transition:0.6s;}


/*Live Event*/
.coundown-sec {padding: 70px 0; text-align:center;}
.coundown-sec h3{ font-size:40px; color:#FFF; margin-bottom:110px; font-weight:300;text-transform:uppercase;}
.coundown-sec ul { padding:0px; margin:0px; }
.coundown-sec ul li { display:inline-block; margin-right:45px; font-size:17px; color:#FFF; text-transform:uppercase;}
.coundown-sec ul li span{    display: block; font-size:100px; color: #eb1b4a; margin-bottom:50px;     }

.live-stream { padding:70px 0px;}
.live-stream h3{font-size:30px; color:#FFF; margin-bottom:10px; font-weight:300;text-transform:uppercase; line-height:1.3;}
.live-stream h6{font-size: 25px; color: #eb1b4a; font-weight: 400; text-transform: uppercase; line-height:1.4;}
.live-stream p{font-size:13px; color:#FFF;  font-weight:300; margin-bottom:10px;}
.face-sec {position:relative; margin-bottom: 20px;}
/*.face-sec a {position:absolute; width:100px; height:100px; text-align:center; top:40%; left:0; right:0; margin:0 auto;}*/
.live-stream .owl-carousel .owl-item img { width:auto;}
.live-stream .owl-theme .owl-nav {position:absolute; top:-18%;  right: 0;}
.live-stream .owl-dots {display: none;}
.live-stream .owl-theme .owl-nav [class*=owl-] { border: 1px solid #eb1b4a !important;  font-size:17px !important; color:#FFF !important;  padding: 1px 15px;    border-radius: 50px;}
.live-stream .owl-theme .owl-nav [class*=owl-]:hover {  background: #eb1b4a; transition:0.6s;}
.live-stream button{ outline:0;}

.play-icon {position: absolute; top: 40%; left: 40%;}
.face-sec h4{ font-weight:300; text-align:center; font-size:21px; color:#FFF; margin-top:15px;}

.u-sec h4{ font-weight:300; text-align:center; font-size:21px; color:#FFF; margin-top:15px;}
section.tahnk { padding: 150px 0;   text-align: center;}
section.tahnk h2{ font-size:60px; font-weight:400; color:#222;}
section.tahnk p{ font-size:20px; margin-top:15px;}


/*div#myModal .modal-content {padding: 176px 50px;  height:100%;     background: #000; text-align: center;}
.modal-lg { width: 100%;  height: 100%;}
.modal-dialog  {    margin: 0px auto}
button.close {position: absolute;  top:10px;   right:10px;    color: #fff;   opacity: 2;}
.close:focus, .close:hover { color:#eb1b4a; }
div#myModal .modal-content	h4{ font-size:40px; color:#FFF; font-family: 'Amsterdam Regular'; }*/
section.ingau { text-align:center;  position: relative;  height:100vh; width:100vw; background:url(../images/bg.jpg) no-repeat;     }
 .ap-logo { margin-bottom:15px;}
.ina-sub a { font-size:18px; color:#FFF; background:#eb1b4a; padding:5px 20px; border-radius:12px; text-decoration:none;}
.ina-sub a:hover{    background: #dbae3c;}

.ina-sub{
	display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;}
  .middle {
  display: table-cell;
  vertical-align: middle;
}


.rec {
    padding: 70px 0 0px;
}

.rec p { font-size:18px; color:#FFF;}
.devl { margin-top: 24px;}


section.social-media-widgets {
    background: url(../images/maestros-bg.jpg) no-repeat;
    padding: 50px 0px 60px;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.social-media-widgets:before {
    position: absolute;
    content: "";
    background: url(../images/artiest-top-bg.png) no-repeat;
    width: 100%;
    top: -80px;
    height: 100px;
}
section.social-media-widgets h3  {color: #FFFF; font-size: 25px; font-weight: 400;}
section.aditya-portfolio.wrkshp-gallery {
  margin-bottom: 105px;
}


section.about-aditya-social-media-widgets {
    padding: 50px 0px 60px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 70px;
}
section.about-aditya-social-media-widgets:before {
    position: absolute;
    content: "";
    width: 100%;
    top: -100px;
    height: 100px;
}
section.about-aditya-social-media-widgets h3  {color: #000000; font-size: 25px; font-weight: 400;text-transform: capitalize;}


section.awards:after {
    position: absolute;
    content: "";
    width: 100%;
    background-size: cover;
    bottom: -60px;
    height: 70px;
    z-index: 9;
}


.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
  

 
  section.social-media-widgets h3  {color: #FFFF; font-size: 25px; font-weight: 400;text-transform: capitalize;}
  section.aditya-portfolio.wrkshp-gallery {
    margin-bottom: 105px;
}


h2.wx-title.css-1v6nza6 { color: #FFF  !important;}
a.css-1tmxu1x {  visibility: hidden;}
.lft-ls a{  color: #eb1b4a; text-decoration: underline; }
 

 

 
 
/*Responsive code hrer*/
@media only screen and (max-width:19200px) {
	
	
	}

@media only screen and (max-width: 1024px) {
.caption {width:auto;}	
.logo {text-align:left;}
.lft-banr {    padding-left: 240px;}
.inner-banner-workshop{    background-position: 80%;     height: 510px;} 
.sub-port {    height: 270px;}
.cd1 {    top: -23px;}
	
}

@media only screen and (max-width: 992px) {
.attr-nav > ul > li{margin-top:35px;}
.caption {margin-top:35%;}
section.banner {height:720px;}
.viewall {left:13%;}
.rght-wokshp { margin-left: 20px;}
section.artist-sec p { font-size: 16px;}
.attr-nav {right:16%;  margin-left:0; position:absolute;}
 
section.aditya-profile {    padding: 70px 0 0;}
.sidenav a{margin-right: 35px;   font-size: 25px;}
.inner-banner-getintouch {    height: 470px;}

}

@media only screen and (max-width:980px) { 

.lft-banr { padding-left: 90px;}
div#myModal .modal-content	h4 { font-size:30px; line-height:2.6; }
div#myModal .modal-content {   padding: 100px 50px;}
section.artist-sec p {  font-size: 14px;}
.live-stream h6 {   font-size: 17px;}
section.aditya-portfolio .col-sm-4 { width: 49%;}
.rght-ap { padding-top: 10px;   padding-left: 0;}


}


@media only screen and (max-width:767px) {
	
.lft-art { margin-top: 15%;}	
.sm-fr  { float:none;}
.rght-art {text-align: center;}
.cd { display:none;}
.lft-wokshp{ text-align:center;}
.lft-wokshp img {display: inline !important;}
.viewall { position: inherit;}
.rght-wokshp { margin-top: 35px; text-align: center;}
section.workshop .owl-theme .owl-nav {    text-align: center;}
.viewall{text-align: center;  margin-top: 16px;}
section.workshop {  padding:100px 0px 110px;}
.youtube-font {  margin-top: 25px;}
.face-sec{    margin-top: 25px;}
.lft-banr { padding-left: 30px;    padding-right: 30px;     padding-top: 70px;}
section.workshop .title-head {    position: inherit;     text-align: center;    margin-top: 35px;}
div#workshop_videos {  margin-top: 50px;}
.sidenav a {    margin-right: 23px;  font-size: 20px;}
.sidenav .closebtn{    font-size: 36px;}
section.inner-banner-about { height: 500px;}
.rght-aa { text-align: center;}
section.aditya-profile { padding: 70px 0 40px;}
section.aditya-portfolio .col-sm-4 {    float: left;}
.lft-ap { text-align:center; margin-bottom:5px;}
section.aditya-portfolio {    padding: 130px 0 120px;}
.inner-banner-getintouch{    height: 390px;}


}



@media only screen and (max-width:600px) {

.lft-banr { padding-left: 20px; padding-right: 20px;    padding-top: 10px;}
.sidenav a { margin-right: 0;  font-size: 20px;    margin-bottom: 25px;    display: block;}
.sidenav{    padding-top: 60px;}
.social-top {  margin-bottom: 80px;}
section.inner-banner-about {    background-position: 60%;   height: 390px;}
.lft-aa { padding: 70px 30px 120px 25px;}
.rght-ap { padding-top: 20px;}
section.aditya-portfolio .col-sm-4 { width: 48%;  float: left;}
.cd1 { display:none;}
.sub-port {    margin-top: 10px;}
.lft-aa { padding: 70px 10px 20px 10px;}
.sub-port {    height: 280px;}
.inner-banner-getintouch {  height: 330px;}
 .toobtn {    top:20px;}


	
	
}

@media only screen and (max-width:414px) {
.rght-wokshp h4{ font-size:17px;}
.rght-wokshp p {font-size: 14px;  line-height: 1.3;}
.lft-banr {padding-left: 10px;  padding-right: 10px;}
.lft-banr h3 { font-size: 18px;}
.lft-banr span {    font-size:38px;}
div#workshop_videos { margin-top: 30px;}
.title-head h3 { font-size: 28px;}
section.artist-sec:before{top:-50px; height:50px;     background-size: cover;}
section.artist-sec:after{ background-size: cover;  bottom: -50px; height: 50px;}
.lft-banr{    padding-top: 40px;}
section.banner {    background-position: 34%;}
section.awards .owl-theme .owl-nav {position: inherit; right: 0;  top: 0;}
section.inner-banner-about {    height: 320px;}
 .lft-aa p { font-size: 15px; }
 section.aditya-portfolio .col-sm-4 {width: 100%; float: none;}
.sub-port {height: auto; margin-top: 40px;}
.inner-banner-workshop {    height: 380px;}
section.gettouch {    padding: 50px 0px 70px;}
.rght-ap p {    font-size: 15px;}




}
@media only screen and (max-width:385px) { 
.lft-banr span { font-size: 39px;}

}

@media only screen and (max-width:360px) { 
section.banner {    background-position: 33%;}
 .lft-banr span {  font-size: 31px;}
 .lft-banr h3 { font-size: 17px;  font-weight: 600;    line-height: 1.3;}
 .lft-banr p {  font-size: 15px;}
 section.inner-banner-about {  background-position: 58%;    height: 240px;}
 .foot-nav ul li a {    font-size: 13px;}
 .foot-nav ul li {    margin-right: 10px;}
 

}

