@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {margin: 0; padding: 0; box-sizing: border-box;}
body {font-family: 'Poppins', sans-serif; font-size: 16px;}

.container {width: 86%; margin: 0 auto;}
.container::after {content: ''; display: block; clear: both;}

header {position: fixed; top: 0; left: 0; width: 100%; padding: 12px 0; z-index: 1;}
header.fixed {background: rgba(0,0,0,.7);}
header .logo {display: inline-block; vertical-align: middle; width: 280px;}
header .contact {display: inline-block; vertical-align: middle; width: calc(100% - 280px - 8px); text-align: right; color: #fff;}
header .contact a {color: inherit; text-decoration: none;}
header .contact .box {display: inline-block; vertical-align: middle; margin-left: 20px;}
header .contact .box:nth-child(1) {margin-left: 0;}

.banner {padding-top: 20vh; background-image: linear-gradient(to bottom right, #000000, #013e5b);}
.banner .form {display: inline-block; width: calc(33.33% - 4px); vertical-align: middle;}
.banner .sliderWrap {display: inline-block; width: calc(66.66% - 4px); vertical-align: middle;}
.banner .girl {text-align: center; width: calc(50% - 4px); display: inline-block; vertical-align: middle;}
.banner .girl img {height: calc(100vh - 20vh);}
.banner .caption { width: calc(50% - 4px); display: inline-block; vertical-align: middle;}
.banner .caption h2 {font-size: 32px; color: #fff;}
.banner .caption h1 {font-size: 54px; color: #fc3939; display: inline-block; position: relative;}
.banner .caption h1::after {content: '>>'; display: block; position: absolute; right: calc(100% + 20px); top: 50%; transform: translateY(-50%); font-size: 88px; font-weight: 400; letter-spacing: -22px; animation: movingArrow 1s infinite;}
@keyframes movingArrow {
    0% {
        right: calc(100% + 20px);
        opacity: 1;
    }
    50% {
        right: calc(100% + 40px);
        opacity: .6;
    }
    100% {
        right: calc(100% + 20px);
        opacity: 1;
    }
}
.banner .box.form {text-align: right;}
.banner .box.form .form {text-align: left; display: inline-block; width: 80%; padding: 20px; background: rgba(255,255,255,.5); background-image: linear-gradient(to bottom right, #d31b1b, #2c0303); border-radius: 20px;}
.banner .form h2 {text-align: center; margin-bottom: 20px; font-weight: 500; text-transform: uppercase; font-size: 32px;}
.banner .form .field {display: block; margin-bottom: 12px;}
.banner .form .field input[type=text], .banner .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.banner .form .submit input[type=submit] {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px; background: #000; color: #fff; cursor: pointer;}

.welcome {padding: 80px 0;}
.welcome .txt {display: inline-block; width: calc(45% - 4px); vertical-align: middle; text-align: justify;}
.welcome .txt h2 {font-size: 42px; margin-bottom: 40px; font-weight: 500;}
.welcome .txt h2 strong {color: #e50c15;}
.welcome .pic {display: inline-block; width: calc(45% - 4px); vertical-align: middle; margin-left: 10%;}
.welcome .pic img {width: 100%;}

.course {padding: 80px 0; background: #eeeeee;}
.courseWrap {display: inline-block; width: calc(50% - 2% - 4px); padding: 20px; background: #fff; border-radius: 20px; margin-left: 4%;}
.courseWrap:nth-child(2n+1) {margin-left: 0;}
.courseWrap .txt {display: inline-block; width: calc(47% - 4px); vertical-align: middle; margin-left: 6%; font-size: 14px;}
.courseWrap .txt .cname {font-size: 14px; display: block; margin-bottom: 0; font-weight: 600; color: #e50c15;}
.courseWrap .txt h3 {font-size: 24px; margin-bottom: 12px; font-weight: 500;}
.courseWrap .pic {display: inline-block; width: calc(47% - 4px); vertical-align: middle;}
.courseWrap .pic img {width: 100%;}

.whatLearn {padding: 80px 0;}
.whatLearn h2 {text-align: center; font-size: 42px; margin-bottom: 60px;}
.whatLearn ul {display: block;}
.whatLearn ul li {display: inline-block; width: calc(50% - 4% - 4px); margin-left: 8%; margin-bottom: 40px;}
.whatLearn ul li:nth-child(2n+1) {margin-left: 0%;}
.whatLearn ul li img {width: 60px; display: inline-block; vertical-align: middle;}
.whatLearn ul li .txt {display: inline-block; width: calc(100% - 60px - 8px - 20px); margin-left: 20px; vertical-align: middle;}
.whatLearn ul li .txt h4 {font-size: 20px; font-weight: 500;}

.alumni {padding: 80px 0; background: #eee;}
.alumni h2 {text-align: center; font-size: 42px; margin-bottom: 60px;}
.alumniW {display: flex;}
.alumni .box {display: inline-block; width: calc(25% - 4px - 4%); vertical-align: top; margin: 0 2%; background-image: linear-gradient(to bottom right, #000000, #013e5b); color: #fff; padding: 32px 0; border-radius: 12px;}
.alumni .box .pic {display: block; margin-bottom: 20px;}
.alumni .box .pic img {width: 100%;}
.alumni .box .txt {padding: 0 20px; display: block;}
.alumni .box .txt span {display: block;}
.alumni .box .txt .desig {font-size: 14px;}

.whyChoose {padding: 80px 0; background-image: linear-gradient(to bottom right, #000000, #013e5b); color: #fff;}
.whyChoose h2 {text-align: center; font-size: 42px; margin-bottom: 60px;}
.whyChoose .wrap {display: flex; width: 100%; margin-bottom: 32px;}
.whyChoose .box {display: inline-block; width: calc(25% - 4px - 4%); vertical-align: top; margin: 0 2%; background: #fff; color: #000; padding: 20px 12px; border-radius: 12px; text-align: center; vertical-align: middle;}
.whyChoose .last {text-align: center;}

.whyChoose .celebWrap .box {width: calc(33.33% - 4px - 4%); margin-bottom: 12px;}
.whyChoose .celebWrap .box img {width: 100%;}
.whyChoose .celebWrap .box .txt {text-align: left; padding-top: 4px;}

.bod {padding: 80px 0; background: #fff;}
.bod h2 {text-align: center; font-size: 32px; margin-bottom: 60px;}
.bodW {display: flex;}
.bod .box {display: inline-block; width: calc(25% - 4px - 4%); vertical-align: top; margin: 0 2%; /*background-image: linear-gradient(to bottom right, #000000, #013e5b); color: #fff;*/ padding: 32px 0; border-radius: 12px;}
.bod .box .pic {display: block; margin-bottom: 20px;}
.bod .box .pic img {width: 100%;}
.bod .box .txt {/*padding: 0 20px;*/ display: block;}
.bod .box .txt span {display: block;}
.bod .box .txt .desig {font-size: 14px;}

.stuWorks {padding: 30px 0; background: #fff;}
.stuWorks h2 {text-align: center; font-size: 32px; margin-bottom: 60px;}
.workWrap {display: flex;}
.stuWorks .col {display: inline-block; width: calc(50%); float: left;}
.stuWorks .col img {width: 100%;padding: 2px;}

footer {padding: 40px 0 80px; background: #2e2e2e; color: #fff;}
footer .pic {display: inline-block; width: 200px; vertical-align: middle; padding: 4px; border-radius: 4px; background: #fff;}
footer .pic img {width: 100%;}
footer .address {display: inline-block; width: calc(100% - 200px - 8px - 32px); margin-left: 32px; vertical-align: middle;}
footer h4 {font-size: 24px; margin-bottom: 28px;}
footer p {font-size: 14px; margin-bottom: 20px;}
footer a {color: inherit;}

.acting_wa {display: none; width: 100%; position: fixed; bottom: 0; left: 0; background: #ffc107; z-index: 10000;}
.acting_wa > div {display: table-cell; width: 50%; text-align: center;}
.acting_wa > div:nth-child(2) {border-left: 1px solid #fff;}
.acting_wa > div a {display: block; padding: 8px 8px; color: #000; font-weight: 700; text-decoration: none; font-size: 12px;}
.acting_wa > div a img {display: inline-block; vertical-align: middle; margin-right: 2px;}
.acting_wa {display: table;}

.applyNow {position: fixed; bottom: 80px; right: 20px; display: block; padding: 4px 10px; font-size: 12px; text-transform: uppercase;background: red; color: #fff; text-decoration: none; border-radius: 4px; visibility: hidden; opacity: 0; transition: all ease-in-out .2s;}
.applyNow.show {opacity: 1; visibility: visible;}

.industrySpeak {padding: 80px 0;}
.industrySpeak h2 {text-align: center; font-size: 42px; margin-bottom: 60px;}
.industrySpeak .user {display: block; margin-bottom: 40px; text-align: center;}
.industrySpeak .user img {max-width: 236px; width: 100%; border-radius: 50%;}
.industrySpeak .wrap {display: block;}
.industrySpeak .box {text-align: center;}
.industrySpeak .speak {display: block; max-width: 600px; margin: 0 auto 40px; font-size: 20px; font-style: italic;}
.industrySpeak .by {display: block; max-width: 600px; margin: 0 auto 40px; font-size: 20px; font-weight: 700;}

.bigBan {position: relative;}
.bigBan img {width: 100%;}
.bigBan .caption {width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.sliderWrap .bx-viewport {overflow: visible !important;}

.act_pic img{width:100%;}
.course_main_bg {padding: 80px 0px;background: #eeeeee;}
.course_bg {background: #fff;/*float:left;*/padding:20px; border-radius: 10px;margin-bottom:10px;}
.course_bg1 {background: #fff;float:left;padding:20px;border-radius: 10px;}
/*.course_bg {margin-left:150px;margin-right:150px;}*/
.course_bg1 {background: #fff;margin-right:50px;}
.course_text {margin-top:40px;}
.course_text h3{ font-size:16px;font-weight:600;margin-left:20px; }
.course_text h4{ font-size:16px;font-weight:600; }
.course_text h5{color:red; font-size:16px; font-weight:600;}
.course_text ul li{font-size:14px;}
.course_text p{font-size:14px;}
@media only screen and (max-width: 768px) {
	
				 .learn_acting {
    padding-left: 62px!important;
}	
.course_bg {margin-bottom:5px!important;}
}

@media only screen and (max-width: 599px) {
	.course_text1 h2 {
    font-size: 20px!important;
    color: red;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -5px;
}
	.course_text2 h2 {
    color: black;
    text-align: center;
    padding: 7px 8px 3px 1px!important;
    margin-top: 0px;
    font-weight: 700;
}
	.course_bg2 { background-color: #dfdfdf;padding:2px!important;}
	.course_bg {
    background: #fff;
    float: left;
    padding: 12px;
    border-right: 0px solid #c0b9b9;
    border-radius: 10px;
    margin-top: 18px!important;
	margin-bottom:30px!important;
}
.course_text1 h4 {
    font-size: 17px;
    margin-top: 5px!important;
    margin-bottom: 5px;
    text-align: center;
}
.course_text {margin-top:20px;}
.course_text h4{ font-size:18px;}
.course_text h5{color:red; font-size:16px; font-weight:600;}
.course_text ul li{}
.course_text p{font-size:14px;}
.course_bg1 {
    background: #fff;
    float: left;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: -27px!important;
}
.learn_acting {padding-left: 22px!important;}
	
}


.learn_acting {padding-left: 220px;}

.course_bg2 {
    background-color: #eeeeee;
    padding: 20px 20px 10px 0px;
}
.course_text2 h2 {
    color: black;
    text-align: center;
    padding: 0px 5px 34px 0px;
    margin-top: 0px;
    font-weight: 700;
}
.course_text1 h2 {
    font-size: 28px;
    color: red;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -5px;
}
.course_text1 h4 {
    font-size: 17px;
    margin-top:20px;
    margin-bottom: 5px;
    text-align: center;
}
.course_text1 p{text-align:center;margin-bottom: 8px;}
.course-details {text-align:justify!important;}
.course_text1 li {line-height:26px;}