html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
  display: block;
}
/********************/
/*===========================================================================
 MAIN STYLE
 ===========================================================================*/
html {
  overflow-x: hidden;
}
body {
  font-family: 'gibbs';
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding-top: 110px;
  overflow-x: hidden;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
p {
  line-height: 1.9;
}
p + p {
  margin-top: 30px;
}
h2 {
  font-size: 36px;
  line-height: 144.4444444444%;
  font-weight: 600;
  color: #335680;
  font-family: 'meno-banner-condensed';
}
h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  color: #335680;
  font-family: 'meno-banner-condensed';
}
.visible-xs {
  display: none !important;
}
@media (max-width: 1280px) {
  body {
    padding-top: 105px;
  }
}
@media (max-width: 1120px) {
  body {
    padding-top: 100px;
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  body {
    padding-top: 178px;
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  h3 {
    font-size: 24px;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs.inline-block {
    display: inline-block !important;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.container-sm {
  max-width: 1090px;
}
.container.container-xs {
  max-width: 1010px;
}
@media (max-width: 1280px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1120px) {
  .container {
    max-width: 940px;
  }
  .container.container-sm {
    max-width: 940px;
  }
  .container.container-xs {
    max-width: 940px;
  }
}
@media (max-width: 960px) {
  .container {
    max-width: 620px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.container-sm {
    max-width: 620px;
  }
  .container.container-xs {
    max-width: 620px;
  }
}
.btn {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0041666667em;
  line-height: 116.6666666667%;
  cursor: pointer;
  -webkit-transition: all 0.3s eases;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&.btn-transparent{
   border-color: #fff;
   color: #fff;
   }*/
}
.btn.btn-default {
  background-color: #fff;
  color: #335680;
}
.btn.btn-primary {
  background-color: #c2570a;
  color: #fff;
  border-color: #c2570a;
}
.btn.btn-primary:hover {
  background-color: #335680;
  color: #fff;
  border-color: #335680;
}
.btn.btn-secondary {
  background-color: #335680;
  color: #fff;
  border-color: #335680;
}
.btn.btn-secondary:hover {
  background-color: #c2570a;
  color: #fff;
  border-color: #c2570a;
}
.btn.btn-large {
  font-size: 14px;
  padding: 18px 27px 17px;
  line-height: 1.1;
}
.social a {
  display: inline-block;
  font-size: 30px;
  color: #335680;
  text-decoration: none;
  line-height: 1;
}
.back-link {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.0416666667em;
  line-height: 1.2;
  position: relative;
  padding-left: 27px;
  color: #c2570a;
  text-decoration: none;
  margin-bottom: 36px;
}
.back-link:before {
  content: '\e918';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon';
  color: #000;
  font-size: 13px;
}
.mt-sm {
  margin-top: 60px;
}
.mt-xs {
  margin-top: 45px;
}
.schedule-iframe {
  width: 100%;
}
/*===========================================================================
 END MAIN STYLE
 ===========================================================================*/
/*===========================================================================
 HEADER
 ===========================================================================*/
.header {
  background-color: #335680;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* active state, i.e. menu open */
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 18px;
  max-width: 175px;
}
.header .tagline {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 600;
  line-height: 148%;
  color: #fff;
  font-family: 'meno-banner-condensed';
  font-style: italic;
  margin: 15px 0 0 54px;
}
.header .search-box {
  float: right;
  margin: 26px 0 0 20px;
  position: relative;
  padding-right: 24px;
  width: 150px;
}
.header .search-box .search-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  height: 20px;
  font-size: 13px;
  color: #fff;
  outline: none;
  width: 100%;
}
.header .search-box .search-input::-webkit-input-placeholder {
  color: transparent;
}
.header .search-box .search-input::-moz-placeholder {
  color: transparent;
}
.header .search-box .search-input:-ms-input-placeholder {
  color: transparent;
}
.header .search-box .search-input:-moz-placeholder {
  color: transparent;
}
.header .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.header .search-box .search-btn:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff;
}
.header .search-box .clear-btn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.header .search-box .clear-btn:before {
  content: '\e908';
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff;
}
.header .call-box {
  float: right;
  background-color: #c2570a;
  color: #fff;
  padding: 22px 35px;
}
.header .call-box p {
  font-size: 22px;
  line-height: 145%;
  letter-spacing: 0.015em;
  font-family: 'meno-banner-condensed';
}
.header .call-box a:not(.tel) {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.header .call-box a:not(.tel):before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.header .call-box .tel {
  color: inherit;
  text-decoration: none;
}
.header .triger-search-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 22px;
  color: #000;
  margin-top: -11px;
  top: 50%;
  cursor: pointer;
  display: none;
}
.header .menu-btn, .header .menu-btn-close {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 27px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -14px;
  display: none;
}
.header .menu-btn span, .header .menu-btn-close span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #000;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  top: -9px;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  bottom: -9px;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header .menu-btn.active span, .header .menu-btn-close span {
  background: none;
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .menu-btn.active span:after, .header .menu-btn-close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before, .header .menu-btn.active span:after, .header .menu-btn-close span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
@media (max-width: 1280px) {
  .header .logo {
    margin-top: 15px;
  }
  .header .tagline {
    font-size: 22px;
    margin: 12px 0 0 35px;
  }
  .header .call-box {
    padding: 22px 23px;
  }
  .header .call-box p {
    font-size: 19px;
  }
  .header .search-box {
    margin: 23px 0 0 20px;
  }
}
@media (max-width: 1120px) {
  .header .logo {
    max-width: 160px;
  }
  .header .tagline {
    font-size: 22px;
    margin: 12px 0 0 25px;
  }
  .header .call-box {
    padding: 22px 23px;
  }
  .header .call-box p {
    font-size: 0;
    line-height: normal;
  }
  .header .call-box p a {
    font-size: 19px;
    display: block;
  }
  .header .call-box p .tel {
    font-size: 0;
  }
}
@media (max-width: 960px) {
  .header {
    background-color: #fff;
    text-align: center;
  }
  .header .container {
    position: relative;
  }
  .header .logo {
    width: 200px;
    max-width: none;
    margin: 18px 0;
  }
  .header .logo img {
    width: 100%;
  }
  .header .menu-btn {
    display: block;
  }
  .header .menu-btn-close {
    left: auto;
    top: 38px;
    right: 25px;
    z-index: 1;
    display: block;
  }
  .header .menu-btn-close span {
    height: 1px;
  }
  .header .menu-btn-close span:before, .header .menu-btn-close span:after {
    height: 1px;
  }
  .header .triger-search-btn {
    display: block;
  }
  .header .search-box {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 30px;
    right: 30px;
    width: auto;
    padding: 0;
    float: none;
    margin: 0;
  }
  .header .search-box:before {
    content: '';
    position: absolute;
    left: -99999px;
    right: -99999px;
    top: -1px;
    bottom: 0;
    border-top: 1px solid #cecece;
    background-color: #fff;
    z-index: -1;
  }
  .header .search-box .search-input {
    border: none;
    height: 35px;
    font-size: 12px;
    color: #000;
    padding: 5px 21px;
  }
  .header .search-box .search-input::-webkit-input-placeholder {
    color: #000;
    font-size: 11px;
  }
  .header .search-box .search-input::-moz-placeholder {
    color: #000;
    font-size: 11px;
  }
  .header .search-box .search-input:-ms-input-placeholder {
    color: #000;
    font-size: 11px;
  }
  .header .search-box .search-input:-moz-placeholder {
    color: #000;
    font-size: 11px;
  }
  .header .search-box .search-btn {
    height: 35px;
    width: 20px;
    text-align: right;
  }
  .header .search-box .search-btn:before {
    color: #000;
    font-size: 11px;
  }
  .header .search-box .clear-btn {
    display: block;
    height: 35px;
    width: 20px;
    text-align: left;
  }
  .header .search-box .clear-btn:before {
    color: #000;
    font-size: 11px;
  }
  .header .top-header {
    position: relative;
    text-align: center;
    background-color: #335680;
    overflow: hidden;
  }
  .header .top-header .tagline {
    margin: 0;
    display: block;
    padding: 5px 0;
    font-size: 18px;
  }
  .header .top-header .call-box {
    float: none;
    display: block;
    position: relative;
    z-index: 1;
    padding: 16px 0;
  }
  .header .top-header .call-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -99999px;
    right: -99999px;
    background-color: #c2570a;
    z-index: -1;
  }
  .header .top-header .call-box p {
    font-size: 20px;
    letter-spacing: 0.016em;
  }
  .header .top-header .call-box p a {
    font-size: 20px;
    letter-spacing: 0.016em;
    display: inline-block;
  }
}
.scroll-header .header {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.scroll-header .header .logo {
  padding-right: 45px;
  margin-top: 17px;
}
.scroll-header .header .tagline {
  font-size: 21px;
  margin-top: 13px;
}
.scroll-header .header .call-box {
  padding: 18px 35px;
}
.scroll-header .header .search-box {
  margin-top: 22px;
}
@media (max-width: 960px) {
  .scroll-header .header .logo {
    max-width: 125px;
    margin: 8px 0;
    padding: 0;
  }
  .scroll-header .header .search-box {
    margin-top: 0;
  }
  .scroll-header .header .top-header .tagline {
    margin: 0;
    font-size: 19px;
    padding: 4px 0;
  }
  .scroll-header .header .top-header .call-box {
    float: none;
    display: block;
    position: relative;
    z-index: 1;
    padding: 7px 0;
  }
  .scroll-header .header .top-header .call-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -99999px;
    right: -99999px;
    background-color: #c2570a;
    z-index: -1;
  }
  .scroll-header .header .top-header .call-box p {
    font-size: 21px;
  }
  .scroll-header .header .top-header .call-box p a {
    display: inline-block;
  }
}
.menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 5;
}
.menu-container {
  background-color: #fff;
}
.menu-container .container {
  position: relative;
}
.menu-container .container:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #335680;
}
.menu-container .main-menu {
  position: relative;
  background-color: #fff;
}
.menu-container .main-menu.left {
  float: left;
  padding-right: 30px;
}
.menu-container .main-menu.right {
  float: right;
  padding-left: 30px;
}
.menu-container .main-menu.right ul li a {
  font-family: 'meno-banner-condensed';
  color: #335680;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 0;
}
.menu-container .main-menu ul li {
  float: left;
  margin-left: 32px;
  position: relative;
}
.menu-container .main-menu ul li:first-child {
  margin-left: 0;
}
.menu-container .main-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.menu-container .main-menu ul li a {
  font-size: 12px;
  letter-spacing: 0.1166666667em;
  line-height: 116.6666666667%;
  padding: 11px 0;
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu-container .main-menu ul li a:hover {
  color: #c2570a;
}
@media (min-width: 961px) {
  .menu-container .main-menu ul li ul {
    position: absolute;
    top: 35px;
    left: -3px;
    width: 200px;
    border-top: 2px solid #c2570a;
    padding: 14px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-container .main-menu ul li ul:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }
  .menu-container .main-menu ul li ul li {
    float: none;
    margin: 0;
  }
  .menu-container .main-menu ul li ul li a {
    display: block;
    padding: 5px 14px;
    text-transform: uppercase;
    font-size: 11px;
  }
}
@media (max-width: 1120px) {
  .menu-container .main-menu ul li {
    margin-left: 18px;
  }
  .menu-container .main-menu ul li a {
    font-size: 11px;
  }
}
@media (max-width: 960px) {
  .menu-container {
    position: fixed;
    left: -350px;
    width: 350px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    z-index: 6;
    text-align: left;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .menu-container.show {
    left: 0;
    overflow: auto;
    margin: 0;
  }
  .menu-container .container {
    padding: 0;
  }
  .menu-container .container:before {
    display: none;
  }
  .menu-container .main-menu {
    float: none !important;
    padding: 0 !important;
  }
  .menu-container .main-menu.right {
    display: none;
  }
  .menu-container .main-menu ul li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .menu-container .main-menu ul li.menu-item-has-children:before {
    content: '\e916';
    position: absolute;
    top: 24px;
    right: 28px;
    font-family: 'icomoon' !important;
    color: #a7a7a7;
    font-size: 20px;
  }
  .menu-container .main-menu ul li a {
    font-size: 20px;
    padding: 21px 50px 21px 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
  }
  .menu-container .main-menu .sub-menu {
    display: none;
  }
  .menu-container .main-menu .sub-menu li:last-child {
    border-bottom: none !important;
  }
  .menu-container .main-menu .sub-menu li.menu-item-has-children {
    cursor: pointer;
    padding-right: 50px;
  }
  .menu-container .main-menu .sub-menu li.menu-item-has-children:before {
    top: 13px;
  }
  .menu-container .main-menu .sub-menu li a {
    padding: 15px 20px 15px 30px;
    font-size: 18px;
    display: block;
  }
  .menu-container .mobile-search {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
  }
  .menu-container .mobile-search .clear-btn {
    display: none;
  }
  .menu-container .mobile-search .search-input {
    height: 75px;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 10px 60px 10px 65px;
    outline: none;
  }
  .menu-container .mobile-search .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    width: 57px;
    padding-left: 32px;
  }
  .menu-container .mobile-search .search-btn:before {
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 17px;
    color: #000;
    line-height: 42px;
    font-size: 22px;
  }
}
/*===========================================================================
 END HEADER
 ===========================================================================*/
/*===========================================================================
 FOOTER
 ===========================================================================*/
.footer {
  background-color: #f5f4f3;
  padding: 50px 0 0;
}
.footer > .container {
  padding-bottom: 50px;
}
.footer .footer-row {
  margin-left: -20px;
  margin-right: -20px;
}
.footer .footer-col {
  float: left;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.footer .footer-col:nth-child(1) {
  width: 24%;
}
.footer .footer-col:nth-child(2) {
  width: 21%;
}
.footer .footer-col:nth-child(3) {
  width: 17%;
}
.footer .footer-col:nth-child(4) {
  width: 24%;
}
.footer .footer-col:nth-child(5) {
  width: 14%;
}
.footer .footer-col a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer .footer-col a:hover {
  color: #c2570a;
}
.footer .footer-col li:first-child {
  margin-top: 0;
}
.footer .footer-col li a {
  text-transform: uppercase;
}
.footer .contact-box {
  display: inline-block;
  text-align: center;
}
.footer .contact-box .widget-title {
  color: #c2570a;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}
.footer .contact-box .widget-title a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.footer .contact-box .widget-title:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 56px;
  height: 1px;
  margin-left: -28px;
  bottom: -10px;
  background-color: #335680;
}
.footer .contact-box a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.0168181818em;
  line-height: 1.2;
  color: #335680;
  font-family: 'meno-banner-condensed';
}
.footer .widget-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1666666667em;
  margin-bottom: 10px;
}
.footer .footer-logo img {
  width: 258px;
}
.footer .social {
  width: 110px;
  margin: -2px -8px 0;
}
.footer .social a {
  margin: 2px 8px;
  color: #335680;
}
.footer p {
  line-height: inherit;
}
.footer .footer-bottom {
  background-color: #fff;
  padding: 10px 0;
  color: #000;
}
.footer .copyright {
  font-size: 9px;
  letter-spacing: 0.1111111111em;
  float: left;
}
.footer .footer-nav {
  float: right;
}
.footer .footer-nav li {
  float: left;
  position: relative;
  padding-left: 8px;
  margin-left: 5px;
}
.footer .footer-nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  width: 1px;
  background-color: #000;
}
.footer .footer-nav li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .footer-nav li:first-child:before {
  display: none;
}
.footer .footer-nav li a {
  font-size: 9px;
  letter-spacing: 0.1111111111em;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer .footer-nav li a:hover {
  color: #c2570a;
}
@media (max-width: 1120px) {
  .footer .footer-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .footer-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footer-col:nth-child(1) {
    width: 19%;
  }
  .footer .footer-col:nth-child(2) {
    width: 21%;
  }
  .footer .footer-col:nth-child(3) {
    width: 17%;
  }
  .footer .footer-col:nth-child(4) {
    width: 24%;
  }
  .footer .footer-col:nth-child(5) {
    width: 19%;
  }
  .footer .footer-logo {
    margin-top: 10px;
  }
  .footer .widget-title {
    font-size: 11px;
    letter-spacing: 0.1666666667em;
    margin-bottom: 10px;
  }
  .footer .contact-box .widget-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 960px) {
  .footer {
    padding: 45px 0 0;
  }
  .footer .footer-col {
    width: 100%;
    text-align: center;
    margin-top: 27px;
    font-size: 13px;
  }
  .footer .footer-col:first-child {
    margin-top: 0;
  }
  .footer .footer-col:nth-child(1), .footer .footer-col:nth-child(2), .footer .footer-col:nth-child(3), .footer .footer-col:nth-child(4), .footer .footer-col:nth-child(5) {
    width: 100%;
  }
  .footer p {
    font-size: inherit;
  }
  .footer .footer-logo img {
    width: 198px;
  }
  .footer .widget-title {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .footer .contact-box .widget-title {
    display: block;
    font-size: 13px;
  }
  .footer .contact-box a {
    font-size: 28px;
  }
  .footer .social {
    display: inline-block;
    width: 140px;
    margin: -10px -8px 0;
  }
  .footer .social a {
    font-size: 40px;
    margin: 5px 8px;
  }
  .footer .footer-bottom {
    text-align: center;
    padding: 17px 0;
  }
  .footer .footer-bottom .copyright {
    float: none;
    text-align: center;
    font-size: 11px;
  }
  .footer .footer-bottom .footer-nav {
    float: none;
    display: inline-block;
  }
  .footer .footer-bottom .footer-nav li a {
    font-size: 11px;
  }
}
/*===========================================================================
 END FOOTER
 ===========================================================================*/
/*===========================================================================
 HERO SECTION
 ===========================================================================*/
.hero-section {
  background-size: cover;
  background-position: center;
}
.hero-section .container {
  display: table;
  height: 650px;
}
.hero-section .container .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0 140px;
  text-align: center;
}
.hero-section .container .inner .text-box {
  text-align: center;
  color: #fff;
  display: inline-block;
}
.hero-section .container .inner .text-box h1 {
  font-size: 65px;
  line-height: 104.6153846154%;
  font-weight: 600;
  font-family: 'meno-banner-condensed';
  margin-bottom: 13px;
}
.hero-section .container .inner .text-box p {
  font-size: 18px;
  letter-spacing: 0.1072222222em;
  line-height: 116.6666666667%;
  font-weight: 300;
}
.hero-section .container .inner .text-box .btn {
  margin-top: 38px;
}
@media (max-width: 1120px) {
  .hero-section .container {
    height: 550px;
  }
}
@media (max-width: 960px) {
  .hero-section .container {
    height: 475px;
  }
  .hero-section .container .inner {
    text-align: center;
    padding: 40px 0;
  }
  .hero-section .container .inner .text-box h1 {
    font-size: 45px;
  }
  .hero-section .container .inner .text-box p {
    font-size: 15px;
    letter-spacing: 0.1073333333em;
  }
  .hero-section .container .inner .text-box .btn {
    margin-top: 27px;
  }
}
/*===========================================================================
 END HERO SECTION
 ===========================================================================*/
/*===========================================================================
 TABS SECTION
 ===========================================================================*/
.tab-section {
  position: relative;
  padding: 70px 0 80px;
}
.tab-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #f5f4f3;
  z-index: -1;
}
.tab-section .title {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1071428571em;
  margin-bottom: -20px;
  margin-right: 60%;
}
.tab-section .title span {
  display: inline-block;
  position: relative;
  background-color: #f5f4f3;
  padding-right: 20px;
}
.tab-section .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c2570a;
}
.tab-section .tabs-caption {
  margin-top: -30px;
}
.tab-section .tabs-caption li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.0833333333em;
  line-height: 1.3;
  color: #000;
  border-left: 1px solid #000;
  margin-left: 5px;
  padding-left: 9px;
  position: relative;
  cursor: pointer;
}
.tab-section .tabs-caption li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.tab-section .tabs-caption li:first-child.active:before {
  left: 0;
}
.tab-section .tabs-caption li.active:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 9px;
  right: 0;
  height: 2px;
  background-color: #c2570a;
}
.tab-section .tabs-content {
  display: none;
  padding: 26px 60% 57px 0;
  position: relative;
  min-height: 412px;
}
.tab-section .tabs-content.active {
  display: block;
}
.tab-section .tabs-content .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  overflow: hidden;
}
.tab-section .tabs-content .photo img {
  width: 100%;
  height: auto;
}
.tab-section .tabs-content h2 {
  margin-bottom: 20px;
}
.tab-section .tabs-content p {
  line-height: 1.9;
}
.tab-section .tabs-content .btn {
  margin-top: 33px;
  min-width: 155px;
}
@media (max-width: 1120px) {
  .tab-section .tabs-content {
    padding: 26px 51% 57px 0;
    min-height: 340px;
  }
  .tab-section .tabs-content h2 {
    margin-bottom: 15px;
  }
  .tab-section .tabs-content .photo {
    width: 46%;
  }
}
@media (max-width: 960px) {
  .tab-section {
    padding: 54px 0 60px;
  }
  .tab-section .title {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .tab-section .tabs-content {
    padding: 0;
    min-height: 0;
  }
  .tab-section .tabs-content h2 {
    margin-bottom: 25px;
  }
  .tab-section .tabs-content .btn {
    margin-top: 24px;
  }
  .tab-section .tabs-content .photo {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
  }
  .tab-section .tabs-caption {
    margin-top: 30px;
  }
  .tab-section .tabs-caption li {
    font-size: 14px;
  }
}
/*===========================================================================
 END TABS SECTION
 ===========================================================================*/
/*===========================================================================
 PRACTICLE AREA
 ===========================================================================*/
.practicle-area {
  background-color: #335680;
  padding: 15px 0;
  text-align: center;
  /* .area-row + .area-row{
   border-top: 1px solid #fff;
   } */
}
.practicle-area .container {
  max-width: 890px;
}
.practicle-area .area-title {
  display: inline-block;
  background-color: #c2570a;
  color: #fff;
  padding: 15px 60px;
  font-size: 15px;
  letter-spacing: 0.1173333333em;
  line-height: 120%;
  margin: -15px 0 7px;
  vertical-align: top;
  font-family: 'gibbs';
  font-weight: normal;
}
.practicle-area .area-row {
  /*margin-left: -15px;
   margin-right: -15px;*/
  padding: 45px 0 80px;
  display: table;
  width: 100%;
  overflow: hidden;
}
.practicle-area .area-col {
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 30px 0;
}
.practicle-area .area-col:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 67px;
  width: 1px;
  background-color: #fff;
}
.practicle-area .area-col:first-child:before {
  display: none !important;
}
.practicle-area .area-col:nth-child(4n+1):before {
  display: block;
  left: 0;
  right: -99999px;
  height: 1px;
  width: auto;
  top: -30px;
}
.practicle-area .area-col p {
  font-size: 20px;
  font-family: 'meno-banner-condensed';
  line-height: 1.2;
}
.practicle-area .area-col .icon {
  margin-bottom: 7px;
  line-height: 50px;
  display: inline-block;
}
.practicle-area .area-col .icon img {
  vertical-align: bottom;
}
@media (max-width: 960px) {
  .practicle-area .container {
    max-width: 620px;
  }
  .practicle-area .area-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .practicle-area .area-col {
    width: 50%;
    float: left;
    display: block;
    margin: 24px 0;
  }
  .practicle-area .area-col p {
    font-size: 19px;
  }
  .practicle-area .area-col:nth-child(4n+1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 67px;
    width: 1px;
    background-color: #fff;
  }
  .practicle-area .area-col:nth-child(2n+1):before {
    display: block;
    left: 0;
    right: -99999px;
    height: 1px;
    width: auto;
    top: -30px;
  }
}
/*===========================================================================
 END PRACTICLE AREA
 ===========================================================================*/
/*===========================================================================
 FULL WIDTH TEXT SECTION
 ===========================================================================*/
.full-width-text-section {
  position: relative;
  padding: 70px 0;
}
.full-width-text-section .image-column {
  float: left;
  width: 50%;
}
.full-width-text-section .image-column img {
  width: 100%;
  height: auto;
}
.full-width-text-section .text-column {
  padding-left: calc(110px + 50%);
  line-height: 1.9;
}
.full-width-text-section .text-column h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.0714285714em;
  line-height: 214.2857142857%;
  position: relative;
  margin-bottom: 11px;
}
.full-width-text-section .text-column h5:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 0;
  height: 1px;
  top: 50%;
  background-color: #c2570a;
}
.full-width-text-section .text-column h5 span {
  display: inline-block;
  background-color: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.full-width-text-section .text-column h2 {
  margin-bottom: 20px;
}
.full-width-text-section .text-column .btn {
  margin-top: 37px;
}
@media (max-width: 1280px) {
  .full-width-text-section .text-column {
    padding-left: calc(70px + 50%);
  }
}
@media (max-width: 1120px) {
  .full-width-text-section .text-column {
    padding-left: calc(40px + 50%);
  }
  .full-width-text-section .text-column h2 {
    margin-bottom: 15px;
  }
  .full-width-text-section .text-column .btn {
    margin-top: 25px;
  }
}
@media (max-width: 960px) {
  .full-width-text-section {
    padding: 36px 0 54px;
  }
  .full-width-text-section .image-column {
    display: none;
  }
  .full-width-text-section .text-column {
    padding-left: 0;
  }
  .full-width-text-section .text-column h2 {
    margin-bottom: 25px;
  }
  .full-width-text-section .text-column .img {
    margin-bottom: 18px;
  }
}
/*===========================================================================
 END FULL WIDTH TEXT SECTION
 ===========================================================================*/
/*===========================================================================
 TESTIMONIALS SECTION
 ===========================================================================*/
.testimonial-section {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}
.testimonial-section .container {
  max-width: 880px;
  background-color: rgba(255, 255, 255, .65);
  padding-top: 44px;
  padding-bottom: 32px;
  text-align: center;
  position: relative;
}
.testimonial-section .container:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -21px;
  width: 50px;
  height: 42px;
  background: url(../images/quotations-left.svg);
  background-size: cover;
}
.testimonial-section .container:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -21px;
  width: 50px;
  height: 42px;
  background: url(../images/quotations-right.svg);
  background-size: cover;
}
.testimonial-section h2 {
  margin-bottom: 24px;
}
.testimonial-section .btn {
  margin-top: 30px;
}
.testimonial-section .testimonials-slider {
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-section .testimonials-slider .slide p {
  font-style: italic;
}
.testimonial-section .testimonials-slider .slide h5 {
  font-weight: 300;
  font-size: 12px;
  line-height: 250%;
  letter-spacing: 0.0716666667em;
  margin-top: 5px;
  text-transform: uppercase;
}
.testimonial-section .testimonials-slider .owl-dots {
  margin-top: 5px;
}
.testimonial-section .testimonials-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #b1b1b1;
  border-radius: 50%;
  margin: 0 6px;
  outline: none;
}
.testimonial-section .testimonials-slider .owl-dots .owl-dot.active {
  background-color: #335680;
}
@media (max-width: 960px) {
  .testimonial-section {
    padding: 30px 30px;
  }
  .testimonial-section .container {
    max-width: 560px;
    padding-top: 31px;
  }
  .testimonial-section .container:before {
    left: -18px;
    top: 38px;
    margin-top: 0;
    width: 36px;
    height: 30px;
  }
  .testimonial-section .container:after {
    right: -18px;
    top: 38px;
    margin-top: 0;
    width: 36px;
    height: 30px;
  }
  .testimonial-section .testimonials-slider {
    padding: 0 35px;
  }
}
/*===========================================================================
 END TESTIMONIALS SECTION
 ===========================================================================*/
/*===========================================================================
 LATEST POSTS
 ===========================================================================*/
.latest-posts {
  position: relative;
  padding: 38px 0 70px;
}
.latest-posts:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #f5f4f3;
  z-index: -1;
}
.latest-posts h2 {
  position: relative;
}
.latest-posts h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #c2570a;
}
.latest-posts h2 span {
  display: inline-block;
  padding-right: 50px;
  background-color: #f5f4f3;
  position: relative;
}
.latest-posts .btn {
  float: right;
  position: relative;
  z-index: 1;
  margin-top: 3px;
}
.latest-posts .btn:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #f5f4f3;
  top: 50%;
  left: -51px;
}
.latest-posts .posts {
  margin-top: 48px;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .latest-posts .btn {
    margin-top: -2px;
  }
}
@media (max-width: 960px) {
  .latest-posts {
    padding: 62px 0 55px;
  }
  .latest-posts .latest-posts-btn {
    text-align: center;
    margin-top: 27px;
    padding-top: 32px;
    border-top: 1px solid #c2570a;
  }
  .latest-posts .latest-posts-btn .btn {
    float: none;
  }
  .latest-posts .latest-posts-btn .btn:before {
    display: none;
  }
  .latest-posts h2 {
    text-align: center;
  }
  .latest-posts h2:before {
    display: none;
  }
  .latest-posts h2 span {
    padding-right: 0;
  }
  .latest-posts .posts {
    margin-top: 23px;
    position: relative;
    padding: 0 16px;
  }
  .latest-posts .posts .post-box {
    width: 100%;
    max-width: none;
  }
  .latest-posts .posts .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    outline: none;
  }
  .latest-posts .posts .owl-prev span {
    font-size: 0;
  }
  .latest-posts .posts .owl-prev span:before {
    content: '\e918';
    font-family: 'icomoon';
    font-size: 20px;
    color: #a7a7a7;
  }
  .latest-posts .posts .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    outline: none;
  }
  .latest-posts .posts .owl-next span {
    font-size: 0;
  }
  .latest-posts .posts .owl-next span:before {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 20px;
    color: #a7a7a7;
  }
}
.post-box {
  width: 33.333%;
  display: inline-block;
  padding: 26px 26px;
  background-color: #335680;
  font-size: 12px;
  max-width: 280px;
  min-height: 258px;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.post-box p {
  line-height: 133.3333333333%;
}
.post-box .date {
  opacity: 0.75;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 150%;
  display: block;
  margin-bottom: 10px;
}
.post-box h4 {
  font-size: 20px;
  letter-spacing: 0.0445em;
  line-height: 125%;
  max-height: 75px;
  overflow: hidden;
  font-weight: normal;
  font-family: 'meno-banner-condensed';
  margin-bottom: 12px;
}
.post-box h4 a {
  text-decoration: none;
  color: inherit;
}
.post-box h4 a:hover {
  text-decoration: underline;
}
.post-box p {
  max-height: 60px;
  overflow: hidden;
}
.post-box .read-more {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.0416666667em;
  line-height: 116.6666666667%;
  text-decoration: underline;
  color: #fff;
  margin-top: 21px;
}
/*===========================================================================
 END LATEST POSTS
 ===========================================================================*/
/*===========================================================================
 CONTACT SECTION
 ===========================================================================*/
.contact-section.style-2 {
  padding: 60px 0 70px;
}
.contact-section.style-2 .inner .form-box {
  padding-top: 0;
}
.contact-section.style-2 .inner .form-box form {
  max-width: none;
}
.contact-section .title-box {
  background-color: #c2570a;
  overflow: hidden;
  padding: 23px 0;
}
.contact-section .title-box h2 {
  position: relative;
  width: 50%;
  float: right;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 60px;
}
.contact-section .title-box h2:before {
  content: '';
  position: absolute;
  left: -99999px;
  right: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
}
.contact-section .inner {
  position: relative;
}
.contact-section .inner .map-box {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.contact-section .inner .map-box > div {
  height: 100%;
  width: 100%;
}
.contact-section .inner .map-box iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contact-section .inner .form-box {
  float: right;
  width: 50%;
  padding: 43px 0 37px 60px;
}
.contact-section .inner .form-box h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact-section .inner .form-box form {
  max-width: 515px;
}
@media (max-width: 960px) {
  .contact-section .title-box {
    padding: 14px 0;
  }
  .contact-section .title-box h2 {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 21px;
  }
  .contact-section .title-box h2:before {
    display: none;
  }
  .contact-section .inner .form-box {
    padding: 36px 0 55px;
    width: 100%;
    float: none;
  }
  .contact-section .inner .form-box h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .contact-section .inner .map-box {
    position: relative !important;
    width: 100%;
    height: 353px;
  }
}
@media (max-width: 600px) {
  .contact-section .inner .map-box {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row {
  margin-left: -7px;
  margin-right: -7px;
}
.form-row label {
  width: 100%;
  display: block;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.0447058824em;
  line-height: 1.2;
  margin-bottom: 7px;
}
.form-row > label {
  padding-left: 7px;
  padding-right: 7px;
}
.form-row + .form-row {
  margin-top: 41px;
}
@media (max-width: 1120px) {
  .form-row + .form-row {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .form-row label {
    margin-bottom: 12px;
  }
  .form-row + .form-row {
    margin-top: 33px;
  }
}
.form-col {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}
.form-col.col-2 {
  width: 50%;
}
.form-col.tel-col {
  font-size: 0;
}
.form-col.tel-col .input {
  width: 20%;
  display: inline-block;
}
.form-col.tel-col .input + .input {
  margin-left: 14px;
}
@media (max-width: 960px) {
  .form-col.col-2 {
    width: 100%;
  }
  .form-col.col-2 + .form-col.col-2 {
    margin-top: 20px;
  }
}
.input, .textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #335680;
  background-color: #fafafa;
  padding: 5px 15px;
  font-family: 'gibbs';
}
.textarea {
  height: 121px;
  padding: 12px 15px;
}
@media (max-width: 960px) {
  .textarea {
    height: 141px;
  }
}
/*===========================================================================
 END CONTACT SECTION
 ===========================================================================*/
/*===========================================================================
 TITLE SECTION
 ===========================================================================*/
.title-section {
  background-position: top center;
  background-size: cover;
  color: #fff;
}
.title-section .container {
  display: table;
  height: 350px;
}
.title-section .container .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0 50px;
}
.title-section .container .inner .text-box {
  text-align: center;
  display: inline-block;
}
.title-section .container .inner p {
  font-size: 18px;
  letter-spacing: 1.93px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.title-section .container .inner h1 {
  font-size: 65px;
  line-height: 104.6153846154%;
  font-weight: 600;
  font-family: 'meno-banner-condensed';
}
@media (max-width: 1120px) {
  .title-section .container {
    height: 280px;
  }
  .title-section .container .inner h1 {
    font-size: 55px;
  }
}
@media (max-width: 960px) {
  .title-section .container {
    height: 94px;
  }
  .title-section .container .inner {
    padding: 10px 0;
  }
  .title-section .container .inner .text-box {
    text-align: left;
  }
  .title-section .container .inner p {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .title-section .container .inner h1 {
    font-size: 35px;
  }
}
.page-title {
  text-align: center;
}
.page-title h1 {
  font-size: 36px;
  line-height: 1.2;
  font-family: 'meno-banner-condensed';
}
.content-section .page-title {
  padding: 0 0 40px;
}
/*===========================================================================
 END TITLE SECTION
 ===========================================================================*/
/*===========================================================================
 GRID SECTION
 ===========================================================================*/
.content-section {
  padding: 60px 0 70px;
}
.title-section + .content-section {
  padding-top: 50px;
}
.content-section .sidebar {
  width: 18%;
  float: left;
}
.content-section .content-column {
  width: 82%;
  float: right;
  padding-left: 80px;
}
@media (max-width: 1280px) {
  .content-section .sidebar {
    width: 20%;
  }
  .content-section .content-column {
    width: 80%;
    padding-left: 50px;
  }
}
@media (max-width: 1120px) {
  .content-section .sidebar {
    width: 22%;
  }
  .content-section .content-column {
    width: 78%;
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .content-section .sidebar {
    width: 100%;
    margin-top: 40px;
  }
  .content-section .content-column {
    width: 100%;
    padding-left: 0;
  }
}
.sidebar h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 6px;
  font-family: 'meno-banner-condensed';
  color: #000;
}
.sidebar ul li {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #cecece;
}
.sidebar ul li:first-child {
  border-top: none;
}
.sidebar ul li a {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #335680;
  font-family: 'meno-banner-condensed';
}
.sidebar ul li.current_page_item a, .sidebar ul li.current-cat a {
  text-decoration: underline;
}
.sidebar ul + h3 {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .sidebar ul li a {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .sidebar ul li {
    padding: 15px 0;
  }
}
@media (max-width: 375px) {
  .sidebar ul li {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content {
  font-size: 16px;
  line-height: 1.8;
}
.content.content-sm {
  max-width: 800px;
}
.content h1, .content h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #335680;
  font-family: 'meno-banner-condensed';
  margin-bottom: 26px;
}
.content p + h2, .content ul + h2 {
  margin-top: 50px;
}
.content h3 {
  margin-bottom: 20px;
}
.content p {
  margin-bottom: 24px;
  line-height: inherit;
}
.content p + p {
  margin-top: 24px;
}
.content ul {
  margin-left: 88px;
  margin-bottom: 24px;
}
.content ul li {
  list-style-type: disc;
  margin-top: -1px;
}
.content ul li:first-child {
  margin-top: 0;
}
.content a {
  color: #335680;
}
.content a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .content h1, .content h2 {
    font-size: 30px;
  }
  .content ul {
    margin-left: 40px;
  }
  .content img {
    margin-bottom: 8px;
  }
}
/*===========================================================================
 END GRID SECTION
 ===========================================================================*/
/*===========================================================================
 BLOG PAGE
 ===========================================================================*/
.blog-posts {
  margin: -25px -25px 0;
}
.blog-posts .col {
  width: 33.333%;
  padding: 25px;
  float: left;
}
.blog-posts .post-box {
  width: 100%;
  max-width: none;
  min-height: 315px;
  max-height: 315px;
}
.blog-posts .post-box .date {
  font-size: 13px;
  letter-spacing: 0.1069230769em;
  margin-bottom: 13px;
}
.blog-posts .post-box h4 {
  line-height: 1.4;
  max-height: 83px;
}
.blog-posts .post-box p {
  font-size: 15px;
  line-height: 1.3;
  max-height: 114px;
}
@media (max-width: 1280px) {
  .blog-posts {
    margin: -10px -10px 0;
  }
  .blog-posts .col {
    padding: 10px;
  }
  .blog-posts .post-box p {
    max-height: 95px;
  }
}
@media (max-width: 1120px) {
  .blog-posts .col {
    width: 50%;
  }
  .blog-posts .col:first-child {
    width: 100%;
  }
  .blog-posts .col:first-child .post-box {
    min-height: 0;
    max-height: none;
  }
  .blog-posts .post-box {
    min-height: 289px;
    max-height: 289px;
  }
  .blog-posts .post-box p {
    max-height: 76px;
  }
}
@media (max-width: 960px) {
  .blog-posts {
    margin: -10px 0px 0;
  }
  .blog-posts .col {
    width: 100%;
    padding: 15px 10px;
  }
  .blog-posts .col:first-child {
    width: 100%;
  }
  .blog-posts .col:first-child .post-box {
    min-height: 314px;
    max-height: 314px;
  }
  .blog-posts .post-box {
    min-height: 314px;
    max-height: 314px;
  }
  .blog-posts .post-box h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.pagination {
  text-align: center;
  margin-top: 15px;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  color: #000;
  text-decoration: none;
  padding: 2px 4px;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
.pagination .page-numbers.current {
  font-weight: bold;
  position: relative;
}
.pagination .page-numbers.next {
  font-size: 12px;
  color: #c2570a;
  font-weight: bold;
  margin-left: 8px;
}
.pagination .page-numbers.prev {
  display: none;
}
.post-content .date {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1069230769em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-content .share-post {
  margin-top: 25px;
  border-top: 1px solid #cecece;
  padding: 4px 0;
  text-align: right;
}
.post-content .share-post span {
  font-size: 13px;
  letter-spacing: 0.1069230769em;
  line-height: 1.2;
  display: inline-block;
  color: #000;
  opacity: 0.34;
  margin-right: 10px;
}
.post-content .share-post a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-left: 7px;
}
@media (max-width: 960px) {
  .post-content .date {
    margin-bottom: 19px;
  }
}
.related-posts {
  position: relative;
  padding-left: 60px;
  padding-top: 37px;
  margin-top: 36px;
}
.related-posts:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 0;
  right: -99999px;
  background-color: #f5f4f3;
  z-index: -1;
}
.related-posts h2 {
  margin-bottom: 45px;
  position: relative;
}
.related-posts h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c2570a;
  top: 50%;
}
.related-posts h2 span {
  position: relative;
  background-color: #f5f4f3;
  padding-right: 35px;
}
.related-posts .posts {
  margin-left: -17px;
  margin-right: -17px;
}
.related-posts .posts .col {
  width: 33.333%;
  float: left;
  padding: 0 17px;
}
.related-posts .post-box {
  width: 100%;
  max-width: none;
  min-height: 190px;
  max-height: 190px;
}
@media (max-width: 960px) {
  .related-posts {
    margin-top: 47px;
    padding-top: 63px;
    padding-left: 0;
  }
  .related-posts:before {
    left: -99999px;
  }
  .related-posts h2 {
    text-align: center;
  }
  .related-posts h2:before {
    display: none;
  }
  .related-posts h2 span {
    padding: 0;
  }
  .related-posts .posts {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .related-posts .posts .col {
    width: 100%;
    float: left;
    padding: 0 17px;
  }
  .related-posts .posts .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    outline: none;
  }
  .related-posts .posts .owl-prev span {
    font-size: 0;
  }
  .related-posts .posts .owl-prev span:before {
    content: '\e918';
    font-family: 'icomoon';
    font-size: 20px;
    color: #a7a7a7;
  }
  .related-posts .posts .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    outline: none;
  }
  .related-posts .posts .owl-next span {
    font-size: 0;
  }
  .related-posts .posts .owl-next span:before {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 20px;
    color: #a7a7a7;
  }
}
/*===========================================================================
 END BLOG PAGE
 ===========================================================================*/
/*===========================================================================
 ACCORDION
 ===========================================================================*/
* + .accordion {
  margin-top: 46px;
}
.accordion .item {
  margin-top: 2px;
  position: relative;
}
.accordion .item:first-child {
  margin-top: 0;
}
.accordion .item .item-title {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  padding: 15px 50px;
  color: #fff;
  background-color: #335680;
  font-family: 'meno-banner-condensed';
  cursor: pointer;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
.accordion .item .item-title:before {
  content: '\e917';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 20px;
  font-family: 'icomoon';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.accordion .item.open .item-title {
  background-color: #f5f4f3;
  color: #2c2c2c;
}
.accordion .item.open .item-title:before {
  content: '\e914';
  color: #2c2c2c;
}
.accordion .item .item-content {
  display: none;
  text-align: center;
  background-color: #f5f4f3;
  padding: 0px 50px 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.0330769231em;
  color: #2c2c2c;
  /* &:before{
   content: '\e914';
   position: absolute;
   right: 20px;
   top: 50%;
   font-size: 20px;
   font-family: 'icomoon';
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   transform: translateY(-50%);
   color: #2C2C2C;
   } */
}
.accordion .item .item-content ul {
  margin-left: 0;
}
.accordion .item .item-content ul li {
  list-style-type: none;
}
.accordion .item .item-content *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  .accordion .item .item-title {
    padding: 15px 55px 15px 25px;
  }
  .accordion .item .item-content {
    padding: 0px 55px 10px 25px;
  }
}
@media (max-width: 375px) {
  .accordion {
    margin-left: -30px;
    margin-right: -30px;
  }
  * + .accordion {
    margin-top: 29px;
  }
  .accordion .item .item-title {
    padding: 18px 55px 18px 30px;
    text-align: left;
    position: relative;
  }
  .accordion .item .item-title:before {
    right: 30px;
  }
  .accordion .item .item-content {
    padding: 0px 30px 19px 30px;
    text-align: left;
  }
}
/*===========================================================================
 END ACCORDION
 ===========================================================================*/
/*===========================================================================
 TESTIMONIALS
 ===========================================================================*/
.testimonial-box {
  padding: 37px 0;
}
.testimonial-box .author {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.0715384615em;
}
.testimonial-box + .testimonial-box {
  border-top: 1px solid #cecece;
}
h2 + .testimonial-box {
  margin-top: -30px;
}
.testimonial-box h2 {
  margin-bottom: 20px;
}
.testimonial-box h2 a {
  text-decoration: none;
  color: inherit;
}
.testimonial-box h2 a:hover {
  text-decoration: underline;
}
.testimonial-box .post-links {
  margin-top: 20px;
}
.testimonial-box .post-links .post-date {
  float: left;
  font-weight: bold;
}
.testimonial-box .post-links .box-link {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.testimonial-box .post-links .box-link:hover {
  color: #335680;
}
/*===========================================================================
 END TESTIMONIALS
 ===========================================================================*/
/*===========================================================================
 INFO SECTION
 ===========================================================================*/
.info-section {
  background-color: #335680;
  display: table;
  color: #fff;
  width: 100%;
}
.info-section .col {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 40px;
}
.info-section .col + .col {
  position: relative;
}
.info-section .col + .col:before {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 1px;
  background-color: #fff;
  left: 0;
}
.info-section h2 {
  color: inherit;
  margin-bottom: 8px;
}
.info-section h4 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.0833333333em;
  line-height: 1.2;
  margin-top: 12px;
}
.info-section a {
  color: inherit;
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.0166666667em;
  font-family: 'meno-banner-condensed';
}
@media (max-width: 1120px) {
  .info-section {
    font-size: 14px;
  }
  .info-section h2 {
    font-size: 24px;
  }
  .info-section a {
    font-size: 20px;
  }
  .info-section h4 {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .info-section {
    display: block;
    font-size: 16px;
  }
  .info-section h2 {
    font-size: 31px;
    margin-bottom: 33px;
  }
  .info-section a {
    font-size: 28px;
  }
  .info-section h4 {
    margin-top: 25px;
    font-size: 18px;
  }
  .info-section .col {
    display: block;
    width: 100%;
    padding: 30px 40px;
  }
  .info-section .col + .col {
    position: relative;
  }
  .info-section .col + .col:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    width: 80px;
    background-color: #fff;
    left: 50%;
    margin-left: -40px;
    height: 1px;
  }
}
/*===========================================================================
 END INFO SECTION
 ===========================================================================*/
/*===========================================================================
 ===========================================================================*/
.sub-menu {
  background-color: #f5f4f3;
}
.sub-menu ul li {
  float: left;
}
.sub-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 14px 25px;
  display: block;
  border-bottom: 2px solid transparent;
  color: #000;
  text-decoration: none;
}
.sub-menu ul li.current_page_item a {
  background-color: #fff;
  border-color: #c2570a;
}
@media (max-width: 960px) {
  .sub-menu ul li a {
    font-size: 14px;
    padding: 14px 17px;
  }
}
/*===========================================================================
 END
 ===========================================================================*/
/*===========================================================================
 MEMBER SECTION
 ===========================================================================*/
.member-section {
  padding: 60px 0;
}
.member-section .container {
  max-width: 1150px;
}
.member-section .member-block .member-photo {
  width: 37%;
  float: left;
}
.member-section .member-block .member-info {
  width: 63%;
  padding-left: 80px;
  float: right;
  line-height: 1.7;
}
.member-section .member-block .member-info p {
  line-height: inherit;
}
.member-section .member-block .member-info .post {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1069230769em;
  line-height: 1.2;
  margin: 0 0 25px;
}
.member-section .member-block .member-info .member-links {
  margin-top: 30px;
}
.member-section .member-block .member-info .member-links li {
  position: relative;
  padding: 12px 0 12px 49px;
  margin-top: 14px;
  line-height: 1.8;
  font-size: 15px;
}
.member-section .member-block .member-info .member-links li a {
  color: inherit;
  text-decoration: none;
}
.member-section .member-block .member-info .member-links li a:hover {
  text-decoration: underline;
}
.member-section .member-block .member-info .member-links li:first-child {
  margin-top: 0;
}
.member-section .member-block .member-info .member-links li:before {
  content: '';
  font-family: 'icomoon';
  font-size: 34px;
  color: #335680;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  line-height: 1;
}
.member-section .member-block .member-info .member-links li.podcast:before {
  content: '\e900';
}
.member-section .member-block .member-info .member-links li.fb:before {
  content: '\e90e';
}
.member-section .member-block .member-info .member-links li.tw:before {
  content: '\e905';
}
.member-section .member-block .member-info .member-links li.tel:before {
  content: '\e901';
}
.member-section .info-tabs {
  margin-top: 40px;
}
.member-section .info-tabs .tab-title {
  display: none;
}
.member-section .info-tabs .tabs-caption {
  margin-top: 58px;
  overflow: hidden;
}
.member-section .info-tabs .tabs-caption li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1069230769em;
  line-height: 1.2;
  color: #000;
  padding: 12px 19px;
  border-left: 1px solid #f5f4f3;
  position: relative;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
}
.member-section .info-tabs .tabs-caption li:first-child {
  border-left: none;
}
.member-section .info-tabs .tabs-caption li.active {
  background-color: #f5f4f3;
  cursor: default;
}
.member-section .info-tabs .tabs-content {
  display: none;
  position: relative;
  background-color: #f5f4f3;
  margin: 0 -85px;
  padding: 41px 99px 41px;
  line-height: 1.7;
}
.member-section .info-tabs .tabs-content p {
  line-height: inherit;
}
.member-section .info-tabs .tabs-content.active {
  display: block;
}
@media (max-width: 1280px) {
  .member-section .container {
    max-width: 1100px;
  }
  .member-section .info-tabs .tabs-caption li {
    padding: 12px 13px;
  }
}
@media (max-width: 1120px) {
  .member-section .container {
    max-width: 940px;
  }
  .member-section .member-block .member-info {
    padding-left: 40px;
  }
  .member-section .member-block .member-info .member-links li {
    margin-top: 0;
  }
  .member-section .info-tabs .tabs-caption li {
    font-size: 10px;
  }
}
@media (max-width: 960px) {
  .member-section .container {
    max-width: 620px;
  }
  .member-section .member-block .member-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .member-section .member-block .member-info {
    width: 100%;
    padding-left: 0;
  }
  .member-section .member-block .member-info .post {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .member-section .info-tabs {
    border-bottom: 1px solid #cecece;
  }
  .member-section .info-tabs .tabs-caption {
    display: none;
  }
  .member-section .info-tabs .tab-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #335680;
    font-family: 'meno-banner-condensed';
    border-top: 1px solid #cecece;
    padding: 20px 0;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
  }
  .member-section .info-tabs .tab-title:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 21px;
    height: 1px;
    background-color: #a7a7a7;
    margin-top: 0px;
    right: 0;
  }
  .member-section .info-tabs .tab-title:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 21px;
    background-color: #a7a7a7;
    margin-top: -10px;
    right: 10px;
  }
  .member-section .info-tabs .tab-title.active:after {
    display: none;
  }
  .member-section .info-tabs .tabs-content {
    margin: 0;
    padding: 0 0 20px;
    background-color: transparent;
  }
}
@media (max-width: 375px) {
  .member-section .info-tabs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .member-section .info-tabs .tab-title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .member-section .info-tabs .tab-title:before {
    right: 30px;
  }
  .member-section .info-tabs .tab-title:after {
    right: 40px;
  }
  .member-section .info-tabs .tabs-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*===========================================================================
 END MEMBER SECTION
 ===========================================================================*/
/*===========================================================================
 ABOUT SECTION
 ===========================================================================*/
.about-section {
  padding: 0 0 75px;
}
.content-section + .about-section {
  margin-top: -60px;
}
.about-section .main-block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.about-section .main-block .main-block-title {
  display: block;
  background-color: #335680;
  color: #fff;
  padding: 20px 50px;
  font-family: 'meno-banner-condensed';
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.about-section .main-block .main-block-title span {
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 15px;
}
.about-section .main-block .main-block-title div {
  display: inline-block;
}
.about-section .main-block .main-block-title a {
  color: inherit;
  text-decoration: none;
}
.about-section .members {
  margin: 0 -20px 23px;
  padding: 0 50px;
  overflow: hidden;
  font-size: 16px;
}
.about-section .members .col {
  width: 50%;
  padding: 0 20px;
  float: right;
  max-width: 390px;
}
.about-section .members .col:first-child {
  clear: none !important;
}
.about-section .members .col:nth-child(2n+1) {
  float: left;
  clear: both;
}
.about-section .members .member-box {
  width: 350px;
  margin-bottom: 30px;
}
.about-section .members .member-box .photo img {
  vertical-align: top;
  width: 100%;
}
.about-section .members .member-box .inner {
  padding-top: 26px;
  padding-bottom: 5px;
}
.about-section .members .member-box .inner.max-height {
  max-height: 181px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.about-section .members .member-box .inner.max-height + .read-more {
  display: block;
}
.about-section .members .member-box .read-more {
  padding: 7px 0;
  font-size: 13px;
  letter-spacing: 0.0384615385em;
  border-bottom: 1px solid #c2570a;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: none;
}
.about-section .members .member-box .read-more:before {
  content: '\e90c';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-section .members .member-box .read-more.less:before {
  transform: rotate(180deg);
}
.about-section .members .member-box .member-title {
  background-color: #335680;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
}
.about-section .members .member-box .member-title h4 {
  font-size: 28px;
  line-height: 1.2;
  font-family: 'meno-banner-condensed';
}
.about-section .members .member-box .member-title p {
  font-size: 16px;
}
.about-section .members-links {
  text-align: center;
}
.about-section .members-links .btn {
  min-width: 250px;
  margin: 0 27px;
}
@media (max-width: 960px) {
  .about-section .main-block .main-block-title {
    padding: 20px 15px;
    text-align: center;
    font-size: 33px;
  }
  .about-section .main-block .main-block-title span {
    display: block;
    margin: 21px auto 11px;
    width: 130px;
  }
  .about-section .main-block .main-block-title div {
    font-size: 23px;
  }
  .about-section .members {
    padding: 0;
  }
  .about-section .members .col {
    width: 100%;
    max-width: none;
  }
  .about-section .members .col + .col {
    margin-top: 40px;
  }
  .about-section .members .member-box {
    width: 100%;
  }
  .about-section .members-links {
    text-align: left;
  }
  .about-section .members-links .btn {
    margin: 0;
  }
  .about-section .members-links .btn + .btn {
    margin-top: 35px;
  }
}
/*===========================================================================
 END ABOUT SECTION
 ===========================================================================*/
/*===========================================================================
 RESULTS SECTION
 ===========================================================================*/
.results-grid {
  margin: -25px -25px 0;
}
.results-grid .col {
  width: 50%;
  float: left;
  padding: 0 25px;
}
@media (max-width: 960px) {
  .results-grid {
    margin: -15px -25px 0;
  }
  .results-grid .col {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .results-grid {
    margin: -15px -30px 0;
  }
  .results-grid .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.result-box {
  background-color: #335680;
  padding: 23px 25px;
  color: #fff;
  margin: 25px 0;
  line-height: 1.5;
}
.result-box *:last-child {
  margin-bottom: 0;
}
.result-box h3 {
  color: #fff;
  margin-bottom: 26px;
}
.result-box .inner {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.result-box .inner.max-height {
  max-height: 227px;
}
.result-box .read-more {
  text-align: right;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.0415384615em;
  margin: 25px 0 0;
  line-height: 1.7;
  display: none;
}
.result-box .read-more > span {
  position: relative;
  padding-right: 30px;
}
.result-box .read-more > span:before {
  content: '\e917';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon';
  line-height: 1;
  font-weight: normal;
}
.result-box .read-more.less > span:before {
  content: '\e914';
}
.result-box .read-more span {
  cursor: pointer;
}
.result-box .max-height + .read-more {
  display: block;
}
@media (max-width: 960px) {
  .result-box {
    margin: 15px 0;
  }
}
/*===========================================================================
 END RESULTS SECTION
 ===========================================================================*/
/*===========================================================================
 AWARDS SECTION
 ===========================================================================*/
.awards-section .inner {
  display: table;
  width: 100%;
}
.awards-section .inner .left-col {
  display: table-cell;
  width: 50%;
  padding: 32px 0;
  text-align: center;
}
.awards-section .inner .left-col h2 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 12px;
}
.awards-section .inner .left-col .logos {
  font-size: 0;
  /*display: inline-block;*/
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.awards-section .inner .left-col .logos .logo {
  display: table-cell;
  vertical-align: middle;
  padding: 17px 0;
  /*&:nth-child(2){
   text-align: right;
   }
   &:nth-child(3){
   width: 100%;
   text-align: center;
   }
   &:nth-child(4){
   text-align: left;
   }*/
}
.awards-section .inner .left-col .logos .logo:nth-child(1) {
  text-align: left;
}
.awards-section .inner .left-col .logos .logo:nth-child(5) {
  text-align: right;
}
.awards-section .inner .right-col {
  display: table-cell;
  width: 50%;
  background-color: #335680;
  color: #fff;
  padding: 40px;
  vertical-align: middle;
}
.awards-section .inner .right-col .right-col-inner {
  border: 3px solid #f5f4f3;
  position: relative;
  padding: 60px 46px;
  z-index: 1;
}
.awards-section .inner .right-col .right-col-inner:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  z-index: -1;
}
.awards-section .inner .right-col .right-col-inner h4 {
  font-weight: 300;
  margin-bottom: 5px;
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.06875em;
}
.awards-section .inner .right-col .right-col-inner h3 {
  color: #fff;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 39px;
}
.awards-section .inner .right-col .right-col-inner .text {
  padding: 0 60px 0 46px;
  font-size: 15px;
  line-height: 1.6;
}
.awards-section .inner .right-col .right-col-inner .text p {
  line-height: 1.6;
}
.awards-section .inner .right-col .right-col-inner .text .btn {
  margin-top: 39px;
  padding-left: 30px;
  padding-right: 30px;
}
.awards-section .inner .right-col .img1 {
  position: absolute;
  top: 62px;
  right: 49px;
  width: 136px;
}
.awards-section .inner .right-col .img2 {
  position: absolute;
  bottom: 15px;
  right: 45px;
  width: 145px;
}
@media (max-width: 1260px) {
  .awards-section .inner .right-col {
    padding: 25px;
  }
  .awards-section .inner .right-col .right-col-inner {
    padding: 55px 30px;
  }
  .awards-section .inner .right-col h3 {
    font-size: 35px;
  }
  .awards-section .inner .right-col .img2 {
    width: 125px;
  }
}
@media (max-width: 1100px) {
  .awards-section .inner .right-col .right-col-inner .text {
    padding-left: 22px;
  }
  .awards-section .inner .right-col .img1 {
    right: 29px;
    width: 120px;
    top: 52px;
  }
  .awards-section .inner .right-col .img2 {
    width: 115px;
  }
}
@media (max-width: 960px) {
  .awards-section .inner {
    display: block;
  }
  .awards-section .inner .left-col {
    display: block;
    width: 100%;
    padding: 50px 10px 30px;
  }
  .awards-section .inner .left-col .logos {
    display: block;
  }
  .awards-section .inner .left-col .logos .logo {
    display: inline-block;
    width: 50%;
    padding: 10px 20px;
    text-align: center !important;
  }
  .awards-section .inner .left-col .logos .logo img {
    max-height: 75px;
  }
  .awards-section .inner .right-col {
    display: block;
    width: 100%;
    padding: 27px 30px;
  }
  .awards-section .inner .right-col .right-col-inner {
    padding: 92px 30px 54px 30px;
  }
  .awards-section .inner .right-col .right-col-inner h4 {
    font-size: 12px;
  }
  .awards-section .inner .right-col .right-col-inner h3 {
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 14px;
  }
  .awards-section .inner .right-col .right-col-inner .text {
    padding: 0 0 0 13px;
  }
  .awards-section .inner .right-col .right-col-inner .text .btn {
    max-width: 130px;
    padding: 12px 25px;
  }
  .awards-section .inner .right-col .img1 {
    top: 44px;
    width: 125px;
  }
  .awards-section .inner .right-col .img2 {
    width: 110px;
    right: 19px;
  }
}
@media (max-width: 374px) {
  .awards-section .inner .right-col .img2 {
    width: 100px;
  }
}
/*===========================================================================
 END AWARDS SECTION
 ===========================================================================*/
/*===========================================================================
 COOKIE POPUP
 ===========================================================================*/
#cookie-law-info-bar {
  padding: 4px 20px 6px;
  font-size: 15px;
}
#cookie-law-info-bar span {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: left;
}
#cookie-law-info-bar .cli-plugin-button {
  margin: 0;
}
#cookie-law-info-bar .cookie_action_close_header {
  padding: 5px 4px;
  margin-left: 29px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10.5px;
}
#cookie-law-info-bar .cookie_action_close_header_reject {
  background-color: transparent !important;
  padding: 2px;
  margin-right: 23px;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
#cookie-law-info-bar .cookie_action_close_header_reject:before {
  content: '\e908';
  font-family: 'icomoon';
}
@media (max-width: 375px) {
  #cookie-law-info-bar {
    font-size: 13px;
  }
}
/*===========================================================================
 END COOKIE POPUP
 ===========================================================================*/
/*===========================================================================
 ===========================================================================*/
/*===========================================================================
 END
 ===========================================================================*/
/*===========================================================================
 ===========================================================================*/
/*===========================================================================
 END
 ===========================================================================*/
