body {
  overflow-x: hidden;
}

.stuck {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff !important;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#header {
  margin: 0px;
  padding: 0px 0px;
  border: none;
  padding-top: 10px;
  z-index: 10000;
  padding-bottom: 11px;
}

#header .header-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  animation: 1s menuFix;
  -webkit-animation: 1s menuFix;
  -o-animation: 1s menuFix;
  -moz-animation: 1s menuFix;
}

#header .logo {
  text-align: left;
}

#header .navbar {
  padding: 0px;
}

#header .navbar-brand {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

#header .navbar-brand span {
  color: #0083cb;
}

#header .nav-item {
  position: relative;
}

#header .nav-link {
  padding: 10px 12px;
  margin: 0px 0px 0px 8px;
  font-size: 13px;
  color: #393939;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

#header a.nav-link:hover {
  color: #ffffff!important;
  /* border-bottom: 2px solid #cdf220; */
  transition: 0.4s;
  background-color: #66ac2f!important;
}

.active {
   color: #ffffff!important;
  background-color: #66ac2f!important; 
 
}

#header .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  min-width: 14rem;
}

#header .dropdown-active a {
  color: #0083cb;
}

#header .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  color: #3e3e65;
  text-transform: uppercase;
}

#header .dropdown.active .dropdown-menu a {
  color: #3e3e65;
}

#header .menu-btn {
  margin: 22px 0px;
}

#header .menu-btn .btn:hover {
  font-weight: 100;
}

#header .navbar-toggler {
  border-radius: 0;
  background-color: #0083cb;
  outline: 0;
  border: 0;
  padding: 12px;
}

#header .navbar-toggler i {
  color: #fff;
}

#header .navbar-toggler[aria-expanded="true"] i:before {
  content: "\f156";
}

#header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#header .menu-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
  background: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: #0083cb;
  margin-bottom: 13px;
  margin-top: 12px;
  font-size: 0;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#header .menu-toggle:before, #header .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#header button:hover {
  color: #1705b8;
}

#header button.is-active {
  border-color: transparent;
}

#header button.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#header button.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#header button {
  border: none;
  cursor: pointer;
  outline: none;
}
p{
  font-style: normal;
}

#about-area {
  font-family: 'Oxygen', sans-serif;
}

#about-area h1 {
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0px 0px 5px;
  letter-spacing: 1px;
}

#about-area span {
  color: #75b027;
}

#about-area h1:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  margin-top: 10px;
}

#about-area h5 {
  padding-top: 30px;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#about-area p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 27px;
  color: #555555;
  font-style: normal;
}

#issues {
  font-family: 'Oxygen', sans-serif;
}

#issues h1 {
  font-size: 30px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 0px 0px 5px;
}

#issues h1:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  position: relative;
  top: 10;
  margin: 0 auto;
}

#issues span {
  color: #75b027;
}

#issues h2 {
  margin-bottom: 30px;
}

#issues p {
  font-size: 16px;
  font-style: normal;
}

#issues .single-team {
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 90px;
}

#issues .single-team:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#issues .single-team img {
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

#issues .team-meta {
  position: absolute;
  bottom: -15px;
  background: #fff;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.37);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.37);
  text-align: center;
  z-index: 2;
  /* line-height: 26px; */
  padding-top: 10px;
}

#issues .team-meta h3 {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}

#issues .team-meta p {
  font-style: normal;
  margin: 0;
}

#issues .team-image {
  overflow: hidden;
}

#issues .single-team:hover .team-image:before {
  opacity: 0.9;
}

#issues .team-social {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  -webkit-transition: .4s;
  transition: .4s;
}

#issues .team-social a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #AFAEAE;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
}

#issues .team-social a:hover {
  color: #1556A6;
}

#issues .single-team:hover .team-social {
  display: block;
  z-index: 2;
}

#issues .buton {
  padding: 12px 40px;
  border: 1px solid #75b027;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#issues .buton-bg:hover {
  background: transparent !important;
  color: #343434 !important;
}

#issues .buton:hover {
  background: #1c1c1c;
  color: #eee;
}

#issues .buton-bg {
  background: #75b027;
  color: #eee;
}

#issues a {
  text-decoration: none;
  font-size: 13px;
}

footer {
  font-family: 'Oxygen', sans-serif;
  background-color: #255120;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer p {
  color: #fff;
  padding: 20px 0px 0px 0px;
  font-size: 15px;
  font-style: normal;
}

footer a {
  color: #b0cf27;
  font-weight: 700;
}

footer a:hover {
  color: inherit;
}

#journal {
  font-family: 'Oxygen', sans-serif;
}

#journal .journal-img {
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 10px #9c9c9c;
  box-shadow: 0 10px 10px #9c9c9c;
}

#journal a {
  color: inherit;
  text-decoration: none;
}

#journal .jour {
  position: relative;
  
}

#journal .journal-img1 {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 10px #9c9c9c;
  box-shadow: 0 10px 10px #9c9c9c;
  text-align: center;
  margin-bottom: 30px;
}

#journal .content {
  padding-top: 25px;
}

#journal h4 {
  font-size: 20px;
  font-weight: 700;
}

#journal .team-meta {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 7px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.37);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.37);
  text-align: center;
  z-index: 2;
}

#journal h3 {
  font-size: 15px;
  font-weight: bold;
}

#journal h2 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 35px;
}

#journal h2:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  position: relative;
  top: 10;
  margin: 0 auto;
}

#journal span {
  color: #75b027;
}

#issues-details {
  font-family: 'Oxygen', sans-serif;
  min-height: 100%;
}

#issues-details .journal-img {
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 10px #9c9c9c;
  box-shadow: 0 10px 10px #9c9c9c;
  margin-bottom: 40px;
}

#issues-details h4 {
  font-weight: 700;
}

#issues-details h5 {
  font-weight: 700;
  font-size: 16px;
}

#issues-details .inner-box {
  border-bottom: 2px solid #c9e390;
}

#issues-details p {
  font-size: 14px;
  font-style: normal;
}

#issues-details a {
  color: inherit;
}

#issues-details a:hover {
  color: inherit;
}

.inner-box {
    padding: 20px;
    background: #b5d76c1f;
    margin: 10px 0px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.img-current{
  height: 36%;
  width: auto;
  padding-top: 30px;
}
.box {
  background-color: rgb(50, 133, 183);
  padding: 20px;
margin-top:25px;
color: #fff;

}
.current-issue h1 {

  font-size: 30px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}
.current-issue h1:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.contact-section{
	position: relative;
    padding-bottom: 110px;
    padding-top: 10px;
}

.contact-section .info-column{
	position: relative;
}

.contact-section .info-column .inner-column{
	position: relative;
	padding-right: 65px;
	margin-top: -68px;
}

.contact-section .info-column .inner-column .content-box{
	position: relative;
	padding: 60px 55px;
	background-color: #28a745;
}

.contact-section .info-column .inner-column h2{
	position: relative;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 25px;
}

.contact-section .info-column .inner-column .title{
	position: relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.contact-section .info-column .inner-column .social-boxed{
	position: relative;
	margin-left: 30px;
	margin-top: 30px;
}

.contact-section .info-column .inner-column .social-boxed li{
	position: relative;
	margin-right: 18px;
	display: inline-block;
}

.contact-section .info-column .inner-column .social-boxed li a{
	position: relative;
	color:#ffffff;
	font-size: 15px;
}

.contact-section .form-column{
	position: relative;
}

.contact-section .form-column .inner-column{
	position: relative;
	padding-top: 100px;
	padding-left: 35px;
}

.contact-section .form-column .inner-column h2{
	position: relative;
	color:#443986;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 16px;
}

.contact-section .form-column .inner-column h2:before{
	position: absolute;
	content: '';
	left: -35px;
	top: 12px;
	height: 2px;
	width: 25px;
	background-color: #28a745;
}

.contact-section .form-column .inner-column .title{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 25px;
}

/*Contact Form*/

.contact-form .form-group{
    margin-bottom: 20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	height:50px;
	font-size:15px;
	color:#888888;
	line-height:24px;
	padding:12px 5px;
	font-weight:400;
	border-bottom:1px solid #e5e5e5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border: 1px solid #ccc;
}



.contact-form textarea{
  height: 170px;
  resize: none;
  padding: 12px 20px;
}

.contact-form .message-btn{
	position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: #28a745;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
	cursor: pointer;
	margin-top: 30px;
    
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.contact-form .message-btn:hover{
	background:#ee2d50;
	border-color:#ee2d50;	
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:500;	
}

#announce  {
	position: relative;
    padding-bottom: 110px;
    padding-top: 100px;
}
#announce .list-icon {
  list-style: none;
  margin-top:10px;
  padding: 0;
}
.list-icon li {
  font-size: 14px;
  margin-bottom:10px;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
 
#announce h1 {
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0px 0px 5px;
  letter-spacing: 1px;
}

#announce h1:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  margin-top: 10px;
}
#announce h2{
  text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 35px;
}
#announce span{
  color: #75b027;
}
#announce h2:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  
  position: relative;
  margin: 10 auto;
}

#guidlines {
	position: relative;
    padding-bottom: 110px;
    padding-top: 100px;
}

#guidlines h2{
  text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 35px;
}
#guidlines h1{
  
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 35px;
}
#guidlines span{
  color: #75b027;
}
#guidlines h2:after {
  content: "";
  background-color: #75b027;
  width: 60px;
  height: 2px;
  display: block;
  
  position: relative;
  margin: 10 auto;
}
#guidlines p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 27px;
  color: #555555;
  font-style: normal;
}
#guidlines ul, .oderlist {
  margin-top:10px;
  margin-left: 40px;
  padding: 0;
}
#guidlines p{
  text-align: justify;
  text-justify: inter-word;
}

#board {
  font-family: 'Oxygen', sans-serif;
}

#board h1 {
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0px 0px 5px;
  letter-spacing: 1px;
}

#board span {
  color: #75b027;
}

#board h1:after {
  content: "";
  background-color: #75b027;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 10px;
}

#board h5 {
  padding-top: 30px;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#board p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 27px;
  color: #555555;
  font-style: normal;
}
#about-area p{
  text-align: justify;
  text-justify: inter-word;
}
.underline:after {
  content: "";
  background-color: #75b027;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 10px;
}
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #28a745;
}
.homeJournal{
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 10px 10px #9c9c9c;
  box-shadow: 0 10px 10px #9c9c9c;
}
/*# sourceMappingURL=main.css.map */