@charset "utf-8";

/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  background: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-weight: normal;
}

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

.wrapper {
  /*width: 97%;*/
  width: 1200px;
  margin: auto;
  padding: 0;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333333;
}

.dtab {
  display: table-cell;
  vertical-align: middle;
}

.dtab img {
  width: 100%;
}

.in_tab {
  display: inline-table;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pad-30 {
  padding: 30px 0;
}

.pad-40 {
  padding: 40px 0;
}

.padb-40 {
  padding: 0 0 40px 0;
}

.pad-65 {
  padding: 65px 0;
}

.pad-80 {
  padding: 80px 0;
}

.pad-20 {
  padding: 20px 0;
}

.padl-20 {
  padding-left: 20px;
}

.padr-20 {
  padding: 0 20px 0 0;
}

.pada-20 {
  padding: 20px;
}

.mleft-20 {
  margin-left: 20px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-50 {
  margin-top: 50px;
}

.mleft-30 {
  margin-left: 30px;
}

.pad-2 {
  padding: 0 2%;
}

.col-18 {
  width: 18%;
}

.col-20 {
  width: 20%;
}

.col-21 {
  width: 21%;
}

.col-24 {
  width: 24%;
}

.col-25 {
  width: 25%;
}

.col-26 {
  width: 26%;
}

.col-30 {
  width: 30%;
}

.col-31 {
  width: 31%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-49 {
  width: 49.5%;
}

.col-50 {
  width: 50%;
}

.col-51 {
  width: 51%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.bg1 {
  background: url(../images/line.png) center repeat #ffffff;
}

.bg2 {
  background: url(../images/line2.png) center repeat #fafafa;
}

.bg2-1 {
  background: #fafafa;
}

.bg3 {
  background: url(../images/line2.png) center repeat #eeeeee;
}

.bg3-1 {
  background: #eeeeee;
}

.bg4 {
  background: #676e79;
}

.bg5 {
  background: #333333;
}

.bgline5 {
  background: url(../images/line1.png) center repeat #333333;
}

.bg6 {
  background: #0c0f0c;
}

.bg7 {
  background: #8d97a6;
}

.bg8 {
  background: #d7d7d8;
}

.bg9 {
  background: #f1f1f1;
}

.bg10 {
  background: #fcfcfc;
}

.clr1 {
  color: #ffffff;
}

.clr2 {
  color: #676e79;
}

.clr3 {
  color: #d7d7d8;
}

.clr4 {
  color: #8d97a6;
}

.clr5 {
  color: #333333;
}

.clr6 {
  color: #f1f1f1;
}

.clr7 {
  color: #000000;
}

.clr8 {
  color: #ff2727;
  font-weight: 700;
}

.f-500 {
  font-weight: 500;
}

.img-100 img {
  width: 100%;
}

.p-rel {
  position: relative;
}

.bdr-clr1 {
  border-left: 20px solid #ffffff;
}

.bdr-clr2 {
  border-left: 20px solid #333333;
}

.bdr-clr3 {
  border-left: 20px solid #fafafa;
}

.vbtm {
  vertical-align: bottom;
}

.vtop {
  vertical-align: top;
}

.para20 p {
  padding-right: 50px;
}

#back-top {
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 999999;
}

#back-top a {
  width: 40px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  background: #333 url(../images/up-arrow.png) no-repeat center center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

/*header*/

.headerbg {
  position: absolute;
  width: 100%;
  background: #000000;
  z-index: 1;
  padding: 20px 0 10px 0;
  height: 95px;
}

.logo img {
  width: 240px;
  height: 95px;
}

/*header*/
/*container1*/
.container1bg {
  overflow: hidden;
}

.container1 img {
  width: 100%;
}

.workshop h3 {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
}

.container1bg .owl-carousel .owl-wrapper-outer {
  width: 100%;
  display: inline-block;
}

.container1bg .owl-theme .owl-controls {
  /*width: 8%;
	 display: inline-block; */
  position: absolute;
  right: 0;
  bottom: 45px;
}

.mview {
  display: none;
}

.owl-pagination {
  width: auto;
  float: right;
}

.container5bg .owl-pagination {
  float: none;
  position: absolute;
  bottom: 0;
}

.container1bg .testimonial .testimonial-profile img {
  width: 100%;
}

.container1bg .inner_banner .owl-controls,
.studio .owl-controls {
  position: inherit;
  bottom: 0;
  width: auto;
  text-align: center;
  margin: 25px auto auto auto;
}

.inner_banner .owl-pagination {
  float: none;
}

/*.container1bg .testimonial .testimonial-profile {
	padding-left: 30px;
}
*/
.container1bg .owl-carousel .owl-wrapper-outer h3 {
  line-height: 60px;
  font-size: 37px;
  margin-left: 3%;
  margin-top: 16px;
}

/*container1*/

/*container2*/
.container2bg {
  overflow: hidden;
}

.container2bg h3,
.container3bg h3 {
  padding: 0 30px;
  font-weight: 400;
}

.container2 p {
  line-height: 25px;
}

.container2 p.clr2 {
  margin-top: 10px;
}

.title-sec {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
}

.title-sec strong {
  display: block;
}

.more a {
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
}

/*container2*/

/*container3*/
.container3bg {
  overflow: hidden;
}

.section-tab1 li {
  list-style: none;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.section-tab1 li.vbtm {
  vertical-align: bottom;
}

.section-tab1 li.vtop {
  vertical-align: top;
}

.pabs li img {
}

.section-tab1 li ul li {
  display: inherit;
  color: #ffffff;
  background: url(../images/listicon.png) no-repeat left;
  padding-left: 18px;
}

.section-tab1 h3 {
  line-height: 28px;
  padding: 0;
  font-size: 20px;
}

.section-tab2 {
  border-left: 15px solid #eeeeee;
}

.section-tab2 p {
  color: #8d97a6;
  margin-bottom: 10px;
}

.section-tab2 h3 {
  margin-bottom: 15px;
}

.section-tab1 h5 {
  font-size: 17px;
  font-weight: 500;
}

.section-tab1 h6 {
  font-size: 16px;
}

.more1 a {
  display: inline-block;
  color: #f1f1f1;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

/*container3*/

/*container4*/
.container4bg {
  overflow: hidden;
  background: url(../images/container4bg.jpg) no-repeat center;
  background-size: cover;
}

.container4 {
  width: 65%;
}

.container4 h3 {
  margin-bottom: 25px;
  font-weight: normal;
}

.container4 h3.clr3 {
  line-height: 34px;
}

.container4 ul li {
  width: 32%;
  float: left;
  list-style: none;
  margin-left: 2%;
}

.container4 ul li:first-child {
  margin-left: 0;
}

.container4 input[type="text"] {
  padding: 4% 0 4% 5%;
  font-size: 14px;
  border: none;
  background: #f5f5f5;
  width: 94%;
  outline: none;

  margin: 0 0 10px;
}

.container4 select {
  padding: 4% 0 4% 5%;
  font-size: 14px;
  border: none;
  /*background: #f5f5f5;*/
  width: 99%;
  outline: none;
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  color: #606671;
  -webkit-appearance: none;
  background: #f5f5f5 url(../images/down_arrow.png) no-repeat right 10px center;
}

.container4 input[type="submit"] {
  clear: both;
  padding: 12px 0;
  font-size: 14px;
  border: none;
  background: #c8102f;
  color: #061538;
  font-weight: bold;
  cursor: pointer;
  margin: 20px 0 10px;
  outline: none;
  float: right;
  width: 32%;
  color: #ffffff;
  -webkit-appearance: none;
  font-family: "Playfair Display", serif;
}

/*container4*/

.container5bg {
  overflow: hidden;
}

.container5 h3 {
  font-weight: normal;
}

.container6bg,
.container7bg {
  overflow: hidden;
}

.container6 h3,
container7 h3 {
  font-weight: normal;
}

.container6 ul li {
  float: left;
  list-style: none;
  border: 2px solid #676e79;
  padding: 5px;
  margin: 5px;
  width: 13%;
}

.container6 ul li img {
  width: 100%;
}

.container6 .container6-inner ul li {
  border: none;
  margin: 0 15px 15px 0;
  padding: 0;
  width: 20%;
}

.container6 .container6-inner1 ul li {
  border: none;
  margin: 1% 0.5%;
  padding: 0;
  width: 15%;
  overflow: hidden;
  vertical-align: top;
}

.container6 .container6-inner ul li img {
  border: 2px solid #676e79;
  padding: 5px;
  display: block;
  width: 85%;
}

.container6 .container6-inner1 ul li img {
  border: 2px solid #676e79;
  padding: 5px;
  display: block;
  width: 90%;
}

.container6 .container6-inner1 p {
  font-size: 16px;
  color: #676e79;
  line-height: 25px;
}

.container6 .container6-inner ul li h5 {
  text-align: right;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #676e79;
  margin-right: 3px;
}

.container6 .container6-inner1 ul li h5 {
  text-align: right;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #676e79;
  margin-right: 3px;
  min-height: 50px;
}

.container7 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 32px;
}

.container7 img {
  width: 40px;
}
.container7 {
  color: #676e79;
}
.footerbg {
  background: #0c0f0c;
  overflow: hidden;
}

.footer_logo img {
  width: 240px;
}

.social li {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  margin: 10px;
  padding: 5px;
}

.social img {
  width: 24px;
  height: 24px;
}

.links li {
  list-style: none;
}

.links a {
  color: #f1f1f1;
  font-size: 15px;
  font-family: "Playfair Display", serif;
}

.address {
  line-height: 24px;
  color: #f1f1f1;
}

.bottom {
  color: #f1f1f1;
  font-size: 13px;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.bottom ul li {
  list-style: none;
  display: inline-block;
  line-height: 14px;
  padding: 0 5px;
}

.bottom ul li.bleft {
  border-left: 1px solid #ffffff;
}

/*innerpages*/

.innerheaderbg {
  background: #0c0f0c;
  overflow: hidden;
  padding-top: 160px;
}

.innerheaderbg h3 {
  font-size: 18px;
}

.innerheaderbg h2 {
  font-size: 45px;
  font-weight: normal;
  color: #ffffff;
  margin: 20px auto;
  line-height: 45px;
}

.innerheaderbg h2 span {
  color: #ff2727;
}

.innerabout {
  overflow: hidden;
  color: #676e79;
}

.innerabout p {
  margin-bottom: 25px;
}

.innerabout1 img {
  width: 100%;
}

.innerabout1_content {
  position: absolute;
  top: 4%;
  left: 6%;
  font-family: "Playfair Display", serif;
  width: 240px;
  line-height: 25px;
}

.innerabout2_content {
  position: absolute;
  top: 40%;
  right: 6%;
  font-family: "Playfair Display", serif;
  width: 320px;
  line-height: 30px;
  color: #ffffff;
  font-size: 21px;
}

.innerabout2_content span {
  display: block;
  margin-top: 35px;
  font-style: italic;
}

.innerabout1_content strong,
.innerabout2_content strong {
  display: block;
}

.innerabout2 {
  overflow: hidden;
  color: #676e79;
}

.innerabout3 h3 {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  margin-bottom: 35px;
}

.innerabout3 p {
  margin-bottom: 25px;
}

.innerabout4 {
  overflow: hidden;
}

.innerabout4 .section-tab2 {
  border-left: 15px solid #0c0f0c;
}

.innerabout4 .section-tab2 p {
  margin-bottom: 4px;
}

.innerabout4 .section-tab2 h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: normal;
}

.innerabout5 {
  overflow: hidden;
}

.innerabout5 p {
  margin-bottom: 25px;
  font-size: 15px;
}

.header_links {
  margin: 30px auto;
}

.header_links ul li {
  display: inline-block;
  margin-right: 50px;
}

.icon {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
}

.icon img {
  width: 100%;
}

.header_links ul li a h3 {
  color: #d7d7d8;
}

.header_links ul li h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
}

.icon1 {
  background: url(../images/icon/music-woofer-with-sound-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.icon2 {
  background: url(../images/icon/stereo-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.icon3 {
  background: url(../images/icon/guitar-pedal-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.icon4 {
  background: url(../images/icon/dubbing-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.icon5 {
  background: url(../images/icon/music-note-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.icon6 {
  background: url(../images/icon/microphone-w.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon1 {
  background: url(../images/icon/music-woofer-with-sound-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon2 {
  background: url(../images/icon/stereo-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon3 {
  background: url(../images/icon/guitar-pedal-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon4 {
  background: url(../images/icon/dubbing-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon5 {
  background: url(../images/icon/music-note-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.active .icon6 {
  background: url(../images/icon/microphone-r.png) no-repeat left;
  width: 32px;
  height: 32px;
}

.header_links ul li h3.active {
  color: #c8102f;
}

/*community*/

.community {
  overflow: hidden;
}

.community img {
  width: 100%;
}

.community1 {
  overflow: hidden;
}

.title-sec1 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.community2 {
  overflow: hidden;
}

.community2 ul li {
  display: inline-block;
  margin: 1%;
  width: 17%;
}

.community2 ul li img {
  border: 1px solid #afafaf;
  width: 100%;
}

.contact,
.contact-inner {
  overflow: hidden;
}

.contact1 {
  width: 100%;
  overflow: hidden;
}

.contact1 h3 {
  text-align: left;
  margin-bottom: 25px;
}

.contact1 ul li {
  width: 48%;
  float: left;
  list-style: none;
  margin: 1% 0 1% 1%;
}

.contact1 ul li.tarea {
  width: 98.5%;
}

.contact1 ul li label.top {
  display: block;
}

.contact1 input[type="text"] {
  padding: 4% 0 4% 5%;
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 94%;
  outline: none;
}

.contact1 textarea {
  /*padding: 4% 0 4% 5%;*/
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 93%;
  padding: 22px;
  outline: none;
}

.contact1 .rhside {
  margin-left: 15px;
}

/*.bg10{
		background: #d4d4d4;
		padding:10px 0 0 5px;
		height:37px;}
		
		*/

.sbutton {
  margin-top: 15px;
}

.contact1 input[type="date"] {
  padding: 4% 0 4% 5%;
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 94%;
  outline: none;
  font-family: "Playfair Display", serif;
}

::placeholder {
  color: #606671;
}

.contact1 select {
  font-size: 14px;
  border: none;
  padding: 17px;
  width: 99%;
  color: #676e79;
  font-size: 15px;
  outline: none;

  -webkit-appearance: none;
  background: #d4d4d4 url(../images/down_arrow.png) no-repeat right 20px center;
}

.contact1 input[type="submit"] {
  clear: both;
  padding: 12px 0;
  font-size: 14px;
  border: none;
  background: #c8102f;
  color: #061538;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0 10px;
  outline: none;
  width: 47%;
  color: #ffffff;
  float: right;
  margin-right: 2.5%;
  -webkit-appearance: none;
  font-family: "Playfair Display", serif;
}

.contact3,
.courses,
.courses1,
.courses2,
.courses3 {
  overflow: hidden;
}

.courses2 {
  margin-bottom: 20px;
}

.courses img {
  width: 100%;
}

.courses2 h3 {
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.abs h5 {
  float: left;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
}

.more2 {
  float: right;
}

.more2 a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: bold;
  /*font-family: 'Playfair Display', serif;*/
}

.wdt626 {
  width: 46.5%;
  border-right: 20px solid #333333;
}

.wdt626-1 {
  width: 46%;
  border-right: 20px solid #333333;
}

.wdt552 {
}

.abs {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.courses2dtab {
  display: table-cell;
}

.courses2 .resp-vtabs ul.resp-tabs-list {
  float: none;
  width: 53.6%;
  border-right: 20px solid #333333;
  padding: 20px;
}

.courses2 .courses-1 .resp-vtabs ul.resp-tabs-list {
  float: none;
  width: 53.5%;
  border-right: 20px solid #333333;
}

.courses-1 p,
.courses2 p {
  margin-bottom: 10px;
  font-size: 16px;
}

.courses-1 #ChildVerticalTab_1,
.courses2 #ChildVerticalTab_1 {
  display: inline-table !important;
  width: 100%;
}

.courses2 .resp-vtabs .resp-tabs-container {
  float: none;
  display: table-cell;
  width: 50%;
}

.courses3 .pabs1 {
  position: absolute;
  bottom: 35px;
}

.pabs1 a {
  text-decoration: none;
}

.pabs1 a:hover {
  color: #ff2727;
}

.pabs1 h3 {
  font-size: 25px;
}

.pabs1 strong {
  display: block;
  line-height: 28px;
  font-style: italic;
  margin-top: 5px;
}

.single-item p {
  margin-bottom: 20px;
  color: #676e79;
}

.ftstl .resp-tabs-list li,
.ftstl h3,
.ftstl h5 {
  font-family: "Roboto", sans-serif;
}

/*Slick-Slider*/
.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-current {
  opacity: 1;
}

/*Slick-Slider*/

/*photo_gallery*/

.photo_gallery ul li {
  display: inline-block;
  width: 21%;
  margin: 1%;
}

.celebrity ul li {
  display: inline-block;
  width: 43%;
  margin: 2%;
}

.celebrity h3 {
  text-align: right;
  font-size: 20px;
  color: #676e79;
  line-height: 30px;
}

.photo_gallery ul li img,
.celebrity ul li img {
  width: 100%;
}

.video_gallery ul li {
  display: inline-block;
  width: 46%;
  margin: 1%;
}

.video_gallery iframe {
  width: 100%;
}

/*testimonial_section*/

.testimonial_section {
  position: relative;
  margin: 0 0 60px 0;
}

.testimonial_section .pic {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}

.testimonial_section .pic img {
  width: 100%;
}

.testimonial_section .testimonial-profile {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin-left: 1%;
}

.testimonial_section .title {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #91969e;
  font-style: italic;
  margin: 0 0 7px 0;
  position: absolute;
  bottom: -7px;
}

.course-inner h3 {
  margin-bottom: 10px;
}

.course-inner h4 {
  font-size: 17px;
}

.load-more__btn {
  text-align: center;
  /* margin: 15px auto; */
  background: #c8102f;
  color: #ffffff;
  padding: 10px;
  display: block;
  width: 187px;
  margin: 15px 0 15px 12px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.admission {
  overflow: hidden;
}

.admission ul li {
  width: 48%;
  float: left;
  list-style: none;
  margin: 1% 0 1% 1%;
}

.admission ul li.tarea {
  width: 98.5%;
}

.admission ul li label.top {
  display: block;
}

.admission input[type="text"] {
  padding: 1rem;
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 94%;
  outline: none;
}

.admission textarea {
  /*padding: 4% 0 4% 5%;*/
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 93%;
  padding: 22px;
  outline: none;
}

.admission .rhside {
  margin-left: 15px;
}

/*.bg10{
		background: #d4d4d4;
		padding:10px 0 0 5px;
		height:37px;}
		
		*/

.sbutton {
  margin-top: 15px;
}

.admission input[type="date"] {
  padding: 4% 0 4% 5%;
  font-size: 14px;
  border: none;
  background: #d4d4d4;
  font-size: 15px;
  width: 94%;
  outline: none;
}

.admission select {
  border: none;
  padding: 16px 13px;
  background: #d4d4d4;
  width: 99%;
  height: 49px;
  color: #676e79;
  font-size: 15px;
  outline: none;
  -webkit-appearance: none;
  background: #d4d4d4 url(../images/down_arrow.png) no-repeat right 20px center;
}

.admission input[type="submit"] {
  clear: both;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  border: none;
  padding: 14px 17px;
  background: #c8102f;
  width: 150px;
  font-size: 15px;
  -webkit-appearance: none;
  font-family: "Playfair Display", serif;
}

.admission p {
  padding: 0 10px 10px 10px;
}

.admission-list ol {
  margin-left: 25px;
  color: #676e79;
  font-weight: 700;
}

.admission-list ol li {
  float: left;
  min-width: 40%;
  line-height: 25px;
}

.upcoming {
  overflow: hidden;
}

.upcoming .up-sec {
  width: 23%;
  float: left;
  margin: 0 1%;
  background: #ffffff;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #ed2f59;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
}

.upcoming .up-sec img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.upcoming .up-sec h3 {
  font-size: 16px;
  padding: 5px 8px;
  color: #676e79;
  font-weight: 700;
  line-height: 25px;
}

.upcoming .up-sec p {
  color: #676e79;
  font-size: 13px;
  padding: 0 10px;
  margin: 0;
  line-height: 20px;
}

.upcoming .up-sec .more3 {
  margin-top: auto;
  margin-bottom: 15px;
  margin-left: 10px;
}

.upcoming .up-sec .more3 a {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 13px;
  background: #0c0f0c;
  font-weight: bold;
}

.news-sec {
  clear: both;
  margin-bottom: 80px;
}

.news-sec p.clr2 {
  font-size: 18px;
}

.studio h4 {
  color: #0c0f0c;
  font-size: 22px;
  margin: 30px 0;
}

.studio_img img {
  width: 100%;
}

.studioft p {
  font-size: 16px;
  line-height: 25px;
}

.show_details {
  position: relative;
}

.show_details_top {
  overflow: hidden;
}

.show_details_top img,
.hall_of_fame ul li img {
  width: 100%;
}

.hall_of_fame ul li {
  display: inline-block;
  width: 20%;
  margin: 0 4% 4% 0;
  color: #676e79;
  cursor: pointer;
}

.hall_of_fame h2 {
  font-size: 50px;
  color: #8d97a6;
  line-height: 50px;
}

.hall_of_fame h3 {
  font-size: 30px;
  color: #676e79;
  font-weight: 700;
  line-height: 50px;
  margin-top: 150px;
}

.hall_of_fame .celebrity_sec h3 {
  margin-top: 100px;
}

.hall_of_fame h4 {
  font-size: 22px;
  color: #676e79;
}

.hall_of_fame ul li .hall_of_fame_img img {
  width: 60%;
}

.plc_sec {
  margin-bottom: 25px;
  padding: 0 20px;
}

.plc_sec p {
  font-weight: bold;
  margin-bottom: 10px;
}

.hall_of_fame {
  color: #676e79;
}

.social_sec {
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0 20px;
}

.social_sec img {
  display: inline-block;
  vertical-align: middle;
}

.social_sec p {
  display: inline-block;
  vertical-align: middle;
}

.show_details_bottom {
  padding-bottom: 20px;
  overflow: hidden;
}

.show_details_bottom .social_sec img {
  width: 18px;
  height: 18px;
  background: #0080ff;
  border-radius: 50%;
  padding: 5px;
}

.project_sec {
  margin-top: 30px;
}

.project_sec table {
  margin: 10px 0;
}

.project_sec td,
.project_sec th {
  padding: 5px 10px;
}

.project_sec tr:nth-child(even) {
  background: #f7f7f7;
}

/*popup*/

.popupBG {
  /*background: rgba(0, 0, 0, 0.9);*/
  background: rgba(255, 255, 255, 0.83);
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
}

.popupBG .show_details {
  background: #fff;
  width: 80%;
  top: 5%;
  margin: auto;
  position: relative;
  transition: 0.5s;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.7);
}

.celebrity_sec .popupBG .show_details {
  height: 60%;
}

.popupContent {
  height: 98%;
  /*padding: 0 0 50px 0;*/
  overflow: auto;
  text-align: left;
}

.popupContent_profile-bg {
  padding: 8% 8% 5%;
  overflow: hidden;
}

.popupCloseButton {
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.equipments ul {
  margin-left: 15px;
}

.equipments ul li {
  list-style: none;
  display: inline-block;
  border-left: 2px solid #676e79;
  margin: 10px;
  padding-left: 5px;
  color: #333333;
}

.clr5 a {
  line-height: 34px;
}

.d-flex {
  display: flex;
}

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

.ms-2 {
  margin-left: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.w-auto {
  width: auto !important;
}

label {
  color: #000;
}

.text-light {
  color: #ffffff;
}

.text-light a {
  color: #8d97a6;
}

.text-light label {
  color: #ffffff;
}

/* Faculty style details */
.faculty {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
  justify-content: flex-start;
}

.faculty-card {
  background: #ffffff;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #ed2f59;
  padding: 15px;
  text-align: left;
  width: 23%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}

.faculty-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 15px;
}

.faculty-card h3 {
  font-size: 22px;
  color: #676E79;
  margin-bottom: 0px;
}
.faculty-card h4 {
  font-size: 14px;
  color: #676E79;
  margin-bottom: 10px;
}

.faculty-card p {
  font-size: 13px;
  color: #676E79;
  margin: 3px 0;
  line-height: 13px;
}
.faculty-card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

/* Tablet */
@media (max-width: 1024px) {
  .faculty-card {
    width: 48%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .faculty {
    flex-direction: column;
    gap: 30px;
  }

  .faculty-card {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .faculty-card img{
      min-height:520px;
  }
}

#menu > li:nth-child(3) > ul {
  width: 400px;
}

.up-sec:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}