/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 - navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 - Page title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10 Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11 Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12 Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14 - Comment
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16 Footer
--------------------------------------------------------------*/
.scaleDisappear {
  -webkit-animation: scaleDisappear 350ms ease-in-out;
  -moz-animation: scaleDisappear 350ms ease-in-out;
  -ms-animation: scaleDisappear 350ms ease-in-out;
  -o-animation: scaleDisappear 350ms ease-in-out;
  animation: scaleDisappear 350ms ease-in-out; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  border: none;
  height: 1px;
  background-color: #ddd; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

code, kbd, samp {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f9f2f4;
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #d05;
  white-space: nowrap; }

ins {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  background: #38d0c5;
  border-radius: 4px; }

mark {
  color: #272727;
  font-size: 15px;
  line-height: 22px;
  background: #f9f9f9;
  padding: 13px 24px;
  display: inline-block; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-size: 100%;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

table {
  width: 100%; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

td, th {
  display: table-cell;
  vertical-align: inherit;
  text-align: left; }

dd {
  margin: 0 0 20px; }

table {
  width: 100%;
  max-width: 100%;
  margin: 10px 0; }

table td, table th {
  padding: 13px 8px;
  line-height: 1.42857;
  vertical-align: top;
  border: 1px solid #dadada; }

table th {
  color: #323232;
  font-weight: normal; }

.table_template thead {
  background-color: #01b2b7;
  color: #323232; }

.table_template thead.light {
  background-color: #fff; }

.table_template th {
  font-weight: 700; }

.table_template td, .table_template th {
  padding: 18px 30px; }

.table_template tbody tr:nth-of-type(odd) {
  background-color: rgba(238, 238, 238, 0.1); }

.table_template tbody tr:nth-of-type(even) {
  background-color: rgba(17, 17, 17, 0.05); }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
  border-color: #dadada; }

.table {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

.table td + th, .table th + td, .table th + th, .table td + td {
  border-left: 1px solid #dadada; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

.table > tbody > tr > td.media-middle {
  vertical-align: middle; }

.table-responsive {
  border: none; }

ul {
  margin-bottom: 0; }

.first {
  clear: both; }

.last {
  margin-right: 0; }

img, figure {
  max-width: 100%;
  height: auto; }

img.bottom-align {
  vertical-align: bottom; }

figcaption, .entry-caption {
  padding: 2px 0 12px; }

figcaption p, .entry-caption p {
  margin-bottom: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.wp-caption-text {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px; }

.gallery-caption {
  font-family: inherit; }

.alignleft {
  float: left;
  display: table-cell;
  margin: 5px 30px 10px 0; }

.alignright {
  float: right;
  display: table-cell;
  margin: 5px 0 10px 30px; }

.alignleft, .alignright {
  margin-bottom: 15px !important; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 15px; }

.alignleft.one-third, .alignright.one-third {
  max-width: 33.33333%; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer: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, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
  content: "";
  display: block;
  clear: both; }

.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
  clear: both; }

::-moz-selection {
  color: #fff;
  background-color: #0e5baf; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #060606;
  background-color: #fff;
  overflow: visible;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #2d3033;
  line-height: 1.3;
  word-break: break-word; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #0e5baf; }

h1, h2, h3, h4 {
  font-weight: 700; }

h5, h6 {
  font-weight: 700; }

p:last-child {
  margin-bottom: 0; }

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

blockquote {
  color: #797979;
  background: #f5f5f5;
  position: relative;
  margin: 30px 0 37px 0;
  padding: 30px 0 30px 30px;
  border-left: 5px solid #e7e7e7; }

blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #797979;
  margin-top: 10px; }
  blockquote cite a {
    color: #fff; }
    blockquote cite a:hover {
      color: #0e5baf; }

img, figure {
  max-width: 100%;
  height: auto; }

address {
  margin: 0 0 10px; }

pre {
  border-radius: 0;
  white-space: pre;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

:focus {
  outline: none; }

.primary-list ul, ul.primary-list {
  list-style: none;
  padding-left: 0; }
  .primary-list ul li, ul.primary-list li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 20px; }
    .primary-list ul li i, ul.primary-list li i {
      color: #0e5baf;
      padding-right: 15px; }

.second-list ul, ul.second-list {
  list-style: none;
  padding-left: 0; }
  .second-list ul li, ul.second-list li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 20px; }
    .second-list ul li i, ul.second-list li i {
      color: #4a84c3;
      padding-right: 15px; }

.icon-list {
  list-style-type: none;
  margin-left: 24px;
  padding-left: 0; }
  .icon-list li {
    position: relative; }
  .icon-list > li [class*=" fa-"] {
    position: absolute;
    left: -21px;
    text-align: center;
    top: 4px;
    width: 14px; }

audio, video {
  max-width: 100%;
  width: 100%; }

.text-primary {
  color: #0e5baf; }

.bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.h-black-font {
  font-family: helvetica_black; }

.lp-003 {
  letter-spacing: 0.03em !important; }

@media screen and (max-width: 767px) {
    .text-xs-center {
      text-align: center !important; } }

.vc_row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

.site-content {
  padding-top: 48px;
  padding-bottom: 50px; }

.site-content .vc_col-has-fill > .vc_column-inner, .site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

@media screen and (min-width: 1200px) {
  .vc_row.space30 {
    margin-left: -30px;
    margin-right: -30px; }
    .vc_row.space30 > .wpb_column > .vc_column-inner {
      padding-left: 30px;
      padding-right: 30px; } }

.vc_row.bg-fixed {
  background-attachment: fixed !important;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.vc_row-overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  z-index: 0; }

.vc_row.overlay-opacity {
  position: relative;
  overflow: hidden; }

.vc_row.visible_overflow {
  overflow: visible !important; }

@media screen and (min-width: 1200px) {
    .vc_row.space-30 {
      margin-left: -30px;
      margin-right: -30px; }
      .vc_row.space-30 > .wpb_column > .vc_column-inner {
        padding-left: 30px;
        padding-right: 30px; } }

@media screen and (min-width: 1200px) {
    .vc_row.col-space-22 {
      margin-left: -22px;
      margin-right: -22px; }
      .vc_row.col-space-22 > .wpb_column > .vc_column-inner {
        padding-left: 22px;
        padding-right: 22px; } }

@media screen and (min-width: 992px) {
      .wpb_column.right-full {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; } }
  @media screen and (min-width: 992px) {
    .wpb_column.left-full {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
      .wpb_column.left-full + div {
        position: relative;
        left: 50%; } }
    @media screen and (max-width: 991px) {
  .wpb_column.left-full.vc_hidden-sm + div {
    left: 0; } }
    @media screen and (max-width: 991px) {
  .wpb_column.left-full.vc_hidden-xs + div {
    left: 0; } }

@media screen and (max-width: 767px) {
    .vc_row .vc_column-inner {
      border: 0 !important; } }

a {
  color: #343333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #0e5baf; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

.round {
  border-radius: 50%; }

.text-white {
  color: #fff; }

.primary-bg {
  background: #4a84c3; }

.second-bg {
  background: #0e5baf; }

.to_animate {
  visibility: hidden; }

.animated {
  visibility: visible !important; }

.fontsize_20 {
  font-size: 20px; }

.fontsize_14 {
  font-size: 14px; }

.topmargin_40 {
  margin-top: 40px; }

.topmargin_60 {
  margin-top: 60px; }

.bottommargin_20 {
  margin-bottom: 20px; }

.bottommargin_60 {
  margin-bottom: 60px; }

.thin {
  font-weight: 100; }

.inline-block {
  display: inline-block;
  max-width: 100%; }

.owl-carousel {
  display: none;
  /* custom revoslider */ }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      margin: 5px 7px;
      background-color: #cecece;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .owl-carousel .owl-dots .owl-dot:hover {
        background-color: #aaa; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: #0e5baf; }
  .owl-carousel .owl-nav > div {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px; }

.rev_slider {
  /* message box */ }
  .rev_slider .uranus.tparrows {
    width: 40px !important;
    height: 40px !important; }
    .rev_slider .uranus.tparrows:before {
      width: 40px !important;
      height: 40px !important;
      opacity: 0.7 !important;
      font-size: 30px !important; }
    .rev_slider .uranus.tparrows:hover:before {
      opacity: 1 !important; }
  .rev_slider .custom.tparrows {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #b7b7b7;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .rev_slider .custom.tparrows:before {
      line-height: 28px;
      color: #050505;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .rev_slider .custom.tparrows:hover {
      background-color: #4a84c3; }
      .rev_slider .custom.tparrows:hover:before {
        color: #fff; }
  .rev_slider .tp-bullets.ares .tp-bullet {
    background-color: #d1d1d1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .rev_slider .tp-bullets.ares .tp-bullet:hover, .rev_slider .tp-bullets.ares .tp-bullet.selected {
      background-color: #898989; }
  @media screen and (max-width: 991px) {
    .rev_slider .tp-bullets.ares {
      top: auto !important;
      bottom: 15px;
      left: 50% !important;
      transform: translateX(-50%) !important; } }
    @media screen and (max-width: 991px) {
    .rev_slider .tp-bullets.ares .tp-bullet {
      background-color: transparent;
      border: 1px solid #fff;
      width: 8px;
      height: 8px; }
      .rev_slider .tp-bullets.ares .tp-bullet.selected {
        background-color: #fff; } }

.alert {
  border-radius: 0;
  border-width: 0 0 0 4px;
  padding: 30px;
  margin-bottom: 40px;
  /*pagination*/ }

.pagination {
  margin: 0; }

.pagination > li {
  display: inline-block; }

.pagination > li > a, .pagination > li > span {
  text-align: center;
  padding: 8px 0;
  border: none;
  color: #737880;
  font-size: 20px;
  font-weight: 500;
  min-width: 34px;
  background-color: transparent; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px;
  padding: 5px 0;
  font-size: 24px; }

@media (min-width: 992px) {
  .pagination > li > a, .pagination > li > span {
    min-width: 50px; }

  .pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-right: 15px; }

  .pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 15px; } }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #01b2b7;
  background-color: transparent; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: transparent;
  color: #01b2b7; }

.page-template-shortcode-icon .entry-excerpt {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px; }
  .page-template-shortcode-icon .grey {
    color: #323232;
    border-color: #323232; }
  .page-template-shortcode-icon .big {
    font-size: 42px;
    line-height: 0.9; }
  .page-template-shortcode-icon .teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .page-template-shortcode-icon .teaser_icon + p {
    margin-top: 27px; }
  .page-template-shortcode-icon .size_normal {
    font-size: 42px; }
  .page-template-shortcode-icon .size_small {
    font-size: 32px; }

.fs-popup {
  display: none; }

.padding_top_90 {
  padding-top: 90px; }

.padding_top_100 {
  padding-top: 100px; }

.padding_top_110 {
  padding-top: 110px; }

.padding_top_115 {
  padding-top: 115px; }

.padding_top_120 {
  padding-top: 120px; }

.padding_bottom_83 {
  padding-bottom: 83px; }

.padding_bottom_90 {
  padding-bottom: 90px; }

.padding_bottom_100 {
  padding-bottom: 100px; }

.padding_bottom_110 {
  padding-bottom: 110px; }

.padding_bottom_120 {
  padding-bottom: 120px; }

@media (max-width: 1199px) {
  .padding_top_90, .padding_top_100, .padding_top_110, .padding_top_115, .padding_top_120 {
    padding-top: 75px; }

  .padding_bottom_100, .padding_bottom_110, .padding_bottom_120 {
    padding-bottom: 75px; }

  .padding_bottom_83, .padding_bottom_90 {
    padding-bottom: 45px; } }

.header-top {
  background: #0e5baf;
  min-height: 18px; }
  .header-top .header-top-left {
    float: left; }
    @media screen and (min-width: 768) {
    .header-top .header-top-left .widget + .widget {
      margin-left: 35px; } }
    @media screen and (min-width: 1200) {
    .header-top .header-top-left .widget + .widget {
      margin-left: 60px; } }
  .header-top .header-top-right {
    float: right; }
  .header-top ul {
    list-style: none;
    padding-left: 0; }
    .header-top ul li {
      display: inline-block; }
  .header-top .top-bar-info {
    padding: 0;
    margin-bottom: 0; }
    .header-top .top-bar-info li {
      font-size: 13px;
      font-weight: 500;
      color: #3b3b3b;
      list-style-type: none;
      float: left;
      margin: 0;
      padding: 12px 16px 13px 0; }
    .header-top .top-bar-info li i {
      font-size: 15px;
      color: #0e5baf;
      padding-right: 8px; }
  .header-top .cms-socials li {
    float: left;
    margin-left: 8px; }
    .header-top .cms-socials li a {
      font-size: 14px;
      text-align: center;
      margin: 0;
      padding: 12px 10px 13px 10px;
      color: #0e5baf;
      display: inline-block; }
      .header-top .cms-socials li a:hover {
        color: #2d3033; }

.cshero-header-middle {
  background: #fff;
  /* main header */ }
  @media screen and (max-width: 1199px) {
  .cshero-header-middle {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); } }
  .cshero-header-middle .header-middle-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 126px;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
  .cshero-header-middle .header-middle-wrap {
    min-height: 70px; } }
    .cshero-header-middle .header-middle-wrap > div {
      display: flex;
      flex: 0 0 auto; }
    .cshero-header-middle .header-middle-wrap .header-middle-right {
      text-align: right; }
    .cshero-header-middle .header-middle-wrap .header-middle-right aside:first-child {
      margin-bottom: 40px; }
    .cshero-header-middle .header-middle-wrap .header-middle-right ul {
      margin: 0 -5px;
      padding: 0;
      list-style: none; }
      .cshero-header-middle .header-middle-wrap .header-middle-right ul li {
        padding: 0 5px;
        display: inline-block; }
    .cshero-header-middle .header-middle-wrap .header-middle-right .widget_nav_menu ul {
      margin: 0 -15px; }
      .cshero-header-middle .header-middle-wrap .header-middle-right .widget_nav_menu ul li {
        padding: 0 15px;
        position: relative; }
        .cshero-header-middle .header-middle-wrap .header-middle-right .widget_nav_menu ul li a {
          font-size: 14px;
          font-weight: 500;
          color: #040404; }
          .cshero-header-middle .header-middle-wrap .header-middle-right .widget_nav_menu ul li a:hover {
            color: #0e5baf; }
        .cshero-header-middle .header-middle-wrap .header-middle-right .widget_nav_menu ul li + li:before {
          content: "";
          width: 1px;
          height: 14px;
          background: #343333;
          position: absolute;
          left: -1px;
          top: 3px; }
  .cshero-header-middle .qtranxs_widget {
    margin-bottom: 38px; }
    .cshero-header-middle .qtranxs_widget ul li {
      margin: 0;
      opacity: 1; }
    .cshero-header-middle .qtranxs_widget ul li img {
      width: 24px; }

.cshero-main-header {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .cshero-main-header .container, .cshero-main-header .container-fullwidth {
      position: relative; } }

.main-header-wrap {
  background: #c3d6eb; }

@media screen and (min-width: 1200px) {
    .main-header-outer {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .main-header-outer > div {
        display: flex;
        flex: 0 0 auto; } }

.search-form-wrap .search-form {
  position: relative; }
  .search-form-wrap .search-form input[type="text"] {
    height: 40px;
    border-color: #e3e3e3;
    min-width: 332px;
    padding-right: 40px;
    border-radius: 0; }
  .search-form-wrap .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url('../images/search-icon.png') no-repeat center;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .search-form-wrap .search-form button[type="submit"]:hover, .search-form-wrap .search-form button[type="submit"]:focus, .search-form-wrap .search-form button[type="submit"]:active {
    color: #0e5baf;
    outline: none;
    box-shadow: none; }

.site-branding {
  position: relative; }
  .site-branding .site-title, .site-branding .site-description {
    margin-bottom: 0;
    line-height: 1; }
  .site-branding img {
    max-height: 94px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }

.main-logo {
  display: block; }
  @media screen and (max-width: 1199px) {
  .main-logo {
    display: none; } }

.mobile-logo {
  display: none; }
  .mobile-logo img {
    max-height: 40px; }
  @media screen and (max-width: 1199px) {
  .mobile-logo {
    display: block; } }

.sticky_logo {
  display: none; }

.navbar-toggle {
  margin: 0;
  width: 34px;
  height: 40px;
  min-width: 1px;
  border-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .navbar-toggle.collapsed {
    background: transparent; }
  .navbar-toggle .icon-bar {
    width: 34px;
    height: 3px;
    border-radius: 1px;
    margin: 8px 0;
    background: #4a84c3;
    -webkit-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s; }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:active:focus {
    background: transparent; }
  .navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle:active:focus .icon-bar {
    background: #0e5baf; }

@media screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none; } }

@media screen and (max-width: 1199px) {
  .navbar-toggle {
    display: block; } }

.header-navigation .nav-menu > li > a {
  padding-top: 14px;
  padding-bottom: 14px; }

.page_header_wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.page_header_wrapper.affix-top-wrapper {
  height: auto !important; }

.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 9; }
  .affix .header-navigation .nav-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }

@media screen and (min-width: 601px) {
  .admin-bar .affix {
    top: 32px; } }

@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .affix {
    top: 46px; } }

.sticky-desktop.affix .main_logo.has-sticky-logo {
  display: none; }
  .sticky-desktop.affix .sticky_logo {
    display: inline-block; }
  .sticky-desktop.affix .site-branding img {
    max-height: ; }

@media (min-width: 768px) and (max-width: 991px) {
    .main_logo {
      padding: 10px 0; } }

html:lang(es-ES) .search-form-wrap .search-form input[type="text"] {
  min-width: 280px;
  width: 280px; }

html:lang(pt-PT) .search-form-wrap .search-form input[type="text"] {
  min-width: 300px;
  width: 300px; }

html:lang(it-IT) .search-form-wrap .search-form input[type="text"] {
  min-width: 250px;
  width: 250px; }

html:lang(fr-FR) .search-form-wrap .search-form input[type="text"] {
  min-width: 170px;
  width: 170px; }

@media screen and (min-width: 1200px) {
  .cs-menu-toggle {
    display: none; }

  .header-navigation .main-navigation.collapse {
    display: block;
    overflow: visible;
    height: auto !important; }

  .header-navigation .main-navigation .menu-main-menu {
    margin: 0;
    padding: 0; }
    .header-navigation .main-navigation .menu-main-menu > ul > li, .header-navigation .main-navigation .menu-main-menu > li {
      vertical-align: top;
      display: inline-block;
      position: relative;
      margin: 0; }
      .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a {
        color: #0e5baf; }
      .header-navigation .main-navigation .menu-main-menu > ul > li > a, .header-navigation .main-navigation .menu-main-menu > li > a {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        color: rgba(6, 6, 6, 0.75);
        text-transform: uppercase;
        text-decoration: none !important;
        position: relative;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        .header-navigation .main-navigation .menu-main-menu > ul > li > a:focus, .header-navigation .main-navigation .menu-main-menu > li > a:focus, .header-navigation .main-navigation .menu-main-menu > ul > li > a:hover, .header-navigation .main-navigation .menu-main-menu > li > a:hover {
          outline: 0 !important;
          color: #0e5baf; }
      .header-navigation .main-navigation .menu-main-menu > ul > li:first-child > a, .header-navigation .main-navigation .menu-main-menu > li:first-child > a {
        padding-left: 0; }
      .header-navigation .main-navigation .menu-main-menu > ul > li:last-child > a, .header-navigation .main-navigation .menu-main-menu > li:last-child > a {
        padding-right: 0; }
      .header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children, .header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children, .header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children, .header-navigation .main-navigation .menu-main-menu > li.page_item_has_children {
        position: relative; }
        .header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > .cs-menu-toggle, .header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle, .header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children > .cs-menu-toggle, .header-navigation .main-navigation .menu-main-menu > li.page_item_has_children > .cs-menu-toggle {
          display: none; }
      .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children, .header-navigation .main-navigation .menu-main-menu > li ul.children {
        padding: 5px 0;
        box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.3);
        background: #fff;
        clip: rect(1px, 1px, 1px, 1px); }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children a, .header-navigation .main-navigation .menu-main-menu > li ul.children a {
          clear: both;
          font-size: 16px;
          font-weight: 400;
          display: block;
          padding: 11px 15px;
          letter-spacing: 0.5px; }
          .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu a:hover, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu a:hover, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children a:hover, .header-navigation .main-navigation .menu-main-menu > li ul.children a:hover {
            background-color: #f9f9f9;
            color: #0e5baf; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .menu-item-has-children > a:after, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .menu-item-has-children > a:after, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children .menu-item-has-children > a:after, .header-navigation .main-navigation .menu-main-menu > li ul.children .menu-item-has-children > a:after, .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .page_item_has_children > a:after, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .page_item_has_children > a:after, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children .page_item_has_children > a:after, .header-navigation .main-navigation .menu-main-menu > li ul.children .page_item_has_children > a:after {
          font-family: "FontAwesome";
          content: " \f105";
          position: absolute;
          right: 40px;
          font-weight: 300;
          font-size: 14px; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children .current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li ul.children .current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > li ul.children .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children .current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > li ul.children .current-menu-item > a {
          color: #0e5baf; }

  .header-navigation .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    left: 0;
    visibility: hidden;
    display: block;
    list-style: none;
    text-align: left;
    min-width: 200px;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out; }
    .header-navigation .main-navigation li:hover > ul, .header-navigation .main-navigation li:focus > ul {
      top: 100%;
      opacity: 1;
      visibility: visible;
      border-left: 0;
      overflow: inherit;
      clip: inherit !important; }

  .header-navigation .main-navigation li li {
    margin: 0;
    border-top: none; }
    .header-navigation .main-navigation li li > ul {
      top: auto;
      margin-top: -52px;
      left: 130%; }
    .header-navigation .main-navigation li li:hover > ul {
      left: 100%;
      margin-top: -52px; }
    .header-navigation .main-navigation li li li:hover > ul {
      left: 100%;
      margin-top: -52px; }

  .header-navigation .main-navigation li li:last-child > a {
    border-bottom: 0 !important; }

  .header-navigation .main-navigation li ul.back {
    right: 100%;
    left: auto !important; }
    .header-navigation .main-navigation li ul.back ul:not(.back) {
      right: 100%;
      left: auto !important; }
    .header-navigation .main-navigation li ul.back ul.back {
      left: 100%;
      right: auto; }
      .header-navigation .main-navigation li ul.back ul.back ul:not(.back) {
        left: 100%;
        right: auto; }
      .header-navigation .main-navigation li ul.back ul.back ul.back {
        right: 100%;
        left: auto !important; }

  .cshero-main-header.header-fixed .header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
    display: none; } }

@media screen and (max-width: 1199px) {
  .header-navigation {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    display: block;
    background: #b8b8b9;
    text-align: left; }

  .header-navigation .main-navigation {
    float: none !important;
    max-height: 560px;
    padding: 0 15px; }
    .header-navigation .main-navigation.collapse.in {
      overflow: hidden;
      overflow-y: auto; }
    .header-navigation .main-navigation > div > ul, .header-navigation .main-navigation ul.nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 30px;
      margin-bottom: 20px; }
      .header-navigation .main-navigation > div > ul > li, .header-navigation .main-navigation ul.nav-menu > li {
        list-style: none; }
        .header-navigation .main-navigation > div > ul > li > a, .header-navigation .main-navigation ul.nav-menu > li > a {
          color: #fff;
          padding: 10px 0;
          text-transform: uppercase;
          text-decoration: none;
          line-height: 28px;
          display: block;
          font-size: 12px;
          font-weight: 400;
          -webkit-transition: all 0.3s linear 0s !important;
          transition: all 0.3s linear 0s !important; }
          .header-navigation .main-navigation > div > ul > li > a:hover, .header-navigation .main-navigation ul.nav-menu > li > a:hover, .header-navigation .main-navigation > div > ul > li > a:focus, .header-navigation .main-navigation ul.nav-menu > li > a:focus {
            outline: none;
            color: #0e5baf; }
        .header-navigation .main-navigation > div > ul > li:hover > .cs-menu-toggle, .header-navigation .main-navigation ul.nav-menu > li:hover > .cs-menu-toggle, .header-navigation .main-navigation > div > ul > li:active > .cs-menu-toggle, .header-navigation .main-navigation ul.nav-menu > li:active > .cs-menu-toggle, .header-navigation .main-navigation > div > ul > li:focus > .cs-menu-toggle, .header-navigation .main-navigation ul.nav-menu > li:focus > .cs-menu-toggle {
          font-size: 14px;
          color: #0e5baf; }
        .header-navigation .main-navigation > div > ul > li.current-menu-item > a, .header-navigation .main-navigation ul.nav-menu > li.current-menu-item > a {
          color: #0e5baf; }

  .header-navigation .main-navigation::-webkit-scrollbar {
    height: 0;
    width: 6px;
    background-color: transparent; }

  .header-navigation .main-navigation::-webkit-scrollbar-track {
    border-radius: 3px; }

  .header-navigation .main-navigation::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: transparent; }

  .header-navigation:hover .main-navigation::-webkit-scrollbar {
    width: 6px;
    height: auto;
    background-color: ; }

  .header-navigation:hover .main-navigation::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ededed; }

  .header-navigation .main-navigation li ul, .header-navigation .main-navigation li ul ul {
    width: 100% !important; }

  .collapse .main-navigation div.nav-menu > ul {
    display: block; }

  .header-navigation .main-navigation .menu-main-menu > ul > li, .header-navigation .main-navigation .menu-main-menu > li {
    position: relative; }
    .header-navigation .main-navigation .menu-main-menu > ul > li li, .header-navigation .main-navigation .menu-main-menu > li li {
      position: relative; }
    .header-navigation .main-navigation .menu-main-menu > ul > li .cs-menu-toggle, .header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle {
      color: #fff;
      cursor: pointer;
      position: absolute;
      right: 0px;
      text-align: right;
      top: 0;
      width: 30px;
      height: 48px;
      line-height: 48px;
      vertical-align: middle;
      display: block;
      z-index: 999; }
    .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-parent, .header-navigation .main-navigation .menu-main-menu > li.current-menu-parent {
      background: transparent !important; }
      .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a {
        color: #0e5baf !important; }
    .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children, .header-navigation .main-navigation .menu-main-menu > li ul.children {
      overflow: hidden;
      display: none;
      padding: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li, .header-navigation .main-navigation .menu-main-menu > li ul.children li {
        padding: 8px 28px;
        line-height: 28px;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li:last-child, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li:last-child, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li:last-child, .header-navigation .main-navigation .menu-main-menu > li ul.children li:last-child {
          border-bottom: 0; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li:hover, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li:hover, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li:hover, .header-navigation .main-navigation .menu-main-menu > li ul.children li:hover {
          background-color: transparent !important; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li a, .header-navigation .main-navigation .menu-main-menu > li ul.children li a {
          display: block;
          font-weight: 400;
          white-space: nowrap;
          color: #fff !important;
          text-transform: none;
          font-size: 12px; }
          .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li a:hover, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li a:hover, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li a:hover, .header-navigation .main-navigation .menu-main-menu > li ul.children li a:hover {
            color: #0e5baf !important; }
          .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li a:before, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li a:before, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li a:before, .header-navigation .main-navigation .menu-main-menu > li ul.children li a:before {
            content: '-';
            padding-right: 5px;
            left: 0;
            display: inline-block !important;
            position: relative;
            top: 0; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-ancestor, .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li .current-menu-parent, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li .current-menu-parent, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li .current-menu-parent, .header-navigation .main-navigation .menu-main-menu > li ul.children li .current-menu-parent {
          background: transparent !important; }
          .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-ancestor > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li .current-menu-parent > a, .header-navigation .main-navigation .menu-main-menu > li ul.children li .current-menu-parent > a {
            color: #0e5baf !important; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-item, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-item, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-item, .header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-item {
          background: transparent !important; }
          .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-item > a, .header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-item > a {
            color: #0e5baf !important; }
      .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu.submenu-open .submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open .submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children.submenu-open .submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > li ul.children.submenu-open .submenu-open + .cs-menu-toggle i:before {
        content: "\f106"; }
        .header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu.submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > ul > li ul.children.submenu-open + .cs-menu-toggle i:before, .header-navigation .main-navigation .menu-main-menu > li ul.children.submenu-open + .cs-menu-toggle i:before {
          content: "\f106"; } }

.breadcrumb-text {
  text-align: center;
  padding-top: 9px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff; }
  .breadcrumb-text.custom-bc > span + span:before {
    margin: 0 5px;
    display: inline-block; }
  .breadcrumb-text a {
    color: #fff; }
  .breadcrumb-text a:hover {
    color: #2d3033; }

.page-title {
  position: relative;
  padding: 30px 0;
  background-color: #777;
  background-size: cover;
  background-position: top; }
  .page-title h1 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 0px; }
  .page-title.layout-1 .breadcrumb-text.custom-bc > span + span:before {
    content: " \f105";
    font-family: FontAwesome;
    font-size: 14px; }
  .page-title.layout-2 .breadcrumb-text.custom-bc > span + span:before {
    content: " /";
    font-weight: 500;
    font-size: 15px; }
  .page-title.layout-3 {
    padding: 60px 0; }
  .page-title.layout-3 h1:after {
    content: '';
    display: block;
    width: 50px;
    padding-top: 10px;
    border-bottom: 2px solid #4a84c3; }
  .page-title.layout-3 .breadcrumb-text {
    text-align: right;
    font-size: 17px;
    padding-top: 18px; }
  .page-title.layout-3 .breadcrumb-text.custom-bc > span + span:before {
    content: " /";
    font-weight: 500;
    font-size: 17px; }

.main-sidebar {
  margin-top: -10px; }

.widget-area, .wpb_widgetised_column {
  overflow: hidden; }
  .widget-area .wg-title, .wpb_widgetised_column .wg-title {
    font-size: 30px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 500;
    color: #383838;
    letter-spacing: -0.01em; }
  .widget-area .widget + .widget, .wpb_widgetised_column .widget + .widget {
    margin-top: 80px; }
  .widget-area h1 a, .wpb_widgetised_column h1 a, .widget-area h2 a, .wpb_widgetised_column h2 a, .widget-area h3 a, .wpb_widgetised_column h3 a, .widget-area h4 a, .wpb_widgetised_column h4 a, .widget-area h5 a, .wpb_widgetised_column h5 a, .widget-area h6 a, .wpb_widgetised_column h6 a {
    color: inherit; }
  .widget-area h1 a:hover, .wpb_widgetised_column h1 a:hover, .widget-area h2 a:hover, .wpb_widgetised_column h2 a:hover, .widget-area h3 a:hover, .wpb_widgetised_column h3 a:hover, .widget-area h4 a:hover, .wpb_widgetised_column h4 a:hover, .widget-area h5 a:hover, .wpb_widgetised_column h5 a:hover, .widget-area h6 a:hover, .wpb_widgetised_column h6 a:hover {
    color: #0e5baf; }
  .widget-area .widget_recent_comments li, .wpb_widgetised_column .widget_recent_comments li {
    line-height: 51px; }
  .widget-area .widget_recent_comments li:before, .wpb_widgetised_column .widget_recent_comments li:before {
    content: "";
    background: #f1f1f1;
    width: 10000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%; }
  .widget-area .widget_recent_entries li a:before, .wpb_widgetised_column .widget_recent_entries li a:before, .widget-area .widget_recent_comments li a:before, .wpb_widgetised_column .widget_recent_comments li a:before, .widget-area .widget_archive li a:before, .wpb_widgetised_column .widget_archive li a:before, .widget-area .widget_categories li a:before, .wpb_widgetised_column .widget_categories li a:before, .widget-area .widget_meta li a:before, .wpb_widgetised_column .widget_meta li a:before, .widget-area .widget_popular_entries li a:before, .wpb_widgetised_column .widget_popular_entries li a:before, .widget-area .widget_nav_menu li a:before, .wpb_widgetised_column .widget_nav_menu li a:before, .widget-area .widget_pages li a:before, .wpb_widgetised_column .widget_pages li a:before {
    content: "";
    background: #f1f1f1;
    width: 10000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%; }
  .widget-area .widget_categories li > ul > li a:before, .wpb_widgetised_column .widget_categories li > ul > li a:before, .widget-area .widget_nav_menu li > ul > li a:before, .wpb_widgetised_column .widget_nav_menu li > ul > li a:before, .widget-area .widget_pages li > ul > li a:before, .wpb_widgetised_column .widget_pages li > ul > li a:before {
    content: "";
    background: #f1f1f1;
    width: 10000px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%; }
  .widget-area .widget_categories ul li a:after, .wpb_widgetised_column .widget_categories ul li a:after, .widget-area .widget_nav_menu ul li a:after, .wpb_widgetised_column .widget_nav_menu ul li a:after, .widget-area .widget_pages ul li a:after, .wpb_widgetised_column .widget_pages ul li a:after {
    content: "\f105";
    font-size: 15px;
    font-weight: 600;
    float: right;
    font-family: FontAwesome;
    color: #38d0c5; }
  .widget-area .widget_recent_entries a, .wpb_widgetised_column .widget_recent_entries a, .widget-area .widget_archive a, .wpb_widgetised_column .widget_archive a, .widget-area .widget_categories a, .wpb_widgetised_column .widget_categories a, .widget-area .widget_meta a, .wpb_widgetised_column .widget_meta a, .widget-area .widget_nav_menu a, .wpb_widgetised_column .widget_nav_menu a, .widget-area .widget_pages a, .wpb_widgetised_column .widget_pages a {
    position: relative;
    display: block; }
  .widget-area .widget_recent_comments > ul, .wpb_widgetised_column .widget_recent_comments > ul, .widget-area .widget_recent_entries > ul, .wpb_widgetised_column .widget_recent_entries > ul, .widget-area .widget_archive > ul, .wpb_widgetised_column .widget_archive > ul, .widget-area .widget_meta > ul, .wpb_widgetised_column .widget_meta > ul, .widget-area .widget_pages > ul, .wpb_widgetised_column .widget_pages > ul, .widget-area .widget_categories > ul, .wpb_widgetised_column .widget_categories > ul, .widget-area .widget_nav_menu > ul, .wpb_widgetised_column .widget_nav_menu > ul {
    margin-top: -14px; }
  .widget-area .widget_recent_comments ul li, .wpb_widgetised_column .widget_recent_comments ul li, .widget-area .widget_recent_entries ul li, .wpb_widgetised_column .widget_recent_entries ul li, .widget-area .widget_archive ul li, .wpb_widgetised_column .widget_archive ul li, .widget-area .widget_meta ul li, .wpb_widgetised_column .widget_meta ul li, .widget-area .widget_pages ul li, .wpb_widgetised_column .widget_pages ul li, .widget-area .widget_categories ul li, .wpb_widgetised_column .widget_categories ul li, .widget-area .widget_nav_menu ul li, .wpb_widgetised_column .widget_nav_menu ul li {
    width: 100%;
    clear: both;
    margin: 0;
    position: relative;
    line-height: 51px; }
  .widget-area .widget_recent_comments + .widget, .wpb_widgetised_column .widget_recent_comments + .widget, .widget-area .widget_recent_entries + .widget, .wpb_widgetised_column .widget_recent_entries + .widget, .widget-area .widget_archive + .widget, .wpb_widgetised_column .widget_archive + .widget, .widget-area .widget_meta + .widget, .wpb_widgetised_column .widget_meta + .widget, .widget-area .widget_pages + .widget, .wpb_widgetised_column .widget_pages + .widget, .widget-area .widget_categories + .widget, .wpb_widgetised_column .widget_categories + .widget, .widget-area .widget_nav_menu + .widget, .wpb_widgetised_column .widget_nav_menu + .widget {
    margin-top: 30px; }
  .widget-area .widget_cms_socials_widget ul, .wpb_widgetised_column .widget_cms_socials_widget ul {
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 0; }
  .widget-area .widget_cms_socials_widget ul li, .wpb_widgetised_column .widget_cms_socials_widget ul li {
    display: inline-block;
    padding-right: 25px; }
    .widget-area .widget_cms_socials_widget ul li a, .wpb_widgetised_column .widget_cms_socials_widget ul li a {
      font-size: 15px;
      color: #0e5baf; }
  .widget-area.layout1 .wg-title:after, .wpb_widgetised_column.layout1 .wg-title:after {
    border-bottom-color: #4a84c3; }
  .widget-area.layout1 a:hover, .wpb_widgetised_column.layout1 a:hover, .widget-area.layout1 a:active, .wpb_widgetised_column.layout1 a:active, .widget-area.layout1 a:focus, .wpb_widgetised_column.layout1 a:focus, .widget-area.layout1 li.current-cat a, .wpb_widgetised_column.layout1 li.current-cat a {
    color: #2d3033; }

@media screen and (max-width: 991px) {
  .sidebar, .main-sidebar {
    margin-top: 30px; } }

.widget {
  display: block;
  position: relative; }
  .widget > ul, .widget > ol, .widget > div > ul, .widget > div > ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .widget ul {
    list-style: none;
    margin-bottom: 0; }
  .widget ul li ul {
    padding-left: 10px; }

.widget ul ul li {
  padding-left: 20px; }

#calendar_wrap {
  width: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

@media (min-width: 768px) and (max-width: 992px) {
  #calendar_wrap {
    overflow-x: auto;
    overflow-y: hidden; } }

.widget_calendar table {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background-color: #fff; }
  .widget_calendar table td, .widget_calendar table th {
    padding: 6px 8px;
    font-size: 14px; }
  .widget_calendar caption {
    line-height: 1;
    font-size: 18px;
    padding: 8px 0 8px;
    text-align: center;
    color: #fff;
    background-color: #0e5baf; }
  .widget_calendar thead {
    background-color: #444;
    border: 1px solid #444;
    color: #fff; }
  .widget_calendar thead th {
    font-weight: 300; }
  .widget_calendar tbody {
    font-weight: 300;
    border: 1px solid #f1f1f1; }
  .widget_calendar tbody td {
    border: none;
    padding: 6px 8px;
    text-align: center;
    position: relative;
    color: #3b3b3b;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1; }
  .widget_calendar tbody td a {
    font-weight: 700;
    color: #0e5baf; }
  .widget_calendar tbody td a:hover {
    color: #444; }
  .widget_calendar th {
    text-align: center;
    border: 0;
    color: inherit; }
  .widget_calendar td {
    border: 0; }
  .widget_calendar tfoot {
    position: absolute;
    top: -3px;
    right: 0;
    left: 0; }
  .widget_calendar tfoot td {
    position: absolute;
    top: 0; }
  .widget_calendar tfoot td a {
    color: #fff;
    text-align: center;
    font-size: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: inline-block; }
  .widget_calendar tfoot #prev {
    left: 0;
    padding: 0; }
  .widget_calendar tfoot #prev a:before {
    font-size: 14px;
    font-family: 'rt-icons-2';
    content: '\e7c4'; }
  .widget_calendar tfoot #next {
    right: 0;
    padding: 0; }
  .widget_calendar tfoot #next a {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .widget_calendar tfoot #next a:after {
    font-size: 14px;
    font-family: 'rt-icons-2';
    content: '\e7c5'; }

.widget_tag_cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  line-height: 17px;
  background: #0e5baf;
  border: 2px solid #0e5baf;
  border-radius: 5px;
  color: #fff; }
  .widget_tag_cloud a:hover {
    color: #fff !important;
    background-color: #4a84c3;
    border-color: #4a84c3; }

.widget_rss .wg-title a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 22px; }
  .widget_rss ul li {
    line-height: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .widget_rss ul li a {
    font-weight: bold; }
  .widget_rss ul li:last-child {
    margin-bottom: 8px;
    padding-bottom: 0; }

.widget_cs_recent_post_v2 .widget-recent-item + .widget-recent-item {
  margin-top: 20px; }
  .widget_cs_recent_post_v2 .entry-thumbnail {
    float: left; }
  .widget_cs_recent_post_v2 .entry-thumbnail img {
    max-width: 88px; }
  .widget_cs_recent_post_v2 .entry-main {
    display: block;
    margin-left: 108px; }
  .widget_cs_recent_post_v2 .entry-main .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-bottom: 8px; }
  .widget_cs_recent_post_v2 .entry-main span.date {
    color: #0e5baf;
    font-size: 14px;
    line-height: 1; }

.widget_sidebar_recent_posts .widget-recent-item {
  display: table;
  margin-bottom: 20px; }
  .widget_sidebar_recent_posts .entry-thumbnail {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px; }
  .widget_sidebar_recent_posts .entry-thumbnail img {
    width: 85px;
    max-width: 85px; }
  .widget_sidebar_recent_posts a.entry-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    display: block;
    color: #343333; }
  .widget_sidebar_recent_posts a.entry-title:hover {
    color: #0e5baf; }
  .widget_sidebar_recent_posts .entry-main {
    display: table-cell;
    vertical-align: middle; }
  .widget_sidebar_recent_posts .entry-main .post-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: ;
    border-color: ; }
  .widget_sidebar_recent_posts .entry-main .post-meta a {
    color: ; }
    .widget_sidebar_recent_posts .entry-main .post-meta a:hover {
      color: ; }

.widget_woocommerce_category ul {
  list-style: none; }
  .widget_woocommerce_category ul li:hover {
    background: none !important; }
  .widget_woocommerce_category ul li:last-child {
    border-bottom: 0; }
  .widget_woocommerce_category ul li a .product-count {
    position: absolute;
    right: 0;
    color: #343333;
    font-style: italic; }

.widget_newsletterwidget {
  text-align: center; }
  .widget_newsletterwidget .wg-title {
    display: inline-block;
    font-size: 20px;
    margin: 0 54px 0 0; }
  @media screen and (min-width: 1200px) {
    .widget_newsletterwidget .wg-title {
      line-height: 58px; } }
  @media screen and (max-width: 1199px) {
    .widget_newsletterwidget .wg-title {
      margin: 0 0 10px 0; } }
  .widget_newsletterwidget .tnp-widget {
    display: inline-block;
    width: auto; }
  @media screen and (max-width: 767px) {
    .widget_newsletterwidget .tnp-widget {
      display: block;
      width: 100%; } }
  .widget_newsletterwidget .tnp-widget form {
    min-width: 550px;
    position: relative; }
  @media screen and (max-width: 767px) {
      .widget_newsletterwidget .tnp-widget form {
        min-width: 100%; } }
  .widget_newsletterwidget .tnp-widget form label {
    margin-bottom: 0;
    display: none; }
  .widget_newsletterwidget .tnp-widget form .tnp-email {
    border: 0;
    padding: 20px 150px 20px 35px;
    border-radius: 29px;
    line-height: 18px; }
    .widget_newsletterwidget .tnp-widget form .tnp-email::-webkit-input-placeholder {
      font-style: italic; }
    .widget_newsletterwidget .tnp-widget form .tnp-email:-moz-placeholder {
      font-style: italic; }
    .widget_newsletterwidget .tnp-widget form .tnp-email::-moz-placeholder {
      font-style: italic; }
    .widget_newsletterwidget .tnp-widget form .tnp-email:-ms-input-placeholder {
      font-style: italic; }
    @media screen and (max-width: 480px) {
      .widget_newsletterwidget .tnp-widget form .tnp-email {
        padding: 20px 100px 20px 35px; } }
  .widget_newsletterwidget .tnp-widget .tnp-field {
    margin-bottom: 0; }
  .widget_newsletterwidget .tnp-field-button {
    position: absolute;
    top: 0;
    right: -5px;
    display: inline-block;
    margin-bottom: 0 !important; }
  .widget_newsletterwidget .tnp-field-button .tnp-submit {
    position: relative;
    background: ;
    border: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.01em;
    padding: 16px 38px;
    border-radius: 25px;
    margin-top: 4px; }
  @media screen and (max-width: 480px) {
      .widget_newsletterwidget .tnp-field-button .tnp-submit {
        padding: 16px 18px; } }
  .widget_newsletterwidget .tnp-field-button .tnp-submit:hover {
    background: #fff; }

.wpb_column .widget_cs_instagram_widget {
  padding: 0 !important; }

.widget_cs_instagram_widget .instagram-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 41px;
  padding-top: 41px;
  background-color: #f7f7f7; }
  .widget_cs_instagram_widget .instagram-item {
    padding: 0; }
  .widget_cs_instagram_widget .instagram-item a img {
    width: 100%; }

.section-instagram {
  display: block;
  position: relative;
  margin-top: 100px; }
  .section-instagram.nopadbot {
    padding-bottom: 0; }

.widget_znews-twitter-widget .news-tweet-content {
  margin-bottom: 30px; }
  .widget_znews-twitter-widget .news-tweet-content:last-child {
    margin-bottom: 0; }
  .widget_znews-twitter-widget .tweet-text {
    position: relative; }
  .widget_znews-twitter-widget .tweet-text i {
    font-size: 18px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px; }
  .widget_znews-twitter-widget a {
    color: #343333; }
  .widget_znews-twitter-widget a:hover {
    color: #0e5baf; }

.widget_cms_search .search-form input[type="text"] {
  height: 40px;
  border-color: #898989;
  padding-right: 40px; }
  .widget_cms_search .search-form input[type="text"]::-webkit-input-placeholder {
    color: #383838; }
  .widget_cms_search .search-form input[type="text"]:-moz-placeholder {
    color: #383838; }
  .widget_cms_search .search-form input[type="text"]::-moz-placeholder {
    color: #383838; }
  .widget_cms_search .search-form input[type="text"]:-ms-input-placeholder {
    color: #383838; }
  .widget_cms_search .search-form select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #898989;
    padding: 5px 11px;
    height: 40px;
    background: #ebebeb url('../images/select-arrow.png') no-repeat 98% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .widget_cms_search .search-form select::-ms-expand {
    display: none; }
  .widget_cms_search .search-form button[type="submit"] {
    padding: 5px 27px;
    margin-top: 19px;
    text-transform: uppercase;
    font-size: 15px; }
  .widget_cms_search .title-inner {
    font-size: 24px;
    font-weight: 500;
    color: #383838;
    letter-spacing: -0.01em;
    margin-top: 10px;
    margin-bottom: 13px; }

.widget_search .search-form {
  position: relative; }
  .widget_search .search-form input[type="text"] {
    height: 40px;
    border-color: #898989;
    padding-right: 40px; }
  .widget_search .search-form input[type="text"]::-webkit-input-placeholder {
    color: #383838; }
  .widget_search .search-form input[type="text"]:-moz-placeholder {
    color: #383838; }
  .widget_search .search-form input[type="text"]::-moz-placeholder {
    color: #383838; }
  .widget_search .search-form input[type="text"]:-ms-input-placeholder {
    color: #383838; }
  .widget_search .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url('../images/search-icon.png') no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .widget_search .search-form button[type="submit"]:hover, .widget_search .search-form button[type="submit"]:focus, .widget_search .search-form button[type="submit"]:active {
    color: #0e5baf;
    outline: none;
    box-shadow: none; }

.widget_cms_donate .donation-wg-wrap {
  background-color: #4a84c3;
  text-align: center;
  padding: 10px 0 28px 0;
  border-radius: 5px; }
  .widget_cms_donate .wg-title {
    color: #fdfdfd;
    font-weight: 700;
    padding: 0 42px;
    margin-bottom: 13px; }
  @media screen and (max-width: 1199px) {
    .widget_cms_donate .wg-title {
      padding: 0 20px; } }
  .widget_cms_donate p {
    font-size: 12px;
    color: #fdfcfc;
    letter-spacing: -0.01em;
    padding: 0 30px; }
  @media screen and (max-width: 1199px) {
    .widget_cms_donate p {
      padding: 0 20px; } }
  .widget_cms_donate .dona-image img {
    width: 100%; }
  .widget_cms_donate a.donate-link {
    margin-top: 28px;
    display: block;
    font-size: 32px;
    color: #fdfdfd;
    font-weight: 900;
    text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .widget_cms_donate a.donate-link {
      font-size: 28px; } }
  .widget_cms_donate a.donate-link:hover {
    color: rgba(255, 255, 255, 0.7); }

.join-mailing-block {
  border-radius: 5px;
  text-align: right;
  padding: 25px 40px 24px 20px;
  background: #c3d6eb url('../images/envelopicon.png') no-repeat 40px center; }
  @media (min-width: 768px) and (max-width: 991px) {
  .join-mailing-block {
    text-align: center;
    padding: 25px 20px 24px 20px;
    background-image: none; } }
  .join-mailing-block .title-1 {
    font-size: 50px;
    line-height: 0.9;
    color: #131313;
    display: block;
    text-transform: uppercase; }
  .join-mailing-block .title-2 {
    font-size: 13px;
    color: #131313;
    font-weight: bold;
    line-height: 1;
    display: block;
    text-transform: uppercase; }

.ft_flickr_widget .flickr-wrap {
  margin: -5px; }
  .ft_flickr_widget .flickr_badge_image {
    display: inline-block;
    width: 50%;
    margin: 0;
    height: auto; }
  .ft_flickr_widget .flickr_badge_image img {
    width: 100%;
    padding: 5px;
    border-radius: 1px; }

.widget_flickr .flickr-badge-wrapper ul {
  margin: -5px;
  padding: 0; }
  .widget_flickr .flickr-badge-wrapper ul li {
    display: inline-block;
    width: 50%;
    margin: 0 !important;
    height: auto; }
    .widget_flickr .flickr-badge-wrapper ul li img {
      width: 100%;
      padding: 5px;
      border-radius: 1px; }
  .widget_flickr > a {
    display: none; }

.widget_simn_recent_post ul li {
  margin-top: 2px;
  padding: 20px 0 18px 0;
  display: table;
  width: 100%; }
  .widget_simn_recent_post ul li:first-child {
    padding-top: 0; }
  .widget_simn_recent_post .entry-thumbnail, .widget_simn_recent_post .post-info {
    display: table-cell;
    vertical-align: middle; }
  .widget_simn_recent_post .entry-thumbnail {
    padding-right: 20px; }
  .widget_simn_recent_post .entry-thumbnail a img {
    max-width: 85px; }
  .widget_simn_recent_post .entry-thumbnail a:hover img {
    opacity: 0.8; }
  .widget_simn_recent_post .post-info h4 {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.3; }
  .widget_simn_recent_post .post-info h4 a {
    color: inherit; }
    .widget_simn_recent_post .post-info h4 a:hover {
      color: ; }
  .widget_simn_recent_post .post-info .post-meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: ;
    border-color: ; }
  .widget_simn_recent_post .post-info .post-meta > * {
    display: inline-block;
    margin-right: 10px; }
    .widget_simn_recent_post .post-info .post-meta > *:last-child {
      margin-right: 0; }
  .widget_simn_recent_post .post-info .post-meta .post-views {
    float: right;
    color: #0e5baf; }
  .widget_simn_recent_post .post-info .post-meta a {
    color: ; }
    .widget_simn_recent_post .post-info .post-meta a:hover {
      color: ; }

.widget_cms_business_hours .text_content {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-style: italic; }
  .widget_cms_business_hours .lbl {
    font-size: 14px; }
  .widget_cms_business_hours p:not(.text_content) {
    font-size: 14px;
    line-height: 26px;
    color: #333; }

.widget_cms_gallery_images ul.images {
  margin: -3px;
  padding: 0; }
  .widget_cms_gallery_images ul.images li {
    display: inline-block;
    width: 50%;
    margin: 0 !important;
    height: auto; }
  .widget_cms_gallery_images ul.images li img {
    width: 100%;
    padding: 3px; }

.widget_cms_certificates .certificate-list {
  display: table;
  margin-bottom: 3px; }
  .widget_cms_certificates .cer-item + .cer-item {
    margin-top: 3px; }
  .widget_cms_certificates .entry-thumbnail {
    display: table-cell;
    vertical-align: top; }
  .widget_cms_certificates .entry-thumbnail img {
    max-width: 70px;
    margin: 6px 20px 6px 0;
    border-radius: 50%; }
  .widget_cms_certificates .entry-main {
    display: table-cell;
    vertical-align: middle; }
  .widget_cms_certificates .entry-main .cer-name {
    margin-bottom: 0; }
  .widget_cms_certificates .entry-main .entry-title {
    font-weight: 500;
    color: #444;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px; }
  .widget_cms_certificates .entry-main .experence {
    font-size: 12px;
    font-weight: 400;
    color: #0e5baf; }

.widget_cart_search_wrap {
  position: static; }
  .widget_cart_search_wrap .icon_cart_wrap {
    display: inline-block;
    position: relative; }
  .widget_cart_search_wrap .icon_cart_wrap i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0e5baf;
    border-radius: 50%;
    line-height: 38px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .widget_cart_search_wrap .icon_cart_wrap .cart_total {
    position: absolute;
    background: #1b1b1b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    top: 0;
    left: 28px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .widget_cart_search_wrap .icon_cart_wrap:hover i {
    background: #1b1b1b; }
  .widget_cart_search_wrap .icon_cart_wrap:hover .cart_total {
    background: #0e5baf; }
  .widget_cart_search_wrap .icon_search_wrap {
    display: inline-block;
    position: relative; }
  .widget_cart_search_wrap .icon_search_wrap i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .widget_cart_search_wrap .shopping_cart_dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    left: auto !important;
    max-width: 370px;
    min-width: 300px;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 99;
    top: 100%;
    bottom: auto; }
  .widget_cart_search_wrap .shopping_cart_dropdown.active {
    display: block !important; }
  .widget_cart_search_wrap .shopping_cart_dropdown .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #0e5baf;
    font-weight: bold;
    margin-bottom: 15px; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul {
    padding-left: 0; }
    .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li {
      position: relative;
      margin-bottom: 30px; }
    .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li.cart-list {
      margin-bottom: 0; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .remove {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap {
    display: table;
    width: 100%; }
    .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap .mini-cart-media {
      width: 65px;
      padding-right: 15px; }
    .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap > div {
      display: table-cell;
      vertical-align: top; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .img-left {
    width: 50px;
    margin-right: 15px; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner h5 {
    font-size: 14px;
    margin-bottom: 0; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .quantity {
    font-size: 12px;
    font-family: "Poppins"; }
  .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation {
    margin-bottom: 0; }
    .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation dt, .widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation dd {
      margin-bottom: 0;
      display: inline-block; }
  .widget_cart_search_wrap .shopping_cart_dropdown .total {
    text-align: center;
    margin: 30px 0; }
  .widget_cart_search_wrap .shopping_cart_dropdown .button {
    text-align: center; }
  .widget_cart_search_wrap .shopping_cart_dropdown .button a {
    display: inline-block;
    padding: 18px 20px;
    min-width: 120px; }
  .widget_cart_search_wrap .widget_searchform_content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    left: auto !important;
    max-width: 370px;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 99;
    top: auto;
    bottom: auto; }
  .widget_cart_search_wrap .widget_searchform_content.active {
    display: block !important; }
  .widget_cart_search_wrap .widget_searchform_content .searchform {
    position: relative; }
  .widget_cart_search_wrap .widget_searchform_content .form-control {
    width: 100%; }
  .widget_cart_search_wrap .widget_searchform_content .theme_button {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    color: #0e5baf;
    font-size: 15px;
    color: #444;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .widget_cart_search_wrap .widget_searchform_content .theme_button:hover, .widget_cart_search_wrap .widget_searchform_content .theme_button:focus, .widget_cart_search_wrap .widget_searchform_content .theme_button:active {
    outline: none;
    box-shadow: none;
    color: #0e5baf;
    background-color: transparent; }
  .widget_cart_search_wrap .widget_searchform_content.popup {
    position: fixed;
    max-width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    right: 0; }

.admin-bar .widget_cart_search_wrap .widget_searchform_content.popup {
  top: 32px; }

.fs-widget .fs-popup .fs-card {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  text-align: left; }
  .fs-widget .fs-popup .fs-card:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    border-radius: 5px 5px 0 0;
    content: '';
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
  .fs-widget .fs-popup .fs-card .fs-login-form-wrap {
    overflow: hidden; }
  .fs-widget .fs-popup .fs-card .row {
    margin: 0; }
  .fs-widget .fs-popup .fs-card .row > div {
    padding: 60px; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-login-form, .fs-widget .fs-popup .fs-card .fs-body .fs-register-form {
    width: 100%; }
  .fs-widget .fs-popup .fs-card .fs-body input.fs-full {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .fs-widget .fs-popup .fs-card .fs-body input.fs-full::-webkit-input-placeholder {
      opacity: 1;
      color: ;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 500; }
    .fs-widget .fs-popup .fs-card .fs-body input.fs-full:-moz-placeholder {
      opacity: 1;
      color: ;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 500; }
    .fs-widget .fs-popup .fs-card .fs-body input.fs-full::-moz-placeholder {
      opacity: 1;
      color: ;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 500; }
    .fs-widget .fs-popup .fs-card .fs-body input.fs-full:-ms-input-placeholder {
      opacity: 1;
      color: ;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 500; }
    .fs-widget .fs-popup .fs-card .fs-body input.fs-full:hover, .fs-widget .fs-popup .fs-card .fs-body input.fs-full:focus {
      border-color: #0e5baf; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-username, .fs-widget .fs-popup .fs-card .fs-body .fs-password {
    font-size: 14px;
    position: relative; }
    .fs-widget .fs-popup .fs-card .fs-body .fs-username i, .fs-widget .fs-popup .fs-card .fs-body .fs-password i {
      line-height: 60px;
      left: 40px;
      position: absolute;
      color: ;
      font-size: 14px; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-forgot a {
    color: #818181; }
    .fs-widget .fs-popup .fs-card .fs-body .fs-forgot a:hover {
      color: #0e5baf; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-action button[type=submit] {
    margin: 30px 0 0 0;
    width: 100%; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-login-desc {
    font-size: 16px; }
    .fs-widget .fs-popup .fs-card .fs-body .fs-login-desc h3 {
      font-size: 20px;
      margin: -4px 0 30px 0; }
  .fs-widget .fs-popup .fs-card .fs-body .desc-content ul {
    padding: 0; }
    .fs-widget .fs-popup .fs-card .fs-body .desc-content ul li {
      padding: 2px 0;
      margin: 0;
      line-height: 1.5; }
      .fs-widget .fs-popup .fs-card .fs-body .desc-content ul li a {
        font-size: 16px; }
        .fs-widget .fs-popup .fs-card .fs-body .desc-content ul li a:before {
          content: "";
          width: 3px;
          height: 3px;
          background-color: #0e5baf;
          display: inline-block;
          position: relative;
          top: -3px;
          left: 0;
          margin-right: 8px; }
  .fs-widget .fs-popup .fs-card .fs-body .fs-register-link {
    margin-top: 30px; }
    .fs-widget .fs-popup .fs-card .fs-body .fs-register-link .btn {
      width: 100%; }
  .fs-widget .fs-register-form .fs-reg-signin {
    margin-top: 10px; }
  .fs-widget .fs-popup .fs-close {
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 400;
    z-index: 1; }

.services-sidebar .widget_nav_menu .menu-services-menu-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .services-sidebar .widget_nav_menu ul li {
    background: #f1f1f1;
    line-height: inherit; }
    .services-sidebar .widget_nav_menu ul li a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #333;
      padding: 13px 30px 12px 15px;
      border-bottom: 2px solid #fff; }
    .services-sidebar .widget_nav_menu ul li a:before, .services-sidebar .widget_nav_menu ul li a:after {
      content: none; }
    .services-sidebar .widget_nav_menu ul li a:hover {
      background: #0e5baf;
      background: -webkit-linear-gradient(left, #0e5baf, #4a84c3);
      background: -o-linear-gradient(right, #0e5baf, #4a84c3);
      background: -moz-linear-gradient(right, #0e5baf, #4a84c3);
      background: linear-gradient(to right, #0e5baf, #4a84c3);
      color: #fff; }
    .services-sidebar .widget_nav_menu ul li.current-menu-item > a, .services-sidebar .widget_nav_menu ul li.current-services-ancestor > a, .services-sidebar .widget_nav_menu ul li.current-services-parent > a {
      background: #0e5baf;
      background: -webkit-linear-gradient(left, #0e5baf, #4a84c3);
      background: -o-linear-gradient(right, #0e5baf, #4a84c3);
      background: -moz-linear-gradient(right, #0e5baf, #4a84c3);
      background: linear-gradient(to right, #0e5baf, #4a84c3);
      color: #fff; }
  .services-sidebar .widget_text {
    margin-top: 30px; }

.widget_services_recent_post .widget-recent-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee; }
  .widget_services_recent_post .widget-recent-item:first-child {
    padding-top: 0; }
  .widget_services_recent_post .widget-recent-item span {
    display: block;
    font-size: 13px;
    margin: 10px 0 5px;
    line-height: 1;
    font-style: italic; }
  .widget_services_recent_post .widget-recent-item a {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px; }

.download-doc .inner {
  border: 1px solid #f1f1f1; }
  .download-doc img {
    margin-bottom: 0; }
  .download-doc a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    padding: 9px 15px; }

.widget_cms_testimonial_carousel .testmonial-item {
  background: #f7f7f7;
  padding: 20px 20px 50px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 10px; }
  .widget_cms_testimonial_carousel .content-testmonial-item h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: left;
    margin: 0; }
  .widget_cms_testimonial_carousel .content-testmonial-item p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #797979;
    text-align: left;
    line-height: 25px;
    margin-top: 20px; }
  .widget_cms_testimonial_carousel .content-testmonial-item p:before {
    content: "\f10d";
    color: #0e5baf;
    font-size: 15px;
    font-weight: 100;
    font-family: FontAwesome;
    margin-right: 15px; }
  .widget_cms_testimonial_carousel .content-testmonial-item img {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    display: inline !important;
    margin-top: 0;
    margin-bottom: -115px; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .login-select, .form-control, .uneditable-input {
  display: block;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  background-image: none;
  width: 100%;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .login-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder {
    color: #383838; }
  select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .login-select:-moz-placeholder, .form-control:-moz-placeholder, .uneditable-input:-moz-placeholder {
    color: #383838; }
  select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .login-select::-moz-placeholder, .form-control::-moz-placeholder, .uneditable-input::-moz-placeholder {
    color: #383838; }
  select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .login-select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder {
    color: #383838; }

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .login-select:focus, .form-control:focus, .uneditable-input:focus {
  outline: none;
  border-color: #4a84c3; }

fieldset {
  padding: 20px;
  border: 1px solid #dadada; }

textarea {
  resize: vertical;
  height: 125px; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #dadada; }

label {
  margin-bottom: 5px; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.search-no-results .entry-content form {
  position: relative;
  width: 100%; }
  .search-no-results .entry-content .form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    color: #0e5baf;
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 38px;
    border-radius: 0; }
  .search-no-results .entry-content .form-control:focus + .btn {
    color: #4a84c3; }
  .search-no-results .entry-content .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: 0;
    color: #444;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .search-no-results .entry-content .search-form button[type="submit"]:hover, .search-no-results .entry-content .search-form button[type="submit"]:focus, .search-no-results .entry-content .search-form button[type="submit"]:active {
    color: #0e5baf;
    outline: none;
    box-shadow: none; }

p:empty {
  display: none;
  /* contact form */ }

.contact-form p {
  margin-bottom: 10px; }
  .contact-form p.btn-send {
    margin-bottom: 0; }
  .contact-form > p:last-child {
    margin-bottom: 0; }
  .contact-form.contact label, .contact-form.contact2 label {
    font-size: 16px;
    font-weight: 600;
    color: #343333; }
  .contact-form.contact input, .contact-form.contact2 input, .contact-form.contact textarea, .contact-form.contact2 textarea {
    border-radius: 0; }
  .contact-form.contact textarea, .contact-form.contact2 textarea {
    height: 75px; }
  .contact-form.contact {
    background-color: #faf8f8;
    border: 1px solid #ebebeb;
    padding: 35px 58px 22px 58px; }
  @media screen and (max-width: 991px) {
    .contact-form.contact {
      padding: 25px 38px 22px 38px; } }
  @media screen and (max-width: 767px) {
    .contact-form.contact {
      padding: 25px 28px 22px 28px; } }
  @media screen and (max-width: 479px) {
    .contact-form.contact {
      padding: 25px 15px 22px 15px; } }
  .contact-form.contact label {
    margin-bottom: 10px; }
  .contact-form.contact p {
    margin-bottom: 10px; }
  .contact-form.contact .btn-send {
    padding-top: 13px; }
  .contact-form.contact .btn-send input {
    border-radius: 3px; }
  .contact-form.contact2 label {
    margin-bottom: 12px; }
  .contact-form.contact2 p {
    margin-bottom: 20px; }
  .contact-form.contact2 .btn-send {
    padding-top: 18px; }
  .contact-form.contact2 .btn-send input {
    border-radius: 5px; }
  .contact-form.contact3 > .row {
    margin-top: 50px; }
  .contact-form.contact3 > .row:first-child {
    margin-top: 0; }
  .contact-form.contact3 .contact-heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 22px;
    border-bottom: 2px solid #333; }
  .contact-form.contact3 .col-donation {
    margin-bottom: 40px; }
  @media screen and (min-width: 767px) {
      .contact-form.contact3 .col-donation {
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px; } }
  .contact-form.contact3 .col-donation label {
    margin-bottom: 0;
    flex: none;
    font-size: 18px;
    margin-right: 3px; }
  .contact-form.contact3 .col-donation p {
    margin-bottom: 0;
    width: 100%; }
  .contact-form.contact3 .col-donation input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #333; }
  .contact-form.contact3 .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0; }
    .contact-form.contact3 .wpcf7-form-control-wrap .wpcf7-list-item input:first-child {
      margin-left: 0; }
  .contact-form.contact3 .wpcf7-form-control-wrap.payable {
    display: block;
    padding-top: 10px;
    margin-bottom: 33px; }
    .contact-form.contact3 .wpcf7-form-control-wrap.payable .wpcf7-list-item-label {
      font-size: 18px; }
  @media (min-width: 600px) {
          .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio {
            display: flex; } }
    .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item {
      display: flex;
      align-items: flex-end; }
      @media (min-width: 600px) {
        .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item {
          margin-left: 30px; } }
      @media (max-width: 599px) {
        .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item {
          margin-bottom: 20px; } }
      .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item.first {
        margin-left: 0; }
        .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item.first span.wpcf7-list-item-label {
          background-image: url(../images/payment1.png); }
      .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label {
        background-image: url(../images/payment2.png); }
      .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label {
        background-image: url(../images/payment3.png); }
      .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item.last span.wpcf7-list-item-label {
        background-image: url(../images/payment4.png); }
      .contact-form.contact3 .wpcf7-form-control-wrap.payment .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        width: 82px;
        height: 54px;
        display: inline-block; }
  .contact-form.contact3 .donation-description {
    margin-top: 65px;
    margin-bottom: 30px; }
  .contact-form span.wpcf7-not-valid-tip {
    margin-top: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-table;
    right: 0;
    top: 0; }

div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0e5baf; }

.wpcf7-form p {
  margin-bottom: 30px; }
  .wpcf7-form textarea {
    height: 150px;
    padding: 12px 15px; }
  .wpcf7-form div.wpcf7-validation-errors {
    display: none !important;
    border: 0;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    color: red; }

div.wpcf7 .wpcf7-form .ajax-loader {
  display: none; }
  div.wpcf7 .wpcf7-form .ajax-loader.is-active {
    display: inline-block; }

.form-group {
  margin: 0; }

.main-contact-form input[type="submit"] {
  margin-top: 10px; }
  .main-contact-form p.btn-send {
    margin-bottom: 45px; }

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

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

.btn, a.button, button, .btn-default, .btn-default-theme, input[type="button"], input[type="submit"] {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 30px;
  background-color: #0e5baf;
  border: 2px solid #0e5baf;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  .btn:hover, a.button:hover, button:hover, .btn-default:hover, .btn-default-theme:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:active, a.button:active, button:active, .btn-default:active, .btn-default-theme:active, input[type="button"]:active, input[type="submit"]:active, .btn:focus, a.button:focus, button:focus, .btn-default:focus, .btn-default-theme:focus, input[type="button"]:focus, input[type="submit"]:focus, .btn:active:focus, a.button:active:focus, button:active:focus, .btn-default:active:focus, .btn-default-theme:active:focus, input[type="button"]:active:focus, input[type="submit"]:active:focus {
    box-shadow: none;
    outline: none;
    border-color: #4a84c3;
    color: #fff;
    background-color: #4a84c3; }
  .btn.button-lg, a.button.button-lg, button.button-lg, .btn-default.button-lg, .btn-default-theme.button-lg, input[type="button"].button-lg, input[type="submit"].button-lg {
    font-size: 13px;
    font-weight: 600;
    padding: 14px 35px; }
  .btn.button-md, a.button.button-md, button.button-md, .btn-default.button-md, .btn-default-theme.button-md, input[type="button"].button-md, input[type="submit"].button-md {
    font-size: 16px;
    font-weight: 400; }
  .btn.button-sm, a.button.button-sm, button.button-sm, .btn-default.button-sm, .btn-default-theme.button-sm, input[type="button"].button-sm, input[type="submit"].button-sm {
    font-size: 14px;
    font-weight: 400; }
  .btn.button-xs, a.button.button-xs, button.button-xs, .btn-default.button-xs, .btn-default-theme.button-xs, input[type="button"].button-xs, input[type="submit"].button-xs {
    font-size: 13px;
    font-weight: 400; }
  .btn.button-xs i, a.button.button-xs i, button.button-xs i, .btn-default.button-xs i, .btn-default-theme.button-xs i, input[type="button"].button-xs i, input[type="submit"].button-xs i {
    font-size: 15px;
    padding-left: 7px; }

.mfp-container .btn:hover, .mfp-container button:hover, .mfp-container input[type="button"]:hover, .mfp-container input[type="submit"]:hover, .mfp-container .btn:active, .mfp-container button:active, .mfp-container input[type="button"]:active, .mfp-container input[type="submit"]:active, .mfp-container .btn:focus, .mfp-container button:focus, .mfp-container input[type="button"]:focus, .mfp-container input[type="submit"]:focus {
  box-shadow: none;
  outline: none;
  border: 0;
  background-color: transparent; }
  .mfp-container img.mfp-img {
    padding: 35px 0 25px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.btn-primary-theme {
  background: #0e5baf !important;
  color: #fff !important;
  border: 1px solid #0e5baf !important; }
  .btn-primary-theme:hover, .btn-primary-theme:active, .btn-primary-theme:focus, .btn-primary-theme:active:hover {
    background: #4a84c3 !important;
    color: #fff !important;
    border-color: #4a84c3 !important; }

.btn-second {
  background: #4a84c3 !important;
  color: #fff !important;
  border: 1px solid transparent !important; }
  .btn-second:hover, .btn-second:active, .btn-second:focus, .btn-second:active:hover {
    background: transparent !important;
    color: #4a84c3 !important;
    border-color: #4a84c3 !important; }

body .btn-primary {
  background: ;
  color: #fff; }
  body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus, body .btn-primary:active:hover {
    background: #fff;
    color: #fff; }

.cms-btn a.btn-theme {
  border-radius: 3px;
  text-align: center;
  /*     &.text-inline{
        display: inline-block;
        vertical-align: top;
    } */ }
  .cms-btn a.btn-theme.button-lg {
    font-size: 13px;
    padding: 14px 64px; }
  .cms-btn a.btn-theme.button-md {
    font-size: 13px; }
  .cms-btn a.btn-theme.button-sm {
    font-size: 14px;
    padding: 11px 17px; }
  .cms-btn a.btn-theme.button-sm i {
    font-size: 17px;
    padding-left: 7px; }
  .cms-btn a.btn-theme.button-xs {
    font-size: 13px;
    font-weight: 500; }
  .cms-btn a.btn-theme.button-xs i {
    font-size: 15px;
    padding-left: 7px; }

body.woocommerce #respond input#submit, .woocommerce.single-product form.cart .button, .woocommerce .woocommerce-message .button, .woocommerce-page .action-cart .button, .woocommerce-page .calculated_shipping .button, form.login .button, .woocommerce-page .return-to-shop .button, .checkout_coupon input[type="submit"], .woocommerce-page .place-order input[type="submit"], .shopcartmenu .shopcart .btn, .woocommerce button.button, .woocommerce-account input.button {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  body.woocommerce #respond input#submit:hover, .woocommerce.single-product form.cart .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .action-cart .button:hover, .woocommerce-page .calculated_shipping .button:hover, form.login .button:hover, .woocommerce-page .return-to-shop .button:hover, .checkout_coupon input[type="submit"]:hover, .woocommerce-page .place-order input[type="submit"]:hover, .shopcartmenu .shopcart .btn:hover, .woocommerce button.button:hover, .woocommerce-account input.button:hover, body.woocommerce #respond input#submit:active, .woocommerce.single-product form.cart .button:active, .woocommerce .woocommerce-message .button:active, .woocommerce-page .action-cart .button:active, .woocommerce-page .calculated_shipping .button:active, form.login .button:active, .woocommerce-page .return-to-shop .button:active, .checkout_coupon input[type="submit"]:active, .woocommerce-page .place-order input[type="submit"]:active, .shopcartmenu .shopcart .btn:active, .woocommerce button.button:active, .woocommerce-account input.button:active, body.woocommerce #respond input#submit:focus, .woocommerce.single-product form.cart .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce-page .action-cart .button:focus, .woocommerce-page .calculated_shipping .button:focus, form.login .button:focus, .woocommerce-page .return-to-shop .button:focus, .checkout_coupon input[type="submit"]:focus, .woocommerce-page .place-order input[type="submit"]:focus, .shopcartmenu .shopcart .btn:focus, .woocommerce button.button:focus, .woocommerce-account input.button:focus {
    box-shadow: none;
    outline: none; }

.is-sidebar-left > div {
  float: right; }

.left-side-template > .row > div {
  float: right; }

.is-sidebar-left > div, .is-sidebar-right > div {
  margin-bottom: 30px; }

.entry-thumbnail, .post-thumbnail, .entry-gallery, .entry-quote, .entry-audio, .entry-video {
  overflow: hidden; }

.simn-blog-page-title {
  padding-bottom: 19px;
  margin-bottom: 53px;
  border-bottom: 1px dotted #525252; }
  .simn-blog-page-title h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 400;
    color: #343333; }

@media (min-width: 1200px) {
  .blog-page > div.col-lg-8 {
    width: 730px; }
    .blog-page > div.col-lg-4 {
      width: calc(100% - 730px); }
    .blog-page.row {
      margin-left: -22px;
      margin-right: -22px; }
      .blog-page.row > div {
        padding-left: 22px;
        padding-right: 22px; } }

.simn-blog-loop {
  margin-bottom: 35px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px dotted #525252; }
  .simn-blog-loop:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .simn-blog-loop .entry-title {
    font-size: 16px;
    color: #343333;
    font-weight: 600;
    margin: 0; }
  .simn-blog-loop .entry-title a {
    color: inherit; }
  .simn-blog-loop .entry-title a:hover {
    color: #0e5baf; }
  .simn-blog-loop .entry-meta {
    margin-top: 20px;
    margin-bottom: 14px; }
  .simn-blog-loop .entry-thumbnail, .simn-blog-loop .post-thumbnail {
    margin-bottom: 25px; }
  .simn-blog-loop .entry-thumbnail img, .simn-blog-loop .post-thumbnail img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .simn-blog-loop .entry-thumbnail:hover img, .simn-blog-loop .post-thumbnail:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1); }
  .simn-blog-loop .entry-thumbnail:hover .pafter:after, .simn-blog-loop .post-thumbnail:hover .pafter:after {
    top: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .simn-blog-loop .entry-footer {
    text-align: center;
    margin-top: 20px; }
  .simn-blog-loop .post_gallery_wrap {
    margin-bottom: 20px; }
  .simn-blog-loop .post_gallery_wrap img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .simn-blog-loop .post_gallery_wrap:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1); }
  .simn-blog-loop .post_gallery_wrap:hover .pafter:after {
    top: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .simn-blog-loop .entry-video, .simn-blog-loop .entry-audio, .simn-blog-loop .entry-quote {
    margin-bottom: 20px; }
  .simn-blog-loop .entry-content p {
    margin-bottom: 20px; }
  .simn-blog-loop .entry-content p:last-child {
    margin-bottom: 0; }
  .simn-blog-loop blockquote {
    margin: 0;
    border-left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 30px; }
  .simn-blog-loop blockquote .quote-text {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 20px; }
  .simn-blog-loop blockquote h4 {
    color: #fff; }
  .simn-blog-loop blockquote .sub-title {
    font-size: 14px; }
  .simn-blog-loop.sticky .post-sticky {
    display: inline-block; }
  .simn-blog-loop.sticky .entry-title {
    margin-left: 20px; }

.entry-wrap {
  padding: 10px 20px 15px 20px; }

.entry-header {
  position: relative; }
  .entry-header .entry-title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0; }

.entry-meta ul {
  list-style: none;
  margin: 7px 0;
  padding: 0; }
  .entry-meta ul li {
    display: inline;
    padding: 0;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #4a84c3; }
  .entry-meta ul li:last-child {
    margin-right: 0; }
  .entry-meta ul li a {
    color: inherit; }
    .entry-meta ul li a:hover {
      color: #2d3033; }

.post-sticky {
  position: absolute;
  width: 20px;
  display: none; }

.entry-video {
  position: relative; }

.embed-responsive-3by2 {
  padding-bottom: 66.666%; }

.embed-responsive {
  height: auto !important; }
  .embed-responsive iframe {
    z-index: 2; }

.tag-sticky-2 .entry-header .post-format span.pe-7s-pin:before {
  content: "\e62c"; }

.paging-navigation {
  margin-top: 22px; }
  .paging-navigation .page-numbers {
    font-weight: 500;
    color: #444141;
    padding: 5px;
    margin: 3px 15px 3px 0;
    display: inline-block;
    font-size: 18px; }
  .paging-navigation .page-numbers.current, .paging-navigation .page-numbers:hover {
    color: #0e5baf; }
  .paging-navigation .page-numbers:last-child {
    margin-right: 0; }

.post-navigation {
  margin: 20px 0; }
  .post-navigation a {
    font-size: 14px; }
  .post-navigation .post-prev {
    float: left;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.04em; }
  .post-navigation .post-prev i {
    margin-right: 10px; }
  .post-navigation .post-next {
    float: right;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.04em; }
  .post-navigation .post-next i {
    margin-left: 10px; }

.carousel .carousel-control {
  top: 50%;
  margin-top: -20px;
  background: none;
  color: #fff;
  text-shadow: none;
  background: transparent;
  box-shadow: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  opacity: 1; }
  .carousel .carousel-control:hover {
    color: #0e5baf; }

.simn-post-single {
  background: #fff;
  position: relative; }
  .simn-post-single .post-thumbnail, .simn-post-single .post_gallery_wrap {
    margin-bottom: 20px; }
  .simn-post-single .post-thumbnail img, .simn-post-single .post_gallery_wrap img {
    width: 100%; }
  .simn-post-single .entry-video, .simn-post-single .entry-audio, .simn-post-single .entry-quote {
    margin-bottom: 20px; }
  .simn-post-single .entry-header .entry-title {
    font-size: 20px;
    color: #343333;
    font-weight: 600;
    margin-bottom: 10px; }
  .simn-post-single .entry-meta ul {
    margin-bottom: 20px; }
  .simn-post-single .entry-content p {
    margin-top: 15px; }
  .simn-post-single .entry-quote blockquote {
    margin: 0;
    border-left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 30px; }
  .simn-post-single .entry-quote blockquote .quote-text {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 20px; }
  .simn-post-single .entry-quote blockquote h4 {
    color: #fff; }
  .simn-post-single .entry-quote blockquote .sub-title {
    font-size: 14px; }
  .simn-post-single .entry-footer {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 50px;
    border-radius: 10px; }
  @media screen and (min-width: 768px) {
      .simn-post-single .entry-footer .tags {
        float: left; } }
  @media screen and (min-width: 768px) {
      .simn-post-single .entry-footer .single_sharing {
        float: right; } }
  .simn-post-single .entry-footer .single_sharing a {
    font-size: 16px;
    margin-right: 10px; }

.qt-style1 .simn-post-single .entry-content blockquote {
  border-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0 0 0 70px;
  position: relative;
  background: transparent; }
  .qt-style1 .simn-post-single .entry-content blockquote:before {
    content: "\ea0e";
    font-family: 'icomoon';
    font-size: 38px;
    display: inline-block;
    color: #0e5baf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px; }
  .qt-style1 .simn-post-single .entry-content blockquote p {
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%; }

.qt-style2 .simn-post-single .entry-content blockquote {
  border-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0 0 0 70px;
  position: relative;
  background: transparent; }
  .qt-style2 .simn-post-single .entry-content blockquote:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 38px;
    display: inline-block;
    color: #0e5baf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px; }
  .qt-style2 .simn-post-single .entry-content blockquote p {
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    line-height: 170%; }

.qt-style3 .simn-post-single .entry-content blockquote {
  border-left: 3px solid #0e5baf;
  margin-top: 30px;
  padding: 10px 0 10px 20px;
  margin-left: 50px;
  margin-bottom: 30px;
  background: transparent; }
  .qt-style3 .simn-post-single .entry-content blockquote p {
    color: #1c303e;
    font-size: 14px;
    margin-top: 0; }

.tag-label {
  font-size: 14px;
  line-height: 26px;
  margin-right: 12px; }

.tag-links {
  color: ; }
  .tag-links a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
    color: ;
    display: inline-block;
    margin-bottom: 5px;
    position: relative; }
  .tag-links a + a {
    margin-left: 8px; }
  .tag-links a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    margin-top: -6px;
    display: block;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .tag-links a:hover {
    color: ; }
  .tag-links a:hover:after {
    background-color: ; }

.entry-share {
  position: relative;
  background: #151515;
  z-index: 2;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5%;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  .entry-share a {
    padding: 0 8px;
    background: 0 none;
    font-size: 14px;
    color: #fff; }
  .entry-share a:hover, .entry-share a:active, .entry-share a:focus {
    color: #0e5baf;
    background: transparent; }
  .entry-share.open {
    margin-top: 35px;
    opacity: 1;
    visibility: visible; }

.post-password-form label {
  display: block;
  margin-bottom: 10px; }

.author-meta {
  margin-top: 60px;
  background: #fff;
  /* single-fortfolios */ }
  @media (min-width: 480px) {
  .author-meta .display_table_md {
    display: table;
    min-width: 100%;
    height: 100%;
    margin: auto;
    border-collapse: collapse; }
  .author-meta .display_table_cell_md {
    display: table-cell;
    vertical-align: middle;
    float: none;
    overflow: hidden;
    zoom: 1;
    box-sizing: border-box; } }
  .author-meta > .row {
    margin: 0; }
  .author-meta > .row > * {
    padding: 0; }
  .author-meta .col-avatar {
    min-width: 200px; }
  .author-meta .item-media img {
    width: 100%; }
  .author-meta .item-content {
    padding: 25px; }
  .author-meta .item-content h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .single-fortfolios {
    /* search-results */ }
  .single-fortfolios .port-gallery {
    margin-bottom: 63px; }
  .single-fortfolios .port-content-wrap {
    margin-bottom: 20px; }
  .single-fortfolios .port-content-wrap .port-title h1 {
    margin-bottom: 33px; }
  .single-fortfolios .port-content-wrap .entry-share {
    float: left;
    margin-top: 23px; }
  .single-fortfolios .port-meta {
    margin-bottom: 20px;
    padding-top: 4px; }
  .single-fortfolios .port-meta .meta-item {
    margin-bottom: 30px; }
  .single-fortfolios .port-meta .meta-item h5 {
    margin-bottom: 5px; }
  .single-fortfolios .port-meta .meta-item span, .single-fortfolios .port-meta .meta-item a {
    color: #797979;
    font-weight: 300; }
  .single-fortfolios .port-meta .meta-item a:hover {
    color: #0e5baf; }
  .single-fortfolios .port-meta .meta-item:last-child {
    margin-bottom: 0; }
  .single-fortfolios .port-entry-foot {
    position: relative;
    padding-top: 44px;
    margin-top: 37px;
    border-top: 1px solid #eee; }
  .single-fortfolios .port-entry-foot .show-all {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em; }

.search-results {
  /* error404 */ }
  .search-results .simn-blog-search {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9; }
  .search-results .entry-wrap {
    padding: 0; }
  .search-results .entry-header {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
      .search-results .entry-meta .row div + div {
        text-align: right; } }
  @media screen and (max-width: 767px) {
      .search-results .entry-meta .row div + div {
        margin-top: 15px; } }

.error404 .cshero-main-header {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }

.error-404 {
  margin-bottom: 30px;
  /* services */ }
  .error-404 .error-code {
    -webkit-text-fill-color: transparent;
    font-size: 180px;
    font-weight: 600;
    background: -webkit-linear-gradient(#4a84c3, #0e5baf);
    -webkit-background-clip: text;
    margin: 0; }
  @media screen and (max-width: 400px) {
    .error-404 .error-code {
      font-size: 100px; } }
  .error-404 .error-title {
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    background: -webkit-linear-gradient(#0e5baf, #4a84c3);
    -webkit-background-clip: text;
    margin: 0; }
  .error-404 .error-message {
    color: #797979;
    font-size: 20px;
    margin: 20px 0 0; }
  .error-404 .btn {
    margin-bottom: 15px;
    margin-top: 20px; }

.row-services > * {
  margin-bottom: 50px; }

.service-tax .template-services {
  margin-bottom: 30px; }
  .service-tax .services-img img {
    width: 100%; }
  .service-tax .paging-navigation {
    margin-top: 70px;
    margin-bottom: 30px; }

.simn-service-single .post-thumbnail {
  margin-bottom: 58px; }
  .simn-service-single .entry-title {
    text-transform: uppercase;
    color: #0e5baf;
    margin-bottom: 28px; }
  .project-single .project-style .single-project-thumbnail img {
    width: 100%; }
  .project-single .project-style .project-single-wrap {
    padding: 0 70px 70px 70px;
    background: #fbfbfb; }
  @media screen and (max-width: 1199px) {
      .project-single .project-style .project-single-wrap {
        padding: 0 50px 50px 50px; } }
  @media screen and (max-width: 991px) {
      .project-single .project-style .project-single-wrap {
        padding: 0 30px 30px 30px; } }
  @media screen and (max-width: 767px) {
      .project-single .project-style .project-single-wrap {
        padding: 0 15px 15px 15px; } }
  @media screen and (max-width: 767px) {
      .project-single .project-style .project-single-wrap {
        padding: 0;
        background: #fff; } }
  .project-single .project-style .top-content {
    margin-bottom: 62px; }
  .project-single .project-style .title-cat {
    background: #0e5baf;
    text-align: center;
    padding: 64px 0 84px 0;
    position: relative; }
  @media screen and (min-width: 992px) {
      .project-single .project-style .title-cat {
        margin-top: -40px; } }
  @media screen and (max-width: 991px) {
      .project-single .project-style .title-cat {
        margin-top: 30px; } }
  .project-single .project-style .title-cat .cats {
    color: #333; }
    .project-single .project-style .title-cat .cats a {
      color: #333;
      font-size: 14px;
      font-style: italic;
      line-height: 28px; }
    .project-single .project-style .title-cat .cats a:hover {
      color: #fff; }
  .project-single .project-style .title-cat .entry-title {
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin-top: 5px; }
  .project-single .project-style .title-cat .pro-navigation {
    position: absolute;
    bottom: -20px;
    width: 100%; }
    .project-single .project-style .title-cat .pro-navigation .row {
      margin: 0 -2.5px; }
    .project-single .project-style .title-cat .pro-navigation .row > div {
      padding: 0 2.5px;
      width: 50%;
      float: left; }
    .project-single .project-style .title-cat .pro-navigation .btn {
      padding: 20px 30px;
      min-width: 120px; }
  .project-single .project-style .project-meta {
    list-style: none;
    padding-left: 0;
    padding-top: 30px; }
  @media screen and (min-width: 1200px) {
      .project-single .project-style .project-meta {
        padding-left: 26px; } }
  .project-single .project-style .project-meta li {
    line-height: 40px;
    color: #333; }
    .project-single .project-style .project-meta li span {
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 10px; }
  .project-single .project-style .entry-content p {
    letter-spacing: 0.02em;
    margin-bottom: 28px; }
  .project-single .project-style .project-sharing {
    margin-top: 43px; }
  .project-single .project-style .project-sharing .lbl {
    letter-spacing: 0.02em;
    margin-right: 10px; }
  .project-single .project-style .project-sharing > a, .project-single .project-style .project-sharing .soc-left > a {
    font-size: 11px;
    color: #444;
    margin: 0 8px; }
    .project-single .project-style .project-sharing > a:hover, .project-single .project-style .project-sharing .soc-left > a:hover {
      color: #0e5baf; }
  .project-single .project-style.style2 .single-project-thumbnail {
    position: relative;
    overflow: hidden; }
    .project-single .project-style.style2 .single-project-thumbnail .pafter {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 22%; }
    .project-single .project-style.style2 .single-project-thumbnail .pafter:after {
      content: '';
      height: 100%;
      width: 101%;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: rotate(-5.6deg);
      -ms-transform: rotate(-5.6deg);
      transform: rotate(-5.6deg);
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .project-single .project-style.style2 .single-project-thumbnail .project-meta {
      position: absolute;
      bottom: 0;
      right: 56px;
      background: #fbfbfb;
      padding: 24px 40px; }
    @media screen and (max-width: 991px) {
        .project-single .project-style.style2 .single-project-thumbnail .project-meta {
          padding: 15px 20px; } }
    @media screen and (max-width: 767px) {
      .project-single .project-style.style2 .single-project-thumbnail .pafter {
        display: none; }

      .project-single .project-style.style2 .single-project-thumbnail .project-meta {
        position: relative;
        left: 0;
        right: auto;
        width: 100%; } }
  .project-single .project-style.style2 .cats {
    color: #0e5baf; }
    .project-single .project-style.style2 .cats a {
      color: #0e5baf;
      font-size: 14px; }
    .project-single .project-style.style2 .cats a:hover {
      color: #343333; }
  .project-single .project-style.style2 .entry-title {
    font-size: 22px; }
  .project-single .project-style.style2 .entry-header {
    margin-bottom: 37px; }
  .project-single .project-style.style2 .entry-footer {
    margin-bottom: 27px; }
  .project-single .project-style.style2 .soc-left {
    display: inline-block;
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .project-single .project-style.style2 .soc-left {
        display: block; } }
  @media screen and (min-width: 768px) {
        .project-single .project-style.style2 .pro-navigation {
          float: right; } }
    .project-single .project-style.style2 .pro-navigation .row {
      margin: 0 -2.5px; }
    .project-single .project-style.style2 .pro-navigation .row > div {
      width: auto;
      padding: 2.5px; }
    @media screen and (max-width: 767px) {
      .project-single .project-style.style2 .pro-navigation .row > div {
        float: left;
        margin-top: 20px; } }
    .project-single .project-style.style2 .pro-navigation .btn {
      padding: 20px 30px;
      min-width: 120px; }
  .project-single .wpcf7-form div.wpcf7-validation-errors {
    display: none !important; }

.single-team .site-content {
  padding-bottom: 0; }

.simn-team-single {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
  .simn-team-single {
    text-align: center; } }
  @media screen and (min-width: 768px) {
    .simn-team-single > .row {
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .simn-team-single .post-team-thumbnail {
      margin-bottom: 15px; } }
  .simn-team-single .post-team-thumbnail img {
    width: 100%; }
  @media (min-width: 375px) and (max-width: 767px) {
      .simn-team-single .post-team-thumbnail img {
        max-width: 270px;
        margin: 0 auto; } }
  .simn-team-single .entry-title {
    font-size: 16px;
    margin: 0 0 12px 0; }
  .simn-team-single .meta-content {
    margin-bottom: 20px; }
  .row-services > .default .simn-service-single {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
  .row-services > .default .simn-service-single .post-service-thumbnail img {
    width: 100%; }
  .row-services > .default .simn-service-single .services-detail-heading {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px; }
    .row-services > .default .simn-service-single .services-detail-heading .heading-left {
      display: inline-block;
      text-align: center;
      background: #4a84c3;
      float: left;
      width: 15%;
      height: 60px;
      padding: 10px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .row-services > .default .simn-service-single .services-detail-heading .heading-left i {
      font-size: 35px;
      color: #fff;
      margin-top: 5px; }
    @media screen and (max-width: 480px) {
        .row-services > .default .simn-service-single .services-detail-heading .heading-left {
          background-color: transparent;
          padding: 0;
          text-align: left;
          width: auto; }
          .row-services > .default .simn-service-single .services-detail-heading .heading-left i {
            color: #4a84c3; } }
    .row-services > .default .simn-service-single .services-detail-heading .heading-right {
      display: inline-block;
      width: 85%; }
    .row-services > .default .simn-service-single .services-detail-heading .heading-right h4 {
      font-size: 20px;
      color: #444;
      padding-left: 25px;
      margin: 0; }
      .row-services > .default .simn-service-single .services-detail-heading .heading-right h4 span {
        color: #4a84c3; }
    .row-services > .default .simn-service-single .services-detail-heading .heading-right h6 {
      font-size: 14px;
      color: #444;
      margin: 0;
      padding: 10px 0 0 25px; }
    @media screen and (max-width: 480px) {
        .row-services > .default .simn-service-single .services-detail-heading .heading-right {
          width: 89%; }
          .row-services > .default .simn-service-single .services-detail-heading .heading-right h4, .row-services > .default .simn-service-single .services-detail-heading .heading-right h6 {
            padding-left: 15px; } }
  @media screen and (max-width: 767px) {
      .row-services .wpb_single_image figure, .row-services .wpb_single_image div, .row-services .wpb_single_image img {
        width: 100%; } }

.comments-area {
  overflow: hidden; }
  .comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 54px;
    margin-top: 54px; }
  .comments-area .comment-reply-title {
    margin-top: 43px;
    margin-bottom: 45px; }
  .comments-area ol.comment-list, .comments-area ol.children {
    list-style: none;
    padding-left: 0; }
  .comments-area ol.comment-list li.comment, .comments-area ol.children li.comment {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .comments-area ol.comment-list li.comment .comment-author-image, .comments-area ol.children li.comment .comment-author-image {
    padding-top: 12px; }
    @media screen and (min-width: 480px) {
      .comments-area ol.comment-list li.comment .comment-author-image, .comments-area ol.children li.comment .comment-author-image {
        float: left;
        width: 70px; } }
    .comments-area ol.comment-list li.comment .comment-author-image img, .comments-area ol.children li.comment .comment-author-image img {
      border-radius: 50%; }
  .comments-area ol.comment-list li.comment .comment-body, .comments-area ol.children li.comment .comment-body {
    padding-bottom: 44px;
    padding-top: 50px;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 480px) {
      .comments-area ol.comment-list li.comment .comment-body, .comments-area ol.children li.comment .comment-body {
        display: flex; } }
    .comments-area ol.comment-list li.comment .comment-body:after, .comments-area ol.children li.comment .comment-body:after {
      content: "";
      width: 3000px;
      margin-left: -1000px;
      height: 1px;
      background: #eee;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media screen and (min-width: 480px) {
        .comments-area ol.comment-list li.comment .comment-main, .comments-area ol.children li.comment .comment-main {
          float: left;
          width: calc(100% - 70px);
          padding-left: 30px; } }
    .comments-area ol.comment-list li.comment .comment-main .comment-meta, .comments-area ol.children li.comment .comment-main .comment-meta {
      position: relative; }
    .comments-area ol.comment-list li.comment .comment-main .comment-author, .comments-area ol.children li.comment .comment-main .comment-author {
      margin-bottom: 14px;
      text-transform: capitalize; }
    .comments-area ol.comment-list li.comment .comment-main .comment-reply, .comments-area ol.children li.comment .comment-main .comment-reply {
      position: absolute;
      top: 0;
      right: 0;
      padding-right: 13px; }
    @media screen and (max-width: 479px) {
        .comments-area ol.comment-list li.comment .comment-main .comment-reply, .comments-area ol.children li.comment .comment-main .comment-reply {
          position: relative;
          top: -5px; } }
    .comments-area ol.comment-list li.comment .comment-main .comment-reply a, .comments-area ol.children li.comment .comment-main .comment-reply a {
      color: #2d3033; }
      .comments-area ol.comment-list li.comment .comment-main .comment-reply a:hover, .comments-area ol.children li.comment .comment-main .comment-reply a:hover {
        color: #4a84c3; }
    .comments-area ol.comment-list li.comment .comment-main .comment-reply:hover i, .comments-area ol.children li.comment .comment-main .comment-reply:hover i {
      color: #4a84c3; }
    .comments-area ol.comment-list li.comment .comment-main .comment-date, .comments-area ol.children li.comment .comment-main .comment-date {
      font-size: 13px;
      margin-left: 14px;
      letter-spacing: 0;
      color: #797979;
      margin-bottom: 20px;
      text-transform: capitalize;
      font-weight: normal; }
    .comments-area ol.comment-list li.comment .comment-main .comment-content, .comments-area ol.children li.comment .comment-main .comment-content {
      margin-top: 4px; }
    .comments-area ol.comment-list li.comment .comment-main .comment-content p, .comments-area ol.children li.comment .comment-main .comment-content p {
      margin-bottom: 0; }
      .comments-area ol.comment-list li.comment .comment-main .comment-content p a, .comments-area ol.children li.comment .comment-main .comment-content p a {
        color: #000; }
        .comments-area ol.comment-list li.comment .comment-main .comment-content p a:hover, .comments-area ol.children li.comment .comment-main .comment-content p a:hover {
          color: #0e5baf; }
  .comments-area ol.comment-list li.comment p.form-submit, .comments-area ol.children li.comment p.form-submit {
    margin-bottom: 30px; }
  .comments-area ol.comment-list > li.comment:first-child > .comment-body {
    padding-top: 0; }
  .comments-area ol.children {
    padding-left: 100px; }
  @media screen and (max-width: 767px) {
    .comments-area ol.children {
      padding-left: 50px; } }
  @media screen and (max-width: 479px) {
    .comments-area ol.children {
      padding-left: 0; } }
  .comments-area .comment-form p.logged-in-as {
    margin-bottom: 10px; }
  .comments-area .comment-form p.logged-in-as a {
    color: #797979; }
    .comments-area .comment-form p.logged-in-as a:hover {
      color: #0e5baf; }
  .comments-area .comment-form p.form-submit {
    margin-bottom: 0; }
  .comments-area .comment-form textarea {
    height: 160px;
    padding: 15px; }
  .comments-area .comment-form > .row > div > p {
    margin-bottom: 30px; }
  .comments-area .comment-form .comment-form-comment {
    margin-bottom: 30px; }

.fancy-style1 {
  margin-bottom: 30px; }
  .fancy-style1 .style1-wrap .fancy-image {
    display: table;
    margin: 0 auto 20px; }
  .fancy-style1 .style1-wrap .fancy-image img {
    width: 80px; }
  .fancy-style1 .style1-wrap .fancy-title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #343333;
    margin-bottom: 16px;
    margin-top: 0;
    text-transform: uppercase; }
  .fancy-style1 .style1-wrap .fancy-description {
    color: #343333;
    font-weight: 400;
    font-size: 14px; }
  .fancy-style1 .style1-wrap .fancy-description p {
    margin-bottom: 2px; }
  .fancy-style1 .style1-wrap .fancy-description h6 {
    font-weight: 500;
    color: inherit;
    font-size: inherit;
    font-size: 14px; }
  .fancy-style1 .style1-wrap .fancy-description h5 {
    font-weight: 600;
    color: inherit;
    font-size: inherit;
    margin: 0;
    line-height: 16px; }
  .fancy-style1 .style1-wrap a.readmore {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 16px 32px;
    border-radius: 3px;
    margin-top: 20px;
    background: #0e5baf;
    border: 1px solid #0e5baf;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .fancy-style1 .style1-wrap a.readmore:hover, .fancy-style1 .style1-wrap a.readmore:focus {
    background: #fff;
    color: #0e5baf; }

.wpb_single_image .diamond img {
  width: 100%; }

.template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
  overflow: hidden; }
  .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
    .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail img:hover, .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail img:focus {
      zoom: 1;
      filter: alpha(opacity=80);
      opacity: 0.8;
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content {
    padding: 18px 23px 23px 28px;
    background: #ebebeb;
    border-bottom: 1px solid #959595; }
  .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .entry-title {
    font-family: "Helvetica";
    font-size: 20px;
    line-height: 30px;
    color: #040404;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center; }
  .template-cms_grid--campaign .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text {
    font-size: 16px; }
  @media screen and (min-width: 1200px) {
        .template-cms_grid--campaign .cms-grid .cms-grid-item.col-lg-4:nth-child(3n+1) {
          clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
        .template-cms_grid--campaign .cms-grid .cms-grid-item.col-md-4:nth-child(3n+1) {
          clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
        .template-cms_grid--campaign .cms-grid .cms-grid-item.col-sm-6:nth-child(2n+1) {
          clear: left; } }

.template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item, .template-cms_grid--services.show-list .cms-grid .cms-grid-item, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item {
  width: 100%; }
  .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap {
    display: flex;
    flex: auto;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
          .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap {
            margin-bottom: 30px; } }
  @media (max-width: 479px) {
          .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap {
            display: block;
            flex: none; } }
  .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
    padding-top: 3px;
    margin-bottom: 30px; }
    @media (min-width: 480px) {
          .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
            flex: none;
            width: 120px;
            margin-right: 30px;
            margin-bottom: 0; } }
    @media (min-width: 768px) {
          .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
            width: 200px; } }
  .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .entry-title, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .entry-title, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .entry-title {
    margin-top: 0;
    color: #343333;
    font-size: 16px;
    margin-bottom: 18px; }
    .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text p, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text p, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text p {
      margin-bottom: 20px; }
      .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a {
        color: #4a84c3; }
        .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:hover, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:hover, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:hover, .template-cms_grid--advocacy.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:focus, .template-cms_grid--services.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:focus, .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .excerpt_text a:focus {
          color: #2d3033; }
  .template-cms_grid--advocacy .paging-navigation, .template-cms_grid--services .paging-navigation, .template-cms_grid--publication .paging-navigation {
    text-align: center; }

@media (min-width: 1200px) {
      .template-cms_grid--publication.show-list .cms-grid .cms-grid-item .cms-grid-item-wrap .item-content .entry-title {
        width: 80%; } }
  .template-cms_grid--publication .btn-publication {
    margin-top: 25px; }
  .template-cms_grid--publication .buy-image {
    display: block;
    padding-top: 18px; }
  .template-cms_grid--publication .btn-download {
    display: block;
    margin-top: 18px; }

@media screen and (min-width: 480px) {
    .template-cms_grid--team .row.cms-grid {
      margin-left: -30px;
      margin-right: -30px; }
      .template-cms_grid--team .row.cms-grid > .cms-grid-item {
        padding-left: 30px;
        padding-right: 30px; } }
  .template-cms_grid--team .cms-grid-item-wrap .post-thumbnail img {
    width: 100%; }
  .template-cms_grid--team .cms-grid-item-wrap .item-content {
    text-align: center;
    padding-bottom: 13px; }
  .template-cms_grid--team .cms-grid-item-wrap .item-content .entry-title {
    font-size: 16px;
    color: #0e5baf;
    margin-bottom: 2px; }
  .template-cms_grid--team .cms-grid-item-wrap .item-content .team-position, .template-cms_grid--team .cms-grid-item-wrap .item-content .team-region {
    font-size: 12px;
    color: #373636; }
  @media screen and (min-width: 1200px) {
    .template-cms_grid--team .cms-grid-item.col-lg-2:nth-child(6n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .template-cms_grid--team .cms-grid-item.col-md-3:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .template-cms_grid--team .cms-grid-item.col-sm-4:nth-child(3n+1) {
      clear: left; } }
  @media screen and (max-width: 767px) {
    .template-cms_grid--team .cms-grid-item.col-xs-6:nth-child(2n+1) {
      clear: left; } }

.template-cms_grid--press_releases.show-list .cms-grid-item {
  width: 100%; }
  .template-cms_grid--press_releases .cms-grid-item .cms-grid-item-wrap {
    padding-bottom: 32px;
    padding-top: 35px;
    border-top: 1px dotted #343333; }
  .template-cms_grid--press_releases .cms-grid-item:first-child .cms-grid-item-wrap {
    padding-top: 0;
    border-top: none; }
  .template-cms_grid--press_releases .entry-title {
    font-size: 16px;
    color: #343333;
    margin-top: 0;
    margin-bottom: 18px; }
  .template-cms_grid--press_releases ul.releases-meta {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 14px; }
  .template-cms_grid--press_releases ul.releases-meta li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a84c3; }
  .template-cms_grid--press_releases ul.releases-meta li a {
    color: inherit; }
  .template-cms_grid--press_releases ul.releases-meta li a:hover, .template-cms_grid--press_releases ul.releases-meta li a:focus {
    color: #2d3033; }
  .template-cms_grid--press_releases .post-thumbnail {
    margin-bottom: 25px; }
  .template-cms_grid--press_releases .item-content .excerpt_text p {
    margin-bottom: 20px; }
  .template-cms_grid--press_releases .btn-readmore {
    text-align: center; }

.template-cms_grid--serve.show-list .cms-grid-item {
  width: 100%; }
  .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap {
    display: flex;
    flex: auto;
    padding: 30px 0;
    background: transparent;
    border-top: 1px dashed #343333;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap:hover, .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap:focus {
    background: #f2f6fb; }
  @media (max-width: 767px) {
        .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap {
          display: block;
          flex: none; }
          .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
            margin-bottom: 25px; }
            .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap .post-thumbnail img {
              width: 100%; }
          .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap .serve-content {
            padding: 0 15px; } }
  @media (min-width: 768px) {
          .template-cms_grid--serve.show-list .cms-grid-item .cms-grid-item-wrap .post-thumbnail {
            flex: none;
            width: 200px;
            margin-right: 30px; } }
  .template-cms_grid--serve .cms-grid-item .cms-grid-item-wrap .entry-title {
    font-size: 16px;
    color: #343333;
    margin-bottom: 21px;
    margin-top: 0; }
  .template-cms_grid--serve .cms-grid-item .cms-grid-item-wrap .serve-content ul.content-wrap {
    list-style-type: none;
    padding-left: 0; }
  .template-cms_grid--serve .cms-grid-item .cms-grid-item-wrap .serve-content ul.content-wrap li {
    margin-bottom: 3px; }
    .template-cms_grid--serve .cms-grid-item .cms-grid-item-wrap .serve-content ul.content-wrap li.region {
      font-weight: 600;
      color: #0e5baf;
      text-transform: capitalize; }
    .template-cms_grid--serve .cms-grid-item .cms-grid-item-wrap .serve-content ul.content-wrap li span {
      color: #060606;
      font-weight: 600; }

p:empty {
  display: none; }

.wpb_widgetised_column .widget + .widget {
  margin-top: 80px; }

.cms-socials {
  display: inline-block; }
  .cms-socials a {
    padding: 0 2px;
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    display: inline-block; }
  .cms-socials a + a {
    margin-left: 4px; }
  .cms-socials .facebook {
    color: #3c5a99;
    border-color: #3c5a99; }
  .cms-socials .facebook:hover {
    background-color: #3c5a99;
    color: #fff; }
  .cms-socials .instagram {
    color: #231f20;
    border-color: #231f20; }
  .cms-socials .instagram:hover {
    background-color: #231f20;
    color: #fff; }
  .cms-socials .twitter {
    color: #28aae1;
    border-color: #28aae1; }
  .cms-socials .twitter:hover {
    background-color: #28aae1;
    color: #fff; }
  .cms-socials .youtube {
    color: #e62c2e;
    border-color: #e62c2e; }
  .cms-socials .youtube:hover {
    background-color: #e62c2e;
    color: #fff; }
  .cms-socials.top-overlap {
    margin-top: -50px; }

h2.vc_custom_heading {
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 1199px) {
  h2.vc_custom_heading {
    font-size: 25px; } }
  @media screen and (max-width: 767px) {
  h2.vc_custom_heading {
    text-align: center !important;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 6px !important; } }

@media screen and (max-width: 767px) {
    p.vc_custom_heading {
      text-align: center !important; } }

.vc_custom_heading > a {
  font-size: 18px;
  font-weight: 800;
  color: #4a84c3; }
  @media screen and (max-width: 1199px) {
  .vc_custom_heading > a {
    font-size: 15px;
    font-weight: 700; } }
  .vc_custom_heading > a:hover {
    color: #2d3033; }

.cms-latest-news .entry-thumbnail {
  margin-bottom: 12px; }
  .cms-latest-news .entry-thumbnail img {
    width: 100%; }
  .cms-latest-news .entry-title {
    font-family: helvetica;
    font-size: 35px;
    color: #3f4245;
    text-transform: uppercase;
    line-height: 1.2; }
  @media screen and (max-width: 1199px) {
    .cms-latest-news .entry-title {
      font-size: 25px; } }
  @media screen and (max-width: 991px) {
    .cms-latest-news .entry-title {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .cms-latest-news .entry-title {
      font-size: 18px; } }
  .cms-latest-news .entry-title:hover {
    color: #0e5baf; }

.cms-other-news .other-news-item + .other-news-item {
  margin-top: 20px;
  padding-top: 23px;
  border-top: 1px dotted #565656; }
  .cms-other-news .country {
    margin: 0;
    font-size: 24px;
    color: #0e5baf;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 17px; }
  @media screen and (max-width: 1199px) {
    .cms-other-news .country {
      font-size: 18px;
      margin-bottom: 10px; } }
  .cms-other-news .title {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px; }
  @media screen and (max-width: 1199px) {
    .cms-other-news .title {
      font-size: 14px;
      font-weight: 700; } }

.link-contact {
  color: #0e5baf; }
  .link-contact:hover, .link-contact:focus {
    color: #2d3033; }

.mail-btn {
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #0e5baf;
  border-radius: 50%;
  text-align: center;
  line-height: 88px;
  color: #fff;
  position: absolute;
  top: 80px;
  left: -45px; }
  @media (max-width: 1199px) {
  .mail-btn {
    display: none; } }

.cms-carousel-campaign .cms-carousel-item .item-media {
  position: relative; }
  .cms-carousel-campaign .cms-carousel-item .item-media img {
    width: 100%; }
  .cms-carousel-campaign .cms-carousel-item .item-media .campaign-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px; }
  .cms-carousel-campaign .campaign-title {
    font-family: helvetica;
    font-size: 25px;
    color: #fcfcfd;
    background-color: rgba(74, 132, 195, 0.6);
    padding: 13px 10px 15px 10px;
    margin: 0;
    text-align: center; }
  @media screen and (max-width: 1199px) {
    .cms-carousel-campaign .campaign-title {
      font-size: 20px;
      padding: 8px 10px 10px 10px; } }
  .cms-carousel-campaign .campaign-title a {
    color: inherit; }
  .cms-carousel-campaign .campaign-title a:hover {
    color: rgba(252, 252, 253, 0.7); }

.cms-grid-campagin-home .row {
  margin-left: -10px;
  margin-right: -10px; }
  .cms-grid-campagin-home .row .cms-grid-item {
    padding-left: 10px;
    padding-right: 10px; }
  @media screen and (max-width: 767px) {
      .cms-grid-campagin-home .row .cms-grid-item {
        margin-bottom: 10px; } }
  .cms-grid-campagin-home .item-media {
    position: relative; }
  .cms-grid-campagin-home .item-media img {
    width: 100%; }
  .cms-grid-campagin-home .item-media .campaign-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px; }
  .cms-grid-campagin-home .campaign-title {
    font-family: helvetica;
    font-size: 20px;
    color: #fcfcfd;
    background-color: rgba(74, 132, 195, 0.6);
    padding: 13px 10px 15px 10px;
    margin: 0;
    text-align: center; }
  @media screen and (max-width: 1199px) {
    .cms-grid-campagin-home .campaign-title {
      font-size: 20px;
      padding: 8px 10px 10px 10px; } }
  .cms-grid-campagin-home .campaign-title a {
    color: inherit; }
  .cms-grid-campagin-home .campaign-title a:hover {
    color: rgba(252, 252, 253, 0.7); }

.cms-fancy-list {
  margin: -7px -5px; }
  .cms-fancy-list .fl-item {
    float: left;
    width: 50%;
    padding: 7px 5px; }
  .cms-fancy-list .fl-item .fl-item-inner {
    position: relative; }
  .cms-fancy-list .fl-item img {
    width: 100%; }
  .cms-fancy-list .fl-item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #ebebeb;
    background-color: rgba(74, 132, 195, 0.6);
    padding: 13px 10px 15px 10px;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
      .cms-fancy-list .fl-item .title {
        bottom: 20px;
        font-size: 16px;
        padding: 12px 10px 10px 10px; } }
  @media screen and (max-width: 479px) {
      .cms-fancy-list .fl-item .title {
        font-size: 14px; } }
  .cms-fancy-list .fl-item .title a {
    color: inherit; }
  .cms-fancy-list .fl-item .title a:hover {
    color: rgba(252, 252, 253, 0.7); }

@media screen and (max-width: 479px) {
    .vc_row .cms-donate-now-box {
      margin-bottom: 20px !important; } }

.cms-donate-now-box .donate-now-box-outer {
  text-align: center;
  background-color: #ebebeb;
  padding: 48px 15px 38px 15px; }
  @media screen and (max-width: 991px) {
    .cms-donate-now-box .donate-now-box-outer {
      padding: 30px 15px 28px 15px; } }
  @media screen and (max-width: 767px) {
    .cms-donate-now-box .donate-now-box-outer {
      padding: 30px 15px 28px 15px;
      margin: 0 -15px; } }
  .cms-donate-now-box .donate-now-box-outer .dn-title {
    font-family: helvetica;
    font-size: 43px;
    color: #4a84c3;
    letter-spacing: 0.05em;
    padding: 0 20px;
    line-height: 1.2;
    margin: 0 0 23px; }
  @media screen and (max-width: 1199px) {
      .cms-donate-now-box .donate-now-box-outer .dn-title {
        font-size: 40px; } }
  @media screen and (max-width: 991px) {
      .cms-donate-now-box .donate-now-box-outer .dn-title {
        font-size: 25px; } }
  @media screen and (max-width: 479px) {
      .cms-donate-now-box .donate-now-box-outer .dn-title {
        padding: 0; } }
  .cms-donate-now-box .donate-now-box-outer a.btn {
    font-family: helvetica_black;
    font-size: 50px;
    color: #ebebeb !important;
    padding: 16px 10px;
    border-radius: 2px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49);
    -khtml-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49);
    -ms-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49);
    -o-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.49); }
  @media screen and (max-width: 1199px) {
      .cms-donate-now-box .donate-now-box-outer a.btn {
        font-size: 30px; } }
  @media screen and (max-width: 991px) {
      .cms-donate-now-box .donate-now-box-outer a.btn {
        font-size: 25px; } }
  @media screen and (max-width: 479px) {
      .cms-donate-now-box .donate-now-box-outer a.btn {
        display: block;
        padding: 12px 10px; } }

.cms-counter-wraper .cms-counter-single .cms-counter {
  font-family: helvetica_black;
  font-size: 30px;
  color: #0e5baf; }
  .cms-counter-wraper .cms-counter-single p.desc {
    font-size: 14px;
    line-height: 17px;
    color: #231f20;
    font-weight: 300;
    margin-top: 18px;
    margin-bottom: 15px; }
  @media (max-width: 767px) {
      .cms-counter-wraper .cms-counter-single p.desc {
        font-size: 20px;
        line-height: 24px; } }
  .cms-counter-wraper .cms-counter-single p.title {
    font-size: 14px;
    font-weight: 700;
    color: #2d3033;
    text-transform: uppercase;
    margin-bottom: 0; }
  @media (max-width: 767px) {
      .cms-counter-wraper .cms-counter-single p.title {
        display: none; } }

.cms-client-grid {
  margin: -7px -10px 0 -10px; }
  .cms-client-grid .cl-item {
    width: 33.33333%;
    float: left;
    padding: 7px 10px; }
  @media screen and (max-width: 767px) {
    .cms-client-grid .cl-item {
      text-align: center; } }

.cms-link-box .link-box-outer {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cms-link-box .link-box-outer {
      margin: 0 -15px; } }
  .cms-link-box .link-box-outer img.bg-img {
    width: 100%; }
  .cms-link-box .link-box-outer .lb-title {
    margin: 0;
    font-family: helvetica;
    font-size: 25px;
    color: #fefeff;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 10px 15px 10px 15px;
    background-color: rgba(74, 132, 195, 0.6);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  @media screen and (max-width: 1199px) {
      .cms-link-box .link-box-outer .lb-title {
        font-size: 18px; } }
  .cms-link-box .link-box-outer .lb-title span {
    display: block;
    margin-top: 5px; }
  @media screen and (max-width: 1199px) {
        .cms-link-box .link-box-outer .lb-title span {
          display: none; } }
  .cms-link-box a:hover .lb-title {
    color: rgba(254, 254, 255, 0.7); }

.cms-annual-report .report-wrap {
  text-align: center; }
  .cms-annual-report .report-wrap .report-image {
    margin-bottom: 10px;
    overflow: hidden; }
  .cms-annual-report .report-wrap .report-image img {
    width: 100%;
    max-width: 200px;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .cms-annual-report .report-wrap .report-image img:hover, .cms-annual-report .report-wrap .report-image img:focus {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .cms-annual-report .report-wrap .report-title {
    font-weight: 700; }
  @media (max-width: 767px) {
      .cms-annual-report .report-wrap .report-title {
        margin-bottom: 10px; } }
  .cms-annual-report.single {
    max-width: 200px;
    display: inline-block; }
  .cms-annual-report.single .report-title {
    margin-bottom: 11px; }
  @media (min-width: 768px) {
    .cms-annual-report.multi {
      display: flex;
      align-items: center; } }
  @media (max-width: 479px) {
    .cms-annual-report.multi .report-title {
      margin-bottom: 11px; } }
  .cms-annual-report.multi .report-link {
    flex: none; }
  .cms-annual-report.multi .report-link a.multi-link {
    display: block;
    color: #0e5baf;
    margin-bottom: 11px; }
  @media (max-width: 767px) {
        .cms-annual-report.multi .report-link a.multi-link {
          text-align: center; } }
  .cms-annual-report.multi .report-link a.multi-link:last-child {
    margin-bottom: 0; }
  .cms-annual-report.multi .report-link a.multi-link:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e5baf;
    display: inline-block;
    margin: 0 7px 0 14px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  @media (max-width: 767px) {
          .cms-annual-report.multi .report-link a.multi-link:before {
            content: none; } }
  .cms-annual-report.multi .report-link a.multi-link:hover {
    color: #343333; }
  .cms-annual-report.multi .report-link a.multi-link:hover:before {
    background: #343333; }

.google-visualization-tooltip {
  min-width: 180px; }

.serve-map .vc_grid.vc_row .vc_grid-item {
  padding-top: 30px;
  border-top: 1px dotted #343333;
  position: relative; }
  @media (max-width: 767px) {
    .serve-map .vc_grid.vc_row .vc_grid-item {
      border-top: 0;
      padding-top: 10px; } }
  @media screen and (min-width: 768px) {
    .serve-map .vc_grid.vc_row .vc_grid-item:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }

    .serve-map .vc_grid.vc_row .vc_grid-item:hover::after {
      background-color: rgba(195, 214, 235, 0.21); } }
  .serve-map .vc_grid-filter {
    display: none; }
  .serve-map .vc_custom_heading {
    position: relative;
    z-index: 1; }
  .serve-map .vc_custom_heading a:hover {
    opacity: 1;
    color: #0e5baf; }
  .serve-map .vc_gitem_row .vc_gitem-col {
    padding: 0; }
  .serve-map .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    display: none; }
  .serve-map .vc_gitem-zone-c .vc_gitem_row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap; }
  .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
        .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
          margin-bottom: 18px; } }
  .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_col-sm-4 {
    flex: 0 0 230px;
    max-width: 230px; }
  @media (max-width: 767px) {
        .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_col-sm-4 {
          flex: 0 0 100%;
          max-width: 100%; } }
  .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_col-sm-8 {
    flex: 0 0 calc(100% - 230px);
    max-width: calc(100% - 230px); }
  @media (max-width: 767px) {
        .serve-map .vc_gitem-zone-c .vc_gitem_row .vc_col-sm-8 {
          flex: 0 0 100%;
          max-width: 100%; } }
  .serve-map .vc_gitem-zone-c .vc_custom_heading h4 {
    margin-bottom: 21px;
    margin-top: 0; }
  .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap {
    list-style-type: none;
    padding-left: 0; }
  .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap li {
    margin-bottom: 3px; }
  @media (max-width: 767px) {
          .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap li {
            margin-bottom: 10px; } }
  .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap li.region {
    font-weight: 600;
    color: #0e5baf;
    text-transform: capitalize; }
  .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap li span {
    color: #060606;
    font-weight: 600; }
  .serve-map .vc_gitem-zone-c .serve-meta ul.meta-wrap li.category a {
    font-weight: 700;
    color: #0e5baf;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 767px) {
    .serve-map .wpb_single_image .vc_figure {
      width: 100%; } }
  @media screen and (max-width: 767px) {
      .serve-map .wpb_single_image .vc_figure > div {
        width: 100%; } }
  .serve-map .vc_grid-filter-select select {
    height: 40px;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #0e5baf url('../images/select-arrow_white.png') no-repeat 95%; }
  .serve-map .vc_grid-filter-select select option {
    width: 100%; }
  .serve-map .vc_grid-filter-select select::-ms-expand {
    display: none; }

.entry-content .vc_grid-pagination .vc_grid-pagination-list {
  margin: 10px 0 0 !important; }
  .entry-content .vc_grid-pagination .vc_grid-pagination-list > li > a, .entry-content .vc_grid-pagination .vc_grid-pagination-list > li > span {
    color: #444141;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    border: 0;
    opacity: 1;
    padding: 3px 14px; }
  .entry-content .vc_grid-pagination .vc_grid-pagination-list > li > a:hover, .entry-content .vc_grid-pagination .vc_grid-pagination-list > li > span:hover {
    color: #0e5baf; }
  .entry-content .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active > a {
    color: #0e5baf; }

.cms-serve-summary {
  background-color: #ebebeb;
  padding: 10px 15px;
  margin-bottom: 20px; }
  .cms-serve-summary ul {
    padding: 0;
    list-style: none;
    margin: 0 -10px; }
  .cms-serve-summary ul li {
    font-size: 18px;
    color: #2b2a2a;
    display: inline-block;
    padding: 0 11px 0 10px; }
  .cms-serve-summary ul li span {
    font-weight: 600; }
  @media screen and (min-width: 576px) {
        .cms-serve-summary ul li + li {
          border-left: 1px solid #2b2a2a; } }

.ef3-back-to-top {
  font-size: 20px;
  padding: 6px;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  visibility: hidden;
  background: #0e5baf;
  width: 40px;
  z-index: 8;
  outline: 0;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms; }
  .ef3-back-to-top:hover {
    opacity: 1;
    background: #4a84c3; }
  .ef3-back-to-top.on {
    visibility: visible; }

.footer-top {
  position: relative;
  background: #4a84c3;
  padding: 67px 0 52px 0; }
  @media screen and (max-width: 767px) {
  .footer-top {
    padding: 15px 0 52px 0; } }
  .footer-top .widget {
    padding-bottom: 0;
    text-align: center; }
  .footer-top h3, .footer-top .wg-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .footer-top h3, .footer-top .wg-title {
      margin-top: 44px; } }
  .footer-top p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px; }
  .footer-top p a {
    color: inherit; }
  .footer-top p a:hover {
    color: #0e5baf; }
  .footer-top .footer-contact-info {
    padding-left: 0;
    margin: 0;
    list-style: none; }
  .footer-top .footer-contact-info li {
    list-style-type: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 11px;
    line-height: 22px; }
  .footer-top .footer-solical {
    padding: 4px 0 0 0;
    list-style: none;
    margin: 0 -3.5px; }
  .footer-top .footer-solical li {
    padding: 0 3.5px;
    display: inline-block; }
  .footer-top .footer-solical li a {
    color: #fff;
    font-size: 18px;
    padding: 8px 10px;
    border: 2px solid #fff;
    border-radius: 2px;
    min-width: 40px;
    display: block;
    background-color: transparent; }
  .footer-top .footer-solical li a:hover {
    background-color: #fff;
    color: #0e5baf; }
  .footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-top .widget_nav_menu ul li {
    list-style-type: none;
    display: block; }
  .footer-top .widget_nav_menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px; }
  .footer-top .widget_nav_menu ul li a:hover {
    color: rgba(255, 255, 255, 0.7); }

.footer-bottom {
  background: #105da7;
  padding: 33px 0 39px 0;
  color: #fff; }
  .footer-bottom .wg-title {
    display: none; }
  .footer-bottom .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block; }
  .footer-bottom ul {
    padding-left: 0;
    list-style: none; }
  .footer-bottom ul li {
    display: inline-block;
    width: auto; }
  .footer-bottom .footer-bottom-wrap {
    display: inline-flex; }
  .footer-bottom p {
    color: #fff;
    font-size: 12px;
    line-height: 22px; }

@media screen and (min-width: 1200px) {
  .affix {
    width: 1170px; } }

@media (min-width: 1200px) {
  .site-header .container-fullwidth {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .site-header .container-fullwidth {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 1200px) {
  body .cs-boxed {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden; }

  body.boxed-layout .affix {
    width: 1170px; }
    body.boxed-layout .header-layout2, body.boxed-layout .header-layout3 {
      background: #fff; }
    body.boxed-layout .rev_slider_wrapper.fullwidthbanner-container {
      width: 1170px !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    body.boxed-layout .vc_row[data-vc-stretch-content="true"] {
      width: 1170px !important;
      margin: 0 auto;
      left: 50% !important;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      padding-left: 0 !important;
      padding-right: 0 !important; }
    body.boxed-layout .wpb_column.right-full {
      left: 50%;
      right: auto; }

  .container {
    padding-left: 70px;
    padding-right: 70px; } }

@media screen and (max-width: 1199px) {
  .site-content .wpb_text_column {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important; }

  .vc_empty_space {
    display: none; } }

@media screen and (max-width: 991px) {
  .vc_column_container > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vc_row > .vc_col-sm-6:nth-child(2n + 1) {
    clear: left; } }

@media screen and (max-width: 767px) {
  .mb-d-flex {
    /* Safari */
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }

  .mb-order-1 {
    order: 1; }

  .mb-order-2 {
    order: 2; }

  .mb-margin-bt-25 .wpb_column .vc_column-inner {
    margin-bottom: 25px !important; }

  .vc_row.mb-padding-0 > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 479px) {
  .cms-btn.mb-full a.btn-theme {
    display: block;
    border-radius: 0;
    font-size: 14px; } }
