body {
    margin: 0;
    padding: 0;
    transition: .4s all;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul li {
    display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h4{
    font-family: 'Fjalla One', sans-serif;
}
p,a,h3{
    font-family: 'PT Sans Narrow', sans-serif;
}




@font-face {
  font-family: 'ShonarBangla-Bold';
  src: url('../font/ShonarBangla-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../font/ShonarBangla-Bold.woff') format('woff'), 
  url('../font/ShonarBangla-Bold.ttf')  format('truetype'), 
  url('../font/ShonarBangla-Bold.svg#ShonarBangla-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}



body{
    padding-top: 55px;
}


body,
html{
    overflow-x: hidden;
}


/* HEAD */

.head{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.nav1{
    background-color: #f1a414;
}
.logo img {
	width: 100%;
	max-width: 80px;
    box-shadow: 0px 0px 6px 3px #c37f01;
	/* margin-top: -13px; */
}
.logo {
	position: absolute;
	top: 0;
	left: 110px;
}
.nav-item {
    margin: 0 20px;
    text-transform: capitalize;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(35, 51, 38);
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s all;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff;
}
.navbar-nav.ml-auto {
	border-right: 1px solid rgb(35, 51, 38);
}
.icon ul{
    padding-left: 30px;
}
.icon ul li{
    margin-right: 15px;
}
.icon ul li i{
    color:  rgb(35, 51, 38);
    transition: .3s all;
}
.icon ul li i:hover{
    color: #fff;
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    border: none;
    color: rgb(35, 51, 38);
}
.navbar-toggler:focus{
    outline: none;
}



/* ABOUT US */
.about,.course{
    background-color: #233326;
    padding: 70px 0;
}

.about{
    background-color: #233326;
}

.about h3{
    color: #efa212;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 38px;
    text-transform: capitalize;
}
.border {
	border: 2px solid #efa214 !important;
	width: 60px;
}
.heading h1{
    color: #efa214;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 45px;
}
.heading {
	padding-bottom: 40px;
}
p.about-text {
	color: #fff;
	font-size: 16px;
    letter-spacing: 1px;
    padding-left: 30px;
}
.banner{
    width: 100%;
    height: 640px;
    background: #e09814 url("../images/scene-bg.png") no-repeat left top;
    position: relative;
    overflow: hidden;
}



.videography{
    width: 100%;
    height: 100%;
    max-width: 940px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.stand-fld{
    width: 100%;
    position: absolute;
    left: 25px;
    top: 65px;
}

.stand-fld .stand{
    width: 200px;
}

.fig-stand{
    display: inline-block;
    position: relative;
}

.fig-stand:before{
    content: " ";
    width: 100%;
    height: 20px;
    position: absolute;
    left: -45px;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
    background: #000;
    opacity: 0.4;
    border-radius: 100%;
      -webkit-filter: blur(11px);
         -moz-filter: blur(11px)
          -ms-filter: blur(11px)
           -o-filter: blur(11px)
              filter: blur(11px);
}


.small-ring{
    position: absolute;
    left: -31px;
    top: 69px;
    width: 97px;
    box-shadow: -3px 1px 7px 2px #b57b11;
    border-radius: 100%;
    animation: rotating 4s linear infinite;
}


.big-ring{
    position: absolute;
    right: 13px;
    top: -29px;
    width: 123px;
    box-shadow: -3px 1px 7px 2px #b57b11;
    border-radius: 100%;
    animation: rotatingslow 10s linear infinite;
}


.light-ray-image{
   position: absolute;
    right: -294px;
    top: -93px;
    transform: scale(1.2);
    animation: aniopacity 0.2s linear infinite;
    pointer-events: none;
    z-index: 9;
}


@keyframes aniopacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@keyframes rotatingslow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.character-animation{
    width: 325px;
    position: absolute;
    right: 0;
    bottom: -165px;
}


.banner-text{
    width: 100%;
    max-width: 940px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 65px;
    text-align: center;
}

.banner-text h2{
  font-family: 'ShonarBangla-Bold';
  font-size: 65px;
  color: #fff;
  line-height: 0.5em;
  display: inline-block;
}

.banner-text h3{
    font-family: 'Passion One', cursive;
    font-weight: 700;
    color: #19291e;
    line-height: 0.5em;
    font-size: 59px;
    display: inline-block;
    margin: 0 8px;
}

.contact-info h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
}

.contact-info h4 + h4{
    margin-top: 7px;
}

.contact-info h4 span{
    color: #19291e;
}


.clapperboard{
    width: 65px;
    position: relative;
    top: -19px;
}

.contact-info{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.sub-clases{
    width: 100%;
    float: left;
    background: #efa214 url('../images/background-bg.png') no-repeat right bottom;
    background-size: cover;
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 20px;
    margin-top: 20px;
    min-height: 340px;
    border-radius: 10px;
}

.price{
    position: relative;
}

.sub-group-class{
    width: 100%;
    float: left;
}

.sub-group-class:nth-child(2){
    margin-top: 8px;
}

.sub-clases h4{
    color: #fff !important;
}


.sky-sub-clases{
    background-color: #8dd9ff;
}

.parple-sub-clases{
    background-color: #a993ff;
}

.green-sub-clases{
    background-color: #83ffa3;
}

.yellow-sub-clases{
    background-color: #f5cf44;
}

.month.discount{
    position: relative;
    top: 20px;
}


.green-sub-clases,
.yellow-sub-clases{
    padding-top: 40px;
}

.middle-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 2px 2px 2px #b3952a;
    border-radius: 100%;
}

.relative-fld{
    position: relative;
}


.video-roll{
    position: absolute;
    right: 0;
    top: 100px;
    width: 185px;
}

.stand-camera-texture{
    position: absolute;
    right: 0;
    top: 90px;
    width: 140px;
}

.map-location{
    width: 60%;
    float: left;
    position: relative;
}

.contact-us-fld{
    width: 40%;
    float: left;
    background: #233326;
    height: 406px;
    padding: 40px;
}

.contact-us iframe{
    width: 100%;
    height: 400px;
}

.map-location:before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    pointer-events: none;
}

.contact-us-fld ul li{
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding-left: 35px;
}

.contact-us-fld ul li + li{
    margin-top: 10px;
}

.contact-us-fld ul li img{
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-us-fld ul li+li img{
    top: 6px;
}

.contact-us-fld ul li + li + li img{
    top: 2px;
}

.contact-us-fld .heading{
    padding-bottom: 60px;
}

.song-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}











/* MENTORS */
.the-ment h1{
    color: #efa214;
}
.border-yellow{
    border: 2px solid #efa214 !important;
}
.mentor{
    padding: 70px 0;
    background: #efeeff url("../images/bg.png") no-repeat right bottom;
}
.mentor-main {
    padding: 0 15px;
    margin-top: 25px;
}
.mentor-main img {
	height: 150px;
	width: 150px;
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    margin: 28px 20px 20px 0;
    border: 2px solid #efa214;
}
.mentor-main p {
	text-align: justify;
	letter-spacing: .5px;
    color: #656565;
}
.mentor-main h2 {
	text-transform: capitalize;
    padding-bottom: 15px;
    color: #233326;
    font-size: 30px;
}

/* COURSES */
.course-main{
    background-color: #efa212;
    padding: 15px 70px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.course-heading {
	padding-bottom: 50px;
}
.month h1,.month p{
    display: inline-block;
}
.month p{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.month h1{
    font-size: 50px;
    color:#ffeac1;
}
.price h5 {
	text-transform: uppercase;
	font-weight: 900;
	transform: rotate(-90deg);
	position: absolute;
	top: 15px;
}
.price h1 {
	margin-left: 38px;
	margin-top: 4px;
	color: #ffffff;
}
.course-detail p{
    letter-spacing: 1px;
}

.class-time h2 {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
    color: #fff;
    padding: 25px 0;
}
.class-time p {
	color: #fff;
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.class-time h4 {
	color: #c0eab9;
	font-weight: 900;
    letter-spacing: 1px;
    font-size: 22px;
}

.class-time.fees {
	margin-top: 20px;
}
h2.art {
	color: #c0eab9;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	line-height: 45px;
}


/*special courses */
.special-courses {
    background-color: #efeeff;
}
.special-main h2 {
	color: #233326;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
}
.special-main p{
    letter-spacing: 1px;
}
.special-main h4 {
	text-transform: uppercase;
	font-size: 22px;
	color: #efa214;
	font-weight: 600;
    letter-spacing: 1px;
    padding: 7px 0 10px 0;
}
.special-main ul li{
    display: block;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
}

.special-main ul li:before{
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url("../images/arrow.png") no-repeat left center;
    background-size: 100%;
    opacity: 0.7;
}

.special-main ul{
    column-count: 2;
    padding:0;
}
/*.special-main ul li::before {
	content: "";
	font-family: FontAwesome;
	top: 6px;
	left: -15px;
	position: absolute;
    font-size: 8px;
    color: #3057f0;
}*/
.fee {
    margin-top: 35px;
    padding-bottom: 10px;
}
.left{
    float: left;
}
.left p{
    letter-spacing: 1px;
    margin-top: 5px;
}
.left span{
    text-transform: uppercase;
    font-weight: 900;
}
.right{
    float: right;
}
.right h5 {
     color: #4c4c4c;
}
.fee-detail {
	padding-right: 25px;
}
.fee-gap {
	margin-bottom: 10px;
}
.left1 p{
    width: 355px;
    margin-bottom: 0;
}
.left1 h6 {
	color: #233326;
	font-weight: 600;
	letter-spacing: 1px;
}
.indian h2{
    margin-top: 40px;
}
.indian ul {
	margin-top: 20px;
}
.special-main1{
    margin-top: 50px;
}


/* footer*/
footer p {
	margin: 0;
	text-align: center;
    /* background-color: #3057f0; */
    background-color:#212121;
	color: #fff;
    padding: 15px 0;
    letter-spacing: 1px;
    font-size: 12px;
}
footer span{
    color: #efa214;
    font-weight: 600;
}

.mobile-menu,
.cross-nav,
.mobile-light{
    display: none;
}

.desktop-light{
    display: block;
}


/* RESPONSIVE */

@media only screen and (max-width:1240px) {
.sub-clases .price h1{
    font-size: 26px;
}
.sub-clases .price h5{
    font-size: 18px;
    top: 8px;
    left: 10px;
}

.sub-clases .fee-detail{
    padding-right: 0;
}

.sub-clases .fee-detail .left1 p{
    width: 355px;
}

}


@media only screen and (max-width:1199px) {
.container.container{
    width: 100% !important;
    max-width: initial !important;
}
}


@media only screen and (max-width:1140px) {
.logo{
    left: 45px;
}
}



@media only screen and (max-width:1040px) {
.about, .course,.mentor{
    padding: 40px 0;
}

.heading h1{
    font-size: 34px;
}

.border{
    width: 50px;
}

.about h3{
    font-size: 26px;
}

.heading{
    padding-bottom: 30px;
}

.container.container{
    width: 100% !important;
    padding: 0 15px !important;
    max-width: initial !important;
}

.special-courses .relative-fld .col-md-6{
    width: 100% !important;
    flex: initial !important;
    max-width: initial !important;
}

.special-courses .middle-img{
    display: none;
}

.special-courses .sub-clases{
    min-height: initial;
}

}





@media only screen and (max-width:991px) {
.mentor-main h2{
        font-size: 28px;
}
.mentor-main {
        padding: 0 7px;
}
.month {
        width: 100px;
}
.month p{
        font-size: 14px;
}
.fee-detail {
        padding-right: 10px;
}
.left1 p {
        width: 200px;
}
.special-main h4{
        font-size: 20px;
}
.special-main ul {
        column-gap: 160px;
}
}



@media only screen and (max-width:980px) {
.stand-fld .stand{
    width: 155px;
}
.stand-fld{
    left: 165px;
}

.big-ring {
    right: 9px;
    top: -25px;
    width: 96px;
}

.small-ring {
    left: -29px;
    top: 53px;
    width: 79px;
}

.banner{
    background-position: -55px top;
}

.light-ray-image {
    position: absolute;
    right: -155px;
    top: -128px;
    transform: scale(1);
}

.banner-text h2,
.banner-text h3{
    font-size: 46px;
}

.contact-info h4{
    font-size: 20px;
}

.character-animation{
    width: 235px;
}

.banner{
    height: 500px;
}


}


@media only screen and (max-width:940px) {
.logo{
    left: 15px;
}
.nav-item{
    margin: 0 15px;
}

.mentor-main img{
    width: 125px;
    height: 125px;
}

.mentor-main h2{
    font-size: 24px;
    padding-left: 142px;
}

.stand-fld .stand{
    width: 100px;
}

.big-ring {
    right: 5px;
    top: -17px;
    width: 61px;
}

.small-ring {
    left: -29px;
    top: 21px;
    width: 64px;
}

.desktop-light{
    display: none;
}

.mobile-light{
    display: block;
    right: -325px;
    top: 51px;
    transform: scale(5.5);
}

.banner{
    height: 430px;
}

.banner-text h2, .banner-text h3{
    font-size: 34px;
}

.banner{
    background-position: left top;
    background-size: contain;
}

.banner-text{
    bottom: 30px;
}

}








@media only screen and (max-width:840px) {
.nav-sup{
    width: 100%;
    height: 100%;
    max-width: 220px;
    background: #233326;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.nav-sup.nav-sup.nav-sup{
    display: block !important;
}

.nav-sup ul{
    width: 100%;
    float: left;
    display: block;
}

.nav-sup ul li{
    width: 100%;
    float: left;
    margin: 0;
}

.nav-sup ul li a{
    width: 100%;
    display: block;
    padding: 5px 20px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.nav-sup ul li a.active{
    background: #e09814 !important;
}

.nav-sup > ul{
    padding-top: 75px;
}

.nav-sup .icon{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.nav-sup .icon ul{
    padding: 0;
}

.nav-sup .icon ul li{
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.nav-sup .icon ul li a{
    padding: 0 !important;
}

.nav-sup .icon ul li a i{
    color: #9ddca9;
}

.nav1 > nav{
    height: 40px;
}

body{
    padding-top: 40px !important;
}

.mobile-menu{
    display: block;
    position: absolute;
    right: 15px;
    top: 4px;
    width: 45px;
    height: 32px;
    padding: 8px;
    background: #233326;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-menu img{
    display: block;
    position: relative;
    top: -0.5px;
}

.mobile-menu.active + .nav-sup{
    right: 0;
}

.fixed-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    cursor: pointer;
}

.cross-nav{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #e09814;
    border-radius: 100%;
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    transform: rotate(45deg);
}

.cross-nav:before{
    content: " ";
    width: 17px;
    height: 17px;
    background: url("../images/close.png") no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
    transform: rotate(45deg);
}





.sub-clases .fee-detail .left1 p{
    width: 100%;
}




}









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

p.about-text{
    padding-left: 0;
}

.about h3{
    margin-bottom: 20px;
    line-height: 1.2em;
}

.mentor-main h2{
    font-size: 20px;
}

.logo img{
    max-width: 55px;
}

.course-main{
    padding: 15px;
    text-align: center;
}

.course-main .price h5{
    position: relative;
    top: 0;
    left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.course-main .price h1{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.course-main .month{
    display: table;
    margin: 0 auto 10px;
}

.course-main .month p{
    margin: 0;
}

.course-main .month h1{
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.course-main .month.discount{
    margin-bottom: 25px;
}

.class-time h2{
    font-size: 24px;
}

h2.art{
    font-size: 24px;
    line-height: 1.6em;
}

.special-main h2{
    font-size: 24px;
}

.stand-camera-texture{
    opacity: 0.2;
}

.map-location,
.contact-us-fld{
    width: 100%;
}

.contact-us iframe{
    height: 250px;
}

.contact-us-fld{
    height: initial;
    padding:35px 25px;
}

.contact-us-fld .heading{
    padding-bottom: 35px;
}

.contact-us-fld ul li{
    font-size: 18px;
}

.clapperboard {
    width: 39px;
    position: relative;
    top: -10px;
}

}



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

.stand-fld{
    left: 125px;
}

.character-animation{
    bottom: -50px;
    width: 190px;
}

.banner-text h2, .banner-text h3{
    font-size: 30px;
}

.clapperboard {
    width: 30px;
    position: relative;
    top: -7px;
}



}



@media only screen and (max-width:520px) {
.heading h1{
    font-size: 24px;
}
.about h3{
    font-size: 20px;
}

.course-main .price h1{
    font-size: 32px;
}

.course-main .price h5{
    font-size: 18px;
}

.video-roll{
    width: 125px;
    top: 75px;
}

.class-time h2{
    padding: 15px 0;
    font-size: 20px;
}

.seconed-course-main{
    margin-top: 25px;
}

h2.art{
    font-size: 20px;
}

.class-time h4{
    font-size: 18px;
}

.special-main h2{
    font-size: 20px;
}

.special-main h4{
    font-size: 18px;
    line-height: 1.4em;
}

.special-main ul{
    column-gap: initial;
    column-count: initial;
}

.special-main h2{
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-info h4{
    font-size: 18px;
}

.banner-text h3{
    color: #121f16;
}

.banner{
    height: 360px;
}

.character-animation {
    bottom: -35px;
    width: 140px;
}
.banner{
    background-position: -35px top;
}

.stand-fld{
    left: 64px;
}

.fig-stand:before{
    left: -20px;
}

.stand-fld .stand{
    width: 75px;
}

.small-ring {
    left: -19px;
    top: 24px;
    width: 42px;
}

.big-ring {
    right: 2px;
    top: -17px;
    width: 51px;
}
.mobile-light {
    display: block;
    right: -244px;
    top: 38px;
    transform: scale(5.5);
}

.contact-info h4 {
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    background: #e09814;
}
.banner-text{
    bottom: 15px;
}

}




@media only screen and (max-width:340px) {
.nav-sup{
    max-width: initial;
}
.logo img{
    max-width: 40px;
}
}
















