body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: 400;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 3.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 1.675rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
h4 {
    font-size: 1.25rem;
    font-family: 'Source Sans Pro', sans-serif;
}
h5 {
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
}
h6 {
    font-size: 0.875rem;
    font-family: 'Source Sans Pro', sans-serif;
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    font-family: 'Source Sans Pro', sans-serif;
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 5rem;
    padding-right: 5rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 15px;
    background: #fdb11c;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #044246;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 8px 0;
    padding: 0;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#head-logo {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 0px 100px;
    margin: 0px;
    background: #044246;
}
#head-logo .headwrap {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
#head-logo .headwrap .top_nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0px;
    /*	flex-direction: row-reverse;*/
}
#head-logo .headwrap .top_nav a {
    display: block;
}
#head-logo .headwrap .top_nav a.logoleft img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#head-logo .headwrap .top_nav a.logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.banslider {
    position: relative;
    padding: 0px 0px 0px 0px;
    background: #dddedd;
    margin: 0px;
    /*    z-index: 0;*/
}
.banslider .nopadding {
    margin: 0px !important;
    padding: 0px !important;
}
.banslider .testwrap {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.banslider .testwrap .test-slider .item {
    position: relative;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
    margin: 0px;
    padding: 0px 0;
    min-height: 650px;
    height: 100%;
}
.banslider .testwrap .test-slider .item img.testbgimg {
    position: absolute;
    width: 100%;
    max-height: 700px;
    /*    height: 100%;*/
}
.banslider .testwrap .test-slider .item .header-text {
    padding: 70px 0px 2px 0px;
    position: relative;
}
.banslider .testwrap .test-slider .item .header-text h5 {
    padding: 15px 10px 0px 10px;
    margin: 0px;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Gotham';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    background: #044246;
    display: inline-block;
}
.banslider .testwrap .test-slider .item .header-text h3 {
    padding: 10px 0 0 0;
    margin: 0px;
    color: #044246;
    font-weight: 900;
    font-family: 'Gotham';
    font-size: 2rem;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: -.8px;
}
.banslider .testwrap .test-slider .item .header-text .shape {
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    content: '';
    display: inline-block;
    position: relative;
    width: 85%;
    left: -26%;
    height: 10%;
    bottom: 0;
    background: #7f1518;
    padding: 5px 15px;
    margin-top: 20px;
}
.banslider .testwrap .test-slider .item .header-text .shape h4 {
    padding: 20px 0 15px 180px;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-family: 'Gotham';
    font-size: 1.8rem;
    /*    text-transform: uppercase;*/
    line-height: .8;
    position: relative;
}
.banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Gotham';
    padding: 15px 20px 5px 20px;
    font-size: 1rem;
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffb70b;
    /*    border: 1px solid #fff;*/
    transition: all 0.3s ease 0s;
    margin: 6px 0px 5px 179px;
    /*    border-radius: 20px;*/
    bottom: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.banslider .testwrap .test-slider .item .header-text .shape a.applybtn::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #044246;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*	border-radius: 20px;*/
}
.banslider .testwrap .test-slider .item .header-text .shape a.applybtn:hover::before {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*    border-radius: 20px;*/
}
.banslider .testwrap .test-slider .item .header-text .shape a.applybtn:hover {
    background: #044246;
    /*  border: 1px solid #fff;*/
    color: #fff;
    /*    border-radius: 20px;*/
}
.banslider .testwrap .test-slider .item .header-text .globimg {
    display: block;
    position: relative;
    padding: 30px 0 0 0;
}
.banslider .testwrap .test-slider .item .header-text .globimg img.withimg {
    max-width: 200px;
    width: 100%;
    margin: 0px;
}
.banslider .testwrap .test-slider .item .header-text h3.h3 {
    padding: 35px 0 0 0;
    margin: 0px;
    color: #044246;
    font-weight: 900;
    font-family: 'Gotham';
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: .8;
}
.banslider .testwrap .test-slider .item .header-text h5.h5 {
    padding: 20px 10px 0px;
    margin: 8px 0 0 0;
    color: #ffb70b;
    font-size: 2rem;
    font-family: 'Gotham';
    font-weight: bold;
    text-transform: uppercase;
    line-height:unset;
    background: #044246;
    display: inline-block;
}
.banslider .testwrap .test-slider .item .header-text h6 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.banslider .testwrap .test-slider .item .header-text p {
    padding: 8px 0 0 0;
    margin: 0px;
    color: #000;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-style: italic;
}
.banslider .testwrap .test-slider .item .header-text p span {
    font-weight: 700;
    color: #7f1518;
    font-size: 1.2rem;
}
.banslider .testwrap .test-slider .item .header-text ul {
    margin: 0px;
    padding: 20px 0 0 0;
    list-style: none;
}
.banslider .testwrap .test-slider .item .header-text ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    margin: 0px;
    padding: 1px 10px;
    display: inline-block;
    background: #d8eaf0;
}
.banslider .testwrap .test-slider .item .header-text2 {
    padding: 70px 0px 2px 0px;
    position: relative;
}
.banslider .testwrap .test-slider .item .header-text2 h5 {
    padding: 0px 0 2px 0px;
    margin: 0px;
    color: #000000;
    font-size: 1.62rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.banslider .testwrap .test-slider .item .header-text2 h3 {
    padding: 10px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3.3rem;
    text-transform: uppercase;
    line-height: .8;
}
.banslider .testwrap .test-slider .item .header-text2 h3 sup {
    font-size: 2rem;
}
.banslider .testwrap .test-slider .item .header-text2 h6 {
    padding: 20px 0 0 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.banslider .testwrap .test-slider .item .header-text2 p {
    padding: 0px 0 0 0;
    margin: 0px;
    color: #000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}
.banslider .testwrap .test-slider .item .header-text2 ul {
    margin: 0px;
    padding: 20px 0 0 0;
    list-style: none;
}
.banslider .testwrap .test-slider .item .header-text2 ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    margin: 0px;
    padding: 1px 10px;
    display: inline-block;
    background: #d8eaf0;
}
/*
#testimonials .testwrap .test-slider .item .header-text img {
    width: 100px;
}
*/
/*
#testimonials .testwrap .test-slider .item img {
    margin: 0 0 20px 0;
}
*/
/* the slides */
.banslider .test-slider .slick-slide {
    margin: 3px 5px;
}
/* the parent */
.banslider .test-slider .slick-list {
    /*    margin: -10px -10px;*/
    margin: -16px -10px -31px -10px;
    /*	width: 100%;*/
    /*  overflow: visible;*/
}
.banslider .test-slider .slick-next {
    right: 20px;
}
.banslider .test-slider .slick-prev {
    right: 90px;
    left: auto
}
.banslider .test-slider .slick-next:before {
    content: url(../images/next-arrow.png);
    width: 55px;
    height: 44px;
}
.banslider .test-slider .slick-prev:before {
    content: url(../images/prev-arrow.png);
    width: 55px;
    height: 44px;
}
.banslider .test-slider .slick-dots {
    position: absolute;
    bottom: 2%;
    /*	top:0%;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banslider .test-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}
.banslider .test-slider .slick-dots li {
    position: relative;
    /*  display: inline-block;*/
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: solid 1px #ffb70b;
    transform: rotate(45deg);
}
.banslider .test-slider .slick-dots li button {
    border: 0;
    outline: none;
    background: transparent;
}
.banslider .test-slider .slick-dots li.slick-active {
    background: #ffb70b;
    border: none;
}
.banslider .test-slider .slick-slide img {
    margin: 0 auto 30px auto;
    position: relative;
}
/*********************** BANNER 2 CSS END ***********************************/
/*

header {
     
    position: relative;
    background: #ffffff url("../images/snu_banner.jpg") no-repeat;
    background-position: 10% 80%;
    background-size: cover;
    padding: 0px 0;
    min-height: 700px;
}
header .header-text {
    padding: 80px 0px 2px 0px;
}
header .header-text h5 {
    padding: 0px 0 2px 0px;
    margin: 0px;
    color: #000000;
    font-size: 2.1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
     
    line-height: 1;
}
header .header-text h3 {
    padding: 0px 0;
    margin: 0px;
    color: #1b61a9;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: .8;
}
*/
/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 6%;
    top: 11%;
    max-width: 350px;
    display: block;
}
.query-form {
    max-width: 350px;
    float: right;
    padding: 10px;
    background: rgba(255, 255, 255, .40);
    border: 1px solid #151951;
}
.mobile-npf {
    display: none;
    text-align: center;
    background: #dddedd;
    padding: 0px 0 0 0 ;
    max-width: 100%;
    width: 100%;
}
.mobile-npf h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}
.enqu-form {
    position: relative;
    margin: 0px 20px 0 20px;
    padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
.linebreak {
    display: block;
}
#aboutsnu {
    position: relative;
    padding: 70px 0px 50px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
#aboutsnu .abtwrap {
    padding: 0px 0px 0px 0px;
    /*    max-width: 1000px;*/
    /*    width: 100%;*/
    margin: auto auto;
}
#aboutsnu .abtwrap p {
    font-size: 1.1rem;
    margin: 0;
    padding: 20px 5px;
    line-height: 1.48;
    color: #000;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
#aboutsnu .abtwrap .tabmaindiv {
    position: relative;
    padding: 0px;
}
#aboutsnu .abtwrap .nav {
    color: #044246;
    display: flex;
    height: 100%;
   
}
#aboutsnu .abtwrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #044246;
    font-weight: 700;
    margin: 0;
    z-index: 1;
    display: flex;
    height: 100%;
    position: relative; 
    align-items: center;
    justify-content: center;
}
#aboutsnu .abtwrap .nav-pills:hover .nav-link:hover, .nav-pills:hover .show > .nav-link {
    color: #fff;
    background-color: #044246;
    border-radius: 0;
    z-index: 111;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
}
#aboutsnu .abtwrap .nav-pills .nav-link {
    background: #d6d6d6;
    margin: 0px 0 5px 10px;
    border-radius: 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 64px 0px 64px 0px;
    text-align: center;
}
#aboutsnu .abtwrap .nav-link {
    display: inline-block;
    /*  width: 340px;*/
    width: 100%;
}
#aboutsnu .abtwrap .tab-content {
    background: #7f1518;
    padding: 25px 30px 20px 30px;
    min-height: 323px;
    height: auto;
    /*  margin-left: 0px;*/
    /*  -webkit-box-shadow: 1px 1px 15px 10px rgba(6, 6, 6, 0.15);*/
    /*  -moz-box-shadow: 1px 1px 15px 10px rgba(6, 6, 6, 0.15);*/
    /*  box-shadow: 1px 1px 15px 10px rgba(6, 6, 6, 0.15);*/
    /*	margin-left: 70px;*/
}
#aboutsnu .abtwrap .tab-content .tab-pane {
    /*  padding: 20px 20px 20px 20px;*/
}
#aboutsnu .abtwrap .tab-content p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
#aboutsnu .abtwrap .tab-content p.tab2para {
    font-size: 1rem !important;
}
#aboutsnu .abtwrap .tab-content ul.tab2list li {
    font-size: .9rem !important;
}
#aboutsnu .abtwrap .tab-content ul {
    margin: 15px 0 0 0;
    list-style: none;
    padding: 0;
}
#aboutsnu .abtwrap .tab-content ul li {
    margin: 0px;
    padding: 1px 0px 1px 15px;
    color: #ffffff;
    font-size: 1rem;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
#aboutsnu .abtwrap .tab-content ul li::before {
    content: '\f111';
    left: 0;
    font-size: 5px;
    /*  line-height: 1;*/
    top: 5px;
    color: #eab716;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: bolder;
}
#mba-snu {
    position: relative;
    padding: 50px 0px 30px 0px;
    background: #fff url("../images/snu_mba_bg_v1.jpg") top/cover no-repeat;
}
#mba-snu .mbawrap {
    padding: 0px 0px 0px 0px;
}
#mba-snu .mbawrap h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0px;
    text-transform: uppercase;
}
#mba-snu .mbawrap .placementsection {
    position: relative;
    padding: 10px 0 0 0;
}
#mba-snu .mbawrap .placementsection p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon1 {
    /*    display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0 0 0px;
    /*    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);*/
    /*    height: 200px;*/
    /*    width: 100%;*/
    /*    background: #fdb11c;*/
    z-index: 1;
    position: relative;
}
#mba-snu .mbawrap .placementsection .polygon1 .poldata1 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mba-snu .mbawrap .placementsection .polygon1 .poldata1 h3 {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #112345;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    display: block;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon1 .poldata1 h4 {
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    color: #112345;
    text-align: center;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
    /*	background: red;*/
}
#mba-snu .mbawrap .placementsection .polygon2 h3 {
    font-size: 3.4rem;
    margin: 0;
    line-height: 1;
    color: #fdb11c;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    display: block;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon2 h3 .bignum {
    font-size: 4.2rem;
}
#mba-snu .mbawrap .placementsection .polygon2 h4 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    display: block;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon2 p {
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: block;
    padding: 5px 0 0 0px;
}
#mba-snu .mbawrap .placementsection .polygon3 {
    /*    display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0 0 0px;
    /*    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);*/
    /*    height: 200px;*/
    /*    width: 100%;*/
    /*    background: #fdb11c;*/
    z-index: 1;
    position: relative;
    /*	width: 100%;*/
}
#mba-snu .mbawrap .placementsection .polygon3 .poldata3 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#mba-snu .mbawrap .placementsection .polygon3 .poldata3 h3 {
    font-size: 3.4rem;
    line-height: 1;
    color: #112345;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    padding: 0px 0px;
    position: absolute;
    top: -5px;
    left: -70px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#mba-snu .mbawrap .placementsection .polygon3 .poldata3 span {
    font-size: 1.2rem;
    /*    margin: 0;*/
    line-height: 1;
    color: #112345;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0px;
    position: absolute;
    display: block;
    top: 8px;
    bottom: 0;
    left: 61%;
    right: 0;
    margin: auto auto;
}
#mba-snu .mbawrap .placementsection .polygon3 .poldata3 p {
    font-size: .7rem;
    margin: 0;
    line-height: 1;
    color: #112345;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: block;
    padding: 50px 0 0 0px;
}
#mba-snu .mbawrap .placementsection .polygon4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
    /*	background: red;*/
}
#mba-snu .mbawrap .placementsection .polygon4 h3 {
    font-size: 3.4rem;
    margin: 0;
    line-height: 1;
    color: #fdb11c;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    display: block;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon4 h3 .bignum {
    font-size: 4.2rem;
}
#mba-snu .mbawrap .placementsection .polygon4 h4 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    display: block;
    padding: 0px 0px;
}
#mba-snu .mbawrap .placementsection .polygon4 p {
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    display: block;
    padding: 5px 0 0 0px;
}
.mba-slider {
    position: relative;
    padding: 0px 20px;
    margin: 0px;
}
.mba-slider .item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.mba-slider .item .mba-item .hover02 .imgbox2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*	background: #fff;*/
    overflow: hidden;
}
.mba-slider .item .mba-item .hover02 .imgbox2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
.mba-slider .item .mba-item .hover02 .imgbox2:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*
.mba-slider .item .mba-item {
    text-align: center;
     padding: 10px;
    margin: 0px;
    display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.mba-slider .item .mba-item img {
    display: block;
     position: relative;
    width: 100%;
 }
*/
.mba-slider .item .mba-item h4 {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    margin: 0px;
    padding: 0px 0 10px 0;
    text-align: left;
}
.mba-slider .item .mba-item h3 {
    color: #fdb529;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    margin: 0px;
    padding: 10px 0 5px 0;
    text-align: left;
}
.mba-slider .item .mba-item p {
    font-size: 1.1rem;
    margin: 0;
    padding: 10px 0 30px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: justify;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
/* the slides */
.mba-slider .slick-slide {
    margin: 15px 15px;
}
.mba-slider .slick-slide img {
    display: inline-block;
}
/* the parent */
.mba-slider .slick-list {
    margin: 15px -20px;
}
.mba-slider .slick-next {
    right: -2%;
    top: 35%;
}
.mba-slider .slick-prev {
    left: -2%;
    top: 35%;
    z-index: 11;
}
.mba-slider .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 2rem;
    color: #fdaa08;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.mba-slider .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 2rem;
    font-weight: bold;
    color: #fdaa08;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.mba-slider .slick-prev::before, .mba-slider .slick-next::before {
    opacity: 1;
}
.mba-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.mba-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.mba-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .5;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fdb11c;
    border-radius: 100%;
}
#recruiters {
    position: relative;
    padding: 30px 0px 30px 0px;
}
#recruiters .rectwrap {
    padding: 0px 0px 0px 0px;
}
#recruiters .rectwrap h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0px;
    text-transform: uppercase;
}
#recruiters .rectwrap .recruiter-slider {
    padding: 0px 5px;
}
#recruiters .rectwrap .recruiter-slider img {
    -webkit-box-shadow: 0px 0px 3px 3px rgba(119, 119, 119, 0.05);
    -moz-box-shadow: 0px 0px 3px 3px rgba(119, 119, 119, 0.05);
    box-shadow: 0px 0px 3px 3px rgba(119, 119, 119, 0.05);
}
/* the slides */
.recruiter-slider .slick-slide {
    margin: 10px 10px;
}
/* the parent */
.recruiter-slider .slick-list {
    margin: -10px -10px;
}
.recruiter-slider .slick-next {
    right: -35px;
    height: auto;
}
.recruiter-slider .slick-prev {
    left: -40px;
    height: auto;
}
.recruiter-slider .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 2rem;
    color: #7f1518;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.recruiter-slider .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 2rem;
    font-weight: bold;
    color: #7f1518;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}
.recruiter-slider img {
    width: 100%
}
.recruiter-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}
.recruiter-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.recruiter-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border-radius: 100%;
}
#eligib-schol {
    position: relative;
    padding: 30px 0px 30px 0px;
}
#eligib-schol .elgwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
    /*
    width: 100%;
    max-width: 1150px;
    margin: auto auto;
*/
}
#eligib-schol .elgwrap h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0 20px 0px;
}
#eligib-schol .elgwrap .vline::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #1b61a9;
    right: 0;
}
#eligib-schol .elgwrap .eligibty {
    position: relative;
    padding: 0px 0px 20px 0px;
}
#eligib-schol .elgwrap .eligibty ul {
    margin: 0px 0 0 0;
    list-style: none;
    padding: 0;
}
#eligib-schol .elgwrap .eligibty ul li {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    color: #000;
    text-align: justify;
    font-size: 1.1rem;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
#eligib-schol .elgwrap .eligibty ul li::before {
    content: '\f111';
    left: 0;
    font-size: 5px;
    top: 8px;
    color: #1b61a9;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: bolder;
}
#eligib-schol .elgwrap .eligibty p {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: justify;
    font-weight: 400;
    padding: 15px 0 0 0px;
}
#eligib-schol .elgwrap .scholrshp {
    position: relative;
    padding: 0px 0px 20px 10px;
}
#eligib-schol .elgwrap .scholrshp h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0 0px 0px;
}
#eligib-schol .elgwrap .scholrshp p {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-weight: 400;
    padding: 5px 0 15px 0px;
}
#eligib-schol .elgwrap .scholrshp a.applybtn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 50px 10px 50px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #fdb11c;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
    margin: 0px 5px 0 0;
    /*    border-radius: 20px;*/
    bottom: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#eligib-schol .elgwrap .scholrshp a.applybtn::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #7f1518;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*	border-radius: 20px;*/
}
#eligib-schol .elgwrap .scholrshp a.applybtn:hover::before {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*    border-radius: 20px;*/
}
#eligib-schol .elgwrap .scholrshp a.applybtn:hover {
    /*    background: #7f1518;*/
    /*  border: 1px solid #fff;*/
    color: #fff;
    /*    border-radius: 20px;*/
}
#eligib-schol .elgwrap .scholrshp ul {
    margin: 0px 0 0 0;
    list-style: none;
    padding: 0;
}
#eligib-schol .elgwrap .scholrshp ul li {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    color: #000;
    font-size: 1rem;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
#eligib-schol .elgwrap .scholrshp ul li::before {
    content: '\f111';
    left: 0;
    font-size: 5px;
    top: 8px;
    color: #1b61a9;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: bolder;
}
#eligib-schol .elgwrap .scholrshp .finad {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    background: #044246;
    padding: 20px;
    flex-direction: column;
    border-left: solid 15px #7f1518;
    margin-top: 25px;
    /*    margin-left: -15px*/
}
#eligib-schol .elgwrap .scholrshp .finad p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    text-align: justify;
    font-weight: 400;
    padding: 0px 0px;
}
#eligib-schol .elgwrap .scholrshp .finad p span {
    font-weight: 600;
}
#eligib-schol .elgwrap .scholrshp .finad h5 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    font-weight: 600;
    padding: 0px 0 0 0px;
}
#students {
    position: relative;
    padding: 30px 0px 30px 0px;
}
#students .stuwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
    /*
    width: 100%;
    max-width: 1150px;
    margin: auto auto;
*/
}
/*
#students .stuwrap .mrtop {
    margin-top: 2.5rem;
}
*/
#students .stuwrap h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0 20px 0px;
    text-transform: uppercase;
}
#students .stuwrap .stubox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
#students .stuwrap .stubox img.profilepic {
    max-width: 300px;
    width: 100% !important;
    position: relative;
    margin-bottom: 25px;
}
#students .stuwrap .stubox div {
    display: flex;
    position: relative;
    padding: 0px 0px 0px 20px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
#students .stuwrap .stubox div img.yelloqt {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -9%;
    left: -5%;
}
#students .stuwrap .stubox div img.yelloqt1 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5%;
    left: -5%;
}
#students .stuwrap .stubox div img.purpleqt {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: -20%;
}
#students .stuwrap .stubox div p {
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.5;
    color: #000;
    text-align: justify;
    font-weight: 400;
    padding: 0px;
}
#students .stuwrap .stubox div h5 {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: left;
    font-weight: 700;
    padding: 30px 0 0px 0;
}
#students .stuwrap .stubox div h5 span {
    font-weight: 400;
    color: #000;
}
#students .stuwrap .stubox .linebreak2 {
    display: inline;
}
#life {
    position: relative;
    padding: 30px 0px 0px 0px;
}
#life .lifewrap {
    padding: 0px 0px 0px 0px;
    position: relative;
    /*
	width: 100%;
	max-width: 1150px;
	margin: auto auto;
*/
}
#life .lifewrap h2 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1.3;
    color: #7f1518;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    padding: 0px 0 40px 0px;
}
/*#life .lifewrap img {border: none;outline: none; width: 100%; height: 100%; text-decoration: none; display: block;}*/
#life .lifewrap .hover01 .imgbox p {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    bottom: 5%;
    display: block;
    left: 0;
    right: 0;
}
#life .lifewrap .hover01 .imgbox {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*	background: #fff;*/
    overflow: hidden;
}
#life .lifewrap .hover01 .imgbox img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
}
#life .lifewrap .hover01 .imgbox:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#register {
    position: relative;
    padding: 20px 0px 40px 0px;
    background: #fff;
}
#register .regwrap {
    position: relative;
    padding: 0px 0px 0px 0px;
    /*	max-width: 1200px;*/
    /*	width: 100%;*/
    /*	margin: 0 auto;*/
}
#register .regwrap .actionbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#register .regwrap .actionbtn a.applybtn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 50px 10px 50px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #044246;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
    margin: 0px 5px 0 0;
    /*    border-radius: 20px;*/
    bottom: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#register .regwrap .actionbtn a.applybtn::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #7f1518;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*	border-radius: 20px;*/
}
#register .regwrap .actionbtn a.applybtn:hover::before {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*    border-radius: 20px;*/
}
#register .regwrap .actionbtn a.applybtn:hover {
    /*    background: #7f1518;*/
    /*  border: 1px solid #fff;*/
    color: #fff;
    /*    border-radius: 20px;*/
}
#register .regwrap .actionbtn a.applybtnew {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 25px 10px 25px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 1px solid #7f1518;
    transition: all 0.3s ease 0s;
    margin: 0px 0 0 10px;
    /*    border-radius: 20px;*/
    bottom: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#register .regwrap .actionbtn a.applybtnew::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #7f1518;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*	border-radius: 20px;*/
}
#register .regwrap .actionbtn a.applybtnew:hover::before {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*    border-radius: 20px;*/
}
#register .regwrap .actionbtn a.applybtnew:hover {
    background: #7f1518;
    /*  border: 1px solid #fff;*/
    color: #fff;
    /*    border-radius: 20px;*/
}
#register .regwrap h1 {
    color: #0066b3;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    margin: 30px 0px 0px 0;
    padding: 20px 0px 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    text-align: center;
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    background: #044246;
    color: #fff;
    padding: 0px 0;
    margin: 0px;
    position: relative;
}
.site-footer .footer-wrap {
    padding: 20px;
    margin: 0px;
}
.site-footer .copyrights1 {
    text-align: left;
    font-size: .9rem;
    padding: 5px 0;
    margin: 0px;
    color: #fff;
    font-weight: 400;
}
.site-footer .copyrights2 {
    text-align: right;
    font-size: .9rem;
    padding: 5px 0;
    margin: 0px;
    color: #fff;
    font-weight: 400;
}
.site-footer .copyrights2 a {
    text-decoration: none;
    color: #fff;
}
.site-footer .copyrights2 a:hover {
    text-decoration: underline;
}
.site-footer .copyrights2 a .fa-envelope {
    font-size: 1rem;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html {
        font-size: 15px;
        overflow-x: hidden;
    }
    #head-logo .headwrap .top_nav a.logo img {
        max-width: 300px;
        width: 100%;
    }
    .desktop-npf {
        display: none
    }
    .mobile-npf {
        display: block;
        /*    padding: 20px;*/
    }
    .banslider .testwrap .test-slider .item img.testbgimg {
        position: absolute;
        width: 100%;
        min-height: 500px;
        height: auto;
    }
    .banslider .testwrap .test-slider {
        max-height: 480px;
        height: 100%;
    }
    .banslider .testwrap .test-slider .item .header-text {
        padding: 50px 0px 2px 0px;
    }
    .banslider .testwrap .test-slider .item .header-text2 h5 {
        font-size: 1.3rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 h3 {
        font-size: 2.6rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 h3 sup {
        font-size: 1.5rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 122px;
        font-size: 1.6rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
        margin: 6px 0px 5px 121px;
    }
    .banslider .testwrap .test-slider .item .header-text .shape {
        width: 100%;
    }
    .banslider .testwrap .test-slider .item .header-text h3 {
        font-size: 1.8rem;
    }
    .banslider .testwrap .test-slider .item .header-text .globimg img.withimg {
        max-width: 150px;
    }
    .banslider .testwrap .test-slider .item .header-text h3.h3 {
        font-size: 1.7rem;
    }
    .banslider .testwrap .test-slider .item .header-text h5.h5 {
        font-size: 1.8rem;
    }
    #aboutsnu {
        padding: 60px 0px 50px 0px;
    }
    #aboutsnu .abtwrap .nav-pills .nav-link {
        margin: 0px 0 5px 0px;
        padding: 20px 0px 20px 0px;
    }
    #aboutsnu .abtwrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        margin: 0px 0 5px 0px;
    }
    #aboutsnu .abtwrap .tab-content p.tab2para {
        font-size: 1rem !important;
    }
    #mba-snu .mbawrap {
        padding: 0px;
    }
    .mba-slider .item .mba-item h4 {
        font-size: 1.3rem;
    }
    #mba-snu .mbawrap .placementsection .polygon1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0px 0 0px;
    }
    #mba-snu .mbawrap .placementsection .polygon2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0px 20px 0px;
    }
    #mba-snu .mbawrap .placementsection .polygon3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0 0 0px;
    }
    #recruiters .rectwrap {
        padding: 0px;
    }
    #eligib-schol .elgwrap .vline::before {
        display: none;
    }
    #eligib-schol .elgwrap .scholrshp {
        position: relative;
        padding: 0px 0px 20px 0px;
    }
    #eligib-schol .elgwrap .eligibty {
        position: relative;
        padding: 0px 0px 50px 0px;
    }
    .site-footer .copyrights1, .site-footer .copyrights2 {
        text-align: center;
    }
    #students .stuwrap .stubox {
        flex-direction: column;
    }
    #students .stuwrap .stubox div {
        display: flex;
        position: relative;
        padding: 20px 20px 0px 20px;
    }
    #students .stuwrap .stubox div img.yelloqt {
        position: absolute;
        width: 60px;
        height: 60px;
        top: -18%;
        left: 0;
    }
    #students .stuwrap .stubox div img.yelloqt1 {
        position: absolute;
        width: 60px;
        height: 60px;
        top: -11%;
        left: 0%;
    }
    #students .stuwrap .stubox div img.purpleqt {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 0;
        bottom: 0%;
    }
    #students .stuwrap .mrtop {
        margin-top: 2.5rem;
    }
    .banslider .testwrap .test-slider .item .header-text .globimg{
        padding-top: 10px;
    }
}
@media (max-width: 576px) {
    #head-logo {
        padding: 0px 0px;
    }
    #head-logo .headwrap .top_nav a.logo img {
        max-width: 270px;
        width: 100%;
        margin-top: 8px;
    }
    #head-logo .headwrap .top_nav a.logoleft img {
        max-width: 120px;
    }
    .banslider .testwrap .test-slider .item {
        min-height: 500px;
    }
    .banslider .testwrap .test-slider .item img.testbgimg {
        position: absolute;
        width: 100%;
        min-height: 450px;
        /*  height: 100%;*/
    }
    .banslider .testwrap .test-slider {
        max-height: 420px;
        /*        height: 100%;*/
    }
    .banslider .testwrap .test-slider .item .header-text {
        padding: 40px 0px 2px 10px;
    }
    .banslider .testwrap .test-slider .item .header-text2 {
        padding: 20px 0px 2px 10px;
    }
    .banslider .testwrap .test-slider .item .header-text h5 {
        font-size: 1.3rem;
    }
    .banslider .testwrap .test-slider .item .header-text h3 {
        font-size: 1.5rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 132px;
        font-size: 1.4rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
        margin: 6px 0px 5px 132px;
        padding: 7px 10px 7px 10px;
    }
    .banslider .testwrap .test-slider .item .header-text .shape {
        width: 83%;
        margin-top: 25px;
    }
    .banslider .testwrap .test-slider .item .header-text h3.h3 {
        font-size: 1.4rem;
    }
    .banslider .testwrap .test-slider .item .header-text h5.h5 {
        font-size: 1.4rem;
        padding: 15px 7px 5px;
    }
    #mba-snu .mbawrap .placementsection .polygon2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0 20px 0;
        /*        margin-top: -70px;*/
    }
    #mba-snu .mbawrap .placementsection .polygon4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0 20px 0;
        margin-top: -70px;
    }
    #mba-snu .mbawrap .placementsection .polygon3 .poldata3 span {
        top: 8px;
        left: 55%;
    }
    .mba-slider {
        position: relative;
        padding: 0px 100px;
    }
    #recruiters .rectwrap .recruiter-slider {
        padding: 0px 30px;
    }
    .recruiter-slider .slick-slide {
        margin: 5px 5px;
    }
    .recruiter-slider .slick-next {
        right: 3px;
        height: auto;
    }
    .recruiter-slider .slick-prev {
        left: 0px;
        height: auto;
        z-index: 111;
    }
    .recruiter-slider .slick-dots li button::before {
        width: 7px;
        height: 7px;
    }
    .mba-slider .slick-dots li button::before {
        width: 7px;
        height: 7px;
    }
    #students .stuwrap .stubox .linebreak2 {
        display: block;
    }
    #eligib-schol .elgwrap .scholrshp .finad {
        margin-left: 0px;
    }
}
@media (max-width: 481px) {
    .mba-slider {
        position: relative;
        padding: 0px 50px;
    }
    #students .stuwrap .stubox div img.yelloqt1 {
        top: -10%;
    }
    .banslider .testwrap .test-slider .item .header-text .shape {
        width: 100%;
    }
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 108px;
    }
    .banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
        margin: 6px 0px 5px 108px;
    }
    .mba-slider .slick-slide {
      margin:5px;
  }
  
}
@media (max-width: 431px) {
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 95px;
        font-size: 1.1rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
        margin: 6px 0px 5px 94px;
    }
}
@media (max-width: 426px) {
    .banslider .testwrap .test-slider .item .header-text .shape {
        left: -18px;
        width: 80%;
    }
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 6px;
        font-size: 1.3rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape a.applybtn {
        margin: 6px 0px 5px 6px;
    }
    .banslider .testwrap .test-slider {
        min-height: 500px;
        /*  height: 100%;*/
    }
    .banslider .testwrap .test-slider .item img.testbgimg {
        position: absolute;
        width: 100%;
        min-height: 485px;
        left: 20%;
        /*  height: 100%;*/
    }
    #head-logo .headwrap .top_nav a.logo img {
        max-width: 200px;
    }
    #head-logo .headwrap .top_nav a.logoleft img {
        max-width: 100px;
    }
    .banslider .testwrap .test-slider .item .header-text p {
        font-size: .9rem;
    }
    .banslider .testwrap .test-slider .item .header-text ul li {
        font-size: 1rem;
        padding: 1px 1px;
    }
    .banslider .testwrap .test-slider .item .header-text2 h5 {
        font-size: 1.2rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 h3 {
        font-size: 1.8rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 h3 sup {
        font-size: 1rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 h6 {
        font-size: 1.2rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 p {
        font-size: .9rem;
    }
    .banslider .testwrap .test-slider .item .header-text2 ul li {
        font-size: 1rem;
        padding: 1px 1px;
    }
    #mba-snu .mbawrap .placementsection .polygon3 .poldata3 span {
        top: 8px;
        left: 58%;
    }
    #mba-snu .mbawrap h2, #mba-snu .mbawrap .placementsection h2, #recruiters .rectwrap h2, #eligib-schol .elgwrap h2, #students .stuwrap h2, #life .lifewrap h2, #eligib-schol .elgwrap .scholrshp h2 {
        font-size: 2.1rem;
        line-height: 1;
        text-align: center;
    }
    #eligib-schol .elgwrap .scholrshp a.applybtn{
      display: block;
      margin-top: 2rem;
    }
    #register .regwrap .actionbtn a.applybtn {
        padding: 10px;
    }
    #register .regwrap .actionbtn a.applybtnew {
        padding: 9px 8px 9px 8px;
    }
}
@media (max-width: 394px) {
    .banslider .testwrap .test-slider .item .header-text h3 {
        font-size: 1.3rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 3px 0 8px 6px;
        font-size: 1.1rem;
    }
}
@media (max-width: 391px) {
    .banslider .testwrap .test-slider .item .header-text .shape h4 {
        padding: 10px 0 0px 6px;
        font-size: 1rem;
    }
    .banslider .testwrap .test-slider .item .header-text h3 {
        font-size: 1.3rem;
    }
   
}
@media (max-width: 376px) {
    .banslider .testwrap .test-slider {
        max-height: 440px;
        /*  height: 100%;*/
    }
    .banslider .testwrap .test-slider .item img.testbgimg {
        position: absolute;
        width: 100%;
        min-height: 455px;
        left: 20%;
        /*  height: 100%;*/
    }
    #aboutsnu {
        padding: 50px 0px 50px 0px;
    }
    .banslider .testwrap .test-slider .item .header-text {
        padding: 20px 0px 2px 10px;
    }
    .banslider .testwrap .test-slider .item .header-text h5 {
        font-size: 1rem;
        padding: 15px 10px 5px 10px;
    }
    .banslider .testwrap .test-slider .item .header-text h3 {
        font-size: 1.2rem;
    }
    .banslider .testwrap .test-slider .item .header-text h3.h3 {
        font-size: 1.3rem;
    }
    .banslider .testwrap .test-slider .item .header-text .shape {
        left: -15px;
        width: 96%;
    }
    #students .stuwrap .stubox div img.yelloqt {
        top: -9%;
    }
    #students .stuwrap .stubox div img.yelloqt1 {
        top: -5%;
    }
    #aboutsnu .abtwrap .tab-content ul li {
        line-height: 1.5;
    }
}
/*

@media (max-width: 321px) {
     
}*/