/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: "versa", sans-serif;
	src: url("../assets/fonts/versa.otf");
}
:root {
    --bs-nav: #1A3873;
    --bs-indigo: #6610f2;
}
* {
	margin:0;
	padding:0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
    margin:0;
    padding:0;
  }
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background: #f6f9ff;
    width: 100%;
    height: auto;
}
a {
    color: #10828D;
    text-decoration: none;
}
a:hover {
    color: #717ff5;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    font-size:18px;
}
p {
	font-size:18px;
}
.main {
	background: #f6f9ff;
}

/*--------------------------------------------------------------
# Navigation Bar and Collapse Navigation Bar
--------------------------------------------------------------*/
.nav {
	padding:8px 1px 8px 1px;
	border-bottom:0.1px solid #ccc;
	background:#f6f9ff;
}
@media (min-width: 1024px) {
	.nav {
		padding: -25px 0 -15px 0;
	}
}
.nav .navbar-brand {
	font-size: 20px;
	font-weight: 500;
	color: #10828D;
	font-family: "versa", sans-serif;
	text-transform: uppercase;
}
.nav .navbar-icon {
	width: 30px;
	height: 30px;
	display: inline-flex;
	margin-right: 2px;
	margin-top: -5px;
}
.nav .navbar-toggler {
	color: #10828D;
	font-size: 28px;
	cursor: pointer;
	line-height: 0;
	font-weight:800;
    border: none;
    margin-right: -90px;
}
.nav .navbar-toggler .data-icon {
	margin-right: -10px;
}
.nav .navbar .logout {
	outline: none;
	border: none;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
	position:absolute;
	right: 0;
}
.nav .navbar-collapse ul li a {
	color:#013289;
	text-transform:capitalize;
	font-size:15px;
	font-weight:600;
	font-family: "Nunito", sans-serif;
    margin-left:auto;
}
@media (max-width: 786px) {
	.nav .logout {
		justify-content: flex-end;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
	.nav .navbar .logout {
		justify-content: flex-end;
		float: right;

	}
}
@media only screen and (max-width: 600px) {
	.nav .logout {
		justify-content: flex-end;
		float: right;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.nav .logout {
		justify-content: flex-end;
		float: right;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
	.nav .Logout {
		position: absolute;
		right: 60px;
	}
	.nav .navbar-collapse {
		margin-right: 40px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1199px) {
	.nav .logout {
		justify-content: flex-end;
		float: right;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
	.nav .Logout {
		position: absolute;
		right: 60px;
	}
	.nav .navbar-collapse {
		padding-right: 40px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	.nav .logout {
		justify-content: flex-end;
		float: right;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
	.nav .Logout {
		position: absolute;
		right: 100px;
	}
	.nav .navbar-collapse {
		padding-right: 20px;
	}
}
@media only screen (min-width: 1800px) {
	.nav .logout {
		justify-content: flex-end;
		float: right;
	}
	.nav .navbar-collapse .logout {
		display: none;
	}
	.nav .Logout {
		position: absolute;
		right: 60px;
	}
	.nav .navbar-collapse {
		padding-right: 20px;
	}
}
.nav  .navbar-collapse ul li .active {
	color:#10828D;
}
.nav .navbar-collapse ul li a i {
	font-size:18px;
	color:#013289;
	margin:0 9px 0 0;
}
.nav .navbar-collapse ul li a .active {
	color:#10828D;
	font-weight:600;
}

/*--------------------------------------------------------------
# LoginSignup
--------------------------------------------------------------*/
.loginSignup {
	background-color: #f6f9ff;
}
.loginSignup .loginRegister form{
	margin: 0;
	min-height: 100vh;
}
.loginSignup form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.loginSignup .heading h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.loginSignup .form input {
	padding: .8rem;
	border-radius: 10px;
	border: 1px solid rgb(218, 218, 218);
	width: 100%;
	font-family: "Nunito", sans-serif;
}
.loginSignup .submit-btn{
    padding: .8rem;
    border: none;
    color: white;
    background-color: rgb(66, 24, 255);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-family: "Nunito", sans-serif;
}
.divider{
    position: relative;
}
.divider small{
    background-color: #f6f9ff;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Nunito", sans-serif;
}
.loginSignup .links {
	display: flex;
	font-family: "Nunito", sans-serif;
}
.links p {
	font-size: 15px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	position: relative;
	text-align: left;
	font-family: "Nunito", sans-serif;
}
.links .signup {
	font-size: 15px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	position: relative;
	text-align: right;
	margin-top: -40px;
	text-transform: uppercase;
	font-weight: 800;
}
.messageDiv{
    color:white;
    border-radius: 5px;
    opacity:0;
    animation:fadeOut 15s forwards;
    font-family: "Nunito", sans-serif;
    text-align: center;
}
.btns{
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.btns button{
    padding: .8rem;
    font-weight: 600;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgb(218,218,218);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Nunito", sans-serif;
}
.btns button:hover{
    opacity: .8;
}
.btns button img{
    width: 20px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
	margin: 0;
	padding: 0;
	background-color: #f6f9ff;
}
.icon-i {
	 width: 100px;
	 height: 100px;
	 margin-left: auto;
	 mix-blend-mode: multiply;
}
.hero .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.hero .section-headings p {
	font-size: 18px;
	font-family: "Nunito", sans-serif;
	padding-top: 2px;
	position: relative;
	text-align: center;
}

.hero .search-container {
	position: relative;
	width: auto;
	margin-top: auto;
}
.hero .search-box {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 24px;
	background-color: #fff;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 5px;
}
.hero .search-box #searchInput {
	border: none;
	outline: none;
	flex-grow: 1;
	padding: 8px;
	border-radius: 24px;
	max-height: 200px;
	width: 100%;
}
.hero .search-icon .icon {
	font-size:  18px;
	color: #10828D;
	margin-right: 10px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#searchIcon {
	display: block;
}
.hero .search-box .suggestions {
	position: absolute;
	top: 50px;
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	z-index: 1000;
	display: none;
}
.hero .search-input .suggestion-container {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.hero #suggestions-item {
	font-size: 18px;
	color: #000;
	font-family: "Nunito", sans-serif;
	display: block;
	width: 100%;
	cursor: default;
	border: 0.1px solid #ccc;
	padding: 5px 10px 5px 10px;
	background: 0 4px 16px rgba(0, 0, 0, 0.1);
	color: #444444;
}
.hero #suggestions-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.hero #suggestions-item:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.hero #suggestions-item:hover {
	background-color: #f1f1f1;
}
#pagination {
  padding: 6px;
  font-size: 15px;
  color: #10828D;
  font-family: "Nunito", sans-serif;
  text-align: center;
  border: none;
  margin: 5px;
}
.pagination-button {
  padding: 6px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #10828D;
}
.pagination-button:hover {
	border: 1px solid #10828D;
	background: #10828D;
	color: #fff;
	transition: 0.3s;
}
.pagination {
  padding: 6px;
  font-size: 15px;
  color: #10828D;
  font-family: "Nunito", sans-serif;
  text-align: center;
  border: none;
  margin: 10px;
}
.pagination-button:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination-button:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


@media only screen and (max-width: 600px) {
	.hero .icon-i {
		margin-top: 30px;
	}
	.hero .search-container {
		margin-top: 10px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.hero .icon-i {
		margin-top: 40px;
	}
	.hero .search-container {
		margin-top: 10px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1199px) {
	.hero .icon-i {
		margin-top: 120px;
	}
	.hero .search-container {
		margin-top: 10px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	.hero .icon-i {
		margin-top: 120px;
	}
	.hero .search-container {
		margin-top: 10px;
	}
}
@media only screen (min-width: 1800px) {
	.hero .icon-i {
		margin-top: 120px;
	}
	.hero .search-container {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
# Tags-item
--------------------------------------------------------------*/
.tags-item {
	background-color: #f6f9ff;
}
.tags-item .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
	padding-top: 18px;
	position: relative;
	text-align: center;
}
.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.tags .tag {
	display:inline-block;
	padding:10px 15px;
	background: #10828D;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: auto;
	font-family: "Nunito", sans-serif;
}
@media (max-width: 600px) {
	.tags .tag {
		padding: 8px 12px;
	}
	.tags-item {
		height: 100%;
	}
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.tags-item {
		height:auto;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1199px) {
	.tags-item {
		height:auto;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	.tags-item {
		height:auto;
	}
}
@media only screen (min-width: 1800px) {
	.tags-item {
		height:auto;
	}
}

/*--------------------------------------------------------------
# About Intro
--------------------------------------------------------------*/
.about {
  background-color: #f6f9ff;
}
.about .info {
  margin-bottom: 0px;
  margin-top: 80px;
}
.about .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
}
.about .about-details p {
	font-size: 18px;
	font-family: "Nunito", sans-serif;
	padding-top: 2px;
	position: relative;
}
@media(min-width: 1024px) {
	.about .info {
		margin-top: 100px;
	}
	.about-intro .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	}
}
.about img {
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.about .info {
		margin-top: 180px;
	}
	.about img {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1199px) {
	.about .info {
		margin-top: 120px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	.about .info {
		margin-top: 120px;
	}
	.about img {
		width: 80%;
		height: 55%;
		aspect-ratio: 1/1;
		margin-top: 150px;
	}
}
@media only screen (min-width: 1800px) {
	.about .info {
		margin-top: 120px;
	}
	.about img {
		width: 80%;
		height: 55%;
		aspect-ratio: 1/1;
		margin-top: 150px;
	}
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
  background-color: #f6f9ff;
}
.about-us .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
}
.about-us .about-details p {
	font-size: 18px;
	font-family: "Nunito", sans-serif;
	padding-top: 2px;
	position: relative;
}
@media(min-width: 1024px) {
	.about .info {
		margin-top: 100px;
	}
	.about-intro .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	}
	.about img {
		height: 60%;
		width: 100%;
		margin-top: 165px;
	}
}
.about-us .about-us-logo .logo {
	 width: 100%;
	 height: 100%;
	 margin-left: auto;
	 mix-blend-mode: multiply;
	 aspect-ratio: 16/9;
}
@media only screen and (max-width: 600px) {
	.about-us .about-us-logo .logo {
		width: 100%;
		height: 100%;
		margin-left: auto;
		mix-blend-mode: multiply;
		aspect-ratio: 1/1;
	}
	.about img {
		height: 100%;
		width: 100%;
	}
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.about-us .about-us-logo .logo {
		width: 100%;
		height: 100%;
		margin-left: auto;
		mix-blend-mode: multiply;
		aspect-ratio: 16/9;
	}
	.about img {
		height: 100%;
		width: 100%;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
	.about-us .about-us-logo .logo {
		width: 100%;
		height: 100%;
		margin-left: auto;
		mix-blend-mode: multiply;
		aspect-ratio: 16/9;
	}
	.about img {
		height: 60%;
		width: 100%;
		margin-top: 165px;
	}
}



.about-us .member .member-img {
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	border: 3px solid #fff;
	box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
	width: 80%;
}
.about-us .member .member-img img {
	width: 100%;
	height: 50%;
	aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
	.about-us .member .member-img {
	  margin: 0 auto;
	}
}
  .about-us .member .member-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50%;
	aspect-ratio: 1/1;
}
.about-us .member .member-img .social {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding-bottom: 20px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
  }
  
  .about-us .member .member-img .social a {
	transition: 0.3s;
	color: #fff;
	font-size: 20px;
	margin: 0 5px;
  }
  
  .about-us .member .member-img .social a:hover {
	color: #10828D;
  }
  
  .about-us .member .member-info {
	margin-top: 30px;
  }
  
  .about-us .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 18px;
	font-family: "Nunito", sans-serif;
  }
  
  .about-us .member .member-info span {
	font-style: italic;
	font-family: "Nunito", sans-serif;
	display: block;
	font-size: 15px;
	color: color-mix(in srgb, #fff, transparent 40%);
	margin-bottom: 10px;
  }
  
  .about-us .member .member-info p {
	margin-bottom: 0;
	font-size: 14px;
	font-family: "Nunito", sans-serif;
  }
  
  .about-us .member:hover .member-img .social {
	padding-bottom: 0;
	visibility: visible;
	opacity: 1;
  }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	background-color: #f6f9ff;
}
.contact .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
}
@media(min-width: 1024px) {
	.contact .section-headings h3 {
		font-size: 20px;
		color: #10828D;
		font-family: "Nunito", sans-serif;
		text-transform:capitalize;	
		margin-bottom: 8px;
		padding-bottom: 8px;
		position: relative;
	}
}
.contact form button {
    padding: 12px 32px;
    background: #10828D;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
	font-family: "Nunito", sans-serif;
}
.contact form .form-control {
    width: 100%;
    padding: 15px;
    background: transparent;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
}
.contact form .form-control::placeholder {
	color:#10828D;
	font-size:16px;
	font-weight:500;
	font-family: "Nunito", sans-serif;
}
.contact form textarea {
	resize: none;
	font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  background: #012970;
  min-height: 20px;
  margin-top: 57px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 3px 0 3px 0;
  margin: 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: none;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Category-Items
--------------------------------------------------------------*/
.category-items {
	background-color: #f6f9ff;
}
.category-items .section-headings p {
	font-size: 18px;
	font-family: "Nunito", sans-serif;
	padding-top: 2px;
	position: relative;
}
.category-items .post-sidebar {
	padding: 30px;
	margin-bottom: 0px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.category-items .post-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
  font-family: "Nunito", sans-serif;
  text-transform:capitalize;	
  margin-bottom: 8px;
  padding-bottom: 8px;  
}

.category-items .post-sidebar .sidebar-title:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(0% - 0px);
}
.category-items .post-sidebar .sidebar-title:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 3px;
	background: #1977cc;
	bottom: 0;
	left: calc(4% - 14px);
}
@media(min-width: 1024px) {
	.category-items .post-sidebar .sidebar-title {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	}
	.category-items .post-sidebar .sidebar-title:before {
	left: calc(2% - 5px);
	width: 230px;
	}
	.category-items .post-sidebar .sidebar-title:after {
	left: calc(0% - 0px);
	width: 60px;
	}
}

.category-items .post-sidebar .sidebar-item {
  margin-bottom: 10px;
}
.category-items .post-sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.category-items .post-sidebar .categories ul li+li {
  padding-top: 10px;
}
.category-items .post-sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}
.category-items .post-sidebar .categories ul a:hover {
  color: #10828D;
}
.category-items .post-sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
  float: right;
}
.category-items li a{
	padding: 6px;
	font-size: 15px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
}
.category-items .data {
	padding: 6.9px;
	height: auto;
	font-size: 14px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	border-top: none;
	border-bottom: none;
	background: none;
}

/*--------------------------------------------------------------
# Returns
--------------------------------------------------------------*/
.returns {
	background: #f6f9ff;
}
.search-container {
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
#searchInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  outline: none;
  flex-grow: 1;
  border-radius: 24px;
  border: 1px solid #ccc;
}
#suggestions {
  overflow-y: auto;
  display: none;
  background-color: #fff;
  position:relative;
  width: 100%;
  margin-top: 10px;
  border-top: none;
  display: none;
}
#suggestions div {
  font-size: 18px;
  color: #000;
  font-family: "Nunito", sans-serif;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 0.1px solid #ccc;
  padding: 5px 10px 5px 10px;
  background: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #444444;
}
#suggestions div:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#suggestions div:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#suggestions div:hover {
  background-color: #f0f0f0;
}



/*--------------------------------------------------------------
# List of Details
--------------------------------------------------------------*/
.list-of-results {
	background: #f6f9ff;
}

/*--------------------------------------------------------------
# Article Contents
--------------------------------------------------------------*/
.article-informations {
	background: #f6f9ff;
}
.article-informations .article-main {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.article-informations .article-details .article-label {
	color: #f51f9c;
	font-size: 16px;
}
.article-informations .article-details .article-title {
	font-size: 18px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
	font-weight: 500;
}
.article-informations .article-details .article-authors {
	font-size: 16px;
	font-family: "Nunito", sans-serif;
	position: relative;
	font-weight: 500;
}
.article-informations .cite-read .reads {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-weight: 500;
	font-size: 16px;
}
.article-informations .cite-read .reads .counts {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-weight: 700;
	float: right;
	font-size: 16px;
	color: #10828D;
}
.article-informations .cite-read .cites {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-weight: 500;
	font-size: 16px;
}
.article-informations .cite-read .cites .counts {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-weight: 700;
	float: right;
	font-size: 16px;
	color: #10828D;
}
@media (min-width: 1024px) {
	.article-informations .cite-read .cites {
		margin-top: -10px;
	}
}
@media (max-width: 786px) {
	.article-informations .cite-read .cites {
		margin-top: -10px;
	}
}
.article-informations .selector {
	width: 100px;
	border: none;
	outline: none;
	background: #10828D;
	color: #fff;
	font-family: "Nunito", sans-serif;
	text-align: center;
}


/*--------------------------------------------------------------
# Classified Data
--------------------------------------------------------------*/
.classified-data {
	background: #f6f9ff;
}
.classified-data .all-data {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.classified-data .all-data .nav-underline {
	border-bottom: 1px solid #ccc;
}
.classified-data .all-data ul > li > a {
	color: #10828D;
	font-family: "Nunito", sans-serif;
	margin-bottom: -10px;
}
.classified-data .all-data .nav-link.active {
	border-bottom: 3px solid #10828D;
}
.classified-data .all-data .data-title {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.classified-data .all-data p {
	font-family: "Nunito", sans-serif;
	position: relative;
	font-size: 18px;
}
.citation-generator {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.citation-generator .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
}
.citation-generator .section-headings h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(0% - 0px);
}
.citation-generator .section-headings h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 3px;
	background: #1977cc;
	bottom: 0;
	left: calc(4% - 14px);
}
@media(min-width: 1024px) {
	.citation-generator .section-headings h3 {
	font-size: 20px;
	color: #10828D;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	}
	.citation-generator .section-headings h3:before {
	left: calc(2% - 8px);
	width: 230px;
	}
	.citation-generator .section-headings h3:after {
	left: calc(0% - 1px);
	width: 60px;
	}
}
.citation-generator .selector {
	width: 100%;
	border: none;
	outline: none;
	margin-top: 15px;
	background: #10828D;
	color: #fff;
	font-size: 18px;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;
	text-align: center;
	border-radius: 5px;
	padding: 6px;
}
.citation-generator #citationOutput {
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	margin-top: 15px;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Nunito", sans-serif;
	resize: none;
	width: 100%;
	height: 100px;
	padding: 10px;
	outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	position:static;
	font-size: auto;
	font-family: "Nunito", sans-serif;
	text-transform:capitalize;
	background-color: #f6f9ff;
}