/*!
Theme Name: Julie Web Brochure
Author: Shailendra
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: illinois1call
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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;
}

/**
 * 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-family: monospace, monospace;
	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: monospace, monospace;
	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: inherit;
	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
--------------------------------------------------------------*/


/* Translator
--------------------------------------------- */
.goog-te-combo {
    display: none;
}

#sortable {
    padding-right: 0px !important;
    padding-top: 10px !important;
}
.nturl.notranslate.en.flag.united-states {
    margin-right: 21px !important;
}



/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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: decimal;
}

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;
}

#menu-item-472 a {
	color: #E14E3B !important;
	font-weight: bold;
}

/* 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;
}

#menu-item-345 a {
  background: 9F020B !important;
}

/* 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;
}

.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;
}


li a body {margin: 0; padding: 0; font-family: 'Rubik', sans-serif;}
* {margin: 0; padding: 0; list-style: none;}
a {text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
a:focus {outline: none;}
body.nav_open {overflow: hidden;}
html {scroll-behavior: smooth;}
.flex {display: flex; align-items: center; flex-wrap: wrap;}
.inFlex {display: inline-flex; align-items: center; flex-wrap: wrap;}
/**** header ****/
header {margin: 0; padding: 0; background:#fff;}
header .logo_cls {padding: 10px 0 10px 5%;}
header .right_header_content{width: 100%; display: flex; height: 100%; align-items: center; justify-content: center; position: relative;}
header .search_menu{display: flex; height: 100%; align-items: center; justify-content: center; position: relative;margin-left: 10px;}
header .search_menu div {margin: 0 10px;}
header .contact_num {background: #9F020B;height: 100%;  width: 100%; display: inline-flex; margin-right: -15px; padding-left: 20px; justify-content: center; flex-wrap: wrap; flex-direction: column; color: #FFFFFF;}
header .contact_num span{font-size: 26px; font-family: 'Rajdhani', sans-serif; font-weight: 400; line-height: normal;}
header .contact_num .num_cls a {font-size: 42px; font-weight: 800; font-family: 'Rajdhani', sans-serif; line-height: normal; color: #ffffff; text-decoration: none;}
#banner{margin: 0px; padding: 0px;}
#banner .banner_cls{min-height: 410px; width: 100%; background-size: 100% !important; position: relative;  text-align: center;  display: flex; align-items: center; justify-content: center;  flex-wrap: wrap;  flex-direction: column; margin-bottom: 90px;}
#banner .banner_cls h1{font-size: 70px; margin-bottom: 0px; color: #FFFFFF; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7); font-family: 'Rajdhani', sans-serif; font-weight: 700; line-height: normal; margin-top: 100px;} 
#banner .banner_cls a{font-size: 30px; background: #9F020B; border-radius: 6px; color: #FFFFFF; padding: 10px 50px 6px 50px; font-family: 'Rajdhani', sans-serif; font-weight: 500; text-decoration: none; line-height: normal}
#banner .banner_cls a:hover {background-color: #072A5E;}
#body_content{margin: 0px; padding: 0px; width: 100%;}
#body_content .using_guide{margin: 0px; text-align: center; margin-bottom: 100px;}
#body_content .using_guide h2{font-size: 52px; font-family: 'Rajdhani', sans-serif; font-weight: 700; color: #072A5E;}
#body_content .using_guide p{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353; font-weight: 300; margin-bottom: 15px;}
#blue_bx_content{margin: 0px; padding: 0px; width: 100%;}
#blue_bx_content .blue_bx{cursor: pointer; min-height: 200px; width: 100%; margin-bottom: 30px; background: linear-gradient(180deg, #153E86 0%, #00204B 100%); box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column;}
#blue_bx_content .blue_bx img{margin: 0px; padding: 0px;}
#blue_bx_content .blue_bx p{margin: 0px; padding: 0px; text-align: center; font-size: 26px; color: #FFFFFF; font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; margin-top: 10px;}

footer{background: #00152C; padding:40px 0 10px 0; margin-top: 50px; border-top: solid 4px #E14E3B; color: #FFFFFF;}
footer h3{font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; position: relative; margin-bottom: 40px;}
footer h3::after{position: absolute; content: ""; height: 2px; width: 45px; background: #E14E3B; bottom: -5px; left: 0px;}
footer h4{margin-bottom: 40px;}
footer .footer_links{width: 100%;}
footer ul.footer_links{padding: 0px; font-size: 18px; font-weight: 300; font-family: 'Rubik', sans-serif; color: #FFFFFF;}
footer ul.footer_links li{margin-bottom: 15px; font-size: 18px; font-weight: 300; font-family: 'Rubik', sans-serif;} 
footer ul.footer_links li a{font-size: 18px;  font-family: 'Rubik', sans-serif; color: #FFFFFF; text-decoration: none;}
footer .footerBot{border-top:#2A2D51 solid 1px; margin:30px 0 0 0; padding: 10px 0 0 0;}
footer .social_links{width: 100%;}
footer .social_links ul{margin: 0px; padding: 0px;}
footer .social_links ul li{display: inline-block; margin: 0px 10px; font-size: 30px;}
footer .social_links ul li a{color: #FFFFFF;}
footer .social_links ul li a:hover{color:#E14E3B}
footer .about_txt{max-width: 450px;}
footer .about_txt p{font-size: 18px; font-weight: 300; font-family: 'Rubik', sans-serif; color: #FFFFFF;}
footer .copyright {height: 100%; display: flex; align-items: center; width: 100%;}
footer ul.footer_links li span{display: block; text-transform: uppercase;}
footer .footer_links p.call_cls{color: #6ED9E8;}
footer .footer_links p.seven_day_cls{color: #E14E3B;}
footer ul.footer_links li img {float: left; margin-bottom: 30px; margin-right: 10px;}
.search .click {cursor: pointer;}
.search_box {position: absolute; background: #e8e8e8; left:0px; width: 300px; padding: 5px; top: 90px; box-shadow: 0px 0px 10px 0px rgb(98 98 98 / 10%); z-index: 99;}
.search_box:before {position: absolute; top: -7px; left: 20px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 9px solid #e8e8e8; content: '';}
.search_box .search_form {width: 100%; display: flex; align-items: center; justify-content: center; font-family: GothamMedium, Arial, Helvetica, sans-serif; font-weight: 400;}
.search_box .search_form input {padding-right: 10px; width: 90%; border: none; font-size: 15px; height: 40px; background: transparent; font-family: GothamMedium, Arial, Helvetica, sans-serif; font-weight: 400; outline: none;}
.search_box .search_form input::placeholder{font-size: 15px; font-family: GothamMedium, Arial, Helvetica, sans-serif; font-weight: 400;}
.search_box .search_form button {border: none; background: transparent; color: #7e7f7f; outline: none; cursor: pointer;}
.navbar{position: inherit !important; padding: 0px !important;}
#hamburger {width: 30px; height: 30px; position: relative; margin: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
#hamburger.open::after {width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #262221; position: absolute; bottom: -28px; left: 7px; content: '';}
#hamburger span {display: block; position: absolute; height: 5px; width: 100%; background: #9F020B; border-radius: 9px; opacity: 1; left: 7px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#hamburger span:nth-child(1) {top: 0px;}
#hamburger span:nth-child(2) {top: 11px;}
#hamburger span:nth-child(3) {top: 22px;}
#hamburger.open span:nth-child(1) {top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
#hamburger.open span:nth-child(2) {opacity: 0; left: -30px;}
#hamburger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.sitenavigation ul {margin: 0; padding: 0;}
.sitenavigation li {list-style-type: none; padding: 0; margin: 0; display: inline-block; margin-left: -4px; line-height: 20px;}
.sitenavigation li.menu-item-has-children:hover > a {background-color: #262221 !important; color: #ffffff;}
.sitenavigation li a { color: #ffffff; text-decoration: none; display: block; padding: 11px 14px; font-size: 0.9375em; -webkit-tap-highlight-color: transparent;}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {color: white;}
.sitenavigation li a.nav-selected {background-color: #262221 !important; color: #ffffff;}
.sitenavigation li a:hover {background-color: #262221 !important; color: #ffffff;}
.sitenavigation li.clicked > ul {display: block;}
.sitenavigation li ul {display: none; position: absolute;  min-width: 200px; max-width: 300px; padding: 0; margin: 0;}
.sitenavigation li ul a {font-size: 0.8125em;} 
.sitenavigation li ul li {float: none; display: block;  margin: 0;}
.sitenavigation li ul ul {left: 100%; margin-top: -40px;}
.sitenavigation li ul ul a {background-color: #262221 !important; color: #ffffff;}
.sitenavigation .menu-item-has-children:hover > a, .sitenavigation .menu-item-has-children.clicked > a {background-color: #262221 !important; color: #ffffff;}
.no-js .sitenavigation li:hover > ul { display: block !important;}
.menu-icon {display: none;}
@media (min-width: 0px) {
.navbar {width: 100%; height: 44px; position: absolute; top: 0; left: 0; right: 0; max-width: 100%;  z-index: 1;}
.navbar .menu-icon {padding-top: 0; margin-top: 7px; display: block; -webkit-tap-highlight-color: transparent; padding: 5px; margin-right: 30px; cursor: pointer;}
.navbar .sitenavigation ul {display: none; max-width: none !important;}
.navbar .sitenavigation li {float: none; display: block; margin: 0; padding:0;}
.navbar .sitenavigation.is-tapped ul {display: block; position: fixed; margin: 0; background-color: #262221 !important; color: #ffffff; z-index: 100; padding: 0; top: 110px; width:420px; max-height: 600px; overflow-y: auto; right:0;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar {width: 5px; height: 7px;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-button {width: 0px; height: 0px;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-thumb {background: #9F020B; border: 0px none #fff; border-radius: 0px;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-thumb:hover {background: #9F020B;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-thumb:active {background: #9F020B;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-track {background: transparent; border: 0px none #ffffff; border-radius: 50px;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-track:hover {background: transparent;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-track:active {background: transparent;}
.navbar .sitenavigation.is-tapped ul::-webkit-scrollbar-corner {background: transparent;}
.navbar .sitenavigation.is-tapped ul a {width: 100%; margin: 0; background-color: #262221 !important; color: #ffffff; display: block; padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 20px; height: auto; float: none; border: none !important; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; font-family: 'Rajdhani', sans-serif; font-size: 18px; font-weight: 600;}
.navbar .sitenavigation.is-tapped ul a:hover {background-color: #dfdfdf;}
.navbar .sitenavigation.is-tapped ul li {width: 100%; background-color: #262221 !important; color: #ffffff; border-bottom: solid 1px #3b3939; -webkit-tap-highlight-color: transparent;}
.navbar .sitenavigation.is-tapped ul li:nth-last-child(2){border-bottom: none !important;}
.navbar .sitenavigation.is-tapped ul li li {background-color: #262221 !important; color: #ffffff;}
.navbar .sitenavigation.is-tapped ul ul {height: auto; display: none; width: 100%; z-index: 200; border: none; margin-left: 0; padding: 0; position: relative !important; top: 0;}
.navbar .sitenavigation.is-tapped ul ul ul {clear: both; left: 0; margin-top: 0;}
.navbar .sitenavigation.is-tapped ul ul li {border-bottom: solid 1px #3b3939;}
.navbar .sitenavigation.is-tapped ul ul li li a {background-color: #262221 !important; color: #ffffff; padding-left: 30px;}
.navbar .sitenavigation.is-tapped ul ul a {background-color: #262221 !important; color: #ffffff; font-size: 1em; padding-left: 20px;}
.navbar .sitenavigation.is-tapped ul ul a:before {content: "- "; display: inline-block; margin-right: 8px; color: #000;}
.navbar .sitenavigation.is-tapped ul li.menu-item-has-children {cursor: pointer;}
.navbar .sitenavigation.is-tapped ul li.menu-item-has-children > a {width: 80%;}
.navbar .sitenavigation.is-tapped ul li.menu-item-has-children:after {content: "\f107"; font-family: FontAwesome; position: absolute; color: #fff; padding: 0; display: block; width: 15%; right: 0; margin-top: -40px; text-align: center; font-size: 16px; font-weight: 700; padding-top: 5px;}
.navbar .sitenavigation.is-tapped ul li.expanded:after, .navbar .sitenavigation.is-tapped ul li.expanded:before{display: none;}
.navbar .sitenavigation.is-tapped ul li.menu-item-has-children.expanded:before {content: "\f106"; font-family: FontAwesome; position: absolute; color: #fff; padding: 0; display: block; width: 15%; right: 0; margin-top: 0px; text-align: center; font-size: 16px; font-weight: 700; padding-top: 10px; padding-bottom: 10px;}
}

.for_mobile{display: block;}
.navbar .sitenavigation.is-tapped ul li .contact_num {margin: 0; background: #262221 !important; padding: 10px 0;}
.navbar .sitenavigation.is-tapped ul li .contact_num span {padding: 0 20px; display: inline-block;}
.navbar .sitenavigation.is-tapped ul li .num_cls a {padding: 0 10px; font-size: 40px;}
.navbar .sitenavigation.is-tapped ul li.for_mobile{display: none;}
.overlaydiv {display: none; position: fixed; width:100%; height: 100%; z-index: 1; background:rgba(0,0,0,0.5); backdrop-filter: blur(10px);}
.overlaydiv.show {display: block;}
body.showNavigation {overflow: hidden;}
.show_on_desktop{color:#ffffff; width: 100%; margin: 0 15px 30px 15px; background: #9F020B; box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.1); border-radius: 10px; padding: 15px; position: relative;}
.show_on_desktop::before {width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #9F020B; position: absolute; top: -15px; left: 193px; content: '';}
.show_bx2.show_on_desktop::before, .show_bx21.show_on_desktop::before, .show_bx22.show_on_desktop::before, .show_bx23.show_on_desktop::before, .show_bx8.show_on_desktop::before {left: 49%;}
.show_bx3.show_on_desktop::before, .show_bx31.show_on_desktop::before, .show_bx32.show_on_desktop::before, .show_bx33.show_on_desktop::before, .show_bx9.show_on_desktop::before {left: 83%;}
.red_area ul{margin: 0px; padding: 0px;}
.red_area ul li {display: inline-block; width: 33%; position: relative; padding-left: 30px;}
.red_area ul li::before{width: 20px; height: 20px; position: absolute; top: 13px; left: 5px; content: ''; background: url(images/arrow-Icon.svg) top left no-repeat;}
.red_area ul li a{font-size: 24px; color: #FFFFFF; font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.show_bx2,.show_bx3,.show_bx4,.show_bx5,.show_bx6,.show_bx7,.show_bx8,.show_bx9{display: none;}
.mobile_link{display: none;}
.blue_bx.for_mobile_link.mob_link {display: none !important;}
.blue_bx.showSingle.for_dasktop_link{display: block;}  
.navbar .sitenavigation.is-tapped ul li.nav-dropdown ul{display: none;}


/* about page css */

#banner .inner_banner_cls{min-height: 230px; width: 100%; background-size: cover !important; position: relative;   display: flex; justify-content: center;  flex-wrap: wrap;  flex-direction: column; margin-bottom: 0px;}
#banner .inner_banner_cls h1{font-size: 50px; color: #FFFFFF; font-family: 'Rajdhani', sans-serif; font-weight: 700; line-height: normal; margin-top: 0px; text-transform: uppercase; margin: 0; padding: 0;} 
#banner .inner_banner_cls a{font-size: 30px; background: #9F020B; border-radius: 6px; color: #FFFFFF; padding: 10px 50px 6px 50px; font-family: 'Rajdhani', sans-serif; font-weight: 500; text-decoration: none; line-height: normal}
#banner .inner_banner_cls::before {background: rgb(0, 0, 0, 0.3); top: 0; left: 0; width: 100%; position: absolute; content: ""; height: 100%; z-index: 0;}
ul.breadcrumb {padding: 20px 0; list-style: none; background-color: transparent; margin: 0;}
ul.breadcrumb li {display: inline; font-size: 20px; color: #AEAEAE; font-family: 'Rubik', sans-serif;}
ul.breadcrumb li+li:before {padding: 8px; color: black; content: ">";}
ul.breadcrumb li a {color: #00285E; text-decoration: none;}
ul.breadcrumb li a:hover {color: #9F020B;}
.sitebar_links{width: 100%;}
.sitebar_links ul{padding: 0px;}
.sitebar_links ul li{display: block; width: 100%; border-bottom: 1px solid #D9D9D9;}
.sitebar_links ul li a{color: #072A5E; font-family: 'Rubik', sans-serif; line-height: normal; font-size: 24px; display: block; padding: 15px; text-decoration: none;}
.sitebar_links ul li a:focus{background: #9F020B; color: #ffffff;}
.sitebar_links ul li a:hover{background: #9F020B; color: #ffffff; }
.content_bx {width: 100%;}
.content_bx img{max-width: 100%; margin-bottom: 30px; border-radius: 6px; height: auto;}
.content_bx h2{font-size: 36px; font-family: 'Rajdhani', sans-serif; font-weight: 700; color: #072A5E; margin-bottom: 10px;}
.content_bx p{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353; margin-bottom: 20px;}
.content_bx p a{color: #073E8A; font-style: italic;}
.content_bx ul{padding: 0px; margin-left: 20px;}
.content_bx ul li{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353;list-style: outside;  list-style-type: disc; margin-bottom: 10px;}
.content_bx ul li ul{margin-left: 15px;}
.content_bx ul li li{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353; list-style: outside; list-style-type: disc; margin-bottom: 10px;}
.content_bx ol li {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    color: #535353;
    list-style: decimal;
    margin-bottom: 10px;
}

.content_bx ol {
    padding: 0px;
    margin-left: 20px;
}
.content_bx .team_info_bx{width: 100%; margin-bottom: 20px;}
.content_bx .team_info_bx h4{color: #9F020B; font-family: 'Rubik', sans-serif; font-size: 24px; font-weight: 700;}
.content_bx .team_info_bx p{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353; margin-bottom: 0px;}
.content_bx .team_info_bx p strong{font-style: italic; margin-bottom: 10px; display: block;}
.content_bx .team_info_bx span{font-size: 20px; font-family: 'Rubik', sans-serif; color: #535353; margin-bottom: 0px; display: block; font-weight: 700; margin: 10px 0 30px 0;}
.content_bx .team_info_bx span a{color: #535353; text-decoration: none;}
#slider{display: none;}

/*.set_scroll{width: 100%; height: 10px;}*/
.set_scroll {width: 100%; height: 100px; position: absolute; margin-top: -100px; z-index: -1;}

/**** media query ****/
@media only screen and (min-width: 0px) and (max-width: 575px) {
header .contact_num{display: none;}
header .logo_cls {padding: 10px 0;}
header .logo_cls img {width: 100% !important;}
header .search_menu .search {padding: 0; margin: 0;}
header .search_menu .search img {width: 24px; margin-top: 10px;}
#banner .banner_cls h1{font-size: 26px; margin-top: 0;}
#banner .banner_cls a {font-size: 18px; padding: 8px 30px 7px 30px;}
#banner .banner_cls {min-height: 180px; margin-bottom: 20px; background-size: cover !important;}
#body_content .using_guide h2 {font-size: 32px;}
#body_content .using_guide p {font-size: 18px;}
#body_content .using_guide {margin-bottom: 30px;}
header .search_menu div {margin: 0px; padding: 0px 10px;}
footer{margin-top: 30px;}
footer h4{display: none;}
.navbar .sitenavigation.is-tapped ul {width: 95%; top: 60px; right: 0px; height: 75vh;}
.navbar .sitenavigation.is-tapped ul li.for_mobile {display: block;}
.navbar .sitenavigation.is-tapped ul li .contact_num{display: block;}
.navbar .menu-icon{margin-right: 0;}
#blue_bx_content .blue_bx{padding: 12px 0;}
#blue_bx_content .blue_bx{min-height: 94px; margin-bottom: 5px; border-radius: 4px;}
#blue_bx_content .blue_bx img {display: none;}
#blue_bx_content .blue_bx p{font-size: 20px;}
.show_bx1,.show_bx2,.show_bx3,.show_bx4,.show_bx5,.show_bx6,.show_bx7,.show_bx8,.show_bx9{display: none;}
.mobile_link{margin: 0 15px 5px 15px; padding: 15px; background: #9F020B; width: 100%;}
.mobile_link ul{margin: 0px; padding: 0px;}
.mobile_link ul li{display:block; position: relative; padding-left: 30px;}
.mobile_link ul li::before{width: 20px; height: 20px; position: absolute; top: 8px; left: 5px; content: ''; background: url(images/arrow-Icon.svg) top left no-repeat;}
.mobile_link ul li a{font-size: 20px; color: #FFFFFF; font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.show_on_desktop{display: none;}
.mobile_link{display: block;}
.mob_show_bx2,.mob_show_bx3,.mob_show_bx4,.mob_show_bx5,.mob_show_bx6,.mob_show_bx7,.mob_show_bx8,.mob_show_bx9{display: none;}
.blue_bx.for_mobile_link.mob_link p {margin-top: 20px !important;}
.blue_bx.showSingle.for_dasktop_link{display: none !important;}    
.blue_bx.for_mobile_link.mob_link {display: block !important;}
.navbar .sitenavigation.is-tapped ul li:nth-last-child(2){border-bottom: solid 1px #3b3939 !important;}
.search_box{right: 0; left: auto;}
.search_box:before{right:40px !important; left:auto !important;}

/* about page css */
.sitebar_links{display: none;}
#banner .inner_banner_cls {min-height: 240px; background-size: cover !important;}
#banner .inner_banner_cls h1 {font-size: 36px; text-align: center; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);}
.content_bx h2 {font-size: 32px;}
.content_bx p, .content_bx .team_info_bx p  {font-size: 16px;}
.content_bx ul li, .content_bx ul li li{font-size: 16px;}
.content_bx .team_info_bx span {font-size: 16px;}
ul.breadcrumb {display: none;}
.content_bx {margin-top: 20px;}
.mobile_sidebar_menu{width: 100%; background:red; }
#slider {position: -webkit-sticky; position: sticky; top: 85px; overflow: hidden; margin-left: -15px; display: block; background: #9F020B; width: calc(100% + 30px) !important; margin-top: -2px;}
#slider ul {position: relative; margin: 0; padding: 0; height: 50px; list-style: none; margin-left: 0 !important; width: 100% !important;}
#slider ul li {position: relative; display: block; float: left; margin: 0px; padding: 0; width: 100%; height: 50px; text-align: center; line-height: 50px;}
a.control_prev, a.control_next {position: absolute; top: 0; z-index: 999; display: block; padding: 10px; width: auto; height: 100%; color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.8; cursor: pointer; line-height: 30px;}
a.control_prev:hover, a.control_next:hover {opacity: 1; -webkit-transition: all 0.2s ease; text-decoration: none; color: #fff;}
a.control_prev {border-radius: 0;}
a.control_next {right: 0; border-radius: 0;}
.slider_option {position: relative; margin: 10px auto; width: 160px; font-size: 18px;}
#slider ul li a {color: #fff; font-size: 18px; text-decoration: none; font-family: 'Rubik', sans-serif;}
/* #slider ul li:nth-child(odd) {
  background-color: #9F020B;
}
#slider ul li:nth-child(even) {
  background-color: #A8A8A8;
} */
	
.set_scroll{width: 100%; height: 60px; position: relative; margin-top: 0;}
	
.page-id-108 #slider ul {margin-left: 0px !important;}
header.header-active {box-shadow: none !important;}	
header.header-active .logo_cls img {width: 100% !important;}	
header.header-active .navbar .sitenavigation.is-tapped ul {top: 89px !important;}	
header.header-active{height:85px}

header.header-active .navbar .sitenavigation.is-tapped ul ul {top: 0 !important; height: 100% !important;}	
.call_811_logo {display: none;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.page-id-108 #slider ul {margin-left: 0px !important;}	
header .contact_num{display: none;}
header .logo_cls {padding: 10px 0;}
header .logo_cls img {width: 100%;}
header .search_menu .search {padding: 0; margin: 0;}
header .search_menu .search img {width: 24px; margin-top: 10px;}
#banner .banner_cls h1{font-size: 26px; margin-top: 0;}
#banner .banner_cls a {font-size: 18px; padding: 8px 30px 7px 30px;}
#banner .banner_cls {min-height: 180px; margin-bottom: 20px; background-size: cover !important;}
#body_content .using_guide h2 {font-size: 32px;}
#body_content .using_guide p {font-size: 18px;}
#body_content .using_guide {margin-bottom: 30px;}
header .search_menu div {margin: 0px; padding: 0px 10px;}
footer{margin-top: 30px;}
footer h4{display: none;}
.navbar .sitenavigation.is-tapped ul {width: 95%; top: 60px; right: 0px; height: 75vh;}
.navbar .sitenavigation.is-tapped ul li.for_mobile {display: block;}
.navbar .sitenavigation.is-tapped ul li .contact_num{display: block;}
.navbar .menu-icon{margin-right: 0;}
#blue_bx_content .blue_bx{padding: 12px 0;}
#blue_bx_content .blue_bx{min-height: 94px; margin-bottom: 5px; border-radius: 4px;}
#blue_bx_content .blue_bx img {display: none;}
#blue_bx_content .blue_bx p{font-size: 20px;}
.show_bx1,.show_bx2,.show_bx3,.show_bx4,.show_bx5,.show_bx6,.show_bx7,.show_bx8,.show_bx9{display: none;}
.mobile_link{margin: 0 15px 5px 15px; padding: 15px; background: #9F020B; width: 100%;}
.mobile_link ul{margin: 0px; padding: 0px;}
.mobile_link ul li{display:block; position: relative; padding-left: 30px;}
.mobile_link ul li::before{width: 20px; height: 20px; position: absolute; top: 8px; left: 5px; content: ''; background: url(images/arrow-Icon.svg) top left no-repeat;}
.mobile_link ul li a{font-size: 20px; color: #FFFFFF; font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.show_on_desktop{display: none;}
.mobile_link{display: block;}
.mob_show_bx2,.mob_show_bx3,.mob_show_bx4,.mob_show_bx5,.mob_show_bx6,.mob_show_bx7,.mob_show_bx8,.mob_show_bx9{display: none;}
.blue_bx.for_mobile_link.mob_link p {margin-top: 20px !important;}
.blue_bx.showSingle.for_dasktop_link{display: none !important;}    
.blue_bx.for_mobile_link.mob_link {display: block !important;}
.navbar .sitenavigation.is-tapped ul li:nth-last-child(2){border-bottom: solid 1px #3b3939 !important;}
.search_box{right: 0;}
.search_box:before{right:40px !important; left:auto !important;}

/* about page css */
.sitebar_links{display: none;}
#banner .inner_banner_cls {min-height: 240px; background-size: cover !important;}
#banner .inner_banner_cls h1 {font-size: 36px; text-align: center; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);}
.content_bx h2 {font-size: 32px;}
.content_bx p, .content_bx .team_info_bx p  {font-size: 16px;}
.content_bx ul li, .content_bx ul li li{font-size: 16px;}
.content_bx .team_info_bx span {font-size: 16px;}
ul.breadcrumb {display: none;}
.content_bx {margin-top: 20px;}
.mobile_sidebar_menu{width: 100%; background:red; }
#slider {position: -webkit-sticky; position: sticky; top: 85px; overflow: hidden; margin-left: -15px; display: block; background: #9F020B; width: calc(100% + 30px) !important; margin-top: -2px;}
#slider ul {position: relative; margin: 0; padding: 0; height: 50px; list-style: none;}
#slider ul li {position: relative; display: block; float: left; margin: 0px; padding: 0; width: calc(300px + 70px); height: 50px; text-align: center; line-height: 50px;}
a.control_prev, a.control_next {position: absolute; top: 0; z-index: 999; display: block; padding: 10px; width: auto; height: 100%; color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.8; cursor: pointer; line-height: 30px;}
a.control_prev:hover, a.control_next:hover {opacity: 1; -webkit-transition: all 0.2s ease; text-decoration: none; color: #fff;}
a.control_prev {border-radius: 0;}
a.control_next {right: 0; border-radius: 0;}
.slider_option {position: relative; margin: 10px auto; width: 160px; font-size: 18px;}
#slider ul li a {color: #fff; font-size: 18px; text-decoration: none; font-family: 'Rubik', sans-serif;}
/* #slider ul li:nth-child(odd) {
  background-color: #9F020B;
}
#slider ul li:nth-child(even) {
  background-color: #A8A8A8;
} */
	
.set_scroll{width: 100%; height: 60px;  position: relative; margin-top: 0;}

	
header.header-active {box-shadow: none !important;}
header.header-active .logo_cls img {width: 100% !important;}
header.header-active .navbar .sitenavigation.is-tapped ul {top: 89px !important;}
header.header-active{height:85px}	

header.header-active .navbar .sitenavigation.is-tapped ul ul {top: 0 !important; height: 100% !important;}	
.call_811_logo {display: none;}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
header .contact_num {display: none;}  
header .logo_cls {padding: 10px 0;} 
.navbar .menu-icon{margin-right: 10px;}
#banner .banner_cls h1{font-size: 50px; margin-top: 0;}
#banner .banner_cls a{padding: 10px 50px 7px 50px; font-size: 24px;}
#banner .banner_cls {min-height: 300px; margin-bottom: 20px; background-size: cover !important;}
#body_content .using_guide h2{font-size: 42px;}
#blue_bx_content .blue_bx p{font-size: 20px;}
#blue_bx_content .blue_bx img {width: 35px;}
.show_on_desktop::before{left: 75px;}
.red_area ul li a{font-size: 16px;}
.red_area ul li::before{top: 8px;}
.red_area ul li {width: calc(50% - 3px);}
footer .social_links ul li{font-size: 24px;}
footer .about_txt p{margin-bottom: 30px;}
footer .about_txt {max-width: 100%;}
footer .footerBot{margin: 0;}
footer{margin-top:0px;}
#body_content .using_guide{margin-bottom: 30px;}
.search_box{right: 0;}
.search_box:before{right:60px !important; left:auto !important;}

/* about page css */
#banner .inner_banner_cls {min-height: 240px; background-size: cover !important; margin-bottom: 30px;}
#banner .inner_banner_cls h1 {font-size: 36px; text-align: left; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);}
.sitebar_links ul li a{font-size: 18px;}
.content_bx h2 {font-size: 32px;}
.content_bx p, .content_bx .team_info_bx p  {font-size: 16px;}
.content_bx ul li, .content_bx ul li li{font-size: 16px;}
.content_bx .team_info_bx span {font-size: 16px;}
ul.breadcrumb {display: none;}
.search-results .content_bx a.post-thumbnail img {height:150px !important;}	
.call_811_logo{margin-top: 8px !important;}	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
header .contact_num {display: none;}  
header .logo_cls {padding: 10px 0;} 
.navbar .menu-icon{margin-right: 10px;}
#banner .banner_cls h1{font-size: 55px; margin-top: 0;}
#banner .banner_cls a{padding: 10px 50px 7px 50px; font-size: 24px;}
#banner .banner_cls {min-height: 300px; margin-bottom: 20px; background-size: cover !important;}
#body_content .using_guide h2{font-size: 42px;}
#blue_bx_content .blue_bx p{font-size: 20px;}
#blue_bx_content .blue_bx img {width: 35px;}
.show_on_desktop::before{left: 75px;}
.red_area ul li a{font-size: 16px;}
.red_area ul li::before{top: 8px;}
.red_area ul li {width: calc(50% - 3px);}
footer .social_links ul li{font-size: 24px;}
footer .about_txt p{margin-bottom: 30px;}
footer .about_txt {max-width: 100%;}
footer .footerBot{margin: 0;}
footer{margin-top:0px;}
#body_content .using_guide{margin-bottom: 30px;}   
.search_box{right: 0;}
.search_box:before{right:60px !important; left:auto !important;}

/* about page css */
#banner .inner_banner_cls {min-height: 240px; background-size: cover !important; margin-bottom: 30px;}
#banner .inner_banner_cls h1 {font-size: 36px; text-align: left; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);}
.sitebar_links ul li a{font-size: 18px;}
.content_bx h2 {font-size: 32px;}
.content_bx p, .content_bx .team_info_bx p  {font-size: 16px;}
.content_bx ul li, .content_bx ul li li{font-size: 16px;}
.content_bx .team_info_bx span {font-size: 16px;}
ul.breadcrumb {display: none;}
.search-results .content_bx a.post-thumbnail img {height:150px !important;}	
.call_811_logo{margin-top: 8px !important;}	
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {}
@media only screen and (min-width: 0px) and (max-width: 767px) {
.show_on_desktop.show_bx11 {display: none !important;}
.mob_show_bx11.mobile_link {display: block;}
.show_on_desktop {display: none !important;}
.mob_show_bx11.mobile_link {display: block;}	
.blue_bx.for_mobile_link.mob_link > p{margin: 0 !important; min-height: 70px; display: flex; align-items: center; justify-content: center;  padding: 0 15px !important; line-height: normal;}	
.search-results .content_bx a.post-thumbnail img {height: 200px !important;}	
}
/**** /media query ****/

a.post-thumbnail img {object-fit: cover;}
.search-form input.search-field {padding: 8px 10px; line-height: normal; margin-left: 10px; font-size: 16px; font-family: 'Rubik';}
.search-form input.search-submit {display: inline-block; background: #9F020B; border: none; border-radius: 4px; font-size: 16px; font-family: 'Rubik'; color: #fff; line-height: normal; padding: 9px 20px; cursor: pointer;}
.search-form input.search-submit:hover{background: #072A5E;}


.show_on_desktop {
    display: none;
}
.show_on_desktop.show_bx11 {
    display: block;
}

.resourcesPagination {margin: 0; padding: 50px 0 0 0;width: 100%;}
 .resourcesPagination ul {margin: 20px 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
 .resourcesPagination ul li {display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; margin: 0 5px;}
 .resourcesPagination ul li a {width: 50px; height: 50px; line-height: 44px; text-align: center; font-size: 18px; font-weight: bold; border: 2px solid #004a95; color: #004a95; background: #fff; border-radius: 100%;}
 .resourcesPagination ul li a:hover, .resourcesPagination ul li a.active {color: #fff; background: #004a95;}
.search-results .content_bx a.post-thumbnail img {height: 290px;}

/**** back to top CSS ****/
.back_to_top #top_button {display: inline-block; background-color: #9F020B; width: 40px; height: 40px; text-align: center; position: fixed; bottom: 65px; right: 40px; border-radius:100%}
.back_to_top #top_button::after {content: "\f077"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 16px; line-height: 40px; color: #fff;}
.back_to_top #top_button:hover {cursor: pointer; background-color: #072A5E;}
.back_to_top #top_button:active {background-color: #072A5E;}
.back_to_top #top_button.show {opacity: 1; visibility: visible;}
.back_btn_cls{margin:0px; padding:0px;  width: auto; height: 40px; text-align: center; position: fixed; right: 20px; bottom: 0px;}
.back_btn_cls a {font-size: 16px; background-color: #9F020B; color: #fff !important; padding: 8px 20px; font-weight: bold; border-radius: 15px;     cursor: pointer;}
.back_btn_cls a:hover {cursor: pointer; background-color: #072A5E;}
.back_btn_cls a:active {background-color: #072A5E;}
header.header-active {position: fixed; background: #fff; width:100%; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; z-index:9; box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75);
-webkit-box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75); -moz-box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75);}

body.home header.header-active {box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75) !important; -webkit-box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75) !important; -moz-box-shadow: 0px 5px 15px 2px rgba(207,207,207,0.75) !important;}
header.header-active .logo_cls img {width: 300px;}
header .contact_num .num_cls span {font-size: 42px; padding-left: 10px;}
/* header.header-active .navbar .sitenavigation.is-tapped ul{top: 95px;} */

.readMore:hover {
    background: #072A5E;
}
.readMore {
    display: inline-block;
    background: #9F020B;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'Rubik';
    color: #fff !important;
    line-height: normal;
    padding: 9px 20px;
    cursor: pointer;
    text-decoration: none !important;
    margin-bottom: 50px;
}

.search-results .content_bx h3, .search-results .content_bx h3 a {
    font-size: 32px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #072A5E;
    margin-bottom: 10px;
	text-decoration: none !important;
}

.search-results .content_bx h3 a:hover {
    color: #9F020B;
	text-decoration: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	#slider ul li {width: 100% !important; margin-left: 0px;}
	#slider ul li a{font-size: 14px;}
}

header .logo_cls img{width:290px}

.call_811_logo {float: right; margin-top: 15px; margin-right: 10px;}
.call_811_logo img {width: 240px !important;}


.nturl.notranslate.en.flag.united-states {
    margin-right: 10px !important;
}
.right_header_content a.single-language {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #072A5E;
	text-decoration: none;

	
}

.tool-container .tool-items a.tool-item {
    background: none !important;
}
.tool-container .tool-items a.nturl.united-states::after {
    content: attr(title);
    display: inline-block;
    margin-left: 5px; /* Adjust as needed */
    font-size: 14px;  /* Adjust as needed */
    color: #000;      /* Adjust as needed */
}
.tool-container .tool-items a.nturl.mexico::after {
    content: 'Español';
    display: inline-block;
    margin-left: 5px; /* Adjust as needed */
    font-size: 14px;  /* Adjust as needed */
    color: #000;      /* Adjust as needed */
}
.tool-container .tool-items a {
  
    width: 54px !important;
    
}
.tool-container.tool-top .arrow{
	margin-left: 20px;
}
@media only screen and (max-width: 767px) {
.right_header_content a.single-language {
    display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .call_811_logo img {    width: 175px !important;}
}