  body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto';
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: normal;
}
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: 'Roboto';
}
/*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
--------------------------------------------------------------*/
#header {
    background: none;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}
#header .headsub {
    position: relative;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    background: #12323d;
    opacity: 1;
}
/*
#header.header-scrolled img {
    max-width: 180px;
    width: 100%;
    transition: 1s all;
}
*/
#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
/*
#header .logo a {
  color: #556270;
}
*/
#header .logo img {
    max-height: 80px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#header .navbar {
    padding: 0;
}
#header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#header .navbar li {
    position: relative;
}
#header .navbar a, #header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}
#header .navbar a i, #header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
#header .navbar a:hover, #header .navbar .active, #header .navbar .active:focus, #header .navbar li:hover > a {
    color: #ffcb00;
    padding-bottom: 5px;
}
#header .navbar .getstarted, #header .navbar .getstarted:focus {
    background: #d9232d;
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
}
#header .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #e1444d;
}
#header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #001320;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
#header .navbar .dropdown ul li {
    min-width: 200px;
}
#header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
}
#header .navbar .dropdown ul a i {
    font-size: 12px;
}
#header .navbar .dropdown ul a:hover, #header .navbar .dropdown ul .active:hover, #header .navbar .dropdown ul li:hover > a {
    color: #ffcb00;
}
#header .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
#header .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    #header .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    #header .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
/**
* Mobile Navigation 
*/
#header .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    border: solid 1px #f6f6f6;
}
#header .mobile-nav-toggle.bi-x {
    color: #fff;
}
@media (max-width: 991px) {
    #header .mobile-nav-toggle {
        display: block;
    }
    #header .navbar ul {
        display: none;
    }
}
#header .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
}
#header .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
#header .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 200px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
#header .navbar-mobile a, #header .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
}
#header .navbar-mobile a:hover, #header .navbar-mobile .active, #header .navbar-mobile li:hover > a {
    color: #fff;
    background: #034da0;
}
#header .navbar-mobile .getstarted, #header .navbar-mobile .getstarted:focus {
    margin: 15px;
}
#header .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#header .navbar-mobile .dropdown ul li {
    min-width: 200px;
}
#header .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
#header .navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
#header .navbar-mobile .dropdown ul a:hover, #header .navbar-mobile .dropdown ul .active:hover, #header .navbar-mobile .dropdown ul li:hover > a {
    color: #fff;
}
#header .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
/*

.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;
}
*/
.header1 {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/banner.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}
.header1 .headwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
.header1 .headwrap img {
    max-width: 150px;
    width: 100%;
    display: block;
}
.header1 .headwrap .header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 250px;
    margin: 0px;
}
.header1 .headwrap .header-text a.applybtn {
    display: block;
    font-family: 'Georgia';
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 12px 8px 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffcb00;
    border: 1px solid #ffcb00;
    transition: all 0.3s ease 0s;
    margin: 40px 0 0 0;
    border-radius: 7px;
    text-transform: uppercase;
}
.header1 .headwrap .header-text a.applybtn:hover {
    background: #113069;
    border: 1px solid #113069;
    color: #fff;
}



.registerpg {
    z-index: 100;
    position: relative;
/*    background: url("/jgu-mun/images/banner.jpg") no-repeat;*/
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 120px;
}
.registerpg .regwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
.registerpg .regwrap img {
    max-width: 150px;
    width: 100%;
    display: block;
}
.registerpg .regwrap .header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 250px;
    margin: 0px;
}
.registerpg .regwrap .header-text a.applybtn {
    display: block;
    font-family: 'Georgia';
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 12px 8px 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffcb00;
    border: 1px solid #ffcb00;
    transition: all 0.3s ease 0s;
    margin: 40px 0 0 0;
    border-radius: 7px;
    text-transform: uppercase;
}
.registerpg .regwrap .header-text a.applybtn:hover {
    background: #113069;
    border: 1px solid #113069;
    color: #fff;
}


/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 6%;
    top: -60px;
    max-width: 380px;
    width: 100%;
    display: block;
}
.query-form {
    max-width: 380px;
    /*    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: #000;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #000;
    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: inline;
}
#cities {
    position: relative;
    padding: 40px 0px 40px 0px;
    background: #fff;
}
#cities .citiwrap {
    position: relative;
    padding: 0px 40px;
}
#cities .citiwrap .bottom-left {
    position: absolute;
    bottom: 45px;
    left: 16px;
    padding: 0px 20px 0px 20px;
}
/*
#cities .citiwrap .effects::before {content: ''; position: absolute;   left: 0; right: 0; bottom: 5%; width: 90%; height: 30%;  margin: 0 auto; transition: 1s all;}
#cities .citiwrap .effects:hover::before {  z-index: 1111; border:dashed 1px #fff; border-radius: 10px;  }
*/
#cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
    content: "";
    position: absolute;
    top: 350px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all .5s;
    border-radius: 0px;
}
#cities .citiwrap .effects:hover::before {
    z-index: 11;
    border: solid 2px #ffcb00;
    border-radius: 10px;
    animation: clippath 3s infinite linear;
}
#cities .citiwrap .effects:hover::after {
    z-index: 11;
    border: solid 2px #ffcb00;
    border-radius: 10px;
    animation: clippath 3s infinite -1.5s linear;
}
@keyframes clippath {
    0%, 100% {
        clip-path: inset(0 0 98% 0);
    }
    25% {
        clip-path: inset(0 98% 0 0);
    }
    50% {
        clip-path: inset(98% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 98%);
    }
}
#cities .citiwrap .effects:hover img {
    /*     padding-top: 0px;*/
    transform: scale(1.05);
    filter: grayscale(100%);
    transition: 1s all;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
}
#cities .citiwrap .effects:hover h3 {
    color: #2e82e1;
}
#cities .citiwrap .effects:hover h4 {
    color: #ffcb00;
}
#cities .citiwrap .bottom-left h3 {
    color: #ffcb00;
    font-size: 4rem;
    font-family: 'Adventure Oblique';
    font-weight: normal;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    line-height: 1;
}
#cities .citiwrap .bottom-left h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1;
    margin: -10px 0px 0px -5px;
    padding: 0px;
    position: relative;
    text-align: left;
}
#cities .citiwrap .bottom-left p {
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Roboto';
    font-weight: normal;
    line-height: 1;
    margin: 0px;
    padding: 25px 0 0 0;
    position: relative;
    text-align: left;
}
#whyjgu {
    position: relative;
    padding: 0px 0px 40px 0px;
    /*    background: #fff;*/
}
#whyjgu .whywrap {
    position: relative;
    padding: 0px 40px;
    /*
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
*/
}
/*
#whyjgu .whywrap .whitebg {
	
	background: #ffff;
	-webkit-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
	padding: 25px 20px 20px 20px;
	border-radius: 12px;
}
*/
#whyjgu .whywrap h2 {
    color: #124f97;
    text-transform: inherit;
    font-size: 1.7rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#whyjgu .whywrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}
#whyjgu .whywrap p {
    color: #000000;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 1.6;
}
#whyjgu .whywrap ul.list {
    margin: 20px 0 0 10px;
    padding: 0px;
    list-style: none;
}
#whyjgu .whywrap ul.list li {
    margin: 0px;
    padding: 0 0 0 8px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #000000;
    list-style-position: inside;
    font-size: 1rem;
    line-height: 1.6;
}
#whyjgu .whywrap ul.list li::before {
    content: '\f105';
    padding: 5px 0px 0 11px;
    font-size: .9rem;
    line-height: 1;
    color: #000000;
    font-family: 'FontAwesome';
    /*	font-family: "Font Awesome 6 Pro";*/
    font-weight: 600;
    position: absolute;
    left: 0;
}
#meeteam {
    position: relative;
    padding: 40px 0px 50px 0px;
    background: #fff url("../images/meet_bg.jpg") top/cover no-repeat;
}
#meeteam::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -6%;
    width: 150px;
    height: 150px;
    border: solid 5px #ffcb00;
    border-radius: 25px;
    transform: rotate(45deg);
}
#meeteam:hover::before, #meeteam:hover::after {
    transform: rotate(0deg);
    border: solid 5px #fdda52;
}
#meeteam::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: -5%;
    width: 150px;
    height: 150px;
    border: solid 5px #ffcb00;
    border-radius: 25px;
    transform: rotate(45deg);
}
#meeteam .meetwrap {
    position: relative;
    padding: 0px 0px;
    margin: 0 auto;
    /*    max-width: 1000px;*/
    /*    width: 100%;*/
    /*    margin: 0 auto;*/
}
#meeteam .meetwrap h2 {
    color: #fff;
    text-transform: inherit;
    font-size: 1.7rem;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#meeteam .meetwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}
#meeteam .meetwrap .alumni-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#meeteam .meetwrap .imgclass {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#meeteam .meetwrap .alumni-item .text-data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0 0 0px;
}
#meeteam .meetwrap .alumni-item .text-data h4 {
    color: #000;
    font-size: 1.2rem;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 0px;
    padding: 3px;
    position: relative;
    text-align: left;
    background: #ffcb00;
    display: block;
}
#meeteam .meetwrap .alumni-item .text-data h5 {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    display: block;
}
#meeteam .meetwrap .alumni-item .text-data h5 span {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
}
#meeteam .meetwrap .alumni-item .text-data p {
    color: #fff;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0px;
    text-align: left;
    line-height: 1.6;
}
#meeteam .meetwrap .alumni-item h3.h3 {
    color: #000;
    font-size: 1.2rem;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 0px;
    padding: 3px;
    /*    position: relative;*/
    text-align: center;
    background: #ffcb00;
    display: inline-block;
}
#meeteam .meetwrap .alumni-item .circlediv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#meeteam .meetwrap .alumni-item .circlediv img.alupic {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}
#meeteam .meetwrap .alumni-item .circlediv p.imgtxt {
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Georgia';
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
#meeteam .meetwrap .alumni-item .circlediv p.imgtxt span {
    color: #fff;
    font-size: .9rem;
    font-family: 'Roboto';
    font-weight: normal;
}
#meeteam .meetwrap .alumni-slider {
    padding: 10px 5px;
    margin: 0;
}
/* the slides */
.alumni-slider .slick-slide {
    margin: 10px 5px;
    padding: 0px;
}
/* the parent */
.alumni-slider .slick-list {
    margin: 0px 2px;
}
.alumni-slider .slick-next {
    left: 180px;
    /*    height: auto;*/
    top: 310px;
}
.alumni-slider .slick-prev {
    left: 118px;
    /*    height: auto;*/
    top: 310px
}
.alumni-slider .slick-next:before {
    content: '\f178';
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    font-family: 'FontAwesome';
    padding: 10px;
    background: #15aa95;
    border-radius: 5px;
}
.alumni-slider .slick-prev:before {
    content: '\f177';
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    font-family: 'FontAwesome';
    padding: 10px;
    background: #15aa95;
    border-radius: 5px;
}
/*
.alumni-slider img {
    width: 100%
}
*/
.alumni-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.alumni-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 5px;
    background: #fff;
}
.alumni-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}
.alumni-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.alumni-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffb600;
    /*border: solid 1px #000;*/
    /*border-radius: 100%;*/
}
/****/
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    background: #034ea2;
    color: #fff;
    padding: 0px 40px;
    margin: 20px 0 0 0;
    position: relative;
}
.site-footer .footer-wrap {
    padding: 15px 60px;
    margin: 0px;
}
.site-footer .footer-wrap .knowmore {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.site-footer ul.footer-social {
    float: left;
    list-style: none;
    margin: 0px;
    overflow: hidden;
    padding: 0;
}
.site-footer ul.footer-social li {
    float: left;
    text-align: center;
    margin: 0px 15px;
    padding: 0px;
}
.site-footer ul.footer-social li a img {
    max-width: 35px;
    width: 100;
    transition: 1s all;
}
.site-footer ul.footer-social li a img:hover {
    opacity: .5;
    border: solid 2px #fff;
    border-radius: 50px;
}
.site-footer .footer-wrap a.downbrochuer {
    display: inline-block;
    font-family: 'Georgia';
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
    font-size: 1rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffcb05;
    border: 1px solid #ffcb05;
    transition: all .8s ease 0s;
    margin: 0px;
    float: right;
    text-transform: uppercase;
}
.site-footer .footer-wrap a.downbrochuer:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

 
.site-footer .footer-wrap .footxt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	border-top: solid 1px #79a1cd;
	padding: 20px 0 5px 0px;
}
.site-footer .footer-wrap .footxt p {margin:0px; padding:0px;  font-family: 'Roboto';
    font-weight: bold; font-size: 1rem; text-align: center;}

.site-footer .footer-wrap .footxt p a {color: #ffcb00; text-decoration: none;}
.site-footer .footer-wrap .footxt p a:hover {text-decoration: underline;}

/ INNER PAGE CSS START /
#registerform {
    position: relative;
    padding: 40px 0px 40px 0px;
}
#registerform .regwrap {
    position: relative;
    padding: 0px 0px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
#registerform .regwrap .iframe {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#registerform .regwrap .iframe iframe {
    border: none;
    width: 100%;
    min-height: 3380px;
    height: 100%;
}
#registerform .regwrap h2 {
    color: #124f97;
    text-transform: inherit;
    font-size: 1.7rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#registerform .regwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}
/*RESOURCE PAGE START /
#resource {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/resouces_bg.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}
#resource .rewrap {
    padding: 250px 50px 20px 50px;
    position: relative;
}
#resource .rewrap h2 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#resource .rewrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 7%;
    margin: 0px auto;
}
#resource .rewrap .resourcebox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    min-height: 250px;
    background: #fff;
    height: 100%;
    transition: 1s;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
}
#resource .rewrap .resourcebox img {
    max-width: 70px;
    width: 100%;
}
#resource .rewrap .resourcebox div {
    padding: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#resource .rewrap .resourcebox div p {
    margin: 0;
    padding: 2px 0px 2px 0px;
    line-height: 1.4;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
}
#resource .rewrap .resourcebox div a.comingbtn {
    display: block;
    font-family: 'Georgia';
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 12px 8px 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    outline: none;
    text-decoration: none;
    color: #000;
    background: #ffcb00;
    border: 1px solid #ffcb00;
    transition: all 0.3s ease 0s;
    margin: 10px 0 0 0;
    border-radius: 7px;
}
#resource .rewrap .resourcebox div a.comingbtn:hover {
    background: #113069;
    border: 1px solid #113069;
    color: #fff;
}
#resource .rewrap .resourcebox:hover {
    background: #eee;
    transform: scale(1.08);
    /*    border-radius: 30px;*/
    /* border: solid 1px #000; */
    transition: 1s;
}
#resource .rewrap .resourcebox:hover img {
    filter: brightness(20%);
}
/*RESOURCE PAGE END /
/*AGENDAS PAGE START /
#agenda {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/agenda_bg.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}
#agenda .agwrap {
    padding: 100px 50px 50px 50px;
    position: relative;
}
#agenda .agwrap h2 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#agenda .agwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 7%;
    margin: 0px auto;
}
#agenda .agwrap p {
    color: #fff;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0px;
    padding: 10px 0 0 0;
    text-align: center;
    line-height: 1.4;
}
#agenda .agwrap .agenda-item {
    text-align: center;
    min-height: 480px;
    height: 100%;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
    -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
    border-collapse: separate;
    box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
    display: block;
}
#agenda .agwrap .agenda-item p {
    margin: 0;
    padding: 5px 0px 10px 0px;
    line-height: 1.4;
    color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
    border-bottom: solid 2px #b9b9b9;
}
#agenda .agwrap .agenda-item img {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
}
#agenda .agwrap .agenda-item h4 {
    margin: 0;
    padding: 3px 8px;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
    background: #0b3e89;
    border-radius: 5px;
}
#agenda .agwrap .agenda-item h5 {
    margin: 0;
    padding: 5px 0px 5px 0px;
    line-height: 1.4;
    color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
}
#agenda .agwrap .agendas-slider {
    padding: 0px 0px;
}
/* the slides */
.agendas-slider .slick-slide {
    margin: 0px 0px;
    padding: 0px;
}
/* the parent */
.agendas-slider .slick-list {
    margin: 0px 10px;
}
.agendas-slider .slick-next {
    right: -20px;
    /*    height: auto;*/
}
.agendas-slider .slick-prev {
    left: -40px;
    /*    height: auto;*/
}
.agendas-slider .slick-next:before {
    content: url("/jgu-mun/images/right_arrow.png");
    /*    content: '\f054';*/
    /*    font-size: 2rem;*/
    /*    color: #2e6eb0;*/
    /*    font-weight: bold;*/
    /*    font-family: 'FontAwesome';*/
    /*    width: 20px;*/
    /*    height: 20px;*/
}
.agendas-slider .slick-prev:before {
    content: url("/jgu-mun/images/left_arrow.png");
    /*    content: '\f053';*/
    /*    font-size: 2rem;*/
    /*    font-weight: bold;*/
    /*    color: #2e6eb0;*/
    /*    font-family: 'FontAwesome';*/
    /*   width: 20px;*/
    /*    height: 20px;*/
}
/*
.agendas-slider img {
    width: 100%
}
*/
.agendas-slider .slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.agendas-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0 5px;
    background: #fff;
}
.agendas-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}
.agendas-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.agendas-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '';
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffb600;
    /*border: solid 1px #000;*/
    /*border-radius: 100%;*/
}
/*AGENDAS PAGE END /
/**COMMITTEES PAGE START**/
#committees {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/committe_bg.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 350px;
}
#committees .comwrap {
    padding: 250px 50px 20px 50px;
    position: relative;
}
#committees .comwrap h2 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#committees .comwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 7%;
    margin: 0px auto;
}
#committees-sub {
    z-index: 1;
    position: relative;
}
#committees-sub .comwrap-sub {
    padding: 50px 0px 50px 0px;
    position: relative;
}
#committees-sub .comwrap-sub h2 {
    color: #034ea2;
    text-transform: inherit;
    font-size: 1.5rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#committees-sub .comwrap-sub h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}
#committees-sub .comwrap-sub p {
    color: #000;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0px;
    padding: 0px 100px 20px 100px;
    text-align: center;
    line-height: 1.4;
}
#committees-sub .comwrap-sub .comteebox {
    padding: 10px 20px;
    position: relative;
    /*     min-height: 500px;*/
    height: 100%;
    background: #fff;
    transition: 1s;
    border-radius: 10px;
    -webkit-box-shadow: 2px 1px 5px 2px rgba(119, 119, 119, .5);
    -moz-box-shadow: 2px 1px 5px 2px rgba(119, 119, 119, .5);
    box-shadow: 2px 1px 5px 2px rgba(119, 119, 119, .5);
}
#committees-sub .comwrap-sub .comteebox p.cmt-head {
    margin: 0 auto;
    padding: 5px 0px;
    line-height: 1.4;
    color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
#committees-sub .comwrap-sub .comteebox p.cmt-head::before {
    content: '';
    width: 70%;
    height: 1px;
    background: #b9b9b9;
    bottom: -30%;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}
#committees-sub .comwrap-sub .comteebox img.cmtimg {
    /*   display: block;*/
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 2px 1px 5px 0px rgba(119, 119, 119, .5);
    -moz-box-shadow: 2px 1px 5px 0px rgba(119, 119, 119, .5);
    box-shadow: 2px 1px 5px 0px rgba(119, 119, 119, .5);
    border-radius: 10px;
    /*  height: 100%;*/
}
#committees-sub .comwrap-sub .comteebox .text-comt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding: 0px;
}
#committees-sub .comwrap-sub .comteebox .text-comt h3 {
    padding: 0px;
    margin: 0px;
    color: #034ea2;
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 1.1rem;
}
#committees-sub .comwrap-sub .comteebox .text-comt p {
    text-align: justify;
    margin: 0px;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
}
#committees-sub .comwrap-sub .comteebox .text-comt p.noshow {
    padding: 0px;
    margin: 0px;
    display: none;
}
#committees-sub .comwrap-sub .comteebox .text-comt p.noshow1 {
    padding: 0px;
    margin: 0px;
    display: block;
}
#committees-sub .comwrap-sub .comteebox .bottomtxt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
#committees-sub .comwrap-sub .comteebox .bottomtxt h4 {
    padding: 3px 8px;
    display: block;
    line-height: 1.4;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
    background: #0b3e89;
    border-radius: 5px;
    margin: 0px;
}
#committees-sub .comwrap-sub .comteebox .bottomtxt h5 {
    margin: 0;
    padding: 3px 8px;
    display: block;
    line-height: 1.4;
    color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: normal;
}
/**COMMITTEES PAGE END **/
/*SECRETARIAT PAGE START /
#secretariat {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/secretariat_bg.jpg") no-repeat;
    background-position: 50% 10%;
    background-size: cover;
    padding: 0px 0;
    /*    min-height: 650px;*/
}
#secretariat .secwrap {
    padding: 200px 100px 20px 100px;
    position: relative;
}
#secretariat .secwrap h2 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#secretariat .secwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 7%;
    margin: 0px auto;
}
#secretariat .secwrap .nav-pills .nav-link {
    font-weight: bold;
    background: #f4f4f4;
    color: #000;
    font-family: 'Roboto';
    border: 0;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    padding: 18px 5px;
    font-size: 1.1rem;
}
#secretariat .secwrap .nav-fill .nav-item, .nav-fill > .nav-link {
    margin: 0 1px;
}
#secretariat .secwrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background: #ffcc04;
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'Roboto';
    padding: 18px 5px;
}
#secretariat .secwrap .nav-pills .nav-link:hover, .nav-pills .show > .nav-link {
    color: #000;
    background: #ffcc04;
}
#secretariat .secwrap .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/*
#secretariat .secwrap .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 79%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffcc04;
    clear: both;
    z-index: 111;
}
*/
#secretariat .secwrap .tab-content {
    margin: 30px auto 10px auto;
    padding: 20px 0px;
}
#secretariat .secwrap .tab-content .secdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}
#secretariat .secwrap .tab-content .secdiv img {
    display: flex;
    justify-content: center;
    align-items: center;
}
#secretariat .secwrap .tab-content .secdiv h3 {
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
    font-size: 1.1rem;
    text-align: center;
    font-family: 'Georgia';
    font-weight: bold;
}
#secretariat .secwrap .tab-content .secdiv p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: .9rem;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
}
/*SECRETARIAT PAGE END /


/**CONFERENCE PAGE START**/
#conference {
    z-index: 100;
    position: relative;
    background: url("/jgu-mun/images/conference_bg.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0px 0;
    min-height: 350px;
}
#conference .conferwrap {
    padding: 250px 50px 20px 50px;
    position: relative;
}
#conference .conferwrap h2 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.1rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#conference .conferwrap h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 7%;
    margin: 0px auto;
}


#conference-one {
    z-index: 1;
    position: relative;
	background: #f6f6f6;
	 padding: 30px 0px 30px 0px;
}
#conference-one .conferwrapone {
   padding: 0px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    position: relative;
	display: flex;
	justify-content: center; 
	align-items: center;
}


#conference-one .conferwrapone img {max-width: 700px; width: 100%;}

 


#conference-two {
    z-index: 1;
    position: relative;
	background: #fff;
	 padding: 30px 0px 30px 0px;
}
#conference-two .conferwraptwo {
    padding: 0px;
	 position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#conference-two .conferwraptwo h2 {
    color: #034ea2;
    text-transform: inherit;
    font-size: 1.5rem;
    font-family: 'Georgia';
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
#conference-two .conferwraptwo h2::after {
    content: '';
    background: #ffcb00;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    width: 5%;
    margin: 0px auto;
}

#conference-two .conferwraptwo .award-tbl
{
	color: #000;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 1.4;
	
}

#conference-two .conferwraptwo .award-tbl table.tbl {width: 100%; border: none; border-collapse: collapse;}
#conference-two .conferwraptwo .award-tbl .tbl th {background: #034ea2; color: #ffcb05; font-weight: bold; padding: 10px 3px;
line-height: 1.2;}
#conference-two .conferwraptwo .award-tbl .tbl td { padding: 10px 3px; line-height: 1.4;}
#conference-two .conferwraptwo .award-tbl .tbl .borderwhite {border-left:solid 3px #fff;}

#conference-two .conferwraptwo .award-tbl .tbl .bg1 {background: #f6f6f6;}
#conference-two .conferwraptwo .award-tbl .tbl .bg2 {background: #e8e8e8;}
#conference-two .conferwraptwo .award-tbl .tbl .bg1:hover, #conference-two .conferwraptwo .award-tbl .tbl .bg2:hover  {background: #c6bebe;}

#conference-two .conferwraptwo p {
    color: #000;
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0px;
     padding: 0px;
    text-align: center;
    line-height: 1.4;
}
#conference-two .conferwraptwo p span {display: block;}

/**CONFERENCE PAGE END**/

 





/ INNER PAGE CSS END /
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
@media (max-width: 1367px) {
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 290px;
        left: 10px;
        right: 10px;
        bottom: 20px;
        transition: all .5s;
        border-radius: 0px;
    }
    #committees-sub .comwrap-sub .comteebox img.cmtimg {
        display: block;
        max-width: 230px;
    }
    #committees-sub .comwrap-sub .comteebox .text-comt p {
        font-size: .9rem;
    }
    #committees-sub .comwrap-sub .comteebox .text-comt p.noshow {
        padding: 10px 0 0 0;
        margin: 0px;
        display: block;
    }
    #committees-sub .comwrap-sub .comteebox .text-comt p.noshow1 {
        padding: 0px 0 0 0;
        margin: 0px;
        display: block;
    }
    #secretariat .secwrap .tab-content .secdiv {
        padding: 20px 10px;
    }
}
/*Large devices (desktops, less than 1260px)*/
@media (max-width: 1261px) {
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 250px;
        left: 10px;
        right: 10px;
        bottom: 20px;
        transition: all .5s;
        border-radius: 0px;
    }
}
/*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;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
    html {
        font-size: 15px;
        overflow-x: hidden !important;
    }
    .header1 {
        z-index: 100;
        position: relative;
        background: url("/jgu-mun/images/banner.jpg") no-repeat;
        background-position: 50%;
        background-size: cover;
        padding: 0px 0;
        min-height: 450px;
    }
    .header1 .headwrap .header-text {
        padding-top: 150px;
        margin: 0px;
    }
	
	.site-footer .footer-wrap {
  padding: 15px 0px;
  margin: 0px;
}
	
	
    .site-footer ul.footer-social {
        float: none;
        display: flex;
        justify-content: center;
    }
    .site-footer .footer-wrap .knowmore {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	#conference-two .conferwraptwo p span {
  display: inline;
}
	
	
    #meeteam::before {
        right: -12%;
    }
    #meeteam::after {
        left: -11%;
    }
    #registerform .regwrap .iframe iframe {
        border: none;
        width: 100%;
        min-height: 3300px;
        height: 100%;
    }
    #resource .rewrap h2::after {
        width: 15%
    }
    #agenda .agwrap {
        padding: 100px 0px 20px 0px;
    }
    #committees-sub .comwrap-sub p {
        padding: 0px 0px 10px 0px;
    }
    #committees-sub .comwrap-sub h2::after {
        width: 10%;
    }
    #committees-sub .comwrap-sub .comteebox img.cmtimg {
        margin: 0 auto;
    }
    #committees-sub .comwrap-sub .comteebox .text-comt p.noshow {
        padding: 10px 0 0 0;
        margin: 0px;
        display: none;
    }
    #committees-sub .comwrap-sub .comteebox .text-comt p {
        font-size: 1rem;
    }
    #committees .comwrap h2::after {
        width: 10%;
    }
    #secretariat .secwrap {
        padding: 150px 0px 20px 0px;
    }
    #secretariat .secwrap .tab-content .secdiv {
        background: #fff;
        border-radius: 10px;
        padding: 20px 10px;
        min-height: 240px;
        height: 100%;
    }
    #secretariat .secwrap .tab-content {
        margin: 20px auto 10px auto;
        padding: 0px 0px;
    }
	
	#conference .conferwrap h2::after {width: 10%;}
	#conference-two .conferwraptwo h2::after {width: 10%;}
	
	
	
	
	
}
@media (max-width: 576px) {
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 250px;
        left: 10px;
        right: 10px;
        bottom: 20px;
        transition: all .5s;
        border-radius: 0px;
    }
    #meeteam::before {
        right: -10%;
        width: 90px;
        height: 90px;
        border: solid 3px #ffcb00;
        border-radius: 15px;
        top: -2%;
    }
    #meeteam::after {
        left: -10%;
        width: 90px;
        height: 90px;
        border-radius: 15px;
        border: solid 3px #ffcb00;
    }
    #meeteam:hover::before, #meeteam:hover::after {
        transform: rotate(0deg);
        border: solid 3px #fdda52;
    }
    #header .headsub {
        padding: 0 10px;
    }
    .header1 {
        z-index: 100;
        position: relative;
        background: url("/jgu-mun/images/banner.jpg") no-repeat;
        background-position: 60%;
        background-size: cover;
        padding: 0px 0;
        min-height: 400px;
    }
    #whyjgu .whywrap h2::after, #meeteam .meetwrap h2::after {
        width: 10%;
    }
    .header1 .headwrap img {
        max-width: 120px;
        width: 100%;
        display: block;
    }
    .header1 .headwrap .header-text a.applybtn {
        font-size: 1.1rem;
        padding: 5px 8px;
    }
    #cities .citiwrap {
        padding: 0px 0px;
    }
    #whyjgu .whywrap {
        padding: 0px 0px;
    }
    #meeteam .meetwrap .imgclass {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 220px;
    }
    #resource .rewrap {
        padding: 200px 5px 20px 5px;
    }
    #agenda .agwrap .agenda-item {
        min-height: 400px;
        height: 100%;
    }
}
@media (max-width: 426px) {
    .header1 {
        z-index: 100;
        position: relative;
        background: url("/jgu-mun/images/banner.jpg") no-repeat;
        background-position: 70%;
        background-size: cover;
        padding: 0px 0;
        min-height: 400px;
    }
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 130px;
        left: 10px;
        right: 10px;
        bottom: 20px;
        transition: all .5s;
        border-radius: 0px;
    }
    #cities .citiwrap .effects:hover h3 {
        color: #fff;
    }
    #cities .citiwrap .bottom-left h3 {
        font-size: 3.2rem;
    }
    #cities .citiwrap .bottom-left {
        left: 6px;
    }
    #cities .citiwrap .bottom-left p {
        font-size: 1.1rem;
    }
    .site-footer .footer-wrap {
        padding: 15px 0px;
    }
}
@media (max-width: 376px) {
    #cities .citiwrap .bottom-left {
        position: absolute;
        bottom: 20px;
    }
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 140px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transition: all .5s;
        border-radius: 0px;
    }
    #cities .citiwrap .bottom-left {
        left: 2px;
    }
}
@media (max-width: 360px) {
    #cities .citiwrap .effects::before, #cities .citiwrap .effects::after {
        content: "";
        position: absolute;
        top: 120px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transition: all .5s;
        border-radius: 0px;
    }
}
/*
@media (max-width: 481px) {


     
}




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