/* Global property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000b3d;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000b3d;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000b3d;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
header, nav, article, aside, section, footer, figure, form {
	display: block;
}
hr {
	background-color: #626262;
	height: 1px;
	border: 1px;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #323945;
	line-height: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 32.33px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 25.57px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18.33px;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17.36px;
	color: #6D6E71;
	line-height: 24px;
	padding-bottom: 15px;
}
input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
	color: #000b3d;
	font-size: 16px;
	padding: 11px 15px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #ea564b;
	border: 2px solid #ea564b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 25px;
	transition: all 0.6s ease-in 0s;
	display: block;
	letter-spacing: 1px;
	text-align: center;
}
.read_more {
	display: inline-block;
	font-size: 18.12px;
	background-color: #2d3b87;
	color: #fff;
	padding: 13px 26px 10px 26px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
	letter-spacing: 1px;
	font-weight: 600;
}
.read_more:hover {
	background-color: #f03535;
	transition: all 0.5s ease 0s;
}
.mtb_1 {
	margin: 10px 0;
}
.mt_1 {
	margin-top: 10px;
}
.mt_2 {
	margin-top: 20px;
}
.mt_3 {
	margin-top: 30px;
}
.mt_4 {
	margin-top: 40px;
}
.mt_5 {
	margin-top: 50px;
}
.mt_6 {
	margin-top: 40px;
}
.mb_0 {
	margin-bottom: 0;
}
.pb_0 {
	padding-bottom: 0;
}
.py-2 {
	padding: 20px 0;
}
.py-6 {
	padding: 60px 0;
}
.col-6 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.hr {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}
.position_relative {
	position: relative;
}
.border {
	border: 1px solid #cfcfcf;
}
.middle-container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle-text {
	display: table-cell;
	vertical-align: middle;
}
#main {
	position: relative;
}
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

ul.two_column li {
	width: 49%;
	vertical-align: top;
}
ul.three_column {
	display: block;
	margin-top: -7px;
}
ul.three_column li {
	width: 33%;
	vertical-align: top;
}
ul.four_column li {
	width: 23%;
	vertical-align: top;
}
/* header property start */
#siteheader {
	position: relative;
}
.header_1 {
	display: inline-block;
	width: 100%;
	background: url(images/banner_bg.jpg) no-repeat top center;
	background-size: cover;
	height: 526px;
	padding: 20px 40px 40px 40px;
}
.header_1 .logo {
	display: inline-block;
}
/* header property end */
/* banner txt property start */
.banner_text {
	display: block;
	padding: 5% 0;
}
.banner_text h1 {
	font-size: 48.61px;
	font-weight: 600;
	color: #323945;
	line-height: 55px;
	text-shadow: 1px 1px #323945;
}
.banner_text p {
	font-size: 27.78px;
	color: #323945;
	line-height: 40px;
}
/* banner txt property end */

/* content property start */
.title {
	color: #03649f;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 500;
}
/* input_section 1 property start */

.input_section {
	width: 30%;
	float: right;
	display: block;
	background-color: #00aae6;
	padding: 10px 20px 0px 20px !important;
}
.input_section ul li {
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.input_section ul li h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 17px;
}
.input_section ul li input, .input_section ul li select {
	width: 100%;
	height: 50px;
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	margin: 7px 0px 10px 0px;
}
.input_section ul li input[type="submit"] {
	width: 230px;
	background-color: #fe5900;
	border: none;
	padding: 0px 20px;
	font-size: 26px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-appearance: none !important;
	margin: 20px 0px 0px 0px;
}
/* input_section 1 property end */
/* programe_section  property start */
.programe_section {
	display: block;
	background-color: #fff;
	padding: 51px 0px 25px 0px;
}
.programe_section h2 {
	color: #000;
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	padding: 50px 0px 0px 0px;
}
.programe_section ul {
	display: inline-block;
	width: 49%;
}
.programe_section ul li {
	width: 50%;
	float: left;
	padding: 0px 0px 0px 60px;
}
.programe_section ul.programe_box2, .programe_section ul.programe_box1 {
	display: inline-block;
	vertical-align: top;
}
.programe_section ul.programe_box1 {
	width: 100%;
}
.programe_section ul.programe_box1 h1 {
	font-size: 104.16px;
	font-weight: bold;
	color: #03649f;
	line-height: 80px;
}
.programe_section ul.programe_box1 h6 {
	color: #000b3d;
	font-size: 25px;
	line-height: 43px;
	font-weight: 600;
	padding: 0px 0px 0px 8px;
}
.programe_section ul.programe_box1 li:first-child {
	border-right: 1px solid #03649f;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
}
.programe_section ul.programe_box2 {
	padding-left: 30px;
	width: 56%;
}
.programe_section ul.programe_box2 li {
	width: 100%;
	vertical-align: top;
	color: #000b3d;
	font-size: 20.49px;
	line-height: 29px;
	font-weight: 300;
	background-image: url(images/progame-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.programe_section ul.programe_box2 li:last-child {
  margin-bottom: 0px;
}
/*.programe_section ul.programe_box2 li:before {
	content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â";
	font-family: 'FontAwesome';
	color: #cbcbcb;
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -40px;
	margin-right: 16px;
	margin-top: 10px;
}*/
.programe_section ul.programe_box2 strong {
	color: #225aa5;
	font-weight: 900;
}
.programe_section .row .mt_6 {
	margin-top: 37px;
}
/* programe_section property end */
/* ranking_section property start */
.ranking_section {
	display: block;
	background: #f2f2f2;
	width: 100%;
	float: left;
	padding: 51px 0px 43px 0px;
}
.ranking_section h2 {
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	margin-bottom: 50px;
}
.ranking_section ul {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.ranking_section .ranking_number {
	font-size: 136px;
	color: #000;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	height: 96px;
}
.ranking_section p {
	font-size: 15px;
	color: #323945;
	line-height: 20px;
	margin-top: -16px;
}
.ranking_section img {
	width: 110px;
	margin-top: -41px;
}
ul.four_column li:nth-child(3), ul.four_column li:nth-child(4) {
  width: 26%;
}
.ranking-last{
  margin-top: 0px !important;
}

/* ranking_section property end */
/* wrapper_section property start */
.wraper_section {
	display: block;
	background-color: #fff;
	padding: 51px 0px 50px 0px;
}
.wraper_section h2 {
	font-weight: 800;
	font-size: 34px;
	text-align: center;
}
.wraper_section .wrape {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.wraper_section .wrape .title {
	margin-bottom: 38px;
}
.wraper_section .wrape p {
	font-size: 19px;
	color: #000;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 0px;
}
.wraper_section .wrape ul li {
	height: 206px;
	display: inline-block;
	background-color: #013978;
	width: 46.9%;
	padding: 34px 20px 24px 20px;
	margin: 0px 16px 20px 0px;
	vertical-align: top;
}
.wraper_section .wrape ul li h2 {
	font-size: 64.73px;
	color: #fff;
	line-height: 56px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.wraper_section .wrape ul li p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 0;
	padding-top: 0px;
}
/* wrapper_section property end */
/* unmatched_section property start */
.widget_section {
	display: block;
}
.widget_section ul.three_column {
	margin-bottom: 30px;
}
.widget_section ul.three_column li {
	padding: 0px 8px 30px 0px;
	display: inline-flex;
}
.widget_section ul.three_column li img {
	float: left;
	margin-right: 8px;
}
.widget_section ul.three_column li h5 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.widget_section ul.three_column li p {
	font-size: 17.36px;
	color: #000;
}
/* unmatched_section property end */

/* learning_section property start */
.learning_section {
	display: block;
	background-color: #e6e6e6;
	padding: 60px 0;
}
.learning_section ul li {
	display: inline-block;
	width: 38%;
	position: relative;
	text-align: center;
}
.learning_section ul li .learning_text {
	display: inline-block;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 47px;
}
.learning_section ul li .learning_text h4 {
	color: #fff;
	font-size: 24.72px;
	text-transform: uppercase;
}
.learning_section ul li .learning_text p {
	color: #fff;
	font-size: 19px;
	padding: 0 40px;
}
.learning_section ul li:nth-child(2) p, .learning_section ul li:nth-child(2) h4 {
	color: #080f38;
}
.learning_section ul li:nth-child(1) {
	z-index: 103;
	margin-right: -8%;
}
.learning_section ul li:nth-child(2) {
	z-index: 102;
	margin-right: -8%;
}
.learning_section ul li:nth-child(3) {
	z-index: 101;
}
/* learning_section property end */
/* collaboration_section property start */
.collaboration_section {
	display: block;
	background: #f2f2f2;
	padding: 50px 0px 33px 0px;
}
.collaboration_section h2 {
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	margin-bottom: 33px;
}
.collaboration_section .col_4 {
	display: inline-block;
	width: 40%;
}
.collaboration_section .col_8 {
	display: inline-block;
	width: 50%;
	float: right;
}
.collaboration_section .col_4 ul.two_column li {
	padding: 10px 0;
}
.collaboration_section .col_8 ul.three_column li {
	width: 32%;
	padding: 10px 0;
}
.collaboration_section p {
	font-size: 14px;
	padding: 20px 0px 0px 0px;
}
/* collaboration_section property end */
/* experience_section property start */
.experience_section {
	display: block;
	background-color: #03649f;
	padding: 51px 0px 55px 0px;
}
.experience_section h2 {
	color: #fff;
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	margin-bottom: 48px;
}
.experience_section ul li {
	display: inline-block;
	width: 49.8%;
	vertical-align: top;
}
.experience_section ul li.testimonial_box {
	display: inline-block;
	padding: 10px 24px 0px 24px;
}
.experience_section ul li.testimonial_box img {
	float: left;
}
.experience_section ul li.testimonial_box .testimonial_text {
	display: inline-block;
	width: 66%;
	float: right;
	text-align: left;
}
.experience_section ul li.testimonial_box .testimonial_text p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.experience_section ul li.testimonial_box .testimonial_text h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 12px 0px 0px 0px;
}
#pie {
	height: 315px;
	font-size: 22px;
	display: inline-block;
	position: relative;
	text-align: center;
}
#pie::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: #03649f;
	width: 76%;
	left: 12%;
	height: 9px;
	top: -9px;
}
#pie::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: #03649f;
	right: 12%;
	width: 76%;
	bottom: calc(0% - 9px);
	height: 9px;
}
/* experience_section property end */

/* campuses_section property start */
.campuses_section {
	display: block;
	background-color: #f8f8f8;
}
.campuses_section h2 {
	color: #323945;
}
.campuses_section ul li {
	border: 20px solid #fff;
	border-radius: 10px;
	text-align: center;
}
.campuses_section ul li h4 {
	font-size: 22px;
	background-color: #fff;
	margin-bottom: 0;
	padding: 20px 0px 0px 0px;
}
/* campuses_section property end */

/*fooer_section property start */
.fooer_section {
	width: 100%;
	float: left;
	display: block;
	background-color: #f2f2f2;
	padding: 30px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
}
.fooer_section ul li {
	width: 49%;
	vertical-align: top;
	padding-left: 0px;
}
.fooer_section ul li h2 {
	color: #03649f;
	font-size: 34px;
	line-height: 43px;
	font-weight: 800;
	margin-bottom: 50px;
}
.fooer_section ul li .read_more {
	background-color: #fe5900;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	border-radius: 6px;
	-webkit-appearance: none !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 26px 15px 26px;

}
.fooer_section ul li.fooer_section_text {
	width: 430px;
	padding: 65px 0px 0px 0px;
}

/*fooer_section property end */



.logo img {
	width: 72px;
}
.mobile-logo {
	display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input_section select {
	color: #000;
    background: #FFF url("images/sleimg.png") no-repeat scroll right center;
}
.experiential-learning {
	padding-left: 45px;
}
.ranking_number-col {
	letter-spacing: -14px;
	margin-right: 20px;
}
.three_column img {
    width: 180px;
}
.two_column img {
    width: 210px;
}



.video-col iframe {
	width: 560px;
	height: 314px;
}

.input_section ul li inputt::-webkit-input-placeholder {
color:#666;
opacity:1
}
.input_section ul li inputt::-moz-placeholder {
color:#666;
opacity:1
}
.input_section ul li input:-ms-input-placeholder {
color:#666;
opacity:1
}
.input_section ul li textarea::-webkit-input-placeholder {
color:#666;
opacity:1
}
.input_section ul li textarea::-moz-placeholder {
color:#666;
opacity:1
}
.input_section ul li textarea:-ms-input-placeholder {
color:#666
}



.box-col p, .box-col1 p{
	color:#fff;
	font-size: 22px;
	text-align: right; 
	font-weight: bold; 
	padding-bottom:8px; 
	line-height:20px;
	padding-right: 20px;
}
.box-col span, .box-col1 span{
	color:#ffff00;
}
.box-col1{
	display: none;
}







.slider-col {
	width: 100%;
	float: left;
	background: #f3f1f2;
}
.slider-des {
	width: 100%;
	height: 106px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 60px 33px 60px;
	background: #017dc7;
}
.slider-des img {
	width: 200px;
}
.slider-des span {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.slider-des p {
	width: 100%;
	float: left;
	font-size: 19px;
	color: #323945;
	font-weight: 500;
	line-height: 37px;
	padding-top: 20px;
}
.slider-pic {
	width: 100%;
	float: left;
}
.slider-pic img {
	width: 100%;
}

.logo {
	width: 50%;
	float: left;
}
.logo img {
	width: 105px;
	margin-left: 10px;
	vertical-align: bottom;
}
.top-hed {
	width: 50%;
	float: left;
	font-size: 35px;
	color: #000b3d;
	text-align: right;
	font-weight: 800;
	padding: 18px 0px 0px 0px;
}
.top-section {
	padding: 8px 0px 8px 0px;
}
.ranking_number-col1 {
    letter-spacing: 5px;
}
.pic-col {
    margin-top: 42px;
}


.super{ position:relative}

.super-league{   
    position: absolute;
    top: 0px;
    left: -55px;
	line-height:20px;
	font-weight:bold;
	}
.international-immersion {
    width: 50%;
    float: left;
}
.international-immersion img {
    width: 100%;
}
.international-immersion p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 500;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 0px;
}
.international-immersion img {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
}
.ranking_section.international-immersion-section {
    background: #fff;
    padding: 50px 0px 60px 0px !important;
    margin: 0px 0px 51px 0px;
}
.fooer_section img {
    width: 330px;
	float: right;
	margin: 0px 70px 0px 0px;
}
.new-section p {
    font-size: 16px;
	line-height: 26px;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px !important;
}
.new-section a {
    color: #000b3d;
}
.new-section {
    padding: 60px 0px 35px 0px;
}
.ranking_section.international-immersion-section.world-class-section {
    background: #fff;
    margin: 0px 0px 0px 0px;
	padding: 48px 0px 60px 0px !important;
}
.ranking_section.international-immersion-section.world-class-section .international-immersion p {
    position: absolute;
    bottom: 0;
	background: #000b3d;
	color: #fff;
	font-weight: 700;
    padding: 5px 10px 5px 10px;
}
.ranking_section.international-immersion-section.world-class-section .international-immersion {
    position: relative;
}
.content-new {
    border-radius: 6px;
    color: #000b3d;
    font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 5px 10px 10px 8px;
}
.content-new span {
    color: #03649f;
}
.icon-text-sec {
    width: 100%;
	background: #f2f2f2;
	padding: 60px 0px 50px 0px;
	margin: 60px 0px 2px 0px !important;
}
.icon-text-sec ul {
    overflow: hidden;
    text-align: center;
}
.icon-text-sec ul li {
	width: 100%;
	height: 70px;
    float: left;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	border-radius: 10px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}
.icon-text-sec ul li span {
    width: 12%;
	float: left;
}
.icon-text-sec ul li p {
	width: 88% !important;
	float: left !important;
    font-size: 18px;
    color: #000;
    text-align: left;
	font-weight: 500;
    line-height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.icon-text-sec h2 {
    font-size: 20px;
    color: #140636;
    text-align: left;
    line-height: 30px;
}
.bx-wrapper {
    width: 63%;
	float: left;
}
.banner-section {
    width: 100%;
	float: left;
	background: #00aae6;
}
.deadline {
	width: 100%;
	float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
	font-weight: 700;
    margin: 20px 0px 0px 0px;
}
.deadline strong {
    color: yellow;
}
.content-new1 {
    width: 100%;
   /* float: left;*/
	text-align: center;
    margin: 35px 0px 10px 0px;
}
.content-new1 a {
    line-height: 30px;
	background-color: #fe5900;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 6px;
	-webkit-appearance: none !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 26px 15px 26px;
}
.mt-40 {
    margin-top: 40px;
}
.wrapper{
  width: 70%;
  float: left;
  position:relative;
}
.carousel{
	width: 100%;
	position: relative;
	padding-top: 55%;
	overflow: hidden;
}

.inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	z-index: 1;
	opacity: 0;
}

.slide.active,
.slide.left,
.slide.right{
	z-index: 2;
	opacity: 1;
}
.js-reset-left{left:auto}
.slide.left{
	left:-100%;
	right:0;
}

.slide.right{
	right:-100%;
	left: auto;
}

.transition .slide.left{left:0%}
.transition .slide.right{right:0%}
.transition .slide.shift-right{right: 100%;left:auto}
.transition .slide.shift-left{left: 100%;right:auto}
.transition .slide{
	transition-property: right, left, margin;
}
.indicators{
  width:100%;
  position: absolute;
  bottom: 130px;
  z-index: 4;
  padding:0;
  text-align: center;
}

.indicators li{
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 5px;
	background: #fff;
	list-style-type: none;
	border-radius: 50%;
  cursor:pointer;
  transition:background 0.3s ease-out;
}

.indicators li.active{background: #00aae6;}

.indicators li:hover{background-color:#2b2b2b}
.arrow{
  width: 40px;
  height: 40px;
  position:absolute;
  top: 40%;
  z-index:5;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  cursor:pointer;
  transition:border-color 0.3s ease-out;
}

.arrow:hover{border-color: #fff;}

.arrow-left{
  left:20px;
  transform:rotate(225deg);
}

.arrow-right{
  right:20px;
  transform:rotate(45deg);
}
.slide{
	text-align:center;
  background-size:cover;
}
html {
  scroll-behavior: smooth;
}
.ranking_section.py-6.international-immersion-section .international-immersion {
    width: 100%;
}
.ranking_section.py-6.international-immersion-section .international-immersion p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}
.ranking_section.py-6.international-immersion-section .international-immersion img {
    width: 50%;
    float: left;
}
.wraper_section .content-new1 {
	text-align: center;
    margin: 30px 0px 0px 0px;
}
.super img {
    width: 152px;
    margin-top: -53px;
}
.icon-text-sec ul li:nth-child(2n) {
  margin-right: 0%;
}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
cursor: pointer;
font-size: 18px;
line-height: 30px;
font-weight: 900;
font-family: "Franklin Gothic", "Arial Black", sans-serif;
color: #E17F38;
text-transform: uppercase;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  position: absolute;
  margin-top: 0px;
}
.tab-content:not(.dynamic_theme_block .tab-content)
{
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: inherit;
  -webkit-transition: all .35s;
  transition: all .35s;
  background: #f2f2f2;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
    background: inherit;
	padding: 0px 13px 0px 13px;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
	top: 17px;
	margin: 0px 0px 0px 11px;
}
input:checked ~ .tab-content:not(.dynamic_theme_block .tab-content) {
  max-height: 100vh;
  padding: 10px 10px 10px 10px;
}
.pgpm-programs-new .pgpm-programs-col input, .pgpm-programs-new .pgpm-programs-col label {
    display: inherit;
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px;
}
.pgpm-programs-new .pgpm-programs-col4.pgpm-programs-new1 label {
    color: #aeadd0;
}
.pgpm-programs-new .pgpm-programs-col4.pgpm-programs-new2 label {
    color: #82bc41;
}
.pgpm-programs-new .pgpm-programs-col label {
    color: #03649f;
}
.tab-label {
    font-size: 16px;
}
.tab input {
    display: none !important;
}
.program-sec {
    width: 100%;
    float: left;
	background: #f2f2f2;
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
}
.pgpm-programs-col4 {
	position: relative;
    background: #f2f2f2;
}
.mobile-pic {
    display: none;
}
.ranking_number-col2 {
    margin-right: 15px;
}
.field-new {
    width: 45% !important;
	float: left;
}
.field-new1 {
    width: 53% !important;
	float: right;
}
.accordion-body p a {
    color: #03649f;
}
.text-new {
  font-weight: 700;
  text-align: right;
  margin: -10px 81px 0px 0px !important;
}
.ranking_section.top-strip p {
  font-size: 18px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
.ranking_section.top-strip {
  background: #f2f2f2;
  padding: 26px 0px 10px 0px !important;
  margin-bottom: 60px;
}






span.scor{color: #03649f; font-weight: 700;}

.experince{display: block;
    background-color: #fff;
    padding: 51px 0px 15px 0px !important;}
	
	.experince h2 {
    color: #000;
    font-weight: 800;
    font-size: 34px;
    text-align: center;
    padding: 51px 0px 0px 0px;
	margin-bottom: 51px;
}
.fou-se ul{ overflow: hidden; margin: 0;
padding: 0}

.fou-se ul li{ float: left; width: 23.5%; margin-right: 2%; border-radius:10px; background: #f6f6f8; padding: 20px 20px; text-align: center}
.fou-se ul li:last-child{ margin-right: 0;}
.fou-se ul li img { width: 100%; max-width: 86px; margin-bottom: 20px;}
.fou-se ul li p{height: 90px; font-size: 18px; color: #000000; line-height: 30px; font-weight: 600;}
.fou-se ul li p span{ font-weight: bold;}
.cus-prog{ padding-top: 40px !important; padding-bottom: 0;}
.cus-prog h3{ color: #0d7ec7; text-align: center; text-transform: uppercase; font-weight: 800;}
.cus-prog.programe_section ul.programe_box1 li:first-child{ border-right: none;}
.cus-prog.programe_section ul.programe_box1 h1{ font-size: 80px;}
.cus-prog.programe_section ul.programe_box1 h6{font-size: 22px;
    line-height: 35px;}
.cus-icon.icon-text-sec{ background: none; padding: 0px 0px 30px 0px;}
.t-ce{ text-align: center; color: #000; font-size: 20px; line-height: 32px;}
.star{text-align: right; font-size: 12px; color: #000; font-weight: 500; margin: -20px 0px 0px 0px;}



.world-class-program{background: #fff;padding: 60px 0px 0px 0px;margin: 50px 0px 10px 0px;}
.world-class-program h2 {
	font-size: 34px;
	color: #323945;
	font-weight: 800;
	text-align: center;
	margin-bottom: 46px;
}

.world-class-program h1 {
    font-size: 80px;
    font-weight: bold;
    color: #03649f;
    line-height: 60px;
}

.world-wrap{ overflow: hidden;}
.left-wor{width: 100.0% !important;height: 460px;float: left;border-radius: 10px;background: #f2f2f2;padding: 35px 75px 6px 35px;}
.right-wor{width: 49.5%; height: 460px; float: right; border-radius: 10px; background: #f2f2f2; padding: 35px 35px 6px 35px;}
.full-out ul{ margin: 0; padding: 0;}
.full-out ul li{width: 100%; background: #f2f2f2; border-radius: 0px; background-image: url(../images/icon-new1.png); background-repeat: no-repeat; background-position: 7px 4px; padding: 0px 0px 0px 0px; margin-bottom: 20px;}

.full-out ul li span {
    width: 10%;
    float: left;
}

 .full-out ul li p {
    width: 100% !important;
    float: left !important;
	font-size: 20px;
    color: #000;
    text-align: left;
	font-weight: 500;
    line-height: 30px;
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 0px 0px;
}


 .world-class-program h6 {
    font-size: 22px;
    line-height: 35px;
	    font-weight: 600;
    padding: 0px 0px 0px 8px;
	margin-bottom: 50px;
	color: #000000;
}

.mobi{ display: none;}
.top-strip p{font-size: 20px !important; text-align: center;}
.international-immersion-section h2 {
  margin-bottom: 39px;
}
.ranking_section ul li p {
  font-weight: 700;
}
.accordion-body p {
  color: #000;
  font-weight: 500;
}
.tab-new {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab-new button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab-new button:hover {
  background-color: #ddd;
}
.tab-new button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab-section {
  display: none;
}
.world-wrap .full-out {
  background: #f2f2f2;
  border-radius: 0px;
  padding: 20px 0px 0px 0px;
}
.full-out ul li p strong {
  font-weight: 700;
}
.world-class-program .container {
  max-width: 1300px;
}
.top-strip ul {
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
}
.top-strip ul li {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.top-strip ul li strong {
  font-weight: 700;
}
.icon-text-sec ul li p strong {
  font-weight: 700;
}
.icon-text-sec .container {
  max-width: 900px;
}
.icon-text-sec .star {
  padding-bottom: 0px;
  margin: 0px -30px 0px 0px;
}
.international-immersion p strong {
  font-weight: 700;
}
.experience_section ul li.testimonial_box .testimonial_text p strong {
  font-weight: 700;
}
.icon-text-sec h2 {
  font-size: 34px;
  color: #03649f;
  line-height: 43px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 45px;
}
.top-strip ul li::before {
  /* content: "ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â "; */
  color: #03649f;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 1em;
  margin: 3px 0px 0px -17px;
}
.content-new2::before {
  margin: -3px 0px 0px -17px !important;
}
.logo-new {
  width: 25px !important;
  margin: 20px 0px 0px 5px;
}
.logo-new1 {
  width: 37px !important;
  margin: 21px 0px 0px 5px;
}
.logo-new2 {
  width: 138px !important;
  float: left;
}
.box-new {
  width: 100% !important;
}
.logo-new3 {
  width: 193px !important;
  float: left;
}


@media(max-width:1200px) {
.fou-se ul li p {height: 152px;}
.experince h2 {
  padding: 58px 0px 0px 0px;
}
.world-class-program .container {
  max-width: 1100px;
}
.icon-text-sec .star {
  margin: 0px 0px 0px 0px;
}

}
@media(max-width:1075px) {
.left-wor {
  height: 490px !important;
  padding: 35px 35px 6px 35px;
}
.right-wor {
  height: 490px !important;
}
}
@media(max-width:1028px) {
.left-wor {
  height: 515px !important;
}
.right-wor {
  height: 515px !important;
}
}
@media(max-width:1000px) {
.fou-se ul li p {height: 215px;}
.testimonial_text1 h5 {
  margin: 22px 0px 5px 0px !important;
}
.world-class-program .container {
  max-width: 768px;
}
.world-class-program h6 br {
  display: none;
}
.left-wor {
  height: 630px;
}
.right-wor {
  height: 630px;
}

}
@media(max-width:991px) {
.world-class-program h1 {
  font-size: 70px;
}
}
@media(max-width:704px) {
.left-wor {
  height: 660px;
}
.right-wor {
  height: 660px;
}
}
@media(max-width:681px) {
.fou-se ul li p {
  height: 245px;
}
}

@media(max-width:552px) {
.experince h2, .world-class-program h2{
font-size: 26px;
    line-height: 38px;
}
.testimonial_text1 h5 {
  margin: 12px 0px 5px 0px !important;
}
.icon-text-sec h2 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 39px;
}

}


@media(max-width:660px) {
.fou-se ul li{ width: 49%; margin-bottom: 2%;}
.fou-se ul li:nth-child(2){ margin-right: 0;}
.fou-se ul li p {
    height: 100px;
}
.world-class-program h2{margin-bottom: 35px;}

}
@media(max-width:600px) {
.world-class-program {
    padding: 0px 0px 47px 0px;
	margin: 20px 0px 10px 0px;
}
.mobi{ display: block;}
.world-class-program h6 br{ display: none;}
.world-class-program h3{ font-size: 26px; line-height: 38px;}

.world-class-program select{ 
max-width: 160px;
font-size: 35px;
    font-weight: bold;
    color: #03649f;
    width: 100%;
    line-height: 44px;
	margin-bottom: 20px}
	.world-class-program select {
	background: #FFF url(images/select-ico.png) no-repeat scroll 100% center/35px;
	background-position: 118px 14px;
	box-shadow: none;
	background-color: #fff;
	padding: 0px 0px;
}

.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}

.fo-pgp{font-size: 18px;
    font-weight: bold;
    color: #03649f;
	padding: 20px 20px !important;}
.experince {
  padding: 51px 0px 20px 0px !important;
}
.tab-section {
  display: inherit;
}
.tab-new button {
  width: 50%;
  font-size: 30px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  background: #f6f6f8;
  border-bottom: 1px solid #003986;
}
.tab-new button.active {
  color: #fff;
  background-color: #003986 !important;
}
.tab-new {
  overflow: inherit;
  border: 0px;
  background-color: #f6f6f8;
  margin-bottom: 25px;
}
.tab-new button:hover {
  background-color: #f6f6f8;
}
.tabcontent {
  border: 0px;
  padding: 0px 0px;
}
.world-class-program h2 {
  background: #fff;
  padding: 0px 30px 41px 30px;
  margin-bottom: 0px;
}
.full-out {
  border-radius: 10px;
  background: #fff;
  padding: 10px 0px 10px 0px;
}
.world-class-program h6 {
  padding: 0px 15px 0px 15px;
  margin: 110px 0px 50px 0px;
}
.tab-new button.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #003986;
  left: 0;
  right: 0;
  bottom: -18px;
  position: absolute;
  margin: 0 auto;
}
.star {
  padding: 0px 15px 15px 15px;
}
.t-ce {
  padding: 0px 15px 15px 15px;
}
.left-wor {
  padding: 35px 25px 6px 25px;
}
.right-wor {
  padding: 35px 25px 6px 25px;
}	
	
}
@media(max-width:583px) {
.fou-se ul li p {
  height: 125px;
}
}
@media(max-width:566px) {
.fou-se ul li p {
  height: 150px;
}
}
@media(max-width:500px) {
.experince h2 {
  margin-bottom: 40px;
}
.ranking_section.international-immersion-section.world-class-section {
  padding: 49px 0px 60px 0px !important;
}
.ranking_section h2 {
  margin-bottom: 40px;
}
.ranking_section.py-6 h2 {
  margin-bottom: 29px;
}
.ranking_section.py-6.international-immersion-section h2 {
  margin-bottom: 34px;
}
.collaboration_section h2 {
  margin-bottom: 23px !important;
}
.ranking_section.international-immersion-section.world-class-section h2 {
  margin-bottom: 40px;
}
.fou-se ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.fou-se ul li img {
  max-width: 50px !important;
  float: left;
  margin-bottom: 0px;
}
.fou-se ul li p {
  width: 80%;
  height: inherit;
  float: right;
  font-size: 16px;
  padding: 0px 0px 0px 20px;
}
.experince {
  padding: 51px 0px 0px 0px !important;
  margin-bottom: -6px;
}
.world-class-program {
  margin: 40px 0px 10px 0px;
}
.world-class-program h2 {
  padding: 0px 50px 39px 50px;
}
.top-strip ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.full-out ul li p {
  font-size: 16px;
}
.full-out ul li {
  margin-bottom: 10px;
}
.world-wrap .full-out {
  padding: 10px 0px 0px 0px;
}
.left-wor {
  padding: 35px 25px 15px 25px;
}
.right-wor {
  padding: 35px 25px 15px 25px;
}
.icon-text-sec ul li p {
  font-size: 16px;
}
.icon-text-sec ul li {
  height: inherit !important;
}
.accordion-body p {
  font-size: 16px;
  line-height: 30px;
}
.star {
  margin: -10px 0px 0px 0px;
}
.experience_section ul li.testimonial_box .testimonial_text p {
  font-size: 16px !important;
  line-height: 30px !important;
}
.experience_section ul li.testimonial_box .testimonial_text .testimonial_text1 p {
  font-size: 14px !important;
  line-height: 22px !important;
}
.ranking_section.top-strip {
  padding: 26px 0px 16px 0px !important;
}
}

@media(max-width:370px) {
.fou-se ul li {  width: 100%; margin-right: 0; margin-bottom: 15px;}
.fou-se ul li p{ height: auto; padding-bottom: 0;}
.fou-se ul li img{ max-width: 70px;}
}

/* mobile responsive page property start */

@media(max-width:1837px) {
.slider-des {
    padding: 25px 60px 33px 60px;
}
}
@media(max-width:1730px) {
.carousel {
    padding-top: 56%;
}
}
@media(max-width:1536px) {
.carousel {
    padding-top: 57%;
}
.input_section ul li h2 {
    font-size: 28px;
}
}
@media(max-width:1500px) {
.input_section ul li input, .input_section ul li select {
    margin: 7px 0px 3px 0px;
}
}
@media(max-width:1451px) {
.input_section ul li h2 {
    font-size: 23px;
}
}
@media(max-width:1440px) {
.slider-des p {
	line-height: 32px;
	padding-top: 25px;
}
}
@media(max-width:1380px) {
.carousel {
    padding-top: 58%;
}
}
@media(max-width:1337px) {
.slider-des span {
    font-size: 25px;
    line-height: 33px;
}
.input_section ul li h2 {
    margin: 0px 0px 0px 0px;
}
.input_section ul li input, .input_section ul li select {
    height: 45px;
    padding: 10px 10px 10px 10px;
}
}
@media(max-width:1305px) {
.deadline {
  font-size: 16px;
}
}
@media(max-width:1234px) {
.input_section ul li h2 {
    font-size: 20px;
}
}
@media(max-width:1228px) {
.deadline {
    font-size: 16px;
}
.slider-des {
    padding: 16px 60px 33px 60px;
}
}
@media(max-width:1226px) {
.wraper_section .wrape ul li {
    width: 46.8%;
}
.wraper_section h2 {
    font-size: 33px;
}
.pic-col {
    margin-top: 0px;
}
}
@media(max-width:1220px) {
.pic-col {
    margin-top: 41px;
}
}


@media(max-width:1200px) {
.container {
	max-width: 1000px;
}
h2 {
	font-size: 27px;
}
h6 {
	font-size: 17px;
}
.banner_text h1 {
	font-size: 40px;
}
.banner_text p {
	font-size: 24px;
	color: #323945;
	font-weight: 600;
	line-height: 30px;
}
.input_section ul li input {
	font-size: 14px;
	padding: 12px 15px;
}
.input_section ul li input[type="submit"] {
	padding: 10px 20px;
	font-size: 20px;
}
.programe_section ul.programe_box1 h1 {
	font-size: 90px;
}
.ranking_section ul.four_column li {
	width: 22%;
	padding: 24px 0px;
}
.wraper_section .wrape ul li h2 {
	font-size: 50px;
	line-height: 26px;
}
.wraper_section .wrape ul li p {
	font-size: 18px;
	line-height: 24px;
}
.widget_section ul.three_column li h5 {
	font-size: 19px;
}
.widget_section ul.three_column li p {
	font-size: 16px;
}
.learning_section ul li .learning_text h4 {
	font-size: 22px;
}
.experience_section ul li.testimonial_box {
	float: right;
	padding: 10px 10px 0px 10px;
}
.experience_section ul li.testimonial_box img {
	width: 22%;
}
.experience_section ul li.testimonial_box .testimonial_text {
	width: 76%;
}
.experience_section ul li.testimonial_box .testimonial_text h5 {
	font-size: 18px;
	margin-bottom: 9px
}
.experience_section ul li.testimonial_box .testimonial_text p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 0px;
}
.fooer_section ul li h2 {
	font-size: 30px;
}
.fooer_section ul li .read_more {
	font-size: 18px;
}
.ranking_section ul {
    margin-top: 10px;
}
.experiential-learning {
    padding-left: 0px;
}
ul.four_column li:nth-child(3), ul.four_column li:nth-child(4) {
    width: 27.3% !important;
}
.video-col iframe {
    width: 475px;
    height: 270px;
}
.input_section ul li input, .input_section ul li select {
    font-size: 14px;
}
.input_section ul li h2 {
    line-height: 37px;
    padding-top: 10px;
}
.box-col p {
    padding-right: 43px;
}
.slider-des span {
    font-size: 30px;
}
.programe_section .row .mt_6 {
    margin-top: 32px;
}
.programe_section {
    padding: 51px 0px 30px 0px !important;
}
.ranking_section h2 {
    margin-bottom: 42px;
}
.ranking_section {
    padding: 51px 0px 12px 0px !important;
}
.wraper_section .wrape ul li {
    width: 46.1%;
	height: 169px;
	padding: 41px 20px 24px 20px;
}
.wraper_section h2 {
    font-size: 34px;
}
.input_section {
	width: 100%;
    padding: 10px 0px 10px 0px !important;
}
#pie {
    height: 269px;
}
.pic-col {
    margin-top: 0px;
}


	

.programe_section ul.programe_box1 h6 {
    font-size: 20px;
    line-height: 30px;
}
.content-new {
    font-size: 18px;
}
.bx-wrapper {
    width: 100%;
}
.wrapper {
    width: 100%;
}
.carousel {
    padding-top: 56%;
}
.super img {
    width: 140px;
    margin-top: -48px;
}

.slider-des {
    padding: 16px 60px 16px 60px;
}
.field-new1 {
    width: 54% !important;
}
.icon-text-sec ul li p br {
    display: none;
}
.text-new {
  margin: -30px 34px 20px 0px !important;
}
.deadline strong {
  font-size: 18px;
}







.ranking_section ul.four_column li {
    width: 49%;
}
.ranking_section img {
    margin-top: -24px;
}
.ranking_section p {
    margin-top: 9px;
}
.ranking_section {
    padding-bottom: 30px !important;
	margin-bottom: -7px;
}

.ranking_section .ranking_number {
    font-size: 100px;
}
ul.four_column li:nth-child(3), ul.four_column li:nth-child(4) {
    width: 49% !important;
}
.ranking_number-col {
    letter-spacing: -8px;
    margin-right: 13px;
}
.ranking-last {
    margin-top: 6px !important;
}

.ranking_number-col1 {
    letter-spacing: 8px;
}
.ranking_section h2 {
    margin-bottom: 34px;
}

.ranking_section ul {
	margin-top: 0px;
}
.ranking_section ul li p br {
	display: none;
}
.ranking_section .ranking_number img {
    width: 140px;
}
.ranking_section.international-immersion-section.world-class-section h2 {
  margin-bottom: 41px;
}
.left-wor {
  height: 515px;
}
.right-wor {
  height: 515px;
}
}

@media(max-width:1141px) {
.slider-des span {
    font-size: 24px;
	line-height: 35px;
}
.slider-des p {
	font-size: 18px;
    line-height: 30px;
    padding-top: 10px;   
}

.ranking_section.py-6.international-immersion-section .international-immersion img{ float:none; width:100%;}
.slider-des {
    height: 80px;
}
.carousel {
    padding-top: 55%;
}


}

@media(max-width:1000px) {
.container {
	max-width: 768px;
}
.py-6 {
	padding: 60px 0;
}
.banner_text h1 {
	font-size: 32px;
	line-height: 38px;
}
.banner_text p {
	font-size: 20px;
}
.input_section ul li:first-child {
	width: 100%;
}
.input_section ul li {
	width: 100%;
	padding-right: 0;
}
.input_section ul li:nth-child(3) {
	margin: 0 0px;
}

.wraper_section .wrape {
	width: 100%;
	padding: 10px 0;
}
.wraper_section .wrape .title {
	margin-bottom: 28px;
}
.widget_section ul.three_column li {
	width: 49%;
}
.learning_section ul li {
	width: 35%;
}
.learning_section ul li:nth-child(1) {
	margin-right: -3%;
}
.learning_section ul li:nth-child(2) {
	margin-right: -4%;
}
.learning_section ul li .learning_text {
	padding: 0 0px;
}
.learning_section ul li .learning_text h4 {
	font-size: 15px;
}
.learning_section ul li .learning_text p {
	font-size: 16px;
	padding: 0 14px;
}
.experience_section ul li {
	width: 100%;
	text-align: center;
}
.experience_section ul li img {
	width: 100%;
}
.experience_section ul li.testimonial_box {
	padding: 0px 0px 0px 0px;
	margin-top: 40px;
}
.campuses_section ul li {
	width: 48%;
}
.input_section ul li h2 br {
	display: none;
}

.wraper_section .wrape ul li {
    width: 46.9%;
	margin: 10px 1%;
}
.header_1 {
    height: 409px;
}
.wraper_section {
    padding: 22px 0px 50px 0px !important;
}

.video-col {
    position: relative;
    padding-bottom: 56.333333%;
    overflow: hidden;
    height: auto;
    height: 0;
    background-color: #000;
}
.video-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.input_section {
    padding: 0px 0px 18px 0px !important;
}
.input_section ul li p{
	margin-top: 10px;
}
.input_section ul li input[type="submit"] {
	display: inline-block;
	width: 200px;
	text-align: center;
	margin-top:20px;
}
.input_section ul li:last-child {
	width: 100%;
	text-align: center;
}
.input_section ul li h2 {
    text-align: center;
	padding-top: 20px;
	margin-bottom: 5px;
}
.box-col p {
	font-size: 14px !important;
	line-height: 25px;
	padding-bottom: 0px;
	margin: 20px 0px 0px 0px;
}
.box-col1 {
    display: inherit;
}
.box-col p, .box-col1 p {
    font-size: 18px;
    text-align: center;;
    padding-right: 0px;
}
.slider-col {
	background: none;
    margin-bottom: 0px;
}
.slider-pic {
    width: 100%;
}
.slider-pic img {
    height: inherit;
}
.slider-des img {
	width: 180px;
	position: absolute;
	top: 30px;     
}
.slider-des p {
	padding: 0px 0px 0px 0px;
}
.slider-main {
	width: 100%;
}

.wrape-mobile {
    padding-top: 11px !important;
}
.wrape-mobile .title {
    margin: 30px 0px 20px 0px !important;
}
.collaboration_section {
    padding: 50px 0px 45px 0px !important;
}
ul.three_column {
    margin-top: -4px;
}
.experience_section {
    padding: 51px 0px 59px 0px !important;
}
#pie {
    height: inherit;
}

.super-league br{ display:none;}
		
.super-league {top: -25px;left: 0px;}
.super-col{ margin-left: 0px;}
.programe_section ul li {
    width: 100%;
	padding: 0px 0px 0px 0px;
}
.programe_section ul.programe_box1 li:first-child {
    border-right: 0px;
	border-bottom: 1px solid #225aa5;
	padding: 0px 0px 10px 0px;
}
.programe_section ul.programe_box1 h6 br {
    display: none;
}
.programe_section ul.programe_box1 h1 {
    font-size: 55px;
    line-height: 40px;
}
.content-new {
    padding: 5px 10px 10px 4px;
	margin: 30px 0px 0px 0px;
}
.programe_section ul.programe_box1 h6 {
    padding: 0px 0px 0px 3px;
}
.fooer_section ul li {
    padding-left: 0px;
}
.super .ranking-last {
    margin-top: -12px !important;
}
.fooer_section ul li.fooer_section_text {
    width: 49%;
}
.fooer_section img {
	float: none;
    margin: 0px 0px 0px 0px;
}
.icon-text-sec ul li p br {
    display: inherit;
}
.text-new {
  margin: -50px 109px 50px 0px !important;
}
.ranking_section {
  padding-bottom: 0px !important;
}
.left-wor {
  height: 630px;
}
.right-wor {
  height: 630px;
}

}
@media(max-width:943px) {
.slider-des {
    height: 100px;
}
.carousel {
    padding-top: 58%;
}
}
@media(max-width:896px) {
.icon-text-sec ul li p {
  padding: 2px 10px 0px 10px;
}
}
@media(max-width:800px) {
.carousel {
    padding-top: 60%;
}
}

@media(max-width:768px) {
.programe_section ul.programe_box2, .programe_section ul.programe_box1 {
	width: 100%;
}
.widget_section .matched_text p br {
	display: none;
}
.widget_section ul.three_column li {
	width: 50%;
	height: 280px;
	text-align: center;
	display: inherit;
	float: left;
	padding: 0px 0px 0px 0px;
}
.learning_section {
	padding-bottom: 347px;
}
.learning_section ul {
	text-align: center;
	position: relative;
}
.learning_section ul li {
	width: 51%;
}
.learning_section ul li:nth-child(2) {
	margin-right: 0;
}
.learning_section ul li:nth-child(3) {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 78%;
}
.campuses_section ul li h4 {
	font-size: 20px;
	padding: 13px 0 0;
}
.fooer_section ul li h2 {
	font-size: 24px;
	line-height: 38px;
}
.fooer_section ul li .read_more {
	font-size: 15px;
}
.input_section ul li:nth-child(3) {
	margin: 0 0;
	float: right;
}
.collaboration_section .col_8, .collaboration_section .col_4 {
	width: 100%;
}
.programe_section ul.programe_box1 h6 br {
	display: none;
}
.programe_section ul.programe_box1 h1 {
    font-size: 50px;
}
.programe_box1 {
	margin-top: -25px;
}
.programe_section ul.programe_box2 {
    padding-left: 0px;
    margin-top: 20px;
}
.widget_section ul.three_column li img {
    float: none;
    margin-right: 0px;
}
.title {
    text-align: left;
}
.widget_section ul.three_column li h5 {
    margin: 10px 0px 5px 0px;
}
.collaboration_section .col_4 ul.two_column{
	margin-bottom: 30px;
}
.collaboration_section .col_4 ul.two_column li {
    text-align: center;
}
.header_1 {
    background-position: 67%;
}
.top-hed {
    font-size: 25px;
    padding: 16px 0px 0px 0px;
}
.programe_section .row .mt_6 {
    margin-top: 60px;
}
.collaboration_section h2 {
    margin-bottom: 24px;
}
.collaboration_section .col_8 {
    margin-top: 8px;
}
ul.three_column {
    margin-top: -7px;
}
.experience_section {
    padding: 52px 0px 60px 0px !important;
}
.experience_section h2 {
    margin-bottom: 37px;
}
.collaboration_section .col_8 ul.three_column li {
	width: 32.8%;
    text-align: center;
}
.text-new {
  margin: -50px 0px 50px 0px !important;
}
 
}
@media(max-width:737px) {
.left-wor {
  height: 630px !important;
}
.right-wor {
  height: 630px !important;
}
}

@media(max-width:712px) {
.ranking_section .ranking_number img {
    width: 106px;
}
.ranking_section.py-6 .text-new {
    margin: -27px 0px 50px 0px !important;
}

}
@media(max-width:702px) {
.left-wor {
  height: 670px !important;
}
.right-wor {
  height: 670px !important;
}
}

@media(max-width:700px) {
.carousel {
    padding-top: 62%;
}
}
@media(max-width:670px) {
.left-wor {
  width: 100%;
  height: inherit !important;
  margin: 0px 0px 20px 0px;
}
.right-wor {
  width: 100%;
  height: inherit !important;
  float: left;
}
}
@media(max-width:642px) {
.logo img {
  width: 32px;
}
.logo-new {
  width: 15px !important;
  margin: 4px 0px 0px 3px;
}
.logo-new1 {
  width: 22px !important;
  margin: 5px 0px 0px 3px;
}
.top-hed {
    font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
.logo {
  margin: 3px 0px 0px 0px;
}
}
@media(max-width:618px) {
.carousel {
    padding-top: 65%;
}
.slider-des span {
    font-size: 20px;
    line-height: 30px;
}
}
@media(max-width:600px) {
.icon-text-sec ul li p {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
}
.fooer_section ul li.fooer_section_text {
    padding: 40px 0px 0px 0px;
}
.fooer_section ul li h2 {
    font-size: 22px;
}
.fooer_section ul li .read_more {
    padding: 15px 18px 15px 18px;
}
}

@media(max-width:552px) {
.mt_6 {
	margin-top: 30px;
}
h2 {
	font-size: 20px;
}
.header_1 {
	height: auto;
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(images/banner_bg.jpg) no-repeat top center;
	padding: 20px 10px;
	background-size: cover;
	background-position: 78%;
}
.banner_text h1 {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	text-shadow: none;
}
.banner_text p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	padding-bottom: 0px;
}
.input_section ul li {
	width: 100%;
	float: none;
	margin: 0 !important;
}
.programe_section ul.programe_box2 li {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 16px;
}
.ranking_section ul.four_column li {
	width: 49%;
	text-align: center;
}
.wraper_section .wrape ul li {
	height: auto;
}
.wraper_section .wrape ul li p br {
	display: none;
}
.learning_section {
	padding-bottom: 60px;
}
.learning_section ul li {
	width: 100%;
}
.learning_section ul li:nth-child(1) {
	margin-right: 0;
}
.learning_section ul li:nth-child(3) {
	position: relative;
}
.learning_section ul li .learning_text {
	padding: 0 10px;
}
.collaboration_section .col_8 ul.three_column li {
	width: 49%;
}
.experience_section ul li.testimonial_box img {
	width: auto;
	margin-bottom: 15px;
}
.experience_section ul li.testimonial_box .testimonial_text {
	width: 100%;
}
.campuses_section ul li {
	width: 100%;
	margin: 10px 0;
}
.fooer_section ul li {
	width: 100%;
}
.ranking_section .ranking_number {
    float: none;
    width: 100%;
	font-size: 80px;
	height: 78px;
}
.widget_section ul.three_column li {
    width: 100%;
    height: auto;
    padding: 0px 0px 30px 0px;
}
.header_1 .container {
	padding-left: 2px;
}
.desktop-logo {
	display: none;
}
.mobile-logo {
	display: inherit;
}
.ranking_section {
    padding: 52px 0px 0px 0px !important;
    margin-bottom: -7px;
}
.campuses_section h2 {
    margin-bottom: 20px;
}
.fooer_section ul li.fooer_section_text {
	width: 100%;
    padding: 10px 0px 0px 0px;
}

.programe_section ul.programe_box2 li::before {
    font-size: 20px;
    margin-left: -30px;
}
.banner_text {
    padding: 5% 0px 0px 0px;
}
.two_column img {
    width: 160px;
}
.three_column img {
    width: 170px;
}
ul.three_column {
    text-align: center;
}
.input_section ul li input, .input_section ul li select {
    width: 100%;
    height: 42px;
}
.input_section select {
    padding: 10px 15px;
}
.experience_section ul li.testimonial_box .testimonial_text h5 {
    margin: 20px 0px 0px 0px;
}
.input_section ul li h2 {
    font-size: 22px;
}

.slider-des p {
    font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.slider-des span {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
}
.programe_section h2, .ranking_section h2, .wraper_section h2, .collaboration_section h2, .experience_section h2 {
    font-size: 26px;
	line-height: 38px;
}
.fooer_section ul li .read_more {
	font-size: 17px;
}
.ranking_section h2 {
    margin-bottom: 31px;
}
.wraper_section .wrape .title {
    margin-bottom: 31px;
}
.wraper_section .wrape ul li p {
	font-size: 16px;
    padding-top: 2px;
}
.wrape-mobile {
    padding-top: 13px !important;
}
.wrape-mobile .title {
    margin-bottom: 28px !important;
}
.collaboration_section h2 {
    margin-bottom: 29px;
}
.collaboration_section .col_8 {
    margin-top: 11px;
}
ul.three_column {
    margin-top: -9px;
}
.experience_section h2 {
    margin-bottom: 41px;
}
.input_section {
    padding: 0px 0px 23px 0px !important;
}

.super-league{top: -18px;left: 50%;transform: translateX(-50%);width:100%;}
.fooer_section img {
    width: 100%;
	display: none;
}
.slider-des {
    height: 90px;
	padding: 25px 5px 30px 5px;
}
.deadline {
    font-size: 16px;
}
.wraper_section .wrape ul li h2 {
    font-size: 40px;
    line-height: 20px;
}
.wraper_section .wrape ul li {
    padding: 30px 20px 24px 20px;
}
.testimonial_text1 {
    position: absolute;
    top: 25px;
    right: 5%;
}
.fooer_section {
    padding: 10px 0px 50px 0px;
}
.mobile-pic {
    display: inherit !important;
}
.fooer_section ul li h2 {
	font-size: 25px;
    margin-bottom: 0px;
}
.indicators {
    bottom: 90px;
}
.text-new {
  margin: -20px 0px 20px 0px !important;
}

}
@media(max-width:518px) {
.icon-text-sec ul li {
  height: 100px;
}
}
@media(max-width:500px) {
.international-immersion {
    width: 100%;
}
.international-immersion p {
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}
.icon-text-sec ul li span {
    display: inherit;
	padding: 0px 0px 0px 10px;
}
.arrow {
    top: 30%;
}
.carousel {
    padding-top: 66%;
}
.indicators {
    bottom: 95px;
}
.arrow {
    width: 20px;
    height: 20px;
}
.field-new1 {
    width: 53% !important;
}
}
@media(max-width:480px) {
.testimonial_text1 {
	width: 230px;
    right: 0%;
	padding: 0px 0px 0px 20px;
}
}
@media(max-width:478px) {
.ranking_section {
    padding: 53px 0px 16px 0px !important;
}
}
@media(max-width:450px) {
.carousel {
    padding-top: 67%;
}
.indicators {
    bottom: 90px;
}
}
@media(max-width:432px) {
.wrape-mobile .title {
    margin-bottom: 31px !important;
}
}
@media(max-width:414px) {
input:checked ~ .tab-content {
  max-height: 113vh;
}
}
@media(max-width:410px) {
.experience_section ul li.testimonial_box img {
    width: 100px;
}
.testimonial_text1 {
    top: -10px;
}
}
@media(max-width:407px) {
.wraper_section .wrape ul li {
    height: 155px !important;
}
}
@media(max-width:402px) {
input:checked ~ .tab-content {
  max-height: 130vh;
}
}

@media(max-width:400px) {
.box-col p, .box-col1 p {
    font-size: 16px;
}
.carousel {
    padding-top: 70%;
}
.indicators {
    bottom: 87px;
}

}
@media(max-width:375px) {
.slider-des {
    padding: 27px 5px 30px 5px;
}
}
@media(max-width:360px) {
.carousel {
    padding-top: 73%;
}
.wraper_section .wrape ul li h2 {
    font-size: 30px;
    line-height: 10px;
}
.wraper_section .wrape ul li p {
    font-size: 15px;
}
.logo {
    width: 57%;
}
.top-hed {
	width: 43%;
    font-size: 13px;
}
}
@media(max-width:350px) {
.testimonial_text1 {
    padding: 0px 0px 0px 60px;
}
}
@media(max-width:348px) {
.slider-mobile {
    height: 110px;
}
input:checked ~ .tab-content {
  max-height: 150vh;
}
}
@media(max-width:344px) {
.wraper_section .wrape ul li {
    height: 175px !important;
}
}
@media(max-width:332px) {
.slider-des {
    height: 100px;
}
.carousel {
    padding-top: 76%;
}
}

.top-strip ul li::before {
    content: "■";
    color: #03649f;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 1em;
    margin: -1px 0px 0px -17px;
}



/* mobile responsive page property end */
