@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: 100; background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));}
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;}

.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; text-align: left;}
.welcome .txt h2 strong {color: #e50c15;}
.welcome .txt p {margin-bottom: 20px;}
.welcome .txt p:last-child {margin-bottom: 0;}
.welcome .pic {display: inline-block; width: calc(45% - 4px); vertical-align: middle; margin-left: 10%;}
.welcome .pic img {width: 100%;}

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;}

.call_wa {display: none; width: 100%; position: fixed; bottom: 0; left: 0; background: #ffc107; z-index: 10000;}
.call_wa > div {display: table-cell; width: 50%; text-align: center;}
.call_wa > div:nth-child(2) {border-left: 1px solid #fff;}
.call_wa > div a {display: block; padding: 8px 8px; color: #000; font-weight: 700; text-decoration: none; font-size: 12px;}
.call_wa > div a img {display: inline-block; vertical-align: middle; margin-right: 2px;}
.call_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;}

.banner {z-index: 0; background: #2e2e2e; color: #fff; position: relative;}
.banner .bx-viewport ul li {width: 100%; height: 100vh; background-size: cover;}
.banner .caption {position: absolute; top: 80%; left: 0; transform: translateY(-50%); background: rgba(33,4,4,.8); padding: 32px 8%; border-top-right-radius: 2vw; border-bottom-right-radius: 2vw; max-width: 50vw;}

.banner .slide1 .caption h2 {font-size: 22px;}
.banner .slide1 .caption h3 {font-size: 24px; font-weight: 400;}
.banner .slide1 .caption .red {color: #b80a0a;}
.banner .slide1 .caption .black {color: #fff;}

.banner .slide2 .caption h2 {font-size: 22px;}
.banner .slide2 .caption h3 {font-size: 24px; font-weight: 400;}
.banner .slide2 .caption .red {color: #b80a0a;}
.banner .slide2 .caption .black {color: #fff;}
.banner .slide2 .caption .apply {display: inline-block; font-size: 15px; padding: 8px 20px; background: #b80a0a; color: #fff; margin-top: 12px; text-transform: uppercase; text-decoration: none; }

.course {padding: 80px 0; background: #eeeeee;}
.courseWrap {display: inline-block; width: 100%; padding: 20px; background: #fff; border-radius: 20px; margin-left: 4%; margin-bottom: 40px;}
.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%;}
.course .accordion .box {background: #fff; margin-bottom: 8px; border-radius: 12px;}
.course .accordion .box h3 {padding: 12px 32px; display: block; position: relative; cursor: pointer;}
.course .accordion .box h3::before {content: '+'; font-size: 32px; position: absolute; top: 0; right: 32px; line-height: 53px;}
.course .accordion .box.active h3::before {content: '-';}
.course .accordion .box ul {padding: 12px 32px; display: none;}
.course .accordion .box ul li {display: inline-block; width: calc(33.33% - 4px); vertical-align: top; margin-bottom: 20px; padding-right: 20px; padding-left: 32px; position: relative;}
.course .accordion .box ul li::before {content: '>'; position: absolute; top: 0; left: 0; font-weight: 700; color: #b80a0a;}

.oppor {display: block; padding: 80px 0;}
.oppor h2 {font-size: 42px; margin-bottom: 40px; font-weight: 500; text-align: center;}
.oppor ul {display: block;}
.oppor ul li {display: inline-block; width: calc(25% - 4px); vertical-align: top; margin-bottom: 20px; padding-right: 20px; padding-left: 32px; position: relative;}
.oppor ul li::before {content: '>'; position: absolute; top: 0; left: 0; font-weight: 700; color: #b80a0a;}

.placement {display: block; padding: 80px 0; background-image: linear-gradient(to bottom right, rgba(184,10,10,1), rgba(0,0,0,1)); color: #fff; }
.placement h2 {font-size: 42px; margin-bottom: 40px; font-weight: 500; text-align: center;}
.placement .col2 {display: flex;}
.placement .col2 .col {width: calc(50% - 20px); margin: 0 10px; background: #fff; border-radius: 12px; overflow: hidden; color: #000;}
.placement .col2 .col .img {width: calc(200px - 4px); display: inline-block; vertical-align: middle;}
.placement .col2 .col .img  img {width: 100%;}
.placement .col2 .col .txt {width: calc(100% - 200px - 4px - 20px); display: inline-block; vertical-align: middle; margin-left: 20px;}
.placement .col2 .col .txt span {display: block;}
.placement .col2 .col .txt span.name {font-size: 24px; color: #b80a0a;}

.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;}

.highlights {padding: 80px 0; background: #f8f8f8;}
.highlights h2 {text-align: center; font-size: 32px; margin-bottom: 60px;}

.whyChoose {padding: 80px 0; background-image: linear-gradient(to bottom right, rgba(184,10,10,1), rgba(0,0,0,1)); 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;}

.faq {padding: 80px 0; background: #fff;}
.faq h2 {text-align: center; font-size: 32px; margin-bottom: 60px;}

.faq .accordion .box {background: #fff; margin-bottom: 8px; border-radius: 12px;}
.faq .accordion .box h3 {padding: 12px 32px; padding-right: calc(32px + 40px); display: block; position: relative; cursor: pointer; font-size: 18px; border-radius: 8px;}
.faq .accordion .box h3:hover {background: #eee;}
.faq .accordion .box h3::before {content: '+'; font-size: 32px; position: absolute; top: 0; right: 32px; line-height: 53px;}
.faq .accordion .box.active h3::before {content: '-';}
.faq .accordion .box .content {padding: 12px 32px; display: none;}
.faq .accordion .box.active .content {display: block;}

.wrap::after {content: ''; display: block; clear: both;}

.highlights ul {display: block;}
.highlights ul li {display: inline-block; width: calc(50% - 4px); vertical-align: top; margin-bottom: 20px; padding-right: 20px; padding-left: 32px; position: relative;}
.highlights ul li::before {content: '>'; position: absolute; top: 0; left: 0; font-weight: 700; color: #b80a0a;}

.form {text-align: left; display: inline-block; width: 33%; padding: 20px; background: rgba(255,255,255,.5); background-image: linear-gradient(to bottom right, #d31b1b, #2c0303); border-radius: 20px; position: absolute; top: 50%; transform: translateY(-50%); right: 8%; z-index: 52; max-width: 320px;}
.form h2 {text-align: center; margin-bottom: 20px; font-weight: 500; text-transform: uppercase; font-size: 32px;}
.form .field {display: block; margin-bottom: 12px;}
.form .field input[type=text], .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.form .field input[type=email], .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.form .field input[type=number], .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.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;}

.stuWorks {padding: 80px 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;}

#ebcaptchatext2 {margin-top:10px;}