/*!
Theme Name: LiveSarkariExam
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: livesarkariexam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

LiveSarkariExam 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Arial';
	font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'Arial';
	font-style: normal;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Arial';
	font-style: normal;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Arial';
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Arial';
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Arial';
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
	list-style: disc;
}

ol {
	list-style: disc;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@font-face {
    font-family: 'Cambria';
    src: url('fonts/Cambria.woff2') format('woff2'),
        url('fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('fonts/Cambria-Bold.woff2') format('woff2'),
        url('fonts/Cambria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MV Boli';
    src: url('fonts/MVBoli.woff2') format('woff2'),
        url('fonts/MVBoli.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-BoldMT.woff2') format('woff2'),
        url('fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/ArialMT.woff2') format('woff2'),
        url('fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-Mdm.woff2') format('woff2'),
        url('fonts/Arial-Mdm.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.row>* { flex-shrink: 0; padding-right: calc(var(--bs-gutter-x)* .5); padding-left: calc(var(--bs-gutter-x)* .5);}
.col-md-3 { flex: 0 0 auto; width: 25%;}
.col-md-7 { flex: 0 0 auto;  width: 58.33333333%;}
.col-md-2 {flex: 0 0 auto; width: 16.66666667%;}
.col-md-4 {flex: 0 0 auto; width: 33.33333333%;}
.col-md-6 {flex: 0 0 auto; width: 50%;}
.col-md-8 {flex: 0 0 auto; width: 66.66666667%;}
.col-md-5 { flex: 0 0 auto; width: 41.66666667%;}
.col-md-9 { flex: 0 0 auto; width: 75%;}
.col-md-10 { flex: 0 0 auto; width: 83.33333333%;}
.col-md-12 { flex: 0 0 auto; width: 100%;}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding:0 15px;
}

.logo h1 {
  margin: 0;
  font-size:60px;
  line-height: 1;
}

.logo .live {
  color: #fb0404;
  font-family: 'Arial';
  font-weight: bold;
}

.logo .sarkari {
  color: #00ab39;
  font-weight: 700;
   font-family: 'Cambria';
}

.logo .exam {
  color: #080808;
  font-family: 'MV Boli';
  font-weight: normal;
}

.logo .tagline {
    font-size: 18px;
    color: #0a2a66;
    line-height: 1;
    font-weight: 600;
}

.text-center {
  text-align: center;
}
.site-branding p {
    margin: 0;
}
.site-branding p a {
    font-size: 48px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}
.site-branding {
    padding:20px 0px;
    background-image:url("images/header-bg.png");
    background-repeat: repeat;
}
.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 0;   
    outline:none;
    letter-spacing: 0.5px;
}

.main-navigation li { 
    display: flex;
    align-items: center;
    padding: 15px;
}

.navigation-bar {
    background-color: #052a6c;
   
}

 .main-navigation ul > li:hover > a {
    color: #fb0404;
}
.main-navigation ul > li.current-menu-item a{color: #fb0404;}
.footer-top h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    background-color: #052a6c;
    padding: 8px 0;
    text-align: center;
}

.footer-links-bottom {
    margin: 35px 0;
}

ul {
  margin: 0;
  padding:0;
}

.custom-quick-links .menu li {
  list-style: none;
  margin-bottom:15px;
}
.custom-quick-links .menu li a {
  color: #000;
  text-decoration: none;
  outline:none;
  font-size:16px;
  display: block;
   transition: color 0.4s ease-in-out;
}
.custom-quick-links .menu li a:hover {
  text-decoration: underline;
  color:#bf0000;
}

.custom-quick-links h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.footer-bottom-dark {
    background-color: #000;
    padding: 25px 0;
}

.footer-bottom-dark a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-dark a:hover {
  text-decoration: underline;
}

.align-items-center {
  align-items: center;
}

.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: end;
}

.footer-menu li {
  display: inline;
}

.footer-menu a {
  text-decoration: none;
  color: #fff; 
}


.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    font-size: 14px;
    font-weight: 300;   
    outline: none;
    transition: color 0.4s ease-in-out;
}



.footer-menu li a:hover{color: #bf0000;}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    word-spacing: 2px;
}

 .page {
    margin: 0;
}

.footer-nav-list li:last-child a {
    padding-right: 0;
}


.marquee-box {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    position: relative;
    background: #005E9D;
}

.logo a {
    text-decoration: none;
    display: inline-block;
    line-height: normal;
}


/* scrolling content */
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 10px;
  animation: bounceScroll 10s linear infinite alternate;
}


/* keyframes for limited bounce */
@keyframes bounceScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100vw));
  }
}

.hvr-sect:hover {
  animation-play-state: paused;
}

.marquee-content2 {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 10px;
  animation: bounceScroll2 10s linear infinite alternate;
  transform: translateX(calc(-100% + 100vw)); /* Start from right */
}


@keyframes bounceScroll2 {
  0% {
    transform: translateX(calc(-100% + 100vw)); /* right side */
  }
  100% {
    transform: translateX(0); /* to left side */
  }
}
.hvr-sect {
    display: inline-block;
  
    color: #fff;
    font-size: 15px;
}

.hvr-sect span{  margin-right: 50px;}

.marquee-content2 {
    margin: 35px 0;
}

.container-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.popular-jobs-inner {
  display: inline-block;
  white-space: nowrap;
  animation: slidebounceScroll 10s linear infinite alternate;
  padding: 10px 0;
}

.jobs-slider {
    width: 190px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    white-space: normal;
    min-height: 130px;
    vertical-align: text-top;
    transition: transform 0.5s ease;
}

.jobs-slider:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* keyframes fix */
@keyframes slidebounceScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-distance));
  }
}


.popular-jobs-inner:hover {
  animation-play-state: paused;
}

.popular-jobs {
    padding: 50px 0;
}

.jobs-slider p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.jobs-slider p a {
    color: #000;
    text-decoration: none;
}
.jobs-slider:hover a{color: #bf0000;}

.hvr-sect span b {
    color: #bf0000;
}

.title {
    color: #052a6c;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: normal;
}


.marquee-bottom-sect {
    margin: 10px 0 0;
}

.notice-box {
    padding: 20px;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    transition: background-color 1s ease;
}



.notice-box a:hover{text-decoration:underline;}

.notice-box a {
    font-size: 20px;
    color: #FFE500;
    line-height: 30px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight:500;
    text-decoration: none;
    outline:none;
}

.bg-red {
  background-color: #F33D3D;
}
.bg-red:hover {
    background-color: #dc2525;
}
.bg-blue {
  background-color: #205FFF;
}
.bg-blue:hover {
  background-color: #124ce0;
}
.bg-purple {
  background-color: #A51DFF;
}
.bg-purple:hover {
  background-color:#740bb9;
}
.bg-sky {
  background-color: #00B3FA;
}
.bg-sky:hover {
  background-color: #0680b1;
}
.bg-pink {
  background-color: #ED167E;
}
.bg-pink:hover {
  background-color: #af0a5a;
}
.bg-green {
  background-color: #00B545;
}
.bg-green:hover {
  background-color: #077832;
}

.marquee-bottom-sect .ct-box {
    padding: 0 5px;
    margin-bottom: 10px;
}

.marquee-bottom-sect .row {
    margin: 0 -5px;

}

.social-icon-info .info-sect {
    padding: 0 5px;
    
}

.social-icon-info .row {
    margin: 0 -5px;

}

.icon-box i {
    font-size:30px;
}

.whatsapp-icon {
  background-color: #91cf50;
  color: #000;
}

.social-icon-info .info-sect a {
    outline: none;
}


.telegram-icon {
  background-color: #052a6c;
  color: #fff;
}

.channel-box h4::before {   
    transition: 1s ease;
}

.channel-box:hover h4::before {
    content: "Join Now";
    color: #fff;
    font-size: 16px;

}

.channel-box:hover{
    background-color: #0099FF;
    border-color: transparent;
}

.social-icon-info .info-sect a {
    text-decoration: none;
    height: 100%;
    display: inline-block;
}

.info-sect:first-child {
    text-align: right;
}

.update-box {
    border: 2px solid #bf0000;
    padding: 0;    
    height: 100%;
    border-top: 0;
    border-radius: 5px;
}

.update-header {
    background-color: #bf0000;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0 -1px;
    border-radius: 5px 5px 0 0;
}


.update-list {
    list-style: none;
    padding:10px;
    margin: 0;
}

.update-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.update-list li:before {
    height: 6px;
    width: 6px;
    background: #14316c;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.update-list li a {
    font-size: 15px;
    font-weight: 600;
    color: #14316c;
    text-decoration: none;
    outline: none;
    transition: color 0.4s ease-in-out;
    line-height: 26px;
}

.update-list li a:hover{ color: #bf0000;}

.update-list li:first-child {
  border-top: none;
}

.inner-box {
    margin-bottom: 40px;
}

.about-section h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.about-section p {
    font-size: 16px;
    color: #000;
}

.wp-block-list {
    padding-left: 20px;
}

.wp-block-list li{
   font-size: 16px;
    color: #000;
}

.about-section p a {
    color: #0099FF;
}

.about-section {
    margin: 15px 0 70px;
}

.about-section hr {
    background-color: #000;
    margin-bottom: 2.3em;
}
.about-section section {
    margin-bottom: 20px;
}
.about-section section {
    margin-bottom: 40px;
}
.channel-box {   
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
    transition: background-color 1s ease, border-color 1s ease, transform 1s ease;
    position: relative;
    overflow: hidden;
    border-radius:45px;
    min-width:300px;
}

.info-sect:first-child .channel-box {
    background: #91cf50;
}

.info-sect:first-child .channel-box:hover h4::before{ color: #000;}

.info-sect:last-child .channel-box {
    background: #052a6c;
}

.icon-box {
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
   transition: opacity 1.5s ease; 
}
.channel-box:hover .icon-box {
    opacity: 0;
    display:none;
}

.channel-box h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: color 1.5s ease, font-size 1.5s ease;
}

.info-sect:first-child .channel-box h4{color: #000;}


.channel-box:hover h4 {
    color: #fff;
    font-size: 0px; 
}
.channel-box:hover h4::before {
    content: "Join Now";
    opacity: 1;
    font-size: 16px;
}

.main-navigation ul li.menu-item-has-children:after {
    content: "\f0d7 ";
    font-family: fontAwesome;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.main-navigation ul ul {
    top: 50px;
    background: #fff;
    text-align: left;   
    box-shadow: 0 3px 4px #000;
    display: flex;
    flex-direction: column;
}

.main-navigation ul ul li {
    padding: 0 15px;
    border-bottom: 1px solid #ece1e1;
}

.main-navigation ul ul a {
    width: 200px;
    color: #000;
    padding: 10px 0;
    font-size: 14px;
    outline: none;
}

.main-navigation ul ul li:last-child {
    border: 0;
}

.main-navigation ul.nav-menu li.menu-item-has-children:hover::after {
    color: #fb0404;
}

.main-navigation ul ul li:hover {
    background: #052a6c;
}

.main-navigation ul ul li:hover a{
    color: #fff;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.job-listing {
    margin: 60px 0;
}

.job-listing h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.page-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;	
    line-height: normal;
}

.about-list li a{ 
    color: #0099FF;
}

.live-Form {
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    animation: colorBlink 1s infinite;
}

@keyframes colorBlink {
  0%, 50% {
    background: #ff0000;
   
  }
  51%, 100% {
    background-color: #00ab39;
    
  }
}

.banner_info {
    background: #91cf50;
}

.marquee-item {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    display: inline-block;
    border-right: 2px solid #bf0000;
    line-height: 20px;
}

.custom-marquee-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  /* spacing between Live Form and marquee */
  width: 100%;
 
}

.marquee-item:last-child {
    border: 0;
}

.custom-marquee {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
   padding:4px 20px;
}

.marquee-track {
  display: inline-block;
  position: relative;
  right: 0;
  /* Change this */
  white-space: nowrap;
}

.marquee-item a {
  text-decoration: none;
  color:#fb0404;
  vertical-align: super;
}

.social-icon-info {
    margin-bottom: 50px;
}

.single-page-text{padding:50px 0;}

.single-page-text h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.sub-head{font-weight: 600;}
.entry-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
    font-size: 22px;
 }

article.page {
    margin: 30px 0;
}

.wp-block-heading {
    color: #000;
    line-height: normal;
}


.contact_form textarea, .contact_form input {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding: 8px 20px;
    outline: none;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
    background: #fff;
    border: none;
}

.m_b {
    margin-bottom: 30px;
}

.contact_form textarea {
    height: 200px;
}

.contact_form .submit {
    border: none;
    background: #052a6c;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 18px;   
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 17px 50px;
    border-radius: 10px;
    cursor: pointer;
    width: auto;
}

.contact_form .submit:hover {
    background: #fb0404;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 35px;
}

.contact_form .m_b p {
    margin: 0;
}

span.wpcf7-spinner {
    display: none;
}	

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
}

.table-info table ul {
    margin-left: 30px;
}



.section-content ul li, .section-content ol li, .table-info ul li {
    position: relative;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.table-info  table, .table-info  th, .table-info  td {
  border:1px solid black;
}

.table-info th, .table-info td { 
    padding:15px;
    font-size: 15px;
    color: #000;
}

.table-info {
    margin-top: 20px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
  
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background: #052a6c;
  color: #fff;
  border-color: #052a6c;
}

.pagination .current {
  background: #052a6c;
  color: #fff;
  font-weight: bold;
  border-color: #052a6c;
  cursor: default;
}

.pagination .next {
  font-weight: 600;
}

.search-form {
    display: flex;
    margin: 20px auto;
    border: 1px solid #052a6c;
    border-radius: 30px;
    overflow: hidden;
}

.search-form label {
    width: 100%;
    display: flex;
}
.search-form .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    width: 60%;
}

.search-form .search-submit {
    background: #052a6c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 20%;
}

.category-listing, .text-section, .not-found {
    margin: 50px 0;
}

.entry-title a {
    color: #0099FF;
}

.section-content ul, .section-content ol, ul.about-list {
    padding-left: 15px;
}

.section-content ul, .section-content ol{margin: 15px 0;}

.about-list li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.job-listing ul{
    padding-left: 15px;
}

.job-listing ul li{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

div#comments ol.comment-list {
    margin-left: 0;
}

p.form-submit input#submit {
    background: #052a6c;
    color: #fff;
    border-radius: 45px;
    min-width: 200px;
    padding: 16px;
    border: none;
    cursor: pointer;
   box-shadow: 0 6px 14px rgba(11,116,222,0.18);
   transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
}

p.form-submit input#submit:hover {
    background: #bf0000;
}

.comment-form {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(19, 24, 31, 0.04);
    color: #111827;
    margin: 1.25rem auto;
}

.comment-form .comment-notes {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 14px;
  line-height: 1.4;
}

.comment-form .required,
.comment-form .required-field-message .required {
  color: #d14343;
  font-weight: 600;
  margin-left: 3px;
}


.comment-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

/* inputs + textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fbfdff;
  color: #0f1724;
  transition: box-shadow .15s ease, border-color .15s ease;
  margin-bottom: 12px;
  resize: vertical;
}


.comment-form textarea {
  min-height: 140px;
  line-height: 1.45;
}


.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #0b74de;
  box-shadow: 0 0 0 4px rgba(11,116,222,0.08);
}


.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 16px;
  font-size: 0.95rem;
  color: #6b7280;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

/* submit row layout */
.comment-form .form-submit {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
  flex-wrap: wrap;
}


.comment-form .form-submit .submit:hover { transform: translateY(-1px); opacity: 0.98; }
.comment-form .form-submit .submit:active { transform: translateY(0); }

.comment-form .form-submit input[type="hidden"] {
  display: none;
}

#email-notes { display: inline-block; margin-right: 8px; }
.table-info h2 { margin:15px 0; font-size: 22px;}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.logo-btm {
    display: flex;
    align-items: center;
    gap: 20px;
}
a#search-toggle {color: #fff; font-size: 16px;}
.menu-search-icon:hover a#search-toggle {color: #fb0404;}

nav#site-navigation {
    width: auto;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
}

.search-overlay-content input[type="search"] {
  width: 60%;
  padding: 15px;
  font-size:14px;
}

#close-search {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}



@media screen and (max-width: 479px){
.social-icon-info .info-sect a{display: block;}
body .channel-box{min-width: 100%;}
body .social-icon-info .col-md-6 { width: 100%;}
.info-sect:first-child { margin-bottom: 15px;}
body .logo h1 {font-size:22px;}
.search-form .search-submit{font-size: 14px; padding: 10px 15px; width: auto;}
body .page-title{font-size: 20px;}
body .entry-title { font-size: 20px;}
body .job-listing h2{font-size: 20px;}
.comment-form textarea {height: 100px;}
body .logo .tagline {font-size: 10px;}
.logo {gap: 0px;}

}


@media screen and (max-width: 768px){
.search-overlay-content{width: 80%;}
#close-search{top: 50px;}
.logo img.header-logo { max-width: 80px;}
.single-page-text { padding: 30px 0;}
.banner_info .container{padding: 0;}
.comment-form { padding: 16px; margin: 1rem; }
.comment-form .form-submit { width: 100%; }
.comment-form .form-submit .submit { width: 100%; text-align: center; }
.job-listing ul li, .about-list li {font-size: 14px;}
.wp-block-heading{font-size: 20px;}
p {font-size: 14px;}
.category-listing, .text-section, .not-found {margin: 30px 0;}
.main-navigation a{font-size: 14px;}
.marquee-item{font-size: 14px;}
.update-header{font-size: 16px;}
.inner-box{ margin-bottom: 25px;}
.about-section h4{font-size:18px;}
.about-section {margin:0px 0 40px;}
.custom-quick-links .menu li a{font-size: 14px;}
.footer-menu{gap: 0 20px;}
.footer-bottom-dark .col-md-4, .footer-bottom-dark .col-md-8{ width: 100%;}
.copyright { display: block; text-align: center;}
.footer-menu { justify-content: center; margin-top: 5px;}
.footer-bottom-dark {padding: 15px 0;}
.custom-quick-links h2{font-size: 20px;}
.col-md-3 { flex: 0 0 auto; width: 100%;}
.col-md-7 { flex: 0 0 auto;  width: 100%;}
.col-md-2 {flex: 0 0 auto; width: 100%;}
.col-md-4 {flex: 0 0 auto; width: 100%;}
.col-md-6 {flex: 0 0 auto; width: 100%;}
.col-md-8 {flex: 0 0 auto; width: 100%;}
.col-md-5 { flex: 0 0 auto; width: 100%;}
.col-md-9 { flex: 0 0 auto; width: 100%;}
.col-md-10 { flex: 0 0 auto; width: 100%;}
.col-md-12 { flex: 0 0 auto; width: 100%;}
.footer-links-bottom .col-md-3 { width: 50%;}
.footer-top h3{font-size: 20px;}
.footer-links-bottom { margin: 20px 0;}
.social-icon-info { margin-bottom: 20px;}
.popular-jobs { padding: 20px 0;}
.title{font-size: 24px;}
.social-icon-info .col-md-6 { width: 50%;}
.channel-box{min-width:200px;}
.about-section hr { margin-bottom: 1em;}
.marquee-item{padding: 0px 10px;}
.logo h1 {font-size: 34px;}
.logo .tagline{font-size: 16px;}
.site-branding{padding: 10px 0px;}
.live-Form{font-size: 15px; padding: 12px 10px;}
nav#site-navigation, #wprmenu_bar .menu_title, .navigation-bar .menu-menu-1-container{display:none;}
#mg-wprm-wrap li.menu-item a{ border-top: 1px solid #fd5858; }
#mg-wprm-wrap.cbp-spmenu-left {width: 100%; max-width: 100%;}
article.page { margin: 20px 0;}
.m_b{margin-bottom: 20px;}
.contact_form textarea{height: 140px;}
.contact_form textarea, .contact_form input{height: 50px; border-radius: 5px;}
.contact_form .submit { font-size: 16px; border-radius: 5px;}
.page-title{font-size: 22px;}
.entry-title { font-size: 20px;}
.job-listing h2{font-size: 28px;}
.job-listing { margin: 30px 0;}
.section-content { overflow-y: auto; overflow-x: auto;}
.single-page-text h2{font-size:18px;}
.table-info h3 {font-size:18px;}
.section-content table { min-width: 500px;}
.menu-search-icon {position: fixed; bottom: 20px; right: 20px; display: flex;  align-items: center; background: #91cf50;
 border: 2px solid #71b12f; border-radius: 30px; padding: 5px; box-sizing: border-box;  z-index: 1;}
a#search-toggle { font-size: 14px; height: 30px; width: 30px;  line-height: 30px; cursor: pointer; text-align: center;
background: #00ab39; border-radius: 50%;}

}


@media (min-width: 769px) and (max-width:1023px){
.main-navigation a{font-size: 14px;}
.marquee-item{font-size: 14px;}
.update-header{font-size: 16px;}
.inner-box{ margin-bottom: 25px;}
.about-section h4{font-size: 20px;}
.about-section {margin: 15px 0 40px;}
.custom-quick-links .menu li a{font-size: 14px;}
.footer-menu{gap: 0 20px;}
.footer-bottom-dark .col-md-4, .footer-bottom-dark .col-md-8{ width: 100%;}
.copyright { display: block; text-align: center;}
.footer-menu { justify-content: center; margin-top: 5px;}
.footer-bottom-dark {padding: 15px 0;}
.custom-quick-links h2{font-size: 20px;}
.job-listing { margin: 40px 0;}
.logo h1 {font-size:50px;}
}




