/*
Theme Name: Ministry of Economy and Commerce
Author: asLin | Xpert Solution
Author URI: http://www.xpert-online.com
Description: Ministry of Economy and Commerce brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0 | English and Arabic
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: digitek Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/


/*-------------------------------------------------------------- 	Normalize --------------------------------------------------------------*/
@font-face {
    font-family: 'pf_din_text_universalregular';
    src: url('assets/fonts/pf_dintext_universal_regular.woff2') format('woff2'),
         url('assets/fonts/pf_dintext_universal_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: 700;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #eee;
    color: #222;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font-size: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

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


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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;
    /* Above WP toolbar. */
}

/*-------------------------------------------------------------- Alignments --------------------------------------------------------------*/

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

/*-------------------------------------------------------------- Typography --------------------------------------------------------------*/

button, input, select, textarea {
    color: #494949;
    font-family: 'pf_din_text_universalregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.66;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1em 0 0;
    color: #494949;
    font-weight: 300;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 17px;
}
p {
    margin: 0 0 1em;
    padding: 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #eee;
    text-decoration: none;
}
big {
    font-size: 125%;
}
blockquote {
    quotes: "" "";
}
q {
    quotes: "“" "”" "‘" "’";
}
blockquote:before, blockquote:after {
    content: "";
}
:focus {
    outline: none;
}

/*-------------------------------------------------------------- Forms --------------------------------------------------------------*/

label {
    color: #7c8080;
    display: block;
    margin-bottom: 0.5em;
}
fieldset {
    margin-bottom: 1em;
}
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: #7c8080;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
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: #222;
    border-color: #333;
}
select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 12px;
    max-width: 100%;
}
body.rtl select,
body.rtl .form-control{
	direction: rtl
}
.form-group{ margin-bottom: 2rem}

input[type="radio"], input[type="checkbox"] {
    margin-right: 0.5em;
}
input[type="radio"]+label, input[type="checkbox"]+label {
    font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
    background-color: #007dcb;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
body.rtl button, body.rtl input[type="button"], body.rtl input[type="submit"]{
	float: right
}

input+button, input+input[type="button"], input+input[type="submit"] {
    padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #6e0f29;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
    background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7a7b7e;
    font-family: 'pf_din_text_universalregular';
    ;
}
:-moz-placeholder {
    color: #7a7b7e;
    font-family: 'pf_din_text_universalregular';
}
::-moz-placeholder {
    color: #7a7b7e;
    font-family: 'pf_din_text_universalregular';
    opacity: 1;
}
:-ms-input-placeholder {
    color: #7a7b7e;
    font-family: 'pf_din_text_universalregular';
}

/*-------------------------------------------------------------- Formatting --------------------------------------------------------------*/

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

/*-------------------------------------------------------------- Lists --------------------------------------------------------------*/

ul, ol {
    margin: 0 0 1.5em;
    padding: 0;
}
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;
}

/*-------------------------------------------------------------- Tables --------------------------------------------------------------*/
table {
	border-collapse: collapse; margin: 0 0 1.5em; width: 100%
}
thead th {
    background-color: #722049; color: white; border: 1px solid #a2a0a0
}
th {
    padding: 10px
}
tr {

}
tr:nth-of-type(even) {
    background: whitesmoke;
}
tr:nth-of-type(odd) {
    background: white;
}
td {
    padding: 10px; border: 1px solid #d8d8d8
}
/*th:first-child, td:first-child {
    padding-left: 0;
}
th:last-child, td:last-child {
    padding-right: 0;
}*/

/*-------------------------------------------------------------- Links --------------------------------------------------------------*/

a {
    color: #222;
    text-decoration: none;
    outline: none;
	transition: all .2s;
}
a:focus {}
a:hover, a:active {
    color: #000;
    outline: none;
    text-decoration: none;
	transition: all .4s;
}

/*-------------------------------------------------------------- Featured Image Hover --------------------------------------------------------------*/

.post-thumbnail {
    margin-bottom: 1em;
}
.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
    opacity: 0.7;
}

/*-------------------------------------------------------------- Media --------------------------------------------------------------*/

img, video {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
/*img.alignleft, img.alignright {
    float: none;
    margin: 0;
}*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p>embed:only-child, p>iframe:only-child, p>object:only-child {
    margin-bottom: 0;
}
.wp-caption, .gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
}

/*-------------------------------------------------------------- Galleries --------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area .gallery-item a, .widget-area .gallery-item a:hover, .widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*-------------------------------------------------------------- Layout --------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    color: #494949;
    font-size: 16px;
    font-family: 'pf_din_text_universalregular';
    font-weight: normal;
    line-height: normal;
    text-align: right;
}

#site_wrapper { position: relative; word-wrap: break-word; max-width: 1920px; margin: auto;}
#site_wrapper .inner-container { /*padding-left: 5%; padding-right: 5%;*/}

/**Scroll Top**/
#scroll_top { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color: #007dcb; font-size: 12px;  color: white; cursor: pointer; padding: 0px; text-align: center; border-radius: 50%; width: 40px; height: 40px; opacity: 0.8; transition: all .3s;}
#scroll_top:hover { opacity: 1; transition: all .5s;}
#scroll_top span{ display: block;}
#scroll_top i{ font-size: 14px; font-weight: bold;}


.btn-primary{ color: #fff !important; background-color: #007dcb; border-color: #007dcb;}
.btn-primary:hover{ background-color: #97a1aa; border-color: #97a1aa;}


/*-------------------------------------------------------------- 	Header --------------------------------------------------------------*/
header#site_header { background: #fff; width: 100%; height: auto; padding: 0px; position: fixed; top: 0px; left: 50%; transform: translateX(-50%); max-width: 1920px; z-index: 1000;}
header#site_header ul { list-style: none; margin: 0; padding: 0;}
header#site_header .inner-container { padding-left: 5%; padding-right: 5%;}

/** Top Bar**/
header#site_header .top-bar { background: #8d1737; width: 100%; height: 40px; display: flex; align-items: center; transition: all .3s; position: relative;}
header#site_header .top-bar .inner-container{ display: flex; align-items: center; justify-content: flex-end;}
header#site_header .top-bar .social-toggle-btn{ display: none}
header#site_header .top-bar .icons-nav {}
header#site_header .top-bar .icons-nav ul { margin: 0; padding: 0;}
header#site_header .top-bar .icons-nav ul li { float: left; margin-right: 7px;}
header#site_header .top-bar .icons-nav ul li a { display: flex; color: #8d1737;}
header#site_header .top-bar .icons-nav ul li a span { background: #fff; width: 24px; height: 24px; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: all .2s;}
header#site_header .top-bar .icons-nav ul li a i {}
header#site_header .top-bar .icons-nav ul li a:hover i { color: #fff;}
header#site_header .top-bar .icons-nav ul li a:hover span { background: #6e0f29; transition: all .4s;}
header#site_header .top-bar .icons-nav ul li a label { margin-bottom: 0; margin-left: 4px; margin-top: 2px; color: #fff; cursor: pointer; font-size: 14px;}
/**/
header#site_header .top-bar .lang-btn{ position: absolute; top: 0; right: 0;}
header#site_header .top-bar .lang-btn ul li a{ background: #f7f8fa; color: #8d1737; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;}
header#site_header .top-bar .lang-btn ul li a:hover{ background: #6e0f29; color: #fff;}
header#site_header .top-bar .lang-btn ul li.current-lang{ display: none;}

/**/
header#site_header .top-bar .secondary-nav { margin-left: 5px;}
header#site_header .top-bar .secondary-nav li{ float: left; margin-right: 10px}
header#site_header .top-bar .secondary-nav li a { color: #fff; height: 40px; display: table-cell; vertical-align: middle; background: #6e0e28; padding: 0px 12px;}
header#site_header .top-bar .secondary-nav li a:hover{ background: #f4f4f4; color: #6e0e28}

/** Primary Wrap**/
header#site_header .primary-wrap { width: 100%; background: #fff; padding: 20px 0px; transition: all .3s;}
header#site_header .primary-wrap .inner-container { display: flex; justify-content: space-between; align-items: center;}

/**/
header#site_header .primary-wrap .site-branding { float: right;}
header#site_header .primary-wrap .site-branding .logo img {transition: all .3s; max-height: 75px; max-width: 220px}

/*Main Navigation*/
header#site_header .primary-wrap .navigation-primary { }
.primary-wrap .navigation-primary nav.navbar {}
.primary-wrap .navigation-primary nav.navbar ul.navbar-nav { flew-wrap: wrap}
.primary-wrap .navigation-primary nav.navbar li {}
.primary-wrap .navigation-primary nav.navbar li a { word-wrap: normal; text-align: right;}
.primary-wrap .navigation-primary nav.navbar li.current-menu-item>a,
.primary-wrap .navigation-primary nav.navbar li.current_page_item>a { color: #8d1737; border-bottom: 1px solid; }
.primary-wrap .navigation-primary nav.navbar li .dropdown-menu{ border-radius: 0px; min-width: 13rem; left: inherit; right: 0px;}
.primary-wrap .navigation-primary nav.navbar li .dropdown-menu a.dropdown-item{ padding: 10px 20px;}
.primary-wrap .navigation-primary nav.navbar li .dropdown-menu a.dropdown-item:hover{background-color: rgba(35, 31, 32, 0.1);}
body.rtl .dropdown-toggle::after{ margin-left: 0; margin-right: 0.255em;}
.primary-wrap .navigation-primary nav.navbar li .dropdown-menu li.current-menu-item>a.dropdown-item{ background-color: rgba(35, 31, 32, 0.1);}
.dropdown-item.active, .dropdown-item:active { color: #8d1737;}

/**/
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active { color: #8d1737;}

/*Search Area*/
header#site_header .primary-wrap .search-area {}
.primary-wrap .search-area {}
.primary-wrap .search-area form.search-form { display: flex;}
.primary-wrap .search-area form.search-form label { margin-bottom: 0;}
.primary-wrap .search-area form.search-form input[type="search"] { width: 100%; max-width: 100px; padding: 8px 15px; border: none; background: #f4f4f4; color: #7a7b7e; border-top-left-radius: 0px; border-bottom-left-radius: 0px; font-size: inherit; font-family: inherit}
.primary-wrap .search-area form.search-form .search-submit { padding-left: 15px; padding-right: 15px; background: #eaeaea; color: #7a7b7e; margin: 0; height: 50px; width: auto}
.primary-wrap .search-area form.search-form .search-submit i { font-size: 16px;}

/*Fixed Header*/
header#site_header.fixed .top-bar{ transition: all .4s; visibility: hidden; height: 0;}
header#site_header.fixed .top-bar .inner-container{ height: 0; visibility: hidden;}
/*header#site_header.fixed .primary-wrap{ transition: all .4s; border-bottom: 1px solid #007dcb;}
header#site_header.fixed .primary-wrap .navigation-primary{ padding: 10px 0px; }
header#site_header.fixed .primary-wrap .site-branding .logo img{ transition: all .4s; max-height: 60px;}*/
header#site_header.fixed .primary-wrap{ transition: all .4s; 
    /*padding: 10px 0px; */
    border-bottom: 1px solid #007dcb;}
header#site_header.fixed .primary-wrap .site-branding .logo img{ transition: all .4s; 
    /*max-height: 60px;*/
}


/**Employee Login URL Modal**/
.employee-login-modal{}
.employee-login-modal .modal-content{ background: #f5f5f5; border: none; border-radius: 0}
.employee-login-modal .modal-header{ background: #8c1637; padding: 5px 20px; position: relative; border-radius: 0}
.employee-login-modal .modal-title{ color: #fff; font-size: 37px}
.employee-login-modal button.close{ margin: 0 auto 0 0;}
.employee-login-modal button.close span{ box-shadow: none}
.employee-login-modal .modal-body{ padding: 10%}
.employee-login-modal .login-url-row {}
.employee-login-modal .login-url-row .single-block{}
.employee-login-modal .login-url-row .single-block a{ width: 100%; height: 100%; background: #e4e4e4; display: flex; justify-content: center; align-items: center; font-size: 18px; position: relative; flex-direction: column; text-align: center; padding: 10%;}
.employee-login-modal .login-url-row .single-block a:hover{ color: #fff; background: #007dcb}
.employee-login-modal .login-url-row .single-block figure{}
.employee-login-modal .login-url-row .single-block figure svg{ max-width: 100px; max-height: 100px}
.employee-login-modal .login-url-row .single-block figure svg path,
.employee-login-modal .login-url-row .single-block figure svg polygon{ fill: #8c1637;}
.employee-login-modal .login-url-row .single-block a:hover figure svg path,
.employee-login-modal .login-url-row .single-block a:hover figure svg polygon{ fill: #fff;}
.employee-login-modal .login-url-row .single-block figcaption{ color: #8c1637; font-weight: 500; font-size: 22px; margin-top: 20px;}
.employee-login-modal .login-url-row .single-block a:hover figcaption{ color: #fff}



/*-------------------------------------------------------------- 	Site Container --------------------------------------------------------------*/
#site_content_container {}
#site_content_container img { max-width: 100%; height: auto;}
#site_content_container section { position: relative;}



/*-------------------------------------------------------------- 	Index Container --------------------------------------------------------------*/
/** Default Search Form **/
.search-form label { display: block; margin-bottom: 30px}
.search-form .screen-reader-text{ font-size: 24px; margin-left: 0}
.search-form .search-field{ border: none; border-bottom: 1px solid #252525; background: none; outline: none; width: 100%; width: calc(100% - 215px); height: 50px; font-size: 21px; color: #252525; display: inline-block; border-radius: 0; padding: 0px 40px 0px 0}
.search-form .search-submit{ border: none; outline: none; width: 190px; height: 65px; cursor: pointer; margin-left: 20px; line-height: 30px; border-radius: 0}
.search-form .search-submit:hover{ background: #245b4e; color: #fff}
/**/
.back-home a{ display: table; margin: auto; margin-top: 40px; font-size: 16px; font-weight: bold; text-transform: uppercase}
.back-home a i{ font-size: 25px}

/** 404 Page **/
.error-404 .search-form .search-field{ width: calc(80% - 200px);}


/*theme color codes*/
.white_txt{ color: #fff !important;}
.maroon_txt{ color: #007dcb !important;}
.blue_txt{ color: #50bbe7 !important;}
.yellow_txt{ color: #007dcb !important;}
.green_txt{ color: #2d8c46 !important;}
.white_bg{ background: #fff !important;}
.maroon_bg{ background: #007dcb !important;}
.blue_bg{ background: #50bbe7 !important;}
.yellow_bg{ background: #007dcb !important;}
.green_bg{ background: #2d8c46 !important;}

/*Default Btn*/
.btn{ padding: 5px 15px; border-radius: 0;}
.btn:hover{ opacity: 0.6;}

/*Defalut Boostrap Carousel*/
.carousel-control-prev-icon,
.carousel-control-next-icon{ background: none;}
.carousel-control-prev-icon:after,
.carousel-control-next-icon:after{ font-family: 'Linearicons-Free'; font-weight: 400; font-size: 40px; color: #000;}
.carousel-control-prev-icon:after{ content: "\e875";}
.carousel-control-next-icon:after{ content: "\e876";}

/*Underline – Middle Out*/
.sliding-middle-out { display: inline-block; position: relative;}
.sliding-middle-out:after { content: ''; display: block; margin: auto; height: 3px; width: 0px; background: transparent; transition: width .6s ease, background-color .6s ease;}
.sliding-middle-out:hover:after { width: 100%; background: #494949;}


/***********/
#site_content_container #site_main {}
#site_content_container #site_main section { padding: 40px 0px;}

section .section-title {}
section .section-title h1 { position: relative; font-weight: bold; display: inline-block; padding-bottom: 10px;}
section .section-title h1:before { content: ''; position: absolute; bottom: 1px; right: 0px; width: 110%; height: 3px; background: #7d7d7d;}
section .section-title h1:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 150%; height: 1px; background: #7d7d7d;}
section .section-title h1.blue_txt:before{ background: #50bbe7;}
section .section-title h1.blue_txt:after{ background: #50bbe7;}
section .section-title h1.maroon_txt:before{ background: #8b1736;}
section .section-title h1.maroon_txt:after{ background: #8b1736;}
section .section-title h1.white_txt:before{ background: #fff;}
section .section-title h1.white_txt:after{ background: #fff;}

/*Single Thumbnail Post Block*/
.thumbnail-post-block { margin-bottom: 30px;}
.thumbnail-post-block .inner { background: #fff; box-shadow: 1px 3px 13px #dfdfdf; height: 100%;width: 100%}
/*Underline – Right to Left*/
.thumbnail-post-block .inner { display: inline-block; position: relative;}
.thumbnail-post-block .inner:after { content: ''; position: absolute; top: 0; right: 0; display: block; margin: auto; height: 8px; width: 0px; background: transparent; transition: width .6s ease, background-color .6s ease;}
.thumbnail-post-block .inner:hover:after { width: 100%; background: #494949;}
/**/
.thumbnail-post-block .intro-header { border-top-width: 8px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; padding: 10px;}
.thumbnail-post-block .intro-header .top-row { display: flex; justify-content: space-between; align-items: center; height: 67px; }
.thumbnail-post-block .intro-header .top-row .title-area { margin-left: 10px; overflow: hidden; max-height: 100%;}
.thumbnail-post-block .intro-header .top-row .title-area h5 { margin: 0; color: #000; font-size: 17px;}
.thumbnail-post-block .intro-header .top-row .title-area h6 { margin: 5px 0 0; color: #000; font-size: 13px; padding: 0;
	/*Multiline Text shorten*/
	display: block; display: -webkit-box; max-width: 100%; height: 54px; line-height: 18px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.thumbnail-post-block .intro-header .top-row .icon {}
.thumbnail-post-block .intro-header .top-row .icon span { background: url(assets/images/sprite.png) no-repeat; background-position: 0px 0px; display: inline-block; width: 72px; height: 43px;}
.thumbnail-post-block .intro-header .bottom-row { display: flex; justify-content: space-between; margin-top: 10px;}
.thumbnail-post-block .intro-header .published-on { font-size: 13px;}
.thumbnail-post-block .intro-header .published-on i { margin-left: 5px;}
.thumbnail-post-block .intro-header .published-on span { float: left}
.thumbnail-post-block .intro-header .status { font-size: 14px; color: #8c1737;}
.thumbnail-post-block .intro-body { /*height: calc(100% - 124px);*/ position: relative; height: 255px}
@media (min-width: 1200px){
	.thumbnail-post-block .intro-body{ height: 255px}
}
@media (max-width: 1199px){
	.thumbnail-post-block .intro-body{ height: 210px}
}
@media (max-width: 992px){
	.thumbnail-post-block .intro-body{ height: 240px}
}
@media (max-width: 520px){
	.thumbnail-post-block .intro-body{ height: auto}
}
.thumbnail-post-block .intro-body .featured-img { height: 100%;}
.thumbnail-post-block .intro-body .featured-img img { min-height: 100%; object-fit: cover;}
/*:hover*/
.thumbnail-post-block .intro-body{ overflow: hidden;}
.thumbnail-post-block .intro-body a.link-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 3; }
.thumbnail-post-block .intro-body .featured-img img{ -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.thumbnail-post-block .intro-body .featured-img img,
.thumbnail-post-block .intro-body .readmore { -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
.thumbnail-post-block .intro-body .readmore{ position: absolute; bottom: 0; left: 0; width: 100%; text-align: center;  color: #000; background: #fff; padding: 14px; text-transform: none; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,50px,0); transform: translate3d(0,50px,0);}
.thumbnail-post-block .intro-body:hover .featured-img img{-webkit-transform: translate3d(0,-50px,0); transform: translate3d(0,-50px,0);}
.thumbnail-post-block .intro-body:hover .readmore{ opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
/*disable-hover-effect*/
.thumbnail-post-block.disable-hover .intro-body{ background: none;}
.thumbnail-post-block.disable-hover .intro-body:hover .featured-img img{ -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}




/** Owl Carousel 2 **/
.owl-carousel{ position: relative;}
.owl-carousel .item figure{ margin: 0;}
.owl-carousel .item figure img{ max-height: 450px; object-fit: cover;}
/*nav*/
.owl-carousel .owl-nav{ }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{ position: absolute; top: 50%; transform: translateY(-50%); color: #fff; opacity: 0.7; text-shadow: 2px 1px 4px #000;}
.owl-carousel .owl-nav .owl-prev{ left: 20px;}
.owl-carousel .owl-nav .owl-next{ right:20px;}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover{ opacity: 1;}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled{ opacity: 0.3; cursor: default}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before{ content: ''; font-family: 'Linearicons-Free'; font-weight: 400; font-size: 2rem;}
.owl-carousel .owl-nav .owl-prev:before{ content: "\e875";}
.owl-carousel .owl-nav .owl-next:before{ content: "\e876";}


/***---- Section: Index Banner ----***/
#site_content_container #site_main section#index_banner { background-image: url(assets/images/index-banner.jpg); background-position: bottom center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; width: 100%; height: 100vh; /*height: calc(100vh - 283px); */padding: 0; position: relative;}
@media (max-width: 1200px){
	/*#site_content_container #site_main section#index_banner{ height: calc(100vh - 250px);}*/
}
@media (max-width: 1024px){
	/*#site_content_container #site_main section#index_banner{ height: calc(100vh - 250px);}*/
	#site_content_container #site_main section#index_banner{background-attachment: inherit; height: 100%}
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
	#site_content_container #site_main section#index_banner{background-attachment: inherit; height: 100%}
}

@media (max-width: 540px){
#site_content_container #site_main section#index_banner{background-attachment: inherit; height: 100%}
}
section#index_banner img {}
section#index_banner .intro-text { position: absolute; top: 220px; left: 50%; transform: translateX(-50%); z-index: 100; color: #fff; font-size: 40px;}

/***---- Section: Latest Updates  ----***/
#site_content_container #site_main section#latest_updates { margin-top: -124px; padding: 0 0 0px;}
/*section#latest_updates .thumbnail-post-block .intro-body{ background: none;}
section#latest_updates .thumbnail-post-block .intro-body:hover .featured-img img{ -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}*/


/*Single Block: Recall Post*/
.thumbnail-post-block.recall-post .intro-header { border-color: #8b1736;}
.thumbnail-post-block.recall-post .intro-header .top-row .icon span { width: 72px; height: 43px;}
.thumbnail-post-block.recall-post .intro-body { padding: 10px;}
.thumbnail-post-block.recall-post .intro-body .brand-logo { text-align: left; margin-bottom: 15px;}
.thumbnail-post-block.recall-post .intro-body .brand-logo img { max-width: 60% !important; max-height: 50px;}
.thumbnail-post-block.recall-post .intro-body .featured-img { height: auto;}
.thumbnail-post-block.recall-post .intro-body .featured-img img { min-height: auto;}

/*Single Block: Recall Post*/
.thumbnail-post-block.closure-ads-post .intro-header { border-color: #50bbe7;}
.thumbnail-post-block.closure-ads-post .intro-header .top-row .icon span { width: 49px; height: 65px; background-position: -85px 0px;}

/*Single Block: News Post*/
.thumbnail-post-block.news-post .intro-header { border-color: #007dcb;}
.thumbnail-post-block.news-post .intro-header .top-row .icon span { width: 50px; height: 54px; background-position: -145px 0px;}

/*Single Block: National Product Post*/
.thumbnail-post-block.national-product-post .intro-header { border-color: #2d8c46;}
.thumbnail-post-block.national-product-post .intro-header .top-row .icon span { width: 45px; height: 55px; background-position: -208px 0px;}


/***---- Section: National Products ----***/
#site_content_container #site_main section#national_products { padding: 20px 0px;}
section#national_products .inter-text{ max-width: 350px; display: flex; flex-wrap: nowrap; align-items: flex-end;}
section#national_products .inter-text p{ margin-bottom: 0;}
section#national_products .inter-text a{ color: #8d0134;}
section#national_products .stamp-pic img{ max-height: 100px; margin-right: auto; display: block;}


/***---- Section: Services ----***/
#site_content_container #site_main section#services { background: #f7f8f9;}
section#services { background: #f7f8f9; width: 100%;}
section#services .single-block { text-align: center;}
section#services .single-block .inner{ padding: 0 10%;}
section#services .single-block a{ display: block;}
section#services .single-block .icon{ height: 180px; display: flex; justify-content: center; align-items: center; position: relative; margin-bottom: 10px;}
section#services .single-block .icon:after{ content: ''; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 90px; height: 1px; background: #bcbec0;}
section#services .single-block .icon span{ background: url(assets/images/sprite.png) no-repeat; background-position: 0px 0px; display: inline-block;}
section#services .single-block a:hover .icon span{}
section#services .single-block .intro-desc{}
section#services .single-block .intro-desc h3{}
section#services .single-block .intro-desc p{}
section#services .single-block a:hover .intro-desc h3,
section#services .single-block a:hover .intro-desc p{ color: #7b112f;}
section#services .single-block.consumer .icon span{ background-position: 0px -179px; width: 110px; height: 107px;}
section#services .single-block.investor .icon span{ background-position: -137px -181px; width: 127px; height: 124px;}
section#services .single-block.economy .icon span{ background-position: -292px -179px; width: 103px; height: 106px;}
section#services .single-block.consumer a:hover .icon span{ background-position: 0px -311px;}
section#services .single-block.investor a:hover .icon span{ background-position: -137px -313px;}
section#services .single-block.economy a:hover .icon span{ background-position: -292px -313px;}


/***---- Section: Online Services ----***/
#site_content_container #site_main section#online_services { background: #fff;}
section#online_services a.btn{ color: white;}


/***---- Section: Facts And Figures ----***/
#site_content_container #site_main section#facts_and_figures{ background-image: url(assets/images/facts_and_figures_bg.jpg); background-repeat: no-repeat; background-position: left center; background-size: contain; background-attachment: fixed; background-color: #ffe054;  padding: 10% 0;}
section#facts_and_figures .container-position{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%}
section#facts_and_figures .carousel-inner{ padding: 0px 65px}

section#facts_and_figures .result-area{ text-align: center;}
section#facts_and_figures .result-area ul{ display: flex; justify-content: center; margin: 0;}
section#facts_and_figures .result-area li{ list-style: none; margin: 0px 12px;}
section#facts_and_figures .result-area li span{ font-size: 75px; color: #000;; font-weight: bold}
section#facts_and_figures .result-area li small{ font-size: 26px; margin-left: 6px; display: block}
section#facts_and_figures .result-area li label{ background: #000; color: #fff; padding: 5px 30px; margin-bottom: 0; margin-top: 10px;}


/***---- Section: Media Center ----***/
#site_content_container #site_main section#media_center{}
section#media_center .tabs-navlist .inner{ margin-right: auto; display: table; margin-top: 24px;}
section#media_center .tabs-navlist .nav-tabs{ border: none;}
section#media_center .tabs-navlist .nav-tabs .nav-link{ border: none; border-bottom: 2px solid; color: #919498; margin-right: 20px; padding: 5px 5px;}
section#media_center .tabs-navlist .nav-tabs .nav-link.active,
section#media_center .tabs-navlist .nav-tabs .nav-item.show .nav-link{ color: #007dcb; background-color: inherit; border-color: inherit;}

section#media_center .tab-content{ min-height: 300px;}

/*VideoGallery*/
section#media_center ul.ytlist{ display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px}
section#media_center ul.ytlist li.small{ list-style: none; flex: 0 0 25%; max-width: 25%; padding: 5px;}
section#media_center ul.ytlist li.small img{ height: 180px; object-fit: cover}

/*InfoGraph*/
.infographic-gallery .image-grid .single-item{ padding-right: 5px; padding-left: 5px}
.infographic-gallery .image-grid .single-item figure{ margin: 5px 0}

.infographic-gallery .image-grid .single-item figure{ height: 180px; object-fit: cover; /*height: calc((100vw) * 0.15);*/ width: 100%; overflow: hidden}
.infographic-gallery .image-grid .single-item figure img{ height: 100%; width: 100%; object-fit: cover; object-position: top}

.entry-post-contain .infographic-gallery .image-grid .single-item{ padding-right: 15px; padding-left: 15px; margin-bottom: 30px}
.entry-post-contain .infographic-gallery .image-grid .single-item figure{ height: calc((100vw) * 0.2); margin: 0}
.entry-post-contain .infographic-gallery .image-grid .single-item figcaption{ margin: 0px; background: #8b1638; padding: 10px; min-height: 80px; display: flex; flex-wrap: wrap; align-items: center; text-align: center; justify-content: center}
.entry-post-contain .infographic-gallery .image-grid .single-item figcaption h4{ margin: 0; color: #fff; font-size: 20px}

@media(max-width:992px){
	.infographic-gallery .image-grid .single-item figure{ /*height: calc((100vw) * 0.3)*/;}
}
@media(max-width: 520px){
	.infographic-gallery .image-grid .single-item figure{ /*height: calc((100vw) * 0.6);*/}
}


/***---- Section: Media Center ----***/
#site_content_container #site_main section#branch_locator{ padding: 0;}


/*****/
/* css agency address book */

/*.AgencyAddressMainTable tr:nth-child(even){ background-color:white;}
.AgencyAddressMainTable{ width:100%; margin-bottom:20px;}
.AgencyInfoColumnFirst{ width:20%; font-size:12pt; border:1px solid #ababab; padding-right:3px;}
.AgencyInfoColumnTwo{ width:80%; color:black; font-size:12pt; border:1px solid #ababab; padding-right:3px;}*/
.AgencyNameColumn{ background-color:#722049; color:white; font-size:14pt;}
.AgencyConatactsContainer div{}
.ContactHeadingRow div{ font-weight:bold; color: #722049;}
.ContactHeadingRow{ display:block;}
.ContactDataRow{ display:block;}
.AgencyConatactsContainer .name{ display:inline-block; width:15%;}
.AgencyConatactsContainer .telephone{ display:inline-block; width:20%;}
.AgencyConatactsContainer .Mobile{ display:inline-block; width:20%;}
.AgencyConatactsContainer .Email{ display:inline-block; width:43%;}
.BookLocationHeadingRow div{ font-weight:bold;}
.BookLocationHeadingRow div{ color:#722049;}
.BookLocationDataRow{ margin-top:10px; margin-bottom:10px; border-bottom: 1px solid #d8d8d8; min-height: 69px;}
.BookLocationDataRow:last-child{ border-bottom: none}
.BookAgencyLocationContainer .Exhibition{ width:20%; display:inline-block; text-align:right;}
.BookAgencyLocationContainer .telephone{ width:15%; display:inline-block; text-align:right;}
.BookAgencyLocationContainer .name{ width:30%; display:inline-block; text-align:right;}
.BookAgencyLocationContainer .location{ width:30%; display:inline-block; text-align:right;}
.BookAgencyLocationContainer .location a{ cursor:pointer; text-decoration:none; color:#722049;}
.BookAgencyLocationContainer .location a:hover{ cursor:pointer; text-decoration:none; color:#722049;}
.BookAgencyLocationContainer .location a:visited{ cursor:pointer; text-decoration:none; color:#722049;}
.AgencyConatactsContainer div { min-height: 50px;}

/*wp_link_pages*/
.page-links{ display: flex}
.page-links a{}
.page-links span{ width: 30px; height: 30px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-left: 10px; background: #eaeaea; border-radius: 4px}
.page-links a span{ background: #8d1737; color: #fff}
.page-links a:hover span{ background: #333; color: #fff}
.page-links .page-links-title{ display: none}

/*Accordion*/
.accordion .card-header{ padding: 0;}
.accordion .card-header .btn{ padding: 0.75rem 1.25rem; width: 100%; text-align: right; color: #64162b;}
.accordion .card-header .btn:after { font-family: Linearicons-Free; content: "\e873"; float: left; font-weight: bold}
.accordion .card-header .btn.collapsed:after { content: "\e874";}

.accordion .card-body .btn{color: #fff !important}
.accordion .card-body .btn:hover{}
.accordion .card-body .download-icon{ font-size: 35px; text-align: center}


/** Forms Templates **/
.forms-page-index .download-row{ border-bottom: solid 2px #ececec}
.forms-page-index .download-row table tr{ border-bottom: none}
.forms-page-index .download-icon{ color: #c01d52; font-size: 44px; padding: 0 0 0 25px}

/**/
.accordion .card-body .download-row .infogragh img{ margin-bottom: 10px}



/*-------------------------------------------------------------- Footer --------------------------------------------------------------*/
footer#site_footer{ padding: 40px 0px 15px;}
footer#site_footer li{ list-style: none;}
footer#site_footer li a:hover{ color: #007dcb !important;}

footer#site_footer .nav-footer{ padding-right: 30px;}
footer#site_footer .nav-footer i{ margin-right: -30px; padding-left: 8px; font-size: 16px;}
footer#site_footer .nav-footer .sitemap-contain{ display: flex; flex-wrap: wrap}
footer#site_footer .nav-footer .sitemap-contain .homepage{ margin: 0 0 0 15px;}
footer#site_footer .nav-footer .sitemap-contain .homepage a{ font-size: 14px}
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav{ display: inline-block;}
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav li{ float: right; margin-left: 20px; white-space: nowrap;}
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav li.menu-item-home,
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav li:first-child{ display: none;}
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav li a{ font-size: 14px;}
footer#site_footer .nav-footer .sitemap-contain .sitemap-nav li .sub-menu{ display: none;}
/**/
footer#site_footer .nav-footer .customer-service{ display: flex; margin-top: 20px; flex-wrap: wrap; color: #000;}
footer#site_footer .nav-footer .customer-service label{ margin: 0; display: inline-block; color: inherit;}
footer#site_footer .nav-footer .customer-service .call-center{ margin-left: 20px;}
footer#site_footer .nav-footer .customer-service .call-center i{}
footer#site_footer .nav-footer .customer-service .call-center span{ font-size: 22px; font-weight: 100;}
footer#site_footer .nav-footer .customer-service .download-app label{ color: #333;}
footer#site_footer .nav-footer .customer-service .download-app a{ margin-right: 5px;}
footer#site_footer .nav-footer .customer-service .download-app a img{ max-height: 30px;}
footer#site_footer .nav-footer .customer-service .social-media{ width: 100%; display: flex; margin-top: 25px;}
footer#site_footer .nav-footer .customer-service .social-media label{margin-left: 20px;}
footer#site_footer .nav-footer .customer-service .social-media ul{ margin: 0;}
footer#site_footer .nav-footer .customer-service .social-media ul li{ float: right; margin-left: 20px;}
footer#site_footer .nav-footer .customer-service .social-media ul li a{ color: #000;}
footer#site_footer .nav-footer .customer-service .social-media ul li a i{ margin-right: 0px; padding-left: 0px; font-size: 18px;}
footer#site_footer .nav-footer .customer-service .social-media ul li.whatsapp a i{ font-size: 20px;}
footer#site_footer .nav-footer .customer-service .social-media ul li.whatsapp a label{ margin-left: 0; margin-right: 10px; font-weight: 600}
footer#site_footer .nav-footer .customer-service .social-media ul li.whatsapp a:hover label{ cursor: pointer}

/**/
footer#site_footer .newsletter p{ margin-bottom: 10px; font-size: 15px; line-height: 25px;}
footer#site_footer .newsletter input[type="email"]{ background: #eaeaea; border: none; color: #333; width: calc(100% - 90px); display: inline-block}
footer#site_footer .newsletter input[type="submit"]{ margin-top: 5px; display: inline-block; width: 85px; padding: 11px 0; float: none}
/**/
footer#site_footer .bottom-row{ align-items: center; justify-content: space-between}
footer#site_footer .copyright { margin-top: 15px; padding-right: 30px}
footer#site_footer .copyright p{ font-size: 14px; margin: 0}
footer#site_footer .gov-contact-center-logo img{ max-height: 80px; display: table; margin-right: auto}



/*-------------------------------------------------------------- Internal Pages --------------------------------------------------------------*/
#subpage_content_contain{ margin-top: 155px; background: #f5f5f5;}
#subpage_content_contain .content-body{ min-height: 500px; padding-bottom: 40px;}
#subpage_content_contain .content-body .content-contain{ position: relative; padding-top: 40px;}

.content-body .content-contain ul{ padding-right: 18px;}

.content-body .content-contain .history-back-btn { position: absolute; top: 20px; left: 20px;}
.content-body .content-contain .history-back-btn a{ background: #000; color: #fff; width: 35px; height: 35px; border-radius: 50%; display: flex; justify-content: center; align-items: center; opacity: 0.7;}
.content-body .content-contain .history-back-btn a:hover{ opacity: 1;}

.content-body .content-contain .entry-post-contain{}
.content-body .content-contain .entry-post-contain .inner a{ color: #007dcb;}
.content-body .content-contain .entry-post-contain .inner a:hover{ color: #000;}
.content-body .content-contain .entry-post-contain .entry-post-title h1{ color: #007dcb; font-weight: bold; /*border-bottom: 2px solid #eaeaea; padding-bottom: 12px;*/ margin-bottom: 50px; padding: 0}
.content-body .content-contain .entry-post-contain .post-intro h3,
.content-body .content-contain .entry-post-contain .post-intro h4,
.content-body .content-contain .entry-post-contain .post-intro h5{ color: #64162b;}

/**List Style**/
.content-contain ul.listtype_01{}
.content-contain ul.listtype_01 li{ list-style: none; font-size: 20px;
    width: 40%;
    border: 1px solid #007dcb;
    padding: 20px 20px;
    text-align: center;}
.content-contain ul.listtype_01 li a{}
/**/
.content-contain ul.listtype_download{ padding: 0 !important;
    margin: 0 !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px !important;
    margin-left: -10px !important;}
.content-contain ul.listtype_download li{ list-style: none;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100vw *.3 *.4);
    margin-bottom: 30px;}
.content-contain ul.listtype_download li a{ width: 100%;
    height: 100%;
    background: #eaeaea;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    position: relative;
    flex-direction: column;
    text-align: center;
    padding: 15px;}
.content-contain ul.listtype_download li a i{}

/** Breadcrumbs **/
.breadcrumbs{ list-style:none; margin: 0 0 30px; overflow: hidden; border-bottom: 1px solid #e0e0e0; padding: 10px 10px}
.breadcrumbs a{ color: #222 !important}
.breadcrumbs a:hover{ color: #3e3c3c !important}


/**Sidebar**/
.content-body .content-contain .post-sidebar{ margin-top: -112px;}
.content-body .content-contain .post-sidebar .inner{ height: 100%; background: #eaeaea; padding: 20px; padding-top: 0;}
.post-sidebar h2.parent-title{ border-bottom: 5px solid #007dcb; padding: 23px 20px 10px; margin-bottom: 59px; background: #007dcb; margin-left: -20px; margin-right: -20px; color: #fff !important; font-size: 28px;}
.post-sidebar ul.sidebar-menu{ padding-right: 0;}
.post-sidebar ul.sidebar-menu li{ list-style: none; position: relative; padding-right: 20px; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px;}
.post-sidebar ul.sidebar-menu li:last-child{ margin-bottom: 0;}
.post-sidebar ul.sidebar-menu li:before{ content: ''; width: 12px; height: 8px; background: #007dcb; margin-top: 7px; margin-right: 0px; position: absolute; top: 2px; right: 0px;}
.post-sidebar ul.sidebar-menu li:after{ content: ''; width: 100%; height: 2px; background: transparent; position: absolute; bottom: -2px; right: 0px;}
.post-sidebar ul.sidebar-menu li:last-child a{ border: none;}
.post-sidebar ul.sidebar-menu li a{ display: block; position: relative; font-weight: 600;}
.post-sidebar ul.sidebar-menu li.current_page_parent:after,
.post-sidebar ul.sidebar-menu li.current_page_item:after{ background: #50bbe7;}
.post-sidebar ul.sidebar-menu li.current_page_item>a{ color: #2f8e47;}

.post-sidebar ul.sidebar-menu li.current_page_ancestor>ul.children,
.post-sidebar ul.sidebar-menu li.current_page_item>ul.children,
.post-sidebar ul.sidebar-menu li.current_page_parent>ul.children{ display: block}

/**/
.post-sidebar ul.sidebar-menu li ul.children{ display: none; margin-top: 10px; margin-right: 0px; padding-right: 0;}
.post-sidebar ul.sidebar-menu li ul.children li{ margin-bottom: 10px; border-bottom: none; padding-bottom: 0; padding-right: 15px;}
.post-sidebar ul.sidebar-menu li ul.children li:before{ content: ''; width: 8px; height: 1px; background: #007dcb; top: 5px;}
.post-sidebar ul.sidebar-menu li ul.children li:after{ display: none;}
.post-sidebar ul.sidebar-menu li ul.children li:last-child{ margin-bottom: 0;}
.post-sidebar ul.sidebar-menu li ul.children li a{ font-size: 15px; font-weight: normal;}
.post-sidebar ul.sidebar-menu li ul.children li a.current_page_item a{}


/** Supply Commodities Page **/
.supply-commodities-page{}

.supplies-fodder-list .item{ margin-bottom: 30px}
.supplies-fodder-list .item .inner{ background: #eaeaea}
.supplies-fodder-list .item h5{ margin-bottom: 0px; background: #ccc; padding: 10px; font-weight: 600}
.supplies-fodder-list .item img{ max-height: 155px; width: 100%; object-fit: cover; object-position: top}
.supplies-fodder-list .item p{ margin-bottom: 0px; padding: 15px 10px}
.supplies-fodder-list.animal-feed{ margin-top: 30px;}




/** Post Fillters **/
.content-body .content-contain .post-filter-row{ margin-bottom: 20px; position: relative; z-index: 100}
.content-body .content-contain .post-filter-row ul{ padding-right: 0px;}
.post-filter-row select{ direction: ltr}

.post-filter-row>ul>li{ margin-left: 15px;}
.post-filter-row>ul>li>a{ background: #fff; box-shadow: 1px 3px 13px #dfdfdf; width: 200px; text-align: center; font-size: 18px; font-weight: bold;}
.post-filter-row ul li.dropdown{ }
.post-filter-row ul li.dropdown.show a{ background-color: transparent;}
.post-filter-row ul li.dropdown a.dropdown-toggle::after{ vertical-align: 4px; margin-right: 8px;}
.post-filter-row ul li.dropdown .dropdown-menu{ left: inherit !important; right: 0px; margin-top: 0; border-radius: 0; box-shadow: 1px 6px 8px 0px rgba(0, 0, 0, 0.24); border: none; width: 100%;}
.post-filter-row ul li.dropdown .dropdown-menu a{ text-align: center; padding: 8px 10px; font-size: 18px; border-bottom: 1px solid rgb(239, 239, 239);}
.post-filter-row ul li.dropdown .dropdown-menu a:last-child{border: none;}
/*by-year*/
.post-filter-row ul li.dropdown .dropdown-menu.by-year .inner { display: flex; flex-wrap: wrap; justify-content: space-around;}
.post-filter-row ul li.dropdown .dropdown-menu.by-year a{ text-align: right; width: auto; display: inline-block; clear: none; padding: 5px 10px; border: none;}
.post-filter-row ul li.dropdown .dropdown-menu a:hover{ }
/*Blue theme*/
.post-filter-row ul.blue>li.dropdown.show>a{ background-color: #50bbe7; color: #fff;}
.post-filter-row ul.blue li.dropdown.show .dropdown-menu.show a:hover{ color: #50bbe7;}
/*Maroon theme*/
.post-filter-row ul.Maroon>li.dropdown.show>a{ background-color: #007dcb; color: #fff;}
.post-filter-row ul.Maroon li.dropdown.show .dropdown-menu.show a:hover{ color: #007dcb;}



/** News Page Template **/
#subpage_content_contain.news-page-index .content-contain{ /*margin-top: -20px; padding-top: 0px;*/}


/** Closure Ads Page Template **/
#subpage_content_contain.closure-ad-page-index .content-contain{ }

/** Price Approval Page **/
.site-subpage.price-approval .approval-table ol li{ margin-bottom: 10px}

/** Child Menu Page Template **/
#subpage_content_contain.childmenu-page-index .childmenu-list .children{ display: none}
#subpage_content_contain.childmenu-page-index .childmenu-list { padding: 0 !important; margin: 0 !important; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px !important; margin-left: -15px !important;}
#subpage_content_contain.childmenu-page-index .childmenu-list li{ list-style: none; flex: 0 0 33.3333%; max-width: 33.3333%; padding-left: 15px; padding-right: 15px; height: calc(100vw *.3 *.4); margin-bottom: 30px}
#subpage_content_contain.childmenu-page-index .childmenu-list li a{ width: 100%; height: 100%; background: #eaeaea; display: flex; justify-content: center; align-items: center; font-size: 18px; position: relative; flex-direction: column; text-align: center; padding: 15px; /*transition: all .4s*/}
#subpage_content_contain.childmenu-page-index .childmenu-list li a:hover{ color: #fff; background: #007dcb; /*transition: all 1.2s*/}
/*.childmenu-page-index .childmenu-list li a:before{ font-family: 'FontAwesome'; content: "\f219"; margin-bottom: 10px; color: #7f7f7f; transition: all .6s}
.childmenu-page-index .childmenu-list li a:hover:before{ color: #fff; transition: all 1s}*/
#subpage_content_contain.childmenu-page-index .childmenu-list li a svg{ max-width: 70px; max-height: 70px}
#subpage_content_contain.childmenu-page-index .childmenu-list li a svg path,
#subpage_content_contain.childmenu-page-index .childmenu-list li a svg polygon { fill: #007dcb; /*transition: all .4s*/}
#subpage_content_contain.childmenu-page-index .childmenu-list li a:hover svg path,
#subpage_content_contain.childmenu-page-index .childmenu-list li a:hover svg polygon { fill: #ffffff; /*transition: all 1.2s*/}
#subpage_content_contain.childmenu-page-index .childmenu-list li a span.title{ margin: 15px 0 10px}


/**pagination**/
.pagination{ flex-wrap: wrap; padding: 0; justify-content: center; width: 100%; margin-top: 30px}
.pagination a{}
.pagination a:hover{ background: rgba(142, 24, 56, 0.15)}
.pagination span{}
.pagination .page-numbers{ border: 1px solid #e6e6e6; padding: 5px 15px; line-height: 27px; margin: 5px; background: #f5f5f5; border-radius: 4px}
.pagination .page-numbers.current{ background: #8e1838; color: #fff;}
.pagination .page-numbers.dots{}
.pagination .page-numbers.prev{}
.pagination .page-numbers.next{}



/*-------------------------------------------------------------- Single Post Page --------------------------------------------------------------*/
#subpage_content_contain.single-post .content-body .content-contain{ background: #fff; padding: 4% 8% 2%; margin: 30px 0;}
@media (min-width: 992px){
.single-post .content-body .post-title { max-width: 80%;}
}
.single-post .content-body .post-title h1{ font-weight: bold; color: #007dcb; line-height: 1.6;}

.single-post .content-body .post-content{}
.single-post .content-body .post-content .sub-heading{ color: #007dcb; position: relative;}
.single-post .content-body .post-content .sub-heading:after{ content: ''; position: absolute; top: 0px; right: -10%; right: calc(-10% - -4px); width: 10px; height: 100%; background: #ffe054;}
.single-post .content-body .post-content .sub-heading .title{ color: #007dcb; font-size: 20px;}
.single-post .content-body .post-content .news-post-image{ margin-top: 20px;}
.single-post .content-body .post-content .news-post-image .featured-image img{ margin: auto; display: block;}
.single-post .content-body .post-content .base-content { margin-top: 20px;}


/*National Product Single Post*/
.single-post.national-product-post .content-body .post-title { max-width: 100%;}
.single-post.national-product-post .content-body .post-title h1{ font-size: 30px; }
.single-post.national-product-post .content-body .post-content .base-content ul{color: #2e8c46; list-style: circle;}
.single-post.national-product-post .content-body .sidebar{ margin-top: -35px;}
.single-post.national-product-post .content-body .sidebar .thumbnail-post-block{ margin-bottom: 0px;}
.single-post.national-product-post .content-body .sidebar .link ul{ padding-right: 0px!important; margin: 0; display: block; background: #2e8c46;}
.single-post.national-product-post .content-body .sidebar .link ul li{ list-style: none; border-bottom: 1px solid #000;}
.single-post.national-product-post .content-body .sidebar .link ul li:last-child{ border: none;}
.single-post.national-product-post .content-body .sidebar .link ul li a{ color: #fff; padding: 10px 20px; display: block;}
.single-post.national-product-post .content-body .sidebar .link ul li a:hover{ background: #105b23;}


/*** Social Share Widget ***/
.sharing-widgets{ display: table; margin: auto; margin-top: 10%; text-align: center;}
.sharing-widgets label{ }
.sharing-widgets ul{ padding: 0px !important; margin: 0px !important; display: flex; }
.sharing-widgets ul li{ list-style: none; border-left: 1px solid #ccc;}
.sharing-widgets ul li:last-child{ border: none;}
.sharing-widgets ul li a{ margin: 0px 2px; padding: 0px 10px;}
.sharing-widgets ul li a.facebook:hover{ color: #526fa1;}
.sharing-widgets ul li a.twitter:hover{ color: #4eb9ed;}
.sharing-widgets ul li a.google-plus:hover{ color: #d34c2e;}
.sharing-widgets ul li a.linkedin:hover{ color: #3a83ad;}


/** Search Result Page **/
body.search-results .post-intro{ display: flex; flex-wrap: wrap; justify-content: space-between}
body.search-results article{ width: calc(50% - 6px); background: #ececec; padding: 20px 20px 10px; margin-bottom: 10px}
/*body.search-results article:nth-of-type(even){ background: #e8e8e8}*/
body.search-results article .entry-header .entry-title>a{ color: #333 !important}
body.search-results article .entry-header .entry-title>a:hover{ color: #8b1638 !important}
body.search-results article .entry-summary p{ display: none}
body.search-results article .entry-summary p.link-more{ display: block}




/** National Products Page ***/
.site-subpage.np-index-temp{}
.np-logos-list{}
.np-logos-list .single-item{ margin-bottom: 30px;}
.np-logos-list .single-item figure{ margin: 0; background: #ededed; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 10px;
padding: 15px;}
.np-logos-list .single-item figure img{ max-width: 200px !important; height: auto !important; max-height: 200px !important;}

.top-margin{ margin-top:15px;}
.text-n1{font-size:30px; color:#fff;padding:30px 15px;}
.text-n2{font-size:36px; color:#231f20; font-weight:bold; text-align:center; padding:15px;}
.text-n3{font-size:46px; color:#8d0134; font-weight:bold; text-align:center; padding:15px; word-break:break-all;}
.text-n4{font-size:30px; color:#444444; font-weight:bold; padding:2px;}
.text-n5{font-size:16px; color:#444444; font-weight:bold;}

.np-index-temp .active{background:#8d0134 !important;color:#fff !important;}

.right-border{border-right:1px solid;}
.top-border{border-top:1px solid; border-color:#8d0134;}
/* Banner Css */
.banner{ margin:0 auto;}

/* Link Tab Css */
.link-gen-1{background:#d1d2d4;padding:10px 2px;transition:0.3s;font-size:26px; color:#231f20;text-align:center;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block;}
.link-gen-1:hover{background:#8d0134;color:#fff;}

/* Webpart Heading */
.heading-gen1{font-size:28px; color:#231f20; font-weight:bold;padding:15px;}
.heading-gen2{font-size:50px; color:#fff; font-weight:bold;padding:30px 15px;}
.heading-gen3{font-size:50px; color:#fff; font-weight:bold;padding:20px 15px;}

/* Objectives Webpart */
.objectives{ width:100%; background-color:#ededed;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block;}
.objectives-content{font-size:24px; color:#861638;padding:0 15px 15px 15px;}
#objectives{}

.icon-box{padding:15px; text-align:center; list-style: none}
.icon-text{font-size:24px;color:#861638; text-align:center; padding-bottom:15px; list-style: none}

/* National Products Webpart */
.national-pro{ width:100%; background-color:#8d0134;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block;}
.national-pro-content{margin-left:-15px; margin-right:-15px;background-color:#ededed;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block; text-align:center; min-height:160px;}
#national-pro{}

/* Photos and videos */
.photo-video{ width:100%; background-color:#8d0134;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block;}
.photo-video-content{ width:100%;}
#photo{}

/* Participate */
.participate{width:100%; background-color:#8d0134;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round; display:block;}
.participate-content{ width:100%;}
#participate{}

.participate-flex{display:inline-flex; align-items: center; margin:30px 0px;}

.social-media{ text-align:center;}
.social-media img {vertical-align:middle; padding:5px;transition:0.5s;}
.social-media a img:hover { transform:rotate(360deg);}

/*****------- footer ----------*******/
/*.footer {text-align: center;}
.footer ul { margin:0 auto; margin-bottom:30px;}
.footer ul li{padding:10px 1px; display:inline-block;}
.footer ul li img {vertical-align:middle;}
.footer ul li span { margin-left:8px; display:inline-block;}

.footer img {vertical-align:middle; padding:5px;transition:0.5s;}
.footer a img:hover { transform:rotate(360deg);}*/

a.info:link, a.info:visited  {font-weight: bold;color: #444; padding:0 5px;}
a.info:hover, a.info:active {color: #8d0134;}

/* Upload Logo Css */
.upload-logo{
    /* width: 100%; */
    background-color: #ededed;border: 14px solid transparent;-webkit-border-image: url(../images/border-circle.html) 30% round;-o-border-image: url(../images/border-circle.html) 30% round;border-image: url(../images/border-circle.html) 26% round;display: block;padding:0px 20px;}

/* Align Center Css */
.align-center{text-align:center;}

/* Label Text & Fields Text */
.lbl-text{font-size:16px; color:#444444; font-weight:bold;width: 100%;padding:10px;margin:10px;}
.lbl-textarea{font-size:16px; color:#444444; font-weight:bold;min-width: 100%;max-width: 100%;padding:10px;margin:10px;}
.lbl-btn{font-size:16px !important;
 color:#444444 !important;
 font-weight:bold !important;
 padding: 8px 10px !important;
 margin:10px !important;
 min-width:100px !important;
 background-color: #8d0134 !important;
 color:#fff !important;
 border:none !important;}

  /* Error Msg Css */
.error-msg{color:#FF0004;    margin:0px 10px;font-size:14px;}

/* Responsive Css */

@media (min-width:768px) and (max-width:850px){

/* Link Tab Css */
.link-gen-1{ min-height:116px;}
}

.Link_Twitter
{
color: #8d0134;
text-decoration: none !important;
}

.Link_Twitter:hover
{
color: #8d0134;
text-decoration: none !important;
}

.Link_Twitter:visited
{
color: #8d0134;
text-decoration: none !important;
}
.ms-signInLink
{
	display:none !important;
}
.imgUploadedImage
{
	width:200px;
}
.national-pro-content img
{
	width:128px;
	height:128px;
}
.UploadDetailTags
{
	width:30% !important;
}
.national-pro-content img
{
	width:128px;
	height:128px;
}
.anchorUploadProfile
{
	background:#ba1d56 !important;
	transition:0.3s;
	opacity:1;
}
.anchorUploadProfile:hover
{
	opacity:0.8;
}






/*-------------------------------------------------------------- Media Quaries --------------------------------------------------------------*/
@media(max-width: 992px){
	header#site_header .primary-wrap .inner-container{ justify-content: unset; position: relative}
	header#site_header .primary-wrap .site-branding{ position: relative; z-index: 10}
	header#site_header .primary-wrap .search-area{ margin-right: auto; margin-left: 70px}
	header#site_header .primary-wrap .navigation-primary{ position: absolute; left: 0; top: 10px; width: 100%; z-index: 5px}
	.primary-wrap .navigation-primary nav.navbar{ }
	.primary-wrap .navigation-primary nav.navbar button{ margin-right: auto; margin-left: 20px}
	.primary-wrap .navigation-primary nav.navbar button:hover{ background: #eaeaea; outline: none}
	.primary-wrap .navigation-primary nav.navbar .navbar-collapse{ margin-top: 37px}
	.primary-wrap .navigation-primary nav.navbar .navbar-nav{ background: #fff; padding: 20px !important}
	.primary-wrap .navigation-primary nav.navbar li a{ text-align: center; margin: 10px 0; font-size: 22px}

	.primary-wrap .search-area{ position: relative; z-index: 10}
	.primary-wrap .search-area .expanding-search-btn{ float:right;}
	.primary-wrap .search-area form.search-form { float: right;}
	.primary-wrap .search-area form.search-form input[type="search"] { background-color: #eaeaea; background-image: url(assets/images/search-icon.png); background-position: 18px center;
	 background-repeat: no-repeat; background-size: 16px 16px; border: none; cursor: pointer; height: 40px; margin: 0px 0; padding: 0 0 0 50px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 0;}
	.primary-wrap .search-area form.search-form input[type="search"]:focus { background-color: #f4f4f4; border: none; cursor: text; outline: 0; width: 200px; color:#333; padding-right: 10px}
	.primary-wrap .search-area .search-form .search-submit { display: none;}
	.primary-wrap .search-area .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important;}

	/***/
	#subpage_content_contain.childmenu-page-index .childmenu-list li{ flex: 0 0 50%; max-width: 50%; height: calc(100vw *.45 *.5);}
}

@media(max-width: 540px){
	header#site_header .inner-container{ padding: 0}

	header#site_header .top-bar{ height: auto}
	header#site_header.fixed .top-bar,
	header#site_header.fixed .top-bar .inner-container{ height: auto; visibility: visible}
	header#site_header .top-bar .lang-btn{ right: 15px}
	header#site_header .top-bar .inner-container{ display: inherit; position: relative}
	header#site_header .top-bar .secondary-nav{ margin-left: 0; float: left}
	header#site_header .top-bar .secondary-nav li{ margin-right: 2px}
	header#site_header .top-bar .social-toggle-btn{ display: inline-block; background: #6e0f28; padding: 9px 15px; float: left; margin-right: 2px; color: #fff}
	header#site_header .top-bar .social-toggle-btn.active i:before{ content: "\f077";}
	header#site_header .top-bar .icons-nav{ display: none; float: left; width: 100%; margin-top: 15px}
	header#site_header .top-bar .icons-nav ul{ display: flex; justify-content: center; flex-wrap: wrap}
	header#site_header .top-bar .icons-nav ul li{ float: none; margin: 8px 15px 8px 0}

	header#site_header .primary-wrap,
	header#site_header.fixed .primary-wrap{ padding: 10px 0}
	header#site_header .primary-wrap .navigation-primary{ top: 6px}
	.primary-wrap .navigation-primary nav.navbar{ padding: 0}
	.primary-wrap .navigation-primary nav.navbar button{ margin-left: 0}
	.primary-wrap .navigation-primary nav.navbar .navbar-collapse{ margin-top: 20px}
	header#site_header .primary-wrap .site-branding .logo img,
	header#site_header.fixed .primary-wrap .site-branding .logo img{ max-height: 55px}

	.employee-login-modal .login-url-row .single-block{ margin-bottom: 20px}

	/***/
	section .section-title h1:after{ width: 120%}

	section#index_banner .intro-text{ top: 20px; font-size: 35px; width: 80%; text-align: center}
	section#national_products .stamp-pic img{ margin: auto; margin-top: 30px}
	section#media_center ul.ytlist li.small{ flex: 0 0 50%; max-width: 50%}
	section#media_center ul.ytlist li.small img{ height: 130px}
	section#media_center .tabs-navlist .nav-tabs .nav-link{ margin-bottom: 10px}
	.infographic-gallery .image-grid .single-item{ flex: 0 0 50%; max-width: 50%}
	.infographic-gallery .image-grid .single-item figure{ height: 130px}

	#site_content_container #site_main section#latest_updates{ margin-top: -35px}


	/**/
	footer#site_footer .nav-footer{ padding-right: 15px}
	footer#site_footer .nav-footer i{ margin-right: 28px; display: none}
	footer#site_footer .nav-footer .customer-service .call-center{ margin-bottom: 15px}
	footer#site_footer .nav-footer .customer-service .social-media{ align-items: center}
	footer#site_footer .nav-footer .customer-service .social-media ul li{ margin: 5px 0 5px 20px}
	footer#site_footer .nav-footer .customer-service .social-media ul li a i{ display: inline-block}
	footer#site_footer .newsletter{ margin-top: 25px; text-align: center}
	footer#site_footer .copyright{ margin-top: 25px; margin-bottom: 15px; text-align: center}
	footer#site_footer .gov-contact-center-logo img{ margin: auto}

	/**/
	#site_content_container{ margin-top: 115px;}
	#subpage_content_contain .content-body .content-contain{ padding-top: 40px}
	.content-body .content-contain .post-sidebar{ margin-top: 0}
	#subpage_content_contain.childmenu-page-index .childmenu-list li{ height: auto; max-height: 150px}
	#subpage_content_contain.childmenu-page-index .childmenu-list li a svg{ height: 50px}

}







/*-------------------------------------------------------------- Print --------------------------------------------------------------*/
@media print {
    /* Hide elements */
    form, button, input, select, textarea, .navigation-top, .social-navigation, #secondary, .content-bottom-widgets, .header-image, .panel-image-prop, .icon-thumb-tack, .page-links, .edit-link, .post-navigation, .pagination.navigation, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .site-footer aside.widget-area, .site-info {
        display: none !important;
    }
    .entry-footer, #comments, .site-footer, .single-featured-image-header {
        border: 0;
    }
    /* Font sizes */
    body {
        font-size: 12pt;
    }
    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 22pt;
    }
    h3 {
        font-size: 17pt;
    }
    h4 {
        font-size: 12pt;
    }
    h5 {
        font-size: 11pt;
    }
    h6 {
        font-size: 12pt;
    }
    .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
        font-size: 10pt;
    }
    /* Layout */
    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none;
    }
    /* Site Branding */
    .site-header {
        background: transparent;
        padding: 0;
    }
    .custom-header-media {
        padding: 0;
    }
    .twentyseventeen-front-page.has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
        position: relative;
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important;
        /* override styles added by JavaScript */
    }
    .site-title {
        font-size: 25pt;
    }
    .site-description {
        font-size: 12pt;
        opacity: 1;
    }
    /* Posts */
    .single-featured-image-header {
        background: transparent;
    }
    .entry-meta {
        font-size: 9pt;
    }
    /* Colors */
    body, .site {
        background: none !important;
        /* Brute force since user agents all print differently. */
    }
    body, a, .site-title a, .twentyseventeen-front-page.has-header-image .site-title, .twentyseventeen-front-page.has-header-video .site-title, .twentyseventeen-front-page.has-header-image .site-title a, .twentyseventeen-front-page.has-header-video .site-title a {
        color: #222 !important;
        /* Make sure color schemes don't affect to print */
    }
    h2, h5, blockquote, .site-description, .twentyseventeen-front-page.has-header-image .site-description, .twentyseventeen-front-page.has-header-video .site-description, .entry-meta, .entry-meta a {
        color: #777 !important;
        /* Make sure color schemes don't affect to print */
    }
    .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%;
    }
    .site-footer {
        padding: 0;
    }
}
.gradient-container {
    width: 100%;
    height: 168px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    background: url(assets/images/bg-gradient.html);
    opacity: 1;
	background-size: cover;
}
.folder-info {
    border-top: 1px solid #888;
    border-top: 1px solid rgba(255, 255, 255, .15);
    width: 100%;
    position: absolute;
    bottom: 0;
}
.folder-name {
    padding: 10px;
    float: left;
}
.folder-count {
    color: white;
    padding: 10px;
    float: right;
}
.folder-name, .folder-count, .folder-view {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .75);
    line-height: 1.28;
}

/*[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}*/
.icon-white {
    background-image: url(assets/images/glyphicons-halflings-white.html);
}
.icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

.prodListMain .inner a{
	display: block;
    z-index: 99999999;
	width: 100%;
    height: 100%;
}
.buttonFilter{
	    background-color: #6e0e28;
}
.divHide{
	display:none;
}
.zoomImage{
	cursor:pointer;
	padding-bottom: 15px;
}
.zoomImage img{
	width:100%; height: 255px !important; object-fit: cover
}
.galleryFullScreen{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
	display:none;
	margin: 0 auto;
    text-align: center;
}
.galleryFullScreen1{
	width: 100%;
    height: 50px;
    background: #000000;
}
.galleryFullScreen1 img{
	width: 50px;
    float: right;
    padding: 10px;
	cursor:pointer;
}
.galleryFullScreen2{
    display: inline-block;
    margin: 0 auto;
    height: 90%;
	text-align: center;
}
.galleryFullScreen2 img{
	max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.preLoderFilter{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .5);
}
.preLoderFilter img{
	    margin-top: 42px;
}
.getGallerySpic {
	cursor:pointer;
	    height: 293px;
    overflow: hidden;
}
.folder-bg,.folder-info{
	    background: #a1435e;
}
.subCategoryList{
	    max-height: 300px;
    overflow-y: scroll;
}
.dropdown-item{
	    white-space: normal;
}
.cluActive{
	    background: #8d1637 !important;
    color: #ffffff !important;
}
.featured-img-uncover img{
	    object-fit: unset !important;
}

/*28092020*/

.content-body .content-contain ol, .content-body .content-contain ul {
    list-style-position: inside;
}
.content-body .content-contain .entry-post-contain .post-intro h3, .content-body .content-contain .entry-post-contain .post-intro h4, .content-body .content-contain .entry-post-contain .post-intro h5 {
    padding: 0;
}

header#site_header.fixed .top-bar,
header#site_header.fixed .top-bar .inner-container {
    transition: all .4s;
    visibility: visible;
    height: auto;
}

header#site_header {
    left: 0;
    right: 0;
    transform: translateX(0);
    position: sticky;
    top: 0;
    transition: all .4s;
}
header#site_header.fixed {
    transform: translateY(-40px);
    transition: all .4s;
}
#subpage_content_contain {
    margin-top: 0;
}


header#site_header .top-bar {
    height: auto;
}
header#site_header .top-bar .icons-nav ul {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    header#site_header .top-bar .secondary-nav li {
        margin-right: 5px;
    }
    header#site_header .top-bar .secondary-nav li a {
        font-size: 12px;
    }
    header#site_header .top-bar .icons-nav {
        display: none;
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    header#site_header .top-bar .social-toggle-btn {
        display: inline-block;
        background: #6e0f28;
        padding: 9px 15px;
        float: left;
        margin-right: 2px;
        color: #fff;
        float: right;
        margin-right: 0;
        height: 40px;
        display: inline-flex;
        align-items: center;
    }
    header#site_header .top-bar .inner-container {
        display: block;
    }
    .primary-wrap .navigation-primary nav.navbar button {
        margin-right: 0;
        margin-left: auto;
    }
    body .primary-wrap .search-area form.search-form input[type="search"] {
        width: 0;
        max-width: 200px;
        position: absolute;
        top: 0;
        right: 0;
    }
    body .primary-wrap .search-area form.search-form input[type="search"]:focus {
        width: 200px;
    }
    body header#site_header .primary-wrap .search-area {
        margin-right: 70px;
        margin-left: auto;
        height: 40px;
    }
    .primary-wrap .search-area form.search-form {
        margin: 0;
    }
    .primary-wrap .navigation-primary nav.navbar {
        padding: 0;
    }
    header#site_header .inner-container {
        padding: 0;
    }
    header#site_header {
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
    }
    section .section-title h1,
    .content-body .content-contain .entry-post-contain .entry-post-title h1,
    .single-post .content-body .post-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
    #site_content_container #site_main section#facts_and_figures {
        background-size: cover;
    }
    #subpage_content_contain {
        margin-top: 0;
    }
    .post-sidebar h2.parent-title {
        font-size: 20px;
    }
    #subpage_content_contain .content-body {
        padding-bottom: 15px;
    }
    .primary-wrap .navigation-primary nav.navbar li .dropdown-menu {
        padding: 0;
    }
    .menu-item-has-children.dropdown-menu>a::after {
        top: 50%;
    }
    #subpage_content_contain.childmenu-page-index .childmenu-list {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    #subpage_content_contain.childmenu-page-index .childmenu-list li {
        padding-left: 5px;
        padding-right: 5px;
    }
    #subpage_content_contain.childmenu-page-index .childmenu-list li {
        margin-bottom: 10px;
    }
    footer#site_footer .newsletter input[type="submit"] {
        position: relative;
        top: -2px;
    }
    body #mc_embed_signup form {
        padding-left: 0;
    }
    footer#site_footer .nav-footer .customer-service .social-media {
        text-align: left;
    }
    header#site_header .primary-wrap .navigation-primary .navbar-collapse {
        height: calc(100vh - 120px);
        overflow: auto;
    }
    .primary-wrap .navigation-primary nav.navbar li a {
        text-align: left;
    }
    body .primary-wrap .navigation-primary nav.navbar li .dropdown-menu a.dropdown-item,
    body .primary-wrap .navigation-primary nav.navbar li a {
        padding: 10px 0;
        margin: 0;
    }
    header#site_header u#menu-primary-menu-en {
        padding: 15px !important;
    }
    .primary-wrap .navigation-primary nav.navbar li .nav-switch {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 10px;
        /*transform: translateY(-50%);*/
        border: 1px solid #ccc;
    }
    .primary-wrap .navigation-primary nav.navbar li .nav-switch:before {
        font-family: 'FontAwesome';
        content: "\f107";
    }
    body .primary-wrap .navigation-primary nav.navbar li a:after {
        display: none;
    }
    header#site_header ul ul {
        padding: 0 15px;
        border: none;
    }
    body .primary-wrap .navigation-primary nav.navbar li .dropdown-menu a.dropdown-item {
        padding: 10px 15px;
    }
    header#site_header.fixed {
        transform: translateY(0px);
    }
    .search-results h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 540px) {
    #site_content_container {
        margin-top: 0;
    }
    body header#site_header .top-bar .lang-btn {
        left: 0px;
    }
    header#site_header .primary-wrap .site-branding .logo img,
    header#site_header.fixed .primary-wrap .site-branding .logo img {
        max-height: 45px;
    }
    .primary-wrap .navigation-primary nav.navbar button {
        position: relative;
        top: -3px;
    }
    #site_content_container #site_main section#index_banner {
        height: calc(100vh - 105px)
    }
    #subpage_content_contain .content-body .content-contain {
        padding-top: 15px;
    }
    .primary-wrap .navigation-primary nav.navbar li a {
        margin: 0;
    }
    .post-sidebar h2.parent-title,
    .content-body .content-contain .entry-post-contain .entry-post-title h1 {
        margin-bottom: 15px;
    }
    footer#site_footer .nav-footer .customer-service .download-app a {
        margin-right: 5px;
    }
    footer#site_footer .nav-footer .customer-service .social-media label {
        text-align: left;
    }
    header#site_header .primary-wrap .navigation-primary {
        top: 3px;
        padding-top: 3px;
    }
    footer#site_footer .newsletter,
    footer#site_footer .nav-footer .customer-service .social-media {
        margin-top: 0;
    }
    footer#site_footer .nav-footer .customer-service,
    footer#site_footer .nav-footer .customer-service .download-app label {
        display: block;
    }
    footer#site_footer .nav-footer .customer-service .download-app label,
    footer#site_footer .nav-footer .customer-service .call-center {
        margin-bottom: 5px;
    }
    body footer#site_footer .nav-footer .customer-service .download-app a {
        margin-right: 5px;
        margin-left: 0px;
    }
    footer#site_footer .nav-footer .customer-service .social-media,
    footer#site_footer .nav-footer .customer-service {
        margin-top: 5px;
    }
}
@media (max-width: 320px) {
    header .top-bar .container-fluid {
        padding-right: 0px;
    }
}
@media (max-width: 1024px) {
    header#site_header .inner-container {
        padding: 0;
    }
}
@media (min-width: 992px) and (max-width: 1366px) {
    header#site_header .primary-wrap .site-branding .logo img {
        max-width: 150px;
    }
    body .primary-wrap .navigation-primary nav.navbar li a {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    footer#site_footer .nav-footer i {
        margin: 0;
    }
}
@media (max-width: 767px) {
    body .primary-wrap .navigation-primary nav.navbar li a {
        text-align: left;
    }
    body.search-results article {
        width: 100%;
    }
    .search-results h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

section .section-title h1.white_txt:before,
section .section-title h1.blue_txt:before,
section .section-title h1.maroon_txt:before,
section .section-title h1:before {
    display: none;
}

section .section-title h1 {
    border-bottom: 2px solid #7d7d7d;
}
section .section-title h1.white_txt {
    border-bottom: 2px solid #fff;
}
section .section-title h1.blue_txt {
    border-bottom: 2px solid #50bbe7;
}
section .section-title h1.maroon_txt {
    border-bottom: 2px solid #007dcb;
}

section .section-title h1.white_txt:after,
section .section-title h1.blue_txt:after,
section .section-title h1.maroon_txt:after,
section .section-title h1:after {
    width: auto;
    left: 0;
    right: -50px;
}
section .section-title h1:after {
    bottom: -3px;
}

/*19102020*/
.post-intro {
    overflow-x: auto;
}

.gmap_controls{ right: 5% !important; top: 50% !important; transform: translateY(-50%); margin: 0 !important; font-family: 'pf_din_text_universalregular'}
.gmap_controls .wrap_controls { background: #ffe054 !important; padding: 0px !important; border: none !important; max-height: 100% !important; min-width: 300px !important;}
.gmap_controls .wrap_controls .controls_title{ padding: 15px 25px !important;}
.gmap_controls .wrap_controls .controls_title h2{ position: relative; color: #000; margin-bottom: 5px; display: inline-block; padding-bottom: 6px; font-weight: bold;}
.gmap_controls .wrap_controls .controls_title h2:before{content: ''; position: absolute; bottom: 1px; right: 0px; width: 110%; height: 2px; background: #000;}
.gmap_controls .wrap_controls .controls_title h2:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 150%; height: 1px; background: #000;}
.gmap_controls ul.ullist{ background: #fff; overflow-y: scroll; max-height: 260px;}
.gmap_controls ul.ullist li{}
.gmap_controls ul.ullist li a{ padding: 10px 25px !important; border-bottom: 1px solid #e3e3e3; color: #000 !important; width: 100% !important; font-size: 16px !important;}
.gmap_controls ul.ullist li.active a,
.gmap_controls ul.ullist li a:hover{ color: #007dcb !important; }
.gmap_controls ul.ullist li a#ullist_a_all{ background: #f4f3f3; font-weight: bold;}
@media (max-width: 767px) {
    .content-contain ul.listtype_download li {
        max-width: 50%;
        flex: 0 0 50%;
        height: auto;
    }
    .gmap_controls .wrap_controls .controls_title h2 {
        font-size: 18px;
    }
    body .gmap_controls ul.ullist li a {
        font-size: 12px !important;
    }
    body .gmap_controls .wrap_controls .controls_title {
        padding: 5px !important;
    }
    body .gmap_controls ul.ullist li a {
        padding: 5px !important;
    }
    body .gmap_controls {
        left: 15px;
        top: 60px !important;
        transform: none;
    }
    .gmap_controls ul.ullist {
        display: none;
    }
}
.gmap_controls .wrap_controls .controls_title h2:after,
.gmap_controls .wrap_controls .controls_title h2:before {
    bottom: 1px;
    left: 0px;
}
.gmap_controls ul.ullist li {
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.gmap_controls {
    position: absolute;
    overflow: hidden;
}

/*24112020*/
.fix-sidebar {
    position: sticky;
    top: 0;
}
.content-body .content-contain .post-sidebar.fix-sidebar .inner {
    position: sticky;
    top: 81px;
    height: auto;
}
header#site_header ul li.term-class{
  display: none;
}
/* 21122020*/
section.white_txt .inter-text a {
    color: #8d0134;
}
.national_products .inter-text{
    max-width: none !important;
    margin-left:0 !important;
}
@media (max-width: 767px) {
    .fix-sidebar,
    .content-body .content-contain .post-sidebar.fix-sidebar .inner {
        position: relative;
        top: 0;
    }
}
.inner-text-content{
    padding: 0 25px 0 0;
}
section .section-title h1.show-line:after{
    right: -50px;
}
.space{
    padding-left: 3rem;
}
@media (max-width: 767px){
.space{
    padding-left: 15px;
}
.stamp-pic .float-right{
    float: none!important;
    display: block;
    margin: 0 auto;
}
}



/*03012021*/

body, html {
    /*font-family: 'Cairo', sans-serif;*/
    font-weight: 500;
    direction: ltr;
}
.section-title h2 {
    color: #007dcb;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 3px solid #8B1736;
    display: inline-block;
    position: relative;
}
.section-title h2:before {
    content: '';
    height: 1px;
    position: absolute;
    right: -20px;
    left: 0;
    bottom: -3px;
    background: #007dcb;
}
input, select, textarea {
    font-family: 'Cairo', sans-serif !important;
    font-weight: normal;
    text-align: left;
}

input, select {
    height: 40px !important;
}

::-webkit-input-placeholder {
  font-family: 'Cairo', sans-serif !important;
}
::-moz-placeholder {
  font-family: 'Cairo', sans-serif !important;
}
:-ms-input-placeholder {
  font-family: 'Cairo', sans-serif !important;
}
:-moz-placeholder {
  font-family: 'Cairo', sans-serif !important;
}

.btn {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}
.filter.card {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}
.filter.card .col-auto {
    flex: 0 0 147px;
}

.logo-list .item {
    margin-bottom: 30px;
}
.logo-list figure {
    margin: 0;
    position: relative;
    z-index: 1;
}
.logo-list figure img {
    min-height: 128px;
}
.logo-list .inner {
    padding: 15px;
    text-align: center;
    background: #EDEDED;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.logo-list a {
    position: relative;
    display: block;
}
.logo-list .item a:before {
    content: attr(data-title);
    position: absolute;
    right: -15px;
    top: -15px;
    left: -15px;
    bottom: -15px;
    z-index: 2;
    background: rgba(139, 23, 54, 0.6);
    display: flex;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    visibility: hidden;
    opacity: 0;
    transition: 400ms;
}
.logo-list .item a:hover:before {
    visibility: visible;
    opacity: 1;
    transition: 400ms;
}
.pagination-wrapper .page-link {
    border: 1px solid #919191;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    color: #919191;
}
.pagination-wrapper .page-link.btn {
    border: none;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    font-weight: 400;
}
.pagination-wrapper .page-item {
    padding: 0 5px;
}
.pagination-wrapper .active .page-link {
    background: #8B1736;
    color: #fff;
    border-color: #8B1736;
}

.section {
    padding: 30px 0;
}

.section-gallery {
    background: #F5F5F5;
}

.gallery-list figcaption {
    background: #8B1736;
    color: #fff;
    padding: 10px 20px;
    font-size: 26px;
    font-weight: 700;
}
.gallery-list figure {
    margin-bottom: 0;
}

.section-share p {
    font-weight: bold;
    color: #8B1736;
}
.social ul li {
    list-style: none;
    padding: 0 5px;
}
.social ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.section-download {
    background: #8B1736;
    text-align: center;
}
.content-body .content-contain .entry-post-contain .inner .btn-download,
.btn-download {
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    transition: 400ms;
}
.btn-download span {
    padding: 10px 20px;
    display: inline-block;
}
.btn-download span.icon {
    border-right: 1px solid #fff;
    padding: 10px;
    transition: 400ms;
}
.btn-download span.text {
    font-weight: 700;
}
.content-body .content-contain .entry-post-contain .inner .btn-download:hover,
.btn-download:hover {
    background: #fff;
    border-color: #fff;
    color: #8B1736;
    transition: 400ms;
}
.btn-download:hover span.icon {
    border-right-color: #8B1736;
    transition: 400ms;
}
.btn-download:hover span.icon path {
    fill: #8B1736;
    transition: 400ms;
}

.company-form .subscribe-btn {
    padding-right: 30px;
    padding-left: 30px;
}
.company-form label {
    color: #191919;
    font-weight: 700;
}
.company-form input {
    border-color: #BBBBBB;
}

.galleryTab .modal-header .close,
.pop .modal-header .close {
    margin-left: auto;
    margin-right: 0;
}
.galleryTab .modal-header,
.pop .modal-header {
    padding-right: 0;
    align-items: center;
}
.galleryTab .modal-title,
.pop .modal-title,
.pop h5 {
    color: #8B1736;
    font-weight: 700;
    font-size: 26px;
}
@media (max-width: 575px) {
    .galleryTab .modal-title,
    .pop .modal-title,
    .pop h5 {
        font-size: 18px;
    }
}
.pop h5 {
    padding-top: 0;
}

.gallery-slider .owl-nav .owl-prev:before {
    content:"\f054";
}
.gallery-slider .owl-nav .owl-next:before {
    content:"\f053";
}

.gallery-slider .owl-nav .owl-prev:before,
.gallery-slider .owl-nav .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
}
.gallery-slider .owl-nav .owl-prev,
.gallery-slider .owl-nav .owl-next {
    color: #8B1736;
    border: 2px solid #8B1736;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    text-shadow: none;
    margin-top: 10px;
    margin-left: 5px;
}
.gallery-slider .owl-nav {
    text-align: right;
}

.ltr {
    display: inline-block;
    direction: rtl;
}

.cont-list li,
.tag-list li {
    list-style-position: inside;
    list-style: none;
}
@media (max-width: 575px) {
    .cont-list li,
    .tag-list li {
        font-size: 12px;
    }
}
.cont-list li i {
    padding-right: 10px;
}
@media (max-width: 575px) {
    .cont-list li i {
        padding-right: 5px;
    }   
}

.tag-list li {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}
.tag-list a {
    color: #8B1736;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8B1736;
    border-radius: 20px;
    font-weight: 700;
}
.tag-list a span {
    padding: 0 10px;
}
.tag-list a i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #8B1736;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mod-headerWrapper .tag {
    border-radius: 20px;
    background: #8B1736;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
}
.mod-headerWrapper .modal-header {
    margin-bottom: 10px;
    padding-top: 0;
}
.mod-headerHolder {
    display: flex;
}
.mod-headerWrapper {
    width: 100%;
}
.media-head {
    align-items: inherit;
    margin-bottom: 10px;
}
.media-head .fig {
    background: #EDEDED;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}
.media-head .mod-headerWrapper .tag {
    margin-left: 15px;
}
.media-head {
    padding-top: 15px;
    padding-left: 15px;
}
.media-head .pdf {
    border: 1px solid rgba(139, 23, 54, 0.1);
    padding: 10px;
    margin-right: 15px;
    color: #8B1736;
    font-size: 16px;
    float: right;
}
@media (max-width: 575px) {
    .media-head .pdf {
        float: left;
        margin-top: 5px;
        font-size: 12px;
    }
}

.map-box {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.map-box img {
    margin: 0 10px;
}
.map-box a {
    font-size: 18px;
    color: #191919;
    font-size: 18px;
    color: #191919;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.map-bar {
    border-top: 2px solid #6A0329;
    background: #70122B;
    color: #fff;
    padding: 15px;
}
.filter .btn {
    float: none;
}
.content-body .content-contain .entry-post-contain .inner .pagination .active a {
    color: #fff;
}
.pagination-wrapper .page-item {
    background: transparent !important;
}

/*16012021*/
.section-title h2 {
    line-height: 60px;
}
.features {
    text-align: center;
}
@media (max-width: 991px) {
    .features .item {
        margin-bottom: 30px;
    }
}
.features .inner {
    background: #EDEDED;
    display: flex;
    justify-content: center;
    padding: 15px;
    height: 100%;
}
.features .inner a {
    display: block;
    width: 100%;
}
.features .inner h4 {
    color: #8B1736;
    font-weight: 700;
}

h4.sub-title {
    color: #191919;
    font-weight: 700;
}

.national-products {
    background: #F5F5F5;
}
.btn-section {
    display: flex;
    flex-wrap: wrap;
}
.btn-section .cell {
    padding-right: 10px;
    padding-bottom: 10px;
}
.btn-section .btn {
    border: 1px solid #919191;
    border-radius: 1px;
}
.btn-section .btn:hover,
.btn-section .btn.active {
    background: #8B1736;
    color: #fff;
    border-color: #8B1736;
    opacity: 1;
}

.spot-box {
    box-shadow: 0px 3px 6px rgb(0,0,0,0.16);
    background: #fff;
    max-width: 350px;
    padding: 30px; 
}
.spot-box .icon {
    flex: 0 0 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8B1736;
    border-radius: 50%;
    margin-right: 15px;
}
.spot-box p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.spot-box .title {
    font-size: 20px;
    color: #8B1736;
    font-weight: 700;
    text-decoration: underline;
}


.gallery-list figure {
    margin: 0;
}
.video-g figure {
    position: relative;
}
.video-g figure:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #8B1736;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 4px;
    font-size: 24px;
}
.video-g video {
    display: block;
    /*height: 350px;
    object-fit: cover;*/
}

.video-g-popup {
    width: 100% !important;
    height: auto !important;
}
.gallery-list .inner,
.gallery-list .inner a {
    height: 100%;
}
.gallery-list .inner a {
    display: flex;
    flex-direction: column;
}

.spot-box {
    box-shadow: 0px 3px 6px rgb(0,0,0,0.16);
    background: #fff;
    max-width: 350px;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 9;
}
.spot-box a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.box-wrapper .container {
    position: relative;
    height: 100%;
}
.box-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .box-wrapper {
        position: relative;
    }
    .spot-box {
        position: relative;
        bottom: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.gallery-list figure img {
    width: 100%;
}
@media (min-width: 992px) {
    #site_content_container .gallery-list figure img,
    #site_content_container .gallery-list figure video {
        height: 350px;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    #site_content_container .gallery-list figure img {
        margin-bottom: 0;
    }
    .gallery-list .inner {
        margin-bottom: 30px;
    }
}

.features .inner a {
    cursor: default;
}
.filter label {
    font-weight: 700;
    color: #007dcb;
}
.logo-list .item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
}
.filter .btn {
    padding: 7px 25px;
}
.media-head .pdf i {
    padding-right: 15px;
}

@media (max-width: 767px) {
    #site_content_container .cont-list li i img,
    #site_content_container .media-head .pdf i img {
        margin-bottom: 0;
        display: inline-block;
    }
}
.media-head .pdf {
    margin: 5px;
}

.has-error .help-block {
    color: #8B1736;
}
.notify-info {
    color: red;
    font-weight: bold;
}
ul {
    list-style-position: inside;
}
.search-area input{
    height:50px !important;
}
html a[type="button"], html a[type="reset"], html a[type="submit"] {
    -webkit-appearance: button-bevel;
}
header .btn-download {
    position: absolute;
	right: 0;
	top: 100%;
	background: #8d1737;
	border-color: #8d1737;
}
@media (max-width: 767px) {
    header .btn-download {
        display: none;
    }
}
.inner-text-content p {
    font-size: 20px;
}
.cont-list a {
    display: inline-flex;
    padding-left: 10px;
    align-items: center;
}
.section-gallery .gallery-items {
    position: relative;
}
.section-gallery .gallery-items:before {
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(139, 23, 54, 0.6);
    display: flex;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    visibility: hidden;
    opacity: 0;
    transition: 400ms;
}
.section-gallery .gallery-items:hover:before {
    visibility: visible;
    opacity: 1;
    transition: 400ms;
}
