/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}
body{
	    font-family: "Google Sans", sans-serif!important; 
	    /* font-family: "Google Sans", sans-serif!important; */ 
	    font-family: "Roboto", sans-serif!important;

	font-size:1.15rem;
	color:#474747
}
h1,h2,h3,h4,h5,h6{ 
	  font-family: "Roboto", sans-serif!important; 
	   font-family: "Google Sans", sans-serif!important; 
	    font-family: "Roboto", sans-serif!important;
}
h6{
	font-size:1.05rem  
}
p{
	font-size:18px
}
b, strong {
    font-weight:500!important;
}
.Sun_Title{
	font-family:"Calistoga", serif!important;
	    font-family: "Roboto", sans-serif!important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 14px;
    bottom: 25px;
    z-index: 999;
}

.bg-light{
	background:#F9F9F9!important
}
.bg-white{
	background:#fff!important
}
/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}
.fs20{
	font-size:20px!important
}
.fs18{
	font-size:18px!important
}
.fs22{
	font-size:22px!important
}
.fs24{
	font-size:24px!important
}
.fs26{
	font-size:26px!important
}
.text-justify{
	text-align:justify!important
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
.box-shadow{
	box-shadow:0 0 10px #ccc;
}

/*** Navbar ***/
.sticky-top {
    top: -150px; 
    transition: .5s;
    background: #1363c6; 
    background:  #fff!important; 
} 

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
	margin-right: 10px;
    /* padding: 0; */
    color: rgba(255, 255, 255, .7);
    color: #474747;
    outline: none;
    font-weight: 400;
    font-size: 15px;
}
.navbar .navbar-nav-top .nav-link {
	margin-right: 10px;
    /* padding: 0; */
    color: rgba(255, 255, 255, .7);
    color: #474747;
    outline: none;
    font-weight: 400;
    font-size: 16px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #08599D;
}
.navbar-dark .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(3 88 153);
    background: #005998;
}
.navbar-nav.main-nav {
    border-top: 1px solid #00D1B4;
    padding-top: 5px;
    margin-top: 4px;
}
/* 
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
 */
 
.navbar-brand img.img-fluid {
    max-width: 100%;
    height: 90px; 
    object-fit: cover;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #00D1B4;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: #fff;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
	.navbar-dark .navbar-brand img{
		width:150px;height: auto;
	}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-menu { 
	padding:5px;
	border-radius: 0px; 
	background:#fff!important
}
.dropdown-menu.dropdown-menu-last { 
	right:0px
}
.dropdown-item {
    padding: 0.5rem 1rem;
    margin-bottom: 2px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #14183e;
    background-color: #01589b;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #01589b;
}
.internal-banner .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #192335!important;
    content: var(--bs-breadcrumb-divider, "|") /* rtl: var(--bs-breadcrumb-divider, "/") */;
} 
.internal-banner .breadcrumb .breadcrumb-item a,.breadcrumb-item{ 
    color: #192335!important; 
	font-size:16px;
	font-weight:500
} 
.carousel-inner .carousel-item img {
    position: relative;
    height: 380px;
    object-fit: cover;
}
.carousel-inner .carousel-item img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#0000008a;
}
.carousel-caption{
	background: #03a9f485;
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
	padding-top:20px
}
.carousel-caption {
    background: url(../images/box-shadow.png);
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-top: 20px;
    position: static;
    background-position: bottom;
    background-size: contain;
}
.carousel-caption h5 {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000;
	padding-right:15px
}
.carousel-caption p {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000;
    border-left: 2px solid #fff;
    padding: 0px 15px;
	font-size: 19px;
}


/*** Hero Header ***/
.hero-header {
    background-size: cover;
    background: url(../images/banners/PG-bg.png) top center no-repeat;
    position: relative;
    background-size: cover;
    min-height: 360px;
    align-items: end;
    display: flex;
	/*  background:linear-gradient(1deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 80%)) fixed, url(../images/banners/banner3.webp);
  background-size: cover;  */
}
.hero-header1 { 
    background-size: cover;  
    background: url(../images/internalPage-banner.webp) top center no-repeat;
	position:relative;background-size: cover;
}
.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#00000052;
   background:#00000000;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.hero-header h1 {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    font-size: 30px;
	text-shadow:0 0 10px #000;
	
    position: relative;
}
.hero-header h1:after {
    background: #fff;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 180px;
}
.hero-header p{ 
	color: #fff; 
} 
.hero-header p.sec-para{ 
	color: #fff; 
	font-weight:300
} 
 
h2.title {
    color: #034E70;
    color:#0160A0;
    font-weight: bold !important; 
    font-size: 40px;           
}
p.Subtitle {
    font-size: 18px;
    color: #474747;
    font-weight: 500;
}
/*** Program Section ***/
.CoursesSection{
	position:relative;
	z-index:99
}
.CoursesSection .Courses-item {
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
}
.Courses-item.PGP { 
    background: url(../images/PGP-img.webp) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
} 
.Courses-item.MDP { 
    background: url(../images/MDP-Img.webp) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
} 
.Courses-item.MDP2 { 
    background: url(../images/MDP-img2.webp) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
} 
.Courses-item.Certification_awarded { 
    background: url(../images/Certification_awarded.webp) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
} 
.Courses-item.Learning_format { 
    background: url(../images/Learning_format.webp) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
} 
.Courses-item.PGP::before, .Courses-item.MDP::before, .Courses-item.MDP2::before, .Courses-item.Certification_awarded::before, .Courses-item.Learning_format::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background: #00000047; 
	/* background: url("../images/Professionals-before---.webp");  */
	background-size:cover;
	border-radius:12px 
}
.Courses-item img{
	width: 80px;
    margin: 0 auto;
}
.CoursesSection.Career-Transforming  .Courses-item h5{
	color: #fff;
    font-size: 20px;
    font-weight: 700 !important;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	font-family: "Calistoga", serif!important;
	text-shadow:0 0 10px #000 
} 
.CoursesSection  .Courses-item h5{
	color: #fff;
    font-size: 26px;
    font-weight: 700 !important;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;  
} 
.Courses-item p{
	color: #192335;
    font-size: 16px;
    font-weight: 500 !important; 
	margin-bottom:0
} 
.CoursesSection .Courses-item h6{
	color: #fff;
    font-size: 17px;
    font-weight:400 !important; 
	margin-bottom:0;
    position: relative;
    z-index: 99;
} 
.CoursesSection .Courses-item p{
	color: #fff;
    font-size: 15px;
    font-weight:300 !important; 
	margin-bottom:0;
    position: relative;
    z-index: 99;
} 
/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** About ***/
.aboutSection .lastImg{
	margin-top:-2em
}
.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px #ccc; 
}
.about-img img{
    width:100%; 
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

.aboutSection h6{
	color:#192335;
	font-weight:500;
	font-size:19px
}

/*** Infini at a Glance ***/  
.service-item {
    position: relative;
    padding: 5px 10px; 
    transition: .5s; 
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 99;
} 
 .service-item .service-icon {
    margin:  0px auto 20px;
    width: 90px; 
    transition: .5s;
} 
.service-item h2{
    transition: .5s;
	color:#034E70;
	font-size:20px!important
} 
.service-item p {
    transition: .5s;
    color: #474747;
    font-weight: 300;
	font-size: 16px;
} 
/*** Professionals Section ***/ 
.Professionals-item {
    position:relative; 
	border-radius:10px; 
} 

.Professionals-item img {
    border-radius: 10px;
    height: 184px;
    object-fit: cover;
}
.Professionals-item::before {
    position: absolute;
    content: "";
    width: 100%;inset: 0;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000059;
	border-radius:10px; 
	/*background: url("../images/Professionals-before.webp");*/
	background-size: cover; 
}  
.Professionals-item h5 {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 18px;
    font-weight: 400 !important;
	width: max-content;
}

/*** Why-Choose Section ***/
.Why-Choose{ 
    background: url(../images/Why-Choose-background.webp) right center no-repeat;
    background-size: cover; 
}
.Why-Choose .Courses-item {
    background: #ffffffcf;
    border: 1px solid #0290D0;
    padding: 30px 20px;
    height: -webkit-fill-available;
    border-radius: 10px;
}
.Why-Choose .Courses-item h5 {
    color: #474747; 
	font-size:18px;
	font-weight:600 !important
}
.Why-Choose .Courses-item p {
    color: #474747; 
	font-size:17px;
    font-weight: 300!important;
}

/*** facility Section ***/
.facilitySection{
	background: #8EA9FB;
	background: linear-gradient(90deg,rgba(142, 169, 251, 1) 0%, rgba(180, 141, 214, 1) 100%)!important; 
}
.facilitySection .smallTitle1 {
    color: #ffffff !important;
    background: #ffffff6e;
    border: 1px solid #2F57EF21 !important;
    padding:5px 40px !important;
}
.facilitySection .facility-item .item-card  { 
    background: #fff; 
    padding:20px !important;
}
.facilitySection .facility-item .item-card h4 { 
	font-size: 24px;
    font-weight: 600 !important;
    margin: 20px 0 10px;
    color: #192335;
}
.facilitySection .facility-item .item-card p { 
	font-size: 18px; 
    margin-bottom: 0px;
    color: #6B7385;
}
.facility-carousel .owl-dots, .main-carousel  .owl-dots {
    margin-top: 30px;
    /* margin-left: 3rem; */
    text-align: center;
}
.facility-carousel .owl-dot, .main-carousel  .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    transition: .5s;
} 
.facility-carousel .owl-dot.active, .main-carousel  .owl-dot.active {
    width: 12px;
    background:#E82422;
    border: 1px solid #E82422;
} 



/*** Experiences ***/
.Experiences .Experiences-item img{
	width:40px;
	margin-bottom:16px
}

.Experiences .facilitySection.Experiences-item p{
	font-size:18px;
	color:#fff
}
.Experiences .Experiences-item {
    height: 100%;
    box-shadow: 0 0 10px #dfdcdc;
    border-radius: 6px;
}
.Experiences .Experiences-item p{
	font-size:18px;
	color:#6B7385
}
.Experiences .Experiences-item .testimonials-Img {
    border: 4px solid #ffffff;
    border-radius: 25pc;
    width: 50px;
    margin-bottom: 0;
    margin-right: 15px;
}
.testimonial-marquee {
    overflow: hidden;
    position: relative;
    padding: 4px 0 0;
    box-shadow: 0px 0px 20px #ccc;
    z-index: 999;
}

.testimonial-track {
  display: flex;
  animation: scroll-left 50s linear infinite;
  gap: 60px;
}
.testimonial-track img{
	height:90px
}
.testimonial-track1 {
      display: flex;
      gap: 30px;
      animation: scroll-right 50s linear infinite;
}
.Students-Say h2.title {  
    line-height: 1;
    margin-top: 20px;
}
.testimonial-item {
  flex: 0 0 33.3333%; /* Adjust based on number of items shown at once */
  min-width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
  margin: 10px;
  height:33rem;
  position:relative
}
.testimonial-item p{
	font-weight:300
}
.testimonial-item .Testi-Name{
	position: absolute;
    bottom: 15px;
}
.testimonial-item .Testi-Name p{ 
    font-size: 15px;
}

.testimonial-marquee .testimonial-item {
  flex: 0 0 33.3333%; /* Adjust based on number of items shown at once */
  min-width: 600px; 
}
/* Pause on hover */
    .testimonial-marquee:hover .testimonial-track {
      animation-play-state: paused;
    }
/* Pause on hover */
    .testimonial-marquee:hover .testimonial-track1 {
      animation-play-state: paused;
    }
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

 @keyframes scroll-right {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(100%);
      }
    }	

/*** Feature ***/
.feature {
    background: url(../img/feature2.webp) center center no-repeat;
    background-size: cover;
}

.links {
	list-style:none;
	padding:0;
    margin-top: 30px;
}
.links li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
}
.links li a {
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #fff;
    background: #1363c6; 
    /* border-radius: 35px; */
    display: block;
}
.links li a:hover { 
    background: #14183e;
} 

.btns {
	list-style:none;
	padding:0;
    margin-top: 10px;
}
.btns li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 6px 20px;
    border: 1px solid #8b8b8b; 
    border-radius: 50px;
    text-align: center; 
} 
.TabMenu{
	list-style: none;
    text-align: center;
}
.TabMenu li {
	padding: 20px 10px;
    background: #1363c6;
    color: #fff;
	border-bottom: 1px solid #FFF; 
}
.TabMenu li a{
	color: #fff;
    font-size: 20px;
    display: block;
}
.TabMenu li.active, .TabMenu li:hover { 
    background: #14183e; 
}
.TabMenu li.active a{
	color: #fff; 
}
/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

/* 
.List{
	list-style: none;
    padding: 0; 
}  
.List li {
    border: 1px solid #fff;
    background: #1363d7;
    padding: 8px 7px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}
.List li:hover{ 
	background:#14183e;
    border: 1px solid #fff;
}  */  
.vertical-tabs {
  display: flex;
}

.tab-buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tab-link {
      border: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 20px 10px;
    background: #1363c6;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    text-align: center;
    color: #fff;
} 

.tab-link:hover,
.tab-link.active {
  background-color: #14183e;
}
/* 
.tab-content-container {
  flex: 3;
  padding: 20px;
  height: 300px;
  overflow-y: hidden;
  position: relative;
} */

.tab-content {
  display: block;
  height: 300px; /* Same as the container height */
  overflow: hidden;
}
/* Academics Css  */
.hero-header.internal-banner{ 
	background: url(../img/banner/internal-banner.webp) center center no-repeat!important;
    background-size: cover!important;
}
.internal-banner.hero-header::before{ 
	display:none!important; 
}
.Our-Approach{
	background:#fff
}
.Outcome{
	background: url(../img/banner/internal-banner.webp) center center no-repeat;
    background-size: cover;
}
.Outcome p{
	color: #454545;
    font-weight: 600;
}
.Visit-Us{
	background: url(../img/Visit-Us.webp) center center no-repeat;
    background-size: cover;
}
.Visit-Us.About{
	background: url(../img/about-visit-us.webp) center center no-repeat;
    background-size: cover;
}
.Visit-Us .smallTitle1 {
    color: #ffffff !important;
    background: #ffffff59;
    border: 1px solid #ffffff21 !important;
}
.Outcome p{
	color: #454545;
    font-weight: 600;
}
.StageLinks{
	border: 1px solid #929292;
    border-radius: 6px;
	list-style:none
}
.StageLinks li{
	flex: 0.5;
	padding:8px;
	text-align:center
}
.StageLinks li a{
	color:#6B7385
}
.StageLinks li a.active,  .StageLinks li a:hover{
	background: #3557EE;
    color: #fff; 
    border-radius: 6px;
}
.approach-carousel h4{
	font-size:19px;
    margin-top: 15px;
}

.approach-carousel p{
	font-size: 17px; 
} 
.approach-carousel .owl-dots{
    margin-top: 30px;
    /* margin-left: 3rem; */
    text-align: center;
}
.approach-carousel .owl-dot{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
} 
.approach-carousel .owl-dot.active{
    width: 30px;
    background: var(--primary);
} 
.Scholastic-Areas{
	    background: #efefef;
		background:url(../img/banner/internal-banner.webp) center center no-repeat;
		background-size:cover
}
.Scholastic-Areas .nav-tabs {
    border-bottom: none;
}
.Scholastic-Areas .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid rgb(239 239 239);
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    background: #FFFFFF;
    color: #000;
    margin: 0 3px;
    font-weight: 500;
    font-size: 20px;
}
.Scholastic-Areas .nav-tabs .nav-link.active {  
    background: #1363c6;
    color: #fff;
}
 
	
.tab-content-container {
  flex: 3;
  padding: 30px;
  height: 990px;
  overflow-y: hidden; /* No scrollbar */
  position: relative;
} 
	
.tab-content-container .active-content{ 
  height: 100%;
  overflow: hidden; /* No scrollbar */
  position: relative;
} 
.smallTitle1{
    color: #2F57EF !important;
    background: #2F57EF21;
    border: 1px solid #2F57EF21 !important;
}
/*** Case Study ***/
.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.Other-Products{
	list-style:none;
	padding:0
}
.Other-Products li{
	    display:inline-block;
    border: 1px solid #fff;
    background: #14183e;
    padding: 6px 12px;
}
.Other-Products li:hover{ 
    background: #1363c6;
    border: 1px solid #fff; 
}
.Other-Products li a{
	color:#fff;
	font-size:16px
}
.Other-Products li.active{
    background: #1363c6;
}

/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots, .Success-Stories-carousel .owl-dots {
    margin-top: 25px;
    margin-left: 3rem;text-align: center;

}

.testimonial-carousel .owl-dot, .Success-Stories-carousel .owl-dot{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active , .Success-Stories-carousel .owl-dot.active{
	width: 12px;
    background: #E82422;
    border: 1px solid #E82422;
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}
.smallTitle{
	color: #DB7093 !important;
    background: #f7dde5;
    border: 1px solid #f7dde5 !important;
} 
/*** Learn-at-Infini ***/
.Learn-at-Infini{ 
    background: url(../images/Learn-at-Infini.webp) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Learn-at-Infini::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#000000b8; 
}

.Learn-at-Infini h2.title {
    color: #fff;
   font-weight: bold !important; 
    font-size: 40px; 
	position: relative;
	z-index:99
}
.Learn-at-Infini p.Subtitle {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
	position: relative;
	z-index:99
}
.Learn-at-Infini ul{
	position: relative;
	z-index:99
}
.Learn-at-Infini ul li {
	background: #ffffff7d;
    color: #fff;
    font-weight: 300;
    font-size:20px;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 99;
    position: relative;
    width: 100%;
    display: block;
	margin-bottom:16px
}
.Learn-at-Infini ul li img{
	margin-right:10px
}

/*** Career Outcomes That Matter  ***/ 

.Outcomes-item {
    box-shadow: none;
    height: 100%;
    border: 1px solid #D9D9D9;
	border-radius: 6px;
    padding: 30px 20px;
} 
.Outcomes-item img{
	width: 60px;
    margin-bottom: 15px;
}
.Outcomes-item h5 {
    color: #474747;
    font-size: 20px;
    font-weight:700 !important;
}

.Outcomes-item P {
    color: #474747;
    font-size: 16px;
    font-weight: 400 !important;
	margin-bottom:0
}

/*** contact Form ***/ 

#accordionFAQ1 h3{
	font-weight: 400 !important;
    font-size: 20px;
	margin-bottom:0
}


/* Success-Stories-carousel  */
.Success-Stories{ 
    background: url(../images/bg.webp) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Success-Stories-carousel .Success-Stories-item {
    flex: 0 0 33.3333%;
    min-width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    margin: 10px;
    min-height: 20rem;
    position: relative;
}
.Success-Stories-carousel p{
	font-size:18px;
	font-weight:400
}

/* Vision-Mission  */
.Vision-Mission{
	background: url(../img/vision-mission-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.Vision-Mission h3{
	font-size: 32px;
    background: -webkit-linear-gradient(#2F57EF, #B966E7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}
.Vision-Mission p{
	font-size: 17px; 
	color:#6B7385
}

.LeadershipSection p{
	font-size: 17px; 
	color:#6B7385
}
.LeadershipSection p span{
	color:#2F57EF;
	font-weight:600
}

/* table css */
.table thead{ 
    color: #fff;
    background: #0290D0!important; 
}
.table tbody td{
	font-size: 17px;
    font-weight: 500;
}
.table-bordered>:not(caption)>*>* {
	border-width: 1px;
    border-color: #bbdaff;
} 
.table>:not(caption)>*>* {
    padding: .7rem .5rem; 
}
.table-striped>tbody>tr:nth-of-type(odd) {
        background: #F8FDFF;
    color: var(--bs-table-striped-color);
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: #F8FDFF!important;
    color: var(--bs-table-striped-color);
} 
.documents li {      
    color: #474747; 
    margin-bottom:10px; 
	font-size:18px
}
.documents li i{
	color: #e9781c;
    margin-right: 4px;
}
.Tabber .nav-pills {
    background: #E2F6FF;
    padding: 5px;
    display: inline-flex;
    border-radius: 50px;
    gap: 10px;
    justify-content: center;
    text-align: center;
    width: fit-content; 
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0px;
    background: #fff;
    margin: 0px 2px;
    color: #14183e;
    font-weight: 500;
    padding: 12px 25px;
	width: 99%;
    border-radius: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background:#0290D0;
}

.Tabber .nav-pills.Vertical-tab{	
	min-width: 200px;
    justify-content: flex-start;
    padding: 8px 4px;
    border-radius: 10px; 
}
.section{
	padding-top:60px;
	padding-bottom:60px
}
/*** Career-Transforming Programs ***/
.Career-Transforming .Courses-item{
	box-shadow: none;
    border-radius: 0px;
    padding: 30px 30px 60px;
    height: 26rem;
    border-radius: 10px;
}
.Career-Transforming .Student-Life .Courses-item { 
    border-radius: 0px;
}
.Career-Transforming .Life-at { 
    background: url(../images/Life-at.jpg) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Career-Transforming .Infini-Star { 
    background: url(../images/Infini-Star.jpg) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Career-Transforming .Events-Activities { 
    background: url(../images/Events-Activities.jpg) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Career-Transforming .Courses-item.Life-at::before, .Career-Transforming .Courses-item.Infini-Star::before, .Career-Transforming .Courses-item.Events-Activities::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#00000094; 
}
.Career-Transforming .Courses-item h5{
	font-weight: 500 !important;
    z-index: 1;
	font-size:20px
}
.Career-Transforming .Courses-item p{
	font-weight: 300 !important;
    z-index: 1;
}
/*** Invest ***/
.Invest{
	background: url(../images/Invest-bg1.webp);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center center; 
} 

/***  Construction-Career-Insights ***/ 
.Construction-Career-Insights  .Courses-item{
	box-shadow: none;
    height: 100%;
    border: 1px solid #D9D9D9;
}  
.Construction-Career-Insights .Courses-item h5 {
    color: #034E70;
    font-size: 21px;
    font-weight: 400 !important;
    margin: 0px 0;
} 
.Construction-Career-Insights .Courses-item P {
    color: #474747;
    font-size: 16px;
    font-weight: 400 !important; 
}

/*** FAQs ***/
.FAQs-section{
	background:#F6F6F6
}
.FAQs-section h1 {
    color: #034E70;
    font-weight: 800 !important;
    font-size: 42px;
}
.FAQs-section p {
    font-size: 20px;
    color: #474747;
    font-weight: 500;
}
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button { 
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc;
    outline: none !important;
	font-size: 20px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #6A7391;
    background: #fff;
    box-shadow: none;
}
/* 
.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */

.accordion .accordion-body {
    padding: 15px 15px 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #89b1e3;
    outline: 0;
    box-shadow: none;
}

/*** contact Form ***/ 
.contactForm-sec h1 {
    color: #034E70;
    font-weight: 800 !important;
    font-size: 42px;
}
.contactForm-sec p {
    font-size: 20px;
    color: #474747;
    font-weight: 500;
}
.form-container{
    border-radius: 10px;
	box-shadow: 0 0 10px #ADADAD;
	padding:35px 25px
	
}
.contactForm-sec .form-group input {
    background: #f6f6f6;
    outline: none;
    border: none;
    font-size: 17px;
    /* border-bottom: 1px solid #666; */
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #ADADAD;
    line-height: 34px;
}

.contactForm-sec .form-group textarea{
	background: #f6f6f6;
    outline: none;
    border: none;
    font-size: 17px; 
    width: 100%;
    padding:6px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.main-btn {
    background: #00D1B4;
    padding: 10px 40px;
    border: none;
    color: #fff;
    border-radius: 47px;
    font-size: 16px;
    outline:none!important;
}
.main-btn:hover{
    background: #e82422; 
	color:#fff
}
.conta .form-group {
	display: flex;
}
.Invest .main-btn{ 
    border: 1px solid #e82422;
}
.Invest .main-btn:hover{
    background: #e82422; 
	color:#fff; 
    border: 1px solid #fff;
}
.conta .form-group .fa {
	line-height: 32px;
	color: #254a9c;
	font-size: 18px;
	position: absolute;
    left: 0;
    top: 0px;
}
.form-control {
	border: none;
	border-bottom: 1px solid #b7b7b7;
	background-color: transparent;
	border-radius: 0;
	/*margin-bottom: 30px;*/
	margin-bottom: 0px;
	box-shadow: none;
	font-size: 18px;
	color: #53585f;
    padding-left: 25px;
}
.conta .form-group .form-control {
	border: none;
	border-bottom: 1px solid #b7b7b7;
	background-color: transparent;
	border-radius: 0;
	/*margin-bottom: 30px;*/
	margin-bottom: 0px;
	box-shadow: none;
	font-size: 18px;
	color: #53585f;
    padding-left: 25px;
}
.conta input[type=radio]{
	margin-bottom: 0;
    height: 20px;
    /*margin-right: -100px;*/
        width: 20%;
    margin-right: -30px;
    margin-top: 0px;
}

.conta .form-group .form-control:focus {
	border-bottom: 1px solid #254a9c;
	box-shadow: none;
}

.conta .admission {
	background-color: #c00f1d;
	display: inline-block;
	padding: 0 0 0 10px;
	margin-bottom: 44px;
}

.conta .admission a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.conta .admission:hover {
	background-color: #840a14;
}

.conta .admission .fa-angle-right {
	font-size: 20px;
	color: #fff;
	background-color: #840a14;
	padding: 10px 20px;
	margin-left: 20px;
}

 .ContactInfo .fas{
	padding: 8px;
    background: #eb7a24;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    display: inline-block;
    margin-right: 8px; 
	min-width: 34px;
    text-align: center;
 }
 .ContactInfo h4{
	background: #05589d;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}
 .ContactInfo p.Address{ 
    font-weight: 500 !important; 
}
.image {
	transition: transform 0.3s ease; /* smooth animation */
	height: 290px;
	object-fit: cover;    
	width: 100%;
	box-shadow: 0 0 10px #ccc;
	border:10px solid #fff;
}

.image:hover {
	transform: scale(1.05); /* slightly zoom in */
	z-index: 2; /* bring hovered image above others */
}
.AdmissionEnquiry { 
	position: fixed;
    right: -60px;
    top: 48.6%;
    rotate: 0deg;
    padding: 10px 10px;
    transform: translate(-42%, 0px);
    z-index: 999;
    border-radius: 20px 0 0 20px;
	min-width: 130px;
    font-size: 16px;
    font-weight: 500;
	border: 1px solid #0290D0;
	box-shadow:0 0 10px #00073633;
    background: #fff
}
.AdmissionEnquiry2 {
    position: fixed;
    right: -86px;
    top: 57%;
    rotate: 0deg;
    padding: 10px 20px;
    transform: translate(-50%, 0px);
    z-index: 999;
    border-radius: 20px 0 0 20px;
	    min-width: 130px;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
	border: 1px solid #0290D0;
	box-shadow:0 0 10px #00073633;
    background: #fff
}
.AdmissionEnquiry2:hover, .AdmissionEnquiry:hover { 
	background: #e82422;
    color: #fff;
    border: 1px solid #fff;
}

.whatsapp-btn {
    position: fixed;
    top:40%;
    right: 15px; 
    border-radius: 30PX;
    Z-INDEX: 999; 
	width:45px; 
	box-shadow:0 0 10px #00073633;
}
/*** InternalPage  ***/
.internalPage h2.title, h2 {
    color: #034E70;
    font-weight: 500 !important;
    font-size: 32px;
}
.internalPage h2 {
    color: #034E70;
    font-weight: 500 !important;
    font-size: 32px;
}
.internalPage h3{
    color: #034E70;
    font-weight: 500 !important;
    font-size: 28px;
}

.internalPage h4{
    color: #034E70;
    font-weight: 400 !important 
}
.internalPage h5{
    color: #034E70;
    font-weight: 500 !important;
	margin-top:30px
}
.internalPage .Courses-item ul{ 
	padding-left:20px; 
}
.internalPage .Courses-item ul li{
     color: #fff; 
    font-size:16px;
	position:relative;
	z-index:99
}
.internalPage .Learn-at-Infini ul li {  
    font-size: 18px; 
}
.internalPage  ul.List  { 
	padding-left:20px;
	list-style:none
}
.internalPage .tab-content ul.List li{ 
    font-size:18px; 
	line-height:2;
	position:relative;
}
.internalPage .tab-content ul.List li::before{ 
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}  
.internalPage .Learn-at-Infini ul li {
	background:transparent;  
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    padding: 8px 0px;
    border-radius: 0px;  
    z-index: 99;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px dashed #ffffff; 
}
.internalPage .Learn-at-Infini ul li::before{ 
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 16px;
    left: -20px;
    background: #fff;
    border-radius: 48px;
} 
.BeforeList{
	list-style:none;
	padding:0
}
.BeforeList li{
	display: inline-block;
    /* width: 200px; */
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 45px;
    background: #ffffff;
	margin-bottom:12px
}

.section2 {
	flex: 1;
	margin: 0 10px;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.before {
	border-left: 5px solid #e6211a;
    background: url(../images/Professionals-before--.webp);
    background-size: 130%;
    background-position: center top;
}
.after {
	    border-left: 5px solid #0290D0;
    background: url(../images/Professionals-before--.webp);
    background-size: 130%;
    background-position: center top;
} 
.internalPage .Courses-item.PGP::before, .internalPage .Courses-item.MDP::before, .internalPage .Courses-item.MDP2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #0000008a;
    /* background: url(../images/Professionals-before--.webp); */
    background-size: cover;
    border-radius: 10px;
}
.internalPage  .CoursesSection .Courses-item h5 {
    color: #fff;
    font-size: 18px;
}
.internalPage  .CoursesSection .Courses-item ul {
   margin-bottom:10px
}

.Recognitions-Sec .wg-box-content {
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
}
.Recognitions-Sec .Recognitions { 
    background: url(../images/Recognitions.png) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
} 
.Recognitions-Sec .Recognitions2 { 
    background: url(../images/Recognitions1.png) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
} 
.Recognitions-Sec .Recognitions3 { 
    background: url(../images/Recognitions2.png) top center no-repeat;
	position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
}  
.Recognitions-Sec.Recognitions::before, .Recognitions-Sec.Recognitions2::before, .Recognitions-Sec.Recognitions3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background: #00000047; 
	/* background: url("../images/Professionals-before---.webp");  */
	background-size:cover;
	border-radius:12px 
}

.Recognitions-Sec .wg-box-content h5{
	color:#fff;
}
.Recognitions-Sec .wg-box-content p{
	color:#fff;
	font-size:16px
}
/* Infrastructure-Sec  */
.Infrastructure-Sec img{
	border-radius: 10px;
    box-shadow: 0 0 10px #626262;
}

.Infrastructure-Sec  ul.List  { 
	padding-left:20px;
	list-style:none
}
.Infrastructure-Sec ul.List li{ 
    font-size:17px; 
	line-height:2;
	position:relative;
}
.Infrastructure-Sec ul.List li::before{ 
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}  

/* Media-Sec */
.Media-Sec p{
	font-size:16px
}

.Media-Sec  ul.List  { 
	padding-left:20px;
	list-style:none
}
.Media-Sec ul.List li{ 
    font-size:17px; 
	line-height:2;
	position:relative;
}
.Media-Sec ul.List li::before{ 
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
} 

/* Leadership-Sec */
.Leadership-Sec{
	background: linear-gradient(0deg, #f9f9f9 75%, #ffffff 20%);
}
.Placement-preparation .Courses-item{
	box-shadow: 0 0 10px #ccc;
    padding: 30px 10px;
    background: #ffffffcf;
    /* border: 1px solid #0290D0; */
    padding: 30px 20px;
    height: -webkit-fill-available;
    border-radius: 10px;
}

/* style Guide css */
.Color-Palette p{
	font-size:13px;
	margin-bottom:6px
}
.Color-Palette .Brand-Color{
	background:#0290D0; 
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}
.Color-Palette .Brand-Color2{
	background:#E82422; 
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}
.Color-Palette .Text-Heading{
	background:#034E70; 
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}
.Color-Palette .Text-Color{
	background:#474747; 
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}
.Color-Palette .bG-Color{
	background:#FBFBFB; 
    height: 160px;
    border-radius: 14px;
    color: #000;
    padding-top: 100px;
}
.Color-Palette .bG-Color2{
	background:#F2FBFF; 
    height: 160px;
    border-radius: 14px;
    color: #000;
    padding-top: 100px;
}

/* Bullet-Points */
.Bullet-Points  ul.List  { 
	padding-left:20px;
	list-style:none
}
.Bullet-Points ul.List li{ 
    font-size:18px; 
	line-height:2;
	position:relative;
}
.Bullet-Points ul.List li::before{ 
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}  

.Career-Transforming .Events-Activities2 { 
    background: url(../images/Infini-Star.webp) center center no-repeat;
	position:relative;
    background-size: cover;
}
.Career-Transforming .Events-Activities2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#00000094; 
}

/* Hover Effect  */
.main-btn-hover {
    background: #e82422;
    color: #fff;
}
.Secondary-btn{
	background:transparent;
	color:#0290D0;
	border:1px solid #0290D0
}
 
/* Infographic  */
.Infographic .InfographicSec{
	position:relative;
	display: flex;
}
.Infographic .InfographicSec img{ 
	width:200px
}
.Infographic .InfographicSec img.icons{
	width: 50px;
}
.Infographic .InfographicInfo {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.Infographic .InfographicInfo h3{  
    color: #fff;
}

.Infographic2 .Outcomes-item{
	border-width: 20px;
    border-style: ridge;
    border-image: linear-gradient(to bottom, #E7F4FA, #0290D0) 1 100%;
    border-left: none;
    border-radius: 10px;
    background: #fff;
}




/* Software-expertise */
.Software-expertise .Courses-item {
    background: transparent;
    border: 1px solid #ededed;
    padding: 20px 10px;
    height: -webkit-fill-available;
    border-radius: 10px;
}
.Software-expertise .Courses-item img {
    width: 70px;
    margin: 0px auto;
}
.Software-expertise  .Courses-item h5 {
    color: #474747;
    font-size: 16px;
    font-weight: 600 !important;
} 
.Software-expertise .Courses-item p {
    font-size:14px
}


@media (min-width: 992px) {
.Software-expertise .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}



/*** Footer ***/
.footer-bg{
	background: #161D22;
}
.footer { 
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #AAAAAA;
    font-weight: normal;
    transition: .3s;
    font-weight: 400;
	font-size: 16px;
}

.footer .btn.btn-link:hover {
    color: #fff;
} 

.footer .btn.btn-link:hover { 
    box-shadow: none;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px solid #939393; 
}

.footer .copyright a {
    color: #666666;
}

.footer .copyright a:hover {
    color: #271646;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer h5 {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 400!important;
}
.footer .Footer-logo {
   border-top: 2px solid #fff;
}
.footer  small.Certified-title {
    color: #fff;
	font-size:10px
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .copyright .col-md-6:last-child p {
    text-align: right;
} 
.FooterBorder{
	border-left: 1px solid #686868;
    padding-left: 12px;
}
.form-group {
    margin-bottom: 5px;
    position: relative;
}
.hightech-link .rounded {
    border-radius: 4px !important;
    width: 25px;
}
.fw300{
	font-weight:300!important
}
.Industry{
	background:#F6F6F6
}
.Industry img, .Academic img{
	height:70px;
	object-fit:contain
}
.Academic{
	box-shadow: 0 0 10px #ccc;
    z-index: 99;
}
/* Validation Messages */
#contactForm .form-control {
    padding: .5rem .0rem;
    border-radius: 0px;
    font-size: 17px;
}
#contactForm .btn{
    border-radius: 0px;
}
.validation-message {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    position: absolute;
    top: 100%;
}

.error {
    color: red;
}

.successMsg {
    color: green;
}

.valid {
    border-color: green;
}

.invalid {
    border-color: red;
}


@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
	h2{
		font-size: 2.5rem;
	}
	h3{
		font-size:30px;
	}
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}
@media (min-width: 1300px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1250px;
    }
}
@media (min-width: 1700px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
 

@media (max-width:1280px) {
.navbar .navbar-nav .nav-link {
    margin-right: 5px; 
    font-size: 15px;
}
}
@media (max-width:991px) {
.footer .copyright { 
    text-align: center;
}
.footer .copyright .col-md-6:last-child p {
    text-align: center;
}
.news-and-eventsTitle{
	text-align: center;
}
.eventsImg{
	width:100%;
}

.bannerInfo{
	margin-top: 0px!important;
}
}

@media (max-width:767px) {
.CoursesSection.pb-5 {
    padding-bottom: 0rem!important;
}
.about-img { 
    margin-bottom: 30px;
}
.Our-Commitment {
    border-top: 2px solid #9ab0ed;
    padding-top: 0px;
}
.service-item { 
    margin-top: 35px;
}
.NewsInfo {
	text-align: center;
    margin-top: 20px;
    padding: 20px;
}
.hero-header { 
    background-size: cover;
}
.carousel-caption{
	position: inherit;
    background: #03A9F4;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px
}
.carousel-caption h5 { 
    padding-right: 5px;
    font-size: 18px;
}
.carousel-caption p { 
    padding: 0px 10px;
    font-size: 18px;
	margin-bottom:8px
}
.footer .row.g-5, .gy-5 {
    --bs-gutter-y: 0rem;
    --bs-gutter-x: 0rem;
}
.section2 {
    flex: auto;
    margin: 0 10px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 15px;
}
.hero-header h1 { 
    font-size: 22px; 
}
.Placement-preparation .Courses-item { 
    padding: 20px 10px; 
}
.internalPage h2.title, h2 { 
    font-size: 28px;
}
.internalPage h2 { 
    font-size: 28px;
}
.text-justify {
    text-align: center!important;
}
.nav-pills .nav-link { 
    width: 100%;
    border-radius: 50px;
    border: 1px solid #9caab0;
}
.Tabber .nav-pills {
    background: transparent; 
	padding:5px 15px
}
.Tabber .nav-pills li{
   width: -webkit-fill-available;
} 
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
} 

@media (min-width: 768px) {
    .Professionals .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
    .Software-expertise .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}


.wg-box-content {
  position: relative;
  width: 94%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.wg-box-content .wg-box-content-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
  opacity: 1;
}
.mainTitle {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
	position: absolute!important;
    bottom: 40px!important;
    border: none!important;
	
}
.wg-box-content:hover .mainTitle {
  opacity: 0!important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.mainTitle h5{
    border: none!important;
}
.mainTitle a{
    color:#fff;
	font-size:16px
}
.wg-box-content-image {
  width: 100%;
}

.wg-box-content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-top: 1.6em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.wg-box-content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.wg-box-content-details p {
  color: #fff;
  font-size: 0.8em;
}
.wg-box-fadeIn-bottom {
    top: 50%;
    height: 100%;
    padding-top: 25px;
}


.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 400;
  color: #9251ac;
  letter-spacing: 1px;
  font-family:"Calistoga", serif!important;
  margin-bottom:10px
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(55vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}