/*
Theme Name: ARDC Theme
Theme URI: http://omgcreative.com.au/
Author: OMG Creative
Author URI: http://omgcreative.com.au/
Description:  Custom WordPress theme for ARDC
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ardc
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

dfn {
  font-style: italic;
}

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

hr {
  box-sizing: content-box;
  height: 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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*header#masthead {
  margin-bottom: 0;
  background-color: #000 ;
}*/

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
header#masthead.expanded + #content {
    padding-top: 0px !important;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# 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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  /* font-size: 0.875rem; */ 
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Top Menu Bar
--------------------------------------------------------------*/
.top-menu-wrapper {
    border-bottom: 1px solid #222;
}

.top-menu-wrapper ul {
    margin: 0;
    padding: 0 60px;
}

.top-menu-wrapper ul li {
    padding: 0;
}

.top-menu-wrapper ul li a {
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'Proxima Nova';
    font-weight: 600;
    color: white;
    opacity: 0.6;
    transition: all ease-in 200ms;
}

.top-menu-wrapper ul li + li {
    padding-left: 30px;
}

.top-menu-wrapper ul li a:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.footer-cls footer#colophon {
    background: #000 !important;
    padding-bottom: 0px !important;
}
.footer-cls .footer-row-top{
    float: left;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
}
.footer-menu li {
    display: block !important;
}
.footer-menu .widget_nav_menu {
    width: 50%;
}
.footer-menu a.nav-link {
    color: #fff !important;
    font-size: 13px;
    margin-right: 0px !important;
    word-break: break-word;
    position: relative;
    display: inline-block !important;
}
.footer-menu a.nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #00B0D5;
    transition: 0.5s;
}
.footer-menu a.nav-link:hover:before{
  width: 100%;
}
.footer-menu a.nav-link:hover {
    color:#00B0D5!important;
}
.cls-footer-logo img {
    max-width: 210px;
}
.footer-row-bottom .textwidget.custom-html-widget {
    position: relative;
}
.footer-row-bottom .textwidget.custom-html-widget span {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.footer-cls .footer_logo {
    margin-right: 0px !important;
    background-position: left !important;
} 
.footer-logos .textwidget.custom-html-widget span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px !important;
    display: block;
}
.footer-logos .textwidget.custom-html-widget .cls-footer-button {
    background: #7E408A;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 30px;
    height: auto !important;
    line-height: normal;
}
.footer-logos .textwidget.custom-html-widget .cls-footer-button:hover {
  background:#fff;
  color: #7E408A;
}
.footer-cls-bottom .col-md-6 {
    float: left;
}
.footer-cls-bottom .so-widget-sow-social-media-buttons {
    position: relative !important;
    text-align: right;
    float: right;
}
.footer-cls-bottom .social-media-button-container a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-cls-bottom {
    background: rgb(41, 41, 41) !important;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.footer-cls-bottom .container.pt-3.pb-3 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.footer-cls-bottom .col-md-6 section#sow-social-media-buttons-2 {
    margin: 0px;
}
.cls-copyright-text {
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .footer-cls .footer_logo {
    margin-right: 0px !important;
    background-position: center !important;
}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .cls-footer-logo img {
    max-width: 100%;
    margin-bottom: 10px;
}
}



/*********** new css ***************/

div#pg-10-0 {
    padding: 50px 0px;
}
div#pgc-10-0-0 .panel-first-child .textwidget.custom-html-widget {
    font-size: 40px;
    color: #00B0D5;
    line-height: 45px;
    font-family: "Spectral" !important;
}
.panel-grid-cell .so-panel {
  margin-right: 0px !important;
}
.home .panel-grid-cell .so-panel .siteorigin-widget-tinymce.textwidget a,.cls-banner-link {
    color: #8E489B;
    border: 1px solid #8E489B;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background:transparent;
    letter-spacing: normal;
}
.invert-text a {
    color: #ffff !important;
    padding: 0px !important;
    text-decoration: none;
    opacity: 1;
    font-weight: normal !important;
}
.home .panel-grid-cell .so-panel .siteorigin-widget-tinymce.textwidget a:hover,.cls-banner-link:hover{
  background: #8E489B;
  color: #fff;
}
body {
  padding-top: 111px;
  font-size: 14px !important;
  overflow-x: hidden;
}
body.logged-in.admin-bar {
  padding-top: 86px;
}
header#masthead.nav-up:not(.expanded) {
    transform: translateY(0px) !important;
}
header#masthead {
    top: 0;
    z-index: 999 !important;
}
header#masthead:before{
  display: none !important;
}
.header-cls {
    float: left;
    width: 100%;
    background:#000000;
    padding: 10px 0px 5px;
}
.header-cls-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-cls-logo {
    float: left;
    width: 20%;
}
.header-cls-logo a.header-logo {
    float: left;
}
.header-cls-menu-bar {
    float: right;
    width: 80%;
}
.header-cls-menu-bar-bottom div#main-nav {
    opacity: 1;
    display: block;
    transform: initial !important;
    position: initial !important;
    pointer-events: inherit !important;
}
.flex-nav ,.flex-item{
    display: none !important;
}
.header-cls-menu-bar-bottom {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 40px;
}
.header-cls-menu-bar-bottom ul {
    display: block;
}
.header-cls-menu-bar-bottom li {
    display: inline-block !important;
    position: initial !important;
} 
.header-cls-menu-bar-bottom li a {
    color: #fff !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    padding-bottom: 8px !important;
    cursor: pointer !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-weight: 600 !important;
    background: transparent !important;
    line-height: normal !important;
    height: auto !important;
    padding-bottom: 0px !important;
}
.header-cls-menu-bar-bottom li a span.mega-indicator {
    display: none !important;
}
.header-cls-menu-bar-bottom .mega-current_page_item a {
    color: #00B0D5 !important;
    position: relative;
}
.header-cls-menu-bar-bottom .mega-current_page_item a:after {
    content: "";
    position: absolute;
    bottom: -16px;
    height: 7px;
    background: #00B0D5 !important;
    display: block !important;
    width: 100%;
    left: 0;
    clear: both;
    z-index: 9;
}

.header-cls-menu-bar-bottom li.spec button.navbar-toggler {
    padding: 0px !important;
}
.header-cls-menu-bar-bottom li.spec span.navbar-toggler-label {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    opacity: 1 !important;
    margin: 0 8px 0 5px;
    line-height: normal !important;
    height: auto !important;
}
span.nav-toggle-wrapper{
  align-items: center;
}
.header-cls-menu-bar-bottom li.spec i.top {
    width: 15px !important;
    height: 15px !important;
    border: 2px solid white !important;
}
.header-cls-menu-bar-bottom li.spec i.mid, i.bot {
    width: 3px !important;
    height: 8px !important;
    border-radius: 6px !important;
    display: block !important;
    background: white !important;
    transform: rotate(-45deg) !important;
    position: absolute !important;
    top: calc(45% + -7px) !important;
    left: calc(50% + -4px) !important;
}
.header-cls-menu-bar-bottom li.spec button.active span.search-icon i.mid {
    transform: rotate(45deg) !important;
}
.header-cls-menu-bar-bottom li.spec button.active span.search-icon i.top {
    border: 0px !important;
}
.header-cls-menu-bar-bottom li.spec button.active span.search-icon i.mid,
.header-cls-menu-bar-bottom li.spec button.active span.search-icon i.bot {
    height: 27px !important;
    top: -1px !important;
    left: 16px !important;
}
.header-cls-menu-bar-bottom li.spec span.search-icon {
    top: 8px !important;
}

.header-cls-menu-bar-bottom li:hover a{
   color: #00B0D5 !important;
}
/*.header-cls-menu-bar-bottom li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0%;
    height: 6px;
    background: #00B0D5;
    left: 0;
    transition: 0.5s;
}
.header-cls-menu-bar-bottom li:hover a:before {
  width: 100%;
}*/


.header-cls-menu-bar-top .social-media-button-container a {
    padding: 0px 5px;
    color: #969696 !important;
    font-size: 17px;
}
.header-cls-menu-bar-top .social-media-button-container a span{
  color: #969696 !important;
}
.header-cls-menu-bar-top .social-media-button-container a span:hover{
  color: #fff !important;
}
.cls-top-subscribe {
    margin-right: 10px;
}
.cls-top-subscribe a {
    color: #969696;
    text-transform: uppercase;
    font-size: 14px;
}
.cls-top-subscribe a:hover {
 color: #fff;
}
.header-cls-menu-bar-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-cls-menu-bar-top section#sow-social-media-buttons-2 {
    margin: 0px;
}

/********** mega menu css *******************/
nav#wp-megamenu-primary {
    background: transparent;
    color: #fff;
}
#mega-menu-wrap-primary{
  background: transparent!important;
}
#mega-menu-wrap-primary .mega-menu-toggle{
  background: transparent!important;
  height: auto !important;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right !important;
}


ul.mega-sub-menu {
    background: transparent !important;
    height: auto !important;
    top: 119px !important;
    transform: initial !important;
}
#mega-menu-wrap-primary {
    position: static !important;
}

.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    margin: auto !important;
    overflow-y: scroll !important;
    padding:0px 15px !important;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu::-webkit-scrollbar {
  width: 0px;
}
ul.mega-sub-menu ul.mega-sub-menu {
    top: 0px !important;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
    max-width: 100%;
    margin: auto !important;
    overflow-y: hidden !important;
    height: auto !important;
}
.header-cls-menu-bar-bottom .menu.nav  li {
    width: 29%;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
}
.header-cls-menu-bar-bottom .menu.nav  li:nth-child(3n+3) {
    margin-right: 0px;
}
.header-cls-menu-bar-bottom .menu.nav  li a.nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 15px !important;
    position: relative;
    padding-bottom: 15px !important;
    color: #fff !important;
    padding-top: 0px !important;
    line-height: 22px !important;
}
.header-cls-menu-bar-bottom .menu.nav li a.nav-link:hover {
  color:#00B0D5 !important;
}
.header-cls-menu-bar-bottom .menu.nav li a.nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background: #00B0D5;
}
.header-cls-menu-bar-bottom .menu.nav li a.nav-link:after {
  display: none !important;
}
.header-cls-menu-bar-bottom .menu.nav  li ul.sub-menu.nav {
    width: 100%;
    margin-left: 0px;
}
.header-cls-menu-bar-bottom .menu.nav  li ul.sub-menu.nav li {
    width: 100%;
    margin: 0px;
}
.header-cls-menu-bar-bottom .menu.nav  li ul.sub-menu.nav li a {
    padding-left: 15px !important;
    padding-right: 0px !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
    position: relative;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.header-cls-menu-bar-bottom .menu.nav  li ul.sub-menu.nav li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: transparent;
  height: 100%;

}


/********** mega menu css end *******************/






.header-cls-menu-bar-bottom .mega-menu-row {
    top: 50px !important;
    background: rgba(0, 0, 0, 0.9) !important;
    width: 100% !important;
    left: 0 !important;
    border-top: 1px solid #00B0D5 !important;
    padding: 50px 0px !important;
    text-align:left !important;
    height: 100vh !important;
}

.nav-item.cls-selected .cls-menu-section {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.cls-container-inner{
    display: flex;
    justify-content: space-between;
}
.cls-left-menu-section {
    border-right: 1px solid #969696;
    padding-right: 40px;
}
.cls-right-menu-section {
    float: left;
    width: 80%;
    padding-left: 40px;
}
.cls-section-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: "Proxima Nova" !important;
}
.cls-feature-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.cls-title-section h2 {
    font-size: 20px;
    color: #fff;
    font-family: "Proxima Nova" !important;
}
.header-cls-menu-bar-bottom .cls-title-section a:after{
  display: none !important;
}
.cls-desc-section{
     font-size: 14px;
    color: #fff;
    font-family: "Proxima Nova" !important;
    line-height: 20px;
}
.cls-button-section {
    margin-top: 30px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu .cls-button-section a {
    color: #BA81C4 !important;
    padding: 12px 15px !important;
    border: 1px solid #BA81C4;
    border-radius: 4px;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: auto !important;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu .cls-button-section a:after{
  display: none !important;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu .cls-button-section a:hover{
  background:#8E489B !important;
  color: #fff !important;
}
.cls-cate-outer {
    margin-bottom: 30px;
    display: inline-block;
    width: 32.9%;
    vertical-align: top;
}
.cls-cate-outer .cls-cate-title a,.cls-cate-outer .cls-cate-title span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    display: block;
}
.cls-cate-outer .cls-cate-title a:hover{
  color:#00B0D5;
}
.cls-cate-outer .cls-cate-title a:before,
.cls-cate-outer .cls-cate-title span:before {
  content: "";
  position: absolute;
  background:#00B0D5;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}
.cls-cate-outer a.cls-menu-link {
    color: #fff;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}
.cls-cate-outer a.cls-menu-link:hover{
  color:#00B0D5;
}
.cls-cate-outer a.cls-menu-link:before {
    content: "\f105";
    font-family:FontAwesome;
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: 0;
}
.cls-banner-btn {
    background: transparent;
    border: 0px;
    outline: none !important;
    box-shadow: none !important;
}
.cls-banner-btn img.cls-banner-ply {
    height: auto !important;
    width: auto !important;
}
.cls-banner-text-outer {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    z-index: 9;
}
.cls-banner-text-inner {
    max-width: 50%;
}

.cls-banner-heading {
    font-size: 65px;
    color: #FFF;
    line-height: 55px;
    margin-bottom: 30px;
    font-family: 'Spectral',serif;
}
.cls-banner-heading a {
    box-shadow: none;
    font-size: 65px;
    color: #FFF !important;
    line-height: 55px;
    margin-bottom: 30px;
    font-family: 'Spectral',serif;
    display: block;
    outline: none !important;
}
.cls-banner-heading a:hover {
  color:#00B0D5 !important;
}
.cls-banner-sub-heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Proxima Nova" !important;
    font-weight: 400;
    line-height: 25px;
}
.cls-banner-image {
    position: relative;
    height: 600px;
}
.cls-banner-image img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.cls-banner-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.cls-banner-slider-outer ul.slick-dots {
    bottom: 10px !important;
}
.cls-banner-slider-outer .slick-dots li button:before{
  color: #fff !important;
}
.cls-banner-modal {
    z-index: 999 !important;
    background: rgba(0, 0, 0, 0.4);
}
.cls-banner-modal .modal-body {
    padding: 0px !important;
    height: 500px !important;
}
.cls-banner-modal .modal-dialog {
    max-width: 850px !important;
    top: 11%;
}
.cls-banner-modal .modal-content {
    background: transparent;
    border: 0px;
}
.cls-banner-modal button.close {
    position: absolute;
    right: 0;
    top: 27px;
    color: #fff;
    opacity: 1;
    box-shadow: none !important;
    font-size: 44px;
    -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.61);
    z-index: 999;
}
.cls-banner-slider-outer {
    z-index: 99;
}
.modal-backdrop {
    z-index: -1;
}
.cls-nav-tabs-outer {
    border: 0px;
    margin: 50px 0px;
}
.cls-nav-tabs-outer li {
    padding-right: 10px;
}
.cls-nav-tabs-outer li:last-child {
    padding-right: 0px;
}
.cls-nav-tabs-outer li a {
    border: 1px solid #969696;
    border-radius: 4px;
    font-size: 14px;
    color: #969696;
    padding: 12px 44px;
    display: block;
    text-align: center;
    font-family: "Proxima Nova" !important;
}
.cls-nav-tabs-outer li a.active{
  color: #fff;
  border: 1px solid #00B0D5;
  background:#00B0D5;
}
.cls-nav-tabs-outer li a:hover {
  color: #fff;
  border: 1px solid #00B0D5;
  background:#00B0D5;
}
.cls-tab-content-outer .tab-pane.active {
    display: flex;
    justify-content: space-between;
}
.cls-tab-content-outer .tab-pane span.cls-section-heading {
    width: 50%;
    float: left;
    font-size: 31px;
    padding-right: 20px;
    font-weight: 700;
    color: #00B0D5;
    line-height: 34px;
    font-family: 'Spectral',serif;
}
.cls-tab-content-outer .tab-pane .cs-desc-outer {
    float: left;
    width: 50%;
}
.cls-tab-content-outer .tab-pane .cs-desc-outer .cls-tab-desc p{
    font-size: 14px;
    color: #000000;
    font-family: "Proxima Nova" !important;
}
.cls-tab-content-outer .tab-pane .cs-desc-outer .cls-tab-link.btn {
    border: 1px solid #8E489B;
    color: #8E489B;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Proxima Nova" !important;
}
.cls-tab-content-outer .tab-pane .cs-desc-outer .cls-tab-link.btn:hover {
   background: #8E489B;
   color:#fff;
}
.cls-filter-section {
    padding: 100px 0px 50px;
    float: left;
    width: 100%;
}
.cls-filter-section.cls-hide-tab{
  padding-top: 0px;
}
.cls-filter-section-title {
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px 0px;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
.resource-bar-main {
    float: left;
    width: 100%;
}
.resource-bar {
    padding: 30px 0px 60px;
}
.resource-bar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resource-bar ul li {
    display: inline-block;
    margin-right: 20px;
    width: 100%;
}
.resource-bar ul li:last-child{
  margin-right: 0px;
}
.resource-bar ul li lable {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    color: #000000;
}
.resource-bar ul li select ,.resource-bar ul li input{
    border: 0px;
    border-bottom: 2px solid #7E408A;
    border-radius: 0px;
    -webkit-appearance: none;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    color: #7E408A;
    font-size: 14px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}
.resource-bar ul li input::-webkit-input-placeholder {
  color: #7E408A;
}
.resource-bar ul li select:before {
  content: "";
}

.resource-bar ul li button {
    background: transparent;
    border: 1px solid #7E408A;
    color: #7E408A;
    padding: 12px 43px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 11px;
    line-height: normal;
    width: 100%;
}
.resource-bar ul li button:hover {
   background: #7E408A;
   color:#fff;
} 
.resource-bar-images {
    float: left;
    width: 100%;
}
.resource-bar-box {
    display: inline-block;
    width: 30.6%;
    margin-right: 40px;
    margin-bottom: 40px;
}
.resource-bar-box:nth-child(3n+3) {
    margin-right: 0px;
}
.resource-bar-box-inner {
    position: relative;
}
.resource-bar-box-contetn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: left;
}
.resource-bar-box-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.resource-bar-box-img {
    position: relative;
}
.resource-bar-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.resource-bar-box-contetn h3 a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Proxima Nova" !important;
    font-weight: 700;
    text-transform: initial;
    -webkit-font-smoothing: antialiased;
}
.resource-bar-box-contetn h3{
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}
.resource-bar-box-contetn a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Proxima Nova" !important;
    float: left;
    width: 100%;
}
.resource-bar-box-contetn span.resource-bar-breadcum {
    color: #fff;
    font-weight: 500;
    font-family: "Proxima Nova" !important;
    font-size: 14px;
    line-height: 17px;
}
.page-numbers {
    margin: 0px !important;
    list-style: none;
    padding: 30px 0px 0px;
    text-align: center;
}
.page-numbers li {
    display: inline-block;
    padding-right: 15px;
}
.page-numbers li a {
    color: #7E408A;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova" !important;
}
.page-numbers li span.page-numbers.current{
  color:#7E408A;
  font-size: 18px;
  font-weight: 600;
  font-family: "Proxima Nova" !important;
}
.cls-breadcumb-section ol.breadcrumb {
    background: transparent;
    padding-left: 0px;
}
.cls-breadcumb-section ol.breadcrumb li.breadcrumb-item {
    font-size: 14px;
}
.cls-breadcumb-section ol.breadcrumb li.breadcrumb-item a{
    color: #969696;
}
.cls-breadcumb-section ol.breadcrumb li.breadcrumb-item.active {
    color: #00B0D5;
}
.cls-page-search input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #00B0D5;
    padding: 10px 30px;
    outline: none !important;
    color: #969696;
    font-size: 16px;
    box-shadow: none !important;
    font-weight: 600;
}
.cls-page-search input::-webkit-input-placeholder{
  color: #969696;
}
.cls-page-search {
    position: relative;
}
.cls-page-search i.fa.fa-search {
    position: absolute;
    top: 9px;
    left: 3px;
    font-size: 15px;
    color: #00B0D5;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary .cls-close-btn {
    position: absolute !important;
    right: 60px;
    top: -70px;
    cursor: pointer;
    z-index: 999999 !important;
}
.cls-close-btn i {
    color: #fff;
    font-size: 22px;
}
.new-close-btn {
    position: absolute;
    right: 0;
    top: 9px;
    display: none;
    cursor: pointer;
}
.new-close-btn i {
    font-size: 22px;
}
div#main-search {
    width: 100% !important;
}
/*.siteorigin-widget-tinymce.textwidget p {
    text-align: center !important;
}*/
div#panel-14-0-1-0 a {
    border: 0px;
    padding: 0px;
    font-weight: 400;
    color: #000;
}

body .owl-carousel {
    max-width: 100% !important;
}
.footer-cls-bottom .social-media-button-container a {
    font-size: 15px;
}
header#masthead.expanded + #content.site-content {
    padding-top: 0px !important;
}



/************* resource single page css Start **********************/

.cls-single-resource-outer {
    float: left;
    width: 100%;
    display: flex;
    padding: 50px 0px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
}
.cls-single-resource-outer h1.entry-title {
    margin-top: 0px;
    color: #00A2C4;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    font-family: "Spectral";
    border-bottom: 0px;
    margin-bottom: 0px !important;
}
.cls-single-resource-outer .entry-content {
    margin-top: 0px;
}
.cls-single-resource-outer .entry-content p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.cls-single-resource-outer .entry-content h2{
    margin: 0px;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px !important;
    font-family: "Proxima Nova";
    padding: 0px !important;
    margin-bottom: 20px;
}
.cls-single-resource-outer .news-detail-header {
    width: 100%;
    margin-bottom: 30px;
}
.cls-single-resource-outer .news-detail-header .post_date{
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
}
.cls-single-resource-outer .news-detail-header .category a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px !important;
    margin-right: 5px;
}
.cls-single-resource-outer .news-detail-header .category a:last-child {
    margin-right: 0px;
}
.cls-single-resource-outer .news-detail-header .category{
  font-weight: bold;
  line-height: 24px;
  font-size: 16px !important;
}
.cls-single-resource-outer .news-detail-header .category a:hover {
    color: #E51875;
}
.cls-single-resource-outer .entry-content iframe {
    width: 100%;
}
.cls-single-resource-outer .entry-content p:last-child {
    margin-bottom: 0px;
}
.cls-single-resource-outer .entry-content p a {
    color: #7E408A;
    text-decoration: underline;
    font-weight: bold;
}

.cls-pagination-outer {
    display: flex;
    justify-content: space-between;
}
.cls-pagination-outer .find-btn {
    width: 48% !important;
    padding: 25px;
    position: relative;
}
.cls-pagination-outer .find-btn h3 {
    color: #fff;
    text-align: left;
    margin-bottom: 30px !important;
    font-size: 24px;
    line-height: 24px !important;
}
.cls-single-resource-outer .post-thumbnail.cls-here {
    padding: 50px 0px;
    overflow: hidden;
}
.cls-single-resource-outer .post-thumbnail.cls-here .slick-slider {
    margin: 20px -5px !important;
}
.cls-single-resource-outer .post-thumbnail.cls-here .slick-list> div {
margin-left:0;
}
.cls-single-resource-outer .post-thumbnail.cls-here .slick-slide img {
    height: 150px !important;
    object-fit: cover !important;
    width: 100% !important;
    object-position: center;
}
.cls-single-resource-outer .post-thumbnail.cls-here .cls-full-size.slick-slider img {
    height: 500px !important;
}
.cls-single-resource-outer .post-thumbnail.cls-here .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
    outline: none;
    box-shadow: none;
}
.cls-single-resource-outer .post-thumbnail.cls-here ul.slick-dots{
    display: none !important;
}
.cls-pagination-outer .find-btn .cls-left-arrow {
    float: left;
    padding-right: 0px;
    padding-left: 40px;
    left: 25px;
    justify-content: flex-start;
}
.cls-pagination-outer .find-btn .cls-left-arrow:before {
    left: -8px;
    transform: scaleX(-1);
}
.cls-pagination-outer .find-btn span:before {
    right: 0;
}
.cls-pagination-outer .find-btn span {
    padding-right: 50px;
    position: absolute;
    bottom: 18px;
    right: 17px;
}
.cls-single-resource-outer #secondary {
    padding: 20px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    max-width: 320px;
    float: right !important;
}
.cls-single-resource-outer #secondary {
    padding: 20px;
    border: 1px solid rgba(112, 112, 112, 0.5);
}
.cls-single-resource-outer #secondary h3.widget-title {
    margin-top: 0px;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-family: "Proxima Nova";
    margin-bottom: 5px;
}
.cls-single-resource-outer #secondary .widget {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.cls-single-resource-outer #secondary .widget:last-child {
    margin-bottom: 0px;
    padding-bottom: 00px;
    border-bottom: 0px solid rgba(112, 112, 112, 0.2);
}
.cls-single-resource-outer #secondary .widget .item-title {
    padding: 0px 0px 10px;
}
.cls-single-resource-outer #secondary .widget .item-title:last-child {
    padding: 0px 0px 0px;
}
.cls-single-resource-outer #secondary .widget a {
    text-decoration: underline;
    font-size: 14px;
    line-height: normal;
    color: #7E408A;
    background: transparent !important;
    padding: 0px;
    font-weight: bold;
}
.cls-single-resource-outer #secondary .widget a:hover {
  color:#E51875;
}

.cls-single-resource-outer div#comments {
    margin-top: 80px;
}
.cls-single-resource-outer div#comments h3#reply-title {
    margin-top: 0px !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-family: "Proxima Nova";
}
.cls-single-resource-outer .logged-in-as a {
    text-decoration: underline;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 24px !important;
}
.cls-single-resource-outer .comment-notes{
    margin-right: 15px;
    font-size: 14px;
    font-weight: 24px !important;
    color: #000000;
}
.cls-single-resource-outer div#comments textarea#comment {
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    color: #969696;
    line-height: 24px;
}
.cls-single-resource-outer div#comments .form-allowed-tags {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.cls-single-resource-outer div#comments .alert.alert-info {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    color: #00A2C4;
    line-height: 24px;
}
.cls-related-outer {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.cls-related-outer .cls-section-title h3 {
    border-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.cls-single-resource-outer div#comments label {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 24px;
}
.cls-single-resource-outer div#comments input {
    padding: 10px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 6px;
    font-size: 14px;
    color: #000000;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.cls-single-resource-outer div#comments .comment-form-author,
 .cls-single-resource-outer div#comments .comment-form-email, 
 .cls-single-resource-outer div#comments .comment-form-url,
 .cls-single-resource-outer div#comments .form-submit {
    margin-bottom: 10px;
    width: 50%;
}
.cls-single-resource-outer div#comments .form-submit {
   margin-top: 30px;
   text-align:right; 
 }
.cls-single-resource-outer div#comments .form-submit input{
    padding: 12px 30px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: bold;
    background: transparent !important;
    outline: none;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    width: auto !important;
    border: 1px solid #8E489B !important;
    text-transform: uppercase;
    color: #8E489B !important
}
.cls-single-resource-outer div#comments .form-submit input{
  background: #8E489B !important
  color:#fff !important;
}

.cls-single-resource-outer .news-detail-header .post_date  .event_date {
    margin-bottom: 10px;
}






/************* resource single page css End **********************/


.Identifier-services-section .so-widget-sow-image {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Identifier-services-section .sow-image-container {
    height: 138px !important;
    object-fit: contain;
    width: 138px !important;
    padding: 30px;
    border-radius: 100%;
    align-items: center;
}
.identifier-title h2{
    margin: 0px;
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 45px !important;
    font-family: "Spectral" !important;
    padding: 0px !important;
}
.Identifier-services-section h4{
    margin-top: 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    font-family: "Proxima Nova";
    padding: 0px !important;
    min-height: 50px;
    margin-bottom: 10px !important;
}
.Identifier-services-section p {
    margin-bottom: 20px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.invert-text .purple-color {
    color: #8E489B !important;
    opacity: 1;
    font-weight: bold !important;
    text-shadow: none !important;
}
.invert-text .purple-color:hover {
    color: #E51875 !important;
}

.rda-work-section h2 {
    margin-top: 0px;
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 45px !important;
    font-family: "Spectral" !important;
    padding: 0px !important;
    
}
.blue-row h2, .blue-row h3{
   color: #000;
}
.rda-work-section p  {
    margin-bottom: 20px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.rda-work-section ul{
  padding-left:20px;
  margin:0px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.rda-work-section ul:last-child{
  margin-bottom: 0px;
}
.rda-work-section ul li ul{
  list-style-type: circle;
}
.rda-work-section li {
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.rda-work-section p a,.rda-work-section li a,
.meta-section .normal-paragraph-text p a{
  font-weight: bold !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
.rda-work-section h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px !important;
    font-family: "Proxima Nova";
    padding: 0px !important;
}
.meta-section .normal-paragraph-text p{
  color: #fff;
}
.topic-cls p {
    color: #fff !important;
    font-weight: 500 !important;
    font-family: "Proxima Nova" !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: left !important;
    margin:0px !important;
}
.topic-cls h4 {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: "Proxima Nova" !important;
    font-weight: 700 !important;
    text-transform: initial;
    -webkit-font-smoothing: antialiased;
    text-align: left !important;
}
.topic-cls .sow-slider-image-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.full-img-cls img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.subscribe-form-cls .gfield_checkbox li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscribe-form-cls .gfield_checkbox li label {
    padding-left: 25px !important;
    line-height: normal !important;
}
.subscribe-form-cls .gfield_checkbox li input {
    margin: 0px !important;
}






/******************************************/


@media(min-width: 1700px){
  .single-resource div#content .container {
    max-width: 1360px;
}
.single-news div#content .container {
    max-width: 1360px;
}
.single-events div#content .container {
    max-width: 1360px;
}
}

@media(min-width:992px){
.cls-toggle-menu:hover .cls-menu-section{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
}

@media(max-width: 1500px){
  .header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    height: 450px !important;
}
}

@media(max-width: 1199px){
  .header-cls-menu-bar-bottom li a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 12px !important;
}
.header-cls-menu-bar-bottom li.spec span.navbar-toggler-label {
    font-size: 13px !important;
}
.cls-banner-text-inner {
    max-width: 70%;
}
body {
    padding-top: 93px;
}

.cls-section-title {
    font-size: 20px;
}
.cls-title-section h2 {
    font-size: 20px;
}
.cls-desc-section {
    font-size: 13px;
}
.cls-cate-outer {
    max-width: 32%;
}
.cls-nav-tabs-outer li a {
    padding: 10px 26px;
}
.resource-bar-box {
    width: 30%;
}
.cls-menu-section {
    top: 119px;
}
}

@media(max-width: 991px){
.header-cls-menu-bar-bottom #mega-menu-wrap-primary {
    opacity: 0 !important;
    position: absolute !important;
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(10px) !important;
    right: 0;
    top: 80px;
    border-top: 2px solid #00B0D5 !important;
    width: 100%;
    text-align:left;
    display: none;
}
.expand-main-nav .header-cls-menu-bar-bottom #mega-menu-wrap-primary {
    opacity: 1 !important;
    display: block;
}

.header-cls-menu-bar-bottom #mega-menu-primary.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    display: block;
}
.flex-nav{
    display: block !important;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary li {
    display: block !important;
    text-align:left !important;
}
.header-cls {
    padding-bottom: 10px;
}
.header-flex {
    display: block !important;
    position: absolute;
    right: 44px;
    top: 37px;
    height: auto !important;
}
span.navbar-toggler-label {
    display: none !important;
}
/*.cls-menu-section {
    display: none !important;
}*/
.header-cls-menu-bar-bottom li a {
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: inline-block !important;
    width: 100% !important;
}
.header-cls-menu-bar-bottom li {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.header-cls-menu-bar-bottom li ul.mega-sub-menu li {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.header-cls-menu-bar-bottom li a:first-child{
    padding-top: 20px !important;
}
.cls-banner-heading {
    font-size: 55px;
    line-height: 48px;
}
.cls-banner-heading a{
    font-size: 55px;
    line-height: 48px;
}
.cls-banner-sub-heading {
    font-size: 16px;
    line-height: 22px;
}
.header-cls-menu-bar-bottom {
    padding-top: 0px;
}
body {
    padding-top: 90px;
}
.cls-nav-tabs-outer li a {
    font-size: 13px;
    color: #969696;
    padding: 10px 6px;
}
.resource-bar-box {
    display: inline-block;
    width: 30%;
    margin-right: 25px;
    margin-bottom: 20px;
}
.resource-bar-box-contetn {
    padding: 15px;
}
.resource-bar-box-contetn h3 a {
    font-size: 13px;
    line-height: 19px;
}
.header-cls-inner {
    align-items: flex-start;
}
.header-cls-menu-bar-bottom li:hover a.nav-link:before,
.header-cls-menu-bar-bottom li.active a.nav-link:before {
    height: 3px;
}
.cls-menu-section {
    top: 0px;
}
.new-close-btn {
    display: inline-block !important;
    top: 100px;
    z-index: 999;
}
div#main-search form {
    margin-top: 0px !important;
}
.cls-section-title {
    font-size: 17px;
}
.cls-left-menu-section {
    padding-right: 0px;
    border-right: 0px;
}
.cls-title-section h2 {
    font-size: 16px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu .mega-menu-columns-4-of-12,
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu .mega-menu-columns-8-of-12{
  width: 100% !important;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary li .menu.nav li {
    width: 45%;
    margin-bottom: 10px;
    display: inline-block !important;
}
.header-cls-menu-bar-bottom .menu.nav li:nth-child(3n+3) {
    margin-right: 30px;
}
.header-cls-menu-bar-bottom .menu.nav li:nth-child(2n+2) {
    margin-right: 0px;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary li .menu.nav  li ul.sub-menu.nav li {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.header-cls-menu-bar-bottom .menu.nav  li ul.sub-menu.nav li a {
    padding-top: 0px !important;
}
.header-cls-menu-bar-bottom .mega-menu-row {
    top: -119px !important;
    border-top: 0px solid #00B0D5 !important;
    position: absolute !important;
    z-index: 999999 !important;
}
.cls-button-section{
  margin-bottom: 30px;
}
.header-cls-menu-bar-bottom .mega-current_page_item a:after {
    bottom: -9px;
    height: 4px;
}
.resource-bar ul li button {
    padding: 12px 30px;
 }
.resource-bar ul li { 
  margin-right: 10px;
}
.resource-bar ul li select, .resource-bar ul li input {
    font-size: 12px;
    line-height: 25px;
}
.cls-single-resource-outer {
    flex-direction: column-reverse;
}
.cls-single-resource-outer section#primary {
    flex: initial !important;
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding: 0px;
}
.cls-single-resource-outer #secondary {
    flex: initial;
    float: left !important;
    width: 100%;
    max-width: 100% !important;
}
}

@media(max-width: 767px){
  .cls-banner-text-inner {
    max-width: 100%;
}
.cls-banner-heading {
    font-size: 40px;
    line-height: 40px;
}
.cls-banner-heading a{
    font-size: 40px;
    line-height: 40px;
}
.cls-banner-image {
    height: 540px;
}
.cls-banner-image img {
    height: 540px;
}
.cls-banner-modal .modal-dialog {
    max-width: 97% !important;
    padding: 0px 20px;
    margin: 0px;
}

.cls-banner-modal {
    margin: 0px !important;
    padding: 0px !important;
}
.footer-menu {
    float: right;
    width: 50%;
}
.footer-logo {
    float: left !important;
    width: 50% !important;
}
.col-md-6.footer-social > section > div {
    padding-top: 0px !important;
}
.footer-row-bottom .textwidget.custom-html-widget span {
    font-size: 11px;
    line-height: 19px;
}
.footer-social {
    float: left;
    width: 50%;
}
.footer-logos {
    float: right;
    width: 50%;
}
.footer-cls .footer-row-top {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.footer-cls-bottom .col-md-6.footer-social {
    width: 100%;
}
.footer-cls-bottom .col-md-6 section#sow-social-media-buttons-2 {
    width: 100%;
}
.footer-cls-bottom .col-md-6.footer-social > section > div {
    text-align: center;
    padding-top: 20px !important;
    width: 100%;
}
.cls-copyright-text {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
.social-media-button-container {
    text-align: center !important;
}
.cls-nav-tabs-outer {
    border: 0px;
    margin: 50px 0px 0px;
    float: left;
    width: 40%;
}
.tab-content.cls-tab-content-outer {
    float: right;
    width: 55%;
    margin-top: 50px;
}
.cls-tab-content-outer .tab-pane.active {
    display: block;
}
.cls-tab-content-outer .tab-pane span.cls-section-heading {
    width: 100%;
    font-size: 25px;
    padding-right: 0px;
    line-height: 28px;
}
.cls-tab-content-outer .tab-pane .cs-desc-outer {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.cls-nav-tabs-outer li {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
}
.resource-bar ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 14px;
    width: 30%;
}
.resource-bar ul {
    display: block;
}
.resource-bar-box {
    display: inline-block;
    width: 44.4%;
    margin-right: 25px;
    margin-bottom: 20px;
}
.resource-bar-box {
    display: inline-block;
    width: 47.4%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.resource-bar-box:nth-child(2n+2) {
    margin-right: 0px !important;
}
.resource-bar-box:nth-child(3n+3) {
    margin-right: 20px;
}
.footer-cls .container.pt-3.pb-3 {
    max-width: 100% !important;
}
.cls-container-inner {
    display: block;
}
.cls-left-menu-section {
    width: 100%;
    float: left;
    border-right: 0px solid #969696;
    padding-right: 0PX;
}
.cls-right-menu-section {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
}
.cls-single-resource-outer {
    padding-right: 15px;
    padding-left: 15px;
}
.cls-pagination-outer {
    display: block;
}
.cls-pagination-outer .find-btn {
    width: 100% !important;
    margin-bottom: 15px;
}
.cls-pagination-outer .find-btn span {
    padding-right: 50px;
    position: relative;
    bottom: 0;
    right: 0px;
    margin-top: 20px;
}
.cls-pagination-outer .find-btn .cls-left-arrow{
  left:0;
}
.find-btn .btn-hover-cls {
    margin-top: 0px !important;
}
.cls-pagination-outer .find-btn h3 {
    margin-bottom: 15px !important;
}
.cls-single-resource-outer div#comments .comment-form-author, .cls-single-resource-outer div#comments .comment-form-email, .cls-single-resource-outer div#comments .comment-form-url, .cls-single-resource-outer div#comments .form-submit {
    margin-bottom: 10px;
    width: 100%;
}
.resource-bar-images {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
}
@media(max-width: 600px){
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    display: block !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
      display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
      padding: 0px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
      position: absolute !important;
  }
  .single-resource .resource-bar-box {
     width: 100% !important;
     margin-bottom: 20px;
}
.single-resource .resource-bar-box:last-child {
     margin-bottom: 0px;
}
.cls-single-resource-outer h1.entry-title {
    margin-top: 0px;
    color: #00A2C4;
    font-size: 28px;
    line-height: 36px;
}
.cls-pagination-outer .find-btn h3 {
    font-size: 20px;
}
}
@media(max-width: 580px){
  .footer-logo {
    width: 100% !important;
}
.footer-cls .footer_logo {
    background-position: left !important;
}
.footer-menu {
    float: right;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}
.footer-social {
    float: left;
    width: 100%;
    padding: 0px;
}
.footer-logos {
    float: right;
    width: 100%;
    padding:0px !important;
}
.resource-bar-box {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.resource-bar-box:nth-child(3n+3) {
    margin-right: 0px;
}
.cls-cate-outer {
    max-width: 100% !important;
    width: 100% !important;
}
.col-md-6.footer-social > section > div {
    text-align: left !important;
}
}
@media(max-width: 480px){
  .header-cls-menu-bar-bottom div#main-nav {
    width: 100%;
    text-align: left;
}
.header-cls-menu-bar-top {
    display: none;
}
.header-flex {
    top: 26px;
}
span.search-icon, .nav-icon {
    transform: scale(0.8) !important;
}
.cls-banner-text-outer {
    top: 10%;
}
.cls-banner-image ,
.cls-banner-image img{
    height: 500px;
}
.cls-banner-modal .modal-body {
    padding: 0px !important;
    height: 150px !important;
}
.cls-banner-modal .modal-dialog {
    top: 33%;
}
.cls-banner-modal button.close {
    top: -36px;
}
.cls-nav-tabs-outer {
    width: 100%;
}
.tab-content.cls-tab-content-outer {
    width: 100%;
    margin-top: 20px;
}
.cls-filter-section {
    padding: 50px 0px 50px;
}
.resource-bar ul li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 14px;
    width: 100%;
}
div#pg-10-4 {
    padding: 30px 0px;
}
.half-vh .custom-post-loop-widget-content .inner-content {
    height: 50vh !important;
}
div#pgc-10-5-0 {
    padding: 30px 0px 0px !important;
}
.footer-menu {
    display: block;
}
.footer-menu {
    margin-bottom: 30px;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary li .menu.nav li ul.sub-menu.nav li {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
    line-height: normal !important;
}
.cls-single-resource-outer .post-thumbnail.cls-here .slick-slide img {
    height: 110px !important;
}
.cls-single-resource-outer .post-thumbnail.cls-here .cls-full-size.slick-slider img {
    height: 200px !important;
}
}

@media(max-width: 420px){
  .header-cls-menu-bar-bottom #mega-menu-wrap-primary li .menu.nav li {
        margin-right: 20px;
   }
   .header-cls-menu-bar-bottom .menu.nav li:nth-child(3n+3) {
    margin-right: 20px;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary li .menu.nav li:nth-child(2n+2) {
    margin-right: 0px !important;
}
}






@media(min-width: 1900px){
  .resource-bar-box {
    width: 31.4%;
}
}

@media (min-width: 576px){
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    max-width: 100%;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
  max-width: 100%;
}
}
@media (min-width: 768px){
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    max-width: 720px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
  max-width: 100%;
}
}
@media (min-width: 992px){
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    max-width: 960px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
  max-width: 100%;
}
.header-cls-menu-bar-bottom #mega-menu-wrap-primary .cls-close-btn{
  display: none !important;
}
}
@media (min-width: 1200px){
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu {
    max-width: 1140px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
  max-width: 100%;
}
}
@media only screen and (min-width: 1700px){
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu{
    max-width: 1400px;
}
.header-cls-menu-bar-bottom .mega-menu-row ul.mega-sub-menu ul.mega-sub-menu {
  max-width: 100%;
  padding: 0px;
}
.cls-nav-tabs-outer li {
    width: 20%;
}
.cls-nav-tabs-outer li a {
    padding: 12px 30px;
}
.header-cls-menu-bar-bottom li a {
    font-size: 16px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
}