@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: 100%; 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;background-color:#212529;}
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: 10vh; 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 - 30vh);}
.banner .caption { width: calc(50% - 4px); display: inline-block; vertical-align: middle;}
.banner .caption h2 {font-size: 40px; 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;}



.mobile_banner { display:none;}
.mobile_show p { display:none;}
.Main_p p{padding:10px;text-align:justify;line-height:30px;}
.main_banner  img{width:100%;}
.banner1 .box.form {float:right!important;width:100%;}
.banner1 {background-color:#fdf2f2;padding:10px;}
.chapter_pt {margin-top:50px;margin-bottom:50px;}
.banner1 .form {display: inline-block;  vertical-align: middle;}
/*.banner1 .box.form {text-align: right;}*/
.banner1 .box.form .form {text-align: left; display: inline-block; width: 100%; padding: 20px; background: rgba(255,255,255,.5); background-image: linear-gradient(to bottom right, #d31b1b, #2c0303); border-radius: 20px;}
.banner1 .form h2 {text-align: center; margin-bottom: 20px; font-weight: 500; text-transform: uppercase; font-size: 32px;}
.banner1 .form .field {display: block; margin-bottom: 12px;}
.banner1 .form .field input[type=text], .banner1 .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.banner1 .form .field input[type=email], .banner1 .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.banner1 .form .field input[type=email], .banner1 .form .field select {display: block; width: 100%; padding: 0 8px; height: 42px; border: 0; border-radius: 4px;}
.banner1 .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: 40px 0; background: #eeeeee;}
.courseWrap {display: block; padding: 32px; background: #fff; border-radius: 20px;margin-bottom:10px;}
/*.courseWrap .txt {display: inline-block; width: calc(45% - 4px); vertical-align: middle; margin-left: 10%;}*/
.courseWrap .txt .cname {font-size: 14px; display: block; margin-bottom: 0; font-weight: 600; color: #e50c15;}
.courseWrap .txt h3 {font-size: 25px; margin-bottom: 12px; font-weight: 500;color:red;}
.courseWrap .txt h4 {font-size: 17px; margin-bottom: 24px; font-weight: 500;}
.cinema h2{text-align:center;font-size:40px;margin-bottom:30px;}
/*.courseWrap .pic {display: inline-block; width: calc(45% - 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(33.33% - 4% - 4px); margin-left: 6%; margin-bottom: 40px;}
.whatLearn ul li:nth-child(3n+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;}

.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: 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;}

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;}


.whyChoose h2 {text-align: center; font-size: 42px; margin-bottom: 42px; font-weight: 300;}

.whyChoose .wrap {display: flex; width: 100%; margin-bottom: 32px;}

.whyChoose .box {display: inline-block; width: calc(33.33% - 4px - 4%); margin: 0 2%; background: #fff; color: #000; padding: 20px 12px; border-radius: 12px; text-align: center; vertical-align: middle; font-weight: 500;}

.whyChoose .last {text-align: center;}



.whyChoose .celebWrap .box {width: calc(33.33% - 4px - 4%); margin-bottom: 12px; background: none; text-align: center;}

.whyChoose .celebWrap .box img {width: 100%; max-width: 200px; border-radius: 50%; border: 8px solid #fff;}

.whyChoose .celebWrap .box .txt {/*text-align: left;*/ color: #fff; padding-top: 4px;}

.whyChoose {padding: 80px 0; background-image: linear-gradient(to bottom right, #000000, #160b46); color: #fff; /*animation-name: whyanim; animation-iteration-count: infinite; animation-delay: 0; animation-duration: 1s; transition: all ease-in-out .2s;*/}
.opportunity {padding: 120px 0;}

.opportunity h3 {font-size: 32px; margin-bottom: 32px;}

.opportunity .list {display: block;}

.opportunity .list ul {display: block; text-align: center;}

.opportunity .list ul li {display: inline-block; padding: 20px; width: calc(33.33% - 4px - 32px); margin-right: 32px; margin-bottom: 40px; border: 1px solid #212037; border-radius: 12px; transition: all ease-in-out .2s; cursor: pointer;}

.opportunity .list ul li:hover {background: #ffc107; transform: scale(1.05,1.05);}

.opportunity .list ul li .icon {display: block; margin-bottom: 12px;}

.opportunity .list ul li .icon img {height: 100px;}

.opportunity .list ul li .txt {font-weight: 500; color: #212037; text-transform: uppercase;}
.courseWrap h5 {
    text-align: center;
    color: white;
    background-color: black;
    padding: 7px 0px 7px 0px;
    /* width: 50%; */
	margin-bottom:30px;
}

.industrySpeak {padding: 80px 0; /*background: #f8f8f8;*/background-image: linear-gradient(to bottom right, #f3f2f2, #d1d1d1);}

.industrySpeak h2 {text-align: center; font-size: 42px; margin-bottom: 42px; font-weight: 600;}

.indSpeak .indSpeak {display: block; width: 100%;}

.indSpeak .box {width: calc(48% - 4px); vertical-align: top; display: inline-block; margin-bottom: 32px; border-radius: 12px; overflow: hidden; border: 1px solid #ccc; transition: all ease-in-out .2s; cursor: pointer; background: #fff;}

.indSpeak .box:nth-child(2) {margin-left: 4%;}

.indSpeak .box .user {display: inline-block; width: calc(180px - 4px); vertical-align: middle;}

.indSpeak .box .user img {width: 100%;}

.indSpeak .box .txt {display: inline-block; width: calc(100% - 180px - 4px); padding: 0 20px; vertical-align: middle;}

.indSpeak .box .txt .speak {display: block; margin-bottom: 12px;}

.indSpeak .box .txt .by {display: block; font-weight: 600; font-style: italic;}

.indSpeak .box:hover {background-image: linear-gradient(to bottom right, #ffc107, #ff0707); color: #fff; transform: scale(1.1);}
.course_text1  li {line-height:32px;text-align:justify;}
.txt p{line-height:29px;text-align:justify;margin-bottom:0px;}

@media only screen and (max-width: 680px){
	
.whyChoose .celebWrap .box {
    width: calc(50% - 4px);
    vertical-align: top;
    margin: 0;
}
.opportunity .list ul li .txt {
    font-size: 10px;
    min-height: 30px;
display: block;
}

.opportunity .list ul li {
    width: calc(50% - 4px - 12px);
    margin: 0 6px;
    margin-bottom: 20px;
    padding: 12px;
}
.courses h3, .why h3, .placInter h3, .opportunity h3, .workshop h3, .recruiter h3, .bod h3, .testimonials h3, .stuWorks h3, .faqs h3 {
    font-size: 28px;
}

}
.mobile_banner1 {display: none;}

#ebcaptchatext {margin-top:10px;font-size:14px;}