  /*Table Of Contents ends */

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto!important;
	line-height:1.6rem;
	font-weight:400;
}
body.full-page {
   overflow: hidden !important;
}

html {
    font-size: 18px;
}
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: 'Bebas Neue';
	 font-weight:700;
}
h2 {
    font-size: 3.5rem;
	font-family: 'Bebas Neue';
	 font-weight:700;
}
h3 {
    font-size: 1.675rem;
	font-family: 'Merriweather', serif;
	 font-weight:700;
}
h4 {
    font-size: 1.25rem;
	font-family: 'Merriweather', serif;
}
h5{
    font-size: 1rem;
	font-family: 'Merriweather', serif;
}
h6{
    font-size: 0.875rem;
	font-family: 'ProximaNovaSB';
}
p{
   font-size: 1rem;
}
p.title {
   font-size: 1rem;
}
.block{
    display: block;
}
.italic {
	font-style: italic;
}
button{
    line-height: 1;
}
/* Helper Classes & Shorcodes */
.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: 2.25rem;
	padding-right: 2.25rem;
}
.gradient_bg{
    background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #423f9c), color-stop(69%, #862359));
    background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
    background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
}
.gradient_bg_default{
    background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #00e4ce), color-stop(69%, #00abc9));
    background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
    background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}

.primary_bg_default{
    background: #46469e
}

/*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: 'Montserrat', 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: 10px;
   font-size: 32px;
   position: fixed;
   z-index: 1600;
   opacity: 0;
   visibility: hidden;
   bottom: 15px;
   background: #ffb24c;
   -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;

}
.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;
   opacity: 0;
   visibility: hidden;
   background: #293141;
}
.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;
}

/*-------------------------------*/
      /*Header*/
/*-------------------------------*/

header {
    z-index: 101;
	position:relative;
    padding:10px 0 0px 0;
	min-height:720px;
	background:#fffce0 url(../images/Banner.png) bottom/cover no-repeat;
}
header .container-fluid{
    padding: 0 40px;
}
header .logo  img {
    width: 400px;
}
header .header-text { 
	padding:40px 0 20px 0px; 
	text-align:left;
}

header .header-text h1{
	line-height:1; 
    margin:0px 10px 10px 0; 
	font-size:4.2rem;
    color: #00366a;
    text-transform: uppercase;
}

header .header-text h2{
	line-height:1.3; 
    background: #fdd70d;
	color:#000000;
    text-transform: uppercase;
	display:inline-block;
	padding:5px 10px;
	background:#fdd70d; 
	font-size:1.1rem; margin:0px 10px 10px 0; 
	line-height:1;
	font-family: 'Merriweather';
}


header p{
	font-size:.7em;
    position:absolute;
    bottom: 5px;
    content:'';
	color:#000000;
    left: 40px;
	text-align:left;
	margin-bottom:5px;
	font-family: 'Poppins', sans-serif;
}


header .header-nav {
	margin-top:40px;
	position:relative
}
header .header-nav li {
	color:#00366a;
	font-size:15px;
	margin:0 10px;
	display:inline-block;
	text-transform:uppercase;
}
header .header-nav li a {
	color:#00366a;
    cursor: pointer;
} 
header .header-nav li a:hover {
	color:#ffcd00;
} 
	

.query-form { 
	width:400px;
    max-width: 400px; 
	float:right;
}
.query-form h3 { 
	color:#334655; 
	font-size:42px; 
	margin-top:20px;
}
.query-form p{ 
	color:#000000; 
	font-size:16px; 
	margin-bottom:20px;
    position: relative!important;
    left: 0!important;
    right: 0!important;
    text-align: center;
}

.mobile-form  { 
	display:none;
	text-align:center; 
	background:#293141; 
	padding:20px; 
	max-width:100%; 
	
	width:100%; 
	}
.mobile-form h3 { 
	color:#000000;
	font-size:32px; 
	margin-top:20px
}
.mobile-form p{ 
	color:#000000;
	font-size:16px; 
	margin-bottom:20px
}

#aboutjgu { 
	position:relative;
	padding:50px 0;
	background: #ffffff
}
#aboutjgu  h3{
  color:#293141;
  font-size:2.2rem;
  text-align:center;
  clear:both;
}

#aboutjgu p{
  color:#000000;
  font-size:16px;
  text-align:justify;
  line-height:1.4
  
}
#aboutjgu a{
  color:#000000;
  font-size:16px;
  background:#ffcd00;
  padding:4px 30px 4px 10px;
  font-family: 'Poppins', sans-serif;
  text-align:center;
  line-height:1.4;
  position:relative;
}
#aboutjgu a i{
  color:#000000;
  position:absolute;
  right:10px;
  top:2px;
  font-size:24px;
  line-height:1;
  font-weight:bold;
  vertical-align:text-top
}


section.lg-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.arrow-right { position:absolute; right:-25px;top:0%; z-index:100}
.dark-bg {
    background-color: #293141;
}
.bg-flex-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-flex-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-flex.bg-flex-left{left:0;}
.bg-flex.bg-flex-right{right:0;}
.bg-flex{padding:0;position:absolute!important;top:0px;height:100%;overflow:hidden;z-index:100;}
.bg-flex-right{position:absolute;padding:0;right:0;top:0;bottom:0;overflow:hidden;}

#about h2{
	color:#FCB42F; 
	font-size:1.2em; 
	font-family: 'Merriweather';
	font-weight:700;
	text-transform:none;
	margin:10px 0 10px 0
}

#about .subhead{
	color:#ffffff; 
   font-size:1.1em;
   line-height:1.2;
   font-weight:400;
   font-family: 'Merriweather';
}
#about p{
   color:#ffffff; 
   font-size:14px;
   line-height:1.5;
   text-align:justify;
}


.feature-section { 
	position:relative; 
	padding:50px 0 50px 0; 
	background: #ffffff
}
.feature-section h3{
  color:#293141;
  font-size:42px;
  text-align:center;
  clear:both;
  margin-bottom:0px;
}
.feature-section .headline{
  background:#ffcd00;
  width:150px;
  height:10px;
  margin:0px auto;
  clear:both;
  border-radius:10px;
}

.jgu-feature-item{
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    margin:15px 0;
    text-align: center;
	border-radius:10px;
	box-shadow: 0 0px 5px 2px rgb(0 0 0 / 10%);
}

.jgu-feature-item h4{
	color:#293141; 
	font-size:1em; 
	font-family: 'Merriweather';
	font-weight:700;
	text-transform:none;
	margin:10px 0 10px 0
}
.jgu-feature-item p{
   color:#2b2b2b; 
   font-size:16px;
   min-height:60px;
   line-height:1.2;
}

.faculty-speak  { 
	position:relative; 
	background:#293141 url(../images/faculty-speak-bg.jpg) center/cover no-repeat;
	padding:50px 0 70px 0;
	z-index:10;
}
.faculty-speak h3{ 
	text-align:center;
	color:#FCB42F;
	font-size:1.6em;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}
.faculty-speak p{ 
    text-align: center;
	color:#ffffff;
	line-height:1.4;
}

.faculty-content { position:relative;}
.faculty-content .faculty-heading h4 { font-weight: 400; font-size: 18px; text-align: left; margin-top:15px;color:#ffcd00; line-height:1.3;}
.faculty-content:hover .faculty-heading h4 { color:#e9751e;}
.faculty-speak-slider img { border:4px solid #ffffff}

.faculty-speak-slider .slick-dots { bottom:-20px; left:10px; right:auto; width:auto;}
.faculty-speak-slider .slick-prev, .faculty-speak-slider .slick-next { top:45%; }
.faculty-speak-slider .slick-prev { left:0%}
.faculty-speak-slider .slick-next { right:0%}
.faculty-speak-slider .slick-prev:before {
    background-image: url('/ba-hons-psychology/images/arrow-left.png');
    background-size: 42px 42px;
    display: inline-block;
    width: 42px; 
    height: 42px;
    content:"";
}
.faculty-speak-slider .slick-next:before {
    background-image: url('/ba-hons-psychology/images/arrow-right.png');
    background-size: 42px 42px;
    display: inline-block;
     width: 42px; 
    height: 42px;
    content:"";
}
  /* the slides */
.faculty-speak-slider  .slick-slide {
    margin: 0 10px;
}

/* the parent */
.faculty-speak-slider .slick-list {
    margin: 0 -10px;
}

.academic-collab { background:#ffffff; padding:0px 30px;}	

.academic-collab h3{ 
	text-align:left;
	color:#293141;
	font-size:1.6em;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}

.academic-collab .collab-logo { border:1px solid #f0f0f0;}


.brochure { margin-bottom:20px; padding:50px 0;background:#ffffff;}
.brochure-col { background:#ffffff;box-shadow:0px 0px 15px 3px #f1f1f1; padding:20px; border-radius:10px}
.brochure-col h3 {color:#373435; display:inline-block; font-size:2em; text-align:left; font-weight:700; margin:0px 0; line-height:1.2;font-family: 'Bebas Neue', serif; text-transform:uppercase; padding:0}
.brochure-btn { float:right;font-weight:700; display:inline-block; margin:0; border:none; background:#ffcd00; padding:12px 30px; color:#ffffff; font-size:24px; box-shadow:0px 0px 10px 1px #cccccc;border-radius:4px; font-family:Arial;transition: 0.3s;}

.brochure-btn:hover{background:#293141; color:#ffffff;}

.career-pathways { 
	position:relative; 
	background:#f1f1f1;
	z-index:10; 
	padding:50px 0 50px 0;
}

.career-pathways h3{ 
	text-align:center;
	color:#293141;
	font-size:42px;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}
.career-content { padding:10px; display:inline-block; text-align:center;}
.career-content .icon { border-radius:5px; box-shadow:-2px -2px 5px 4px #ffffff; margin-bottom:20px; padding:10px;  display:inline-block; background:#f8f8f8;}
.career-content h4{ color:#293141; font-size:18px; margin-bottom:10px;text-align:center}
.career-content p{ color:#090908; padding:0 10px; font-size:15px; text-align:center}

.career-pathways-slider .slick-arrow{
	 position:absolute;
	 text-align:center;
	 top:45%;
	 text-indent:-10000px}
	 
.career-pathways-slider .slick-next{right:0px; background:url(/ba-hons-psychology/images/next-arrow.png) center/cover no-repeat; width:42px; height:42px;}
.career-pathways-slider .slick-prev{left:0px; background:url(/ba-hons-psychology/images/prev-arrow.png) center/cover no-repeat; width:42px; height:42px;}

.research-section  { 
	position:relative; 
	background:#293141 url(../images/research-bg.jpg) top center no-repeat; 
	z-index:10; 
	background-size:100%;
	padding:0px 0 50px 0;
}

.research-section h3{ 
	text-align:center;
	color:#ffffff;
	font-size:42px;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}

.research-section p{ 
	text-align:center;
	line-height:1.4
}

.research-section h4{ 
	text-align:center;
	color:#ffcd00;
	font-size:1.6em;
	line-height:1.2;
	font-weight:700;
}

.research-half-section{
    width: 100%;
}
.research-half-section p{ 
	text-align:justify!important;
	color:#000000!important;
    margin:0;
    padding: 0;
}
.research-half-section,
.research-half-section .img-container{
    position: relative;
    overflow: hidden;
}

.container-padding { display: flex; align-items: center; height: 100%;}
@media (max-width: 992px){
   .research-half-section .img-container {
      margin-bottom: 25px;
   }
   
}
.research-col { position:relative; margin-bottom: 15px;}
.research-image { padding: 40px 0; background-color: #ffffff;}
.research-image img { width: 200px; height: auto;}
.research-col  h5{ 
	text-align:center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#ffcd00;
	font-size:1em;
    width: 100%;
    color: #000000;
	line-height:1.2; padding:10px 15%;
	font-weight:400;
}


/*-------------------------------*/
    /*Horizontal Half Blocks ends*/
/*-------------------------------*/

.academic-partner { background-color: #ffffff; padding: 40px 0;}

.research-wrapper{margin: 0; position: relative; width: 100%; background-color: #ffffff; box-shadow: 0px 0px 10px 2px #f1f1f1;}

.jibs-image {background-color:#ffcd00;padding: 20px 0;}
.jibs-image img { width: 200px; height: auto;}


.academic-col-content  {
    display: flex;
    align-items:flex-start;
    width: 100%;
    text-align: left;
	font-weight:400;
    flex-direction:column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding:20px;
    
}

.academic-col-content h5  {
    text-align:left;
    color: #000000;
	line-height:1.2; 
    font-size: 1.6rem;
    margin-bottom: 20px;
	font-weight:400;
}

.academic-col-content p  {
    text-align:left;
    color: #000000;
	line-height:1.2; 
	font-weight:300;
}


.laboratories-centres-section  { 
	position:relative; 
	background:#ffffff;
	z-index:10; 
	background-size:100%;
	padding:0px 0 0px 0;
}

.laboratories-centres-section h3{ 
	color:#ffcd00; 
	font-size:32px;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:10px;
    text-align: left;
}
.laboratories-centres-section h4{ 
	text-align:left;
	color:#ffffff; 
	font-size:20px;
	line-height:1.2; padding:0;
	margin-bottom:10px;
    text-align: left;
}


.research-section p{ 
	text-align:center;
	color:#ffffff;
	line-height:1.4
}

.laboratories-centres-section .centres-wrapper { background-color:#ffcd00; border:2px solid #ffffff;padding: 10px 0; display:block; text-align:center}
.laboratories-centres-section .centres-wrapper p { font-size:16px; line-height: 1.2; text-align:center; color:#412636; margin:10px 0 0 0; padding:0; }

.labs-wrapper { background:#293040; padding: 20px 20px 10px 20px;}
.labs-wrapper .facilities-img { margin-top: 5px;}
.labs-wrapper .facilities-img img{ border-radius: 10px;}
.facilities-content { text-align:left;}
.facilities-content p  { text-align:justify; color:#ffffff; font-size: .8rem; line-height:1.3 }

.labs-slider .slick-dots { bottom:10px; left:30%; right:auto; width:auto;}

#faculty-section { 
	position:relative; 
	padding:50px 0 20px 0; 
	background: #ffffff
}
#faculty-section h3{
  color:#2D3B56;
  font-size:42px;
  text-align:center;
  clear:both;
  margin-bottom:15px;
}
#faculty-section .headline{
  background:#ffcd00;
  width:150px;
  height:10px;
  margin:0px auto;
  clear:both;
  border-radius:10px;
}
.faculty-item { text-align:center; min-height:360px; background:#293141; padding:20px; border-radius:15px; margin-bottom:20px;}
.faculty-item img { display:inline-block;  border-radius:100%; margin-bottom:10px; width:190px; height:190px}
.faculty-item .line { background:rgba(30,93,169,.30); height:5px; width:100%; margin:10px 0;}
.faculty-item h4 { color:#ffffff; font-weight:400; line-height:1.3; margin-bottom:5px; font-family:Merriweather; font-size:18px;}
.faculty-item p { margin:0; padding:0; color:#FCB42F;  font-size:14px; line-height:1.4;}


/* the slides */
.faculty-slider .slick-slide {
    margin: 0 15px;
  }
  /* the parent */
 .faculty-slider .slick-list {
    margin: 0 -15px;
  }


.jgu-glance  { 
	position:relative; 
	background:#ffffff; 
	z-index:10; 
	padding:50px 0 0px 0
}
.jgu-glance h3{ 
	text-align:center;
	color:#2b2b2b;
	font-size:2.3em;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}
.jgu-glance-item{
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    margin:5px;
    text-align: center;
	border-radius:10px;
	box-shadow: 0 0px 5px 2px rgb(0 0 0 / 10%);
}

.jgu-glance-item h4{
	color:#2b2b2b; 
	font-size:2.2em; 
	font-family: 'Bebas Neue';
	font-weight:700;
	margin:10px 0 10px 0
}
.jgu-glance-item p{
   color:#2b2b2b; 
   font-size:16px;
   min-height:60px;
   line-height:1.2;
   margin:0;
}
.jgu-glance-item p strong{
   color:#2b2b2b; 
   font-size:18px; 
}
.campus-line { background:#848688; display:inline-block; color:#ffffff; line-height:1.2; font-size:2rem; padding:15px 30px; border-top-right-radius:10px;border-top-left-radius:10px;font-family: 'Bebas Neue'; font-weight:600;}


.criteria { 
	background:#293141; 
	padding:70px 0;
	clear:both;
}

.vertical-tab{
	margin-top:0px;
	display: block;
	border-radius: 0;
}
.vertical-tab .nav-tabs{
	width: 30%;
	float:left;
	display:block;
	min-width: 30%;
	padding: 0px 0;
	border: none;
}
.vertical-tab .nav-tabs li{ display:block; background:#9ea0a0; width:100%;}
.vertical-tab .nav-tabs li a{
	color: #000000;
	background-color: #d2d3d5;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	text-transform:uppercase;
	text-align: left;
	padding: 15px 15px;
	margin: 0 0 1px 0;
	font-weight:600;
	border-radius: 0;
	border: none;
	display:block;
	width:100%;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a.active:after{
	content:'';
	color: #ffffff;
	position:absolute;
	background:url(/ba-hons-psychology/images/tab-right-arrow.png) left top no-repeat; 
	width:12px; 
	height:55px; 
	right:-12px; 
	top:0;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active:hover{
	color: #000000;
	background-color: #ffb24c;
}

.vertical-tab .tab-content{
    padding:30px 40px 10px 40px;
    width:70%;
    float:left;
    text-align:left;
    min-height:200px;
    background:#fefefe;
}
.vertical-tab .tab-content p{
        font-size: 16px;
    margin: 0 0 10px;
    text-align:justify;
    color:#000000;
}

.vertical-tab .tab-content ol { list-style:none; margin:10px 0 10px 0px; padding:0;}
.vertical-tab .tab-content ol li{
	margin-bottom:2px;
	color:#000000;
	padding-left:15px;
	font-size:16px;
}

.last-date { margin:40px 0 0 0; display:inline-block;  border:2px solid #ffb24c; background:#293140; }
.last-date h2 { color:#ffffff;  font-size:48px; text-transform:uppercase; padding:10px 0px 10px 15px; line-height:1; margin:0; }
.last-date h2 span { color:#293140; background:#ffb24c; padding:10px 30px;  }

/*-------------------------------*/
    /* Footer*/
/*-------------------------------*/
.footer { background:#ffffff; padding:30px 0 30px 0;}

.footer-social{
    display:flex;
    flex-direction: row;
    padding: 0 0px;
  }

  .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:#4267B2;
   }
   
   .twitter {
   color:#1DA1F2;
   
   }
   .youtube {
         color:#c4302b;
   }
   .linkedin {
      color:#0A66C2;
   }
   .instagram {
    color: transparent;
     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%);
     background-clip: text;
     -webkit-background-clip: text;

   }
   .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 .footer-brochure{ float:right; margin-top:0px;}

.footer .footer-brochure .brochure-download { background:#293141; color:#ffb34c;font-family: 'Bebas Neue';padding:12px 20px 12px; font-size:42px; line-height:1; font-weight:700}


/*-------------------------------*/
/* Modal starts*/
/*-------------------------------*/


.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;
}

/*-------------------------------*/
/* Modal 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: 14px;}

header {
    z-index: 101;
	position:relative;
    padding:0px 0 0px 0;
	min-height:400px;
	text-align:center;
	background:#fffce0 url(../images/Banner.png) left/cover no-repeat;
}

header .logo{
    margin-left: 0px;
}

header .logo  img {
    width: 280px;
	text-align:left
}
header .header-text { 
	padding:30px 0 20px 0px; 
	text-align:center;
}
header .header-text h1{
	line-height:1; 
	font-size:3.2rem;
}

header .header-text h2{
	font-size:.8em;
}

header .header-nav {
	margin:30px auto 0px auto;
	text-align:center;
	position:relative
}
header .header-nav li {
	color:#ffffff;
	font-size:14px;
	margin:0 5px;
}
header p {
	font-size:.8em;
    bottom:3px;
    right:0;
    left:0;
    margin: 0px auto;
	text-align:center;
	}

#aboutjgu  h3{
  font-size:1.5rem;
}

#aboutjgu p{
  font-size:14px;
  
}

.bg-flex-cover {
    min-height: 300px;
}
.bg-flex {
    min-height: 320px;
    margin: -50px 0 60px;
    position: relative!important;
    z-index: 0;
}

#about h2{
	color:#ffcd00; 
	font-size:1.5em; 
	font-family: 'Merriweather';
	font-weight:700;
	text-transform:none;
	margin:10px 0 10px 0
}

#about .subhead{
   font-size:18px;
}
#about p{
   color:#ffffff; 
   font-size:14px;
}

.arrow-right { display:none;}


.feature-section h3{
  color:#2D3B56;
  font-size:1.5em; 
  text-align:center;
  clear:both;
  margin-bottom:0px;
}

.jgu-feature-item{
    background-color: #ffffff;
    padding: 20px 40px 10px 40px;
    margin:15px 0;
    text-align: center;
	border-radius:10px;
	box-shadow: 0 0px 5px 2px rgb(0 0 0 / 10%);
}

.jgu-feature-item h4{
	color:#2b2b2b; 
	font-size:1.2em; 
	font-family: 'Merriweather';
	font-weight:700;
	text-transform:none;
	margin:10px 0 10px 0
}
.jgu-feature-item p{
   font-size:14px;
   min-height:100%
}

.faculty-speak h3{ 
	font-size:1.5em;
}

.faculty-content { position:relative;}
.faculty-content .faculty-heading { left:auto; right:0%; bottom:-5px;}
.faculty-content .faculty-heading h4 { margin-bottom:5px; line-height:1; font-size:14px;}

.brochure {text-align:center;}
.brochure-col { padding:20px;}
.brochure-col h3 { text-align:center; margin:10px 0;}
.brochure-btn { float:none; }


.research-section h3{ 
	text-align:center;
	color:#ffffff;
	font-size:2em;
	line-height:1.2; padding:0;
	font-weight:700;
	margin-bottom:30px;
}

.research-section p{ 
	text-align:center;
}

.research-section h4{ 
	text-align:center;
}

.research-half-section p { color: #000000;}

.research-section .centres-wrapper p { 
	font-size:16px;
}

.facilities-content { padding:20px; margin-top:0px; margin-left:0px; text-align:left;}
.facilities-content h4 { font-size:28px; text-align:left;}
.facilities-content h5 { font-size:20px;}
.facilities-content p  { font-size:14px; text-align:left}
.labs-slider .slick-dots { bottom:20px; left:45%;}

#faculty-section h3{
  font-size:1.5rem;
}

.faculty-item { min-height:320px;}
.faculty-item img { display:inline-block;}
.faculty-item h4 { font-size:16px;}
.faculty-item p { font-size:14px;}

.jgu-glance h3{ 
	font-size:1.5em;
	margin-bottom:10px;
}

.jgu-glance-item{
    padding: 20px 10px 10px 10px;
}

.jgu-glance-item h4{
	font-size:2em; 
}
.jgu-glance-item p{
   font-size:12px;
   min-height:50px;
}
.jgu-glance-item p strong{
   font-size:14px; 
}

.criteria { background:#293140; padding:20px 0;}

.career-pathways { padding-bottom:70px;}
.career-pathways h3{ 
	font-size:36px;
}
.career-content { padding:10px; display:inline-block; text-align:center;}
.career-content .icon { border-radius:5px; box-shadow:-2px -2px 5px 4px #ffffff; margin-bottom:20px; padding:10px;  display:inline-block; background:#f8f8f8; width:100px; height:100px}
.career-content .icon img { width:80px; height:80px}
.career-content h4{ color:#293141; font-size:18px; margin-bottom:10px;text-align:center}
.career-content p{ color:#090908; padding:0 10px; font-size:15px; text-align:center}


.vertical-tab{
	margin-top:0px;
}
.vertical-tab .nav-tabs{
	width: 35%;
	float:left;
	min-width: 35%;
}
.vertical-tab .nav-tabs li a{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 10px;
}

.vertical-tab .tab-content{
	padding:10px 10px 10px 20px;
	width:65%;
}
.vertical-tab .tab-content p{
	font-size: 14px;
	color:#000000;
}

.vertical-tab .tab-content ol { 
	margin:10px 0 10px 10px; 
	padding:0;
}
.vertical-tab .tab-content ol li{
	padding-left:5px;
	font-size:14px;
}

.last-date { margin:20px 0 0 0; display:inline-block; text-align:center;  border:2px solid #ffb24c; background:#293140; }
.last-date h2 { color:#ffffff;  font-size:3rem;padding:0px; line-height:1.4;}
.last-date h2 span { width:100%; display:block; line-height:1; padding:10px 0px;  }


.footer { background:#ffffff; padding:30px 0 30px 0; text-align:center;}

.footer-social{
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    margin-bottom: 20px;
  }

.footer .footer-brochure{ float:none; display:inline-block; margin-top:10px;}

.footer .footer-brochure .brochure-download { background:#293140; color:#ffb24c;font-size:24px; line-height:1; font-weight:700}


.query-form { display:none;}
.mobile-form { display:block}


}

@media (max-width: 576px) { 
html{
    font-size: 13px;
    }
.student-slider .slick-center {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
	transform: scale(1);
	transition: transform 0.4s linear;
  	transition-delay: 0.2s;
}
.student-slider  .slick-slide {
  margin: 20px 0px;
  transition: transform 0.4s linear;
  transition-delay: 0.2s;
  }

.slick-dots
{
    bottom:-10px;
}
.campus-line { font-size:1.4rem; padding:15px 20px}
	
}
.stripsblock { position: relative; background: #ffffff; z-index: 10; padding: 30px 0;}
.mrgtop10{padding: 10px 0;}
.infostrips .row{margin-left: -8px; margin-right: -8px;}
@media (min-width: 992px){
.infostrips .blockstrip:last-child{border-right: 0px solid #e5e7e8;}
.infostrips { border: 1px solid #e5e7e8; border-radius: 8px; padding: 24px 0px; margin-top: 20px; margin-bottom: 12px; background: #ffffff; z-index: 2; position: relative; box-shadow: 0 0 4px rgb(0 0 0 / 25%); }
.infostrips .blockstrip { width: 20%; padding: 0px 12px 0px 24px; border-right: 1px solid #e5e7e8; }
.infostrips .blockstrip .heading { color: #1f1f1f; font-size: 34px; font-weight: 600;}
.stripsblock1 .infostrips .blockstrip .heading { color: #1f1f1f; font-size: 22px; font-weight: 400;}
.infostrips .blockstrip p { margin-top: 5px; font-size: 18px; width: 180px;}
}
@media (min-width: 576px) and (max-width: 1023px){
.infostrips .blockstrip { width: 49.5%; border-right: 1px solid #e5e7e8; padding: 5px 5px 5px 20px;}
.infostrips{padding: 24px;}
}
@media (max-width: 575px){
.infostrips .blockstrip { width: 100%; border-right: 0px solid #e5e7e8; padding: 5px 5px 5px 20px;}
.infostrips{padding: 24px;}
}