@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Roboto',sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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: .0625rem dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

fieldset {
  border: .0625rem solid #c0c0c0;
  margin: 0 .125rem;
  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
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #222;
  font-size: .875rem;
  line-height: 1.5;
}

body {
  font-size: .875rem;
  line-height: 1.5;
  color: #727272;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 .9375rem 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 400;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .875rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
}

p {
  color: #727272;
}

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: .9375rem;
  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: .9375rem;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: .0625rem dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: .0625rem;
  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;
}

ul, ol {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
  margin-left: 0;
}

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

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

td, th {
  border: .0625rem solid #ddd;
  padding: .3125rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #179bd7 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: .625rem 1.25rem;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
  background-color: #ff6000;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  -webkit-box-shadow: inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.5), inset 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.5), inset 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.15);
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"],
textarea,
select {
  color: #666;
  border: .0625rem solid #ddd;
  background-color: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"] {
  padding: .375rem 0 .375rem .5625rem;
}

select {
  width: 100%;
  padding: .3125rem;
}

textarea {
  padding: .625rem;
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #253b80;
  text-decoration: inherit;
}

a:visited {
  color: #253b80;
}

a:hover,
a:focus,
a:active {
  color: #179bd7;
}

a:focus {
  outline: inherit;
}

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

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
html {
  font-size: 1.041666666vw;
}

body {
  margin: 0;
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont,"Helvetica",Arial,sans-serif;
}

body * {
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont,"Helvetica",Arial,sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hide {
  display: none;
}

a {
  text-decoration: unset;
}

a:hover {
  text-decoration: none;
}

input, button {
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.container {
  width: 100%;
  max-width: 78.875%;
  margin: auto;
}

.screen-reader-text {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  position: absolute !important;
  /* It should be ablolute */
  height: .0625rem;
  width: .0625rem;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: .1875rem;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  /* It should be clip auto */
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: .3125rem;
  line-height: normal;
  padding: .9375rem 1.4375rem .875rem;
  text-decoration: none;
  top: .3125rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-effect {
  will-change: opacity;
  opacity: 1;
  -webkit-transition: .7s opacity;
  transition: .7s opacity;
}

.loading-effect.fade-in {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

body .owl-carousel {
  display: block;
}

*:not(.no-custom-scrollbar)::-webkit-scrollbar {
  width: .75rem;
  height: .875rem;
}

*:not(.no-custom-scrollbar)::-webkit-scrollbar-corner {
  border-radius: .5rem;
  background-color: #e2e2e2;
}

*:not(.no-custom-scrollbar)::-webkit-scrollbar-thumb {
  border-radius: .5rem;
  border: .1875rem solid #e2e2e2;
  background-color: #b9b9b9;
}

*:not(.no-custom-scrollbar)::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: .9375rem;
  margin-bottom: .9375rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: .9375rem;
  margin-bottom: .9375rem;
}

figure.alignright {
  margin-right: 0;
}

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

.alignnone {
  clear: both;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .9375rem;
  margin-top: .9375rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear-fix::before,
.clear-fix::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,
.home #main-content::after,
.home #main-content::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
  content: "";
  display: table;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#tophead {
  background-color: #179bd7;
}

.main-navigation ul ul.megamenu {
  width: 60rem;
  left: -30.5rem;
}

body .main-navigation ul li:hover > ul.megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation ul ul.megamenu-col {
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.megamenu-title {
  font-weight: 600;
  color: yellow;
  text-align: left;
  display: block;
  padding: .625rem 0 0 1.25rem;
  text-transform: uppercase;
}

.main-navigation ul ul.megamenu a {
  font-size: .825rem;
  padding: .375rem 0;
}

.lang-switch {
  padding: 0 0 0 .575rem;
}

.lang-switch,
.lang-switch a {
  display: -ms-grid;
  display: grid;
}

.lang-switch img {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#main-nav {
  background: #ffffff none repeat scroll 0 0;
  clear: both;
  float: left;
  margin-top: 1.75rem;
  width: 100%;
}

.enabled-sticky-primary-menu #main-nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.main-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 14.6875rem;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
  background-color: #179BD9;
  padding: .3125rem 1.25rem 0;
}

.main-navigation ul li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease .1s;
  transition: transform 0.3s ease, opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}

.main-navigation ul ul ul {
  left: 105%;
  top: 0;
}

.main-navigation li {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  position: relative;
}

.main-navigation li li {
  float: none;
  display: block;
}

.main-navigation ul li li:first-child > a {
  border-left: none;
}

.main-navigation ul li a {
  color: #222222;
  display: block;
  font-size: .875rem;
  padding: .9375rem .75rem;
  position: relative;
  z-index: 99;
}

.main-navigation ul ul a {
  border-bottom: 0.0625rem solid rgba(221, 221, 221, 0.34);
  border-left: medium none;
  border-right: medium none;
  color: rgba(255, 255, 255, 0.82);
  height: auto;
  padding: .4375rem 0;
  text-align: left;
  width: 100%;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: .625rem;
  margin-right: 0;
  position: absolute;
  right: .625rem;
  top: .875rem;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
  content: "\f105";
  top: .625rem;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
  padding-right: 1.875rem;
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a,
.main-navigation li:hover > a {
  background: #179bd7 none repeat scroll 0 0;
  color: #ffffff;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li:hover > a {
  color: #fff;
  background-color: inherit;
}

/*post navigation*/
.post-title {
  font-size: 1.0625rem;
  margin-top: .9375rem;
}

.meta-nav {
  background: #179bd7 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125rem;
  margin-right: .9375rem;
  padding: .4375rem .625rem;
  text-align: center;
  width: 7.1875rem;
}

.post-navigation a {
  color: #1a1a1a;
  display: block;
}

.post-navigation a:hover {
  color: #179bd7;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
  border-bottom: .25rem solid #179bd7;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
  padding-left: 1.875rem;
}

/** pagination **/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0 0;
}

.navigation > *:not(:first-child) {
  margin-left: .5rem;
}

.nav-links {
  border-top: medium none;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
  overflow: hidden;
}

.navigation .nav-links.current,
.navigation .nav-links:hover {
  background: #253B80 none repeat scroll 0 0;
  border-color: #2195af;
  color: #ffffff;
}

.navigation .nav-links {
  background: #179bd7;
  border: none;
  color: #fff;
  font-size: .9375rem;
  line-height: 1.5;
  padding: .3125rem .75rem;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.navigation .nav-links:hover,
.navigation .nav-links:hover {
  background: #253B80;
}

#mobile-trigger,
#mob-menu {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 1.875rem 0 0;
}

.widget:first-child {
  margin: 0;
}

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

.home #main-content .widget {
  padding: 3.125rem 0;
  margin: 0;
}

/* Make sure select elements fit in widgets. */
.home #main-content {
  clear: both;
}

.home #main-content .widget-title {
  color: #242526;
  font-weight: 400;
  margin: 0 0 1.5rem;
  line-height: 1.1;
  font-size: 2.25rem;
  text-align: center;
  position: relative;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#primary .hentry {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 .125rem #cfcfcf;
          box-shadow: 0 0 .125rem #cfcfcf;
  padding: 1.875rem;
}

.page-title {
  margin: 0;
  font-size: 1.435rem;
}

.page-header {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 .125rem #cfcfcf;
          box-shadow: 0 0 .125rem #cfcfcf;
  margin-bottom: 1.25rem;
  padding: .3125rem 1.875rem;
}

footer.entry-footer {
  margin-bottom: 1.5rem;
}

.entry-footer > span {
  display: inline-block;
  font-size: .875rem;
  height: 100%;
  margin-right: .9375rem;
  text-align: center;
}

.entry-footer > span:last-child {
  border-right: none;
}

.cat-links > a {
  margin-left: .3125rem;
}

.cat-links > a:first-child {
  margin-left: 0;
}

.entry-title a {
  color: #001837;
}

.entry-title a:hover {
  color: #179bd7;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.875rem;
}

.hentry:first-child {
  margin: 0;
}

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

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

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

.entry-footer > span a {
  color: #888;
}

.entry-footer a:hover {
  color: #179bd7;
}

.page-content,
.entry-content,
.entry-summary {
  margin: .9375rem 0 0;
}

.home .entry-content-wrapper .entry-content {
  margin: 0;
}

.entry-footer > span::before {
  display: inline-block;
  font-family: FontAwesome;
  height: .9375rem;
  margin-right: .5rem;
  content: "";
}

.entry-meta .byline .author.vcard {
  margin-left: -.25rem;
}

span.comments-link::before {
  content: "\f0e6";
}

.entry-footer > .cat-links::before {
  content: "\f115";
}

.entry-footer > .byline::before {
  content: "\f007";
}

.entry-footer .edit-link::before {
  content: "\f044";
}

.entry-footer .tags-links::before {
  content: "\f02c";
}

.entry-footer > .posted-on::before {
  content: "\f017";
}

.custom-entry-date {
  float: left;
  margin-right: .9375rem;
  margin-bottom: .3125rem;
}

.custom-entry-date span.entry-month {
  background: #253b80 none repeat scroll 0 0;
  color: #ffffff;
  font-size: .875rem;
  font-weight: bold;
  line-height: .75rem;
  padding: .5rem 1.375rem;
  text-transform: uppercase;
  width: 4.5rem;
}

.custom-entry-date span.entry-day {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.5rem;
  overflow: hidden;
  padding: .75rem 0 1.375rem;
  background: #179bd7;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  width: 4.5rem;
  text-shadow: #505ba0 .0625rem .0625rem,   #505ba0 .125rem .125rem,   #505ba0 .1875rem .1875rem, #505ba0 .25rem .25rem,   #505ba0 .3125rem .3125rem,   #505ba0 .375rem .375rem, #505ba0 .4375rem .4375rem,   #505ba0 .5rem .5rem,   #505ba0 .5625rem .5625rem, #505ba0 .625rem .625rem, #505ba0 .6875rem .6875rem, #505ba0 .75rem .75rem, #505ba0 .8125rem .8125rem, #505ba0 .875rem .875rem, #505ba0 .9375rem .9375rem, #505ba0 1rem 1rem, #505ba0 1.0625rem 1.0625rem, #505ba0 1.125rem 1.125rem, #505ba0 1.1875rem 1.1875rem, #505ba0 1.25rem 1.25rem, #505ba0 1.3125rem 1.3125rem, #505ba0 1.375rem 1.375rem, #505ba0 1.4375rem 1.4375rem, #505ba0 1.5rem 1.5rem, #505ba0 1.5rem 1.5rem, #505ba0 1.5rem 1.5rem, #505ba0 1.6875rem 1.6875rem, #505ba0 1.75rem 1.75rem, #505ba0 1.8125rem 1.8125rem, #505ba0 1.875rem 1.875rem, #505ba0 1.9375rem 1.9375rem, #505ba0 2rem 2rem, #505ba0 2rem 2rem, #505ba0 2.125rem 2.125rem, #505ba0 2.1875rem 2.1875rem, #505ba0 2.25rem 2.25rem, #505ba0 2.25rem 2.25rem, #505ba0 2.375rem 2.375rem, #505ba0 2.4375rem 2.4375rem, #505ba0 2.5rem 2.5rem, #505ba0 2.5rem 2.5rem, #505ba0 2.625rem 2.625rem, #505ba0 2.6875rem 2.6875rem, #505ba0 2.75rem 2.75rem, #505ba0 2.8125rem 2.8125rem, #505ba0 2.875rem 2.875rem, #505ba0 2.9375rem 2.9375rem, #505ba0 3rem 3rem, #505ba0 3.0625rem 3.0625rem, #505ba0 3.125rem 3.125rem, #505ba0 3.125rem 3.125rem, #505ba0 3.25rem 3.25rem, #505ba0 3.3125rem 3.3125rem, #505ba0 3.3125rem 3.3125rem, #505ba0 3.4375rem 3.4375rem, #505ba0 3.5rem 3.5rem, #505ba0 3.6125rem 3.6125rem, #505ba0 3.6125rem 3.6125rem;
}

.custom-entry-date > span {
  display: block;
  text-align: center;
}

.entry-header .entry-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.entry-content-wrapper .entry-header .entry-title {
  margin-bottom: .625rem;
}

.archive-content .page-title {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}

.article-item {
  padding: 1.25rem 0;
  border-bottom: thin solid #dedede;
}

.article__title {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}

.archive-content .meta-time {
  font-size: .75rem;
  float: right;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a3a2a2;
}

.article__header {
  margin: 0 0 .5rem;
}

.article__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10rem;
  margin: 0 1rem 0 0;
}

.article__image img {
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__expert {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.article__expert p {
  margin-bottom: .25rem;
}

.article-simple .article__title a {
  font-weight: 400;
}

.article-simple .article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-simple .article__title i {
  margin-right: .75rem;
  padding-top: .25rem;
}

.article-item.article-simple {
  padding: 1.125rem 0 1.125rem;
}

.article-simple .meta-time {
  bottom: -.875em;
}

.accordion-title {
  color: #2d4073;
  font-size: 1.0625rem;
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
}

.accordion-title:before {
  content: '';
  background-image: url(../images/chevron-forward-outline.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 1.5rem;
  height: 2rem;
  top: -0.25rem;
  left: 0rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.accordion.show .accordion-title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.meta-time {
  text-align: center;
  display: block;
  margin: -1.25rem 0 1.5rem;
}

.related-post {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 .125rem #cfcfcf;
  box-shadow: 0 0 .125rem #cfcfcf;
  padding: 1.875rem;
  margin: 2rem 0 0;
}

.related-post-title {
  border-bottom: .0625rem solid #e7ecef;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: .9375rem;
  padding-bottom: .625rem;
  position: relative;
  color: #222222;
  display: block;
}

.related-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #253b80;
  position: relative;
}

.related-item__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 5.75rem;
  margin-right: 1rem;
}

.related-item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-item__title {
  font-size: .9375rem;
  margin: 0;
  line-height: 1.5;
  color: #253b80;
}

.related-item .meta-time {
  color: #727272;
  font-size: .75rem;
  text-align: right;
  margin: 0;
}

.related-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.related-item {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# 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 {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: inline-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;
  margin-right: -.3125rem;
  margin-left: -.3125rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: .3125rem;
}

.gallery-item img {
  vertical-align: middle;
}

.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;
  padding: .3125rem;
}

/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/
#page {
  position: relative;
  margin: 0 auto;
}

.site-layout-boxed #page {
  max-width: 76.875rem;
  margin-top: 1.875rem;
  -webkit-box-shadow: 0 .125rem .125rem;
          box-shadow: 0 .125rem .125rem;
  margin-bottom: 1.875rem;
}

.site-layout-boxed #page .top-news-title {
  margin-left: -1rem;
  padding-left: .9375rem;
}

.inner-wrapper {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.custom-button {
  display: block;
  font-size: 1rem;
  margin-bottom: .625rem;
}

.custom-button {
  border: .125rem solid #179bd7;
  display: inline-block;
  font-size: .9375rem;
  margin: .625rem;
  padding: .5rem 1.5rem;
}

.custom-button:hover {
  background: #179bd7;
  color: #fff;
  border-color: #179bd7;
}

.call-to-action-buttons .custom-button {
  border-color: #fff;
  color: #fff;
}

.call-to-action-buttons .custom-button:hover {
  border-color: #179bd7;
}

/*buttons*/
a.more {
  border: .125rem solid #fff;
  color: #fff;
  display: inline-block;
  padding: .3125rem 1.5rem .5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a.more::after {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.0625rem;
  margin-left: .5625rem;
}

a.more:hover {
  color: #343434;
  background-color: #fff;
  border-color: #fff;
}

a.button {
  border: .125rem solid #ffffff;
  color: #ffffff;
  padding: .5625rem 1.5rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  text-transform: uppercase;
}

a.button:hover {
  color: #6081a7;
}

a.button::after {
  content: "\f101";
  font-family: fontawesome;
  margin-left: .3125rem;
}

a.read-more {
  margin-left: .625rem;
  color: #179bd7;
}

/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/
a.custom-logo-link {
  float: left;
  margin-right: .9375rem;
}

.site-description {
  color: rgba(255, 255, 255, 0.64);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .125rem;
  margin-bottom: 0;
}

#header-social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-social li {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: .5rem .4375rem;
  margin: 0;
  float: left;
}

#header-social .university_hub_widget_social ul li a::before {
  line-height: 1.5;
  font-size: 1rem;
}

#header-social .university_hub_widget_social li a {
  height: 1.5rem;
  background: inherit;
  width: 1.25rem;
}

#header-social .university_hub_widget_social ul li a::before {
  color: rgba(255, 255, 255, 0.71);
  text-shadow: inherit;
  font-size: .875rem;
  font-weight: 300;
  line-height: 2;
}

#header-social .university_hub_widget_social ul li a:hover::before {
  color: #fff;
}

.header-search-box {
  float: right;
  position: relative;
}

.header-search-box .search-box-wrap {
  right: 3%;
  width: 15.625rem;
}

.search-form input.search-field {
  border: .0625rem solid #dddddd;
  height: .9375rem;
  margin-right: .625rem;
  margin-top: .5rem;
  padding: .625rem;
  width: 89%;
}

.search-form {
  position: relative;
}

.search-form .search-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  color: #999999;
  font: .875rem/1.3 FontAwesome;
  height: 2.25rem;
  padding: .1875rem .8125rem;
  top: .5rem;
  right: .375rem;
  position: absolute;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
  color: #357fe2;
  background: none;
}

/*quick contact*/
.quick-news > span {
  background: #ff6000 none repeat scroll 0 0;
  color: #ffffff;
  font-weight: bold;
  margin-right: .5rem;
  padding: .125rem .3125rem;
}

.quick-news > a {
  color: #ffffff;
}

.quick-news {
  float: left;
  padding: .625rem 0;
  text-align: left;
  width: 33.33%;
}

#quick-contact {
  float: right;
}

#quick-contact > ul {
  margin: 0;
  padding: 0;
}

a.quick-call, span.main-address {
  font-size: 1.0625rem;
}

#quick-contact a,
#quick-contact span {
  color: #ffffff;
  display: block;
  padding: .3125rem;
}

#quick-contact li.quick-address-info::before {
  content: "\f015";
}

#quick-contact li.quick-call-info::before {
  content: "\f095";
}

#quick-contact li::before {
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  margin-right: .3125rem;
  padding: .375rem 0;
  text-align: center;
  width: 1.6875rem;
  position: absolute;
  left: .3125rem;
  top: .3125rem;
}

#quick-contact li {
  clear: inherit;
  float: left;
  font-size: .875rem;
  line-height: 0.8;
  list-style: outside none none;
  margin-top: .3125rem;
  padding: 0 .3125rem 0 0;
  text-align: left;
  position: relative;
  padding-left: 3.125rem;
  margin-left: 1.25rem;
}

a.quick-email,
.sub-address {
  opacity: 0.7;
}

.tophead-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top-news-title {
  background: #ff6000  none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: .875rem;
  font-weight: 600;
  margin-left: -31.25rem;
  padding: .5rem .375rem .5625rem 31.25rem;
  position: relative;
  height: 2.425rem;
}

.top-news-title i {
  font-size: 0;
}

.top-news-title::after {
  border-left: 1rem solid #ff6000;
  border-top: 2.5rem solid rgba(0, 0, 0, 0);
  content: "";
  display: inline;
  float: right;
  position: absolute;
  right: -1rem;
  bottom: 0;
}

.top-news a {
  width: 100%;
  color: #fff;
  font-size: .875rem;
}

.top-news a:hover {
  color: #fff;
}

#news-ticker {
  font-size: .875rem;
  font-weight: 400;
  margin: .5625rem 2rem .375rem 1.25rem;
  max-height: 1.3125rem;
  overflow: hidden;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-header {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
  background-color: #179bd7;
}

.site-header-wrapper {
  padding: 1.5rem 0 0;
  -webkit-transition: padding 0.5s ease-in-out 0s;
  transition: padding 0.5s ease-in-out 0s;
}

.sticky-header .site-header-wrapper {
  background: #253b80 none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 .1875rem #aaaaaa;
          box-shadow: 0 0 .1875rem #aaaaaa;
  left: 0;
  padding: 0 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.sticky-header .site-header-wrapper .site-branding,
.sticky-header .site-header-wrapper #quick-contact {
  display: none;
}

.slider-enabled .site-header {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99999;
}

.sticky-header .site-header-wrapper #main-nav {
  background: #253b80 none repeat scroll 0 0;
  margin: 0;
}

#site-identity {
  float: left;
  margin-right: .9375rem;
  text-align: left;
}

.sticky-header .site-header-wrapper #main-nav a {
  color: #ffffff;
}

.site-branding img {
  margin-top: .3125rem;
  vertical-align: middle;
  width: 3.125rem;
  display: none;
}

.site-branding {
  float: left;
}

.site-title > a {
  color: #ffffff;
}

.sticky-header .site-header-wrapper .site-description {
  display: none;
}

#masthead {
  background: #253b80 none repeat scroll 0 0;
  clear: both;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#site-logo {
  max-width: 18.75rem;
}

.site-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.site-info a {
  color: #fff;
}

/*Top Header*/
#tophead {
  background-color: #179bd7;
  height: 2.5rem;
  width: 100%;
  float: left;
}

.header-social {
  float: right;
  margin-top: 1.25rem;
  padding: 0 .9375rem;
}

#top-nav {
  display: block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: auto;
}

#top-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

#top-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 14.6875rem;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
  background-color: #179BD9;
  padding: .3125rem 1.25rem 0;
}

#top-nav ul li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease .1s;
  transition: transform 0.3s ease, opacity 0.2s ease .1s, -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}

#top-nav ul ul ul {
  left: 100%;
  top: 0;
}

#top-nav li {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding-left: .3125rem;
  position: relative;
}

#top-nav li:first-child {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

#top-nav li li {
  float: none;
  display: block;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
}

#top-nav ul li li:first-child > a {
  border-left: none;
}

#top-nav ul li a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  padding: .625rem;
  position: relative;
  z-index: 99;
}

#top-nav ul ul a {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  font-size: .875rem;
  height: auto;
  padding: .625rem 0;
  text-align: left;
  width: 100%;
  border-left: none;
  border-right: none;
}

#top-nav ul ul li:last-child a {
  border-bottom: none;
}

#top-nav ul ul a:hover {
  color: #fff;
}

#top-nav ul ul li:first-child,
#top-nav ul ul li {
  border: none;
}

#top-nav ul li.menu-item-has-children > a::after,
#top-nav ul li.page_item_has_children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: .625rem;
  margin-right: 0;
  position: absolute;
  right: .625rem;
  top: .6875rem;
}

#top-nav ul li li.menu-item-has-children > a::after,
#top-nav ul li li.page_item_has_children > a::after {
  content: "\f105";
  top: .625rem;
  display: none;
}

#top-nav ul li.menu-item-has-children a,
#top-nav ul li.page_item_has_children a {
  padding-right: 1.875rem;
}

#top-nav li a:hover,
#top-nav li.current-menu-item a,
#top-nav li.current_page_item a,
#top-nav li:hover > a {
  color: #ffffff;
}

.menu-toggle,
.menu-toggle .fa-close,
.is-open .menu-toggle .fa-bars,
.dropdown-toggle {
  display: none;
}

.is-open .menu-toggle .fa-close {
  display: inline-block;
}

#mob-menu2,
#mobile-trigger2 {
  display: none;
}

/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/
.university_hub_widget_social {
  clear: both;
  overflow: hidden;
}

.university_hub_widget_social ul {
  margin: 0;
}

.university_hub_widget_social li a {
  background: #222222 none repeat scroll 0 0;
  display: block;
  height: 2.5rem;
  line-height: 1.7;
  margin-right: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem;
}

.university_hub_widget_social li {
  display: inline-block;
  margin-right: .3125rem;
  margin-bottom: .3125rem;
}

.widget-area .university_hub_widget_social li,
#footer-widgets .university_hub_widget_social li {
  padding: 0;
}

.widget-area .university_hub_widget_social li::before,
#footer-widgets .university_hub_widget_social li::before {
  display: none;
}

.university_hub_widget_social ul li a::before {
  font-size: 1.1875rem;
}

.university_hub_widget_social li a i {
  color: #cacad8;
  font-size: 1.125rem;
  font-weight: normal;
}

.university_hub_widget_social ul li a::before {
  color: #ffffff;
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 2.2;
  text-shadow: -.125rem .0625rem .0625rem #222222;
}

.university_hub_widget_social ul li a:hover {
  background-color: #001837;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.university_hub_widget_social ul li a:hover::before {
  color: #fff;
}

.university_hub_widget_social ul li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.university_hub_widget_social ul li a[href*="twitter.com"]::before {
  content: "\f099";
}

.university_hub_widget_social ul li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.university_hub_widget_social ul li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.university_hub_widget_social ul li a[href*="youtube.com"]::before {
  content: "\f167";
}

/*social links hover effect */
.university_hub_widget_social ul li a[href*="facebook.com"] {
  background-color: #3b5998;
}

.university_hub_widget_social ul li a[href*="twitter.com"] {
  background-color: #00aced;
}

.university_hub_widget_social ul li a[href*="youtube.com"] {
  background-color: #bb0000;
}

.university_hub_widget_social ul li a[href*="instagram.com"] {
  background-color: #517fa4;
}

/*--------------------------------------------------------------
## Main slider Style By WEN Themes
--------------------------------------------------------------*/
.banner {
  position: relative;
  z-index: 99;
}

.banner-item::before {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(0rem, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0rem, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 12.5rem;
  content: "";
  left: 0;
}

.banner-item::after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(0rem, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.5) 0rem, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 12.5rem;
  content: "";
  left: 0;
}

.banner {
  color: #686868;
  clear: both;
  position: relative;
  text-align: center;
}

.banner .banner-carousel {
  position: relative;
  z-index: 3;
}

.banner img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: -1;
}

.banner article.first {
  display: block;
}

.banner article {
  display: none;
}

.banner .cycle-slideshow {
  margin-bottom: 0;
  padding: 0;
}

.banner .cycle-caption {
  bottom: 35%;
  height: auto;
  position: absolute;
  text-align: left;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  width: 100%;
  z-index: 999;
}

.banner .cycle-caption .caption-wrap {
  max-width: 45%;
  float: left;
}

.banner .next-prev-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 81.25rem;
  position: relative;
}

.banner h3 {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-bottom: 0;
  background: #179bd7 none repeat scroll 0 0;
  padding: .625rem 1.25rem .625rem;
}

.banner h3 a span {
  color: #fff;
}

.banner p {
  background: white none repeat scroll 0 0;
  color: #707070;
  font-size: .9375rem;
  margin-bottom: 1.5rem;
  padding: .9375rem 1.25rem;
}

.banner h3 a {
  color: #fff;
}

.banner h3 span {
  display: none;
}

.slider-buttons a {
  background: #fff;
  border: none;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: .5rem 1.5rem;
  margin: 0 1.25rem 0 0;
}

.custom-button::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: .4375rem;
}

.slider-buttons .button-primary {
  background: #ff6000;
  border-color: #ff6000;
}

.slider-buttons .button-secondary {
  background: #179bd7;
  border-color: #179bd7;
}

.slider-buttons a:hover {
  opacity: 0.8;
}

body .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
}

body .owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: .75rem;
  font-weight: bold;
  height: auto;
  margin: 0 .25rem;
  width: auto;
  z-index: 99;
}

body .owl-theme .owl-dots .owl-dot span {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 0;
  padding: .25rem .5rem;
  margin: 0;
}

body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #179bd7;
  color: #fff;
}

body .banner .owl-carousel .owl-nav button {
  background: #ff6000;
  top: 1.5rem;
  right: 9.75rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.55rem;
  font-weight: normal;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99999;
}

body .banner .owl-carousel .owl-nav button.owl-prev {
  right: calc(9.75rem + 3rem);
}

body .banner .owl-carousel .owl-nav button:hover {
  background-color: #179bd7;
}

.banner .owl-carousel .owl-item {
  -webkit-animation-duration: 1.25s !important;
          animation-duration: 1.25s !important;
}

.banner .owl-theme .owl-nav {
  margin: 0;
}

.banner {
  margin-bottom: -.125rem;
}

/*slider pager box*/
.banner .pager-box {
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: .8125rem;
  font-weight: bold;
  height: auto;
  margin: 0 .25rem;
  padding: 0 .3125rem;
  width: auto;
  z-index: 99;
}

.banner .cycle-pager {
  bottom: 1.25rem;
  height: 2.1875rem;
  padding: .25rem;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.banner .pager-box.cycle-pager-active {
  background-color: #179bd7;
  border-color: #ffffff;
  color: #ffffff;
}

/*Slider cycle next / previous*/
.banner .cycle-prev,
.banner .cycle-next {
  background: #ff6000;
  top: 1.3125rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.75rem;
  font-weight: normal;
  height: 2.1875rem;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 2.1875rem;
  z-index: 99999;
}

.banner .cycle-prev {
  right: 9%;
}

.banner .cycle-next {
  right: 5.5%;
}

.banner .cycle-prev:hover,
.banner .cycle-next:hover {
  color: #fff;
  background-color: #179bd7;
}

/*--------------------------------------------------------------
## Main Content Style By WEN Themes
--------------------------------------------------------------*/
#primary {
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 70%;
}

#content {
  clear: both;
  padding: 1.875rem 0;
}

#content .inner-wrapper {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.home.home-content-not-enabled #content {
  display: none;
}

/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/
.sidebar {
  width: 30%;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
}

#sidebar-primary {
  float: right;
}

#sidebar-secondary {
  float: left;
}

.widget-area .widget::after,
.widget-area .widget::before {
  clear: both;
  content: "";
  display: table;
}

.sidebar .widget-title {
  border-bottom: .0625rem solid #e7ecef;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: .9375rem;
  padding-bottom: .625rem;
  position: relative;
}

.sidebar ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}

.sidebar ul ul {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar ul li {
  padding-bottom: .3125rem;
  padding-left: .75rem;
  padding-top: .3125rem;
  position: relative;
}

.sidebar ul li::before {
  color: #222222;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: .8125rem;
  left: 0;
  position: absolute;
  top: .375rem;
}

.sidebar .widget a,
.sidebar .widget a:visited {
  color: #001837;
}

.sidebar .widget a:hover,
.sidebar .widget a:active {
  color: #179bd7;
}

.sidebar .widget {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 .125rem #cfcfcf;
          box-shadow: 0 0 .125rem #cfcfcf;
  padding: 1.25rem;
}

/*--------------------------------------------------------------
## Footer Style By WEN Themes
--------------------------------------------------------------*/
#colophon {
  background-color: #031358;
  clear: both;
  color: rgba(255, 255, 255, 0.75);
  font-size: .875rem;
  padding: .9375rem 0;
  text-align: center;
}

#colophon a {
  color: #ccc;
}

#colophon a:hover {
  color: rgba(255, 255, 255, 0.75);
}

#colophon .copyright {
  margin-bottom: .3125rem;
}

#footer-widgets {
  background: #253b80 none repeat scroll 0 0;
  overflow: hidden;
  padding: 3.125rem 0;
  color: rgba(255, 255, 255, 0.75);
}

#footer-widgets ul {
  list-style: none;
  margin: 0;
}

#footer-widgets ul li {
  font-size: .8125rem;
  letter-spacing: 0.03125rem;
  padding: .1875rem .9375rem .1875rem .8125rem;
  position: relative;
}

#footer-widgets ul li::before {
  color: rgba(255, 255, 255, 0.75);
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: .875rem;
  left: 0;
  position: absolute;
  top: .1875rem;
}

#footer-widgets a .footer-widget-area {
  float: left;
  padding: 0 1.5rem;
  width: 25%;
}

#footer-widgets a,
#footer-widgets p {
  color: rgba(255, 255, 255, 0.75);
}

#footer-widgets a:hover {
  color: #fff;
}

#footer-widgets .footer-active-1 {
  width: 100%;
}

#footer-widgets .footer-active-2 {
  width: 50%;
}

#footer-widgets .footer-active-3 {
  width: 33.33%;
}

#footer-widgets .footer-active-4 {
  width: 25%;
}

#footer-widgets .footer-widget-area {
  float: left;
  padding: 0 1.5rem;
}

#footer-widgets .widget-title {
  color: #dddddd;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.widget_text p {
  margin-bottom: .5rem;
  font-size: .8125rem;
}

.widget_text p i {
  margin-right: .75rem;
}

.widget_text.university_hub_widget_social li a {
  height: 2rem;
  width: 2rem;
}

.widget_text.university_hub_widget_social ul li a::before {
  font-size: .875rem;
}

#footer-widgets .widget_text.university_hub_widget_social .menu {
  margin-top: 1rem;
}

.visit-statics-line {
  margin-bottom: .5rem;
}

.visit-statics-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.visit-label img {
  width: 1rem;
  margin-right: .25rem;
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: text-top;
}

.visit-number {
  padding-left: 1.5rem;
  color: #f7d569;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  margin-top: .25rem;
}

/*Footer Navigation*/
#colophon .university_hub_widget_social ul li a::before {
  font-size: .875rem;
}

#colophon .university_hub_widget_social li a {
  height: 1.875rem;
  width: 1.875rem;
}

#colophon .footer-social {
  margin: .3125rem 0;
}

#footer-navigation li {
  display: inline-block;
  list-style: outside none none;
}

#footer-navigation li a {
  display: block;
  padding: 0 .3125rem .3125rem;
}

#footer-navigation ul {
  margin: 0;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h2,
#footer-widgets h4
#footer-widgets h5
#footer-widgets h6 {
  color: #fff;
}

/*--------------------------------------------------------------
##  layout sidebar By WEN Themes
--------------------------------------------------------------*/
.global-layout-left-sidebar #primary {
  float: right;
}

.three-columns-enabled #primary {
  display: inline-block;
  float: none;
  width: 50%;
}

.global-layout-three-columns .sidebar {
  float: right;
}

.three-columns-enabled .sidebar {
  width: 25%;
}

.global-layout-no-sidebar #primary {
  width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style By WEN Themes
--------------------------------------------------------------*/
/*Basic Breadcrumb */
#breadcrumb {
  color: #a0c5e8;
  padding: 1.125rem 0;
  width: 100%;
  overflow: hidden;
  background: #253b80;
}

#breadcrumb .breadcrumb-trail li {
  display: block;
  float: left;
  list-style: outside none none;
  padding-right: .625rem;
}

#breadcrumb .breadcrumb-trail li.trail-item.trail-end::after {
  display: none;
}

#breadcrumb .breadcrumb-trail li::after {
  content: "\f105";
  margin-left: .625rem;
  font-family: 'FontAwesome';
}

#breadcrumb .breadcrumb-trail .trail-items {
  margin: 0;
  padding: 0;
}

#breadcrumb a, #breadcrumb .breadcrumb-trail li::after {
  color: rgba(255, 255, 255, 0.76);
  font-size: .825rem;
}

#breadcrumb a:hover,
#breadcrumb .breadcrumb-trail li:hover::after {
  color: #a0c5e8;
}

/*--------------------------------------------------------------
## Extra css for Pro By WEN Themes
--------------------------------------------------------------*/
/* Global layout sidebar By WEN Themes*/
.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
  float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
  float: right;
}

.global-layout-three-columns-cps #primary {
  float: left;
}

/* equal global layout*/
.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
  width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
  float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
  float: right;
}

/*--------------------------------------------------------------
## Home Section
--------------------------------------------------------------*/
#main-content > section::after,
.home #main-content::after {
  clear: both;
  content: "";
  display: table;
}

#main-content > section:not(.banner) {
  padding: 2.5rem 0;
  clear: both;
}

#main-content .section-title,
.home #main-content .widget-title {
  border-left: .25rem solid #ff6000;
  color: #00387d;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  padding-left: .9375rem;
}

#main-content .home-section-portfolio .section-title,
#main-content .home-section-testimonials .section-title {
  color: #fff;
}

.home #main-content {
  background-color: #f7fcfe;
}

/*--------------------------------------------------------------
## service section css By WEN Themes
--------------------------------------------------------------*/
.home-section-services {
  background: #fff;
}

.home-section-services .services-item {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: .9375rem;
  position: relative;
  text-align: center;
}

.home-section-services .services-col-3 .services-item {
  width: 33.33%;
}

.home-section-services .services-col-4 .services-item h3 {
  font-size: 1.1875rem;
}

.home-section-services .services-col-4 .services-item {
  width: 25%;
}

.home-section-services .services-col-3 .services-item:nth-child(3n+1) {
  clear: both;
}

.home-section-services .services-col-4 .services-item:nth-child(4n+1) {
  clear: both;
}

.home-section-services .services-item img {
  width: 100%;
}

.home-section-services .services-item > a {
  display: block;
  position: relative;
  z-index: 99;
}

.home-section-services .services-item h3 {
  color: #ffffff;
  display: block;
  font-size: 1.0625rem;
  letter-spacing: .0625rem;
  padding: .375rem .3125rem;
  background: #ddf2ff none repeat scroll 0 0;
  margin: 0;
}

.home-section-services .services-item-inner {
  overflow: hidden;
  position: relative;
}

.home-section-services .services-item-inner h3 a {
  color: #272727;
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
### Latest News post section style By WEN Themes
--------------------------------------------------------------*/
.home-section-latest-news .latest-news-text-wrap {
  padding: 1.25rem .625rem;
}

.home-section-latest-news .latest-news-inner-wrapper {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 .125rem .1875rem #dddddd;
          box-shadow: 0 .125rem .1875rem #dddddd;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-section-latest-news .latest-news-item {
  float: left;
  padding: .9375rem;
  margin-bottom: 0;
}

.home-section-latest-news .latest-news-text-wrap {
  padding: .9375rem;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
  padding: 1.25rem .625rem 1.25rem 1.25rem;
  width: 56%;
  float: left;
}

.home-section-latest-news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
  clear: both;
}

.home-section-latest-news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
  clear: both;
}

.home-section-latest-news .latest-news-item img {
  margin: 0;
}

.home-section-latest-news .latest-news-wrapper {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: .3125rem solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-section-latest-news {
  background-color: #f7fcfe;
}

.home-section-latest-news .latest-news-thumb {
  overflow: hidden;
  position: relative;
}

.home-section-latest-news .latest-news-thumb *:not(.more) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-section-latest-news .latest-news-title a {
  color: #253b80;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-thumb {
  overflow: hidden;
  position: relative;
  float: left;
  width: 44%;
}

.home-section-latest-news .latest-news-wrapper.latest-news-layout-2 .latest-news-item {
  width: 50%;
  clear: inherit;
}

.home-section-latest-news .latest-news-item img {
  vertical-align: middle;
}

.home-section-latest-news .latest-news-title {
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: .375rem;
  font-size: 1.0625rem;
  line-height: 1.3;
}

.home-section-latest-news .latest-news-col-3 .latest-news-item {
  width: 33.33%;
}

.home-section-latest-news .latest-news-col-4 .latest-news-item {
  width: 25%;
}

.home-section-latest-news .latest-news-col-2 .latest-news-item {
  width: 50%;
}

.home-section-latest-news .latest-news-col-1 .latest-news-item {
  width: 100%;
}

.home-section-latest-news .latest-news-layout-1 .read-more-button {
  padding: 7.5rem 0 0;
}

.home-section-latest-news .read-more-button {
  height: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 4.5625rem 0;
  text-align: center;
}

.home-section-latest-news .latest-news-item:hover .read-more-button {
  width: 100%;
  visibility: visible;
  opacity: 1;
  height: 100%;
  top: 0;
}

.home-section-latest-news .read-more-button::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #179bd7 none repeat scroll 0 0;
  top: 0;
  position: absolute;
  z-index: 8;
  opacity: 0.7;
}

.latest-news-expert {
  font-size: .825rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.latest-news-expert * {
  font-size: .825rem !important;
  margin: 0 !important;
}

a.more {
  position: relative;
  z-index: 9;
}

.home-section-latest-news p {
  margin: 0;
}

.home-section-latest-news a:hover {
  color: #179bd7;
}

.home-section-latest-new .latest-news-meta {
  margin-bottom: .9375rem;
}

.home-section-latest-news .latest-news-meta > span::before,
.home-section-news-and-events .block-meta span::before {
  display: inline-block;
  font-family: FontAwesome;
  height: .9375rem;
  margin-right: .25rem;
  content: "";
  width: .75rem;
}

.home-section-news-and-events .block-meta .event-place::before {
  content: "\f041 ";
}

.home-section-latest-news .latest-news-meta > span,
.home-section-latest-news .latest-news-meta > span a,
.home-section-latest-news .block-meta span a,
.home-section-latest-news .block-meta span {
  font-size: .8125rem;
  color: #888;
}

.home-section-latest-news .latest-news-meta > span {
  display: inline-block;
  margin-right: .625rem;
}

.home-section-latest-news .latest-news-meta.byline .author.vcard {
  margin-left: -.25rem;
}

.home-section-latest-news .latest-news-meta span.comments-link::before,
.home-section-news-and-events .block-meta span.comments-link::before {
  content: "\f0e6";
}

.home-section-latest-news .latest-news-meta > .cat-links::before {
  content: "\f115";
}

.home-section-latest-news .latest-news-meta > .byline::before {
  content: "\f007";
}

.home-section-latest-news .latest-news-meta .edit-link::before {
  content: "\f044";
}

.home-section-latest-news .latest-news-meta .tags-links::before {
  content: "\f02c";
}

.home-section-latest-news .latest-news-meta > .posted-on::before,
.home-section-news-and-events .block-meta .posted-on::before {
  content: "\f017";
}

.home-section-latest-news .latest-news-meta {
  margin-bottom: .625rem;
}

/*--------------------------------------------------------------
## call to action style By WEN Themes
--------------------------------------------------------------*/
#main-content .home-section-call-to-action {
  background: #179bd7 none repeat scroll 0 0;
  padding: 1.25rem 0;
  text-align: center;
}

.home-section-call-to-action .cta-btn {
  border: 0.125rem solid rgba(255, 255, 255, 0.73);
  border-radius: 0;
  color: #ffffff;
  padding: .5625rem 1.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 .3125rem;
}

.home-section-call-to-action .cta-buttons {
  padding: 3.125rem 0;
  float: right;
}

.home-section-call-to-action .cta-btn:hover {
  background-color: #fff;
}

.home-section-call-to-action .cta-content {
  float: left;
  text-align: left;
  width: 69%;
  padding-top: .625rem;
}

#main-content .home-section-call-to-action .section-title {
  margin-bottom: .9375rem;
  text-align: left;
  border: none;
  padding: 0;
  font-weight: normal;
  font-size: 1.5875rem;
  color: #fff;
}

#main-content .home-section-call-to-action p {
  color: #fff;
}

#main-content .home-section-call-to-action p {
  margin: 0;
}

/*--------------------------------------------------------------
### Recent post widget style By WEN Themes
--------------------------------------------------------------*/
#footer-widgets .university_hub_widget_recent_posts .recent-posts-item {
  margin: 0;
}

.university_hub_widget_recent_posts .recent-posts-title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: .625rem;
}

.university_hub_widget_recent_posts .recent-posts-title a {
  color: #222;
}

.university_hub_widget_recent_posts .recent-posts-item {
  clear: both;
  margin-top: 1.875rem;
}

.university_hub_widget_recent_posts .recent-posts-item::after {
  clear: both;
  content: "";
  display: table;
}

.university_hub_widget_recent_posts .recent-posts-date::before {
  display: inline-block;
  font-family: FontAwesome;
  height: .9375rem;
  margin-right: .5rem;
  content: "\f017";
}

/*--------------------------------------------------------------
### Our Team section style By WEN Themes
--------------------------------------------------------------*/
.home-section-team {
  background-color: #f7fcfe;
}

.home-section-team .team-item {
  float: left;
  padding: 0 .9375rem;
  text-align: center;
  margin-top: .9375rem;
  position: relative;
  overflow: hidden;
  width: 25%;
}

.home-section-team .team-item img {
  vertical-align: middle;
  -webkit-transition: -webkit-all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  margin-bottom: 0;
  width: 100%;
}

.home-section-team .team-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.home-section-team .team-item img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.home-section-team .team-item .team-thumb a::after {
  background: #222 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  content: "";
  visibility: hidden;
  opacity: 0;
}

.home-section-team .team-item .team-thumb a::before {
  color: #ffffff;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.home-section-team .team-item .team-thumb:hover a::after {
  opacity: 0.3;
  visibility: visible;
}

.home-section-team .team-item .team-thumb:hover a::before {
  opacity: 1;
  visibility: visible;
  font-size: 2.5rem;
}

.home-section-team .team-item .team-thumb a {
  display: block;
  background-color: #fff;
}

.home-section-team .team-item .team-thumb {
  overflow: hidden;
  position: relative;
}

.home-section-team .thumb-summary-wrap {
  position: relative;
}

.home-section-team .position {
  display: block;
  font-size: .875rem;
  margin-top: .5rem;
}

.home-section-team .team-meta span {
  display: block;
  text-align: left;
}

.home-section-team .team-meta span::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: .625rem;
}

.home-section-team .team-meta span.phone::before {
  content: "\f095";
}

.home-section-team .team-meta span.address::before {
  content: "\f041";
}

.home-section-team .team-title {
  font-size: 1.125rem;
  margin: 0;
  padding: .625rem 1rem;
  position: relative;
}

.home-section-team .team-text-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  display: block;
  left: 0;
  padding: .3125rem .625rem;
}

.home-section-team .team-title a {
  color: #00387d;
}

.home-section-team .team-title a:hover {
  color: #001837;
}

.home-section-team .teams-col-1 .team-item {
  width: 100%;
}

.home-section-team .teams-col-2 .team-item {
  width: 50%;
}

.home-section-team .teams-col-3 .team-item {
  width: 33.33%;
}

.home-section-team .teams-col-4 .team-item {
  width: 25%;
}

.home-section-team .teams-col-5 .team-item {
  width: 20%;
}

.sidebar .home-section-team .team-item,
#footer-widgets .home-section-team .team-item {
  width: 100%;
}

.home #main-content .home-section-team {
  background: #f9f9f9 none repeat scroll 0 0;
}

/*--------------------------------------------------------------
### Featured Page Widget style By WEN Themes
--------------------------------------------------------------*/
.home #main-content .featured-page-widget img.alignleft {
  margin-right: 3.125rem;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 50%;
}

.home #main-content .featured-page-widget img.alignright {
  margin-left: 3.125rem;
  vertical-align: middle;
  margin-bottom: 0;
  max-width: 50%;
}

.home #main-content .fetured-page-content {
  padding: 3.125rem;
}

.home #main-content .featured-page-widget.entry-content {
  margin: 0;
  background: #fff;
}

/*--------------------------------------------------------------
### Featured Content style By WEN Themes
--------------------------------------------------------------*/
.home-section-featured-blocks article {
  float: left;
  padding: 0 .9375rem;
}

.home-section-featured-blocks .featured-blocks-column-1 article {
  width: 100%;
}

.home-section-featured-blocks .featured-blocks-column-2 article {
  width: 50%;
}

.home-section-featured-blocks .featured-blocks-column-3 article {
  width: 33.33%;
}

.home-section-featured-blocks .featured-blocks-column-4 article {
  width: 25%;
}

.home-section-featured-blocks {
  background: #179bd7 none repeat scroll 0 0;
  float: left;
  width: 100%;
  padding: 2.5rem 0;
}

.home-section-featured-blocks .entry-title a {
  color: #fff;
  font-weight: 400;
}

.home-section-featured-blocks p {
  color: rgba(255, 255, 255, 0.75);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.home-section-featured-blocks .block-title {
  margin-bottom: 1.5rem;
}

.home-section-featured-blocks article img {
  height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-section-featured-blocks .block-title a {
  color: #fff;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 5.0625rem;
}

.des {
  display: none;
}

/*--------------------------------------------------------------
### Featured News Events section style By WEN Themes
--------------------------------------------------------------*/
.home-section-news-and-events .block-meta span {
  display: inline-block;
  margin-right: .9375rem;
  margin-bottom: .25rem;
}

.home-section-news-and-events h2 {
  color: #253b80;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-section-news-and-events h2::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: .625rem;
  font-weight: 300;
}

.home-section-news-and-events .recent-news h2::before {
  content: "\f274";
}

.home-section-news-and-events .recent-events h2::before {
  content: "\f00a";
}

.home-section-news-and-events h3 {
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: .3125rem;
  padding-right: .3125rem;
  padding-top: .3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-section-news-and-events .recent-news {
  float: left;
  padding: 0 .9375rem;
  width: 65%;
}

.home-section-news-and-events .recent-events {
  float: left;
  padding: 0 .9375rem;
  width: 35%;
  float: right;
}

.home-section-news-and-events .news-post {
  float: left;
  padding: 0 .9375rem;
  width: 50%;
}

.home-section-news-and-events .news-post:last-child {
  border: medium none;
}

.home-section-news-and-events .news-post:nth-child(2n+1) {
  clear: both;
}

.home-section-news-and-events .recent-events img {
  max-width: 5.9375rem;
}

.home-section-news-and-events .event-post .entry-meta {
  background: #ffab1f none repeat scroll 0 0;
  border-radius: .5rem .5rem .3125rem .3125rem;
  border-top: .1875rem solid #002147;
  color: #ffffff;
  float: left;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  margin: .625rem 1.25rem .625rem 0;
  padding: 0 .625rem .625rem;
  position: relative;
  text-align: center;
  text-shadow: 0 0 .0625rem #5d5d5d;
  width: 4.4375rem;
}

.home-section-news-and-events .event-post .entry-meta::before {
  border: .0625rem solid #ffab1f;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 1.5rem;
  position: absolute;
  top: -.9375rem;
  width: 1.5rem;
}

.home-section-news-and-events .event-post .entry-meta::after {
  border: .0625rem solid #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  height: .0625rem;
  left: 0;
  position: absolute;
  top: 2.75rem;
  width: 100%;
}

.home-section-news-and-events p {
  margin: 0;
}

.home-section-news-and-events .event-post .entry-meta a {
  color: #fff;
}

.home-section-news-and-events .block-meta {
  margin-bottom: .5rem;
}

.home-section-news-and-events .event-post {
  background: #fff none repeat scroll 0 0;
  clear: both;
  margin-top: 1rem;
  overflow: hidden;
  padding: 0;
}

.home-section-news-and-events .event-post:first-child {
  margin-top: 0;
}

.home-section-news-and-events {
  clear: both;
  padding: 1.875rem 0 1.875rem;
  background-color: #f7fcfe;
}

.home-section-news-and-events .inner-wrapper {
  margin: 0 -.9375rem;
}

.home-section-news-and-events .news-content {
  padding: .5rem 1.25rem .875rem;
  background: #fff;
}

.home-section-news-and-events .news-content h3 {
  font-weight: 600;
}

.home-section-news-and-events .news-post img {
  margin-bottom: 0;
}

.home-section-news-and-events .custom-entry-date {
  float: left;
  margin-right: .9375rem;
  margin-bottom: 0;
}

.home-section-news-and-events .custom-entry-date span.entry-month {
  background: #253b80 none repeat scroll 0 0;
  color: #ffffff;
  font-size: .875rem;
  font-weight: bold;
  line-height: .75rem;
  padding: .5rem 0;
  text-align: center;
  text-transform: uppercase;
  width: 4.5625rem;
}

.home-section-news-and-events .custom-entry-date span.entry-day {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5rem;
  overflow: hidden;
  padding: .75rem 0 1.2875rem;
  background: #179bd7;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  width: 4.5625rem;
  text-shadow: #505ba0 .0625rem .0625rem,   #505ba0 .125rem .125rem,   #505ba0 .1875rem .1875rem, #505ba0 .25rem .25rem,   #505ba0 .3125rem .3125rem,   #505ba0 .375rem .375rem, #505ba0 .5rem .5rem,   #505ba0 .5rem .5rem,   #505ba0 .5625rem .5625rem, #505ba0 .625rem .625rem, #505ba0 .625rem .625rem, #505ba0 .75rem .75rem, #505ba0 .8125rem .8125rem, #505ba0 .875rem .875rem, #505ba0 .9375rem .9375rem, #505ba0 1rem 1rem, #505ba0 1.0625rem 1.0625rem, #505ba0 1.125rem 1.125rem, #505ba0 1.1875rem 1.1875rem, #505ba0 1.25rem 1.25rem, #505ba0 1.2875rem 1.2875rem, #505ba0 1.2875rem 1.2875rem, #505ba0 1.5rem 1.5rem, #505ba0 1.5rem 1.5rem, #505ba0 1.5rem 1.5rem, #505ba0 1.5875rem 1.5875rem, #505ba0 1.75rem 1.75rem, #505ba0 1.75rem 1.75rem, #505ba0 1.75rem 1.75rem, #505ba0 1.875rem 1.875rem, #505ba0 1.875rem 1.875rem, #505ba0 2rem 2rem, #505ba0 2rem 2rem, #505ba0 2.125rem 2.125rem, #505ba0 2.125rem 2.125rem, #505ba0 2.25rem 2.25rem, #505ba0 2.2875rem 2.2875rem, #505ba0 2.2875rem 2.2875rem, #505ba0 2.4375rem 2.4375rem, #505ba0  2.5rem  2.5rem, #505ba0  2.5rem  2.5rem, #505ba0  2.5rem  2.5rem, #505ba0  2.575rem  2.575rem, #505ba0  2.75rem  2.75rem, #505ba0  2.75rem  2.75rem, #505ba0  2.875rem  2.875rem, #505ba0  2.875rem  2.875rem, #505ba0  3rem  3rem, #505ba0  3rem  3rem, #505ba0  3.125rem  3.125rem, #505ba0  3.125rem  3.125rem, #505ba0  3.25rem  3.25rem, #505ba0 3.4375rem 3.4375rem, #505ba0 3.25rem 3.25rem, #505ba0 3.4375rem 3.4375rem, #505ba0 3.5rem 3.5rem, #505ba0 3.5rem 3.5rem, #505ba0 3.625rem 3.625rem;
}

.home-section-news-and-events .custom-entry-date > span {
  display: block;
  text-align: center;
}

/*--------------------------------------------------------------
### Testimonial section style By WEN Themes
--------------------------------------------------------------*/
#main-content .home-section-testimonials {
  padding: 3.125rem 0;
}

.home-section-testimonials {
  background-image: url(../images/tes-bg.jpg);
  background-attachment: fixed;
  background-color: #4a4a4a;
  background-size: cover;
  position: relative;
  z-index: 99;
  color: #fff;
  position: relative;
}

.home-section-testimonials .testimonials-wrapper {
  margin: 0 auto;
  max-width: 50rem;
  text-align: center;
  padding-bottom: 1rem;
}

.home-section-testimonials::before {
  background: #222 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testimonials-wrapper .testimonials-item .testimonials-item__image img {
  border: .125rem solid #ffffff;
  border-radius: 100%;
  width: 9.375rem;
  height: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-item__image {
  margin-bottom: 1.5rem;
}

.testimonials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-item__name {
  font-size: 1.125rem;
  font-style: italic;
  text-align: center;
  color: #179bd7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.testimonials-item__content {
  font-size: 1.0625rem;
  font-style: italic;
  margin-bottom: 1.875rem;
  position: relative;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.74);
}

.testimonials-item__content:before {
  color: #fff;
  content: "\f10d";
  display: inline-block;
  font-family: Fontawesome;
  font-size: 26px;
  margin-top: -10px;
  margin-right: 20px;
}

.testimonials-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: -1rem;
}

/*--------------------------------------------------------------
### Woocommercce Product Grid widget style By WEN Themes
--------------------------------------------------------------*/
.university_hub_widget_products_grid .university-hub-woocommerce-product-grid-4 ul.products li.product {
  margin: 0 1.5% 1.875rem;
  width: 22%;
}

.university_hub_widget_products_grid .university-hub-woocommerce-product-grid-3 ul.products li.product {
  width: 30.3%;
  margin: 0 1.5% 1.875rem;
}

.university-hub-woocommerce ul {
  margin: 0;
}

.university_hub_widget_products_grid .university-hub-woocommerce {
  margin: 0 -.9375rem;
}

.home #main-content .university_hub_widget_products_grid {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
### Woocommercce Carousel widget style By WEN Themes
--------------------------------------------------------------*/
.university-hub-woocommerce .slick-prev {
  left: 0;
  z-index: 999;
}

.university-hub-woocommerce .slick-next {
  right: 0;
  z-index: 999;
}

.university-hub-woocommerce .slick-arrow {
  bottom: 50%;
  position: absolute;
}

.university-hub-woocommerce .slick-arrow i {
  background: #4fc3dd none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.875rem;
  height: 2.5rem;
  line-height: 1.3;
  position: relative;
  text-align: center;
  width: 2.5rem;
}

.university-hub-woocommerce ul.products li.product a img {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: auto;
  margin: 0 0 1em;
  width: 100%;
}

.university-hub-woocommerce .quantity .qty {
  height: 2.25rem;
  text-align: center;
  width: 3.631em;
}

.university-hub-woocommerce ul.products li.product,
.university-hub-woocommerce -page ul.products li.product {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 .9375rem;
}

.university-hub-woocommerce ul.products li.product .price del {
  color: inherit;
  display: inline-block;
}

.university-hub-woocommerce span.onsale {
  background-color: #ff6000;
  color: #ffffff;
  position: absolute;
  z-index: 99;
}

.university-hub-woocommerce #review_form #respond p.stars {
  margin: .625rem 0;
  padding: 0;
}

.university-hub-woocommerce ul.products li.product .price ins {
  font-weight: 700;
}

.university-hub-woocommerce ul.products li.product .onsale::after {
  content: '';
  width: 0rem;
  height: 0rem;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  position: absolute;
  top: 1.5rem;
  right: .125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.university-hub-woocommerce ul.products li.product .onsale {
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.08) inset;
  font-size: .875rem;
  font-weight: 400;
  height: 3.125rem;
  line-height: .5rem;
  margin: 0;
  min-height: 1.25rem;
  padding: 2.5rem 0 0;
  right: -2.5rem;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  top: -0.75rem;
  -webkit-transform: rotate(51deg);
          transform: rotate(51deg);
  width: 5.9375rem;
  font-weight: bold;
}

.university-hub-woocommerce ul.products li.product h3 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .0625rem;
  margin-bottom: .5rem;
  width: 100%;
}

.university-hub-woocommerce.university-hub-woocommerce-product-grid-3 ul.products li.product .button {
  left: 32%;
}

.university-hub-woocommerce .star-rating {
  float: right;
  font-family: star;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 5.4em;
}

.university-hub-woocommerce .star-rating::before {
  color: #d3ced2;
  content: "sssss";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.university-hub-woocommerce .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.university-hub-woocommerce .star-rating span::before {
  color: #ffd353;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}

.university-hub-woocommerce .woocommerce-product-rating {
  display: block;
  line-height: 2;
}

.university-hub-woocommerce .woocommerce-product-rating::after,
.university-hub-woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.university-hub-woocommerce .woocommerce-product-rating .star-rating {
  float: left;
  margin: 0.5em .25rem 0 0;
}

.university-hub-woocommerce .products .star-rating {
  display: block;
  float: none;
  left: 1.5rem;
  position: absolute;
  top: 62%;
}

.university-hub-woocommerce .hreview-aggregate .star-rating {
  margin: .625rem 0 0;
}

.university-hub-woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .9375rem;
}

.university-hub-woocommerce ul.products li.product .star-rating {
  font-size: 1rem;
}

.university-hub-woocommerce a.button::after {
  content: "\f217";
  font-family: fontawesome;
  margin-left: .625rem;
}

/*sidebar and footer widget area style*/
#footer-widgets .home-section-latest-news .latest-news-item,
.sidebar .home-section-latest-news .latest-news-item {
  margin-bottom: .9375rem;
  width: 100%;
}

/* Gallery */
.gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-post {
  -ms-flex-preferred-size: calc((100% - 2rem)/3);
      flex-basis: calc((100% - 2rem)/3);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.gallery-post:nth-child(3n+3) {
  margin-right: 0;
}

.gallery-list {
  display: none;
}

.gallery-represent {
  cursor: pointer;
}

.gallery-image {
  display: -ms-grid;
  display: grid;
}

.gallery-image img {
  height: 10.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gallery-represent:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-represent img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.gallery-represent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-represent * {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.gallery-info {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-represent:hover .gallery-info {
  opacity: 1;
  top: 0;
}

.gallery-info-details {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  clear: both;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  min-height: 3rem;
  padding: 0 0 0 2.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}

.gallery-info .gallery-title {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
  text-align: left;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  margin: 0 0 0 .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.gallery-represent:hover .gallery-title {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.gallery-info .gallery-count {
  opacity: 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: translateX(-2rem) translateY(0%);
          transform: translateX(-2rem) translateY(0%);
  padding-right: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.gallery-info .gallery-count:before {
  content: '';
  position: absolute;
  background-image: url(../images/camera.svg);
  width: 1.25rem;
  height: 1.25rem;
  left: -1.75rem;
}

.gallery-info .gallery-count:after {
  background: #ffffff;
  content: "";
  position: absolute;
  right: 0;
  width: .0625rem;
  height: 2.5rem;
}

.gallery-represent:hover .gallery-count {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  opacity: 1;
}

/* Notify */
.notify-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notify-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notify-col {
  -ms-flex-preferred-size: calc(80% - 1rem);
      flex-basis: calc(80% - 1rem);
  max-width: calc(80% - 1rem);
}

.quick-link-col {
  -ms-flex-preferred-size: calc(20% - 1rem);
      flex-basis: calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}

.notify-item {
  -ms-flex-preferred-size: calc(50% - .5rem);
      flex-basis: calc(50% - .5rem);
  margin-bottom: .75rem;
}

.notify-item .meta-time {
  position: static;
  margin: 0;
  display: inline-block;
  color: #999999;
  font-size: .75rem;
}

.notify {
  background: #fff;
}

.hot-icon img {
  width: 1.875rem;
}

.notify-item i {
  margin-right: .25rem;
}

.quick-link-list {
  max-height: 20rem;
  overflow-y: auto;
}

.quick-link-list img {
  width: 100%;
  height: auto;
}

.view-all {
  float: right;
  vertical-align: middle;
  padding: 0 .75rem 0 .5rem;
  font-size: .785rem;
  background: #ebebeb;
  border-right: .25rem solid #c70f0f;
}

.search-mobile-wrap,
.offcanvas-close {
  display: none;
}

/* Clients */
body .clients .owl-carousel .owl-nav button {
  background: #ff6000;
  top: 1.5rem;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.55rem;
  font-weight: normal;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99999;
  top: -4.425rem;
}

body .clients .owl-carousel .owl-nav button.owl-prev {
  right: calc(0rem + 3rem);
}

body .clients .owl-carousel .owl-nav button:hover {
  background-color: #179bd7;
}

.clients .owl-carousel .owl-item {
  -webkit-animation-duration: 1.25s !important;
          animation-duration: 1.25s !important;
}

.clients .owl-theme .owl-nav {
  margin: 0;
}

.clients .owl-item img {
  height: 6.125rem;
}

/*Scrollup Style*/
.scrollup {
  background-color: #179bd7;
  bottom: 30px;
  color: #ffffff;
  display: none;
  float: right;
  line-height: 1.2;
  padding: 1px 10px 4px;
  position: fixed;
  right: 32px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99;
}

.scrollup:hover {
  background-color: #179bd7;
}

.scrollup i {
  font-size: 38px;
  color: #fff;
}

.line-outer {
  overflow: hidden;
}

.line-inner {
  display: inline-block;
}

.block-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.posted-on {
  margin-bottom: .5rem;
}

.posted-on:before,
.event-place:before {
  display: inline-block;
  font-family: FontAwesome;
  height: 0.9375rem;
  margin-right: 0.25rem;
  content: "\f017";
  width: 0.75rem;
}

.event-place:before {
  content: "\f041 ";
}

.archive-content .block-meta {
  font-size: .825rem;
}

.archive-content .posted-on {
  margin-bottom: .125rem;
}

.catsk .article__expert {
  -webkit-line-clamp: 3;
}

/* Connect */
.connect-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 80%;
  margin: auto;
  padding: 1rem 0;
}

.connect-block__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #253B80;
  border: thin solid #253B80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
  position: relative;
}

.connect-block__icon .before,
.connect-block__icon .after {
  position: absolute;
  border: thin solid #253c8055;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.connect-block__icon img {
  width: 2.5rem;
}

.connect-block__menus {
  position: absolute;
  overflow: hidden;
  background: #fff;
  padding: .5rem 1.25rem;
  border: thin solid #ccc;
  z-index: 2;
}

.connect-block__menu {
  padding: .25rem;
}

.connect-block__info {
  text-align: center;
  cursor: pointer;
}

.connect-block__title {
  text-transform: uppercase;
  color: #253B80;
}

#main-content .home-section-featured-blocks .section-title {
  color: #fff;
}

@-webkit-keyframes fade_move_up {
  0% {
    -webkit-transform: translate(0, 0.1875rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -0.3125rem);
    opacity: 0;
  }
}

@keyframes fade_move_up {
  0% {
    -webkit-transform: translate(0, 0.1875rem);
            transform: translate(0, 0.1875rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -0.3125rem);
            transform: translate(0, -0.3125rem);
    opacity: 0;
  }
}

.scrollup:hover i {
  -webkit-animation: fade_move_up 1.35s ease-in-out infinite;
          animation: fade_move_up 1.35s ease-in-out infinite;
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
  html {
    font-size: 3.7325vw;
  }
  .container,
  .container-wide {
    max-width: 89.6%;
  }
  .btn {
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header-social,
  #top-nav,
  #quick-contact,
  #site-identity {
    display: none;
  }
  #site-identity {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .site-title {
    font-size: .75rem;
  }
  .site-description {
    font-size: .75rem;
  }
  .sticky-header .site-header-wrapper .site-description {
    display: block;
  }
  a.custom-logo-link {
    margin: 0;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-branding {
    margin: 0;
  }
  #menu-toggle {
    background: transparent;
    padding: 0;
  }
  .top-news-title {
    font-size: 0;
    height: 2.5rem;
  }
  .top-news-title i {
    font-size: 1rem;
    padding-top: .25rem;
  }
  .top-news-title::after {
    right: -.925rem;
    border-top: 3.75rem solid rgba(0, 0, 0, 0);
  }
  .top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news-ticker {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  #main-nav {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    width: 76vw;
    position: fixed;
    background: #fff !important;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation: none;
            animation: none;
    margin: 0;
  }
  .offcanvas-active #main-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  }
  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: .5rem 2rem;
    margin: 1.5rem 0;
    border-top: thin solid #253B80;
  }
  .menu-inside-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-navigation ul li a {
    color: #000 !important;
  }
  .header-search-box {
    padding: 1rem 2rem 0;
  }
  #menu-toggle {
    display: block;
    margin-right: -.25rem;
  }
  #menu-toggle > img {
    width: 2.125rem;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #253B80;
    padding: .45rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .offcanvas-close {
    display: block;
    position: absolute;
    right: 1rem;
    top: .75rem;
    color: #fff;
    font-size: 1.5rem;
  }
  .offcanvas-close img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #header-social li {
    padding: .5rem 1rem;
    border-right: 0;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.15);
  }
  .lang-switch {
    padding: 0 .75rem 0 0;
  }
  #header-social .university_hub_widget_social ul li a::before {
    color: #fff;
    font-size: .875rem;
  }
  .header-search-box .search-box-wrap {
    width: 100%;
  }
  .search-form input.search-field {
    margin-right: 0;
    padding: .75rem;
    border-color: #253B80;
  }
  .search-form .search-submit {
    color: #253B80;
  }
  .main-navigation ul ul {
    position: static;
    background: #fff;
    display: none;
  }
  #primary-menu > li > a {
    padding-left: 0;
  }
  .offcanvas-active:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 99;
    -webkit-transition: none;
    transition: none;
  }
  .main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation li.current_page_item a, .main-navigation li:hover > a {
    background: #fff;
    text-align: left;
  }
  .main-navigation ul li:hover > ul.sub-menu,
  body .main-navigation ul li:hover > ul.megamenu {
    display: none;
  }
  .main-navigation ul li.open-menu > ul.sub-menu,
  body .main-navigation ul li.open-menu > ul.sub-menu.megamenu {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .menu-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
  #primary-menu > li {
    width: 100%;
    text-align: left;
  }
  .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
    -webkit-transform: rotate(-90deg) scale(1.25);
            transform: rotate(-90deg) scale(1.25);
    color: #253B80;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
  }
  .main-navigation ul li.menu-item-has-children.open-menu > a::after {
    -webkit-transform: rotate(0deg) scale(1.25);
            transform: rotate(0deg) scale(1.25);
  }
  .main-navigation ul li a {
    font-size: 1rem;
  }
  #header-social .university_hub_widget_social li a {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .megamenu-title {
    color: #ff6000;
    text-transform: none;
    font-weight: 400;
    font-size: .9375rem;
    padding-left: 0;
  }
  body .main-navigation ul li:hover > ul.megamenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .main-navigation ul .open-menu ul.megamenu-col {
    display: block;
  }
  .main-navigation ul ul.megamenu a {
    font-size: .875rem;
  }
  .main-navigation ul li.menu-item-has-children a, .main-navigation ul li.page_item_has_children a {
    padding-right: 0;
  }
  .site-branding img {
    margin-top: 0;
  }
  #seach-mobile {
    background: transparent;
    -webkit-filter: invert(1);
            filter: invert(1);
    padding: 0;
  }
  #seach-mobile:focus,
  #seach-mobile:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #seach-mobile img {
    width: 1.375rem;
  }
  .site-header-wrapper {
    padding: .75rem 0 .5rem;
  }
  .sticky-header .site-header-wrapper {
    padding: .375rem 0 0.125rem;
  }
  .sticky-header .site-header-wrapper .site-branding {
    display: block;
    padding: .25rem;
  }
  .sticky-header .site-header-wrapper .site-branding img {
    width: 2.75rem;
  }
  .search-mobile-wrap {
    margin: 1rem 0 .5rem;
    display: none;
  }
  .search-mobile-wrap .search-form input.search-field {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  .search-mobile-wrap .search-form .search-submit {
    height: 2.85rem;
    font-size: 1rem;
  }
  #tophead .container {
    max-width: calc(89.6% + .5rem);
  }
  .site-header-wrapper .container {
    max-width: calc(89.6% + 1.5rem);
  }
  .top-news a {
    font-size: .75rem;
  }
  #footer-widgets .footer-widget-area {
    width: 100%;
  }
  #footer-widgets .footer-widget-area:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  #footer-widgets .footer-widget-area {
    width: 100%;
    padding-top: 1rem;
    border-top: thin solid #fff;
    margin-top: 1rem;
  }
  .social-links .university_hub_widget_social li {
    display: inline-block;
    float: none;
  }
  .home-section-news-and-events p {
    font-size: .875rem;
  }
  .widget.home-section-services .service-block-item,
  .home-section-news-and-events .news-post {
    width: 100%;
  }
  /* HOME */
  .banner .cycle-caption .caption-wrap {
    max-width: 80%;
  }
  .banner .caption-wrap p {
    display: none;
  }
  .banner .cycle-caption {
    bottom: 0;
    max-width: 100%;
    top: inherit;
    left: 0;
  }
  .banner .cycle-caption h3 {
    font-size: .875rem;
    padding: .25rem .5rem;
  }
  body .banner .owl-theme .owl-dots {
    display: none;
  }
  .slider-buttons {
    margin: .5rem 0 0;
  }
  .slider-buttons a {
    padding: .125rem .5rem;
    font-size: .875rem;
  }
  .banner-item::after,
  .banner-item::before {
    content: none;
  }
  body .banner .owl-carousel .owl-nav button {
    width: 1.857rem;
    height: 1.857rem;
    right: .75rem;
    top: .5rem;
  }
  body .banner .owl-carousel .owl-nav button.owl-prev {
    right: calc(.75rem + 2.5rem);
  }
  .banner img {
    height: 13.5rem !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .notify-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .notify-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quick-link-col {
    display: none;
  }
  #footer-widgets .footer-widget-area {
    width: 100%;
  }
  #footer-widgets .footer-widget-area:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  #footer-widgets .footer-widget-area {
    width: 100%;
    padding-top: 1rem;
    border-top: thin solid #fff;
    margin-top: 1rem;
  }
  .social-links .university_hub_widget_social li {
    display: inline-block;
    float: none;
  }
  .home-section-news-and-events p {
    font-size: .875rem;
  }
  .widget.home-section-services .service-block-item,
  .home-section-news-and-events .news-post {
    width: 100%;
  }
  .home-section-call-to-action .cta-content {
    width: 100%;
    text-align: center;
  }
  #main-content > section:not(.banner) {
    padding: 1.5rem 0;
  }
  #main-content .home-section-call-to-action .section-title {
    font-size: 1.25rem;
  }
  .home-section-call-to-action .cta-buttons {
    float: none;
    padding: 0 0 .5rem;
  }
  .home-section-call-to-action .cta-btn {
    font-size: .875rem;
    padding: .3125rem .75rem;
    margin-top: 1rem;
  }
  .home-section-news-and-events .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-section-news-and-events .recent-news,
  .home-section-news-and-events .recent-events {
    width: 100%;
    float: none;
  }
  .home-section-news-and-events .recent-events {
    margin-top: 1.5rem;
  }
  .home-section-news-and-events .news-post:not(:first-child) {
    margin-bottom: 1rem;
  }
  /* BLOG */
  #breadcrumb {
    border-top: thin solid #a5a5a5;
  }
  #primary {
    width: 100%;
    overflow: hidden;
  }
  .entry-header .entry-title {
    font-size: 1.125rem;
  }
  #primary .hentry,
  .related-post {
    padding: 1rem;
  }
  .related-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #sidebar-primary {
    width: 100%;
    margin-top: 2rem;
  }
  .article__title {
    font-weight: 400;
  }
  .article__image {
    width: 8rem;
  }
  .article__image img {
    height: 6rem;
  }
  .article__expert {
    line-height: 1.4;
  }
  .archive-content .meta-time {
    bottom: -.5rem;
  }
  .navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* Gallery */
  .gallery-post {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .gallery-post:nth-child(3n+3) {
    margin-right: 0;
  }
  #main .gallery-info,
  #main .gallery-info-details,
  #main .gallery-info-details * {
    position: static;
    color: #000;
    opacity: 1;
    background: transparent;
    -webkit-transform: none;
            transform: none;
  }
  .gallery-image {
    display: block;
    margin-bottom: .5rem;
  }
  .gallery-info .gallery-count:before {
    left: -2rem;
  }
  .gallery-info .gallery-count:after {
    background: #000;
    height: 1.5rem;
  }
  #main .gallery-info-details .gallery-count {
    position: relative;
  }
  #main .gallery-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.pp_pic_holder {
    width: 90vw !important;
    left: 5vw !important;
  }
  .pp_content,
  .pp_hoverContainer,
  #pp_full_res img {
    width: 100% !important;
  }
  .pp_content {
    min-height: 17rem !important;
  }
  #pp_full_res img {
    height: auto !important;
    max-height: 14rem;
  }
  .accordion-title:before {
    width: 1.25rem;
  }
  .home-section-news-and-events .news-post:not(:last-child) {
    margin-bottom: 1rem;
  }
  .home-section-featured-blocks .featured-blocks-column-3 article,
  .home-section-latest-news .latest-news-wrapper.latest-news-layout-2 .latest-news-item,
  .home-section-team .teams-col-4 .team-item {
    width: 100%;
    max-width: 21.25rem;
    margin: 0 auto 1.5rem;
    float: none;
  }
  .home-section-featured-blocks .featured-blocks-column-3 article:last-child {
    margin-bottom: 0;
  }
  .home-section-featured-blocks .block-title a,
  .home-section-latest-news .latest-news-title a {
    -webkit-line-clamp: unset;
  }
  .home-section-latest-news .latest-news-wrapper.latest-news-layout-2 .latest-news-item {
    margin-bottom: 0;
  }
  .home-section-latest-news .latest-news-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-section-latest-news .latest-news-inner-wrapper > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .home #main-content .featured-page-widget img.alignleft {
    margin-bottom: 2rem;
    margin-right: 0;
    max-width: 100%;
  }
  .home #main-content .fetured-page-content {
    padding: 0 1rem;
  }
  .connect-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .connect-block:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */