* , body {
	margin: 0 auto;
	padding: 0 auto;
	box-sizing: border-box;
	font-family: "Roboto", system-ui;
	font-style: normal;
}

#first-sect {
	height: 100vh;
}

#preloader {
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 100000;
	background: white url(../images/preloader.gif) no-repeat center center;
}

.headeranchor:hover {
	color: white !important;
}

header a {
	text-decoration: none !important;
	color: black;
	font-weight: 700;
	font-size: 16px;
}

header .nav-item span {
	margin-left: 20px;
	border-right: 3px solid rgb(195, 179, 179);
	opacity: 50%;
	border-radius: 1px;
}

#secondheader {
	padding-top: 20px;
	padding-left: 40px;
}

.navbar-nav .nav-item .activee {
	color: red !important;
}

#secondheader .navbar-nav .nav-item a:hover {
	color: red !important;
}

.headeranchor .nav-link {
	margin-left: 30px;
	color: black;
}

#mybtn2 {
	cursor: pointer;
}

.navbar-nav {width: 100%;}

.char {
	color: black;
}

#secondheader .char:hover {
	transform: translate3d(0, -6px, 0);
    transition: all 0.5s;
	color: red;
}

.banner {
	height: 600px;
	background-image: url(../images/banner.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner .row {
	padding-top: 50px;
}

.row-col {
	height: 450px;
	width: 100%;
	float: left;
}

#secondheader .btn:hover {
	color: rgb(255, 247, 0);
}

.second-img {
	width: 300px;
	height:200px;
	background-color: aqua;
	position: absolute;
	border-radius: 20px;
	right: 35%;
	top: 400px;
	z-index: 99999;
}

#first-text {
	padding-right: 50px;
}

#first-text h1 {
	font-size: 50px;
	font-weight: 700;
}

#first-text span {
	color: red;
}

#first-text .red-btn {
	width: 230px;
	height: 60px;
	background-color: red;
	border-radius: 30px !important;
	font-size: 20px !important;
	color: white !important;
	padding-top: 15px;
	position:absolute;
	bottom:130px;
	border: 2px solid yellow;
}


#first-text .red-btn:hover {
    background-image: linear-gradient(0deg, #ff6568 0%, #e70003 100%);
	transition: all 0.5s;
}

.text-box .know-btn {
	width: 200px;
	height: 60px;
	background-color: red;
	border-radius: 30px !important;
	font-size: 20px !important;
	color: white !important;
	padding-top: 15px;
	margin-top: 20px;
	border: 2px solid yellow;
}

.text-box h1 {
	font-size: 20px;
}

.text-box li {
	font-weight: 700;
}

.text-box .know-btn:hover {
	background-image: linear-gradient(0deg, #ff6568 0%, #e70003 100%);
	transition: all 0.8s;
}

#first-text .read-btn:hover {
	background-image: linear-gradient(0deg, #e70003 0%, #ff6568 100%);
	transition: all 0.5s;
}

.main-arrow {
	position: absolute;
	top: -70px;
	left: 40%;
}

#about {
	min-height: 720px;
	background-image: url(../images/banner2.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pic-box {
	width: 90%;
	height: auto;
	background-color: #ff6568;
	border-radius: 10px;
}

.text-box {
	width: 100%;
	height: 400px;
	border-radius: 30px;
}

#box-item {
	height: 380px;
	border-radius: 5px;
	cursor: pointer;
}

#box-item2 {
	height: 430px;
	border-radius: 5px;
	cursor: pointer;
}

.top-item {
	height: 70%;
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: #e70003;
}

.bottom-item {
	width: 100%;
	height: 30%;
	float: left;
	padding: 10px 10px 0px 20px;
	position: relative;
	background-color: white;
	border-radius: 0px 0px 5px 5px;
}

.top-item img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0px 0px;
}

.bottom-item h4 {
	font-weight: 700;
	color: #fe9a19;
}

.bottom-item p{
	opacity: 70%;
}

#box-item:hover {
	margin-top: -10px;
	transition: all 0.5s;
	box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
}

#box-item2:hover {
	margin-top: -10px;
	transition: all 0.5s;
	box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 5px 19px -2px rgba(0,0,0,0.75);
}

.bottom-item .yellow-btn {
	position: absolute;
	width: 150px;
	height: 50px;
	border-radius: 30px;
	background-color:#fe9a19;
	color: white;
	font-size: 18px;
	padding-top: 10px;
	bottom: -25px;
	left: 32%;
	display: none;
	border: 1px solid red;
}

.myvfx .yellow-btn2 {
	width: 150px;
	height: 50px;
	border-radius: 30px;
	background-color:#fe9a19;
	color: white;
	font-size: 18px;
	padding-top: 10px;
	border: 1px solid red;
}

.myvfx .yellow-btn2:hover {
	background-image: linear-gradient(0deg, #ff6568 0%, #e70003 100%);
	border: 2px solid yellow;
	color: white;
	font-weight: 700;
}


.bottom-item2 .yellow-btn {
	position: absolute;
	width: 150px;
	height: 50px;
	border-radius: 30px;
	background-color:#fe9a19;
	color: white;
	font-size: 18px;
	padding-top: 10px;
	bottom: -25px;
	left: 32%;
	display: none;
	border: 1px solid red;
}

#box-item:hover .yellow-btn {
	display: block;
	color: white;
	transition: all 0.8s;
}

#box-item2:hover .yellow-btn {
	display: block;
	color: white;
	transition: all 0.8s;
}

.yellow-btn:hover {
	background-image: linear-gradient(0deg, #ff6568 0%, #e70003 100%);
	border: 2px solid yellow;
}

.top-item2 {
	height: 65%;
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: #e70003;
}

.bottom-item2 {
	width: 100%;
	height: 35%;
	float: left;
	padding: 10px 10px 0px 20px;
	position: relative;
	background-color: white;
	border-radius: 0px 0px 5px 5px;
}

.top-item2 img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0px 0px;
}

.bottom-item2 h4 {
	font-weight: 700;
	color: #fe9a19;
}

.bottom-item2 p{
	opacity: 70%;
}

.banner-img {
	height: 600px;
	width: 90%;
	float: left;
	margin: 0px 0px 0px 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.banner-text {
	position: absolute;
	width: 100%;
	min-height: 400px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	bottom: -200px;
	right: -100px;
	padding: 30px 40px 30px 60px;
}

.banner-text li {
	font-size: 18px;
	opacity: 70%;
	font-weight: 700;
}

.banner .owl-dots {
	display: none;
}

#banner-id {
	min-height: 850px;
	padding-bottom: 250px;
	position: relative;
}

.teacher {
	height: 600px;
}

.teacher .item {
	height: 500px;
}

.d-none {
	display: block;
}

.damp {
	display: none;
}

.top {
	width: 90%;
	height: 80%;
	float: left;
	background-color: #fe9a19;
	border-radius: 20px;
	rotate: -5deg;
	margin: 50px 0px 0px 50px;
}

.bottom {
	width: 90%;
	height: 80%;
  background-color: #9d9d9d;
	border-radius: 20px;
	z-index: 99999;
	position:absolute;
	padding: 20px 30px 0px 30px;
	margin: 50px 0px 0px 50px;
}

.bottom .pic-boxx {
	width: 120px ;
	height: 120px;
	float: left;
	border-radius: 50%;
	background-color: #e70003;
}

.pic-boxx img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.text-head {
	font-weight: 700;
	font-size: 25px;
	margin: 30px 0px 0px 150px;
}

.text-head2 {
	font-weight: 700;
	font-size: 20px;
	margin: 10px 0px 0px 150px;
}

.bottom p {
	margin: 60px 0px 0px 0px;
}

#forms {
	min-height: 400px;
	padding: 30px 0px 30px 0px;
}

#forms h5 {
  font-weight: 700;
	font-size: 23px;
}

#forms h2 {
	font-weight: 700;
	margin-top: -10px;
	font-size: 35px;
}

.yellow-line {
	width: 150px;
	height: 3px;
	background-color: #fe9a19;
	float: left;
	display: block;
}

.card {
	height: 400px;
	border: 0px !important;
}

.card-body {
	padding: 0px !important;
}

.form-control {
	height: 60px;
	border-bottom: 3px solid #fe9a19 !important;
}

.textarea {
	height: 100px;
}

textarea {
	resize: none;
}

html {
	scroll-behavior: smooth;
}

footer {
	background-color: #e6e6e6;
	min-height: 400px;
	padding: 30px 0px 30px 0px;
	position: relative;
	overflow-x: hidden;
}

.foot-anchor {
	text-decoration: none;
	font-size: 20px;
	color: black;
	font-weight: 600;
	display: block;
	transition: all 0.5s;
}

.foot-anchor:hover {
	color: red;
	font-weight: 700;
}

#footer-second .char2:hover {
	transform: translate3d(0, -6px, 0);
  transition: all 0.5s;
	color: red;
}

.social-box {
	width: 100%;
	height: 50px;
}

.social-box a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.social-box a img {
	height: 100%;
	width: 100%;
}

.social-box a:hover {
	transform: scale(1.5);
	transition: all 0.8s;
}

.recruiters {
	height: 245px;
	color: rgb(0, 0, 0);
	padding: 20px 0px 20px 0px;
}

.recruiters h2 {
   font-weight: 700;
	 margin-top: -10px;
}

.wrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 1536px;
  margin-inline: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.itemLeft{
  width: 200px;
  height: 100px;
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
	padding-top: 20px;
	background-color: none;
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
	padding-top: 10px;
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
	padding-top: 10px;
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
	padding-top: 15px;
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

.students-work {
	height: 500px;
	padding: 30px 0px 30px 0px;
	background-color: #e6e6e6;
}

#student {
	margin-top: 20px;
}

#new-font{
	font-family: "Josefin Sans", system-ui !important;
	font-style: normal;
	font-weight: 700;
}

.students-work h2 {
	font-weight: 700;
	margin-top: -10px;
}

.students-work .item {
	height: 350px;
	background-color: #e70003;
	position: relative;
}

.students-work .item .animate-box {
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color:#ffffff;
	position: absolute;
	text-align: center;
	padding-top: 10px;
}

.animate-box h5 {
	color: rgb(255, 138, 138);
}

.students-work .item:hover {
	margin-top: -6px;
	transition: all 0.6s;
}

.students-work2 {
	height: 550px;
	padding: 30px 0px 0px 0px;
	background-color: #e6e6e6;
}

.ani-div {
	float: left;
	height: 3px;
	width:100%;
	background-color: yellow;
}

.students-work2 h2 {
	font-weight: 700;
	margin-top: -10px;
}

.students-work2 .item {
	height: 350px;
	background-color: #e70003;
	position: relative;
	overflow: hidden;
}

.students-work2 .item:hover .overlay {
	display: block;
}

#works .owl-dots {
	display: none;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(72, 72, 72 , 0.7);
	top: 0px;
	display: none;
	padding: 40px 30px 30px 30px;
	left: 0px;
}

.overlay .btn {
	padding: 10px 30px 10px 30px;
	color: white;
	font-weight: 700;
	margin-left: 20%;
	border-radius: 40px;
	background-image: linear-gradient(0deg, #ff6568 0%, #e70003 100%);
}

/* ABOUT CSS */
.abt-img {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
}

.abt-banner {
	height: 500px;
	background-image: url(../images/team.png);
	background-repeat: no-repeat;
	position: relative;
}

.abt-banner .absolute-box {
	width: 100%;
	position: absolute;
	height: 140px !important;
	bottom: 0px;
	left: 0px;
}

.aboutt-text {
	background-color: #00375a;
	min-height: 350px;
	padding-top: 30px;
}

.course-text {
	background-color: #ffffff;
	min-height: 740px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.aboutt-text  p {
	font-size: 25px;
}

#para {
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
}

.box {
	width: 90%;
	height: 150px;
	display: block;
	margin: 0 auto;
	background-color: #00375a;
	border-radius: 10px;
	padding-top: 30px;
}

.box p {
	font-style: none !important;
	font-size: 25px;
	font-weight: 700;
}

.box h2 {
	display: block;
}

.blue-abt {
	height: 680px;
	background-color: #00375a;
	padding: 30px 0px 30px 0px;
}

.img-box {
	width: 90%;
	height: 500px;
	display: block;
	margin: 0 auto;
  position: relative;
	background-color: #ffffff;
	border-radius: 10px;
}

.img-box img{
	border-radius: 10px;
}

#divv {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: 35%;
	left: 45%;
	opacity: 50%;
	border: 0px;
	background-color: rgb(255, 255, 255);
}

#myBtn {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 35.8%;
	left: 45.4%;
	opacity: 70%;
	border: 0px;
	color: red;
	font-size: 35px;
	background-color: rgb(255, 255, 255);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60% !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myModal .modal-header {
	text-align: end;
	color: black;
	width: 100%;
	border: 0px !important;
}

.modal-body {
	width: 100% !important;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#sct-1 {
	min-height: 170px;
}

.abt-banner2 {
	height: 500px;
	background-image: url(../images/banner-course.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-size: cover;
}

.abt-banner2 .absolute-box {
	width: 100%;
	position: absolute;
	height: 140px !important;
	bottom: 0px;
	left: 0px;
}

.course-text h2 {
	font-weight: 700;
	margin-top: -10px;
}
.course-text h4 {
	font-weight: 700;
}

.myvfx {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	color: white;
	background-color:#9d9d9d;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.myvfx .container {
	padding-left: 40px;
	padding-right: 70px;
}
  
.myvfx .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.myvfx a {
	color: #000;
	text-decoration: none;
}

.abt-banner2 ul li a  {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 4em;
	font-weight: 700;
	transition: 0.5s;
	transition-delay: 0.5s;
}
  
.abt-banner2 ul li a:hover {
	color: rgba(255, 255, 255, 0.1);
	transition-delay: 0.5s;
}
  
.abt-banner2 ul li a::before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.35em;
	color: #ff3b3b;
	text-shadow: 0 0 10px #d83bff, 0 0 30px #d83bff, 0 0 80px #d83bff;
	font-weight: 500;
	letter-spacing: 40px;
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
}
  
.abt-banner2 ul li:hover a::before {
	opacity: 1;
	letter-spacing: 6px;
	transition-delay: 0.5s;
}

.home {
	margin-top: 70px;
	cursor: pointer;
}

/* gallery css */

.abt-banner3 {
	height: 500px;
	background-image: url(../images/team3.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-size: cover;
}

.abt-banner3 .absolute-box {
	width: 100%;
	position: absolute;
	height: 140px !important;
	bottom: 0px;
	left: 0px;
}

#gallery h2 {
   font-weight: 700;
	 margin-top: -10px;
}

#gallery {
	min-height: 1300px;
	padding-bottom: 50px;
}

.modal3 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content */
.modal-content2 {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	border-radius: 10px;
}
  
/* The Close Button */
.close2 {
	color: #ff0000;
	float: right;
	font-size: 38px;
	font-weight: bold;
}
  
.close2:hover,
.close2:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.abt-banner4 {
	height: 500px;
	background-image: url(../images/banner-place.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-size: cover;
}

.abt-banner4 .absolute-box {
	width: 100%;
	position: absolute;
	height: 140px !important;
	bottom: 0px;
	left: 0px;
}

/* placements css  */

.content-place {
	min-height: 600px;
	padding-top: 20px;
}

.content-place h2 {
	font-weight: 700;
	margin-top: -10px;
}

.content-place .item {
	height: 300px;
}

.content-place .owl-dots {
	display: none;
}

.col-div1 {
	width: 100%;
	height: 70%;
	float: left;
  background-color: #000;
}

.col-div2 {
	width: 100%;
	height: 25%;
	float: left;
	text-align: center;
	font-weight: 700;
	padding: 5px;
  background-color:#e6e6e6 ;
}

.col-div1 img {
	height: 100%;
	width: 100%;
	float: left;
}

.content-place2 , .content-place3 {
	min-height: 400px;
	padding-top: 20px;
}

.content-place2 h2 , .content-place3 h2{
	font-weight: 700;
	margin-top: -10px;
}

.content-place2 .item2 , .content-place3 .item3 {
	height: 300px;
}

.content-place2 .owl-dots , .content-place3 .owl-dots {
	display: none;
}