@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{text-decoration: none; color: inherit;}

*{margin: 0; padding:0; box-sizing: border-box;}
body {
	margin: 0; 
	padding:0; 
	box-sizing: border-box;
}

img {
	max-width: 100%;
     height: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Russo One', sans-serif;
}
p,a {
	font-family: 'Poppins', sans-serif;
}
a{text-decoration: none; transition: .3s all ease-in-out;}

html{scroll-behavior: smooth;}


*{margin: 0; padding: 0; box-sizing: border-box;}

body{margin: 0; padding: 0; box-sizing: border-box; font-size: 15px; line-height: normal;}

.head-button{text-align: right;}

input{outline:none;}
input:focus{outline: none;}



.g-recaptcha {
    display: flex;
    justify-content: center;
}




.main-container {
    max-width: 1140px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
/*=====Header=====*/
.header {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
}
.header-main {
	display: flex;
}
.header-main span{
    display: inline-block;
    padding: 20px 0px;
}
.header-main span img{
    width: 80%;
}

.menu {
    padding: 20px 0px;
}
.menu ul {
	display: flex;
	justify-content: space-around;
    padding-top: 8px;
}
.menu ul li a {
	text-decoration: none;
	color: white;
	font-size: medium; transition: .3s all ease-in-out;
}
.head-half-2 {
    display: flex;
	justify-content: space-between; align-items: center;
}
.head-half-2 .btn-enq {
    padding: 0px 15px;
    border: none;
    border-radius: 5%;
    background-color: #F08A31;
    /*margin-top: 10px;*/
    font-size: medium;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
	display: inline-block; color: #000; text-decoration: none;
}

#alumuni .owl-stage-outer{padding:0 0 40px 0;}
#feedback .owl-stage-outer{padding: 40px 0;}

/*=====B G=====*/
.background {
	background-image: url(../images/bg\ 1.jpg); background-size: cover;
	width: auto;
	height: 840px;
	position: relative; background-repeat: no-repeat;
}
.ani-back{
    background-image: url(../images/img-3.webp); background-size: cover;
	width: auto;
	height: 840px;
	position: relative; background-repeat: no-repeat; 
}
.vfx-back{
    background-image: url(../images/ani-bg.jpg); background-size: cover;
	width: auto;
	height: 840px;
	position: relative; background-repeat: no-repeat; 
}
.background-shade {
	background-color: #000;
	opacity: 50%;
	width: auto;
	height: 840px;
}

.hmrmnu{display: none;}



/*=====banner-mid=====*/
.banner-mid-total {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    max-width: 1270px;
    margin: 0 auto;
}
.banner-mid {
    display: flex;
    flex-wrap: wrap;
}
.banner-mid .row{justify-content: space-between;}
.mid {
	display: flex;
}
.banner-mid-half-1 h1 {
    color: white;
}
.banner-mid-half-1 p {
    color: white;
}
.banner-mid-half-1 h1 {
    font-size: 45px;
    
}
.banner-mid-half-1 span {
    display: block;
}
.banner-mid-half-1 p {
	font-size: 17px;
}
.counselor {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: auto;
    padding: 30px;
    max-width: 470px;
}
.know .btn-enq{
	padding: 10px 25px;
    border: none;
    border-radius: 8px;
    background-color: #F08A31;
	font-size: medium;
	font-weight: bold; color: #000; text-decoration: none;
}
.know button{
	padding: 14px 25px;
    border: none;
    border-radius: 8px;
    background-color: #F08A31;
	font-size: medium;
	font-weight: bold; color: #000; text-decoration: none;
}
.counselor-main {
    text-align: center;
}
.counselor-main h4 {
	color: F08A31;
    margin-bottom: 30px;
}
.counselor-main h4 span{
	color: #F08A31;
}
.counselor-main input {
    border: none;
    width: 100%;
    height: 38px;
    padding: 22px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #ccc;
}
.counselor-main select{
    border: 1px solid #ccc;
    color: fff
}
.know.submit button {
    width: 100%;
    border-radius: 5px;
}





/*=====banner-count=====*/
.count {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -55px;
}
.deg {
	text-align: center; position: relative;
}
.deg-outter {
    background-color: #F08A31;
    padding: 30px;
    border-radius: 10px;
}
.count h6{
    font-size: 16px;
    color: #fff;
    font-weight: 400; font-family: 'Poppins', sans-serif;
}
h4.counter {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    font-family: 'Russo One', sans-serif;
	color: #fff;
}
.stastic {
    display: flex;
	justify-content:center
}
.stastic span {
    font-size: 30px;
    font-weight: 400;
    margin-top: -10px;
	color: #fff;
}
.col-md-4.deg.line::after {
    content: "";
    background-color: #ececec54;
    width: 2px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 0;
    top: 20%;
}




/*=====block-1=====*/
.block-1 {
    margin-top: 120px;
	margin-bottom: 90px;
}
.block-1-total {
    display: flex; flex-wrap: wrap;
	
}
.block-1-img {
   position: relative;
}
.block-1-img img {
	position: relative;
}
.block-1-img-side {
    width: 200px;
    height: auto;
    background-color: #420085;
    border-radius: 10px;
    position: absolute;
    margin-top: -60px;
    margin-left: 376px;
}
.block-1-img-side span {
    font-size: 48px;
    color: white;
	padding-left: 18px;
    font-weight: 700;
}
.block-1-img-side p {
    font-size: 17px;
    color: white;
	padding-left: 18px;

}
.block-1-info h2 {
    font-size: 34px;
    
}
.block-1-info p {
	font-size: 15px;
	width: 90%;
    line-height: 24px;
	height: auto;
    text-align: justify;
}
.block-1-info-points {
	display: flex; flex-wrap: wrap;
}
.know.Now {
    margin-top: 20px;
}
.Now button{
	padding: 13px 30px;
}






/*=====block-2=====*/
.block-2 {
	background-image: url(../images/section-bg\ 1.png); background-size: cover;
	padding: 80px 0;
}
.block-1-info {
    margin: 0 0 0 38px;
}
.block-2 h3 {
	font-size: 34px;
	
	margin-bottom: 35px;
}
.block-2-info-sub {
    display: flex; flex-wrap: wrap;
	margin-top: 35px; 
}

.course {
    padding: 40px 10px;
    background-color: #420085;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 276px;
}
.course h3 {
	color: #F08A31;
	font-size: 33px;
	line-height: normal;
}
.course h5 {
    font-size: 18px;
    color: white;
    font-weight: 400;
}
.block-2-info-sub p {
    font-size: 15px;
    line-height: 30px;
    padding: 8px 0 8px 30px;

}


.lst-brdn::after{content: ""; background-color: transparent !important;}

.course.sub-2 {
	background-color: #F08A31;
}
.course.sub-2 h3 {
	color: #5403A7;
}
.course.sub-2 h5 {
	color: black;
	margin-top: 20px;
}
.course.sub-3 h3 {
    font-size: 30px;
	margin-bottom: 20px;
}
.course.sub-3 {
    padding: 40px 10px;
}
.btn-apply {
    text-align: center;
}
.btn-apply button {
    font-size: 20px;
    padding: 12px 31px;
    border-radius: 8px;
    border-color: #420085;
    color: #420085;
    font-weight: 800;
    transition: 0.3s ease-in-out;
}
.btn-apply button:hover {
	background-color: #420085;
	color: white;
}

.owl-theme .owl-nav{position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); width: 100%;}
.owl-theme .owl-nav .owl-prev span{position: absolute; left: -60px; display: block; font-size: 50px;}
.owl-theme .owl-nav .owl-next span{position: absolute; right: -60px; display: block; font-size: 50px;}



/*=====block-3=====*/
.block-3 {
	padding: 80px 0;
}
.block-3 h2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
.item img {
    width: 100%;
    height: auto;
}






/*=====block-4=====*/
.block-4 {
	background-image: url(../images/steptodown\ 2.jpg);
	padding: 80px 0;
}
.appication {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.form-application h3 {
    font-size: 36px;
    font-weight: bold;
}
.application-total {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.needs {
    background-color: rgb(255, 183, 0, .86);
    width: 100%;
    height: 500px;
}
.needs h4 {
    font-size: 32px;
	font-weight: bold;
    padding-top: 30%;
    padding-left: 40px;
	max-width: 380px;

}
.form-application {
	background-color: rgb(255, 255, 255, .84);
    width: 100%;
    height: 500px;
	padding: 40px;
}
.form-application input {
    border: none;
    background-color: white;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 0 18px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.dropdown-1 {
    border: none;
    background-color: white;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 0 18px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.form-application button {
	border: none;
	background-color: #420085;
	color: white;
	font-size: 18px;
	width: 100%;
	height: 48px;
	border-radius: 6px;
    margin-top: 20px;
}






/*=====block-5=====*/
.block-5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 110px 0; background-image: url(../images/purplebg.jpg); background-size: contain; background-repeat: no-repeat; background-position: 151%;
}
.block-5-white {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}
.block-5-color {
	background-color: #5403A7;
    width: 100%;
    height: 500px;
}
.block-5-white img {
    max-width: 150px;
	height: auto;
}
.block-5-white h2 {
	font-size: 32px;
	/*font-weight: bold;*/ margin-top: 15px;
}

.student-feedback {
	width: 100%;
    height: auto;
    position: relative;
}

.rgtpulbg{position: absolute; right: 0; width: auto; z-index: -1;}

.feedback-dtls {
    background-color: white;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 10px solid white;
    box-shadow: 0 9px 14px -11px rgb(0, 0, 0, .77);
    padding: 30px 45px 30px;
    border-radius: 15px;
    margin: 0;
}

.img-name {
    display: flex;
    padding: 0;
    align-items: center;
    margin-top: -80px;
    position: relative;
}

.name h2{font-size:22px; }

.name h3{font-size:16px; color: #5403A7; }

.txt p{font-size: 14px; line-height: 20px;     padding: 15px 10px 0 20px;}

.name {
    padding-left: 15px; margin-top: 40px;
}

#feedback .owl-stage .item{padding-top: 55px;}
.img{border: 10px solid #fff; border-radius: 15px; overflow: hidden;box-shadow: 0px 6px 8px #eee;
}


/*=====block-6=====*/
.block-6 {
    width: 100%;
    position: relative;
    padding: 70px 0; overflow: hidden; background-image: url(../images/yellowbg.jpg); background-size: contain; background-repeat: no-repeat;
}
.lftyelbg{position: absolute; top: 0; left: 0; width: auto; z-index: -1;}
.block-6-color {
	
    width: 100%;

}
.block-6-color h3 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
}
.student {
    background-color: white;
    width: 100%;
    height: auto;
    max-width: 280px;
    border: 15px solid white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
}
.student p{
    margin-bottom: 0px;
}
.alumnigrp{max-width: 1530px; margin-left: auto;}

.student h4 {
    font-size: 20px;
	padding-top: 15px;
}
.student h5 {
    font-size: 21px;
	color: #5403A7;
}
.student p {
    font-size: 16px;
}

.student img {
    width: 260px;
    height: 70%;
}
.student-gr1 {
    display: flex;
	justify-content: end;
}
.student-gr2 {
    display: flex;
	justify-content: end;
}


.dropdown-2 {
    border: none;
    background-color: white;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 18px;
     color: gray;
    font-size: 15px;
}



.copyright {
    text-align: center;
    background-color: #3F3F3F;
    color: white;
    padding: 10px;
    font-size: 11px;
    font-weight: 300;
}
.copyright p {
    margin-bottom: 0;
    font-size: 16px;
}

#feedback .owl-stage{padding-left: 0px !important;}

.coure-dtls p{margin-bottom: 0px;}
.block-2-info{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #D8D8D8;}

.lst-brdn{border-bottom: none;}


.mn-mns-scs{display: none;}

.header.fixed {
    background-color: #000;
}



.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .3s all ease-in-out;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 1px -12px 26px;
}


.fixed .menu ul li a{color:#fff;}




.fixed .bfnav{display: none;}
.aftnav{display: none;}
.fixed .aftnav{display: block;}

.mn-mns-scs {
	max-width: 300px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000000;
	padding: 20px 20px;
	z-index: 99;
	display: none;
}
.owl-theme .owl-dots button span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: yellow;
}
.my-button{
    background-color: #420085 !important;
    display: inline-block;
    width: 100px;
    color: #fff;
    margin: 0 auto;
    font-family: poppins;
    margin-top: 20px;
}
.my-button:hover{
    color: #fff;
}
.thankyou-heading{
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 5px;
}
.thank-you-wrap{
    width: 100%;
    padding: 100px 0px;
}


/* Subhranil Mukherjee */

.soft-taght {
    margin-top: 120px;
    text-align: center;
    margin-bottom: 60px;
}
.soft-taght h3{margin-bottom: 20px; font-size: 48px; line-height:normal;}
.sftsld{padding: 0 30px;}

.abtusmn{text-align: center;}
.abtusmn-insd{background-color: #000; color: #ffffff; border-radius: 20px; padding: 70px 0;}
.abtusmn h3{margin-bottom: 20px; font-size: 48px; line-height:normal; text-transform: uppercase;}
.btntlk{
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    background-color: #F08A31;
    font-size: 40px; line-height: normal;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.whympl {
    text-align: center;
    padding: 20px 0;
}
.whympl h4 {
    font-size: 44px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: left;
}
.whympl h5{font-size:34px; line-height: normal; margin-bottom: 35px; text-align: left;}
.whympl h5 span{display: block;}
.whympl p{text-align: left;}
.btn-enq{padding: 10px 25px;
    border: none;
    border-radius: 8px;
    background-color: #F08A31;
    font-size: medium;
    font-weight: bold;
    color: #fff;
    text-decoration: none; display: inline-block;}

.careeropp{padding: 50px 0;}
.careeropp h3{font-size:42px; line-height: normal; margin-bottom: 20px;}

.crdsitms {
    border: 1px solid #000;
    padding: 6px;
    position: relative;
}

.crdscap {
    max-width: 85%;
    width: 100%;
    position: absolute;
    bottom: -32px;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0, 51, 102, .9);
    right: 0;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    z-index: 1;
    border-radius: 10px;
}

.crdscap p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    padding: 20px 0px;
}

.spg-sec{padding: 100px 0;}
.spg-sec h3{font-size:42px; line-height: normal; margin-bottom: 20px;}
.glr-itms{margin-bottom: 30px;}

.testimonials-mn{}
.testimonials-mn h3{font-size:42px; line-height: normal; margin-bottom: 20px;}

.testmsldgsec {
    background-image:url("../images/testmbg.jpg");
    padding: 60px 0;
}
.tstmcntr {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: 12%;
}
.lftpnl {
    max-width: 40%;
    width: 100%;
    padding: 0 30px; color: #fff;
} 
.rgtpnl{max-width: 60%; width: 100%; padding: 0 30px;}

.clltoac{position: fixed; right: 0; top: 60%; z-index: 9;}
.wp {
    background-color: #00d507;
    padding: 9px;
    margin-bottom: 10px;
    border: none;
    display: block;
}
.mobnm{background-color: #fd5d00;
    padding: 9px;
    margin-bottom: 10px;
    border: none;
    display: block;}

.sft-itms img{width:auto; height: 60px; object-fit: contain;}


/*  map section */

.map-wrap{
    width: 100%;
    padding: 60px 0;
    background-color: #0F0E0E;
}
.map-address-wrap{
    width: 100%;
    min-height: 450px;
    background-color: #222222;
    padding: 40px;
    padding-top: 80px;
}
.map-address-wrap p{
    font-size: 20px;
    color: #fff;
}
.map-address-wrap h5{
    font-size: 26px;
    color: #F08A31;
}
.map-address-wrap img{
    width: 30px;
    height: 30px;
    fill: #F08A31;
}
.map-address-wrap span a{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
}
.faq-sec{
    width: 100%;
    padding: 60px 0px;
}
.faq-sec h3{
    font-size: 30px;
}
.accordion-button{
    background-color: #ccc !important;
}
.accordion-button:focus{
    border: none;
    background-color: transparent;
}
.accordion-flush .accordion-item{
    margin-bottom: 30px;
}
.accordion-body{
    background-color: #ccc
}

.enrllbtn{text-align: center; padding: 60px 0;}
