@charset "UTF-8";

/*
Theme Name: Odisha Univerity of Health Science
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the Odisha Univerity of Health Science team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots,
.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
	background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px\9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dots {
	bottom: -45px;
	width: 100%;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}


@media (max-width:1400px) {

	.col h4 {
		font-size: 13px;
	}
	.lead_ouhs p {
		font-size: 12px;
	}


}


.top-2 {
    width: 100%;
    float: left;
}
.top-navigation{
	background: none;

	padding: 0;
}
/*ul.navbar-nav li#menu-item-1959 a.nav-link{ animation:none !important;}*/
.top-nav-controller {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(45deg, #ff8d4f, #fda373);
}
#nf-form-1-cont .nf-field-element input, #nf-form-1-cont .nf-field-element select, .nf-field-element textarea {
    margin: 0;
    width: 100%;
    height: 50px;
    vertical-align: inherit;
    border: 1px solid #bfbfbf;
}
#nf-form-1-cont input#nf-field-4 {
    width: 20%;
    color: #fff;
    background: #0a2a2f;
    font-size: 16px;
    border-radius: 5px;
}

.journals .data-tab {
	width: 100%;
	height: auto;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

.journals .tab-name {
	display: flex;
	flex-direction: column;
}

.journals .tab {
	padding: 18px 20px;
	cursor: pointer;
	border: 1px solid #ff8d4f;
	border-radius: 0;
	text-align: left;
	margin-bottom: 5px;
	transition: background-color 0.3s, color 0.3s;
}

.journals .tab p {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}

.journals .tab:hover,
.journals .tab.active:hover {
	background-color: #F15A29;
	border-color: #F15A29;
	color: white;
}

.journals .tab.active {
	background-color: #ff8d4f;
	color: white;
}

.journals .tab-content {
	display: none;
	font-size: 16px;
}

.journals .tab-content.active {
	display: block;
}

.journals ul {
	list-style: none;
	padding-left: 0;
}

.journals ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
}

.journals ul li::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #d54c02;
}

.journals .profile-tab-card {
	padding: 20px !important;
	border-radius: 0;
	height: 600px;
	overflow: auto;
}

.journals .tab-content-col {
	padding: 0px !important;
}

.journals .tab-col {
	padding: 0px !important;
}

.journals .tab-content {
	height: auto;
	line-height: 1.4;
	transition: 0.5s;
	width: 100%;
	float: left;
	padding: 0;
}

Simply paste your rich-tex/* Basic styling */
.scrolll-scr nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.scrolll-scr nav li {
	position: relative;
}

/* Style for sub-menu container */
.scrolll-scr nav .sub-menu>ul {
	position: absolute;
	top: 0;
	left: 100%;
	/* Push submenu to the right of parent */
	display: none;
	white-space: nowrap;
	z-index: 1000;
	padding: 0;
	min-width: 200px;
}

/* Reveal submenu on hover */
.scrolll-scr nav .sub-menu:hover>ul {
	display: block !important;
}

/* Styling links */
.scrolll-scr nav ul li a {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: background 0.3s;
    margin-bottom: 2px;
    border-radius: 5px;
    line-height: 20px;
}

.scrolll-scr .sub-menu ul li>a{
	margin: 0;
	border-radius: 0;
}
.scrolll-scr nav ul{ padding:0;}
/* Hover effect */
.scrolll-scr nav ul li a:hover {
	background: #e65333;
	color:#fff;
}
.scrolll-scr nav ul li a:hover::after{ color:#FFFFFF;}
/* Optional arrow indicator */
.scrolll-scr nav .sub-menu>a {
	position: relative;
	padding-right: 20px;
}

.scrolll-scr nav .sub-menu>a::after {
	content: "▶";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: #666;

}

a:hover{
	text-decoration:none !important;
}

