body {
  background: none; }

a, a:focus {
  outline: none; }

.containerHolder {
  max-width: 1980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 80px 0; }

.container {
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grey {
  background: #f4f6f8; }

.rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.rowFlex:before, .rowFlex:after, .container:before, .container:after {
  display: none; }

.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body p {
  font-size: 18px;
  line-height: 28px; }

header .containerHolder {
  padding: 0; }

header .container {
  background: none; }

header .containerHolder:first-of-type {
  background: #f4f4f4; }

header .containerHolder:first-of-type .container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

header .containerHolder:last-of-type .container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

header .containerHolder nav.top.small {
  padding: 4px 0 0px; }

header .containerHolder nav.top.small ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #6a6a6a;
  white-space: nowrap;
  padding-bottom: 7px; }

nav.top {
  font-size: 16px;
  letter-spacing: -0.5px;
  padding: 0; }

nav.top ul li {
  line-height: 23px; }

nav.top ul li a {
  white-space: nowrap;
  color: #263440; }

nav.top ul li a:hover, nav.top ul li a:active, nav.top ul ul li a:hover, nav.top ul ul li a:active {
  color: #898989; }

nav.top ul li.menu-item-has-children > a:after {
  content: '\f107';
  background: none;
  font-family: 'FontAwesome';
  top: 0;
  color: #9ea2a1; }

nav.top ul ul {
  top: 24px;
  width: auto;
  min-width: 150px;
  background: #fff;
  padding: 10px 0; }

nav.top ul ul li a {
  padding: 10px 20px !important;
  color: #333;
  font-size: 16px; }

header .logo {
  width: 125px;
  padding: 0;
  margin-bottom: 11px; }

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: none;
  padding-top: 40px;
  width: calc(100% - 130px); }

header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

header .phone a {
  position: relative; }

header .phone a:first-of-type {
  color: #6f6f6f;
  font-size: 15px;
  letter-spacing: 0.5px; }

header .phone a:last-of-type {
  font-size: 22px;
  letter-spacing: 1px;
  color: #005c97;
  font-weight: 700;
  padding: 0 0 0 30px; }

header .phone a:last-of-type:after {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  content: url(../images/homepage2019/phone.png);
  width: 19px;
  height: 19px; }

#silder, #silder-inner {
  display: none; }

.banner {
  width: 100%;
  max-width: 1980px;
  height: 550px;
  margin: 0 auto 10px;
  background: url(../images/homepage2019/banner.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.banner .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.banner h1 {
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0 0 30px;
  max-width: 850px; }

.banner p {
  font-size: 21px;
  line-height: 30px;
  color: #c4ccd2;
  margin: 0;
  padding: 0 0 30px;
  max-width: 650px; }

.banner a {
  display: block;
  background: #005c97;
  border: 1px solid #005c97;
  width: 255px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none; }

.banner a:hover {
  color: #005c97;
  background: #fff; }

.banner .scroll {
  content: url(../images/homepage2019/arrow.png);
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -27px;
  width: 54px;
  height: 54px;
  background: none; }

.banner .scroll:hover {
  background: none; }

.boxes {
  text-align: center; }

.boxes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px; }

.boxes li {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 15px);
  font-size: 17px;
  line-height: 26px;
  color: #5a6167;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 50px;
  position: relative;
  margin: 50px 0 0; }

.boxes img {
  margin-bottom: 20px; }

.boxes .title {
  color: #263440;
  font-size: 20px;
  line-height: 32px;
  padding: 0 0 15px;
  font-weight: 700; }

.boxes a {
  color: #62bb46;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0; }

.boxes a:after {
  color: #62bb46;
  content: '\f105';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome'; }

.logoBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #a4b0ba;
  padding: 75px 30px 0;
  list-style: none;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 480px; }

.logoBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 0 48px;
  width: calc(33.33% - 5px); }

.logoBox li.big {
  width: calc(50% - 5px); }

.logoBox li img {
  width: auto;
  height: auto;
  max-width: 100%; }

.logoBox li:first-of-type {
  width: 90%;
  position: absolute;
  padding: 0 10px;
  top: -25px;
  left: 50%;
  margin-left: -45%;
  color: #263440;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px; }

.why .rowFlex {
  margin-bottom: 50px; }

.why .rowFlex:last-of-type {
  margin-bottom: -20px; }

.articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.articles ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 20px);
  background: #fff;
  margin: 30px 0 0; }

.articles .post-inner {
  padding: 20px 20px 40px;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
  border-radius: 0 0 5px 5px;
  height: calc(100% - 185px); }

.articles .image {
  width: 100%;
  height: 185px;
  margin: 0;
  border-radius: 5px 5px 0 0; }

.articles ul h1 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 600; }

.articles ul h1 a {
  color: #263440;
  text-decoration: none; }

.articles ul h1 a:hover {
  color: #005c97; }

.articles .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  color: #888f96;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0; }

.articles .category:hover {
  color: #005c97; }

.articles .category:after {
  content: '\f105';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome'; }

.articles .explore {
  font-size: 13px;
  color: #005c97;
  letter-spacing: 2px;
  border: 1px solid #005c97;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  width: 210px;
  display: block;
  margin: 40px auto 0;
  text-decoration: none; }

.articles .explore:hover {
  background: #005c97;
  color: #fff; }

.newsletter {
  background: url(../images/homepage2019/newsletter.jpg) no-repeat center;
  background-size: cover; }

.newsletter ::-webkit-input-placeholder {
  color: #5a6167;
  font-size: 15px; }

.newsletter ::-moz-placeholder {
  color: #5a6167;
  font-size: 15px; }

.newsletter :-ms-input-placeholder {
  color: #5a6167;
  font-size: 15px; }

.newsletter :-moz-placeholder {
  color: #5a6167;
  font-size: 15px; }

.newsletter h1 {
  color: #fff;
  font-size: 32px; }

.newsletter form {
  max-width: 775px;
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.newsletter ._form-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.newsletter ._form-thank-you {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 50px; }

.newsletter input {
  border: none;
  background: #fff;
  font-size: 15px;
  border: 1px solid transparent;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  width: calc((100% - 165px) / 2);
  padding: 0 0 0 20px; }

.newsletter input._has_error {
  border-color: red; }

.newsletter button {
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #005c97;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-decoration: none;
  background: #005c97;
  text-align: center; }

.newsletter button:hover {
  background: #fff;
  color: #005c97; }

.newsletter ._error._below {
  display: none !important; }

.footer.top .rowFlex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.footer.top .canon {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -15px;
  right: -100px; }

.footer.top .canon img {
  width: auto;
  height: auto; }

.footer.top .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer.top .col-md-4 ul:first-of-type {
  margin-right: 30px; }

.footer.top h3 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  color: #263440;
  margin: 0;
  padding: 0 0 30px; }

.footer.top li {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 26px; }

.footer.top li a {
  color: #5a6167; }

.footer.bottom {
  padding: 0; }

.footer.bottom p {
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  color: #5a6167; }

.footer.bottom a {
  color: #005c97; }

.listing_box .textright {
  width: 100%; }

.listing_box .datleft, .listing_box .admin_auther {
  display: none; }

.single_archive h1 {
  background: none;
  margin: 0;
  padding: 0 0 10px;
  color: #004b87;
  font-size: 35px;
  line-height: normal;
  font-weight: 800; }

.entry-content img {
  width: auto;
  height: auto;
  max-width: 100%; }

.entry-content h2, .entry-content h3 {
  margin: 20px 0 10px; }

.entry-content ul, .entry-content ol {
  padding: 0;
  margin: 20px 0 20px 20px; }

.event_listing .thmbox {
  width: calc(100% - 400px); }

.singl_thm {
  margin: 10px 0;
  text-align: center; }

.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.single_archive h1 a {
  color: #337ab7; }

.single_archive h1 span {
  color: #004b87; }

a.button {
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #005c97;
  height: 50px;
  line-height: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-decoration: none;
  background: #005c97;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0; }

a.button:hover {
  background: #fff;
  color: #005c97; }

@media (max-width: 1200px) {
  .footer.top .canon {
    top: unset;
    bottom: -50px;
    right: 50%;
    margin: 0 -55px 0 0; } }

@media (max-width: 991px) {
  nav.top {
    letter-spacing: -0.8px; }
  .logoBox {
    margin-top: 40px; }
  .why .rowFlex {
    margin-bottom: 20px; }
  .why .rowFlex:first-of-type {
    margin-bottom: 50px; }
  .why .rowFlex .col-md-4 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px; }
  .why .rowFlex .col-md-8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left; }
  .articles ul {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .articles ul li {
    width: calc(50% - 20px); }
  .footer.top .col-sm-12 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer.top ul:first-of-type {
    margin-right: 25px; }
  .footer.top h3 {
    padding-bottom: 15px; } }

@media (max-width: 959px) {
  nav.top ul li.menu-item-has-children > a:after {
    margin-left: 5px; }
  header .right {
    padding-top: 0;
    position: unset; }
  header .containerHolder:last-of-type .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  a#toggle {
    position: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  html.show-nav header .containerHolder nav.top.small {
    display: none !important; }
  html.show-nav nav.top {
    display: block;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 20px;
    width: 100%;
    left: 0;
    bottom: -360px;
    -webkit-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }

@media (max-width: 768px) {
  .col-sm-12 {
    width: 100%; }
  html.show-nav nav.top {
    bottom: -900px; }
  .boxes li {
    width: calc(50% - 15px); } }

@media (max-width: 640px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 25px; }
  header .logo {
    margin: 0 auto 15px; }
  header .right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0 20px; }
  header .phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
  .banner .container {
    padding-left: 25px; }
  .banner::after {
    bottom: 10px; }
  .banner h1 {
    font-size: 35px;
    line-height: 40px; }
  .banner p {
    font-size: 18px;
    line-height: 26px; }
  .logoBox {
    padding: 25px 20px 0; }
  .logoBox li:first-of-type {
    width: 100%;
    position: unset;
    margin: 0 0 20px;
    padding: 0; }
  .logoBox li {
    width: calc(50% - 5px); }
  .logoBox li.big {
    width: 100%; }
  .boxes {
    text-align: left; }
  .boxes img {
    margin: 0 auto 20px; }
  .articles h1 {
    text-align: left; }
  .articles ul li, .boxes li {
    width: 100%; }
  .newsletter input {
    width: 100%;
    margin-bottom: 20px; }
  .newsletter button {
    width: 100%; } }
