@charset "utf-8";
/*************** DEFAULT CSS ***************/

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Regular.woff2') format('woff2'),
        url('../fonts/TTNorms-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Medium.woff2') format('woff2'),
        url('../fonts/TTNorms-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Black.woff2') format('woff2'),
        url('../fonts/TTNorms-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --body-font: 'TT Norms' ;
    --body-font-Size: 16px;
    --body-color: #000;
    --primary-color: #25a0d5;
    --secondary-color: #26346f;
    --light-gray: #e2e2e2;
    --link-outline: #dddddd;
    --gray: #848484;
    --black: #000;
    --white: #fff;
    --bg-color: #255f97;
    --bg-grey: #efefef;
    --bg-footer: #26346f;
    --border-color: #cbcfd2;
    --fw-medium: 500;
    --fw-bold: 900;
    --jost-font: 'Jost';
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
    letter-spacing: -0.1px;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 25px 0;clear:left;padding:0; line-height:28px; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
.heading {font-size: 48px;line-height: 54px;margin: 0 0 30px 0;}  
.title-style {position: relative;display: inline-block; font-size: 16px;line-height: 18px;color: var(--primary-color); text-transform: uppercase;margin-bottom: 10px;}
.title-style-margin { margin: 0 0 35px 0;}
.heading-left {padding-left: 25px;border-left: 3px solid var(--primary-color);}
.heading-left .heading {line-height: 47px;margin-bottom: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
/*.spinner {width: 100%;height: 100%; background-image: url(../images/preloder-logo.svg); background-position: center; background-repeat: no-repeat; background-size:180px; }*/
.spinner {width: 100%;height: 100%; background-image: url(../images/pre-loder.png); background-position: center; background-repeat: no-repeat; background-size:180px; }

#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row-flex{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.align-center {align-items: center;}
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.pos-relative { position: relative;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 13px;line-height: 24px;position: relative;font-size: 18px;}
.list li:after{position: absolute;content: '';width: 9px;height: 9px;border: 2px solid var(--primary-color);left: 0px;top: 6px;border-radius: 50px;background-color: var(--primary-color);}
.list li a{ color: #3a4455; }
.list1{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list1 li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 10px;line-height: 22px;position: relative;font-size: 16px;}
.list1 li:after{position: absolute;content: '';width: 7px;height: 7px;border: 2px solid var(--primary-color);left: 0px;top: 6px;border-radius: 50px;}
.list1 li a{ color: #3a4455; }
.text-center{text-align: center;}
.text-right {text-align: right;}
.scrollwrap{ width: calc(71vw + 515px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-10{padding-right: 10px;}
.pl-50{padding-left: 50px;}
.pl-60{padding-left: 60px;}
.pl-30{padding-left: 30px;}
.pr-30{padding-right: 30px;}
.pl-40{padding-left: 40px;}
.bg-grey{background-color:#F4F4F4;}
.direction-column{flex-direction: column;}
.stickybar {position: sticky;top:100px;}
	
/*********************/	

.smd10{width:10%; }
.smd15{width:15%; }
.smd20{width:20%; }
.smd25{width:25%; }
.smd30{width:30%; }
.smd35{width:35%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd75{width:75%; }
.smd80{width:80%; }
.smd85{width:85%; }
.smd90{width:90%; }
.smd100{width:100%;}

/*********************/	

.text-white { color: var(--white);}
.text-primary { color: var(--primary-color);}
.text-secondary { color: var(--secondary-color);}
.text-uppercase { text-transform: uppercase;}
.text-justify { text-align: justify;}

/*************** BUTTON STYLE ***************/
.link a, .link span {
    position: relative;
    color: var(--secondary-color);
    font-weight: var(--fw-medium);
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 54px 15px 25px;
    display: inline-block;
    opacity: 1;
    border: 1px solid var(--link-outline);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.link a:after, .link span:after{
    background-image: url(../images/icons/link-arrow-primary.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 10px;
    content: "";
    position: absolute;
    top: 15px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
}
.link a:hover, .link span:hover, .button-style a:hover{background-color: var(--primary-color);color: var(--white);border: 1px solid var(--secondary-color);}
.link a:hover:after, .link span:hover:after, .button-style a:hover:after {transform: rotate(-45deg);}
.link a:hover:after, .link span:hover:after { background-image: url(../images/icons/link-arrow.png);}

.button-style a {
    position: relative;
    color: var(--white);
    font-weight: var(--fw-medium);
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 45px 15px 20px;
    display: inline-block;
    opacity: 1;
    border: 1px solid var(--white);
}
.button-style a:after {
    background-image: url(../images/icons/link-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 10px;
    content: "";
    position: absolute;
    top: 15px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
}

/*************** ROUND TEXT ANIMATION ***************/

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
	
/*************** PAGE CSS ***************/
header{ 
    top:-100px; 
    width: 100%;
    background-color: var(--white); 
    /* padding: 10px 0px;  */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller {
    position: fixed;
    z-index: 9;
    box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);
    top: 0;
    left: 0;
}
header.smaller .header-top {
    display: none;
}
.header-top {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.header-top::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background-color: #e6f0f6;
    z-index: 0;
}
.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.logo {
    max-width: 100%;
    display: block;
}
.header-top-right {
    display: flex;
    gap: 60px;
    align-items: center;
}
.call,
.email,
.dwnld-broshur {
    display: flex;
    gap: 15px;
    align-items: center;
}
.cap a,
.cap h4,
.cap span {
    color: var(--black);
    display: block;
    margin: 0;
    transition: all ease-in-out 300ms;
}
.cap a {
    font-weight: var(--fw-medium);
    font-size: 14px;
}
.cap span {
    color: var(--gray);
}
.cap h4, .cap span {
    font-size: 16px;
    line-height: 17px;
}
.dwnld-broshur h4,
.dwnld-broshur span {
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease-in-out 300ms;
}
.dwnld-broshur:hover h4,
.dwnld-broshur:hover span {
    color: var(--primary-color);
}
.login {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--gray);
    text-transform: uppercase;
    font-size: 12px;
}
.cap:hover a,
.cap:hover h4,
.login:hover {
    color: var(--primary-color);
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.right-header-cta {
    display: flex;
    gap: 8px;
    align-items: center;
}
.apply-online {
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 11px 13px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: var(--fw-medium);
    font-size: 12px;
    min-height: 38px;
    transition: all ease-in-out 500ms;
}
.sports-cta {
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background-color: var(--primary-color);
    padding: 5px 13px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: var(--fw-medium);
    font-size: 12px;
    min-height: 38px;
    transition: all ease-in-out 500ms;
}
.apply-online::before,
.sports-cta::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: all ease-in-out 500ms;
    z-index: 0;
}
.sports-cta::after {
    background-color: var(--secondary-color);
}
.apply-online:hover::before,
.sports-cta:hover::after {
    width: 100%;
    right: 0;
}
.apply-online:hover span,
.sports-cta:hover span {
    color: var(--white);
}
.apply-online span,
.sports-cta span, 
.apply-online img,
.sports-cta img {
    position: relative;
    z-index: 1;
}
.latest-news-banner {
    background-color: var(--secondary-color);
    padding: 40px 0;
    color: var(--white);
}
.latest-news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
}
.latest-nws-left h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: var(--fw-medium);
}
.latest-nws-right {
    display: flex;
    align-items: center;
}
.latest-nws-right p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--fw-medium);
    line-height: 18px;
    border-right: 1px solid var(--primary-color);
    padding-right: 10px;
    margin-right: 10px;
}
.latest-nws-right p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.latest-nws-right p a {
    color: var(--white);
    margin-left: 10px;
}
.latest-nws-right p a i {
    color: var(--primary-color);
    font-size: 11px;
    margin-right: 8px;
}
.latest-nws-right p a:hover {
    color: var(--primary-color);
}
.intro-video {
    padding: 100px 0;
}
.video-box {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.video-box video {
    max-width: 100%;
    width: 100%;
    display: block;
}
.video-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.dot-bg {
    position: relative;
}
.dot-bg::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: url(../images/icons/dot-bg.png);
    background-position: right;
    background-size: 212px;
    background-repeat: no-repeat;
    width: 1400px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
}

.round-text-logo-anim {
    position: absolute;
    width: 222px;
    height: 222px;
    background-color: var(--white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid var(--primary-color);
    outline-offset: -10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    bottom: -65px;
    right: -70px;
}
.round-text-logo-anim:after{position: absolute;content: '';width: 174px;height: 176px;background-image: url(../images/rounded-text.png);left: auto;top: auto;-moz-animation: spinoffPulse 20s infinite linear;-webkit-animation: spinoffPulse 20s infinite linear;background-repeat: no-repeat;background-position: center;}
.since {
    width: 96px;
    height: 96px;
    /* border-radius: 20px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(38, 52, 111, 1) 0%, rgba(37, 160, 213, 1) 100%);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
/* .since span {
    display: block;
    font-size: 25px;
} */
.empowering-minds {
    padding: 100px 0;
    background-color: var(--bg-color);
}
.empowering-minds-left,
.principals-msg {
    flex: 0 0 50%;
    position: relative;
}
.empowering-box {
    position: relative;
    background-color: var(--white);
    /* clip-path: polygon(0 7%, 7% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.empowering-box::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 35px;
    right: -35px;
    width: 288px;
    height: 270px;
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.clip-shape {
    position: relative;
}
.clip-shape::before {
    content: "";
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    top: 0;
    left: 0;
    background-image: url(../images/icons/clip-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.empowering-minds-left {
    padding-right: 120px;
}
.box-cap {
    padding: 55px 70px 50px 75px;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}
.box-cap .heading {
    padding-bottom: 30px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    border-bottom: 1px solid #cccccc;
}
.font-18 {
    font-size: 18px;
    line-height: 20px;
}
.font-22 {
    font-size: 22px;
    line-height: 24px;
}
.italic {
    font-style: italic;
}
.counter-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 35px;
    background-color: var(--primary-color);
    color: var(--white);
} 
.font-16 {
    font-size: 16px;
    line-height: 20px;
}
.counter-container {
    flex: 0 0 33.3333%;
    border-right: 2px dotted var(--white);
}
.counter-container:nth-child(02) {
    text-align: center;
}
.counter-container:nth-child(03) {
    border-right: 0;
    text-align: right;
    padding-right: 20px;
}
.counter-container:nth-child(03) h6 {
    padding-right: 10px;
}
.counter-wrapper,
.counter-wrapper span {
    font-size: 52px;
    line-height:52px;
} 
.counter-container h6 {
    font-size:14px;
    text-transform: uppercase;
    margin: 0;
}
.counter-container:first-child h6,
.counter-container:first-child.counter-wrapper,
.counter-container:first-child .counter-wrapper span {
    font-weight: var(--fw-medium);
}
.principals-msg {
    display: flex;
    flex-wrap: wrap;
}
.msg-cap {
    flex: 0 0 63%;
    padding-right: 83px;
}
.princple-pfp {
    flex: 0 0 37%;
}
.principals-msg .heading {
    flex: 0 0 100%;
    border-bottom: 1px solid #5088be;
    padding-bottom: 30px;
    margin: 0 0 50px 0;
    line-height: 50px;
}
.quote {
    margin-bottom: 35px;
}
.msg-cap p {
    color: var(--white);
    line-height: 23px;
}
.seperator {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 40px;
}
.author {
    padding-top: 25px;
    color: var(--white);
}
.author h4 {
    font-size: 18px;
    font-weight: var(--fw-medium);
    margin-bottom: 5px;
}
.author p {
    font-size: 16px;
    font-weight: var(--fw-medium);
    margin: 0;
}
.msg-cap .link a {
    color: var(--white);
}
.course-offers {
    padding: 100px 0 30px 0;
    overflow: hidden;
}
.font-24 {
    font-size: 24px;
}
.top-heading-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top-heading-cap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
}
.pos-relative-top {
    position: relative;
    z-index: 1;
}
.course-item {
    cursor: pointer;
}
.course-cap {
    padding: 40px 0;
}
.course-cap h2 {
    font-size: 24px;
    font-weight: var(--fw-medium);
    color: var(--secondary-color);
}
.course-cap .link span {
    font-size: 12px;
    padding: 15px 45px 15px 0px;
    border-color: var(--white);
    color: #6d6d6d;
}
.course-item:hover .link span {
    font-size: 12px;
    padding: 15px 54px 15px 25px;
    border-color: var(--secondary-color);
    background-color: var(--primary-color);
    color: var(--white);
}
.course-item:hover .link span:after {
    background-image: url(../images/icons/link-arrow.png);
    transform: rotate(-45deg);
}
.img-style {
    width: 100%;
    clip-path: polygon(0 11%, 10% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.learning-experience {
    padding: 100px 0;
    background-color: var(--bg-grey);
}
.learning-tab-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 1%;
}
.tab-left-content {
    flex: 0 0 60.5%;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    clip-path: polygon(0 10%, 6% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
    padding: 50px 50px 35px 50px;
}
.tab-left-content .link a {
    margin-top: 30px;
}
.tab-right-img {
    flex: 0 0 38.5%;
}
.tab-left-para p {
    font-size: 18px;
}
.tab-icons-wrap {
    display: flex;
    flex-wrap: wrap;
}
.icon-box {
    flex: 0 0 25%;
    text-align: center;
    border-right: 1px solid #efefef;
}
.icon-box img {
    margin-bottom: 13px;
}
.icon-box h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--fw-medium);
    color: var(--secondary-color);
    margin-bottom: 0;
}
.icon-box:last-child {
    border-right: 0;
}
.placement-internship {
    padding: 100px 0;
}
.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
}
.logo-track {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}
.logo-track img {
  margin: 0 30px;
}
/* animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.news-events {
    padding-top: 30px;
}
.news-style {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
.news-style:last-child {
    margin-bottom: 0;
}
.news-style-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.news-style-wrapper .img-style {
    flex: 0 0 33%;
}
.news-cap {
    flex: 0 0 67%;
    position: relative;
    padding-left: 38px;
}
.date {
    color: #aeaeae;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}
.news-cap h3 {
    color: var(--secondary-color);
    font-size: 20px;
    transition: all ease-in-out 300ms;
}
.news-cap:hover h3 {
    color: var(--primary-color);
}
.nws-link {
    font-size: 12px;
    font-weight: var(--fw-medium);
    color: var(--primary-color);
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    left: 38px;
    transition: all ease-in-out 300ms;
}
.news-cap:hover .nws-link {
    color: var(--secondary-color);
}
.news-style-main .news-cap {
    padding-top: 35px;
    padding-bottom: 60px;
}
.news-style-main .news-cap h3 {
    font-weight: var(--fw-medium);
}
.achive-cap span {
    font-size: 12px;
    color: #363636;
    display: block;
    margin-bottom: 15px;
}
.achive-cap {
    padding: 30px 0;
}
.achive-cap h3 {
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-color);
    transition: all ease-in-out 300ms;
}
.achive-cap:hover h3 {
    color: var(--primary-color);
}
.student-achievements {
    padding: 80px 0;
    background-color: #efefef;
}
.news-events {
    padding-bottom: 80px;
}
.faculty-achievements {
    padding: 80px 0 60px 0;
}
.certificate-box {
    display: flex;
    justify-content: space-between;
}
.certificate-main {
    border-top: 1px solid #f1f1f1;
    margin-top: 60px;
    padding-top: 60px;
}
.footer {
    background-color: var(--bg-footer);
}
.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.ftr-col {
    flex: 0 0 33.33333%;
    border-right: 1px solid #56618f;
    padding: 50px 0 50px 150px;
}
.ftr-col:first-child {
    padding: 50px 0;
}
.ftr-col:last-child {
    border-right: 0;
}
.ftr-head {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: var(--fw-medium);
    margin-bottom: 25px;
}
.ftr-col ul {
    padding: 0;
    margin: 0;
}
.ftr-col ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: var(--fw-medium);
    margin-bottom: 10px;  
    display: block; 
}
.ftr-col ul li:hover a {
    color: var(--primary-color);
}
.addrs {
    font-size: 16px;
    color: var(--white);
    line-height: 24px;
}
.footer-logo {
    margin-bottom: 25px;
}
.add span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--white);
    text-transform: uppercase;
}
.add a {
    font-size: 16px;
    color: var(--white);
}
.add {
    margin-bottom: 30px;
}
.add a:hover {
    color: var(--primary-color);
}
.footer-btm {
    padding-top: 20px;
    border-top: 1px solid #56618f;
    padding-bottom: 20px;
}
.footer-btm .container {
    display: flex;
    justify-content: space-between;
}
.copyright,
.copyright a {
    color: var(--white);
    margin: 0;
}
.social-links {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.social-links li a {
    color: var(--white);
    font-size: 20px;
}
 .contactstyle {
    flex: 0 0 34%;
    display: inline-block;
    position: relative;
    margin: 0 0 12px;
    padding: 50px 40px;
    background-color: var(--secondary-color);
    outline: 1px solid rgba(123, 123, 123, .3);
    outline-offset: -10px;
}
.coic, .contactstyle a:hover, .label-style {
    color: var(--secondary-color)
}
.coic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    background-color: var(--white);
    font-size: 16px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
    line-height: 41px;
    height: 40px;
    color: var(--white);
    background-color: var(--primary-color);
}
.contactstyle h4 {
    font-size: 19px;
    margin-bottom: 2px;
    color: var(--white);
    font-family: var(--font-medium);
}
.contactstyle p {
    margin-bottom: 0;
    color: var(--white);
    font-weight: var(--fw-medium);
}
.contactstyle p a{
    color:var(--white);
    font-weight: var(--fw-medium);
}
.contactstyle p a:hover {
    color: var(--primary-color);
}
.contact-left {
    flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 20px 60px;margin-bottom: 20px;border-bottom: 1px solid rgba(123, 123, 123, .3);}
.cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
.contactstyle h3{
    font-size: 26px;
    border-bottom: 1px solid rgba(123, 123, 123, .3);
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: var(--white);
    letter-spacing: -1px;
}
.contact-right{flex: 0 0 62%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -11px;left: 16px;font-size: 15px;background-color: #fff;padding: 0 5px;color: var(--secondary-color);z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{ color: var(--black); padding-bottom: 0px;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;   
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-form .fieldset {border: 1px solid rgba(0, 0, 0, .1);}
.contact-form .fieldset { color: var(--black) !important;}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.pad { padding: 100px 0;}
.box-style {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    outline: 1px solid rgba(250, 250, 250, 0.3);
    outline-offset: -10px;
    background: linear-gradient(135deg, rgba(38, 52, 111, 1) 0%, rgba(37, 160, 213, 1) 100%);
    color: var(--white);
}
.font-17 {
    font-size: 17px;
}
.msn-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.msn-box {
    flex: 0 0 50%;
    padding: 50px;
    background-color: var(--primary-color);
    color: var(--white);
}
.msn-box:nth-child(02) {
    background-color: var(--secondary-color);
}
.msn-box .list li {
    color: var(--white);
    font-size: 16px;
}
.msn-box .list {
    margin-bottom: 0;
}
.msn-box .list li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid var(--primary-color);
    background-color: transparent;
    left: 0px;
    top: 6px;
    border-radius: 50px;
}
.fw-medium {font-weight: var(--fw-medium);}
.fw-bold {font-weight: var(--fw-bold);}
.message-box {
    background-color: #f1f5f9;
    padding: 40px;
    border-radius: 17px;
    transition: all ease-in-out 500ms;
}
.message-box .author {
    border-top: 1px solid var(--border-color);
    padding: 30px 0 0 0;
    margin: 40px 0 0  0;
    align-items: flex-start;
}
.message-box .author h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
    font-weight: var(--fw-medium);
    color: var(--secondary-color);
}
.message-box .author p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: var(--body-color);
}
.message-box .font-18 {
    line-height: 24px;
}
.pfp-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.pfp-card { 
    flex: 0 0 23.5%;
}
.role {
    background-color: var(--secondary-color);
    text-align: center;
    font-size: 18px;
    padding: 12px 10px;
    font-weight: var(--fw-medium);
    margin: 0;
    color: var(--white);
    text-transform: uppercase;
}
.role.chairman {
    background-color: var(--primary-color);
}
.pfp-cap {
    text-align: center;
    padding: 15px 10px 10px 10px;
    background-color: #f1f5f9;
}
.pfp-cap h3 {
    font-size: 20px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: var(--fw-medium);
    margin-bottom: 5px;
}
.pfp-cap p {
    color: var(--body-color);
    margin-bottom: 15px;
}
.pfp-read-more {
    display: block;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid var(--light-gray);
    text-transform: uppercase;
    color: var(--black);
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: var(--fw-medium);
}
.pfp-read-more:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}
.mail-pfp {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    color: var(--black);
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
}
.mail-pfp i {
    color: var(--bg-color);
}
.organogram-box {
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.pdf-view-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.pdf-item {
    flex: 0 0 23.5%;
    padding: 30px;
    border-left: 3px solid var(--secondary-color);
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pdf-item h3 {
    font-size: 20px;
    font-weight: var(--fw-medium);
}
.text-left {
    text-align: left;
}
.subheading {
    font-size: 30px;
    line-height: 36px;
}
.course-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.course-items-wrapper .course-item {
    flex: 0 0 32%;
}

.admision-floating {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    background: #26346f;
    color: #fff;
    border-radius: 15px 0 0 15px;
    padding: 25px 13px;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.admision-floating:hover {
    background-color: var(--primary-color);
    color: var(--white);
}



/* Main Tag */
.admission-tag{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #26346f;
    color:var(--white);
    border-radius: 15px 0 0 15px;
    padding: 25px 13px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    min-width:50px;
    font-size: 18px;
    font-weight: 500;
}
.admission-tag:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
/* Letters vertical */
.admission-text{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
}
.admission-text span{
    font-size:20px;
    line-height:1;
    font-family: var(--jost-font);
    font-weight: 300;
}
/* Year */
.year{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.year span{
    font-size:20px;
    line-height:1;
    font-family: var(--jost-font);
    font-weight: 300;
}
.text-black {
    color: var(--black);
}

.certi-scroll {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.calender-year span {
    font-size: 24px;
    font-weight: var(--fw-medium);
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}
.pdf-item h3.calender-year {
    font-size: 16px;
}
.procedure-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
}
.procedure-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--bg-footer);
    z-index: -1;
    margin-top: 20px;
}
.procedure-box {
    flex: 0 0 30%;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--white);
    position: relative;
    border: 1px solid var(--border-color);
}
.procedure-box p {
    margin-bottom: 0;
}
.step {
    padding: 10px 25px;
    background-color: var(--primary-color);
    color: var(--white);
    text-transform: uppercase;
    font-weight: var(--fw-medium);
    position: absolute;
    display: inline-block;
    top: -39px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px 10px 0 0;
}
.imp-note {
    padding: 40px;
    background-color: var(--secondary-color);
    color: var(--white);
    outline: 1px solid rgba(250, 250, 250, 0.1);
    outline-offset: -10px;
}
.imp-note .list1 li {
    color: var(--white);
    font-size: 14px;
    
}
.imp-note .list1 li {
    color: var(--white);
    font-size: 17px;
}
.imp-note .list1 li:after {
    width: 5px;
    height: 5px;
    top: 7px;
}
.pad-10 {
    padding: 10px;
}
.depart-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.depart-box {
    flex: 0 0 32%;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid var(--secondary-color);
    transition: all ease-in-out 300ms;
    color: var(--black);
}
.depart-box h3 {
    font-weight: var(--fw-medium);
    font-size: 23px;
    line-height: 30px;
}
.depart-box p {
    line-height: 23px;
    font-size: 15px;
}
.depart-box p.ml-font {
    font-size: 12px;
}
.depart-box:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--white);
}
.depart-box:hover .link span {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}
.depart-box:hover .link span:after {
    background-image: url(../images/icons/link-arrow.png);
    transform: rotate(-45deg);
}
.msn-box-three {
    display: flex;
    flex-wrap: wrap;
}
.msn-box-three .msn-box {
    flex: 0 0 32%;
}
.msn-box-three .msn-box {
    flex: 0 0 33%;
}
.msn-box:last-child .list li:after {
    border-color: var(--secondary-color);
}
.msn-box:nth-child(02) .list1 li:after {
    border-color: var(--primary-color);
}
.msn-box .list1 li::after {
    border-color: var(--secondary-color);
}
.msn-box .list1 li {
    color: var(--white);
}

.view-pdf-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.view-pdf {
    padding: 15px 60px 15px 20px;
    border: 1px solid var(--bg-grey);
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: var(--fw-medium);
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}
.view-pdf i {
    color: var(--bg-footer);
    margin-right: 8px;
    font-size: 18px;
}
.link-view {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    border-left: 1px solid var(--bg-grey);
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.link-view:after {
    background-image: url(../images/icons/link-arrow-primary.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--black);
    right: 12px;
    content: "";
    position: absolute;
    top: 15px;
    transition: .3s ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
}
.view-pdf:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}
.view-pdf:hover .link-view {
    border-left: 1px solid var(--secondary-color);
}
.view-pdf:hover .link-view:after {
    background-image: url(../images/icons/link-arrow.png);
    transform: rotate(-45deg);
}

.faculty-tab .depart-box {
    flex: 0 0 49%;
    text-align: left;
}
.box-style-2 {
    padding: 25px;
    border: 1px solid var(--bg-grey);
    margin-bottom: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box-style-2:last-child {
    margin-bottom: 0;
}
.box-style-2 .list1 li {
    color: var(--black);
}

.alumni-committe {
    background-color: var(--bg-grey);
}
.white-box {
    background-color: var(--white);
    border: 1px solid var(--light-gray);
    padding: 30px;
}
.committe-card {
    padding: 15px 20px;
    border: 1px solid #e9e9e9;
    border-left: 2px solid var(--primary-color);
    flex: 0 0 32%;
    text-align: left;
    background-color: var(--white);
}
.committe-card h3 {
    font-size: 18px;
    font-weight: var(--fw-medium);
    margin-bottom: 10px;
    line-height: 22px;
}
.committe-card p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
}
.committe-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.committe-card .mail-pfp {
    justify-content: start;
}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.gallery-item {
    flex: 0 0 32%;
}
.gallery-item .hover-effect {
    border-radius: 15px;
}

.contact-form .form-group-full{ flex: 0 0 100%;}
.career-form-main {
    padding: 50px;
    background-color: var(--white);
    border-radius: 10px;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 40px;
}
.career-form-main form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.career-form-main .form-group {
    flex: 0 0 49%;
    margin: 0 0 15px 0;
}
.form-group-full { 
    flex: 0 0 100%;
    margin: 0 0 15px 0;
    position: relative;
}
.form-group-full.m-b-0 {
    margin: 0;
}
.career-form-main input[type="file"] {
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    /* background-color: #382f2b; */
    color: var(--black);
    padding: 15px 10px;
}
.career-form-main .fieldset {
    height: 55px;
}
.career-form-main textarea.fieldset  {
    height: 150px;
    padding:  15px;
}
.font-35 {
    font-size: 35px;
    line-height: 42px;
}

.committe-card .role {
    margin-bottom: 20px;
}
.activitie-cap {
    background-color: var(--white);
    padding: 25px;
    min-height: 360px;
}
.activitie-cap .date {
    text-transform: uppercase;
    color: var(--gray);
}
.activitie-cap h3 {
    color: var(--secondary-color);
    font-weight: var(--fw-medium);
    font-size: 23px;
    line-height: 28px;
}
.activitie-cap p {
    height: 100px;
    overflow-y: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
.pad-35 { padding: 35px;}
.white-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2% ;
}
.white-box-wrapper .white-box {
    flex: 0 0 32%;
}
.sports-cap {
    padding: 20px;
}
.sports-cap h3 {
    font-weight: var(--fw-medium);
}
.sports-cap {
    padding: 20px 20px 50px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 2px solid var(--primary-color);
    min-height: 235px;
    margin-bottom: 25px;
    position: relative;
}
.sports-cap h3 {
    font-weight: var(--fw-medium);
    font-size: 24px;
}
.sports-cap p {
    font-size: 15px;
    line-height: 24px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
}
.btn-wrap .link  {
    flex: 0 0 49%;
}
.btn-wrap .link a {
    width: 100%;
}
.btn-wrap .link:last-child a {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}
.btn-wrap .link:last-child a:hover {
    background-color: var(--primary-color);
} 
.sports-cap .list1 li {
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--black);
}
.banner.apply-now-banner {
    height: 400px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.apply-btn-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.apply-btn {
    display: inline-block;
    padding: 12px 25px;
    color: var(--white);
    text-align: center;
    border: 1px solid rgba(250, 250, 250, 0.5);
    font-size: 18px;
    font-weight: var(--fw-medium);
}
.apply-now-btn {
    background-color: var(--primary-color);
    /* border: 1px solid var(--primary-color); */
}
.apply-btn.apply-now-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}
.apply-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.banner.apply-now-banner .container {
    text-align: center;
}
.banner.apply-now-banner h2 {
    margin: 0 0 15px;
}
.banner.apply-now-banner p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 35px;
}
.whtsp-btn:hover {
    background-color: #25D366;
}
.course-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
    justify-content: center;
}
.course-card {
    flex: 0 0 23.5%;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid var(--secondary-color);
    transition: all ease-in-out 300ms;
    color: var(--black);
}
.course-card h3 {
    font-weight: var(--fw-medium);
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
}
.career-form-main.apply-now-form {
    border-radius: 0;
}
.career-form-main.apply-now-form .form-group {
    flex: 0 0 32%;
}
.career-form-main.apply-now-form .fieldset {
    border-radius: 0;
}
.career-form-main.apply-now-form .form-group-half {
    flex: 0 0 49%;
}
.form-subheading {
    font-size: 20px;
    font-weight: var(--fw-medium);
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 100%;
    margin-top: 25px;
}
.admission-note{
    margin-top:40px;
    background:#fff8e8;
    border-left:4px solid #f4b400;
    padding:25px;
}
.admission-note p {
    margin-bottom: 10px;
    color: #333;
    line-height: 20px;
    font-weight: var(--fw-medium);
}
.admission-note p:last-child{
    margin-bottom:0;
}

.news-wrap-inn {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 3.5%;
}
.news-wrap-inn .news-style-main {
    background-color: var(--white);
}
.news-wrap-inn  .nws-link {
    position: relative;
    text-decoration: underline;
    bottom: 0;
    left: 0;
}
.news-wrap-inn .news-style-main .news-cap {
    padding: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.img-box-style {
    position: relative;
    padding: 15px;
}
.img-box-style::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-color: var(--secondary-color);
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.sports-feci-box {
    padding-bottom: 50px;
    margin-bottom:50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sports-feci-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.sports-feci-box .link a {
    margin-top: 30px;
}
.sports-feci-box:nth-child(even) {
    flex-direction: row-reverse;
}
.sports-feci-box:nth-child(even) .img-box-style::after {
    bottom: 0;
    left: 0;
}
.sports-feci-box:nth-child(even) .img-style {
    width: 100%;
    clip-path: polygon(
  0 0,
    90% 0,
    100% 11%,
    100% 100%,
    0 100%
);
}


/**********upload file**************/
input[type="file"] {
    margin: auto;
    color: #000;
    font-size: 13px;
    transition: border-color .25s ease-in-out;
}
::file-selector-button{
    padding:5px 15px;
    border-width: 0;
    border-radius: 2em;
    background-color:var(--primary-color);
    color: var(--white);
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
    font-size: 12px;
}
::file-selector-button:hover {
    border-color: #888;
}                                                                                                   
::file-selector-button{
    background-color: var(--primary-color);
}


/*********** Vertical slider ***********/

.swiper {
    width: 100%;
    height: 630px; 
}
/* .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
} */
.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 3px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.swiper-button-wrap {
    position: absolute;
    top: 0;   
    /* transform: translateY(-50%); */
    right: 0;
    z-index: 3;
}
.swiper .swiper-button-wrap .swiper-button-next, 
.swiper .swiper-button-wrap .swiper-button-prev {
    position: relative;
    inset: 0;
    background-image: url(../images/icons/arrow-next-dwn.png); 
    background-size: 15px;
    font-size: 0px;
    margin: 0; 
    width: 50px; 
    height: 50px;
    background-color: var(--white);
    border: 1px solid var(--link-outline);
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.swiper .swiper-button-wrap .swiper-button-prev {
    background-image: url(../images/icons/arrow-prev-up.png);
    border-bottom: 0;
}
.swiper .swiper-button-wrap .swiper-button-next::after, 
.swiper .swiper-button-wrap .swiper-button-prev::after {
    display: none;
}
.swiper .swiper-button-wrap .swiper-button-next:hover, 
.swiper .swiper-button-wrap .swiper-button-prev:hover {
    background-color: var(--secondary-color);
    background-image: url(../images/icons/arrow-next-dwn-w.png);
    border-color: var(--secondary-color);
}
.swiper .swiper-button-wrap .swiper-button-prev:hover {
    background-image: url(../images/icons/arrow-prev-up-w.png);
}
.swiper-slide {
    /* padding-right: 50px; */
}
 
.desk-hide {
    display: none;
}


/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction:column;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	background-color: var(--primary-color);
	justify-content: flex-end;
	padding-bottom: 30px;
}
.banner h2 {
	color:var(--white);
	font-size: 50px;
    line-height: 50px;
	margin: 0 0 5px;
	position: relative;
	z-index: 1;
    font-weight: var(--fw-medium);
    letter-spacing: -1px;
}
.breadcrumb {
    display: flex;
    color: var(--white);
    margin:0;
    position:relative;
    z-index: 1;
}
 
.breadcrumb ul {
     
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 10px 0 0 0;
 
}
.breadcrumb li {
    margin: 0;
    font-size: 13px;
    text-transform:uppercase;
    color: var(--white);
    font-family: var(--font-medium);
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-flex;
    margin: 0 10px;
    content: "  ";
    width: 12px;
    height: 1px;
    background-color: var(--primary-color);
    position: relative;
    top: -3px;
}
 .breadcrumb a{
   color: var(--white);
}
 .breadcrumb a:hover{
   color: var(--primary-color);	
}

/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 15px 18px;}
th { border-color: #56618f;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {font-weight: var(--fw-medium); padding-top: 15px;padding-bottom: 15px;text-align: left;background-color: var(--secondary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding: 15px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 16px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1650px) { 
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {   
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container, .dot-bg::after{ max-width:95%;}
.tab-right-img .hover-effect img {display: none;}
.tab-right-img .hover-effect { 
    background-image: url(../images/tab-img1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 595px;
}
}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.round-text-logo-anim {right: -10px;}
.ftr-col {padding: 80px 0 60px 130px;}
}   

/************************************* 1390px *************************************/
@media only screen and (max-width: 1390px) {
.tab-right-img .hover-effect { 
    min-height: 695px;
}
}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}

/************************************* 1300px *************************************/
@media only screen and (max-width: 1300px) {
.header-top-right {gap: 30px; }
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.logo img {max-width: 300px;}
.header-top::after {width: 30%;}
.pfp-card, .pdf-item  {flex: 0 0 32%;}

}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1250px) {
.header-wrap {flex-direction: row-reverse;}
}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1150px) {
.empowering-minds-left, .principals-msg {flex: 0 0 100%;}
.empowering-minds-left { margin-bottom: 50px; padding-right: 35px;}
.tab-left-content, .tab-right-img {flex: 0 0 100%;}
.tab-right-img .hover-effect {min-height: 450px;}
.ftr-col { padding: 80px 0 60px 50px;}
}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1110px) {
.header-top::after {width: 32%;}
.header-top-right { gap: 15px;}
.empowering-minds-left, .principals-msg {flex: 0 0 100%;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.logo img {max-width: 260px;}
.cap a, .dwnld-broshur h4, .dwnld-broshur span {font-size: 12px;}
.cap h4, .cap span {font-size: 13px;line-height: 15px;}
.icn img {width: 23px;}
.dwnld-broshur .icn img {width: 13px;}
.call, .email, .dwnld-broshur {gap: 8px;}
.latest-news-wrapper {gap: 35px;}
.top-heading-cap, .top-heading-main {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.font-24 br {
    display: none;
}
.course-item .hover-effect img { width: auto;}
.contact-right {flex: 0 0 60%;}
.alumni-committe .smd70,
.alumni-committe .smd30 {
    width: 100%;
}
.alumni-committe .pl-30 {
    padding-left: 0;
    padding-top: 30px;
}
}   

/************************************* 850px *************************************/
@media only screen and (max-width: 880px) {
.header-top::after {width: 36%;}
.round-text-logo-anim {
    position: absolute;
    width: 140px;
    height: 140px;
    right: 23px;
    bottom: -65px;
}   
.round-text-logo-anim:after {
    width: 110px;
    height: 110px;
    background-size: contain;
}
.since {
    width: 50px;
    height: 50px;
}
.smd50 {
    width: 100%;
}
.pl-30, .pl-60 {padding-left: 0;}
.news-style-main .news-cap {
    padding-bottom: 0;
}
.certificate-main {
    margin-top: 0;
    padding-top: 20px;
}
.certificate-box {
    gap: 10px;
}
.faculty-achievements {
    padding: 60px 0 20px 0;
}
.student-achievements { padding: 60px 0;}
.contact-right, .contactstyle {flex: 0 0 100%;}
.mob-hide { display: none !important;}
.desk-hide { display: block;}
summary, aside { flex: 0 0 100%;}
.white-box-wrapper .white-box {flex: 0 0 49%;}
.apply-btn-wrapper { flex-wrap: wrap;}
.apply-btn {flex: 0 0 48%;}
.course-card {
    flex: 0 0 32%;
    padding: 25px;
}
.career-form-main.apply-now-form .form-group {
    flex: 0 0 49%;
}
.course-card h3 {
    font-size: 20px;
    line-height: 14px;
}
.career-form-main {
    padding: 30px 25px;
    margin-top: 30px;
}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 830px) {
.header-top-wrapper { flex-direction: column;}
.header-top-right {width: 100%;justify-content: center; border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 10px;margin-top: 10px;gap: 25px;}
.header-top::after { width: 100%;}
.latest-news-wrapper, .latest-nws-right { flex-direction: column;}
.latest-news-wrapper {gap: 0;}
.latest-nws-right {row-gap: 10px;}
.latest-nws-left {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    text-align: center;
}
.latest-nws-left h3 {justify-content: center;}
.latest-nws-right p {text-align: center;border: 0;padding: 0;margin: 0;}
.latest-nws-right p a { display: block;}
.ftr-col {  
    padding: 50px 0 50px 0px; 
    flex: 100%;
    border-right: 0;
    border-bottom: 1px solid #56618f;
}
.ftr-col:last-child {
    border-bottom: 0;
}
.ftr-col:first-child {
    padding: 50px 0;
}
.pad {
    padding: 60px 0;
}
.pfp-card, .pdf-item  {flex: 0 0 48%;}
.course-items-wrapper .course-item {
    flex: 0 0 49%;
}


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.intro-video {padding: 60px 0 100px 0;}
.tab-icons-wrap {gap: 10px 2%;}
.icon-box {flex: 0 0 49%; border: 1px solid #efefef; padding: 10px;}
.icon-box:last-child { border-right: 1px solid #efefef;}
.tab-left-content {padding: 30px;}
.tab-right-img .hover-effect {background-image: none;min-height: auto;}
.tab-right-img .hover-effect img { display: block;}
.heading, .heading-left .heading {font-size: 30px;line-height: 33px;}
.title-style { font-size: 14px;}
.tab-left-content {clip-path: polygon(0 5%, 10% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);}
.learning-experience, .placement-internship { padding: 60px 0;}
.gap-100 { height: 60px;}
.news-events { padding-top: 0;}
.news-cap {padding-left: 20px;}
.news-cap h3 {
    font-size: 17px;}
.nws-link {
    position: relative;
    left: 0;
}
.news-style:last-child {
    margin-bottom: 50px;
}
.banner {
    height: 150px;
    padding-bottom: 20px;
}
.banner h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 12px;
    
}
.banner {
    justify-content: center;
    padding-bottom: 0;
}
.banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.box-cap {
    padding: 40px 30px 30px 30px;
}
.counter-wrapper-main {
    padding: 20px;
}
.counter-container:nth-child(03) {
    padding-right: 0;
}
.empowering-minds {
    padding: 60px 0;
}
.box-cap .heading br {
    display: none;
}
.course-offers {
    padding: 60px 0 30px 0;
}
.placement-internship::after,
.news-events.dot-bg::after {
    display: none;
}
.admision-floating {
    width: 38px;
    padding: 15px 8px;
    font-size: 14px;
}
.smd30, .smd60, .smd40  {
    width: 100%;
}
.pr-30 {
    padding-right: 0;
}
.committe-card {
    flex: 0 0 49%;
}
.procedure-box {
    flex: 0 0 100%;
}
.procedure-wrap {
    gap: 75px;
}
.procedure-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    transform: translate(-50%);
    left: 50%;
    width: auto;
    height: 100%;
    border-right: 1px dashed var(--bg-footer);
    z-index: -1;
    margin-top: 0px;
}
.white-box-wrapper .white-box {flex: 0 0 100%;}
.white-box-wrapper .white-box br { display: none;}

}   


/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.header-top-right {justify-content: space-between;gap: 0;}
.dwnld-broshur .cap h4, .dwnld-broshur .cap span {font-size: 11px;line-height: 13px;}
.dwnld-broshur .icn img {width: 10px;}
.login {gap: 3px;}
.login img { width:12px;}
.cap a {font-size: 11px;}
.footer-btm .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.latest-nws-right p {font-size: 12px;}

.ftr-col:last-child {
    border-bottom: 0;
}
.ftr-col:first-child, .ftr-col {
    padding: 30px 0;
}
.add:last-child {
    margin-bottom: 0;
}
.msn-box {
    flex: 0 0 100%;
    padding: 30px;
}
.pfp-card {flex: 0 0 100%;}
.pdf-item  {flex: 0 0 100%; padding: 20px;}
.course-items-wrapper .course-item { flex: 0 0 100%;}
.course-items-wrapper .course-item .hover-effect img {
        width: 100%;
}
.admission-text span{
    font-size:15px;
}
.admission-tag {
    min-width: 40px;
}
.year span {
    font-size: 15px;
}
.faculty-tab .depart-box {
    flex: 0 0 100%;
    text-align: left;
}
.career-form-main .form-group {
    flex: 0 0 100%;
}
    .course-card {
        flex: 0 0 48%;
    }
    .apply-btn {
    font-size: 16px;
}
    h2 {
    font-size: 23px;
}
.gap-80 {
    height: 40px;
}
.label-style {
    position: absolute;
    top: -9px;
    left: 15px;
    font-size: 14px;
}

}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
    .committe-card {
    flex: 0 0 100%;
}

    .career-form-main.apply-now-form .form-group {
        flex: 0 0 100%;
    }
.banner.apply-now-banner h2 {
        font-size: 28px;
    }
.banner.apply-now-banner {
    height: auto;
    padding: 30px 0;
}
.banner.apply-now-banner p {
    font-size: 16px;
    line-height: 24px;
}


}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.cap a {font-size: 10px;}
.cap h4 {font-size: 12px;}
.cap span {font-size: 13px;}
.cap span, .cap h4 {line-height: 12px;}
.icn img {width: 20px;}
.contact-form .form-group {
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.msg-cap {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 50px;
}
.princple-pfp {
    flex: 0 0 100%;
}
.icon-box h4 {
    font-size: 12px;
}
 .course-card  {
    padding: 20px;
 }
    .course-card h3 {
        font-size: 17px;
        line-height: 20px;
    }

}

/************************************* 480px *************************************/
@media only screen and (max-width: 470px) {
.header-top-right { 
    gap: 15px;
    overflow-y: scroll;
    /* Hides scrollbar for Firefox */
    scrollbar-width: none; 
     /* Hides scrollbar for IE and older versions of Edge */
    -ms-overflow-style: none; 
}
.call, .email, .dwnld-broshur { gap: 8px;white-space: nowrap;}
.icn {white-space: nowrap;width: 20px;}
.dwnld-broshur .icn { width: 10px;height: 20px;}
.icn img {max-width: 100%;width: 100%;}
.login { gap: 6px;}
.sports-cta,
.apply-online {
    padding: 3px 10px;
    gap: 8px;
    font-size: 11px;
}
.apply-online img, .sports-cta img {
    width: 11px;
}
    .counter-container {
    flex: 0 0 100%;
    border-right: 0;
    border-bottom: 2px dotted var(--white);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.counter-container:nth-child(03) {
    text-align: center;
    border-bottom: 0;
}


}

/************************************* 480px *************************************/
@media only screen and (max-width: 460px) {
    .apply-btn {
        flex: 0 0 100%;
    }
}

/************************************* 480px *************************************/
@media only screen and (max-width: 400px) {
.apply-online img, .sports-cta img { display: none;}
.sports-cta, .apply-online {
        padding:10px;
        gap: 0;
        font-size: 10px;
        min-height: auto;
    }

}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
.footer { padding: 30px 20px 20px 20px;}
.icon-box { flex: 0 0 100%;}
.btn-wrap { position: relative;bottom: auto;left: auto;padding: 0;gap: 12px 2%;}
.btn-wrap .link { flex: 0 0 100%;}
.sports-cap { padding: 20px;min-height: auto;}
}


/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}