@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***  font-family: "Montserrat", serif;****/

body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: "Montserrat", 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: 'Georgia';
    /*     font-weight: 700;*/
}

h2 {
    font-size: 3.5rem;
    font-family: 'Georgia';
    /*    font-weight: 700;*/
}

h3 {
    font-size: 1.675rem;
    font-family: 'Georgia';
    /*    font-weight: 700;*/
}

h4 {
    font-size: 1.25rem;
    font-family: 'Georgia';
}

h5 {
    font-size: 1rem;
    font-family: 'Georgia';
}

h6 {
    font-size: 0.875rem;
    font-family: 'Georgia';
}

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: "Montserrat", serif;
    line-height: 24px;
}


/*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;
}


/*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: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    /*    background: #fdb11c;*/
    background: #222;
    -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: #06332c;
}

.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*/


/*-------------------------------*/


/*
 header.mob-show {
    display: block;
	 position: relative;
}

 header.mob-none {
    display: none;
	  
}


header .deskbanner {
 position: relative;
z-index: -1;
	margin-top: -190px;}
*/

.floatbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}

.my-float {
    margin-top: 16px;
}

header {
    z-index: 100;
    position: relative;
    background: url("../images/jses_banner-bg.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}

header .headwrap {
    padding: 20px 0px 0px 50px;
}

header .headwrap .logo img {
    max-width: 350px;
    width: 100%;
    display: block;
}

header .header-text {
    padding: 140px 0px 2px 50px;
}

header .header-text h1 {
    color: #f8f8f8;
    text-transform: inherit;
    font-size: 2.8rem;
    line-height: 1;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: left;
}

header .header-text div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-top: 30px;
}

header .header-text div h2 {
    color: #f8f8f8;
    text-transform: inherit;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
}

header .header-text div h3 {
    color: #f8f8f8;
    text-transform: inherit;
    font-size: 1.8rem;
    line-height: 1;
    font-family: 'Georgia';
    position: relative;
    font-weight: normal;
    margin: 0px 0 0 15px;
    padding: 0px 0 0 20px;
    display: block;
    text-align: left;
}

header .header-text div h3::after {
    content: '';
    background: #62b32c;
    height: auto;
    width: 3px;
    position: absolute;
    left: 0px;
    top: 3%;
    bottom: 0;
    right: 0;
}

a.logo {
    display: inline-block;
    margin-top: 20px;
    /*	padding: 0px;*/
}


/*new npf & form css aded START */

.desktop-npf {
    position: absolute;
    right: 6%;
    top: 2%;
    max-width: 380px;
    width: 100%;
    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: #183234;
    padding: 0px 0px;
    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;
}

.linebreak1 {
    display: block;
}

#learnat {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff;
}

#learnat .learnwrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#learnat .learnwrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#learnat .learnwrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#learnat .learnwrap p {
    color: #000000;
    font-size: 1rem;
    font-family: "Montserrat", serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

#industrysec {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff url("../images/jses_industry.jpg") top/cover no-repeat;
}

#industrysec .indwrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#industrysec .indwrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#industrysec .indwrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#industrysec .indwrap p {
    color: #000000;
    font-size: 1rem;
    font-family: "Montserrat", serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

#industrysec .indwrap h3 {
    color: #000000;
    font-size: 1.8rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    text-align: left;
}

#industrysec .indwrap h3 span {
    display: block;
}

#industrysec .indwrap h3::before {
    content: '';
    background: #94da79;
    height: 140px;
    width: 4px;
    position: absolute;
    top: 2%;
    bottom: 0;
    right: 8%;
}

#industrysec .indwrap h3::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 60px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #94da79;
}

#industrysec .indwrap h4 {
    color: #000000;
    font-size: 1.8rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    text-align: right;
}

#industrysec .indwrap h4::before {
    content: '';
    background: #94da79;
    height: 140px;
    width: 4px;
    position: absolute;
    top: 2%;
    bottom: 0;
    left: 9%;
}

#industrysec .indwrap h4::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 60px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 15px solid #94da79;
}

#different,
.different {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff;
}

#different .diffwrap,
.different .diffwrap {
    position: relative;
    padding: 0px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#different .diffwrap h2,
.different .diffwrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#different .diffwrap h2::after,
.different .diffwrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#different .diffwrap .greenbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    background: #eef6ff;
    padding: 0;
    min-height: 420px;
    height: 100%;
}

#different .diffwrap .greenbox h3,
.different .diffwrap .greenbox h3 {
    color: #000;
    font-size: 1.4rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding: 12px 10px 12px 20px;
    width: 100%;
    display: inline-block;
    text-align: left;
    background: #6acc47;
}

#different .diffwrap .greenbox div {
    position: relative;
    padding: 20px 20px;
}

#different .diffwrap .greenbox div ul {
    display: block;
    padding: 0;
    margin: 0;
}

#different .diffwrap .greenbox div ul li {
    color: #000000;
    font-family: "Montserrat", serif;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.4;
    font-weight: normal;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

#different .diffwrap .greenbox div ul li::before {
    background: #6acc47;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
}

#courses {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff url("../images/internation/bg-map.webp") top / cover no-repeat;
}

#courses .coursewrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
*/
}

#courses .coursewrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#courses .coursewrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}


/* Style the tab */

#courses .coursewrap .tabup {
    overflow: hidden;
    margin-bottom: 35px;
    /*
	width: 97.5%;
	margin: 0 auto;
	
*/
}


/* Style the buttons inside the tab */

#courses .coursewrap .tabup button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-align: left;
    color: #000;
    width: 100%;
    background: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: 'Heading Pro';
}


/* Change background color of buttons on hover */

#courses .coursewrap .tabup button:hover {
    background-color: #6acc47;
}


/* Create an active/current tablink class */

#courses .coursewrap .tabup button.active {
    background-color: #6acc47;
}


/* Style the tab content */

#courses .coursewrap .tabcontentup {
    display: none;
    padding: 0px 0px;
    /*   background: #ddd;*/
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*********  green whiate tab css end*********/

#courses .coursewrap .nav-tabs a {
    border-bottom: 1px solid #23466d;
    padding: .7rem;
    display: block;
    color: #23466d;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    text-decoration: none;
    font-family: 'Heading Pro';
}

#courses .coursewrap .nav-tabs a:focus,
#courses .coursewrap .nav-tabs a:active,
#courses .coursewrap .nav-tabs a:hover,
#courses .coursewrap .nav-tabs a.active {
    background: #23466d;
    color: #fff;
}

#courses .coursewrap .nav-tabs a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #23466d;
    clear: both;
}

#courses .coursewrap .tab-content {
    padding: 2rem;
    background: #ffffff;
}

#courses .coursewrap .tab-content .elect {
    padding: 7rem 0 0 0;
    position: relative;
}

#courses .coursewrap .tab-content h4 {
    text-align: left;
    color: #fff;
    background: #23466d;
    display: inline-block;
    font-size: 1.1rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}

#courses .coursewrap .nav-tabs li {
    width: -moz-calc(20% - 2px);
    width: -webkit-calc(20% - 2px);
    width: -o-calc(20% - 2px);
    width: calc(20% - 2px);
    margin: 0 1px;
    border: 0;
    text-align: center;
}

#courses .coursewrap .nav-tabs li.newthreetab {
    width: -moz-calc(33.3% - 2px);
    width: -webkit-calc(33.3% - 2px);
    width: -o-calc(33.3% - 2px);
    width: calc(33.3% - 2px);
    margin: 0 1px;
    border: 0;
    text-align: center;
}

#courses .coursewrap .tab-content ul {
    display: block;
    padding: 0;
    margin: 5px 0 0 0;
}

#courses .coursewrap .tab-content ul li {
    color: #2b292a;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

#courses .coursewrap .tab-content ul li:before {
    background: #7ec446;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
}

#courses .coursewrap .tab-content p {
    text-align: left;
    color: #2b292a;
    font-size: 1rem;
    font-family: "Montserrat", serif;
    font-weight: normal;
    padding: 0px;
}

#courses .coursewrap .tab-content .imgdiv {
    padding: 15px 0;
}

#courses .coursewrap .tab-content .imgdiv img {
    max-width: 300px;
    width: 100%;
}

#facultyspeak {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #fff url("../images/jses_faculty_bg.jpg") top/cover no-repeat;
}

#facultyspeak .facwrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#facultyspeak .facwrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#facultyspeak .facwrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#facultyspeak .facwrap .facdata {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0px 0px 20px;
}

#facultyspeak .facwrap .facdata p {
    color: #000000;
    font-size: 1rem;
    font-family: "Montserrat", serif;
    font-weight: normal;
    margin: 0px;
    padding: 10px 0 0 0;
    text-align: justify;
    z-index: 111;
    position: relative;
}

#facultyspeak .facwrap .facdata img.quote {
    position: absolute;
    width: 65px;
    z-index: 0;
    display: flex;
    left: 10px;
    top: -24px;
}

#facultyspeak .facwrap .facdata h3 {
    color: #23466d;
    font-size: 1.7rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px;
    padding: 48px 0 0px 0;
    text-align: left;
}

#facultyspeak .facwrap .facdata h4 {
    color: #000;
    font-size: 1.2rem;
    font-family: 'Heading Pro';
    font-weight: normal;
    margin: 0px;
    padding: 0px 0 0px 0;
    text-align: left;
}

#facultyspeak .facwrap .facdata h5 {
    color: #000;
    font-size: 1.2rem;
    font-family: 'Heading Pro';
    font-weight: normal;
    margin: 0px;
    padding: 0px 0 0px 0;
    text-align: left;
}

#facultyspeak .facwrap .facdata h5::before {
    content: '';
    background: #55925e;
    position: absolute;
    height: 1px;
    bottom: 15px;
    right: 0;
    width: 96%;
    /*	margin: 0px auto;*/
}

#facultyspeak .facwrap .facdata h5::after {
    content: '';
    background: #55925e;
    position: absolute;
    left: 4%;
    height: 3px;
    bottom: 14px;
    width: 25%;
    /*	margin: 0px auto;*/
}

#download {
    position: relative;
    padding: 0px 0px 30px 0px;
    margin-top: -15px;
}

#download .dowrap {
    position: relative;
    padding: 10px 20px;
    background: #7ec446;
    margin: 0 20px;
    -webkit-box-shadow: 0px 5px 6px 0px rgb(119 119 119 / 50%);
    -moz-box-shadow: 0px 5px 6px 0px rgb(119 119 119 / 50%);
    box-shadow: 0px 5px 6px 0px rgb(119 119 119 / 50%);
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#download .dowrap h3 {
    color: #fff;
    font-size: 1.9rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px;
    /*    padding: 0px 0 0px 0;*/
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 18px 5px 3px 5px;
}

#download .dowrap a.knowmorebtn {
    display: block;
    font-family: 'Heading Pro';
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 15px 2px 15px;
    font-size: 1.3rem;
    line-height: 1.2;
    outline: none;
    text-decoration: none;
    color: #23466d;
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
    transition: .3s;
    margin: 0px;
}

#download .dowrap a.knowmorebtn:hover {
    background: #7ec446;
    border: solid 1px #fff;
    color: #fff;
}

#intershipnew {
    position: relative;
    padding: 30px 0px 30px 0px;
    background: #eef6ff;
}

#intershipnew .interwrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#intershipnew .interwrap h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#intershipnew .interwrap h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#intershipnew .interwrap .internship-slider div {
    padding: 2px 0px;
    position: relative;
}

#intershipnew .interwrap .internship-slider div img {
    position: relative;
    -webkit-box-shadow: 1px -1px 12px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px -1px 12px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px -1px 12px 2px rgba(0, 0, 0, .05);
    /*    border-radius: 10px;*/
}

#intershipnew .interwrap .internship-slider {
    /*    padding: 10px 10px;*/
    margin: 0px;
}


/* the slides */

.internship-slider .slick-slide {
    margin: 10px 5px;
    padding: 0px;
}


/* the parent */

.internship-slider .slick-list {
    margin: 5px 10px;
}

.internship-slider .slick-next {
    right: -35px;
    height: auto;
}

.internship-slider .slick-prev {
    left: -40px;
    height: auto;
}

.internship-slider .slick-next:before {
    /*  content: url("../images/nutm_nextbtn_sm.png");*/
    content: '\f054';
    font-size: 2rem;
    color: #2e6eb0;
    font-weight: bold;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}

.internship-slider .slick-prev:before {
    /*  content: url("../images/nutm_prevbtn_sm.png");*/
    content: '\f053';
    font-size: 2rem;
    font-weight: bold;
    color: #2e6eb0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
}

.internship-slider img {
    width: 100%
}

.internship-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
}

.internship-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    /*    margin: 0;*/
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 3px;
    background: #55925e;
}

.internship-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}

.internship-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: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border: solid 1px #55925e;
    /*    border-radius: 100%;*/
}

#admission {
    position: relative;
    padding: 30px 0px 40px 0px;
    background: #eef6ff;
}

#admission .admwrap {
    position: relative;
    padding: 0px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}

#admission .admwrap .h2 {
    color: #23466d;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#admission .admwrap .h2::after {
    content: '';
    background: #7ec446;
    position: absolute;
    left: 0;
    height: 5px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#admission .admwrap .accordion-button:not(.collapsed)::after {
    content: '';
    position: absolute;
    /*left: 0;*/
    right: 2%;
    /*margin: 0px auto;*/
    /*top: 0%;*/
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    background-image: none;
}

#admission .admwrap .accordion-button::after {
    content: '';
    position: absolute;
    /*left: 0;*/
    right: 2%;
    /*margin: 0px auto;*/
    /*top: 25%;*/
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    background-image: none;
}

#admission .admwrap .accordion-item {
    border: none;
    background: #eef6ff;
    color: #000;
    margin: 5px 0px;
    padding: 0px;
    border-radius: 0px;
}

#admission .admwrap .accordion-item:first-of-type .accordion-button,
#admission .admwrap .accordion-item:last-of-type .accordion-button.collapsed {
    /*  border-top-left-radius: var(--bs-accordion-inner-border-radius);*/
    /*  border-top-right-radius: var(--bs-accordion-inner-border-radius);*/
    border-radius: 0px;
}

#admission .admwrap .accordion-button {
    z-index: 3;
    border-color: 0px;
    outline: 0;
    box-shadow: none;
    background: #23466d;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Montserrat", serif;
    font-weight: bold;
    text-transform: uppercase;
}

#admission .admwrap .accordion-body h3 {
    color: #000000;
    font-size: 1.5rem;
    font-family: 'Heading Pro';
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding: 10px 0px;
    position: relative;
    text-align: center;
}

#admission .admwrap .accordion-body p {
    color: #2b292a;
    font-size: 1rem;
    font-family: "Montserrat", serif;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0 0 0;
    text-align: center;
    position: relative;
}

#admission .admwrap .accordion-body .other {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
}

#admission .admwrap .accordion-body .other i {
    font-size: 1.2rem;
}

#admission .admwrap .accordion-body .other a {
    text-decoration: none;
    font-size: 1rem;
    color: #23466d;
}

#admission .admwrap .accordion-body .other a:hover {
    text-decoration: underline;
}

#admission .admwrap .accordion-body .other img {
    margin: 20px 0 10px 0;
    max-width: 150px;
    width: 100%;
}

#admission .admwrap .accordion-body ul {
    padding: 15px 0 0 0;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#admission .admwrap .accordion-body ul li {
    margin: 5px;
    padding: 0px;
}

#admission .admwrap .accordion-body ul li img {
    max-width: 160px;
    width: 100%;
}


/***************************************/


/*-------------------------------*/


/* Footer*/


/*-------------------------------*/

.site-footer {
    background: #000;
    color: #fff;
    padding: 0px 0;
    margin: 0px;
    position: relative;
}

.site-footer .footer-wrap {
    padding: 20px 60px;
    margin: 0px;
}

.site-footer .copyrights1 {
    text-align: left;
    font-size: .9rem;
    padding: 5px 0;
    margin: 0px;
    color: #fff;
    font-weight: 400;
}

.footer-social {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    float: right;
    align-items: center;
    justify-content: center;
}

.footer-social a {
    text-decoration: none;
}

.social {
    color: #FFF;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social:hover {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
}

.facebook {
    color: #b0b0b1;
}

.twitter {
    color: #b0b0b1;
}

.youtube {
    color: #b0b0b1;
}

.linkedin {
    color: #b0b0b1;
}

.instagram {
    color: #b0b0b1;
}

.whatsapp {
    color: #25D366;
}

.bg-ico {
    display: flex;
    background-color: #FFF;
    width: auto;
    height: auto;
    padding: 5px;
    line-height: 50px;
    margin: 0px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.bg-ico:hover {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
    background-color: #4267B2;
}

#twitter:hover {
    background-color: #1DA1F2;
}

#youtube:hover {
    background-color: #c4302b;
}

#instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#linkedin:hover {
    background-color: #0A66C2;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.instagram:hover,
.linkedin:hover {
    color: #fff;
    transform: scale(1.1);
}


/*-------------------------------*/


/* Footer ends*/


/*-------------------------------*/


/*-------------------------------*/


/* cus me */


/*-------------------------------*/

.bides {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}

.bides::before {
    content: "";
    width: 90%;
    background: #6acc47;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32%;
    margin: 0 auto;
}

.bluebxe {
    background: #0a5084;
    color: #fff;
    padding: 30px 20px 10px;
    border-radius: 10px;
    position: relative;
    min-height: 192px;
}

.bluebxe::before {
    background: url(../images/blue-arrow.webp) no-repeat center / cover;
    height: 22px;
    width: 59px;
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    margin: 0 auto;
    display: block;
    left: 0;
}

.bides li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin: 0 4px;
    vertical-align: top;
}

.bluebxe {
    background: #0a5084;
    color: #fff;
    padding: 30px 20px 10px;
    border-radius: 10px;
    position: relative;
    min-height: 226px;
}

.lixe,
.dese {
    position: relative;
}

.lixe {
    padding-top: 70px;
}

.lixe::before {
    background: #6acc47;
    height: 60px;
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    top: 11px;
}

.dese img {
    width: 90px;
}

.owl-carousel#advisors .owl-item img {
    display: block;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.contew {
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
}

.contew strong {
    display: block;
    font-size: 18px;
    color: #23466d;
    margin-bottom: 5px;
}

#internships img,
#international img {
    margin-bottom: 10px;
}

#courses .coursewrap h2 span {
    display: block;
    font-size: 19px;
    color: #262626;
}

.beses {
    background: #0a5084;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
    display: block;
}

.eidews {
    background: #fff;
    height: 50px;
    width: 50px;
    object-fit: contain;
    border-radius: 50px;
    padding: 13px;
    margin: 0 0 0 0;
    position: absolute;
    top: 3px;
}

.ese {
    display: block;
    width: 100%;
}

.owl-carousel#testimonial .owl-item .ese img {
    display: inline-block;
    object-fit: contain;
    width: 108px;
    margin: 0 10px 0 0;
}

.beses p {
    min-height: 287px;
    padding: 10px;
    margin: 0;
    line-height: 24px;
}

.conde {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    font-size: 13px;
    line-height: 20px;
}

.conde span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 8px;
}

.conde i {
    font-style: normal;
    background: #5dac3d;
    display: inline-block;
    padding: 0 6px;
    font-weight: 600;
    line-height: 20px;
}

.beses.green {
    background: #5dac3d;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
    display: block;
}

.beses.green .conde i {
    background: #0a5084;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: solid #55925e 1px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #55925e;
}

.owl-theme .owl-dots .owl-dot span {
    background: none;
}

#facultyspeak .facwrap .facdata p span {
    position: relative;
    z-index: 2;
}

.rebtf {
    display: block;
    margin: 31px 0 00;
    font-style: italic;
}

.modal.spkerme .modal-dialog {
    transform: none;
    max-width: 900px;
    width: 90%;
}

.spkerme .close.only-desk {
    position: absolute;
    right: -44px;
    background: none;
    border: none;
    object-fit: inherit;
    top: 0;
}

.moretext {
    display: none;
    margin: 20px 0 0;
}

#learnat .learnwrap .moretext p {
    text-align: center !important;
    margin: 0 0 20px;
}

.moreless-button {
    background: #7ec446;
    color: #fff !important;
    padding: 2px 30px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    width: fit-content;
    margin: 29px auto 0;
}

.moretext h4 {
    margin-bottom: 24px;
    font-weight: 600;
}

.moretext ul {
    list-style: circle;
    text-align: left;
}

.bggrenn.different {
    background: #dcffcf;
}


/*-------------------------------*/


/* cus me  ends*/


/*-------------------------------*/

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}


/*-- pop up css --*/

@media (min-width: 992px) {
    #myModal .modal-md {
        max-width: 400px;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

#myModal .modal-open .onloadpop .modal {
    background-color: rgba(0, 0, 0, 0.58);
}

#myModal .modal-header {
    display: block;
    border-bottom: 0px;
}

#myModal iframe {
    display: block
}

#myModal .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -15px;
    top: -35px;
    opacity: 1;
    z-index: 9;
    float: none;
}

#myModal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

#myModal .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#myModal .modal-dialog {
    margin: 0.75rem auto;
}

#myModal .modal-content {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    padding: 0px;
}

#myModal .modal-body {
    padding: 0rem 0rem;
    background-color: #fff;
    border-radius: 0;
}

@media (max-width: 1367px) {
    #industrysec .indwrap h3 {
        padding: 15px 0 0 0;
    }
    #industrysec .indwrap h3::before {
        height: 160px;
        right: -1%;
    }
    #industrysec .indwrap h3::after {
        right: -12px;
        top: 66px;
    }
    #industrysec .indwrap h4::before {
        height: 165px;
        left: 1%;
    }
    #industrysec .indwrap h4::after {
        left: -11px;
        top: 70px;
    }
    #industrysec .indwrap h4 {
        padding: 15px 0 0 0;
    }
    #facultyspeak .facwrap .facdata h3 {
        padding: 60px 0 0px 0;
    }
}


/*Large devices (desktops, less than 1260px)*/

@media (max-width: 1261px) {}


/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
    .bluebxe {
        min-height: 200px;
    }
    .bluebxe {
        min-height: 225px;
    }
    .beses p {
        min-height: 310px;
    }
}


/* 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;
    }
    header .header-text h1 {
        font-size: 2.6rem;
    }
    header .header-text div h2 {
        font-size: 1.5rem;
    }
    header .header-text div h3 {
        font-size: 1.4rem;
    }
}


/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 768px) {
    html {
        font-size: 15px;
        overflow-x: hidden;
    }
    .desktop-npf {
        display: none
    }
    .mobile-npf {
        display: block;
        /*    padding: 20px;*/
    }
    .linebreak {
        display: inline;
    }
    header .headwrap .logo img {
        max-width: 300px;
        width: 100%;
        display: block;
    }
    /*
    header {
          z-index: 100;
        position: relative;
         background: #14a693 url("../images/jsbf_banner.jpg") no-repeat;
        background-position: 0% 90%;
        background-size: cover;
        padding: 0px 0;
        min-height: 420px;
    }
*/
    header {
        z-index: 100;
        position: relative;
        background: url("../images/jses_banner-bg.webp") no-repeat;
        background-position: 10%;
        background-size: cover;
        padding: 5px 0;
        min-height: 450px;
    }
    header .header-text div {
        margin-top: 20px;
    }
    header .header-text {
        padding: 60px 0px 20px 50px;
    }
    #learnat .learnwrap h2,
    #industrysec .indwrap h2,
    #different .diffwrap h2,
    .different .diffwrap h2,
    #courses .coursewrap h2,
    #facultyspeak .facwrap h2,
    #intershipnew .interwrap h2,
    #admission .admwrap .h2 {
        font-size: 1.7rem;
    }
    #learnat .learnwrap h2::after,
    #industrysec .indwrap h2::after,
    #different .diffwrap h2::after,
    .different .diffwrap h2::after,
    #courses .coursewrap h2::after,
    #facultyspeak .facwrap h2::after,
    #intershipnew .interwrap h2::after,
    #admission .admwrap .h2::after {
        width: 10%;
    }
    #facultyspeak .facwrap .facdata h3 {
        padding: 40px 0 0px 0;
    }
    #facultyspeak .facwrap .facdata h5::before {
        bottom: -4px;
        width: 90%;
        right: inherit;
    }
    #facultyspeak .facwrap .facdata h5::after {
        left: 6%;
        height: 4px;
        bottom: -5px;
        width: 25%;
    }
    #download .dowrap h3 {
        text-align: center;
        padding: 8px 0;
    }
    #download .dowrap a.knowmorebtn {
        margin: 5px 0px;
    }
    .site-footer .copyrights1 {
        text-align: center;
    }
    .footer-social {
        padding: 0 0px;
        float: none;
        margin: 10px 0;
    }
    .bides li {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        vertical-align: top;
    }
    .bluebxe {
        min-height: auto;
    }
    .bides::before {
        display: none;
    }
    .beses p {
        min-height: 263px;
    }
    .conde {
        width: 69%;
    }
    .lixe {
        padding-top: 25px;
    }
}

@media (max-width: 576px) {
    .linebreak1 {
        display: inline;
    }
    header .headwrap .logo img {
        max-width: 240px;
        width: 100%;
        display: block;
    }
    header {
        z-index: 100;
        position: relative;
        background: url("../images/jses_banner-bg.webp") no-repeat;
        background-position: 10%;
        background-size: cover;
        padding: 5px 0;
        min-height: 300px;
    }
    header .headwrap {
        padding: 10px 0px 0px 8px;
    }
    header .header-text h1 {
        font-size: 1.6rem;
    }
    header .header-text {
        padding: 40px 0px 20px 8px;
    }
    header .header-text div h2 {
        font-size: 1.3rem;
    }
    header .header-text div h3 {
        font-size: 1.2rem;
    }
    #industrysec .indwrap h3 span {
        display: inline;
    }
    #industrysec .indwrap h3::before,
    #industrysec .indwrap h3::after,
    #industrysec .indwrap h4::before,
    #industrysec .indwrap h4::after {
        display: none;
    }
    #industrysec .indwrap .mob-reverse {
        flex-direction: column-reverse;
        margin-top: -1rem !important;
    }
    #industrysec .indwrap h4,
    #industrysec .indwrap h3 {
        text-align: left;
        font-size: 1.3em;
    }
    #learnat .learnwrap p {
        padding: 0 5px;
    }
    #different .diffwrap .greenbox {
        min-height: 340px;
        height: 100%;
    }
    #courses .coursewrap .nav-tabs a {
        padding: .5rem;
        font-size: 1.3rem;
    }
    #courses .coursewrap .tabup button {
        padding: 7px 16px;
        font-size: 1.2rem;
        margin: 4px 0 4px 0;
    }
    #courses .coursewrap .tab-content h4 {
        padding: 8px 8px 5px 8px;
        text-align: center;
    }
    #download .dowrap a.knowmorebtn {
        font-size: 0.8rem;
    }
    #download .dowrap h3 {
        font-size: 1.5rem;
    }
    #admission .admwrap .accordion-body h3 {
        font-size: 1.3rem;
    }
    #courses .coursewrap .tabup {
        margin-bottom: 20px;
    }
    .site-footer .footer-wrap {
        padding: 20px 0px;
    }
    #courses .coursewrap .tab-content .elect {
        padding: 0px;
    }
    .conde {
        width: 64%;
    }
    .beses p {
        min-height: 310px;
    }
}

@media (max-width: 426px) {
    header {
        z-index: 100;
        position: relative;
        background: url("../images/jses_banner-bg.webp") no-repeat;
        background-position: 10% 100%;
        background-size: cover;
        padding: 5px 0;
        min-height: 380px;
    }
    #different .diffwrap .greenbox h3,
    .different .diffwrap .greenbox h3 {
        font-size: 1.3rem;
    }
    #facultyspeak .facwrap .facdata {
        padding: 0px 0px 0px 0px;
    }
    #facultyspeak .facwrap .facdata h5::after {
        left: 3%;
    }
    #facultyspeak .facwrap .facdata h3 {
        font-size: 1.4rem;
    }
    #facultyspeak .facwrap .facdata h4,
    #facultyspeak .facwrap .facdata h5 {
        font-size: 1rem;
    }
    .beses {
        padding: 20px;
    }
    .beses p {
        min-height: 286px;
    }
}

@media (max-width: 376px) {
    header {
        z-index: 100;
        position: relative;
        background: url("../images/jses_banner-bg.webp") no-repeat;
        background-position: 10% 100%;
        background-size: cover;
        padding: 5px 0;
        min-height: 380px;
    }
    #industrysec .indwrap h4,
    #industrysec .indwrap h3 {
        text-align: left;
        font-size: 1.1em;
    }
    #different .diffwrap .greenbox h3 {
        font-size: 1.1rem;
        padding: 12px 0px 12px 10px;
    }
    #courses .coursewrap .nav-tabs a.active::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #23466d;
    }
    #courses .coursewrap .nav-tabs a {
        padding: .3rem;
        font-size: 1.1rem;
    }
    #courses .coursewrap .tabup {
        margin-bottom: 20px;
    }
    #courses .coursewrap .tab-content {
        padding: 1.5rem;
    }
    #learnat .learnwrap h2,
    #industrysec .indwrap h2,
    #different .diffwrap h2,
    #courses .coursewrap h2,
    #facultyspeak .facwrap h2,
    #intershipnew .interwrap h2,
    #admission .admwrap .h2 {
        font-size: 1.6rem;
    }
    .conde {
        width: 100%;
        display: block;
        margin: 11px 0 0 0;
    }
    .owl-carousel#testimonial .owl-item .ese img {
        display: inline-block;
        object-fit: contain;
        width: 77px;
        margin: 8px 0 0 0;
    }
    #courses .coursewrap h2 span {
        display: block;
        font-size: 12px;
        color: #262626;
    }
}

@media (max-width: 360px) {}


/*
@media (max-width: 481px) {


     
}




@media (max-width: 376px) {
    
}
*/


/*
@media (max-width: 360px) {
     
}
@media (max-width: 321px) {
     
}*/