/*!
Theme Name: Royale News
Theme URI: https://themebeez.com/themes/royale-news/
Author: themebeez
Author URI: https://themebeez.com
Description: Royale News is a simple, clean, minimal and lightweight WordPress theme for creating magazine and news websites. It is a modern theme with elgant, resposive and user friendly design. With one click demo import it is easy to setup your website. Customization is easy due to built in theme options. One can easily manage contents and sections with the help of built in widgets. It is gutenberg compatible and has support for many plugins such as Yoast, Contact Form 7, Universal Google AdSense And Ads Manager, Simple GDPR Cookie Compliance. etc. It is also translation ready. For more detail visit, https://themebeez.com/themes/royale-news/. To view demos, visit, https://themebeez.com/demos/?theme=royale-news
Version: 2.1.0
Tested up to: 5.8.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royale-news
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, news, two-columns, three-columns, theme-options, footer-widgets, blog

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.

Royale News is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


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

html {
    font-family: Open Sans;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: Open Sans;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    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: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    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/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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



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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0px;
    background: #fff;
    /*color: rgba(0, 0, 0, 0.8);*/
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    transition: .6s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*border-color: rgba(244,67,54,1);*/
}

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


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

a {
    color: royalblue;
}



/*a:hover, a:focus, a:active {
    color: midnightblue;
}*/

a:focus {
    /*outline: thin dotted;*/
}

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



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
    float: left;
    position: relative;
}

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



/* Small menu. */

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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}



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


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    border-radius: 3px;
    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: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}



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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}



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

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



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

embed,
iframe,
object {
    max-width: 100%;
}



/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

#nationalprofile{
color: #9a1b29 !important;
font-weight: bold !important;
text-transform: uppercase !important;
}

.iwn-heading3{
color: #9a1b29 !important;
font-weight: bold !important;
text-transform: uppercase !important;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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



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

.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.top-header{
    display: none;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.p-2 {
  padding: .5rem !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

#btn-iwn{
background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
/*border-radius: 40px;
width: 133.18px;
height: 40px;*/
border-color: #C80000;
/*font-family: Open Sans;
font-style: normal;
font-weight: bold;*/
/*font-size: 18px;*/
/*font-size: 14px;
line-height: 25px;
text-align: center;
color: #FFFFFF;*/
}

#btn-outline-iwn{
background: #FFFFFF;
border: 1px solid #C31432;
/*box-sizing: border-box;
border-radius: 40px;
font-family: Open Sans;
font-style: normal;
font-weight: normal;*/
/*font-size: 16px;*/
/*font-size: 14px;
line-height: 22px;
text-align: center;*/
color: #C31432;
/*height: 40px;*/
}
#btn-outline-iwn:hover{
background:#fff !important;
}
#iwnsearch{
    border: none !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    height: 30px;
}
.iwnsearchsubmit{
    border: none !important;
    color: #CBCBCB;
}
#iwnsearch: focus{
border: none !important;
}
#iwn-search-box{
    border: 1px solid #CBCBCB;
box-sizing: border-box;
border-radius: 20px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #870000 !important;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

@media only screen and (min-width: 768px) {
  .d-lg-flex {
  /*display: -ms-flexbox !important;*/
  display: flex !important;
}
} 

.bottom-header {
  border-top: 1px solid rgba(0,0,0,0) !important;
  /*-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);*/
  box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
  margin-bottom: 0;
}

.main-navigation .primary-menu li.current-menu-item > a, .main-navigation .primary-menu li.current-menu-item > a:focus, .main-navigation .primary-menu li.current-menu-item > a:hover, .main-navigation .primary-menu li .sub-menu .current-menu-item a, .main-navigation .primary-menu li .sub-menu .current-menu-item a:focus, .main-navigation .primary-menu li .sub-menu .current-menu-item a:hover {
  background-color: #C31432;
  background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  border-radius: 40px;
  /*background: none !important;*/
  /*color: #9a1b29 !important;*/
}
.main-navigation li .sub-menu li{
background: #fff;
}

#regionsimage{
    width: 180px;
    height: 200px;
}

.page-template-regions .main-navigation .primary-menu li .sub-menu .current-menu-item a{
  background-color: #C31432;
  background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  border-radius: 0px;
  /*color: #000;*/
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
#regionscard{
    width: 400px;
}
}
.page-template-regions .editor-content-entry h1, .editor-content-entry h2, .editor-content-entry h3, .editor-content-entry h4, .editor-content-entry h5, .editor-content-entry h6{
  margin-bottom: 0px !important;
}
.page-template-regions .editor-content-entry p{
  margin-bottom: 0px !important;
}
.page-template-regions .main-navigation .primary-menu li .sub-menu .current-menu-item a:hover {
  color: #C31432;
}
.main-navigation .primary-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
}

.main-navigation .sub-menu{
    box-shadow: 4px 8px 25px rgba(36, 11, 54, 0.5);
}

.main-navigation .primary-menu li.current-menu-item > a, .main-navigation .primary-menu li.current-menu-item > a:focus, .main-navigation .primary-menu li.current-menu-item > a:hover, .main-navigation .primary-menu li .sub-menu .current-menu-item a, .main-navigation .primary-menu li .sub-menu .current-menu-item a:focus, .main-navigation .primary-menu li .sub-menu .current-menu-item a:hover {
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*line-height: 33px;*/
/*font-size: 14px;*/
font-size: 12px;
color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
.main-navigation .primary-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*font-size: 16px;*/
font-size: 12px;
/*line-height: 33px;*/
color: #444;
}
}
@media only screen and (min-width: 600px) {
  .main-navigation .primary-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*font-size: 16px;*/
font-size: 12px;
/*line-height: 33px;*/
color: #444;
}
}
@media only screen and (min-width: 768px) {
.main-navigation .primary-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*font-size: 16px;*/
font-size: 12px;
/*line-height: 33px;*/
color: #444;
}
}
@media only screen and (min-width: 992px) {
.main-navigation .primary-menu li a {
  display: block;
  padding: 5px 11px !important;
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*font-size: 16px;*/
font-size: 10px;
/*line-height: 33px;*/
color: #444;
}
}
@media only screen and (min-width: 1200px) {
.main-navigation .primary-menu li a {
  display: block;
  padding: 5px 10px !important;
  /*padding: 5px 20px !important;*/
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
font-size: 14px;
/*line-height: 33px;*/
color: #444;
}
}

.mean-container .mean-nav ul li a {
  /*border-top: 1px solid #383838;
  border-top: 1px solid hsla(0,0%,100%,.5);*/
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize !important;
  width: 90%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
}
#are-your-passionate-about-your-work{
    /*font-size:60px !important;*/
    font-size:28px !important;
    /*color:#240B36 !important;*/
    /*color: #C31432;*/

}

@media only screen and (max-width: 600px) {
#google{
    position: relative;
right: 20%;
  /* position: relative;
left: 27%; */
}
}

@media only screen and (min-width: 992px) {
#google{
position: relative;
left: 27%; 
margin-top: -5.6%;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#google{
position: relative;
right: 10%;
}
}

#are-your-passionate-about-your-work strong{
    color: #9a1b29 !important;
}
#aspire{
font-family: Open Sans;
font-style: normal;
font-weight: 300 !important;
font-size: 28px !important;
line-height: 38px !important;
color: #444 !important;
}
#aspire mark{
    font-weight:700 !important;
    color:#C31432 !important;
}

.featured-widget-container .wp-block-button .has-vivid-red-background-color{
background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
border-radius: 40px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #FFFFFF;
}

#welcome-iwn-section h1{
font-family: Open Sans;
/*font-style: normal;*/
/*font-weight: bold;*/
/*font-size: 50px;*/
font-size: 31px;
line-height: 75px;
text-align: center;
color: #444;
font-weight: 300;
}

#welcome-iwn-section mark{
background-color: rgba(0, 0, 0, 0);
font-weight:700 !important;
color:#C31432 !important;
}

#welcome-iwn-section p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #444;
}

#iwn-icons-header{
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 27px;
color: #444;
text-transform: uppercase !important;
}

#iwn-icons-text p{
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #444;
}
#highlight-left-iwn{
    height: 345px !important;
}
#highlight-info-media{
    margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom:0px !important;
}
#media-heading{
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 158px !important;
}

#iwn-network-row{
background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
border-radius: 40px;
padding: 5%;
color: #FFFFFF;
margin: 0%;
text-align: center;
}

#membership-registerbtn{
font-family: Open Sans;
font-style: normal;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 19px;
text-align: center;
color: #C31432;
background: #FFFFFF;
border: 1px solid #C31432;
box-sizing: border-box;
border-radius: 40px;
/*height: 39px;*/
width: 153px;
}

#membership-registerbtn:hover{
color:#fff !important;
border: 0px solid #C31432;
}

#iwn-registerbtn{
font-family: Open Sans;
font-style: normal;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 19px;
text-align: center;
color: #C31432;
background: #FFFFFF;
border: 1px solid #C31432;
box-sizing: border-box;
border-radius: 40px;
/*height: 39px;*/
width: 124.77px;
}

#iwn-registerbtn:hover{
color:#fff !important;
border: 0px solid #C31432;
}

.section-title{
font-family: Open Sans;
font-weight: 300 !important;
/*font-style: normal;*/
/*font-weight: bold;*/
/*font-size: 50px;*/
font-size: 31px;
line-height: 75px;
color: #444 !important;
text-transform: capitalize !important;
background:#fff !important;
padding: 5px 0px !important;
}
.breadcrumb, .news-section-info, .sidebar .widget-info {
  border-left: none !important;
}
.news-section-info {
  border-bottom: 0px solid !important;
  margin-bottom: 0px !important;
}
#iwn-category-description p{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px !important;
line-height: 22px !important;
color: #444 !important;
text-align: justify;
}
.news-cat-link{
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: right;
color: #C31432;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
#iwn-card .wp-post-image{
border-top-right-radius: 20px !important;
border-top-left-radius: 20px !important;    
}
/*#iwn-events-card{
border-top-right-radius: 20px !important;
border-top-left-radius: 20px !important;
}*/
#iwn-card{
border-radius: 20px;
box-shadow: 4px 8px 25px rgba(36, 11, 54, 0.5);
margin-bottom: 5%;
min-height: 368.5px !important;
}
#iwn-cardbody{
    /*padding: 5%;*/
}
#iwn-cardtitle{
font-family: Open Sans;
font-style: normal;
font-weight: bold !important;
font-size: 18px !important;
line-height: 27px;
color: #444 !important;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
/*min-height:46px !important;*/
min-height:53px !important;
}
#iwn-event-date{
font-family: Open Sans;
font-style: normal;
font-weight: 300;
font-size: 14px !important;
line-height: 19px !important;
color: #444 !important;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-radius: .25rem;
  word-wrap: break-word;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}

#recent-activities-images{
    width:100% !important;
    height:100% !important;
}

#recentactivitiesblock{
    margin-bottom: 1.3rem;
}

#media-readmore{
    /*padding-top: 12%;*/
    position: fixed;
    top: 26rem;
}

#media-readmore h5{
    display: inline;
}

#media-readmore img{
    width:16px;display: inline;
}
#media-category{
position: fixed;
top: 17rem;
}

.wpwax-lsu-carousel.wpwax-lsu-carousel-nav-top {
  padding: 0 0 0 0 !important;
}

.partner-widget-container {
  padding: 10px 0 30px 0;
}

.member-widget-container {
  padding: 10px 0 100px 0;
}

#iwn-memberregisterbtn{
font-family: Open Sans;
font-style: normal;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 19px;
text-align: center;
color: #C31432;
background: #FFFFFF;
border: 1px solid #C31432;
box-sizing: border-box;
border-radius: 40px;
/*height: 39px;*/
width: 148px;
}

#iwn-memberregisterbtn:hover{
color:#fff !important;
border: 0px solid #C31432;
}

#iwn-member-row{
background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
border-radius: 40px;
padding: 1.5% 3% 5% 3%;
color: #FFFFFF;
margin: 0%;
}

.footer {
  background: rgba(36, 11, 54, 0.05) !important;
}

.top-footer a{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #444;
}
.footer-description{
    font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #444;;
text-align: justify;
}

.footer .widget-title{
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #9a1b29 !important;
/*color: #C31432;*/
text-transform:capitalize !important;
}

.footer .widget_archive ul li, .footer .widget_categories ul li, .footer .widget_meta ul li, .footer .widget_nav_menu ul li, .footer .widget_pages ul li, .footer .widget_recent_comments ul li, .footer .widget_recent_entries ul li, .footer .widget_rew_plugin .rew-entries li, .footer .widget_rss ul li {
  border-bottom: 0px solid #757575 !important;
}

.copyright-text{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 12px !important;
line-height: 16px;
color: rgba(36, 11, 54, 0.5) !important;  
}

.middle-footer{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.widget-social-links .social-links-list li a{
    padding: 0px 0px 0px 0px !important;
}

.social-links-list li.facebook-link:hover a{
    background-color: transparent !important;
}
.social-links-list li.twitter-link:hover a{
    background-color: transparent !important;
}
.social-links-list li.instagram-link:hover a{
    background-color: transparent !important;
}
.social-links-list li.linkedin-link:hover a{
    background-color: transparent !important;
}
.social-links-list li.youtube-link:hover a{
    background-color: transparent !important;
}
.middleheaderseparator{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.digital-header {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 75px;
  color: #444 !important;
  text-transform: uppercase; !important;
  /*background: #fff !important;*/
  padding: 5px 0px !important;
}

.member-breadcrumb{
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 75px;
color: #C31432 !important;
text-transform: uppercase;
/*background: #fff !important;*/
padding: 5px 0px !important;
}

.member-breadcrumb-separator{
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 50px;
/*line-height: 75px;*/
color: #C31432 !important;
}

@media only screen and (min-width: 576px) { 
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}
}
.card-deck .card {
  margin-bottom: 15px;
}
.card {
  margin-bottom: 15px !important;
}
#who-we-are-card{
    background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
/*border-radius: 40px;*/
color: #fff;
border-radius: 20px;
min-height: 300px;
}

.who-we-are-cardtext{
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}

#who-we-are-card-header{
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 27px;
color: #444;
text-transform: uppercase !important;
}

#cardsoutline{
    border: 1px solid #C31432;
}

@media only screen and (max-width: 600px) {
.card {
  margin-bottom: 15px !important;
}
}
.cost-products{
    color: #fff !important; 
  /*color: #C31432 !important; */ 
}
#productscard{
    box-shadow: 4px 8px 25px rgba(36, 11, 54, 0.5);
    border-radius: 10px;
    background-position: 50%;
    background-size: cover;
    height: 300px;
    /*transition: all 0.8s ease;*/
    /*background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);*/
    /*opacity: 0.75;*/
}

#productscard #product-title{
color: #FFFFFF;
font-size: 15px;
font-weight: bold;
/*height: 75px;*/
}

#productscard:hover {
     box-shadow: 4px 8px 25px rgba(36, 11, 54, 0.5);
    /*transform: scale(1.10, 1.10);*/
    /*height: 400px;
    transition: all 2s ease;*/
}
#product-description {
    display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
overflow: hidden;
text-align: justify;
color: #FFFFFF;
font-weight: 800;
min-height: 45%;
/*min-height:46px !important;*/
}

#buy-now{
/*background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);*/
background: #fff;
padding: 5% 10%;
border-radius: 40px;
border-color: #C80000;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 25px;
text-align: center;
color: #9a1b29 !important;
/*color: #FFFFFF;*/
margin: 5% 0%;
text-transform: uppercase;
}

#buy-now-row{
    /*margin: 17% 0%;*/
}

.breadcrumb{
    background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
    /*background-color: #C31432 !important;*/
}

#course-description{
display            : block;
display            : -webkit-box;
-webkit-box-orient : vertical;
position           : relative;
/*line-height        : 1.2;*/
overflow           : hidden;
text-overflow      : ellipsis;
padding            : 0 !important;
-webkit-line-clamp : 3;
height             : calc(1em * 1.5 * 3);
/*display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;*/
text-align: justify;
/*color: #FFFFFF;*/
/*font-weight: 800;*/
/*min-height: 45%;    */
}

#coursecard{
    box-shadow: 4px 8px 25px rgba(36, 11, 54, 0.5);
    border-radius: 20px;
    background-position: 50%;
    background-size: cover;
    /*height: 466px;*/
    /*transition: all 0.8s ease;
    opacity: 0.75;*/
}

#coursecard > .card-img-top{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
}

#backgroundgradient{
    background-image: linear-gradient(180deg, #F9F9F900 0%, #000000E6 200%);
}

.header{
    background-color: #eceaeb;
}

#homeslider{
background-color: #eceaeb;
}

@media only screen and (min-width: 992px) {
#sliderimages img{
    position: relative;
margin-bottom: -50px;
   /* position: relative;
    top: 90px;*/
    /*top: 12px;*/
}
}

#iwn-icons-text a{
    color: #C31432 !important;
}

.middle-header .custom-logo{
width: 54% !important;
}

.left-navigation .left-menu li.current-menu-item > a, .left-navigation .left-menu li.current-menu-item > a:focus, .left-navigation .left-menu li.current-menu-item > a:hover, .left-navigation .left-menu li .sub-menu .current-menu-item a, .left-navigation .left-menu li .sub-menu .current-menu-item a:focus, .left-navigation .left-menu li .sub-menu .current-menu-item a:hover {
  background-color: #C31432;
  background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  border-radius: 40px;
}
.left-navigation .left-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
}

.left-navigation .left-menu li.current-menu-item > a, .left-navigation .left-menu li.current-menu-item > a:focus, .left-navigation .left-menu li.current-menu-item > a:hover, .left-navigation .left-menu li .sub-menu .current-menu-item a, .left-navigation .left-menu li .sub-menu .current-menu-item a:focus, .left-navigation .left-menu li .sub-menu .current-menu-item a:hover {
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
/*line-height: 33px;*/
font-size: 14px;
color: #FFFFFF;
}

.left-navigation .left-menu li a {
  display: block;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
  font-family: Open Sans;
font-style: normal;
font-weight: 500;
/*font-size: 22px;*/
font-size: 14px;
/*line-height: 33px;*/
color: #fff;
/*background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
background-color: rgba(0, 0, 0, 0);*/
border-radius: 40px;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

@media only screen and (min-width: 600px) {
    #weblogo{
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #weblogo{
        display: none;
    }
}

@media only screen and (min-width: 992px) {
#left-menu{
    display:inline-flex !important;
    list-style: none !important;
    margin: 0;
}
.royale-news-social-widget{
    width: 22% !important;
float: right !important;
}
#networkgrow{
    padding: 0 15%;
}
#moblogo{
display: none;
}
#weblogo{
display: block;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #moblogo{
display: none;
}
#left-menu {
  display: inline-flex !important;
  list-style: none !important;
  margin: 0;
}
}

@media only screen and (max-width: 600px) {
    #left-menu{
    list-style: none !important;
}
#left-menu li{
    padding: 5% 0;
}
#moblogo{
display: block;
}
#weblogo{
display: none;
}
} 

@media only screen and (min-width: 200px) and (max-width: 992px)  {
#left-menu{
    list-style: none !important;
    margin: 0 0 1.5em 0em;
}
#left-menu li{
    padding: 5% 0;
}
#moblogo{
    display: block;
}
}

#iwn-network-row h1{
    font-family: Open Sans;
font-style: normal;
/*font-weight: bold;*/
font-weight: 300 !important;
/*font-size: 50px;*/
font-size: 31px;
line-height: 75px;
/*text-align: center;*/
color: #444;
}

#focusrareapagetitle h1{
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 75px;
color: #444;
}

.pb-10{
      padding-bottom: 3%;
}

#focustitle{
    font-family: Open Sans;
font-style: normal;
font-weight: 300 !important;
/*font-weight: bold;*/
/*font-size: 50px;*/
font-size: 31px;
line-height: 75px;
text-align: center;
color: #444;
}

#profile{
    color: #C31432;
}

#nationalsecretriat{
    background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
    color: #fff;
}

#profile-contact{
    font-size: 17px;
    font-family: Open Sans;
    color: #444;
    font-weight: bold;
}

#profile-contactno{
    font-size: 17px;
    font-family: Open Sans;
    color: #444;
}

.middle-header {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

#owr-offerings-register{
    background: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
    border-color: #C80000;
    color: #fff;
    border-radius: 40px;
}

#privacy{
   font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 16px;
  color: rgba(36, 11, 54, 0.5) !important;
}
}

/* ----------------------------------------------------------------------------
    Navs
---------------------------------------------------------------------------- */
.page-template-engendering .nav-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.page-template-engendering .nav-wrapper .nav-current {
  position: relative;
  margin: 0;
  display: none;
  width: auto;
  height: auto;
  padding: 15px 55px 10px 15px;
  border-radius: 0;
  z-index: auto;
  cursor: pointer;
}
.page-template-engendering .nav-wrapper .nav-current * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-engendering .nav-wrapper .nav-current *:last-child {
  margin-bottom: 0;
}
.page-template-engendering .nav-wrapper .nav-current:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px 0 0;
  display: inline-block;
  width: 24px;
  height: 11px;
  content: "";
  background: transparent url("../img/arrow-select-24x11.png") center no-repeat;
  border: none;
}
.page-template-engendering .nav.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 50px;
  /*padding: 0 40px 13px;*/
  font-size: 0;
  text-align: justify;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: transparent transparent #e9e9e9;
}
.page-template-engendering .nav.nav-tabs:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.page-template-engendering .nav.nav-tabs > li {
  float: none;
  position: relative;
  margin: 0;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  font-size: 15px;
}
.page-template-engendering .nav.nav-tabs > li:first-child {
  margin-left: 0;
}
.page-template-engendering .nav.nav-tabs > li:before,
.page-template-engendering .nav.nav-tabs > li:after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
}
.page-template-engendering .nav.nav-tabs > li:before {
  margin: 0 0 -2px -1px;
  border-width: 11px 15px 0 15px;
  border-color: #e9e9e9 transparent transparent transparent;
}
.page-template-engendering .nav.nav-tabs > li:after {
  border-width: 10px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
}
.page-template-engendering .nav.nav-tabs > li:not(.active) > a:not(:hover):not(:focus) {
  color: #000000;
}
.page-template-engendering .nav.nav-tabs > li .fa {
  margin-right: 5px;
  vertical-align: text-bottom;
  font-size: 20px;
}
.page-template-engendering .nav.nav-tabs > li > a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  border: none;
}
.page-template-engendering .nav.nav-tabs > li > a:hover,
.page-template-engendering .nav.nav-tabs > li > a:focus {
  background-color: transparent;
}
.page-template-engendering .nav.nav-tabs > li > a .fa {
  color: inherit;
}
.page-template-engendering .nav.nav-tabs > li > a h1,
.nav.nav-tabs > li > a h2,
.nav.nav-tabs > li > a h3,
.nav.nav-tabs > li > a h4,
.nav.nav-tabs > li > a h5,
.nav.nav-tabs > li > a h6,
.nav.nav-tabs > li > a .h7,
.nav.nav-tabs > li > a .h8 {
  color: inherit;
}
.page-template-engendering .nav.nav-tabs > li.active:before,
.page-template-engendering .nav.nav-tabs > li.active:after {
  opacity: 1;
}
.page-template-engendering .nav.nav-tabs > li.active > a,
.page-template-engendering .nav.nav-tabs > li.active > a:hover,
.page-template-engendering .nav.nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: none;
  pointer-events: none;
}
.page-template-engendering .tab-content,
.page-template-engendering .tab-pane {
  zoom: 1;
}
.page-template-engendering .tab-content:before,
.tab-pane:before,
.tab-content:after,
.tab-pane:after {
  content: "";
  display: table;
}
.page-template-engendering .tab-content:after,
.tab-pane:after {
  clear: both;
}
.page-template-engendering .tab-content {
  padding-bottom: 50px;
}
.page-template-engendering .tab-content .img-responsive {
  margin: 0 auto;
}
.page-template-engendering .tabs-vertical {
  zoom: 1;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.page-template-engendering .tabs-vertical:before,
.tabs-vertical:after {
  content: "";
  display: table;
}
.page-template-engendering .tabs-vertical:after {
  clear: both;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs {
  float: left;
  position: relative;
  margin: 0;
  width: 26.7%;
  padding: 0;
  text-align: left;
  z-index: 1;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs:before {
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #e9e9e9;
  z-index: -1;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li {
  margin: 0;
  width: 100%;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li:before,
.tabs-vertical .nav.nav-tabs > li:after {
  display: none;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li:not(.active) a {
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -moz-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
  color: #ffffff;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li:not(.active) a * {
  color: #ffffff;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li a {
  border-radius: 0;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li.active a {
  border-top: 1px solid #e9e9e9;
  border-right-color: transparent;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li.active + li a {
  border-top-color: #e9e9e9;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li:first-child a {
  border-top-color: transparent;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li a {
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  width: 100%;
  padding: 48px 35px 32px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #e9e9e9;
}
.page-template-engendering .tabs-vertical .nav.nav-tabs > li p {
  margin-top: 5px;
  line-height: 1.6;
}
.page-template-engendering .tabs-vertical .tab-content {
  float: right;
  width: 73.3%;
  padding: 70px 50px 60px 60px;
}

.page-template-engendering .align-center {
  text-align: center;
}

.page-template-engendering h3, h6, .h7 {
  color: #262627;
}

.page-template-engendering #focustitle{
/*font-family: Open Sans;*/
font-style: normal;
font-weight: 600 !important;
font-size: 39px;
text-align: center;
color: #9a1b29;
line-height: 40px;
}

.page-template-engendering .section-icon{
color: #9a1b29;
font-size: 50px;
}

.page-template-engendering .nav.nav-tabs > li.active > a{
color: #9a1b29;
}

.page-template-engendering h1, h2, h4, h5, h6 {
  font-weight: 700 !important;
}

.page-template-engendering h6.heading-alt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.page-template-engendering .about {
  text-align: justify;
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Timeline
\*------------------------------------*/
.page-template-engendering .timeline-tab {
  text-align: center;
}

.page-template-engendering .timeline-tab .nav-tabs {
  border-bottom: none;
}

.page-template-engendering .timeline-tab .tab-content p {
  color: #999999;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}

.page-template-engendering .timeline-tab .nav-tabs {
  margin-bottom: 75px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 2px solid #9a1b29;
  border-radius: 50px;
  overflow: hidden;
}

.page-template-engendering .timeline-tab .nav-tabs > li {
  text-align: center;
  float: none;
  display: inline-block;
  line-height: 43px;
  width: 120px;
  height: 43px;
  margin-bottom: 0;
}

.page-template-engendering .timeline-tab .nav-tabs > li:last-child {
  margin-left: -3px;
}

.page-template-engendering .timeline-tab .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding: 0;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 12px;
  font-weight: 900;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center !important;
  color:#fff !important;
}

.page-template-engendering .timeline-tab .nav-tabs > li > a {
  background-color: transparent;
  border: none;
  color: #9a1b29;
  margin-right: 0;
}

.page-template-engendering .timeline-tab .nav-tabs > li > a:focus,
.timeline-tab .nav-tabs > li > a:hover,
.timeline-tab .nav-tabs > li.active > a,
.timeline-tab .nav-tabs > li.active > a:focus,
.timeline-tab .nav-tabs > li.active > a:hover {
  background-color: #9a1b29;
  background-image: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  border: none;
  color: #ffffff;
}

.page-template-engendering .timeline-content {
  list-style: none;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-template-engendering .timeline-content:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e0e0e0;
  left: 50%;
  margin-left: -1.5px;
}

.page-template-engendering .timeline-content .row {
  margin-bottom: 55px;
  position: relative;
  text-align: right;
}

.page-template-engendering .timeline-content .row:last-of-type {
  margin-bottom: 0;
}

.page-template-engendering .timeline-content .row-interval {
  text-align: left;
}

.page-template-engendering .timeline-content .row .col-md-6 {
  padding-right: 35px;
  position: relative;
}

.page-template-engendering .timeline-content .row-interval .col-md-6 {
  padding-left: 35px;
  padding-right: 0;
}

.page-template-engendering .timeline-content .row .col-md-6 .timeline-panel:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 3px solid #9a1b29;
  border-radius: 50%;
  margin-top: -8px;
  margin-right: -8px;
}

.page-template-engendering .timeline-content .row-interval .col-md-6 .timeline-panel:before {
  left: 0;
  right: auto;
  margin-left: -8px;
  margin-right: auto;
}

.page-template-engendering .timeline-content .event {
  color: #C31432;
  /*font-family: 'Comfortaa', cursive;*/
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 9px;
}

.page-template-engendering .timeline-content .date {
  color: #999999;
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.page-template-engendering .timeline-panel:hover::before {
  background-image: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  /*background-color: #55229d !important;*/
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {

.page-template-engendering .timeline-content:before {
  left: 0;
}

.page-template-engendering .timeline-content .row .col-md-6 .timeline-panel:before {
  right: auto;
  left: 8px;
}

.page-template-engendering .timeline-content .row-interval .col-md-6 .timeline-panel:before {
  left: 16px;
}

.page-template-engendering .timeline-content .row {
  text-align: left;
}

.page-template-engendering .timeline-content .row .col-md-6 {
  padding-right: 0;
  padding-left: 35px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 481px) and (max-width: 1200px) {

.page-template-engendering .timeline-content .row .col-md-offset-6 {
  margin-left: 50%;
}

.page-template-engendering .timeline-content .row .col-md-6,
 .timeline-content .row-interval .col-md-6 {
  width: 50%;
}
}

.page-template-engendering .timeline-panel .event h6{
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-template-engendering .timeline-panel .date{
color: #999999;
font-weight: 900;
}

.page-template-engendering .mt-sm {
  margin-top: 30px;
}

.page-template-engendering .timeline-panel .eventauthor h6{
  /*color: #55229d;*/
  color:#9a1b29;
  text-transform: uppercase;
}

.page-template-engendering .highlight{
color:#9a1b29;
font-weight: bold;
}

.page-template-engendering .liststylenone{
    list-style-type: none;
}


.page-template-engendering .bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.page-template-engendering .overlay {
  position: relative;
  z-index: 1;
}
.page-template-engendering .overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #262627;
  z-index: -1;
}
.page-template-engendering .overlay.overlay-clr .fa,
.overlay.overlay-clr .icon {
  color: inherit;
}
.page-template-engendering .overlay > * {
  z-index: 1;
}
.page-template-engendering .base-clr-bg,
.overlay.overlay-clr:before,
.overlay.overlay-clr[class*="bg"]:before,
.base-clr-ovl:before,
.btn,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.hovered,
.btn.btn-white.pressed,
.nav.nav-schedule > li.active,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule > li,
.schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper,
.tabs-vertical .nav.nav-tabs:before,
.tabs-vertical .nav.nav-tabs > li:not(.active) a,
.panel-group .panel .panel-heading a,
.panel-group-alt .panel > a:not(.collapsed),
.table > thead > tr > th,
.table > thead > tr > td,
.package-column.special-column .sale-label,
.package-column.package-bright.special-column,
.package-panel .buy-btn,
.counter-block.counter-block-solid .counter-box,
.gallery.light-slider .description-slider-wrapper .bx-pager-link.active,
.gallery-thumb-link:after,
.speaker .speaker-socials > li .fa,
.contacts-wrapper-color:before,
.header.header-color .header-wrapper,
.header.header-color .dropdown-menu,
.header:not(.header-color):not(.header-black) .navbar-collapse,
.navbar-toggle .icon-bar,
.call-to-action-section > .overlay:before,
.thumb-wrapper .overlay:before,
.header .buy-btn {
  background-image: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%);
  /*background-color: #55229d;*/
}

.page-template-engendering .light-text, .footer {
  color: #ffffff;
}

@media only screen and (min-width: 768px){
    .page-template-engendering #registernowwhitebg {
  background: #fff !important;
  color: #000;
}
}

.page-template-engendering .btn.btn-outline.btn-lg{
    padding: 25px 39px 22px;
}

.page-template-engendering .btn.btn-outline{
    border-color: #ffffff;
    border: 1px solid;
    min-width: 200px;
    letter-spacing: 0.4em;
}

.page-template-engendering .section {
/*  position: relative;*/
/*  padding: 20px 0px;*/
}

.page-template-engendering #registernowwhitebg:hover{
  background-image: linear-gradient(91.14deg, #C31432 0%, #240B36 99.16%) !important;
  color: #fff !important;
  border:1px solid #fff !important;
}

.page-template-engendering .section-icon {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
}

.page-template-engendering #schedule{
    margin-top: 100px;
}

.page-template-engendering #eventdesignation {
  font-style: italic;
  font-weight: 800;
}

.page-template-engendering h5.heading-alt {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.5em;
}


@media only screen and (min-width: 768px) {
#webviewimage{
    width: 150px !important;
}
}

@media only screen and (min-width: 768px) {
.f60{
    font-size:62px !important;
}
.f31{
    font-weight:700 !important;
    font-size:31px !important;
}
}

@media only screen and (max-width: 600px) {
    .f31{
    font-weight:700 !important;
    font-size:18px !important;
}
}

#sessionhighlight{
    color: #000940 !important;
    font-size: 25px !important;
}

.highlightauthorname{
color: #905105;
font-weight: 900;
font-size:16px;
text-transform: uppercase;
}


.speaker {
  margin-bottom: 40px;
  text-align: center;
}

.speaker .photo-wrapper.rounded {
  /* border-radius: 71%; */
  overflow: hidden;
}

.speaker .photo-wrapper {
  margin: 0 auto 20px;
  display: flex;
  max-width: 100%;
  justify-content: center;
  width:  180px;  /*200px;*/
  height: 182px;  /*200px;*/
  /* background: #c8c8c8; */
}

.speaker .name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.1em;
}

.min-height-60 {
  min-height: 60px;
  line-height: 20px;
}

.speaker .speaker-socials > li {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}

.speaker .speaker-socials > li a {
  transition: none;
  display: inline-block;
}

.iwnname{
    color: #9a1b29 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 16px;
}

.iwndesignation{
color: #905105;
font-weight: 900;
font-size: 14px;
text-transform: uppercase;
}





