/*welcome to style.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
.height1 {
    position: relative;
}
.main {
    overflow: hidden;
    max-width: 2000px;
    margin: auto;
}
.red::after {
    position: absolute;
    top: 100%;
    content: '';
    right: 100%;
    width: 100%;
    background-image: url(../images/trees-new.png);
    height: 1166px;
    content: '';
    background-size: cover;
    z-index: 999999;
    z-index: -1;
    transform: skew(33deg);
    left: -72%;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 0 183%, 0 100%);
}
.red {
    background: #d21500;
    height: 100%;
    position: absolute;
    width: calc(100% - 30%);
    right: 0px;
    left: 54%;
    transform: skew(-32deg);
    top: 0px;
}
.red::before {
    position: absolute;
    left: -1px;
    min-height: 2300px;
    width: 20px;
    content: '';
    background: red;
    outline: 20px solid #fff;
    z-index: 9999;
}
.red1 {
    background: #fff;
    height: 100%;
    width: 100%;
	overflow: hidden;
}
.red1::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 590px;
    height: 910px;
    z-index: 99;
    content: '';
    background-image: url(../images/s.svg);
    /*background-image: url(../images/super-white.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: right;*/
    transform: skew(32deg);
}
.red2 {
    /*background: #581e1e;*/
    background: #fff;
    height: 100%;
    width: 100%;
    /*background-image: url(../images/banner-1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    transform: skew(32deg, 0deg)translate(-34%, 0px);
}
/*
.yellow {
    height: 1175px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
    background: #fff;
    position: absolute;
    width: calc(100vw - 60vw);
    left: 0px;
    top: -1px;
    right: 60%;
}
.yellow1 {
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
    background: #d21500;
    height: 100%;
    width: 100%;
	position:relative;
	left:-20px;
}
.yellow2 {
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
    background-image: url(../images/side-image.png);
    background-position:inherit;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
	position:relative;
	left:-20px;
}
.yellowmid{
	height: 100%;
   width: 100%;
   background: #fff;
   position: relative;
   clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
   left: -20px;
}
*/
body {
	font-family: 'Poppins', sans-serif;
}
/*======home-banner======*/
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	padding: 50px 0px 20px 0px;
}

.head-menu {
	display: flex;
}

.header.shadow {
	background-color: #f2f4f4;
	transition: 0.3s ease-in-out;
	padding: 20px 0px 0px 0px;
}

.contact-us:hover {
	background-color: #032d2e;
	transition: 0.3s ease-in-out;
	color: #fff;
}

.contact-us {
	font-size: 16px;
	font-weight: 500;
	color: #d21500;
	border: 2px solid #032d2e;
	border-radius: 30px;
	text-decoration: none;
	line-height: 42px;
	padding: 0px 20px;
	height: fit-content;
	display: block;
	margin-top: auto;
	margin-bottom: 22px;
	width: fit-content;
	margin-left: 0px;
	margin-top: 12px;
}

.logo {
	margin-right: 75px;
	height: 56px;
	max-width: 269px;
}

.logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#desktop-nav .nav-menu-wraper {
	display: flex;
	padding: 0px;
	/*margin: auto 0px;*/
	margin: 23px 0px;
}

#desktop-nav .nav-menu-wraper .nav-links {
	list-style: none;
	margin-right: 40px;
	position: relative;
}

#desktop-nav .nav-menu-wraper .nav-links:hover>a {
	border-bottom: 1px solid #032d2e;
	transition: 0.3s ease-in-out;
}

#mobile-nav {
	display: flex;
}

#desktop-nav .nav-menu-wraper .nav-links>a {
	color: #032d2e;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	padding-bottom: 6px;
	transition: 0.3s ease-in-out;
}

#desktop-nav .nav-menu-wraper .nav-links.drop-down ul {
	position: absolute;
	top: 71px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down ul li .drop-down {
    opacity: 0;
	transition: 0.3s ease-in-out;
	display: none;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down ul li:hover .drop-down {
    display: block;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down ul li{
	margin-right: 0px !important;
	padding: 5px 10px 5px 10px;
}
.header.shadow .menu-item.nav-links.drop-down .sub-menu {
	
	transition: 0.3s ease-in-out;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down .sub-menu .menu-item:nth-child(3) .sub-menu{
	top: -24px !important;
}
/*.nav-menu-wraper .nav-links.drop-down ul li:hover .drop-down {
    opacity: 1;
	transition: 0.3s ease-in-out;
}*/
/*.nav-menu-wraper .nav-links.drop-down:hover ul {
	opacity: 1;
	transition: 0.3s ease-in-out;
	top: 39px;
	left: 0px;
	visibility: visible;
}*/

#desktop-nav .menu-item.nav-links.drop-down:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 39px;
	background-color: #f2f4f4;
}
#desktop-nav .menu-item.nav-links.drop-down:hover .sub-menu .menu-item.nav-links.drop-down .sub-menu{
	opacity: 1;
	visibility: visible;
	min-width: 190px;
	top: 0 !important;
}


#desktop-nav .nav-menu-wraper .nav-links.drop-down ul li a {
	color: #d21500;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

/*mobile start menu*/

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	background: #032e2f;
	border-radius: 12px;
}


.hc-offcanvas-nav .nav-close {
	display: none;
}

.hc-nav-trigger.hc-nav-1 {
	right: 10%;
	top: 36px;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content,
.nav-content {
	background: #032d2e;
}

.hc-offcanvas-nav ul {
	padding-top: 20px !important;
}

.hc-offcanvas-nav a:hover,
.hc-offcanvas-nav a:active {
	background: #d21500;
	color: #fff;
}

/*======home-banner======*/
.home-banner {
	background-color: #f2f4f4;
	margin: auto;
	height: 1056px;
	width: 100%;
	display: flex;
	position: relative;
}
.home-banner .content {
    position: relative;
    position: absolute;
    right: 0%;
    HEIGHT: -webkit-fill-available;
    width: calc(100% - 28%);
    left: 32%;
    display: flex;
    align-items: center;
    filter: drop-shadow(-20px 0px 0px rgba(210, 21, 0, 1));
}

.home-banner .img-wraper {
    background-color: #000;
    width: 100%;
    height: -webkit-fill-available;
    /* transform: skew(33deg, 0deg) translate(-69%, 0px); */
    overflow: hidden;
    background-image: url("../images/main-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    clip-path: polygon(57% 0%, 100% 0%, 100% 100%, 7% 100%);
    min-width: 1400px;
	max-width: 1400px;
    /* clip-path: polygon(51% 0, 100% 0%, 100% 100%, 4% 100%); */
}

.home-banner .img-wraper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-20%, 0px);
}

.home-banner .content .img-wraper::after {
    position: absolute;
    content: '';
    top: -195px;
    left: 418px;
    width: 24px;
    height: 1549px;
    transform: rotate(33deg);
    background: #f2f4f4;
}

.home-banner-wraper {
	display: flex;
}

.banner-title {
	max-width: 670px;
	margin-top: 266px;
}

.banner-title h2 {
	font-size: 68px;
	font-weight: 500;
	color: #032d2e;
	line-height: 81px;
	position: relative;
	margin-bottom: 20px;
}

.banner-title h2::after {
	content: '';
    position: absolute;
    bottom: 16px;
    
    width: 12px;
    height: 12px;
    background-color: #d21500;
    border-radius: 50px;    margin-left: 7px;
}

.banner-title p {
	font-size: 33px;
	font-weight: 300;
	max-width: 564px;
	color: #032d2e;
	line-height: 45px;
}

.banner-title .sign-up-btn {
	font-size: 15px;
	font-weight: 600;
	color: #032d2e;
	border: 2px solid #d21500;
	border-radius: 30px;
	text-decoration: none;
	line-height: 42px;
	padding: 0px 20px;
	height: fit-content;
	display: block;
	margin-top: 38px;
	width: fit-content;
	text-transform: uppercase !important;
	transition: 0.3s ease-in-out;
}

.banner-title .sign-up-btn:hover {
	background-color: #d21500;
	transition: 0.3s ease-in-out;
	color: #fff;
}

/*======our-blogs======*/
.our-blogs-wraper {
	padding-bottom: 58px;
}

.our-blog-box {
	margin: 0px auto 40px auto;
	max-width: 374px;
}

.our-blog-box .img-wraper {
	height: 216px;
	position: relative;
	margin-bottom: 22px;
}

.our-blog-box .img-wraper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-blog-box .rang-badge {
	display: block;
	width: fit-content;
	line-height: 37px;
	font-weight: 500;
	font-size: 18px;
	background-color: #032d2e;
	padding: 0px 42px;
	color: #fff;
	position: absolute;
	top: -19px;
	right: 0px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.our-blog-box h4 {
	font-size: 20px;
	font-weight: 500;
	color: #d21500;
	line-height: 30px;
	min-height: 60px;
}

.our-blog-box p {
	color: #032d2e;
	line-height: 24px;
	font-weight: 400;
	font-size: 17px;
}

.our-blog-box p a {
	text-decoration: none;
	color: #d21500;
	margin-left: 5px;
}

.our-blog-box .date {
	font-size: 16px;
	font-weight: 400;
	color: #d21500;
	display: block;
	margin-bottom: 4px;
	width: fit-content;
	margin-left: auto;
}

.our-blog-btn {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 20px;
	line-height: 35px;
	height: 40px;
	background-color: #d21500;
	width: fit-content;
	padding: 0px 28px;
	text-transform: uppercase;
	border: 2px solid #d21500;
	margin-left: auto;
	margin-top: 10px;
	transition: 0.3s ease-in-out;
}

.our-blog-btn:hover {
	color: #d21500;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}

.our-blogs-wraper {
	max-width: 1250px;
	margin: auto;
}

.blog-title {
	font-weight: 500;
	font-size: 35px;
	color: #d21500;
	margin-bottom: 60px;
	margin-left: 13px;
}

/*======footer======*/
.footer {
	background-image: url("../images/footer-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 60px 0px 52px 0px;
}
.footer .footer-wiged ul li.first-footer-menu a,
.footer .footer-wiged h4 {
	font-weight: 600;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
	text-transform: capitalize;
}

.footer .footer-wiged ul {
	padding: 0px;
	margin: 0px;
}

.footer .footer-wiged ul li {
	list-style: none;
}

.footer .footer-wiged ul li a {
	text-decoration: none;
	color: #ffffff;
	line-height: 27px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
}

.footer .footer-col-1 {
	max-width: 155px;
}

.footer .footer-col-2 {
	max-width: 186px;
}

.footer .footer-col-3 {
	max-width: 265px;
}

.footer .footer-col-4 {
	max-width: 102px;
}

.footer .footer-col-5 {
	max-width: 206px;
}

.footer .footer-col-6 {
	max-width: 300px;
}

.footer .foot-links {
	display: flex;
}

.footer .foot-links li {
	margin-right: 14px;
	margin-top: 5px;
}

.footer .footer-col-6 .email {
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	text-transform: lowercase;
	font-weight: 400;
	font-size: 16px;
}

.footer .copy-right {
	margin-top: 78px;
}

.footer .copy-right p {
	color: #ffffff;
	line-height: 20px;
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
}

/*====sign-upfree====*/
.sign-upfree {
	background-color: #ccd5d5;
	padding: 74px 0px 56px 0px;
	margin-bottom: 70px;
}

.sign-upfree a {
	font-size: 24px;
	color: #ffffff;
	background-color: #d21500;
	border-radius: 30px;
	display: block;
	width: fit-content;
	line-height: 55px;
	padding: 0px 55px;
	text-decoration: none;
	margin: 0px auto;
	font-weight: 500;
	text-transform: uppercase;
}

/*====admission-consulting====*/
.admission-consulting {
	padding: 120px 0px 120px 0px;
}

.admission-consulting .admission-text h4 {
	font-size: 35px;
	color: #d21500;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 36px;
}

.admission-consulting .admission-text p {
	font-size: 17px;
	color: #032d2e;
	font-weight: 400;
	line-height: 24px;
}

.number-slid {
	max-width: 365px;
}

.slick-prev {
	display: none !important;
}

.admission-consulting .admission-slid {
	max-width: 460px;
	display: flex;
	margin-right: 90px;
	padding-left: 27px;
}

.admission-consulting .admission-slid-wraper {
	display: flex;
	margin-top: 16px;
}

.admission-consulting .admission-slid-wraper .number span {
	transform: skew(16deg);
	display: block;
}

.admission-consulting .admission-slid h4 {
	color: #d21500;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}

.admission-consulting .admission-slid p {
	color: #032d2e;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	max-width: 90%;
}

.admission-consulting .admission-slid-wraper .number {
	background-color: #d21500;
	width: 52px;
	min-width: 52px;
	color: #fff;
	font-size: 58px;
	text-align: center;
	line-height: 134px;
	font-weight: 600;
	height: 134px;
	transform: skew(-21deg);
}

.admission-consulting .admission-stragy {
	padding-top: 36px;
	padding-left: 25px;
	max-width: 290px;
}

.admission-consulting .go-btn {
	font-size: 13px;
	font-weight: 600;
	color: #032d2e;
	border: 2px solid #d21500;
	border-radius: 30px;
	text-decoration: none;
	line-height: 30px;
	padding: 0px 36px;
	height: 34px;
	display: block;
	margin-top: auto;
	margin-bottom: 22px;
	width: fit-content;
	margin-left: auto;
	text-transform: uppercase;
}
.team-banner .content .img-wraper{
  background-image: url("../images/team-banner.jpg");
}
.team-banner .content h3{
    font-size: 116px !important;
    /*top: 90px !important;*/
}

/*======footer======*/
.top-mba {
	background-color: #eaeeee;
	padding: 80px 0px 50px 0px;
}

.top-mba .title {
	font-size: 36px;
	font-weight: 500;
	margin-left: 118px;
	color: #d21500;
	margin-bottom: 40px;
}

.top-mba .mba-box {
	display: flex;
	margin-bottom: 20px;
}

.top-mba .mba-text {
	padding-top: 60px;
	margin-left: 26px;
}

.top-mba .mba-text h4 {
	color: #d21500;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.top-mba .mba-text p {
	color: #032d2e;
	font-size: 17px;
	font-weight: 400;
	margin: 0px;
	line-height: 24px;
}

.top-mba .mba-text p a {
	color: #d21500;
	margin-left: 5px;
}

.spring-map-wraper {
    position: absolute;
    left: 0%;
    HEIGHT: -webkit-fill-available;
    width: calc(100% - 63%);
    right: 63%;
    display: flex;
    align-items: center;
    height: 1100px;
    overflow: hidden;
    filter: drop-shadow(20px 0px 0px rgb(255, 255, 255));
}

.map-right-wraper .col-lg-3 {
	margin-left: auto;
}

.spring-map-section {
	width: -webkit-fill-available;
	position: relative;
}

.map-right-wraper .s-btn {
	display: block;
	margin-left: auto;
	width: fit-content;
	text-decoration: none;
	color: #032d2e;
	font-size: 16px;
	font-weight: 400;
	border-radius: 50px;
	height: 33px;
	line-height: 30px;
	padding: 0px 20px;
	text-transform: uppercase;
	border:2px solid #d21500;
}

.map-right-wraper {
	min-height: 565px;
	padding-top: 180px;
}

.map-right-wraper img {
    position: absolute;
    right: 0px;
    left: 28%;
    width: calc(100% - 28%);
    top: 0px;
    height: 669px;
}

.text-box {
	position: relative;
}

.text-box p {
	font-size: 21px;
	font-weight: 400;
	color: #032d2e;
}

.text-box.color p {
	color: #d21500;
	line-height: 36px;
	font-size: 26px;
	font-weight: 500;
}

.home-banner .img-wraper {
	position: relative;
}

.home-banner .content .img-wraper::before {
	position: absolute;
	top: -1px;
	left: -17px;
	width: 592px;
	background-image: url("../images/super.png");
	height: 910px;
	content: '';
	background-size: contain;
	z-index: 9;
	background-repeat: no-repeat;
	transform: skew(33deg);
	right: 0px;
}

/*======company======*/
.company-banner {
	margin: auto;
	height: 800px;
	width: 100%;
	display: flex;
	overflow-x: hidden;
	position: relative;
}

.company-banner .content {
	position: relative;
	transform: skew(-33deg);
	position: absolute;
	right: 0px;
	HEIGHT: -webkit-fill-available;
	width: 41%;
	display: flex;
	align-items: center;
	border-left: 22px solid #d21500;
}

.company-banner-wraper {
	display: flex;
}

.company-banner .img-wraper {
    background-color: #000;
    width: 100%;
    height: -webkit-fill-available;
    transform: skew(33deg, 0deg) translate(-33%, 0px);
    overflow: hidden;
    background-image: url("../images/laptop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-width: 1274px;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 14% 100%);
}

.company-banner .content::after {
	position: absolute;
	content: '';
	top: 0px;
	width: 30px;
	height: 100%;
	background: #fff;
}

.company-banner .content h3 {
  font-family: 'Adobe Garamond Pro';
  font-size: 116px;
  margin-right: 0px;
  color: #fff;
  margin-left: auto;
  text-align: left;
  transform: skew(32deg);
  position: absolute;
  font-weight: 400;
  top: 46px;
  left: 20px;
  z-index: 9;
  text-transform: uppercase;
}

.company-banner .paragraph p {
	font-size: 24px;
	font-weight: 300;
	max-width: 564px;
	color: #032d2e;
	position: relative;
	line-height: 35px;
	z-index: 1;
}

.company-banner .paragraph {
	position: relative;
    padding-top: 68px;
}

.breadcrums:after {
	position: absolute;
	top: 1px;
	right:-24px;
	content: '>';
	font-size: 29px;
}

.breadcrumb:after {
	position: absolute;
	top: 1px;
	right: 55%;
	content: '>';
	font-size: 29px;
}
.breadcrumb{
	color: #032d2e;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.breadcrums {
	color: #032d2e;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.company-banner-wraper .breadcrums-wraper {
	position: relative;
	margin-top: 0px;
	padding-top: 225px;
	padding-bottom: 20px;
}

.company-banner-wraper .breadcrums-wraper h3 {
	position: relative;
	font-size: 55px;
	font-weight: 500;
	color: #032d2e;
	z-index: 1;
}

.company-banner-wraper .breadcrums-wraper::after {
	content: '';
	background: #f2f4f4;
	position: absolute;
	left: -803px;
	width: 134%;
	bottom: 0px;
	top: 0px;
	min-width: 1920px;
}

.company-banner-wraper .banner-title {
	margin-top: 0px;
}

.company-detail-section h3 {
	font-size: 27px;
	color: #d21500;
	font-weight: 600;
}

.company-detail-section {
	background-color: #f2f4f4;
	padding-top: 100px;
	padding-bottom: 120px;
	overflow: hidden;
}
.programer-details:first{
	padding-top: 70px!important;
}
.programer-details{
	padding-top:84px;
}
.programer-detail-box {
	padding-left: 84px;
	position: relative;
}
.programer-detail-box::after {
	position: absolute;
	top: -36px;
	left: 36px;
	background-color: #d21500;
	border-radius: 50px;
	content: '';
	transform: rotate(35deg);
	height: 124px;
	width: 5px;
}

.programer-detail-box h5 a{
	font-weight: 600;
	font-size: 24px;
	color: #032d2e;
}

.programer-detail-box p {
	font-weight: 400;
	font-size: 17px;
	color: #032d2e;
	line-height: 26px;
}

.company-detail-section .paragraph p {
	font-size: 18px;
	font-weight: 400;
	color: #032d2e;
	line-height: 26px;
}

.company-detail-section .img-wraper {
	position: relative;
	height: 700px;
	width: 590px;
	top: -120px;
}

.company-detail-section .img-wraper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.team-member-box .member-name .name {
	color: #d21500;
	display: block;
	line-height: 20px;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-right: 22px;
	white-space: nowrap;
}

.team-member-box .member-name .who-is {
	white-space: nowrap;
	color: #d21500;
	display: block;
	line-height: 20px;
	font-size: 22px;
	font-weight: 400;
}

.team-member-box .member-name .name:after {
	content: '|';
	font-size: 19px;
	color: #d21500;
	position: absolute;
	top: 0px;
	right: -12px;
}

.team-member-box .member-name p {
	display: flex;
}

.team-member-box {
	margin-bottom: 200px;
}

.team-section {
  overflow: hidden;
  position: relative;
  margin-top: 110px;
  padding-bottom: 30px;
}

.img-wraper.lines {
	top: 0px;
	width: 38%;
	position: absolute;
	right: 0px;
	height: 700px;
	/* max-width: 730px; */
}

.img-wraper.lines img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.team-member-box .img-wraper {
	height: 267px;
	width: 267px;
	margin: 0px auto 78px 0px;
	border-radius: 100%;
}

.team-member-box .img-wraper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.team-member-box .member-name {
	width: fit-content;
	margin: auto;
	position: relative;
	margin-left: 0;
}

.team-grids h3 {
	font-size: 70px;
	color: #032d2e;
	font-weight: 600;
	margin-bottom: 50px;
	position: relative;
	left: -1px;
}

.team-member-box .member-name::after {
	content: '';
	background-color: #d21500;
	height: 94px;
	width: 4px;
	position: absolute;
	top: auto;
	border-radius: 50px;
	left: -13px;
	bottom: -10px;
	transform: rotate(33deg);
}

a {
	text-decoration: none;
}

.custom-banner {
	background-color: #f2f4f4;
	margin: auto;
	height: 390px;
	width: 100%;
	display: flex;
	overflow-x: hidden;
	position: relative;
}

.custom-title {
  margin-top: 20%;
  padding-bottom: 20px;
  display: block;
}

.custom-banner-wraper {
  display: flex;
  height: 100%;
}
/*.team-member-banner  .img-wraper {
	background-image: url("../images/team-member-banner.jpg") !important;
}*/
/*.team-member-banner .content h3{
  font-size:165.63px !important;
}*/
.faq-banner .img-wraper {
	background-position: bottom !important;
}
/*.faq-banner .content h3{
  font-size:122px !important;
}*/
.scholarship-banner .img-wraper {
	/*background-image: url("../images/scholarship-banner.jpg") !important;*/
	background-position: right !important;
}
.scholarship-banner .content h3 {
    /*font-size: 75px !important;
    max-width: 500px;
    left: 25px !important;*/
    text-transform: uppercase !important;
}
.scholarship-banner .content {
  border-color: #032d2e !important;
}
/*
.top-school-banner .img-wraper {
	/*background-image: url("../images/top-school-banner.jpg") !important;
}*/
/*
.top-school-banner .content h3{
  /*font-size:87px !important;
  max-width:440px;
  text-transform: uppercase; !important;
}*/
.top-school-banner .content {
  border-color: #032d2e !important;
}
.school-profile-banner .img-wraper {
	/*background-image: url("../images/school-profile-banner.jpg") !important;*/
	background-size: cover !important;
    background-position: right !important;
}
/*
.school-profile-banner  .content h3{
  	font-size: 165.63px !important;
    top: 80px !important;
    left: 16px !important;
}*/
.custom-banner .img-wraper {
  background-color: #000;
  width: 100%;
  height: -webkit-fill-available;
  transform: skew(33deg, 0deg) translate(-43%, 0px);
  overflow: hidden;
  background-image: url("../images/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  min-width: 1274px;
  padding-left: 628px;
  clip-path: polygon(53% 0%, 100% 0%, 100% 100%, 34% 100%);
}
.engage-spring-banner 	.img-wraper {
  background-image: url("../images/engage-spring-banner.jpg") !important;
}
.engage-spring-banner  .content h3{
  /*font-size:70px !important;*/
  max-width: 500px;
}
.engage-spring-banner  .content{
  border-color: #032d2e  !important;
}
.contact-banner .content {
  border-color: #032d2e !important;
}

.post-spring-banner .content h3{
  /*font-size:87px !important;*/
  	max-width: 500px;
  	top: 45px !important;
    /*left: 30px !important;*/
}
.post-spring-banner .content {
  border-color: #032d2e !important;
}
.blog-spring-banner .content h3{
	/*font-size:87px !important;*/
	max-width: 500px;
	font-weight: 400 !important;
}
.blog-spring-banner .content {
  border-color: #032d2e !important;
}

.custom-banner .content::after {
	position: absolute;
	content: '';
	top: 0px;
	width: 20px;
	height: 100%;
	background: #f2f4f4;
}

.custom-banner .content {
  position: relative;
  transform: skew(-33deg);
  position: absolute;
  right: 0px;
  HEIGHT: -webkit-fill-available;
  width: 34%;
  display: flex;
  align-items: center;
  border-left: 23px solid #d21500;
}

.custom-title h3 {
  font-size: 55px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  color: #032d2e;
  text-transform: capitalize;
}
.custom-banner .content h3 {
	font-size: 116px;
	color: #fff;
	font-weight: 400;
	font-family: 'Adobe Garamond Pro';
	position: absolute;
	top: 46px;
	left: 20px;
	z-index: 9;
	transform: skew(33deg);
	text-transform: uppercase;
}

.person-detail {
	margin-bottom: 38px;
}

.person-detail h6 {
	font-size: 22px;
	font-weight: 400;
	color: #032d2e;
	margin: 0px;
	line-height: 27px;
}

.person-detail ul {
	margin: 0px;
	padding: 0px;
}

.person-detail ul li {
	list-style: none;
	font-size: 22px;
	font-weight: 600;
	color: #d21500
}

.team-member-detail .member-name .name {
	color: #d21500;
	display: block;
	line-height: 20px;
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-right: 42px;
}

.team-member-detail .member-name .who-is {
	color: #d21500;
	display: block;
	line-height: 20px;
	font-size: 34px;
	font-weight: 400;
}

.team-member-detail .member-name .name:after {
	content: '|';
	font-size: 34px;
	color: #d21500;
	position: absolute;
	top: 0px;
	right: -23px;
}

.team-member-detail .member-name {
	margin-bottom: 60px;
}

.team-member-detail .member-name p {
	display: flex;
	white-space: nowrap;
}

.team-member-detail .img-wraper {
	border-radius: 100%;
	width: 267px;
	height: 267px;
	margin-bottom: 60px;
}

.team-member-detail .img-wraper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member-section {
	padding: 116px 0px 110px 0px;
}

.team-member-detail-text {
	margin-top: 97px;
	padding-left: 74px;
}

.team-member-detail-text .founder-ceo {
	font-size: 18px;
	font-weight: 500;
	color: #032d2e;
	display: block;
	margin-bottom: 18px;
}

.team-member-detail-text p {
	font-size: 18px;
    font-weight: 300;
    color: #032d2e;
    line-height: 26px;
}

.faq-spring-section .accordion-button:not(.collapsed),
.faq-spring-section .accordion-button:focus {
	color: unset;
	background-color: unset;
	box-shadow: none;
	border: none;
	padding-left: 0px;
}

.faq-spring-section .accordion-body {
	padding-left: 0px;
	padding-bottom: 0px;
}

.faq-spring-section .accordion-body p {
	color: #2f5252;
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	width: 65%;
	margin:0;
}

.faq-spring-section .accordion-button::after {
	margin-left: 0;
	content: "+";
	background-image: none !important;
	font-size: 28px;
	transform: none !important;
	position: relative;
	top: -6px;
	left: 10px;
}

.faq-spring-section .accordion-button::before {
	content: "";
	background-color: #032d2e;
	position: absolute;
	bottom: 9px;
	left: -18px;
	width: 4px;
	height: 60px;
	border-radius: 50px;
	transform: rotate(27deg);
}

.faq-spring-section {
	padding: 90px 0px 40px 0px;
}

.faq-spring-section .accordion-item {
	border: none;
	margin-bottom: 72px;
}

.faq-spring-section .accordion-button {
	font-weight: 600;
	font-size: 22px;
	color: #d21500 !important;
	padding-top: 0px;
	padding-left: 0;
}

.faq-spring-section .accordion-button[aria-expanded="false"]::after {
	margin-left: 0;
	content: "+";
	background-image: none !important;
	transform: none !important;
}
.faq-spring-section .accordion-button[aria-expanded="true"]::after {
	margin-left: 0;
	content: "-";
	background-image: none !important;
	transform: none !important;
}

/*---*/
.table ul {
	display: flex;
	border-bottom: 2px solid #e36c5f;
	padding-left: 0px;
	margin: 0px;
}

.table .td-list li {
	list-style-type: none;
	padding-top: 15px;
	font-weight: 400;
	color: #032d2e;
	font-size: 17px;
	padding-right: 20px;
	border-left: 2px solid #f2f4f4;
	padding-bottom: 15px;
} 
.table .td-list li:first-child {
	border: none;
}

.table-titles {
	background-color: #f2f4f4;
}

.table-titles li {
	list-style-type: none;
	font-weight: 600;
	color: #032d2e;
	font-size: 17px;
	align-items: center;
	padding-bottom: 35px;
	padding-top: 38px;
	padding-right: 23px;
	display: flex;
	padding-right: 18px;
}

.table .business {
	max-width: 180px;
	width: 100%;
	padding-left: 18px;
}

.table .merit {
	max-width: 176px;
	width: 100%;
	padding-left: 18px;
}

.table .need-based {
	max-width: 180px;
	width: 100%;
	padding-left: 32px;
}

.table .applicable {
	max-width: 230px;
	width: 100%;
	padding-left: 32px;
}

.table .scholarship {
	max-width: 541px;
	width: 100%;
	padding-left: 30px;
	padding-right: 25px !important;
	min-height: 195px;
}

.table-titles .scholarship {
	min-height: auto;
}

.table .award {
	color: #032d2e;
	font-size: 17px;
	text-decoration: underline;
	position: relative;
	text-underline-offset: 4px;
	padding: 0px 0px 0px 10px !important;
}

.table .award::after {
	content: "|";
	position: absolute;
	top: 0px;
	left: 0px;
	color: #032d2e;
	font-size: 16px;
}

.scholarship-section {
	padding: 107px 0px 100px 0px;
}

.scholarship-section .paragraph {
	max-width: 830px;
	position: relative;
	margin-bottom: 56px;
}

.scholarship-section .paragraph p {
	font-size: 17px;
	color: #032d2e;
	font-weight: 300;
}

.scholarship-section .paragraph::after {
	content: "";
	position: absolute;
	top: -59px;
	left: -12px;
	background-color: #d21500;
	height: 96px;
	width: 4px;
	border-radius: 50px;
	transform: rotate(30deg);
}

/*------*/
.top-spring-section {
	padding: 100px 0px 1px 0px;
}

.top-spring-section .top-school {
	margin-bottom: 120px;
}

.top-spring-section .top-school ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
}

.top-spring-section .top-school ul li {
	height: 217px;
	border: 1px solid #032d2e;
	width: 16.6666666667%;
	list-style: none;
	display: flex;
	min-width: 215px;
}

.top-spring-section .top-school ul li img {
	margin: auto;
	display: block;
	width: 100%;
}

.top-spring-section .top-school h3 {
	font-size: 59px;
	color: #032d2e;
	line-height: 48px;
	position: relative;
	margin-bottom: 44px;
	margin-left: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.top-spring-section .top-school h3::after {
  content: '';
  position: absolute;
  top: -24px;
  left: -26px;
  transform: rotate(30deg);
  background-color: #d21500;
  height: 90px;
  border-radius: 100px;
  width: 4px;
}

/*--------*/
.school-profile-section {
	padding: 70px 0px 120px 0px;
	position: relative;
  overflow: hidden;
}

.school-profile-text h5 {
	color: #d21500;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}

.school-profile-text p {
	color: #032d2e;
	font-size: 17px;
	font-weight: 400;
	margin: 0px;
	margin-top: 20px;
	width: 90%;
}

/**/
.process-spring-banner .breadcrums-wraper {
	position: relative;
	margin-top: 0px;
	padding-top: 225px;
	padding-bottom: 20px;
}

.process-spring-banner .breadcrums-wraper h3 {
	position: relative;
	font-size: 55px;
	font-weight: 500;
	color: #032d2e;
	z-index: 1;
}

.process-spring-banner .breadcrums-wraper::after {
    content: '';
    background: #f2f4f4;
    position: absolute;
    left: -473px;
    width: 164%;
    bottom: 0px;
    top: 0px;
    min-width: 2500px;
}

.process-spring-banner .banner-title {
	margin-top: 0px;
}
.process-spring-banner {
  margin: auto;
  height: 800px;
  width: 100%;
  display: flex;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}

.process-spring-banner .content {
    position: relative;
    transform: skew(-33deg);
    position: absolute;
    right: 0px;
    HEIGHT: -webkit-fill-available;
    width: 41%;
    display: flex;
    align-items: center;
    border-left: 20px solid #d21500;
}
.process-spring-wraper {
	display: flex;
}

.process-spring-banner .img-wraper {
    background-color: #000;
    width: 100%;
    height: -webkit-fill-available;
    transform: skew(33deg, 0deg) translate(-33%, 0px);
    overflow: hidden;
    background-image: url("../images/laptop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-width: 1274px;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 14% 100%);
}
.process-spring-banner .content::after {
	position: absolute;
	content: '';
	top: 0px;
	width: 20px;
	height: 100%;
	background: #f2f4f4;
}

.process-spring-banner .content h3 {
  font-family: 'Adobe Garamond Pro';
  font-size: 116px;
  margin-right: 0px;
  color: #fff;
  margin-left: auto;
  text-align: left;
  transform: skew(32deg);
  position: absolute;
  font-weight: 400;
  top: 46px;
  left: 20px;
  z-index: 9;
  text-transform: uppercase;
}

.process-spring-banner .paragraph p {
	font-size: 24px;
	font-weight: 300;
	max-width: 564px;
	color: #032d2e;
	position: relative;
	line-height: 35px;
	z-index: 1;
}

.process-spring-banner .paragraph {
	position: relative;
  padding-top: 68px;
}
.process-spring-section {
  padding: 100px 0px 180px 0px;
  background-color: #f2f4f4;
  overflow: hidden;
}

.timeline-title {
	font-size: 55px;
	font-weight: 500;
	color: #d21500;
	margin-bottom: 100px;
	text-align: center;
}

.timeline ul {
	counter-reset: step;
	padding: 0px;
	position: relative;
	margin-bottom: 144px;
}

.timeline ul::after {
	position: absolute;
	bottom: -144px;
	width: 144px;
	height: 144px;
	border-radius: 100%;
	margin: 0px auto;
	content: '';
	display: block;
	left: 0px;
	right: 0px;
	background-image: url("../images/timeline-tick.png");
	background-repeat: no-repeat;
}

.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-bottom: 50px;
	background: #d21500;
}

.timeline ul li h6 {
	color: #032d2e;
	font-size: 24px;
	font-weight: 600;
}

.timeline ul li::before {
	content: counter(step);
	counter-increment: step;
	font-size: 85px;
	color: #032d2e;
	font-weight: 500;
	position: absolute;
	top: -45px;

}

.timeline .circle {
	background-color: #d21500;
    display: block;
    position: absolute;
    width: 36px;
    left: -14px;
    height: 36px;
    top: 0px;
    border-radius: 50px;
}

.timeline ul li::after {
	content: '';
	position: absolute;
	left: 0px;
	top: -48px;
	transform: translateX(-50%);
	width: 5px;
	height: 100px;
	background-color: #d21500;
	border-radius: 50px;
	transform: rotate(34deg);
}

.timeline ul li div {
	position: relative;
	bottom: 0;
	width: 557px;
}

.timeline ul li:nth-child(odd)::before {
	right: 52px;
}

.timeline ul li:nth-child(even)::before {
	left: 100px;
}

.timeline ul li:nth-child(odd)::after {
	left: -111px;
}

.timeline ul li:nth-child(even)::after {
	left: 73px;
}

.timeline ul li:nth-child(odd) div {
	left: 45px;
}

.timeline ul li:nth-child(even) div {
	left: -580px;
}

.timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #d21500;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li div p {
  font-size: 17px;
  font-weight: 400;
  color:#032d2e;
  margin-bottom: 60px;
}
.timeline ul li::after {
	transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
	background: #d21500;
}

.timeline ul li div {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
	transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
	transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	opacity: 1;
}

/*------------*/
.post-wraper {
	padding: 0px 54px 0px 0px;
	border-right: 5px solid #d21500;
}
.post-wraper h1,
.post-wraper h4 {
	font-size: 44px;
	color: #d21500;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 20px;
}

.post-wraper time {
	font-size: 30px;
	display: block;
	color: #d21500;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 24px;
}

.post-wraper .img-wraper {
	height: 540px;
	margin-bottom: 16px;
}

.post-wraper .img-wraper img {
	/*height: 100%;
	width: 100%;*/
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
	object-fit: cover;
}

.post-wraper .top-post-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	margin-bottom: 36px;
}
.post-wraper .top-post-list a,
.post-wraper .top-post-list li {
	position: relative;
	list-style: none;
}
.post-wraper .top-post-list a::after,
.post-wraper .top-post-list li::after {
	position: absolute;
	content: "|";
	top: -1px;
	right: -8px;
	color: #032d2e;
	font-size: 17px;
}
.post-wraper .top-post-list a::last-child::after{
	display: none;
}
.post-wraper .top-post-list a,
.post-wraper .top-post-list li a {
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	margin-right: 12px;
	color: #032d2e;
}

.post-wraper .ranking-badge {
	display: block;
	width: fit-content;
	line-height: 43px;
	font-weight: 500;
	font-size: 20px;
	background-color: #032d2e;
	padding: 0px 42px;
	color: #fff;
	position: relative;
	margin-left: auto;
	top: -12px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.post-wraper .paragraph {
	margin-bottom: 70px;
	line-height: 24px;
	font-size: 17px;
}

.post-wraper .paragraph h6 {
	color: #d21500;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 24px;
}

.post-wraper .paragraph p {
	color: #032d2e;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}

.post-wraper .share-links {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -30px;
}

.post-wraper .share-links li {
	font-size: 20px;
	font-weight: 500;
	color: #032d2e;
	margin-right: 18px;
}

.post-spring-section {
	padding: 80px 0px 160px 0px;
}

.post-side-bar .subscribe-wraper h4 {
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 30px;
	color: #032d2e;
}

.post-side-bar .subscribe-wraper input {
	width: 100%;
	border: none;
	border-bottom: 2px solid #032d2e;
	padding: 0px 0px 12px 0px;
	margin-bottom: 28px;
}

.post-side-bar .subscribe-wraper input::placeholder {
	font-size: 19px;
	font-weight: 400;
	color: #032d2e;
}

.post-side-bar .subscribe-wraper {
	margin-bottom: 130px;
}

.post-side-bar .subscribe-wraper button {
	display: block;
	border: none;
	outline: none;
	background-color: #d21500;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 0px 27px;
	border-radius: 50px;
}

.post-side-bar .top-tags h5 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 22px;
	color: #032d2e;
}

.post-side-bar .top-tags ul {
	padding: 0px;
	margin: 0px;
}

.post-side-bar .top-tags ul li {
	list-style-type: none;
	text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: #032d2e;
    margin-bottom: 20px;
    display: block;
}

.post-side-bar .top-tags ul li a {
	text-decoration: none;
	font-size: 17px;
	font-weight: 300;
	color: #032d2e;
	margin-bottom: 20px;
	display: block;
}

.post-side-bar .blog-search {
	margin-bottom: 40px;
}

.post-side-bar .blog-search input {
	border: none;
	border-bottom: 2px solid #032d2e;
	padding-bottom: 6px;
	outline: none;
	width: 100%;
	position: relative;
}

.post-side-bar .blog-search label {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.post-side-bar .blog-search label::after {
	position: absolute;
	top: -4px;
	right: 0px;
	background-image: url("../images/blog-search.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	width: 30px;
	height: 30px;
}

.post-side-bar .blog-search input::placeholder {
	font-size: 19px;
	color: #032d2e;
}

.post-side-bar {
	padding-left: 15px;
}

/*-------------*/
.snapshot-wraper .snap-title {
	color: #032d2e;
	font-weight: bold;
	font-size: 16.5px;
}

.snapshot-wraper p {
	font-size: 16.5px;
	margin: 0px;
	color: #d21500;
	font-weight: 500;
}

.snap-dots {
	display: flex;
	padding: 0px;
	margin: 0px 40px;
}

.ml-auto {
	margin-left: auto;
	display: flex;
	position: relative;
}

.snap-dots li {
	width: 76px;
	height: 0;
	border-bottom: 2px solid #032d2e;
	position: relative;
	list-style: none;
	margin: auto;
}

.snapshot-wraper p {
	font-size: 16.5px;
	margin: 0px;
	color: #d21500;
	font-weight: 400;
}

.snapshot-wraper h2 {
	font-size: 36px;
	margin-bottom: 24px;
	font-weight: 500;
	color: #d21500;
}

.snapshot-wraper p.second {
	transform: translateX(100%);
	font-weight: 500;
	position: absolute;
	text-align: left;
	right: 0px;
}

.snap-dots li:Last-child {
	width: 0px;
}

.snap-list-wraper {
	display: block;
	padding: 0px;
	margin: 0px;
}

.snap-list-items {
	list-style: none;
	margin-bottom: 40px;
	display: flex;
	width: 100%;
}

.snap-dots li::after {
	content: '';
	background-color: #d21500;
	width: 14px;
	height: 14px;
	top: -6px;
	left: -4px;
	position: absolute;
	border-radius: 50px;
}

/*
.snap-dots li.tag::before {
	content: '';
	background-image: url("../images/tag.png");
	width: 54px;
	height: 54px;
	top: -29px;
	left: -22px;
	position: absolute;
	z-index: 1;
}
*/

.img-wraper.lines-2 {
	width: 137%;
	position: relative;
	height: 592px;
	right: -68px;
}

.img-wraper.lines-2 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.school-profile-section h1 {
	position: relative;
	font-weight: 600;
	font-size: 59px;
	margin-bottom: 70px;
	padding-left: 30px;
	margin-top: 48px;
}

.school-profile-section h1::after {
	transform: rotate(30deg);
    background-color: #d21500;
    position: absolute;
    left: 5px;
    content: '';
    top: -13px;
    width: 5px;
    height: 80px;
}

.hard-img {
	width: 290px;
	height: 125px;
	margin-left: 130px;
}

.hard-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/*blog*/
.our-blog-box2 {
	margin: 0px auto 70px 0;
	max-width: 433px;
}

.our-blog-box2 .img-wraper {
	height: 246px;
	position: relative;
	margin-bottom: 22px;
}

.our-blog-box2 .img-wraper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-blog-box2 .rang-badge {
	display: block;
	width: fit-content;
	line-height: 43px;
	font-weight: 500;
	font-size: 18px;
	background-color: #032d2e;
	padding: 0px 53px 0px 42px;
	color: #fff;
	position: absolute;
	top: -19px;
	right: 0px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.our-blog-box2 h4 {
	font-size: 20px;
	font-weight: 500;
	color: #d21500;
	line-height: 30px
}
.our-blog-box2 h4 a{
	text-decoration: none;
	color: #d21500;
}
.our-blog-box2 p {
	color: #032d2e;
	line-height: 25px;
	font-weight: 400;
	font-size: 17px;
}

.our-blog-box2 p a {
	text-decoration: none;
	color: #d21500;
}

.our-blog-box2 .date {
	font-size: 16px;
	font-weight: 300;
	color: #d21500;
	display: block;
	margin-bottom: 4px;
	width: fit-content;
	margin-left: auto;
}

.blog-spring-wraper {
	border-right: 5px solid #d21500;
	margin-top: 10px;
}

.blog-spring-section {
	padding: 94px 0px 100px 0px;
}

.more {
	text-underline-offset: 4px;
	color: #032d2e;
	font-size: 18px;
	font-weight: 300;
	position: relative;
    top: -30px;
	text-decoration: underline;
}

/*--engage-spring-section--*/
.engage-spring-section {
	padding: 110px 0px 160px 0px;
}

.engage-tabel .table-heading {
	display: flex;
}

.engage-tabel .table-heading h6 {
	font-size: 40px;
	font-weight: 400;
	position: relative;

}

.engage-tabel .table-heading .bg-sky h6::after {
	content: '';
	position: absolute;
	top: -31px;
	left: -9px;
	height: 70px;
	border-radius: 50px;
	width: 4px;
	background-color: #d21500;
	transform: rotate(33deg);
}

.engage-tabel .table-heading li {
	list-style: none;
	margin-right: 22px;
	width: 25%;
	min-height: 410px;
}

.engage-tabel .table-heading .bg-sky h6 {
	color: #032d2e;
}

.engage-tabel .table-heading .bg-sky {
	padding-left: 38px;
	padding-top: 50px;
	padding-right: 38px;
}

.engage-tabel .bg-sky {
	padding-left: 38px;
	padding-right: 38px;
}

.engage-tabel {
	margin-bottom: 64px;
}

.engage-tabel .table-heading .bg-green {
	color: #fff;
	padding-left: 25px;
	padding-top: 50px;
}

.engage-tabel .avail-list .bg-green {
	color: #fff;
	padding-left: 25px;
	font-size: 19px;
    font-weight: 500;
}

.engage-tabel .avail-list .bg-sky {
	font-size: 20px;
	font-weight: bold;
	color: #032d2e;
}

.engage-tabel .table-heading li p {
	font-size: 17px;
	color: #032d2e;
	font-weight: 400;
}

.engage-tabel li:last-child {
    margin-right: 0px !important;
}

.engage-tabel ul {
	margin: 0px;
	padding: 0px;
}

.avail-list {
	display: flex;
	width: 100%;
}

.avail-list li {
	padding: 0px 38px 0px 0px;
	min-height: 102px;
	list-style: none;
	width: 25%;
	margin-right: 22px;
	display: flex;
	align-items: center;
	margin-top: 2px;
}

.engage-tabel .bg-green {
	background-color: #4e6c6d;
}

.engage-tabel .bg-sky {
	background-color: #f2f4f4;
	padding-left: 38px;
}

.engage-tabel .bg-green {
	color: #fff;
}

.engage-tabel.avail-list .bg-green {
	font-size: 20px;
	font-weight: 500;
}

.not-sure {
	font-size: 38px;
	font-weight: 500;
	color: #032d2e;
}

.consult-btn {
	display: block;
	padding: 0px 42px;
	text-decoration: none;
	line-height: 55px;
	color: #fff;
	background-color: #d21500;
	border-radius: 50px;
	width: fit-content;
	margin-left: auto;
	font-size: 24px;
}

/*----*/
.contact-us-section {
	padding-top: 80px;
}

.contact-form-wraper input {
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 2px solid #000;
	font-size: 21px;
	font-weight: 400;
	color: #032d2e;
	padding-bottom: 3px;
	margin-bottom: 74px;
}

.contact-form-wraper input::placeholder,
.contact-form-wraper textarea::placeholder {
	font-size: 21px;
	font-weight: 400;
	color: #032d2e;
	text-transform: capitalize;
}

.contact-form-wraper .input-wraper {
	display: flex;
}

.contact-form-wraper .input-wraper select {
	width: 115px;
	overflow: hidden;
	outline: none;
	padding-bottom: 4px;
	font-size: 21px;
	font-weight: 400;
	color: #032d2e;
	text-transform: capitalize;
	border: none;
	height: fit-content;
	background-image: url("../images/s-arrow.png");
	appearance: none;
	background-repeat: no-repeat;
	background-position: 98% 54%;
	border-bottom: 2px solid #000;
}

.contact-form-wraper textarea {
	width: 100%;
	padding: 20px;
	height: 300px;
	border: 2px solid #000;
	resize: none;
	font-size: 21px;
	margin-bottom: 37px;
}

.contact-form-wraper .input-wraper input {
	margin-bottom: 56px;
}

.contact-form-wraper input[type=submit] {
	width: fit-content;
	border-radius: 50px;
	padding: 0px 90px;
	background-color: #d21500;
	border: none;
	line-height: 38px;
	height: 42px;
	outline: none;
	color: #fff;
	margin-left: auto;
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.contact-form-wraper h5 {
	color: #d21500;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 100px;
}

.keep-touch {
	background-color: #ccd5d5;
	padding: 60px 0px 100px 0px;
}

.keep-touch .keep-text h5 {
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 16px;
	color: #032d2e;
}

.keep-touch .keep-text a.mail {
	color: #d21500;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 500;
	font-size: 24px;
}

.keep-touch .follow-links {
	font-weight: 500;
	font-size: 24px;
	color: #032d2e;
}

.keep-touch .keep-text ul {
	display: flex;
	padding: 0px;
	margin: 0px;
	margin-top: 22px;
}

.keep-touch .keep-text ul li {
	list-style-type: none;
	margin-right: 20px;
}

.keep-touch .form-wraper {
	display: flex;
}

.form-wraper input {
	width: 100%;
	border-radius: 50px;
	border: 2px solid #032d2e;
	background-color: transparent;
	height: 43px;
	margin-right: 25px;
	padding-left: 23px;
}

.keep-touch .form-wraper input::placeholder {
	font-size: 15px;
	color: #032d2e;
	font-weight: 600;
}

.keep-touch form h4 {
	color: #d21500;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 30px;
}

.keep-touch .form-wraper input[type=submit] {
	width: fit-content;
	display: block;
	background-color: #d21500;
	color: #fff;
	padding: 0px 24px;
	line-height: 43px;
	border: none;
	outline: none;
	margin-right: 0px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	z-index:999;
}

.admission-slid-wraper .slick-next {
	visibility: hidden;
}
.admission-slid-wraper .slick-prev {
    left: auto;
	visibility: hidden;
	display: block !important;
    right: 0px;
    z-index: 99999999;
}
.admission-slid-wraper .slick-prev::after {
    visibility: visible;
    top: 31px;
    left: -4px;
    width: 38px;
    transform: rotate(180deg);
    height: 38px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-image: url("../images/slid-arrow.png");
}
.admission-slid-wraper .slick-next::after {
	visibility: visible;
	top: 31px;
	left: 13px;
	width: 38px;
	height: 38px;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-image: url("../images/slid-arrow.png");
}
.star{
	display: flex;
	padding: 0px;
	margin: 0px;
}
.star li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

/* Transistion */
.our-blog-box h4 a,
.table .award,
.consult-btn a,
.keep-touch .form-wraper input[type=submit],
.keep-touch .keep-text a,
.footer .footer-col-6 .email:hover,
.footer .footer-wiged ul li a:hover {
    transition: 0.3s ease-in-out;
}
.footer .footer-col-6 .email:hover,
.footer .footer-wiged ul li a:hover{
	color: #d21500;
    padding-left: 5px;
}
.admission-consulting .go-btn:hover,
.map-right-wraper .s-btn:hover {
    background-color: #d21500;
    transition: 0.3s ease-in-out;
    color: #fff;
}
.keep-touch .form-wraper input[type=submit]:hover,
.sign-upfree a:hover {
    background-color: #fff;
    color: #032d2e;
    transition: 0.3s ease-in-out;
}
.footer .footer-col-6 .email,
.footer .footer-wiged ul li a,
.footer .footer-wiged ul li a img,
.sign-upfree a{
	transition: 0.3s ease-in-out;
}
.footer .footer-col-6 .email:hover,
.footer .footer-wiged ul.foot-links li a:hover{
	padding-left:0;
}
.footer .footer-wiged ul li a:hover img {
    transform: scale(0.9);
}

.keep-touch .keep-text a.mail:hover {
    color: #032d2e;
	transition: 0.3s ease-in-out;
}
.form-wraper input{
	outline:#d21500
}
.form-wraper input:hover,
.form-wraper input:focus {
    border-color: #d21500;
}
.consult-btn a:hover {
    text-decoration: none;
	background-color: #fff;
    color: #032d2e;
    transition: 0.3s ease-in-out;
}
.table .award:hover{
	color: #d21500;
	transition: 0.3s ease-in-out;
}
.team-member-box .img-wraper:after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    background-color: #d2150059;
    right: 0;
}
.team-member-box .img-wraper:hover:after {
    left: 0;
}
.team-member-box .img-wraper{
	position:relative;
	overflow:hidden;
}
.top-spring-section .top-school ul li a {
    margin: auto;
}
.nav-menu-wraper .nav-links ul.sub-menu li a {
    padding-bottom: 0 !important;
}
.our-blog-box h4 a{
	color: #d21500;
}
.our-blog-box h4 a:hover{
	color: #032d2e;
	transition: 0.3s ease-in-out;
}
.timeline ul::hover::after{
	transform: translateY(-60px);
    color: #fff;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.join-btn {
    display: block;
    width: 48%;
    border: none;
    outline: none;
    background-color: #d21500;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 27px;
    border-radius: 15px;
    text-transform: uppercase;
}
.contact-form-wraper input:focus,
.post-side-bar .subscribe-wraper input:focus{
	outline: none;
	border-bottom: 2px solid #d21500;
}
.blog-search input[type="submit"] {
    visibility: hidden;
}
.contact-form-wraper .eemail input,
.contact-form-wraper .profile input,
.contact-form-wraper .nname input{
	width: 375px;
}
.contact-form-wraper .signup input{
	width: 630px;
}
.contact-form-wraper .eemail input,
.contact-form-wraper .profile input{
	margin-left: 40px;
}
.contact-form-wraper input{
	padding-bottom: 10px;
}
.contact-form-wraper .input-wraper select{
	padding-bottom: 11px;
}
.contact-form-wraper input[type=submit]{
	text-transform: uppercase;
	border: 2px solid transparent;
}
.contact-form-wraper input[type=submit]{
	transition: 0.3s ease-in-out;
}
.contact-form-wraper input[type=submit]:hover{
	background-color: #fff;
	color: #d21500;
	transition: 0.3s ease-in-out;
	border: 2px solid #d21500;
}
.keep-touch .wpcf7-form-control-wrap{
	margin-right: 25px;
}
.our-blog-box2 .rang-badge a{
	text-decoration: none;
	color: #fff;
}
:root {
    scroll-behavior: unset !important;
}
.snapshot-wraper h2{
	text-transform: capitalize;
}
.google-map{	
	height:880px;	
	background-color:#e5eaea;	
	position:relative;
}

/* Google Map Pin Setup */

.google-map h4{	
	font-size:27px;	
	position:absolute;	
	top:107px;	
	left:16%;
	font-weight: bold;
	color: #032d2e;
}
.google-map .map-image{   
	position: absolute;    
	left: 0;   
	right: 0;    
	top: 20%;	
	text-align:left;
}
.info-points {
    position: absolute;
    left: 63%;
    top: 30%;
    height: 100%;
}
.info-points .toggle-trigger {
    margin: 0px;
    cursor: pointer;
    text-align-last: center;
    position: relative;
}
.info-points .toggle-trigger:before {
    position: absolute;
    top: 0px;
    content: '';
    right: 0;
    width: 16px;
    background-image: url(../images/marker.png);
    height: 23px;
    content: '';
    background-size: contain;
    z-index: 9;
    background-repeat: no-repeat;
    left: 40%;
}
.info-points .toggle-trigger span {
    font-size: 17px;
    font-weight: 600;
    color: #d21500;
    position: relative;
    top: 25px;
    text-align: center;
}

.toggle-wrap .style-single {
    background: #fff;
    padding: 30px;
    width: 355px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    height: 90px;
    text-align: left;
    background-color: #d21500;
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 30px;
}
p.info-btn{
	width: 75px;
}
.toggle-wrap {
    display: none;
    z-index: 100;
    position: relative;
    top: 20px;
}
.info-points.info-points2 {
    left: 58%;
    top: 42%;
}
.info-points.info-points3 {
    top: 1%;
    left: 56%;
}
.nav-menu-wraper .nav-links.current_page_item > a {
    border-bottom: 1px solid #032d2e;
    transition: 0.3s ease-in-out;
}
.admission-consulting .container{
	max-width: 1250px;
}
.page-template-template-team .img-wraper.lines{
	top: 1%;
}

.team-member-box .member-name p{
	margin-bottom: 40px;
}
.team-member-box p.excerpt a {
    color: #d21500;
    margin-left: 5px;
}
.subscribe-wraper .wpcf7-not-valid-tip{
	position: relative;
	top: -10px;
}
.subscribe-wraper .wpcf7-response-output{
	margin: -3em 0.5em 1em !important;
}
.contact-form-wraper .col-lg-4.col-md-6.nname input{
	margin-bottom: 100px;
}
.keep-touch .wpcf7-spinner{
	width: 34px;
}
/*.contact-form-wraper .col-lg-4.col-md-6.nname input.wpcf7-not-valid,
.contact-form-wraper input.wpcf7-not-valid{
	margin-bottom: 10px;
}*/
.contact-form-wraper .eemail .wpcf7-not-valid-tip, 
.contact-form-wraper .profile .wpcf7-not-valid-tip{
	margin-left: 40px;
	position: relative;
	top: -60px;
}
.contact-form-wraper .col-lg-4.col-md-6.nname .wpcf7-not-valid-tip{
	position: relative;
	top: -90px;
}
.contact-form-wraper .input-wraper .wpcf7-not-valid-tip{
	position: relative;
	top: -40px;
}
.contact-form-wraper .input-wraper select {
    padding-left: 10px !important;
}
.mba-box .icone-wraper{
	position: relative;
}
.mba-box .icone-wraper::after {
    position: absolute;
    top: -16px;
    content: '';
    right: -8px;
    width: 5px;
    border-radius: 10px;
    height: 154px;
    background: #d21500;
    transform: rotate(36deg);
}
.info-points.info-points4 {
    left: 4%;
}
.info-points.info-points4 p.info-btn {
    width: 115px;
}
.info-points.info-points5 {
   left: 91%;
    top: 54%;
}
.info-points.info-points6 {
    left: 89%;
    top: 60%;
}
.info-points.info-points7 {
    left: 86%;
    top: 62%;
}
.no-post-found-here {
    text-align: center;
    margin: 0 auto;
}
.no-post-found-here h2{
	text-transform: capitalize;
	margin-bottom: 30px;
}
a.no-post-return-home{
	font-size: 13px;
    font-weight: 600;
    color: #032d2e;
    border: 2px solid #d21500;
    border-radius: 30px;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 36px;
    height: 34px;
    display: block;
    margin-top: auto;
    margin-bottom: 22px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.nav-menu-wraper .nav-links.drop-down ul li a{
	white-space: nowrap;
}
.snap-dots li img{
	width: 54px;
    height: 53px;
    object-fit: contain;
    border: 1px solid #000;
    z-index: 1;
    position: relative;
    top: -27px;
    left: -23px;
    background: #fff;
}
/*.contact-banner.custom-banner .content h3{
	top: 90px !important;
}*/
.linkedin-share {
	margin-top: -1px;
}
.facebook-share{ 
	margin-top: -4px;
}
video.wrapper__video {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
    height: 1056px;
	object-position: 0% 58%;
}
.nav-menu-wraper .nav-links.contact-us-menu{
	display: none;
}
body.home a.hc-nav-trigger.hc-nav-1::after{
	background: transparent;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
	height: 3px;
}
.hc-nav-trigger span{
	width: 90%;
}

/* Fade in Banner Super Logo */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-43px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.team-member-box p.excerpt {
    width: 80%;
}
.consult-btn{
	border: 2px solid transparent;
	transition: 0.3s ease-in-out;
}
.consult-btn:hover{
	border-color: #d21500 !important;
	border: 2px solid;
	background-color: #fff;
    color: #032d2e;
    transition: 0.3s ease-in-out;
}
a.more {
    display: none;
}
.toggle-wrap .style-single{
	width: 100%;
	height: 100%;
}
.location-close .button{
	position: absolute;
    right: 20px;
    top: -2px;
    cursor: pointer;
    color: #fff;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down ul.sub-menu .sub-menu{
	left: 100%;
    top: 5px;
    transform: none;
    -webkit-transform: none;
    position: absolute;
    right: -100%;
}
.google-map .map-image .container{
	position: relative;
}
.google-map .map-image img{
	max-width: 100%;
}
.nav-menu-wraper .nav-links.drop-down ul.sub-menu .sub-menu li a{
	color: #003b1b;
}
a.toggle-trigger::after {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 79px;
    z-index: 9999;
    width: -webkit-fill-available;
}
#desktop-nav .nav-menu-wraper .nav-links.drop-down ul li:hover .drop-down{
	margin-right: 20px;
	opacity: 1;
    width: 100%;
    z-index: 999999999;
    position: relative;
}
.nav-menu-wraper .nav-links ul.sub-menu li a{
	color: #d21500;
}
.contact-form-wraper .input-wraper select{
	text-overflow: ellipsis;
}
.contact-form-wraper .input-wraper select{
	margin-bottom: 56px;
}
.contact-form-wraper .input-wraper.select-one select{
	width: 160%;
}
.contact-form-wraper .input-wraper.signup select{
	width: 173%;
}
.company-detail-section .paragraph{
	margin-top: 70px;
}
.single-post .post-wraper time{
	float: right;
}

/* Table Plugin Style */

.blog-spring-wraper.page-table{
	border-right: none;
}
.blog-spring-wraper.page-table table thead tr th{
	list-style-type: none;
    font-weight: 600;
    color: #032d2e;
    font-size: 17px;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 38px;
    padding-right: 23px;
    padding-right: 18px;
    padding-left: 18px;
}
.blog-spring-wraper.page-table table thead{
    border-bottom: 2px solid #e36c5f;
    padding-left: 0px;
    margin: 0px;
    background-color: #f2f4f4;
}
.blog-spring-wraper.page-table table tbody{
	border-bottom: 2px solid #e36c5f;
    padding-left: 0px;
    margin: 0px;
}
/*.blog-spring-wraper.page-table table tbody tr{
	border-bottom: 2px solid #f2f4f4;
}*/
.blog-spring-wraper.page-table table tbody tr td{
	list-style-type: none;
    padding-top: 38px;
    font-weight: 400;
    color: #032d2e;
    font-size: 17px;
    padding-right: 20px;
    border-left: 2px solid #f2f4f4;
    padding-bottom: 20px;
    padding-left: 18px;
}
.breadcrumb:after{
	visibility: hidden;
}
.our-blog-box .author{
	font-size: 16px;
    font-weight: 400;
    color: #d21500;
    display: block;
    margin-bottom: 4px;
    width: fit-content;
}
.blog-spring-wraper.page-table table{
	width: 100%;
}
.our-blog-box2 .author{
	font-size: 16px;
    font-weight: 300;
    color: #d21500;
    display: block;
    margin-bottom: 4px;
    width: fit-content;
}
.single-post .blog-spring-wraper.page-table{
	color: both;
	margin-bottom: 60px;
}
.blog-spring-wraper.page-table table tbody tr td a{
	list-style-type: none;
   /* padding-top: 38px;*/
   	clear: both;
    font-weight: 400;
    color: #032d2e;
    font-size: 17px;
    text-decoration: underline;
    position: relative;
    text-underline-offset: 4px;
    transition: 0.3s ease-in-out;
}
#mobile-nav{
	display: none;
}
.breadcrums:after{
	visibility: hidden;
}
.blog-spring-wraper.page-table table tbody tr{
	border-bottom: 2px solid #e36c5f;
}
.single-post span.author {
    font-size: 30px;
    color: #d21500;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 24px;
    width: 40%;
    display: inline-block;
}
.blog-spring-wraper.page-table table tbody tr td a:hover{
	color: #d21500;
	transition: 0.3s ease-in-out;
}
.page-id-587 .custom-banner .content h3{
	font-size: 95px;
}
.scholarship-section .paragraph p a,
.company-detail-section .paragraph p a,
.school-profile-text p a,
.faq-spring-section .accordion-body a{
	color: #d21500;
}
.scholarship-section .paragraph p a:hover,
.company-detail-section .paragraph p a:hover,
.school-profile-text p a:hover,
.faq-spring-section .accordion-body a:hover{
	text-decoration: underline;
}
.breadcrums:hover{
	color: #d21500;
}
.table .td-list li.scholarship a:first-child::after,
.table .td-list li.applicable a:first-child::after{
	display: none;
}
.table .td-list li.scholarship a:first-child,
.table .td-list li.applicable a:first-child{
	padding-left: 0 !important;
}
.single-post .blog-spring-wraper.page-table table tbody{
	 position: relative;
    background-color: #fff;
}
.post-wraper.info-area.mb-5 {
    padding: 0;
    border-right: none;
}
.blog-spring-wraper.page-table table tbody tr td a,
.table .award{
	color:#d21500;
	text-decoration:none;
}
.blog-spring-wraper.page-table table tbody tr td a:hover,
.table .award:hover{
	border-bottom: 1px solid #d21500;
}
a.award.no-link {
    color: inherit;
}
a.award.no-link:hover{
	text-decoration:none !important;
	color:inherit !important;
	border-bottom: none !important;
}
.post-wraper .paragraph p a{
	color: #d21500;
    transition: 0.3s ease-in-out;
}
.post-wraper .paragraph ul li a:hover,
.post-wraper .paragraph p a:hover{
	border-bottom: 1px solid #d21500;
}
.post-wraper .paragraph ul li a{
	color: #d21500;
}
.our-blog-box2 h4{
	min-height:60px;
}

/* New Events Section Added */
.our-events-home{
	background: #eaeeee;
	padding-top: 55px;
	padding-bottom: 63px;
}
.our-events-wraper{
	max-width: 1250px;
    margin: auto;
}
.our-events-box{
	width: 235px;
	height: 235px;
	background: #fff;
	padding-top: 20px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.our-events-box:hover{
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 50%) 0px 1px 3px 1px;
}
.our-events-box .date{
	color: #214747;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    vertical-align: middle;
    transition: 0.5s ease-in-out;
    font-family: 'Poppins', sans-serif;
}
.our-events-box:hover .date{
	color: #d21500;
	transition: 0.5s ease-in-out;
}
.our-events-box .date img{
	margin-left: 7px;
}
.our-events-box p{
	font-size: 17px;
	color: #032d2e;
	font-weight: 600;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.5s ease-in-out;
}
.our-events-box:hover p{
	height: 80px;
	transition: 0.5s ease-in-out;
}
.our-events-box:hover .img-wraper{
	padding-left: 48px;
	transition: 0.5s ease-in-out;
}
.our-events-box .img-wraper img{
	transition: 0.5s ease-in-out;
	object-fit: contain;
	width: 106px;
    height: 106px;
}
.our-events-box .img-wraper{
	transition: 0.5s ease-in-out;
}
.our-events-box:hover .img-wraper img{
	width: 68px;
	object-fit: contain;
	transition: 0.5s ease-in-out;
}
.our-events-btn{
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 35px;
    height: 40px;
    background-color: #d21500;
    text-align: right;
    margin-top: 68px;
    width: fit-content;
    margin-left: auto;
    padding: 0px 28px;
    text-transform: uppercase;
    border: 2px solid #d21500;
    transition: 0.3s ease-in-out;
}
.our-events-btn:hover{
	color: #d21500;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
.our-events-wraper .col-lg-3{
	width: fit-content;
}
.our-events-wraper .row{
	column-gap: 75px;
    row-gap: 75px;
}

/* Single Event */
.school-profile-banner.events-single .img-wraper{
	background-size: contain !important;
    background-position: 80% !important;
}
.single-events .school-profile-section{
	padding-top: 55px;
}
.single-events .custom-title{
	margin-top: 18%;
}
span.single-event-date {
    font-weight: 400;
    font-size: 22px;
    color: #032d2e;
    line-height: 27px;
    margin-bottom: 10px;
}
h2.single-event-title{
	font-weight: 600;
	font-size: 36px;
	color: #d21500;
	line-height: 50px;
	margin-bottom: 0;
}
p.single-event-school-name{
	font-size: 22px;
	color: #d21500;
	margin-bottom: 50px;
}
.single-event-description{
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 24px;
	color: #032d2e;
}
a.single-event-reg-btn{
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 35px;
    height: 40px;
    background-color: #d21500;
    width: fit-content;
    padding: 0px 28px;
    text-transform: uppercase;
    border: 2px solid #d21500;
    transition: 0.3s ease-in-out;
}
a.single-event-reg-btn:hover{
	color: #d21500;
    background-color: transparent;
    transition: 0.3s ease-in-out;	
}
.single-events .hard-img{
	margin-top: 10px;
}
.single-events .hard-img img{
	width: 255px;
    height: 107px;
}
.single-event-section .img-wraper{
	position: relative;
    height: 640px;
    width: 540px;
    top: -140px;
    left: 190px;
}
.single-event-section .img-wraper img{
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.all-events-section .all-event-heading{
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	color: #d21500;
}
span.single-event-time {
    text-transform: uppercase;
}
.event-wrapper .all-event-date{
	color: #032d2e;
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 37px;
}
.event-wrapper .event-title h2{
	color: #032d2e;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 5px;
}
.event-wrapper .custom-row{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 57px;
    border-bottom: 2px solid #b3c0c0;
}
.event-wrapper .custom-row .left-section{
	display: flex;
	position: relative;
	width: 50%;
}
.event-wrapper .custom-row .left-section .img-wrapper img {
    width: 150px;
    height: 61px;
    object-fit: contain;
}
.event-wrapper .custom-row .left-section .event-title{
	margin-left: 30px;
    max-width: 70%;
}
.event-wrapper .custom-row .left-section:after {
    position: absolute;
    top: -4px;
    right: 46px;
    background-color: #d21500;
    border-radius: 50px;
    content: '';
    transform: rotate(35deg);
    height: 68px;
    width: 4px;
}
.event-wrapper .right-section{
	display: flow-root;
    width: 50%;
}
.event-wrapper .right-section .event-date-time span{
	font-size: 18px;
	color: #032d2e;
}
.event-wrapper .right-section .event-date-time{
	margin-top: 4px;
}
.event-wrapper .right-section .in-campus{
	display: flex;
}
.event-wrapper .right-section .in-campus h2{
	font-size: 18px;
	font-weight: bold;
}
.event-wrapper .right-section .in-campus a.more-info{
	color: #d21500;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: 600;
	border-bottom: 1px solid #d21500;
}
.single-events .all-events-section{
	margin-top: -110px;
}
.event-wrapper .right-section .in-campus a.more-info:hover:hover{
	color: #032d2e;
	border-bottom: 1px solid #032d2e;
}

/* Calender Style */

div#calendar{
    margin:0px auto;
    padding:0px;
    width: 100%;
}

div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    margin-bottom: 60px;
    background-color:transparent ;
}

div#calendar div.header{
    line-height:40px;
    vertical-align:middle;
    position:unset;
    padding: 0;
    left:11px;
    top:0px;
    width:100%;
    height:40px;
    padding: 0;
    display: flex;
    text-align:center;
}

div#calendar div.header a.prev,div#calendar div.header a.next{
    position:absolute;
    top:10px;
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}

div#calendar div.header span.title{
    text-align: left;
    float: left;
    font-size: 36px;
    font-weight: 600;
    color: #d21500;
}


div#calendar div.header a.prev{
    left:200px;
    visibility: hidden;
}
div#calendar div.header a.prev:after{
	background-image: url(../images/cal-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 20px;
    content: '';
    visibility: visible;
}

div#calendar div.header a.next{
    left:250px;
    visibility: hidden;
}
div#calendar div.header a.next:after{
	background-image: url(../images/cal-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 20px;
    content: '';
    visibility: visible;
}

/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:none ;
    border-top:none;
}
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}

div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    float:left;
    list-style-type:none;
    width:164px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color: #032d2e;
    font-size: 22px;
    background-color: transparent;
}


div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    line-height:50px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:165px;
    height:165px;
    font-size:25px;
    color:#819696;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 30px;
}

:focus{
    outline:none;
}

div.clear{
    clear:both;
}

.school-profile-banner.custom-banner.events-single.no-bg-color {
    background-color: #fff;
}
.events-calender-section {
    padding-top: 60px;
    background-color: #f2f4f4;
}
.cell-content-wrap.has-events-cell {
    background-color: #fff;
    border-top: 4px solid #d21500;
    padding-left: 10px;
    width: 150px;
    height: 165px;
}
.cell-content-wrap.has-events-cell img {
    width: 33px !important;
    height: 48px;
    object-fit: contain;
	padding-right:2px;
}
.cell-content-wrap.has-events-cell p.cell-day{
	margin-bottom: 0;
    height: 50px;
}
span.red-tooltip {
    background-color: #fff !important;
    color: red;
}
.all-events-section.post-side-bar{
	display: flex;
	padding-left: 0;
}
.all-events-section.post-side-bar .blog-search{
	margin-bottom: 0;
	margin-left: auto;
}
.all-events-section.post-side-bar .blog-search label::after{
	display: none;
}
.page-template-template-event-calender a.see-more {
    text-align: center;
    margin: -20px auto;
    width: fit-content;
    display: block;
    color: #d21500;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #d21500;
}
.page-template-template-event-calender a.see-more:hover{
	color: #032d2e;
    border-bottom: 1px solid #032d2e;
    transition: 0.3s ease-in-out;
}
.event-wrapper{
	margin-bottom: 50px;
}
.event-spinner{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000000a6;
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.event-spinner i{
	margin-bottom: auto;
    position: absolute;
    top: 50%;
    margin-top: -30px
}
.page-template-template-event-calender a.see-more{
	visibility: hidden;
}
.event-wrapper .event-title h2{
	max-width: 80%;
}
.cell-content-wrap.has-events-cell.past-event-cell p{
	color: #000;
}
.cell-content-wrap.has-events-cell.past-event-cell {
    background-color: #edeaea;
}

.our-events-home {
    display: none;
}

/* .page-id-240 .table .scholarship {
    min-height:  auto !important;
    
}*/