@charset 'UTF-8';

/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
6.0 Components
7.0 Vendors
8.0 Pages
--------------------------------------------------------------*/

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: 2px solid #000;
}

.tablepress td {
  border: 2px solid #000;
}

#tablepress-1 tr.row-1,
#tablepress-1 tr.row-4,
#tablepress-1 tr.row-7,
#tablepress-1 tr.row-10 {
  background-color: #2165ab;
  text-align: center !important;
  color: #fff;
  font-weight: bold;
}
#tablepress-1 tr td {
  text-align: center !important;
}

#tablepress-1 tr.row-2,
#tablepress-1 tr.row-5,
#tablepress-1 tr.row-8,
#tablepress-1 tr.row-11 {
  background: #a6c1dd;
  color: #000;
  font-weight: bold;
}

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

.container-fluid {
  width: 100%;
  max-width: 1760px;
}

/*.container {
    width: 100%;
    max-width: 1600px;
}*/

.wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.certification .wrapper {
  max-width: 95%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 100%;
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

q {
  position: relative;
}

q:before,
q:after {
  font-size: 66px;
  line-height: 30px;
  position: absolute;
  top: 6px;
}

q:before {
  left: -32px;
  content: "“";
}

q:after {
  right: -32px;
  content: "”";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif;
}

h1 {
  font-size: 30px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2e6fb8;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1;
  color: #2e6fb8;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 48px;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #1c4370;
}

h5 {
  font-size: 24px;
  line-height: 2;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

strong,
b {
  font-weight: 700;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
.su-row .su-column {
  margin: 0 0 0 2% !important;
}
.flex-row {
  display: block;
}
span.su-lightbox {
  cursor: pointer;
}

@media only screen and (min-width: 1199px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

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

.flex-justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.margin-top {
  margin-top: 45px;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
header .top-header {
  position: relative;
  text-align: center;
  background-color: #e9edf1;
}

header .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .contact-menu {
  font-family: "Russo One", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  vertical-align: center;
}

@media only screen and (min-width: 1199px) {
  header .contact-menu {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

header .contact-menu li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  border-right: 1px solid #cecece;
}

header .contact-menu li:first-child {
  border-left: none;
}

header .contact-menu li a {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  color: #555;
}

header .contact-menu li a.chat-icon {
  padding-left: 40px;
}

header .contact-menu li a.chat-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/chat.png");
  background-repeat: no-repeat;
}

header .contact-menu li a.mail {
  padding-left: 40px;
}

header .contact-menu li a.mail:before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/mail.png");
  background-repeat: no-repeat;
}

header .btns {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1280px) {
  header .btns {
    display: none;
  }
}

@media only screen and (min-width: 1240px) {
  header .contact-menu li a {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 1291px) {
  header .contact-menu li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

header .btns .button {
  height: 40px;
  margin: 0 3px 20px;
}

header .btns .button:hover {
  box-shadow: 0 5px 40px -10px #3c424a;
}

@media only screen and (min-width: 1199px) {
  header .btns {
    font-size: 10px;
  }
  header .btns .button {
    margin-bottom: 0;
    display: inline-block;
  }
}
#modalCenter .modal-header {
  border-bottom: none;
}
#modalCenter iframe {
  height: 500px !important;
}
header .schedule-icon {
  position: relative;
  padding-left: 30px !important;
}

/*header .schedule-icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('../img/schedule.png');
    background-repeat: no-repeat;
}*/

header .btn-holder {
  display: inline-flex;
  height: 40px;
  right: 15px;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
}

header .btn-holder .dropdown-menu {
  padding: 5px;
  right: 0;
  left: auto;
}

header .btn-holder .dropdown-menu .navbar-form {
  margin-right: 0;
  margin-left: 0;
}

header .btn-holder a {
  border-left: 1px solid #cecece;
}

header .btn-holder a:first-child {
  border-left: 1px solid #cecece;
}

header .btn-holder .log-in {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-align: center;
  align-items: center;
}

header .btn-holder .log-in {
  color: #fff;
  /*font-size: 22px;*/
  font-size: 16px;
}

header .btn-holder .header-search {
  display: inline-block;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

header .btn-holder .header-search .btn-default {
  font-size: 23px;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #fff;
  border: none;
  background: transparent;
  box-shadow: none;
}

header .btn-holder .header-search .btn-default:hover,
header .btn-holder .header-search .btn-default.active,
header .btn-holder .header-search .btn-default:focus {
  color: #fff;
  border: none;
  background-color: transparent;
}

header .btn-holder .header-search .search-field {
  font-family: "Russo One", sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
  transition: all 0.3s ease;
  color: #2e6fb8;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #2e6fb8;
  border-left: none;
  outline: none;
  background: transparent;
}

header .btn-holder .cart {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

header .btn-holder .cart:before {
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url("../img/cart.png");
  background-repeat: no-repeat;
}

header .btn-holder .cart .number {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #b41e00;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header #header {
  position: relative;
  height: 100px;
  background-color: #2e6fb8;
}

#logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}
#logo img {
  max-height: 145px;
  width: auto;
}

#header .button-group {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -ms-flex-align: center;
  align-items: center;
}

header .button {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 1366px) {
  header .button {
    padding-right: 15px;
    padding-left: 15px;
  }
}

header .navbar-default {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  float: left;
}

header .navbar-default .navbar-toggle {
  border: none;
}

header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

header .navbar-default .navbar-toggle.mobile-menu-primary {
  margin-top: 33px;
  margin-right: 0;
  margin-bottom: 33px;
}

header .navbar-default .navbar-toggle.mobile-menu-primary .icon-bar {
  background-color: #fff;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: #2e6fb8;
}

header .navbar-default .navbar-collapse {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #e9edf1;
  padding: 0;
  top: 80px;
  transition: ease all 0.5s;
}
.top-header .navbar-default .navbar-collapse {
  position: static;
}

@media only screen and (min-width: 768px) {
  header .navbar-default .navbar-collapse {
    position: static;
  }
}

header .navbar {
  position: static;
  margin-bottom: 0;
}

#navbar2 {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 14px;
  background-color: #2e6fb8;
}

#navbar2 .menu {
  position: static;
  margin-bottom: 0;
  padding: 20px 0;
  list-style-type: none;
  background-color: #2e6fb8;
}

@media only screen and (min-width: 1200px) {
  #navbar2 .menu {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1199px) {
  #navbar2 .menu {
    position: static;
    display: block;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  #navbar2 .menu {
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-align: center;
    align-items: center;
  }
}

#navbar2 .menu li {
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) {
  #navbar2 .menu li {
    display: inline-block;
  }
}

#navbar2 .menu li:hover .sub-menu,
#navbar2 .menu li:focus .sub-menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  #navbar2 .menu li:hover .sub-menu,
  #navbar2 .menu li:focus .sub-menu {
    display: block;
  }
}

#navbar2 .menu li.menu-item-has-children:before {
  position: absolute;
  z-index: 10;
  right: 0px;
  display: inline;
  width: 11px;
  height: 6px;
  content: "";
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  top: 5px;
  transform: translate(0, 50%);
}

#navbar1 {
  width: 100%;
  padding: 23px 0;
}

@media only screen and (min-width: 768px) {
  #navbar1 {
    width: auto;
  }
}

.top-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
}

#navbar2 .menu li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 16px;
}

@media only screen and (min-width: 900px) {
  #navbar2 .menu li a {
    padding: 0 20px;
  }
}

#navbar2 .menu li .sub-menu {
  position: static;
  display: none;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0;
  list-style-type: none;
  background-color: #2e6fb8;
}

@media only screen and (min-width: 768px) {
  #navbar2 .menu li .sub-menu {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    margin-left: 0;
    padding: 0 0 20px;
  }
}

#navbar2 .menu li .sub-menu li {
  line-height: normal;
  display: block;
  list-style-type: none;
}

#navbar2 .menu li .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 769px) {
  #navbar2 .menu li .sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#navbar2 .menu li .sub-menu li a:hover {
  color: #2e6fb8;
  background-color: #fff;
}

#navbar2 .menu li a {
  color: #fff;
}

@media (max-width: 1166px) {
  .top-header .navbar-collapse.collapse {
    display: none !important;
  }

  .top-header .collapse.in {
    display: block !important;
  }

  .top-header .navbar-toggle {
    display: block !important;
    top: 25px;
  }
}

@media (min-width: 769px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
  }

  .navbar-toggle {
    display: none !important;
  }
}

/*-------------------------------------------------------------*/
article .entry-content {
  margin-bottom: 40px;
}

article .entry-content .woo-holder {
  display: block;
}

@media only screen and (min-width: 768px) {
  article .entry-content .woo-holder {
    display: -ms-flexbox;
    display: flex;
  }
}

.product.add_to_cart_inline a {
  font-size: 15px;
}

.added_to_cart {
  background: #f7cc23 !important;
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 600;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555 !important;
  border-radius: 25px !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
}

.woocommerce-error li:before {
  display: none;
}

.woocommerce table.shop_table.cart tr {
  background-color: #fff !important;
}

.woocommerce table.shop_table.cart th {
  padding: 20px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.woocommerce table.shop_table.cart td {
  padding: 20px;
}

.woocommerce table.shop_table.cart {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table.cart a,
.woocommerce table.shop_table.cart span {
  font-weight: 700;
  color: #1c4370;
}

.woocommerce table.shop_table.cart .quantity {
  font-weight: 700;
  color: #1c4370;
}

.woocommerce table.shop_table.cart input {
  border: none;
}

.woocommerce table.shop_table.cart .coupon .code-holder {
  display: -ms-flexbox;
  display: flex;
}

.woocommerce table.shop_table.cart .estimated-box {
  float: right;
  max-width: 400px;
  text-align: center;
}

.woocommerce table.shop_table.cart .coupon input[type="text"] {
  width: 200px;
  height: 45px;
  margin-right: 0;
  border: 1px solid #1c4370;
}

.woocommerce table.shop_table.cart .coupon button[type="submit"] {
  height: 45px;
  border-radius: 0 !important;
  background-color: #f7cc23 !important;
}

.woocommerce table.shop_table.cart .tax-price {
  margin-bottom: 20px;
}

.woocommerce table.shop_table.cart .tax-price span {
  text-transform: uppercase;
  color: #000;
}

.woocommerce table.shop_table.cart .est-price {
  font-size: 18px;
  margin-bottom: 20px;
}

.button.wc-backward {
  background-color: #f7cc23 !important;
}

.woocommerce table.shop_table.cart .est-price,
.woocommerce table.shop_table.cart .total,
.woocommerce table.shop_table.cart .woocommerce-Price-currencySymbol {
  display: inline-block;
  text-transform: uppercase;
  color: #2e6fb8;
}

.woocommerce table.shop_table.cart .info th {
  font-weight: 700;
  display: inline-block;
  padding: 9px 12px;
  color: #cecece;
}

.woocommerce table.shop_table.cart .info th:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table.cart .info th {
    display: table-cell;
  }
}

.woocommerce table.shop_table.cart .info td {
  font-weight: 700;
  display: inline-block;
  padding: 9px 12px;
  color: #2e6fb8;
}

.woocommerce table.shop_table.cart .info td:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table.cart .info td {
    display: table-cell;
  }
}

.woocommerce table.shop_table.cart .button {
  display: block;
}

.cart-title {
  text-transform: uppercase;
  color: #1c4370;
}

.woocommerce-message {
  border-top-color: #f7cc23 !important;
}

.woocommerce-message .button {
  background-color: #f7cc23 !important;
}

.woocommerce-message::before {
  color: #f7cc23 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f7cc23 !important;
}

.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout input[type="email"] {
  height: 45px;
  padding: 0 15px;
}

.checkout.woocommerce-checkout label {
  color: #1c4370;
}

.wc_payment_methods.payment_methods.methods li::before {
  background: transparent;
}

.select2-container--default .select2-selection--single {
  height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

.woocommerce-MyAccount-navigation {
  float: none;
}

@media only screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-right: 30px;
  }
}

.woocommerce-MyAccount-navigation .account-info {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 20px;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-MyAccount-navigation .account-info .photo {
  position: relative;
  visibility: visible;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-repeat: no-repeat;
}

.woocommerce-MyAccount-navigation .account-info .hex-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.woocommerce-MyAccount-navigation .account-info .hexagon {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 78px;
  height: 90px;
  margin-right: 20px;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.woocommerce-MyAccount-navigation ul {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
  list-style: none;
  text-align: left;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  padding: 0 40px;
}

.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li:focus,
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #e1e7ed;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li:focus a,
.woocommerce-MyAccount-navigation ul li.is-active a {
  border-bottom: 1px solid transparent;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #2e6fb8;
}

.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.woocommerce-MyAccount-content {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 18px;
  padding: 40px;
  text-align: left;
}

.woocommerce-MyAccount-content a {
  color: #1f4396;
}

.woocommerce-MyAccount-content .tab-content .tab-pane {
  display: none;
}

.woocommerce-MyAccount-content .tab-content .active {
  display: block;
}

.woocommerce-MyAccount-content .nav-tabs {
  overflow: hidden;
  padding-top: 15px;
}

.woocommerce-MyAccount-content .nav-tabs a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 25px 45px;
  text-decoration: none;
  color: #3c424a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e9edf1;
}

.woocommerce-MyAccount-content .nav-tabs a.active {
  color: #2e6fb8;
  background-color: #fff;
  box-shadow: 0 5px 25px -10px #3c424a;
}

.woocommerce-EditAccountForm {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
}

.woocommerce-EditAccountForm fieldset {
  padding: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 14px;
  font-weight: 400;
  color: #001a56;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  height: 45px;
  padding: 0 15px;
}

.woocommerce-EditAccountForm button[type="submit"] {
  margin-top: 20px;
  color: #515151;
  border-radius: 50px !important;
  background-color: #f7cc23 !important;
}

.woocommerce-EditAccountForm button[type="submit"]:hover,
.woocommerce-EditAccountForm button[type="submit"]:focus {
  box-shadow: 0 5px 40px -10px #3c424a;
}

.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
  width: 48%;
}

.woocommerce-EditAccountForm .button-holder {
  text-align: center;
}

.accordion-account .panel-heading {
  border: none;
  background-color: transparent;
}

.link {
  display: none;
}

.accordion-account .panel-default > .panel-heading {
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
}

.accordion-account .panel {
  border: none;
}

.accordion-account .panel-title {
  position: relative;
}

.accordion-account .panel-title > a {
  display: block;
}

.accordion-account .panel-title.active .remove-btn {
  display: block;
}

.accordion-account .panel-title .remove-btn {
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
}

.accordion-account .panel-title .remove-btn:after {
  display: none;
}

.accordion-account .panel-title a {
  text-decoration: none;
}

.accordion-account .panel-title a.collapsed .open {
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../img/sprite.png);
  background-position-x: 0;
}

.accordion-account .panel-title a .open {
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/sprite.png");
  background-position-x: 16px;
}

.accordion-account .panel-default {
  border-color: transparent;
}

.accordion-account h5 {
  text-transform: uppercase;
}

.accordion-account .panel-collapse {
  padding-top: 40px;
}

.accordion-account .panel-collapse h4 {
  font-size: 16px;
  color: #2e6fb8;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce .tab-content {
  padding: 45px 0;
  background-color: #fff;
}

.woocommerce table.shop_table tr:nth-of-type(odd) {
  background-color: #e1e7ed;
}

.woocommerce table.shop_table tr td[data-title="Status"] {
  /*background-color: $blue;*/
}

.woocommerce-orders-table th {
  background-color: #fff;
}

.woocommerce table.shop_table th .nobr {
  text-transform: uppercase;
  color: #2e6fb8;
}

.woocommerce-orders-table td a {
  color: #000;
}

.woocommerce-address-fields {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
}

.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"] {
  height: 45px;
  padding: 0 15px;
}

.woocommerce-address-fields label {
  font-size: 14px;
  font-weight: 400;
  color: #001a56;
}

.woocommerce-address-fields .select2-selection--single {
  line-height: 45px;
  height: 45px;
}

.woocommerce-address-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}

.woocommerce-address-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

.woocommerce-address-fields .select2-search--dropdown .select2-search__field {
  height: 45px;
  padding: 0 15px;
}

.woocommerce-address-fields button[type="submit"] {
  margin-top: 20px;
  color: #515151;
  border-radius: 50px !important;
  background-color: #f7cc23 !important;
}

.woocommerce-address-fields button[type="submit"]:hover,
.woocommerce-address-fields button[type="submit"]:focus {
  background-color: transparent;
  box-shadow: 0 5px 40px -10px #3c424a;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

#my-account-login,
#register-login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 20px;
  background-color: #e9edf1;
  min-height: 606px;
}

@media only screen and (min-width: 768px) {
  #my-account-login,
  #register-login {
    right: 50%;
  }
}

#register-login {
  z-index: 1;
}

#my-account-login {
  z-index: 2;
}

#my-account-login .link-holder {
  text-align: center;
}

#my-account-login .link-holder a {
  font-weight: 700;
  text-decoration: underline;
  color: #1c4370;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: transparent;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
  color: #1c4370;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin-top: 0;
  padding-top: 0;
}

.woocommerce form .form-row label.inline {
  display: block;
  text-align: center;
}

.woocommerce-LostPassword {
  text-align: center;
}

.woocommerce-LostPassword a {
  font-weight: 700;
  text-decoration: underline;
  color: #1c4370;
}

#customer_login h4 {
  text-align: center;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
}

#customer_login .image-holder {
  position: relative;
  min-height: 700px;
  margin-bottom: 0;
}

#customer_login label {
  color: #2e6fb8;
}

#customer_login input[type="text"],
#customer_login input[type="password"],
#customer_login input[type="email"] {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #2e6fb8;
  border-radius: 25px;
}

#customer_login button[type="submit"] {
  display: block !important;
  min-width: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #515151;
  border-radius: 50px !important;
  background-color: #f7cc23 !important;
}

#customer_login button[type="submit"]:hover {
  box-shadow: 0 5px 40px -10px #3c424a;
}

.woocommerce-privacy-policy-text {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
}

.woocommerce-privacy-policy-text a {
  font-weight: 700;
  text-decoration: underline;
  color: #1c4370;
}

#back-to-login {
  font-weight: 700;
  text-decoration: underline;
  color: #1c4370;
}

.woocommerce-ResetPassword.lost_reset_password {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
}

.woocommerce-ResetPassword.lost_reset_password label {
  text-align: left;
  color: #2e6fb8;
}

.woocommerce-ResetPassword.lost_reset_password input[type="text"] {
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  border: 1px solid #2e6fb8;
  border-radius: 25px;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"] {
  display: block;
  min-width: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #515151;
  border-radius: 50px !important;
  background-color: #f7cc23 !important;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"]:hover {
  box-shadow: 0 5px 40px -10px #3c424a;
}

.woocommerce-checkout #payment {
  background-color: #fff;
}

.nav-checkout,
.content-checkout {
  padding: 40px;
}

.wc_payment_methods.payment_methods li {
  min-height: 50px;
}

.payment_box.payment_method_cod {
  width: 60%;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
.site-footer {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #2e6fb8;
}

.site-footer .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}

.site-footer .footer-logo img {
  height: auto;
  top: -11px;
  position: relative;
}

.site-footer .contact-info {
  font-size: 15px;
}

.site-footer .contact-info .address {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .contact-info .address:before {
  display: inline-block;
  width: 16px;
  height: 32px;
  margin-right: 15px;
  content: "";
  background-image: url("../img/pin.png");
  background-repeat: no-repeat;
}

.site-footer .contact-info a {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer .contact-info a.phone:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  content: "";
  background-image: url("../img/phone-footer.png");
  background-repeat: no-repeat;
}

.site-footer .contact-info a.mail:before {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 15px;
  content: "";
  background-image: url("../img/mail-footer.png");
  background-repeat: no-repeat;
}

.site-footer .social {
  margin-bottom: 10px;
}

.site-footer .social li {
  margin-left: 10px;
}

.site-footer .social li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 1199px) {
  .site-footer .social li {
    margin-left: 5px;
  }
}

.site-footer .social li a {
  color: #2e6fb8;
  background-color: #fff;
}

.site-footer .info {
  margin-bottom: 20px;
}

.site-footer .site-map {
  margin: 0;
  padding: 0;
}

.site-footer .site-map li {
  margin-bottom: 10px;
  list-style-type: none;
}

.site-footer .site-map li a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .site-footer .site-map li a {
    font-size: 15px;
  }
}

/*.site-footer .subscribe iframe {
    height: 100px !important;
}*/

.site-footer .input-holder {
  display: -ms-flexbox;
  display: flex;
}

.site-footer .title {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.site-footer .btn-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer .btn-holder .button {
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-radius: 25px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .btn-holder .white-btn {
  color: #2e6fb8 !important;
  background-color: #fff;
}

.site-footer .btn-holder .white-btn:hover,
.site-footer .btn-holder .white-btn:focus {
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: #2e6fb8;
}

.site-footer .meetup-info {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 400;
  color: #2e6fb8;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.site-footer .meetup-info .date {
  font-family: "Russo One", sans-serif;
  font-weight: 600;
  line-height: 40px;
  display: block;
  width: 100%;
  margin-right: 15px;
  text-align: center;
  color: #fff;
  background-color: #2e6fb8;
}

/*--------------------------------------------------------------
6.0 Components
--------------------------------------------------------------*/
.banner {
  height: auto;
  text-align: center;
  color: #fff;
}

.banner .button {
  height: 60px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 40px;
}

.reviews {
  display: flex;
  gap: 10px;
  z-index: 999;
  text-align: left;
  margin-top: 15px;
}

.reviews a {
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 1199px) {
  .banner .button {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.banner .item {
  display: -ms-flexbox;
  display: flex;
  height: 300px; /*450*/
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 1199px) {
  .banner .item {
    display: -ms-flexbox;
    display: flex;
    height: 630px;
    padding-bottom: 50px;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.banner .title {
  font-size: 24px;
  display: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .banner .title {
    font-size: 36px;
    display: block;
  }
}

@media only screen and (min-width: 1199px) {
  .banner .title {
    font-size: 60px;
  }
}

.banner .button-holder .button {
  font-size: 10px;
  min-height: 40px;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.banner .button-holder:first-child .button {
  margin-left: 0;
}

@media only screen and (min-width: 1250px) {
  .banner .button-holder .button {
    font-size: 14px;
    min-width: 170px;
    /*height: 60px;*/
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner .item h2 {
    font-size: 25px;
  }
}

.sign-up {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  background-color: #2e6fb8;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .sign-up {
    height: 150px;
  }
}

.sign-up h5 {
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.sign-up-holder {
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  text-align: left;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .sign-up-holder {
    width: 690px;
    margin: 0 auto;
  }
}

.sign-up-holder .form-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .sign-up-holder .form-holder {
    width: 100%;
    min-width: 500px;
  }
}
.tabs {
  padding-top: 45px;
  padding-bottom: 0;
}

.tabs .wrapper {
  padding: 0;
}

.tabs .tab {
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin: 50px auto 100px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1199px) {
  .tabs .tab {
    margin: 50px 15px 80px;
  }
}

.tabs .hexagon {
  position: relative;
  height: 100px;
  transition: 0.5s ease all;
  color: #2e6fb8;
  border-right: 1px solid #2e6fb8;
  border-left: 1px solid #2e6fb8;
  background: #fff;
}

.tabs .hexagon:before {
  position: absolute;
  top: -50px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  transition: 0.5s ease all;
  border-right: 85px solid transparent;
  border-bottom: 50px solid #2e6fb8;
  border-left: 85px solid transparent;
}

.tabs .hexagon:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  transition: 0.5s ease all;
  border-top: 50px solid #2e6fb8;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;
}

.tabs .hexagon:hover {
  color: #fff;
  background: #2e6fb8;
}

.tabs .hexagon:hover .hex-inner:before {
  border-bottom-color: #2e6fb8;
}

.tabs .hexagon:hover .hex-inner:after {
  border-top-color: #2e6fb8;
}

.tabs .hexagon:hover .hex-inner .hex-inner-text:before {
  border-bottom-color: #2e6fb8;
}

.tabs .hexagon:hover .hex-inner .hex-inner-text:after {
  border-top-color: #2e6fb8;
}

.tabs .hex-inner {
  width: 165px;
}

.tabs .hex-inner:before {
  position: absolute;
  z-index: 1;
  top: -49px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-right: 85px solid transparent;
  border-bottom: 50px solid #fff;
  border-left: 85px solid transparent;
}

.tabs .hex-inner:after {
  position: absolute;
  z-index: 1;
  bottom: -49px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid #fff;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;
}

.tabs .hex-border {
  width: 150px;
  height: 88px;
  border-right: 1px solid #2e6fb8;
  border-left: 1px solid #2e6fb8;
}

.tabs .hex-border:before {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-right: 75px solid transparent;
  border-bottom: 45px solid #2e6fb8;
  border-left: 75px solid transparent;
}

.tabs .hex-border:after {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 45px solid #2e6fb8;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
}

.tabs .hex-inner-text {
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .hex-inner-text:before {
  position: absolute;
  z-index: 3;
  top: -39px;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-right: 75px solid transparent;
  border-bottom: 45px solid #2e6fb8;
  border-left: 75px solid transparent;
}

.tabs .hex-inner-text:after {
  position: absolute;
  z-index: 3;
  bottom: -39px;
  left: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 45px solid #2e6fb8;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
}

.tabs .item {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .tabs .item {
    float: left;
    width: 16.6%;
  }
}

.tabs .item:nth-of-type(7),
.tabs .item:nth-of-type(18) {
  margin-left: 100px;
}

.tabs .owl--tabs-carousel {
  overflow: hidden;
  width: 100%;
}

.tabs .owl--tabs-carousel .owl-nav {
  display: block !important;
}

.tabs .owl--tabs-carousel .owl-dots {
  display: none;
}

.tabs .owl--tabs-carousel .owl-prev {
  left: 15px;
}

@media only screen and (min-width: 1199px) {
  .tabs .owl--tabs-carousel .owl-prev {
    left: -70px;
  }
}

.tabs .owl--tabs-carousel .owl-next {
  right: 15px;
}

@media only screen and (min-width: 1199px) {
  .tabs .owl--tabs-carousel .owl-next {
    right: -70px;
  }
}

.video-slider {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: center;
}

@media only screen and (min-width: 1199px) {
  .video-slider {
    padding-top: 0px;
  }
}

.video-slider .item {
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.video-slider .title {
  display: inline-block;
  margin-bottom: 40px;
  color: #2e6fb8;
}

.video-slider .subtitle {
  /*height: 75px;*/
  height: auto;
  letter-spacing: 0;
  color: #113d43;
}

.video-slider .video-item {
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin-bottom: 30px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-slider .video-item .play:after {
  display: block;
  width: 75px;
  height: 75px;
  content: "";
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
}

.video-slider .owl-nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .video-slider .owl-nav {
    display: block !important;
  }
}

.video-slider .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1700px) {
  .video-slider .owl-nav .owl-prev {
    left: -50px;
  }
}

.video-slider .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1700px) {
  .video-slider .owl-nav .owl-next {
    right: -50px;
  }
}

.video-slider .text {
  text-align: left;
}

.video-slider .button {
  height: 50px;
}

.classes {
  padding-bottom: 25px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .classes {
    padding-bottom: 65px;
  }
}

.classes h3 {
  text-transform: uppercase;
  color: #2e6fb8;
}

.classes .heading {
  margin-bottom: 45px;
}

.classes .hexagon {
  position: relative;
  width: 270px;
  height: 155px;
}

.classes .hexagon .logo:after {
  content: "";
  position: absolute;
  top: -204px;
  border: 130px solid transparent;
  border-bottom: 73px solid #fff;
  z-index: -1;
}
.classes .hexagon .logo:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  top: -2px;
  border: 0;
  display: block;
  width: 100%;
  bottom: 0;
}

.classes .inner {
  position: relative;
  width: 265px;
  height: 156px;
}

.classes .hexagon:before,
.classes .hexagon:after,
.classes .inner:before,
.classes .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.classes .hexagon:before,
.classes .inner:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.classes .hexagon:after,
.classes .inner:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.classes .inner {
  margin: 70px auto;
  border-top: 3px solid transparent;
  border-right: 3px solid #2e6fb8;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #2e6fb8;
  border-radius: 9px;
  background-color: #fff;
}

#veteran-programs-and-services .classes .logo {
  margin-top: 40px;
}

#veteran-programs-and-services .classes .hexagon .logo:after {
  content: "";
  position: absolute;
  top: -190px;
  border: 129px solid transparent;
  border-bottom: 73px solid #fff;
  z-index: -1;
}

#veteran-programs-and-services .classes .hexagon .logo:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  top: 12px;
  border: 0;
  display: block;
  width: 100%;
  bottom: 0;
}

.classes .inner:hover,
.classes .inner:focus {
  color: #fff;
  background-color: #2e6fb8;
}

.classes .inner:hover .address:before,
.classes .inner:focus .address:before {
  background-image: url("../img/pin-small-white.png");
}

.classes .inner:hover .date:before,
.classes .inner:focus .date:before {
  background-image: url("../img/calendar-icon-white.png");
}

.classes .inner:hover:before,
.classes .inner:hover:after,
.classes .inner:focus:before,
.classes .inner:focus:after {
  background-color: #2e6fb8;
}

.classes .inner:before,
.classes .inner:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.classes .inner-text {
  position: relative;
  z-index: 1;
  top: -50px;
  width: 100%;
  height: 100%;
}

.classes .logo {
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.classes .logo img {
  max-width: auto !important;
}

.classes .title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.classes .address,
.classes .date {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.classes .address:before {
  display: block;
  width: 14px;
  height: 19px;
  margin-right: 10px;
  content: "";
  background-image: url("../img/pin-small.png");
}

.classes .date:before {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background-image: url("../img/calendar-icon.png");
}

.classes .owl--classes-carousel {
  width: 100%;
  text-align: center;
}

.classes .owl--classes-carousel .owl-stage-outer {
  width: 100%;
}

.classes .owl--classes-carousel .item {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .classes .owl--classes-carousel .item {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }

  .classes .owl--classes-carousel .item:nth-of-type(6),
  .classes .owl--classes-carousel .item:nth-of-type(15) {
    margin-left: 0.4%;
  }
}

.classes .owl--classes-carousel .item:nth-of-type(5),
.classes .owl--classes-carousel .item:nth-of-type(14) {
  margin-right: 0;
}

.classes .owl--classes-carousel .item img {
  width: auto;
  max-height: 80px;
  display: block;
  max-width: 180px;
}

.classes .owl--classes-carousel .owl-nav .owl-next {
  right: 0;
}

.classes .owl--classes-carousel .owl-nav .owl-prev {
  left: 0;
}

.backgraund-campaign {
  height: auto;
  margin-bottom: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
.backgraund-campaign a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .backgraund-campaign {
    padding-bottom: 60px;
    padding-top: 90px;
  }
}

.backgraund-campaign ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.backgraund-campaign ul li {
  position: relative;
  margin-bottom: 30px;
}

.backgraund-campaign ul li:before {
  position: absolute;
  top: 6px;
  left: -20px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 2px auto;
  content: "";
  border-radius: 50%;
  background: #2e6fb8;
}

.backgraund-campaign.f-height {
  min-height: 800px;
  background-color: #2e6fb8;
}

.backgraund-campaign.without-bg {
  color: #000;
}

.backgraund-campaign.without-bg h2,
.backgraund-campaign.without-bg h3,
.backgraund-campaign.without-bg h4,
.backgraund-campaign.without-bg h5,
.backgraund-campaign.without-bg h6 {
  color: #2e6fb8;
}

.backgraund-campaign.without-bg .tab-content,
.backgraund-campaign.without-bg .text {
  color: #000;
}

.backgraund-campaign h2,
.backgraund-campaign h3,
.backgraund-campaign h4,
.backgraund-campaign h5,
.backgraund-campaign h6 {
  color: #fff;
}

.special-offers-template .backgraund-campaign h3 {
  color: #2e6fb8;
}
.backgraund-campaign .tab-pane h2,
.backgraund-campaign .tab-pane h3,
.backgraund-campaign .tab-pane h4,
.backgraund-campaign .tab-pane h5,
.backgraund-campaign .tab-pane h6 {
  color: #2e6fb8;
  font-size: 24px;
}

.backgraund-campaign.round {
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  height: auto;
  color: #1c4370;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign.round {
    height: 990px;
  }
}

.backgraund-campaign.round:after {
  display: none;
  content: "";
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign.round:after {
    display: inline-block;
    width: 583px;
    height: 645px;
    background-image: url("../img/circle-png.png");
    background-repeat: no-repeat;
    background-position: center 35px;
  }
}

.backgraund-campaign .range {
  display: block;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #fff;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .range.big-range {
    width: 170px;
    height: 170px;
    box-sizing: content-box;
  }
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .range {
    position: absolute;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 140px;
    text-transform: uppercase;
    color: #1c4370;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.backgraund-campaign .title-range {
  font-size: 20px;
  display: block;
  margin-bottom: 40px;
  padding: 10px;
  text-transform: uppercase;
  color: #1c4370;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .title-range {
    position: absolute;
    top: 373px;
    left: 40%;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 230px;
    border-radius: 50%;
  }
}

.backgraund-campaign .left-side,
.backgraund-campaign .right-side {
  margin: 0;
  padding: 0;
}

.backgraund-campaign .left-side li,
.backgraund-campaign .right-side li {
  list-style-type: none;
}

.backgraund-campaign .left-side li:before,
.backgraund-campaign .right-side li:before {
  display: none;
}

.backgraund-campaign .right-side {
  text-align: center;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .right-side li {
    transition: all ease-in-out 0.2s;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .right-side li:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.backgraund-campaign .right-side li:nth-child(1) span {
  top: 0;
  left: 100px;
}

.backgraund-campaign .right-side li:nth-child(2) span {
  top: 245px;
  left: 220px;
}

.backgraund-campaign .right-side li:nth-child(3) span {
  top: 435px;
  left: 80px;
}

.backgraund-campaign .left-side {
  text-align: center;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .left-side li {
    transition: all ease-in-out 0.2s;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .left-side li:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.backgraund-campaign .left-side li:nth-child(1) span {
  top: 0;
  right: 50px;
}

.backgraund-campaign .left-side li:nth-child(2) span {
  top: 245px;
  left: 200px;
}

.backgraund-campaign .left-side li:nth-child(3) span {
  top: 485px;
  right: 100px;
}

.backgraund-campaign .info-holder {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
}

.backgraund-campaign .info-holder h5 {
  line-height: 1;
}

.backgraund-campaign .info-holder img {
  float: left;
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}

.backgraund-campaign .info-holder .info {
  float: left;
}

.backgraund-campaign .wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.backgraund-campaign h2 {
  margin-bottom: 40px;
  color: #fff;
}

.backgraund-campaign h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.backgraund-campaign .gallery {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .backgraund-campaign .gallery {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}

.backgraund-campaign .gallery .row:first-child {
  margin-bottom: 30px;
}

.backgraund-campaign .item:nth-of-type(2) img,
.backgraund-campaign .item:nth-of-type(3),
.backgraund-campaign .item:nth-of-type(4) {
  max-height: 180px;
}

.backgraund-campaign .item,
.backgraund-campaign .item:first-child,
.backgraund-campaign .item:last-child {
  width: 100%;
}

.backgraund-campaign .item:nth-of-type(3),
.backgraund-campaign .item:nth-of-type(4) {
  position: static;
}

@media only screen and (min-width: 1300px) {
  .backgraund-campaign .item:first-child,
  .backgraund-campaign .item:last-child {
    width: 25%;
    height: 430px;
  }

  .backgraund-campaign .item:nth-of-type(3),
  .backgraund-campaign .item:nth-of-type(4) {
    width: 18.5%;
    height: 215px;
    position: absolute;
  }

  .backgraund-campaign .item:nth-of-type(3) {
    bottom: 0;
    left: 30%;
  }

  .backgraund-campaign .item:nth-of-type(4) {
    bottom: 0;
    right: 30%;
  }

  .backgraund-campaign .item:nth-of-type(2) {
    width: 40%;
    height: 215px;
  }
}

.owl--gallery .owl-nav .owl-prev:before {
  position: absolute;
  left: 55px;
  z-index: 3;
}

.owl--gallery .owl-nav .owl-next:before {
  position: absolute;
  right: 55px;
  z-index: 3;
}

.backgraund-campaign .logo-item {
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding: 15px;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1300px) {
  .backgraund-campaign .logo-item {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .backgraund-campaign .logo-item {
    padding: 30px;
  }
}

.backgraund-campaign .logo-item * {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .backgraund-campaign .flex-row {
    display: flex;
  }
}

.backgraund-campaign .logo-item img {
  max-width: 150px;
  height: auto;
}

@media only screen and (min-width: 1300px) {
  .backgraund-campaign .logo-item img {
    width: auto;
    height: auto;
    /*max-width: 100%;*/
  }
}

.backgraund-campaign h6 {
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.backgraund-campaign .nav-tabs {
  margin-bottom: 40px;
  text-align: left;
  background-color: #fff;
}

.backgraund-campaign .nav-tabs .button-holder {
  margin-bottom: 40px;
  text-align: center;
}

.backgraund-campaign .nav-tabs .button-holder .button {
  margin-right: 0;
}

@media only screen and (min-width: 1199px) {
  .backgraund-campaign .nav-tabs {
    margin-bottom: 0;
  }
}

.backgraund-campaign .nav-tabs .sub-content {
  display: block;
}

.backgraund-campaign .nav-tabs .nav {
  margin-bottom: 40px;
  padding: 20px 10px;
  max-height: 558px;
  overflow-y: scroll;
  margin: 10px;
}

.backgraund-campaign .nav-tabs .nav::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.backgraund-campaign .nav-tabs .nav::-webkit-scrollbar-track {
  background: #bfd1e3;
  border-radius: 10px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

/* Handle */
.backgraund-campaign .nav-tabs .nav::-webkit-scrollbar-thumb {
  background: #3784cd;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Handle on hover */
.backgraund-campaign .nav-tabs .nav::-webkit-scrollbar-thumb:hover {
  background: #3784cd;
}

.backgraund-campaign .nav-tabs .nav .nav-holder:hover,
.backgraund-campaign .nav-tabs .nav .nav-holder.active,
.backgraund-campaign .nav-tabs .nav .nav-holder:focus {
  background-color: #e1e7ed;
}

.backgraund-campaign .nav-tabs .nav .nav-holder .nav-link {
  display: block;
  margin: 0 40px;
  padding: 15px 0;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #2e6fb8;
}

.backgraund-campaign .nav-tabs .nav .sub-title {
  display: block;
  padding: 15px 40px;
  color: #000;
  border-bottom: 2px solid #2e6fb8;
}

.backgraund-campaign .nav-tabs .nav .sub-title:hover,
.backgraund-campaign .nav-tabs .nav .sub-title.active,
.backgraund-campaign .nav-tabs .nav .sub-title:focus {
  cursor: pointer;
  background-color: #e1e7ed;
}

.backgraund-campaign .tab-content {
  text-align: left;
  color: #000;
}
.backgraund-campaign .tab-content > .active {
  display: block;
  background: #fff;
  min-height: 500px;
  padding: 40px;
  box-shadow: 0 5px 40px -10px #3c424a;
}
.backgraund-campaign .tab-content a {
  color: #2e6fb8;
}
.backgraund-campaign .tab-content p {
  margin-bottom: 20px;
}

.backgraund-campaign .tab-content img {
  max-width: 255px;
  float: left;
}

.backgraund-campaign .button-holder {
  font-size: 14px;
  margin-bottom: 20px;
}

.backgraund-campaign .button-holder .button {
  padding-right: 40px;
  padding-left: 40px;
}

.backgraund-campaign .description {
  margin-bottom: 40px;
  color: #fff;
}

.backgraund-campaign .image-holder {
  height: 400px;
}

.news {
  margin-bottom: 45px;
  padding-top: 45px;
  text-align: center;
}

.news .news-article {
  margin-bottom: 40px;
  border: 1px solid #2e6fb8;
}

.news .image-holder {
  height: 200px;
}

.news .text-holder {
  padding: 35px 20px;
  text-align: left;
}

.news .news-title {
  font-family: "Russo One", sans-serif;
  font-size: 18px;
  overflow: hidden;
  height: 80px;
  text-transform: uppercase;
  color: #113d43;
}

.news .text {
  overflow: hidden;
  height: 125px;
  margin-bottom: 20px;
}

.news .comments {
  font-family: "Russo One", sans-serif;
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
}

.news .comments:before {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 10px;
  content: "";
  background-image: url("../img/comments.png");
}

.news .share {
  font-family: "Russo One", sans-serif;
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
}

.news .share:before {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background-image: url("../img/share.png");
}

.news h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.news h4 a {
  text-decoration: none;
}

.news .button-holder {
  margin-bottom: 40px;
}

.news .owl--news-carousel .item {
  margin-right: 30px;
  margin-left: 30px;
}

.special_promo_slider .item.scale_item p {
  max-width: 480px;
}

.news .owl--news-carousel .owl-nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .news .owl--news-carousel .owl-nav {
    display: block !important;
  }
}

.news .owl--news-carousel .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1700px) {
  .news .owl--news-carousel .owl-nav .owl-prev {
    left: -5px;
  }
}

.news .owl--news-carousel .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1700px) {
  .news .owl--news-carousel .owl-nav .owl-next {
    right: -5px;
  }
}

.testimonials {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials h2 {
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.testimonials .circle-border {
  position: relative;
  width: 100%;
  height: 85px;
}
.testimonials .circle-image {
  height: 150px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  border-radius: 100px;
  left: 30%;
}

.testimonials .scale_slider_wrapper {
  position: relative;
  margin-bottom: 30px;
}

.testimonials .scale_slider_outer {
  overflow: hidden;
}

.testimonials .scale_slider .owl-stage-outer {
  overflow: visible;
  padding-top: 30px;
  padding-bottom: 10px;
}

.testimonials .scale_slider .owl-item {
  transition: 0.5s ease-in-out;
  -ms-transform: scale(0.8) translateX(30%);
  transform: scale(0.8) translateX(30%);
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: #e9edf1;
}

.testimonials .scale_slider .owl-item.active {
  z-index: 10;
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  box-shadow: 0 2px 9.3px 0.7px rgba(0, 0, 0, 0.17);
}

.testimonials .scale_slider .owl-item.active .item {
  background-color: #fff;
}

.testimonials .scale_slider .owl-item.active + .owl-item {
  -ms-transform: scale(0.8) translateX(-30%);
  transform: scale(0.8) translateX(-30%);
  -ms-transform-origin: left;
  transform-origin: left;
}

.testimonials .item {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  text-align: center;
  background-color: #e9edf1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .testimonials .item {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.testimonials .item h4 {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #001a56;
}

.testimonials .item .hex-border {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 110px;
  height: 125px;
  margin-top: -80px;
  margin-bottom: 20px;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  background: #2e6fb8;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials .item .hex-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.testimonials .item .image-holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: all 0.2s ease-in;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials .item a {
  font-size: 16px;
  display: block;
  color: #000;
}

.testimonials .button-holder {
  text-align: center;
}

.testimonials .button-holder .button {
  height: 50px;
}

.testimonials .owl-custom-navigation .prev-owl-btn {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 30px;
}

@media only screen and (min-width: 1199px) {
  .testimonials .owl-custom-navigation .prev-owl-btn {
    left: -50px;
  }
}

.testimonials .owl-custom-navigation .prev-owl-btn:before {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
  background-position-x: 0;
}
.resumes-holder .slick-prev {
  left: -68px;
}
.resumes-holder .slick-prev:before {
  display: block;
  content: "\f190";
  background-repeat: no-repeat;
  background-position-x: -31px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 50px;
  color: #fff;
}
.testimonials .owl-custom-navigation .next-owl-btn {
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 30px;
}

@media only screen and (min-width: 1199px) {
  .testimonials .owl-custom-navigation .next-owl-btn {
    right: -50px;
  }
}

.testimonials .owl-custom-navigation .next-owl-btn:before {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
  background-position-x: -28px;
}

.resumes-holder .slick-next {
  right: -45px;
}
.resumes-holder .slick-next:before {
  display: block;
  content: "\f18e";
  background-repeat: no-repeat;
  background-position-x: -31px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 50px;
  color: #fff;
}

#normalModal .item {
  background-color: transparent;
}

#normalModal .hex-border {
  margin-top: 0;
}

.customers {
  text-align: center;
}

.customers .owl--customers-carousel {
  position: relative;
}

.customers .owl--customers-carousel .owl-nav {
  display: none;
}

@media only screen and (min-width: 1199px) {
  .customers .owl--customers-carousel .owl-nav {
    display: block !important;
  }
}

.customers .owl--customers-carousel .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1400px) {
  .customers .owl--customers-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}

.customers .owl--customers-carousel .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1400px) {
  .customers .owl--customers-carousel .owl-nav .owl-next {
    right: -50px;
  }
}

.customers .owl--customers-carousel .item {
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customers .owl--customers-carousel .item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
#bullet-section {
  margin: 65px 0;
}

#bullet-section .list {
  margin-bottom: 30px;
  min-height: 135px !important;
}

.trainings {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.trainings .item {
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trainings .item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.trainings h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

/*.trainings .owl--trainings-carousel .owl-nav {
    display: none;
}
*/
#billboard {
  display: -ms-flexbox;
  display: flex;
  height: 335px;
  text-align: center;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#billboard h1 {
  text-transform: uppercase;
}

.our-team {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  color: #2e6fb8;
}

.our-team .hex-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .our-team .hex-row {
    margin-bottom: 50px;
  }
}

.our-team h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.our-team .modal-body {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  padding: 0 45px 45px;
  text-align: justify;
  color: #000;
}

.our-team .modal-header {
  text-align: center;
  border-bottom: none;
}

.our-team .description {
  padding: 0;
  color: #676767;
}

@media only screen and (min-width: 768px) {
  .our-team .description {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.our-team .hexagon-bg {
  display: block;
  width: 270px;
  height: 310px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

@media only screen and (min-width: 1199px) {
  .our-team .hexagon-bg {
    margin-right: 0;
    margin-left: 0;
  }
}

.our-team .hexagon-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.our-team .hex-text {
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  color: #fff;
}

.our-team .hex-text:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.4;
  background-color: #2e6fb8;
}

.our-team .hex-text * {
  position: relative;
  z-index: 10;
}

.our-team .hex-text .name {
  font-size: 24px;
  display: block;
}

.our-team .hex-text .position {
  display: block;
}

.our-team .hexgroup {
  position: relative;
}

.our-team .hexgroup .linked-in {
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
}

.our-team .linked-in a {
  display: block;
  color: #fff;
}

.our-team .hexagon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 300px;
  transition: all 0.2s ease-in;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-team .hexagon.clip-border {
  width: 310px;
  height: 310px;
  margin-top: 7px;
  color: #2e6fb8;
  background: linear-gradient(
    150deg,
    #aebcbf 0%,
    #6e7774 50%,
    #333 61%,
    #333 100%
  );
}

.our-team .button-holder {
  margin-top: 40px;
}

.our-team .button-holder .button {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
}

.our-team .item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.our-team .owl-nav .owl-next {
  right: 15px;
}

.our-team .owl-nav .owl-prev {
  left: 15px;
}

.our-instructors {
  padding-top: 45px;
  padding-bottom: 85px;
  text-align: center;
}

.our-instructors h3 {
  margin-bottom: 40px;
}

.instructors .item {
  text-align: left;
}

.instructors .item .info {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .instructors .item .info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -ms-flex-align: center;
    align-items: center;
  }
}

.instructors .item .image-holder {
  position: relative;
  float: none;
  width: 100%;
  height: 284px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media only screen and (min-width: 1199px) {
  .instructors .item .image-holder {
    float: left;
    width: 50%;
  }
}

.instructors .item .image-holder .linkedin:after {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../img/linkedin-icon.png");
}

.instructors .item .text-holder {
  font-weight: 100;
  float: none;
  width: 100%;
  padding: 15px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .instructors .item .text-holder {
    float: left;
    overflow: hidden;
    width: 50%;
    max-height: 310px;
  }
}

.instructors .item .text-holder .title {
  font-family: "Russo One", sans-serif;
  display: block;
  margin-bottom: 15px;
  color: #2e6fb8;
}

.instructors .owl-dots {
  display: block !important;
  margin-bottom: 35px;
}

.instructors .owl-nav {
  display: none;
}

.about {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  /*text-align: center;*/
}

.about h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.about h5 {
  color: #2e6fb8;
}

.about h6 {
  text-transform: uppercase;
  color: #2e6fb8;
}

.about .row {
  padding-bottom: 45px;
}

.about .image-holder {
  height: 500px;
  margin-bottom: 60px;
}

.about .image-holder.small-img {
  height: 240px;
}

.about .video-holder {
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  margin-bottom: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .logo-holder img {
  max-height: 300px;
}

.about .video-holder .play:after {
  display: block;
  width: 75px;
  height: 75px;
  content: "";
  background-image: url("../img/play-2.png");
  background-repeat: no-repeat;
}

.about .information {
  font-size: 18px;
  font-weight: 500;
}

.about .information .mail-info {
  display: block;
  margin-bottom: 20px;
  color: #717171;
}

.about .information .mail-info a {
  color: #717171;
}

.about .text {
  margin-bottom: 35px;
}

.about .button-holder a {
  margin-left: 0;
}

.about .article {
  margin: 50px 15px 80px;
  padding: 50px;
  background: #fff;
}

@media only screen and (min-width: 1199px) {
  .about .article {
    margin-bottom: 40px;
  }
}

.about .article .icon-holder {
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-top: -110px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .article .icon-holder img {
  max-height: 60px;
}

.about .article h6 {
  color: #000;
}

.about .areas-slider .hex-border h6 {
  color: #fff;
}

.about .areas-slider .hex-border:hover h6 {
  color: #2e6fb8;
}

.video-clients-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #2e6fb8;
}

.video-clients-slider.bg-slider {
  color: #fff;
}

.video-clients-slider.bg-slider .owl-nav .owl-prev:before,
.video-clients-slider.bg-slider .owl-nav .owl-next:before {
  background: url("../img/arrows-white.png");
}

.video-clients-slider.bg-slider .owl-nav .owl-next:before {
  background-position-x: -28px;
}

.video-clients-slider.bg-slider h2,
.video-clients-slider.bg-slider h5 {
  color: #fff;
}

.video-clients-slider.bg-slider .client-info {
  color: #fff;
}

.video-clients-slider.bg-slider .owl-nav {
  color: #fff !important;
}

.video-clients-slider h2 {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.video-clients-slider .clients-slider .video-holder {
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-clients-slider .clients-slider .video-holder .play {
  display: block;
  width: 75px;
  height: 75px;
  content: "";
  background-image: url("../img/play-2.png");
  background-repeat: no-repeat;
}

.video-clients-slider .clients-slider .client-info {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
}

.video-clients-slider .clients-slider .client-info h5 {
  font-size: 18px;
  margin: 0;
}

.video-clients-slider .owl--clients-carousel {
  position: relative;
  margin-bottom: 30px;
}

.video-clients-slider .owl--clients-carousel .owl-nav {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .video-clients-slider .owl--clients-carousel .owl-nav {
    display: none;
  }
}

.video-clients-slider .owl--clients-carousel .owl-nav .owl-next,
.video-clients-slider .owl--clients-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  display: none;
}

@media only screen and (min-width: 1199px) {
  .video-clients-slider .owl--clients-carousel .owl-nav .owl-next,
  .video-clients-slider .owl--clients-carousel .owl-nav .owl-prev {
    display: block;
  }
}

@media only screen and (min-width: 1199px) {
  .video-clients-slider .owl--clients-carousel .owl-nav .owl-next {
    right: -70px;
  }
}

@media only screen and (min-width: 1199px) {
  .video-clients-slider .owl--clients-carousel .owl-nav .owl-prev {
    left: -70px;
  }
}

.video-clients-slider .button-holder {
  text-align: center;
}

.strategic {
  padding-top: 85px;
  padding-bottom: 85px;
}

.strategic .nav {
  padding: 0;
}

.strategic h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #2e6fb8;
}

.strategic .table-tabs {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .strategic .table-tabs {
    font-size: 14px;
  }
}

.strategic .table-tabs a {
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin: 0 1px;
  padding: 25px 0;
  text-transform: uppercase;
  color: #3c424a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e9edf1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strategic .table-tabs a:hover,
.strategic .table-tabs a.active,
.strategic .table-tabs a:focus {
  text-decoration: none;
}

.strategic .table-tabs a.active {
  background-color: #fff;
  box-shadow: 0 5px 40px -10px #3c424a;
}

.strategic .logo-holder {
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  padding: 25px;
  border: 1px solid #e9edf1;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strategic .logo-holder img {
  width: auto;
  max-width: 100%;
  max-height: 75px;
}

.strategic .tab-content {
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom-right-radius: 60px;
}

.strategic .button-holder {
  text-align: center;
}

.career {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.career h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.career h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

@media only screen and (min-width: 768px) {
  .career .description {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.career .search-form .search-holder {
  position: relative;
}

.career .search-form .search-holder:after {
  position: absolute;
  z-index: 5;
  top: 17px;
  left: 15px;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("../img/searxh-icon.png");
}

.career .search-form input[type="search"] {
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  padding-right: 55px;
  padding-left: 55px;
  border: 1px solid #000;
  border-radius: 50px;
}

.career .search-form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

.career .search-form input[type="search"]::-moz-placeholder {
  color: #000;
}

.career .search-form input[type="search"]:-moz-placeholder {
  color: #000;
}

.career .search-form input[type="search"]:-ms-input-placeholder {
  color: #000;
}

.career .search-form .location {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #1c4370;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.career .search-form .select-holder {
  position: relative;
}

.career .search-form .select-holder:after {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 8px;
  box-sizing: border-box;
  width: 10%;
  height: 100%;
  padding: 0 8px;
  content: "▼";
  text-align: center;
  pointer-events: none;
  color: #2e6fb8;
}

.career .search-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 0 50px;
  text-align: center;
  border: none;
  border-radius: 50px;
}

.career .shadow-heading {
  /*max-width: 770px;*/
  margin-right: auto;
  margin-left: auto;
}

.career .shadow-heading .panel-heading {
  margin-bottom: 30px;
}

.career #accordion {
  margin-bottom: 65px;
  text-align: left;
}

.career #accordion .panel-collapse {
  padding: 0;
}

.career #accordion .panel {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}

#accordion .panel:nth-of-type(even) {
  background-color: #e1e7ed;
}

.career #accordion .panel-heading {
  /*padding-right: 0;*/
  padding-left: 0; /*background-color: #fff;*/
}

.career #accordion .panel-heading .panel-title {
  font-family: "Russo One", sans-serif;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .career #accordion .panel-heading .panel-title {
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
  }
}

.career #accordion .panel-heading .panel-title a {
  display: block;
  letter-spacing: 0.075em;
  color: #1c4370;
}

.career #accordion .panel-heading .panel-title a:after {
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/sprite.png");
  background-position-x: 16px;
}

@media only screen and (min-width: 768px) {
  .career #accordion .panel-heading .panel-title a:after {
    right: 35px;
  }
}

.career #accordion .panel-heading .panel-title a:hover {
  text-decoration: none;
}

.career #accordion .panel-heading .panel-title a.collapsed:after {
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/sprite.png");
}

@media only screen and (min-width: 768px) {
  .career #accordion .panel-heading .panel-title a.collapsed:after {
    right: 35px;
  }
}

.career .text-holder {
  padding: 40px 25px 40px 25px;
}

@media only screen and (min-width: 768px) {
  .career .text-holder {
    padding: 40px 100px 40px 70px;
  }
}

.career .text-holder h4 {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.career .text {
  margin-bottom: 25px;
  text-align: justify;
  color: #001a56;
}

.career .text a {
  text-transform: capitalize;
}

.career .button-holder {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.contact {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.contact .flex-row {
  display: block;
}

.contact .flex-row > div {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .contact .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}

.contact h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.contact h6 {
  font-size: 18px;
  color: #1c4370;
}

.contact .date {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #001a56;
}

.contact .contact-item {
  height: 100%;
  padding: 25px;
  text-align: left;
  background-color: #e9edf1;
}

.contact .contact-item:hover {
  transition: background-color linear 0.3s;
  color: #fff;
  background-color: #2e6fb8;
}

.contact .contact-item:hover .date,
.contact .contact-item:hover .contacts-holder a,
.contact .contact-item:hover h6,
.contact .contact-item:hover h5,
.contact .contact-item:hover .contacts-holder {
  color: #fff;
}

.contact .contact-item h5 {
  font-weight: 600;
  color: #2e6fb8;
}

.contact .contact-item .text-holder {
  text-align: left;
}

.contact .contact-item .image-holder {
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.contact .contact-item .contacts-holder {
  font-family: "Russo One", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #2e6fb8;
}

.contact-item .button-holder {
  display: flex;
  margin: 0;
}
.contact-item .button-holder .button:first-child {
  margin-left: -10px;
}

@media only screen and (min-width: 1199px) {
  .contact .contact-item .contacts-holder {
    font-size: 16px;
  }
}

.contact .contact-item .contacts-holder a {
  font-family: "Russo One", sans-serif;
  font-weight: 600;
}

.visit-us {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}

.visit-us:after {
  position: absolute;
  z-index: 2;
  bottom: -90px;
  left: 50%;
  display: block;
  margin-left: -45px;
  content: "";
  border: 45px solid transparent;
  border-top: 45px solid #fff;
}

.visit-us h3 {
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.visit-us .image-holder {
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1199px) {
  .visit-us .image-holder {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}

@media only screen and (min-width: 1199px) {
  .visit-us .image-holder {
    width: 100%;
    margin-bottom: 30px;
  }
}

.backgraund-campaign .image-holder {
  border-bottom-right-radius: 50px;
}

#main .owl-carousel img {
  border-bottom-right-radius: 0px;
}

.visit-us #map {
  height: 490px;
  margin-bottom: 20px;
}

.contact-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-form h3 {
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #2e6fb8;
}

.contact-form h5 {
  color: #2e6fb8;
}

.contact-form h6 {
  font-size: 18px;
  color: #2e6fb8;
}

.contact-form .social {
  margin-bottom: 40px;
}

.contact-form .schedule {
  margin-bottom: 50px;
}

.contact-form .note {
  padding-left: 15px;
  color: #2e6fb8;
  border-left: 6px solid #2e6fb8;
}

.contact-form .form-holder {
  height: 550px;
}

.contact-form .form-holder iframe {
  height: 100% !important;
}

.article {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .article {
    padding: 50px 0;
  }
}

.article article {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .article article {
    padding: 0 100px;
  }
}

.article .selected {
  font-size: 30px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 0 20px;
  color: #5c5c5c;
  border-left: 4px solid #2e6fb8;
}

.article .article-image {
  height: 470px;
  margin-bottom: 40px;
}

.article .image-holder {
  height: 370px;
  margin-bottom: 40px;
}

.article .text-holder {
  margin-bottom: 40px;
}

.article p {
  /*margin-bottom: 40px;*/
}

.article ul li {
  margin: 0;
}

.article h6 {
  text-transform: uppercase;
  color: #2e6fb8;
}

.article h5 {
  font-size: 1em;
  line-height: 1.6em;
  font-family: "Lato", sans-serif;
}

.article h4 {
  margin-bottom: 40px;
}

.article .social-block {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
  color: #2e6fb8;
  border-top: 1px solid #2e6fb8;
}

.article .social-block strong {
  text-transform: uppercase;
}

.partners {
  position: relative;
  padding-top: 40px;
  /*text-align: center;*/
}

.partners h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.partners .campaign {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #e9edf1;
}

.partners .campaign:after {
  position: absolute;
  z-index: 2;
  bottom: -90px;
  left: 50%;
  display: block;
  margin-left: -45px;
  content: "";
  border: 45px solid transparent;
  border-top: 45px solid #e9edf1;
}

.partners .image-holder {
  height: 580px;
  margin-bottom: 25px;
}

.partners .box {
  padding: 25px;
  background-color: #fff;
}

.schedule {
  position: relative;
}

.schedule h3 {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.schedule .nav-tabs > div {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .schedule .nav-tabs > div {
    float: right;
  }
}

.testing-center {
  position: relative;
  padding-top: 45px;
  padding-bottom: 85px;
  color: #4b4b4b;
}

.testing-center .nav-tabs {
  border: none;
}

.testing-center h3 {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.testing-center .small-image {
  //height: 130px;
  margin-bottom: 30px;
}

/*@media only screen and (min-width:768px) {
    .testing-center .small-image {
        margin-bottom: 0;
    }
}*/

.testing-center .nav-tabs > div {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .testing-center .nav-tabs > div {
    float: right;
  }
}

.testing-center .nav-pills > li.active > a,
.testing-center .nav-pills > li.active > a:focus,
.testing-center .nav-pills > li.active > a:hover {
  background-color: #fff;
}

.testing-center .nav-pills > li + li {
  margin-left: 0;
}

.testing-center .nav > li > a:focus,
.testing-center .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
}

.testing-center .nav > li > a {
  padding: 0;
}

.testing-center .nav-link {
  transition: none;
}

.testing-center .nav {
  padding: 0;
}

.testing-center .testing-list li.active a,
.testing-center .testing-list li:hover a,
.testing-center .testing-list li:focus a {
  color: #000;
}

.testing-center .testing-list li a {
  text-decoration: none;
  color: #fff;
}

.gallery-section {
  position: relative;
  padding-bottom: 55px;
  text-align: center;
}

.gallery-section h3 {
  text-transform: uppercase;
  color: #2e6fb8;
}

.gallery-section .big-img {
  height: 450px;
}

.gallery-section .small-img {
  width: 150px;
  height: 90px;
  margin: 10px;
}

.gallery-section .slider-nav {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .gallery-section .slider-nav {
    padding: 0;
  }
}

.gallery-section .slick-slider {
  margin-bottom: 20px;
}

.gallery-section .slick-slider .slick-prev {
  z-index: 10;
  left: 0;
}

@media only screen and (min-width: 1199px) {
  .gallery-section .slick-slider .slick-prev {
    display: none;
  }
}

.gallery-section .slick-slider .slick-prev:before {
  font-size: 0;
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
  background-position-x: 0;
}

.gallery-section .slick-slider .slick-next {
  z-index: 10;
  right: 0;
}

@media only screen and (min-width: 1199px) {
  .gallery-section .slick-slider .slick-next {
    display: none;
  }
}

.gallery-section .slick-slider .slick-next:before {
  font-size: 0;
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
  background-position-x: -28px;
}

.areas-slider {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}

.areas-slider h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #2e6fb8;
}

.areas-slider h6 {
  position: relative;
  z-index: 10;
}

.areas-slider .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.areas-slider .hex-border:before,
.areas-slider .hex-border:after,
.areas-slider .hexagon:before,
.areas-slider .hexagon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.areas-slider .hexagon:before,
.areas-slider .hex-border:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.areas-slider .hexagon:after,
.areas-slider .hex-border:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.areas-slider .hex-border {
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}

.areas-slider .hex-border:hover .hexagon,
.areas-slider .hex-border:focus .hexagon {
  color: #2e6fb8;
  background-color: #fff;
}

.areas-slider .hex-border:hover .hexagon:before,
.areas-slider .hex-border:hover .hexagon:after,
.areas-slider .hex-border:focus .hexagon:before,
.areas-slider .hex-border:focus .hexagon:after {
  background-color: #fff;
}

.areas-slider .hex-border .hexagon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 100px;
  margin: 50px auto;
  color: #fff;
  border-top: 3px solid transparent;
  border-right: 3px solid #2e6fb8;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #2e6fb8;
  border-radius: 9px;
  background-color: #2e6fb8;
  -ms-flex-align: center;
  align-items: center;
}

.areas-slider .hex-border .hexagon:before,
.areas-slider .hex-border .hexagon:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #2e6fb8;
}

.areas-slider .owl-nav {
  display: block !important;
}

.areas-slider .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1199px) {
  .areas-slider .owl-nav .owl-prev {
    left: -50px;
  }
}

.areas-slider .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1199px) {
  .areas-slider .owl-nav .owl-next {
    right: -50px;
  }
}

.recent-posts h2 {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #2e6fb8;
}

.recent-posts h6 {
  color: #2e6fb8;
}

.recent-posts .button-holder .button {
  margin-right: 0;
}

.recent-posts .post {
  margin-bottom: 30px;
  padding: 25px;
  text-align: left;
  background-color: #e9edf1;
  display: inline-block;
}

.recent-posts .post:hover {
  color: #fff;
  background-color: #2e6fb8;
}

.recent-posts .post:hover h6 {
  color: #fff;
}

.recent-posts .post .image-holder {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
}

.recent-posts .post .text {
  margin-bottom: 20px;
}

.recent-posts .post .author-post {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.recent-posts .filter-block {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-color: #e9edf1;
}

.recent-posts .filter-block .search-holder {
  position: relative;
  padding: 0 25px;
}

.recent-posts .filter-block #search-posts {
  padding: 25px;
}

.recent-posts .filter-block .title {
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2e6fb8;
}

.recent-posts .filter-block label {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.recent-posts .filter-block input[type="search"],
.recent-posts .filter-block input[type="email"],
.recent-posts .filter-block select {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid grey;
}

.recent-posts .filter-block input[type="search"] {
  padding: 10px 10px 10px 35px;
}

.recent-posts .filter-block input[type="submit"] {
  font-size: 0;
  position: absolute;
  top: 45px;
  left: 35px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url("../img/search-icon.png") no-repeat;
}

.recent-posts .filter-block .tags {
  padding: 0 25px 25px;
}

.recent-posts .filter-block .tags #menu-blogs-tags {
  margin: 0;
  padding: 0;
}

.recent-posts .filter-block .tags #menu-blogs-tags li {
  display: inline-block;
}

.recent-posts .filter-block .tags #menu-blogs-tags li a {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 25px;
  background-color: #d5dce4;
}

.recent-posts .filter-block .tags .tag {
  display: block;
  margin-bottom: 15px;
}

.recent-posts .filter-block #search-posts input[type="button"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: none;
}

.recent-posts .posts-holder .title {
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #2e6fb8;
}

.recent-posts .posts-holder .item {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.recent-posts .posts-holder .item .image-post {
  float: left;
  width: 23%;
  height: 85px;
  margin-right: 2%;
}

.recent-posts .posts-holder .item .text {
  float: left;
  width: 75%;
}

.recent-posts .posts-holder .item h6 {
  text-transform: uppercase;
}

.recent-posts .jot-form-holder {
  padding: 25px;
}
.post h6 {
  font-size: 20px;
}

.page-id-956 #main img {
  border: 2px solid #2e6fb8;
}
/*--------------------------------------------------------------
7.0 Vendors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.0 Pages
--------------------------------------------------------------*/
body,
html {
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-x: hidden;
}

.bg-prop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.grey-section {
  background-color: #e9edf1;
}

.subtitle {
  font-family: "Russo One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.social {
  font-size: 22px;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
}

.social li {
  display: inline-block;
  margin-right: 5px;
  list-style-type: none;
}

.social li:last-child {
  margin-right: 0;
}

.social li:before,
.social li:after {
  display: none;
}

.social li a {
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  background-color: #2e6fb8;
}

@media only screen and (min-width: 1290px) {
  .social li {
    margin-right: 15px;
  }
}

.background-color {
  padding: 40px 0;
  margin: 40px 0;
}

.button {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-weight: 600;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  height: 50px;
  margin-bottom: 40px;
  padding-right: 35px;
  padding-left: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555 !important;
  border-radius: 25px !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.button:hover,
.button:focus,
.button.active {
  text-decoration: none !important;
  box-shadow: 0 5px 40px -10px #3c424a !important;
}

@media only screen and (min-width: 1199px) {
  .button {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.btn-white {
  background-color: #fff !important;
}

.btn-yellow {
  background-color: #f7cc23 !important;
}

.btn-blue {
  background-color: #2e6fb8 !important;
}

.btn-red {
  background-color: #b32317;
}

.button.btn-red {
  color: #000 !important;
}

.button.btn-blue {
  color: #fff !important;
}

.bth-holder a {
  text-decoration: none;
}

.bth-holder a:hover,
.bth-holder a.active,
.bth-holder a:focus {
  text-decoration: none;
}

.border-btn {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}

.border-btn:hover,
.border-btn:focus {
  color: #2e6fb8 !important;
  background-color: #fff !important;
}

.shadow {
  box-shadow: 0 5px 40px -10px #3c424a;
}

.about-us-tabs {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 100px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  background-color: #2e6fb8;
}

@media only screen and (min-width: 1199px) {
  .about-us-tabs {
    padding-right: 0;
    padding-left: 0;
  }
}

.about-us-tabs .nav-tabs {
  border: none;
}

.about-us-tabs #tabs {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0;
  padding: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .about-us-tabs #tabs {
    height: 100px;
  }
}

.about-us-tabs #tabs li {
  width: 100%;
  list-style-type: none;
}

.about-us-tabs #tabs li.active a,
.about-us-tabs #tabs li.current-menu-item a,
.about-us-tabs #tabs li:hover a,
.about-us-tabs #tabs li:focus a {
  color: #2e6fb8;
  background-color: #fff;
}

.about-us-tabs #tabs li.active a:after,
.about-us-tabs #tabs li.current-menu-item a:after,
.about-us-tabs #tabs li:hover a:after,
.about-us-tabs #tabs li:focus a:after {
  visibility: visible;
}

.about-us-tabs #tabs li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-tabs #tabs li a:after {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  display: block;
  visibility: hidden;
  margin-left: -20px;
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #2e6fb8;
}

.about-us-tabs #tabs .owl-nav .owl-prev:before,
.about-us-tabs #tabs .owl-nav .owl-next:before {
  background: url("../img/arrows-white.png");
}

.about-us-tabs #tabs .owl-nav .owl-prev {
  left: -50px;
}

.about-us-tabs #tabs .owl-nav .owl-prev:before {
  background-position-x: 0;
}

.about-us-tabs #tabs .owl-nav .owl-next {
  right: -50px;
}

.about-us-tabs #tabs .owl-nav .owl-next:before {
  background-position-x: -28px;
}

.services-tabs {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2e6fb8;
}

.services-tabs .nav-tabs {
  border: none;
}

.services-tabs .owl-stage-outer {
  height: 120px;
}

.services-tabs .owl-stage-outer .owl-item li {
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (min-width: 1199px) {
  .services-tabs .owl-stage-outer .owl-item li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .services-tabs .owl-stage-outer {
    height: 120px;
  }
}

.services-tabs .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1199px) {
  .services-tabs .owl-nav .owl-prev {
    left: -50px;
  }
}

.services-tabs .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1199px) {
  .services-tabs .owl-nav .owl-next {
    right: -50px;
  }
}

.services-tabs .owl-nav .owl-prev:before,
.services-tabs .owl-nav .owl-next:before {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows-white.png");
  background-repeat: no-repeat;
}

.services-tabs .owl-nav .owl-prev:before {
  background-position-x: 0;
}

.services-tabs .owl-nav .owl-next:before {
  background-position-x: -28px;
}

.services-tabs #tabs-list,
.services-tabs #tabs {
  height: 100px;
  margin: 0;
  padding: 0;
}

.services-tabs #tabs-list li,
.services-tabs #tabs li {
  list-style-type: none;
}

.services-tabs #tabs-list li.active a,
.services-tabs #tabs-list li:focus a,
.services-tabs #tabs-list li:hover a,
.services-tabs #tabs li.active a,
.services-tabs #tabs li:focus a,
.services-tabs #tabs li:hover a {
  color: #2e6fb8;
  background-color: #fff;
}

.services-tabs #tabs-list li.active a:after,
.services-tabs #tabs-list li:focus a:after,
.services-tabs #tabs-list li:hover a:after,
.services-tabs #tabs li.active a:after,
.services-tabs #tabs li:focus a:after,
.services-tabs #tabs li:hover a:after {
  visibility: visible;
}

.services-tabs #tabs-list li a,
.services-tabs #tabs li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
  border-radius: 0;
  background-color: #2e6fb8;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-tabs #tabs-list li a:after,
.services-tabs #tabs li a:after {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  display: block;
  visibility: hidden;
  margin-left: -20px;
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #2e6fb8;
}

.bb-radius {
  border-bottom-right-radius: 50px;
}

.bt-radius {
  border-top-left-radius: 50px;
}

.text-holder p {
  margin-bottom: 25px;
}
.su-column-inner > *:first-child,
.su-accordion > *:first-child,
.su-spoiler-content > *:first-child,
.su-service-content > *:first-child,
.su-box-content > *:first-child,
.su-note-inner > *:first-child,
.su-expand-content > *:first-child,
.su-lightbox-content > *:first-child {
  margin-bottom: 0;
}
.signup {
  margin: 20px 0 0 0;
}

article ul,
.text-holder ul,
.text ul,
.su-column ul {
  margin: 0;
  padding: 0;
}

article ul li,
.text-holder ul li,
.text ul li,
.su-column ul li {
  position: relative;
  /*    display: -ms-flexbox;
    display: flex;*/
  margin-bottom: 15px;
  padding-left: 15px;
  list-style-type: none;
  /*    -ms-flex-align: center;
    align-items: center;*/
}

article ul li:before,
.text-holder ul li:before,
.text ul li:before,
.su-column ul li:before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #2e6fb8;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}

.owl-dots .owl-dot.active:after {
  display: block;
  width: 22px;
  height: 19px;
  content: "";
  background-image: url("../img/dot-big.png");
  background-repeat: no-repeat;
}

.owl-dots .owl-dot:after {
  display: block;
  width: 12px;
  height: 10px;
  content: "";
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  top: 40%;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  display: block;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 0;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-prev:before {
  background-position-x: 0;
}

.owl-nav .owl-next {
  right: -50px;
}

.owl-nav .owl-next:before {
  background-position-x: -28px;
}

.circle {
  float: right;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.description {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  color: #676767;
}

@media only screen and (min-width: 768px) {
  .description {
    padding-right: 170px;
    padding-left: 170px;
  }
}

.scroll-down.white:before {
  border-top: 40px solid #fff;
}

.scroll-down:before {
  position: absolute;
  z-index: 2;
  bottom: -80px;
  left: 50%;
  display: block;
  margin-left: -40px;
  content: "";
  border: 40px solid transparent;
  border-top: 40px solid #2e6fb8;
}

.scroll-btn {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 30px;
  height: 37px;
  margin-left: -15px;
  background-image: url("../img/scroll-btn.png");
}

.breadcrumbs {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}

.breadcrumbs li:after {
  content: "/";
}

.breadcrumbs li:last-child {
  font-weight: 700;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li a {
  color: #000;
}

.red-text {
  color: #b41e00;
}

.blue-text {
  color: #001a56;
}

.call-to-action {
  padding-top: 90px;
  padding-bottom: 75px;
  text-align: center;
  background-color: #e9edf1;
}

.call-to-action .text {
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e6fb8;
}

.call-to-action .download {
  position: relative;
}

.call-to-action .download:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  content: "";
  background: url("../img/download.png");
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.button-holder .button {
  margin-right: 15px;
  margin-left: 15px;
}
.button-holder .button:first-child {
  margin-left: 0;
}
.button-holder .button:last-child {
  margin-right: 0;
}

.grey-bg {
  position: relative;
}

.grey-bg:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  content: "";
  background-color: #e9edf1;
}

.search-form .search-holder {
  position: relative;
}

.search-form .search-holder:after {
  position: absolute;
  z-index: 5;
  top: 17px;
  left: 15px;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("../img/searxh-icon.png");
}

.search-form input[type="search"] {
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  padding-right: 55px;
  padding-left: 55px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

.search-form input[type="search"]::-moz-placeholder {
  color: #000;
}

.search-form input[type="search"]:-moz-placeholder {
  color: #000;
}

.search-form input[type="search"]:-ms-input-placeholder {
  color: #000;
}

.search-form .location {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #1c4370;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-form .select-holder {
  position: relative;
}

.search-form .select-holder:after {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 8px;
  box-sizing: border-box;
  width: 10%;
  height: 100%;
  padding: 0 8px;
  content: "▼";
  text-align: center;
  pointer-events: none;
  color: #2e6fb8;
}

.search-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 0 50px;
  text-align: center;
  border: none;
  border-radius: 50px;
}

#scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

#scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 25%;
  background-color: #000;
}

#scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}

.scrollbar {
  overflow-y: scroll;
  width: 100%;
  height: 580px;
  margin-bottom: 25px;
  color: #000;
}

.force-overflow {
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 70px;
  text-align: justify;
}

.search-result {
  padding-top: 45px;
  padding-right: 30px;
  padding-bottom: 30px;
  background: #fff;
}

.search-result .panel {
  margin-bottom: 0;
  box-shadow: none;
}

.search-result .panel-default {
  border-color: transparent;
}

.search-result .panel-default > .panel-heading {
  padding-left: 50px;
  border-color: transparent;
}

.search-result .panel-default > .panel-heading .button {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .search-result .panel-default > .panel-heading .button {
    margin-left: 10px;
  }
}

.search-result .panel-default .text-holder {
  padding: 0 50px;
}

.search-result .panel-default .text-holder h4 {
  color: #1c4370;
}

.search-result iframe {
  height: 780px !important;
}

.search-result .panel-heading {
  display: inline-block;
  text-align: left;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .search-result .panel-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search-result .panel-heading .panel-title {
  text-transform: capitalize;
  color: #1c4370;
}

.search-result h5 {
  color: #1c4370;
}

.search-result h6 {
  color: #2e6fb8;
}

.search-header {
  display: block;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .search-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.testing-list {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.testing-list li {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 95px;
  padding: 0 25px;
  list-style-type: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #2e6fb8;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

@media only screen and (min-width: 1199px) {
  .testing-list li {
    width: 270px;
  }
}

.testing-list li span {
  text-transform: uppercase;
}

.testing-list li:hover,
.testing-list li.active,
.testing-list li:focus {
  color: #000;
  border: 1px solid #2e6fb8;
  background-color: #fff;
}

.table-price {
  overflow: auto;
  width: 100%;
  white-space: nowrap;
  color: #000;
}

.table-price .add_to_cart_inline {
  display: -ms-flexbox;
  display: flex;
}

.table-price.full-width tr {
  display: block;
  width: 100%;
}

.table-price.full-width tr:last-child {
  border-bottom-right-radius: 50px;
}

.table-price .button {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
}

.table-price h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: black;
}

@media only screen and (max-width: 767px) {
  .table-price tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .table-price thead {
    display: none;
  }

  .table-price td::before {
    content: attr(data-title);
    display: block;
    text-transform: capitalize;
    color: #1f4396;
    font-weight: bold;
  }
  .table-price {
    overflow: hidden;
    min-width: 100%;
    width: 100%;
    display: block;
  }
  .table-price td {
    display: inline-block;
    height: auto;
    white-space: normal;
    padding: 15px;
    padding-bottom: 0;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 0;
  }
  .table-price td:first-child {
    float: left;
    border-top: 1px solid #e5e5e5;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .table-price td:last-child {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .table-price th {
    width: 100%;
    padding: 0;
  }

  .table-price tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .table-price td span.price {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .table-price td {
    font-weight: 500;
    height: 80px;
    padding: 0 5px;
    text-align: left;
  }

  .table-price th {
    padding: 0 25px;
  }
  .table-price {
    border-spacing: 0;
    border-collapse: separate;
    overflow: visible;
    white-space: normal;
  }
  .table-price .button {
    width: 150px;
  }
  .table-price h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .table-price tr:nth-of-type(2n) td {
    background-color: #f5f6f7;
  }
  .table-price th,
  td {
    background-color: white;
  }
  .table-price tr td {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  .table-price tr td:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .table-price tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
  }

  .table-price tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
  }
  .table-price tr:last-child td:last-child {
    border-bottom-right-radius: 25px;
  }

  .table-price thead tr {
    height: 60px;
  }
  .table-price tr th {
    background-color: #f5f6f7;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  .table-price tr:first-child th:first-child {
    border-top-left-radius: 25px;
  }
  .table-price tr:first-child th:last-child {
    border-top-right-radius: 25px;
  }
  .table-price tr th:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .table-price thead {
    display: table-header-group;
  }
  .table-price td {
    display: table-cell;
    padding: 15px 25px;
  }
}

.table-price .product {
  padding-left: 0 !important;
  border: none !important;
}

.table-price .woocommerce a.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 130px;
  height: 50px;
  margin-left: 0;
  padding-right: 1%;
  padding-left: 1%;
  text-decoration: none;
  text-transform: capitalize;
  color: #555;
  border-radius: 25px;
  background-color: #f7cc23;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-price .woocommerce-Price-amount {
  display: inline-block;
  padding: 0 50px;
}

.table-price .wc-forward {
  padding: 0 15px;
}

.sertifications {
  position: relative;
  padding-bottom: 85px;
}

.sertifications h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.study-guide {
  padding-top: 45px;
  padding-bottom: 45px;
}

.study-guide .flex-row {
  display: block;
}

@media only screen and (min-width: 768px) {
  .study-guide .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}

.study-guide .holder {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  height: 420px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.study-guide .study-holder {
  margin: 0 15px;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .study-guide .study-holder {
    padding: 70px;
  }
}

.study-guide .subtitle {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.study-guide #study-guide {
  display: block;
}

@media only screen and (min-width: 1199px) {
  .study-guide #study-guide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.study-guide #study-guide label {
  display: block;
  color: #001a56;
}

.study-guide #study-guide input[type="email"],
.study-guide #study-guide select {
  width: 100%;
  height: 45px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media only screen and (min-width: 1199px) {
  .study-guide #study-guide input[type="email"],
  .study-guide #study-guide select {
    width: 200px;
    margin-bottom: 0;
  }
}

.study-guide #study-guide input[type="submit"] {
  margin-top: 25px;
  border: none;
}

.jot-form-section {
  height: auto;
  padding-top: 45px;
  text-align: center;
}

.jot-form-section iframe {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .jot-form-section iframe {
    min-height: 500px !important;
  }
}

.owl-carousel.off {
  display: block;
}

.owl--three-item-carousel {
  padding-top: 45px;
}

.owl--three-item-carousel .hexagon-border {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 310px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl--three-item-carousel .hexagon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 156px;
  color: #001a56;
  border-top: 3px solid transparent;
  border-right: 3px solid #2e6fb8;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #2e6fb8;
  border-radius: 9px;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl--three-item-carousel .hexagon * {
  position: relative;
  z-index: 10;
}

.owl--three-item-carousel .hexagon:hover,
.owl--three-item-carousel .hexagon:focus {
  color: #fff;
  background-color: #2e6fb8;
}

.owl--three-item-carousel .hexagon:hover:before,
.owl--three-item-carousel .hexagon:hover:after,
.owl--three-item-carousel .hexagon:focus:before,
.owl--three-item-carousel .hexagon:focus:after {
  background-color: #2e6fb8;
}

.owl--three-item-carousel .hexagon:before,
.owl--three-item-carousel .hexagon:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.owl--three-item-carousel .hexagon:before,
.owl--three-item-carousel .hexagon:after,
.owl--three-item-carousel .hexagon-border:before,
.owl--three-item-carousel .hexagon-border:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.owl--three-item-carousel .hexagon:before,
.owl--three-item-carousel .hexagon-border:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.owl--three-item-carousel .hexagon:after,
.owl--three-item-carousel .hexagon-border:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.owl--three-item-carousel .item {
  position: relative;
  margin-bottom: 30px;
}

.owl--three-item-carousel .linkedin-img {
  display: block;
  max-width: 270px; /*position: relative;*/
  height: 335px;
  margin: 0 auto 40px;
}

.owl--three-item-carousel .linkedin {
  display: block;
}

.owl--three-item-carousel .linkedin:after {
  position: absolute;
  z-index: 2;
  right: 80px;
  bottom: 30px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(../img/linkedin-icon.png);
}

.owl--three-item-carousel .item-holder .text {
  padding: 25px;
}

.owl--three-item-carousel .item-holder .top-box {
  padding: 40px;
  color: #fff;
  background-color: #2e6fb8;
}

.owl--three-item-carousel .item-holder .top-box h5 {
  margin-bottom: 0;
  color: #fff;
}

.owl--three-item-carousel .item-holder .top-box .date {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  display: block;
}

.owl--three-item-carousel .owl-nav {
  display: block !important;
}

.owl--three-item-carousel .owl-nav .owl-next {
  right: 15px;
}

@media only screen and (min-width: 1199px) {
  .owl--three-item-carousel .owl-nav .owl-next {
    right: -50px;
  }
}

.owl--three-item-carousel .owl-nav .owl-prev {
  left: 15px;
}

@media only screen and (min-width: 1199px) {
  .owl--three-item-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}

.resumes {
  text-align: center;
  margin-bottom: 60px;
}

.resumes h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.resumes .pdf-image {
  position: relative;
  max-width: 270px;
  height: 335px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-size: contain;
}
.resumes .download-doc:after {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: url("../img/bg-download.png") no-repeat;
}

.resumes .text {
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  font-weight: 500;
  max-width: 270px;
  margin-bottom: 40px;
  color: #1f4396;
}

.resumes .resumes-holder {
  /*max-width: 970px;*/
  margin: 0 auto;
}

.resumes .modal .modal-content {
  border-bottom-right-radius: 100px;
}

.resumes .modal .slider-resumes-for .pdf-image {
  max-width: 100%; /*margin: 0 20px 20px;*/
  height: auto;
}

.resumes .modal .slider-resumes-nav .pdf-image {
  width: auto;
  height: 300px;
  margin: 0 20px 20px;
}

.modal-dialog {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}

.sertifications {
  padding-top: 65px;
}

.hexagon-bg {
  visibility: hidden;
  overflow: hidden;
  width: 330px; /* cursor: pointer; */
  height: 380px;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); /*width: 220px;*/
}

.hexagon-bg .hex-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-bg .hex-1 .hexagon-inner {
  position: relative;
  visibility: visible;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.intro {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

.intro .intro-holder {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .intro .intro-holder {
    padding: 0 10%;
  }
}

.intro .image-holder {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .intro .image-holder {
    margin-bottom: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .intro .image-holder:after {
    position: absolute;
    top: 20px;
    right: 50px;
    bottom: 20px;
    width: 2px;
    height: 75%;
    content: "";
    background-color: #e1e7ed;
  }
}

.five-item-hexagon,
.six-item-hexagon {
  margin-bottom: 40px;
}

.five-item-hexagon .item {
  height: auto !important;
}

.five-item-hexagon h6,
.six-item-hexagon h6 {
  z-index: 1;
  margin-bottom: 0;
  color: #1c4370;
}

.five-item-hexagon .hexagon,
.six-item-hexagon .hexagon {
  position: relative;
}

.five-item-hexagon .inner,
.six-item-hexagon .inner {
  position: relative;
  width: 170px;
  height: 101px;
}

.five-item-hexagon .hexagon:before,
.five-item-hexagon .hexagon:after,
.five-item-hexagon .inner:before,
.five-item-hexagon .inner:after,
.six-item-hexagon .hexagon:before,
.six-item-hexagon .hexagon:after,
.six-item-hexagon .inner:before,
.six-item-hexagon .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.five-item-hexagon .hexagon:before,
.five-item-hexagon .inner:before,
.six-item-hexagon .hexagon:before,
.six-item-hexagon .inner:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.five-item-hexagon .hexagon:after,
.five-item-hexagon .inner:after,
.six-item-hexagon .hexagon:after,
.six-item-hexagon .inner:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.five-item-hexagon .inner,
.six-item-hexagon .inner {
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  border-top: 3px solid transparent;
  border-right: 3px solid #2e6fb8;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #2e6fb8;
  border-radius: 12px;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.five-item-hexagon .inner:before,
.five-item-hexagon .inner:after,
.six-item-hexagon .inner:before,
.six-item-hexagon .inner:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.five-item-hexagon .inner img,
.six-item-hexagon .inner img {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 100%;
  max-height: 110px;
}

.five-item-hexagon .owl-nav .owl-next,
.six-item-hexagon .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1199px) {
  .five-item-hexagon .owl-nav .owl-next,
  .six-item-hexagon .owl-nav .owl-next {
    right: -50px;
  }
}

.five-item-hexagon .owl-nav .owl-prev,
.six-item-hexagon .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1199px) {
  .five-item-hexagon .owl-nav .owl-prev,
  .six-item-hexagon .owl-nav .owl-prev {
    left: -50px;
  }
}

.campaign {
  padding: 65px 0;
}

.campaign h2 {
  margin-bottom: 40px;
  color: #2e6fb8;
}

.campaign h5 {
  color: #1c4370;
}

.campaign .image-holder {
  position: relative;
  height: 500px;
  margin-bottom: 20px;
}

.campaign .info {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  background: linear-gradient(to bottom, transparent, #fff);
}

.default_page .content_holder h4 {
  text-align: left;
}

.registration {
  text-align: center;
}

.registration .flex-row {
  display: block;
}

@media only screen and (min-width: 768px) {
  .registration .flex-row {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.registration .hexagon {
  position: relative;
  display: block;
  margin: 100px 15px 130px;
  text-decoration: none;
}

.registration .hexagon:last-child {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .registration .hexagon {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.registration .hexagon.active .inner {
  color: #2e6fb8;
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.registration .hexagon.active .inner:before,
.registration .hexagon.active .inner:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.registration .inner {
  position: relative;
  width: 170px;
  height: 100px;
}

.registration .hexagon:before,
.registration .hexagon:after,
.registration .inner:before,
.registration .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.registration .hexagon:before,
.registration .inner:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.registration .hexagon:after,
.registration .inner:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.registration .inner {
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  color: #fff;
  border-top: 3px solid transparent;
  border-right: 3px solid #f7cc23;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #f7cc23;
  border-radius: 10px;
  background-color: #2e6fb8;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration .inner h6 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.registration .inner:before,
.registration .inner:after {
  border-right: 3px solid #f7cc23;
  border-left: 3px solid #f7cc23;
  background-color: #2e6fb8;
}

.form-registration {
  padding-top: 40px;
}

.form-registration label {
  font-weight: 500;
  display: block;
  color: #2e6fb8;
}

.form-registration input[type="text"],
.form-registration input[type="number"],
.form-registration input[type="date"],
.form-registration input[type="email"],
.form-registration input[type="tel"],
.form-registration input[type="password"],
.form-registration select {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  background-color: #fff !important;
  transition: 0.5s ease;
  border: 1px solid #ccc;
}

.form-registration input:focus {
  border: 1px solid #288cfdd1;
  transition: 0.5s ease;
}

.form-registration input[type="text"]::-webkit-input-placeholder,
.form-registration input[type="number"]::-webkit-input-placeholder,
.form-registration input[type="date"]::-webkit-input-placeholder,
.form-registration input[type="email"]::-webkit-input-placeholder,
.form-registration input[type="tel"]::-webkit-input-placeholder,
.form-registration input[type="password"]::-webkit-input-placeholder,
.form-registration select::-webkit-input-placeholder {
  background-color: #fff !important;
}

.form-registration input[type="text"]::-moz-placeholder,
.form-registration input[type="number"]::-moz-placeholder,
.form-registration input[type="date"]::-moz-placeholder,
.form-registration input[type="email"]::-moz-placeholder,
.form-registration input[type="tel"]::-moz-placeholder,
.form-registration input[type="password"]::-moz-placeholder,
.form-registration select::-moz-placeholder {
  background-color: #fff !important;
}

.form-registration input[type="text"]:-moz-placeholder,
.form-registration input[type="number"]:-moz-placeholder,
.form-registration input[type="date"]:-moz-placeholder,
.form-registration input[type="email"]:-moz-placeholder,
.form-registration input[type="tel"]:-moz-placeholder,
.form-registration input[type="password"]:-moz-placeholder,
.form-registration select:-moz-placeholder {
  background-color: #fff !important;
}

.form-registration input[type="text"]:-ms-input-placeholder,
.form-registration input[type="number"]:-ms-input-placeholder,
.form-registration input[type="date"]:-ms-input-placeholder,
.form-registration input[type="email"]:-ms-input-placeholder,
.form-registration input[type="tel"]:-ms-input-placeholder,
.form-registration input[type="password"]:-ms-input-placeholder,
.form-registration select:-ms-input-placeholder {
  background-color: #fff !important;
}

.form-registration .button-holder {
  text-align: center;
}

.form-registration .button-holder .submit {
  width: 150px;
  border: none;
}

.hexagons {
  padding-top: 45px;
  padding-bottom: 80px;
}

.hexagons .item:nth-of-type(6),
.hexagons .item:nth-of-type(15),
.hexagons .item:nth-of-type(24) {
  margin-left: 115px;
}

.hexagons .hexagon {
  position: relative;
  display: block;
  margin: 100px 10px 60px;
  text-decoration: none;
}

@media only screen and (min-width: 1199px) {
  .hexagons .hexagon {
    margin-top: 60px;
    margin-bottom: -40px;
  }
}

.hexagons .hexagon:hover .inner,
.hexagons .hexagon:focus .inner {
  color: #fff;
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #2e6fb8;
}

.hexagons .hexagon:hover .inner:before,
.hexagons .hexagon:hover .inner:after,
.hexagons .hexagon:focus .inner:before,
.hexagons .hexagon:focus .inner:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #2e6fb8;
}

.hexagons .inner {
  position: relative;
  width: 213px;
  height: 125px;
}

.hexagons .hexagon:before,
.hexagons .hexagon:after,
.hexagons .inner:before,
.hexagons .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hexagons .hexagon:before,
.hexagons .inner:before {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.hexagons .hexagon:after,
.hexagons .inner:after {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hexagons .inner {
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  padding: 0 15px;
  text-align: center;
  color: #2e6fb8;
  border-top: 3px solid transparent;
  border-right: 3px solid #2e6fb8;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #2e6fb8;
  border-radius: 10px;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hexagons .inner h6 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hexagons .inner:before,
.hexagons .inner:after {
  border-right: 3px solid #2e6fb8;
  border-left: 3px solid #2e6fb8;
  background-color: #fff;
}

.hexagons .owl-nav .owl-prev {
  left: 0;
}

@media only screen and (min-width: 1400px) {
  .hexagons .owl-nav .owl-prev {
    left: -50px;
  }
}

.hexagons .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 1400px) {
  .hexagons .owl-nav .owl-next {
    right: -50px;
  }
}

.checkout #order_review_heading {
  margin-top: 50px;
}

.custom-form-holder {
  text-align: left;
}

.custom-form-holder .webinar-form {
  margin-bottom: 30px;
}

.custom-form-holder label {
  display: block;
}

.custom-form-holder input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #000;
}

.custom-form-holder .input-holder {
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .custom-form-holder .input-holder {
    width: 50%;
    margin: 0 15px 30px;
  }
}

.custom-form-holder .company-holder {
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .custom-form-holder .company-holder {
    width: 47%;
  }
}

.search-post {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  padding: 30px 0;
  border-bottom: 1px solid #e9edf1;
}

.not-found {
  font-family:
    "Lato",
    Arial,
    Helvetica sans-serif;
  text-align: center;
}

.not-found .title {
  font-size: 300px;
  line-height: 1;
  margin-bottom: 0;
  color: #2e6fb8;
}

.not-found h5,
.not-found h6 {
  text-transform: uppercase;
  color: #2e6fb8;
}

.not-found .search-submit {
  max-width: 150px;
  margin-right: auto !important;
  margin-left: auto !important;
  background: #f7cc23;
}

.not-found input[type="search"] {
  margin-bottom: 30px;
}

.btn-question {
  position: absolute;
  top: 120px;
  right: 0;
  width: 15px;
  height: 15px;
  content: "?";
  text-align: center;
  color: #2e6fb8;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-question {
    top: -12px;
    right: 0px;
  }
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  margin-left: -15px;
}

.footer_meetup {
  background-color: #fff;
}

.footer_meetup .title {
  color: #2e6fb8;
}
.footer_subscribe #custom_html-6 h3 {
  color: #fff !important;
  display: none;
}

#custom_html-6 {
  margin: 10px 0;
  padding: 10px;
}

.menu-policy-menu-container li:before {
  content: "";
  height: 100%;
  width: 2px;
  background: white;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: 2px;
}

.menu-policy-menu-container li:first-child:before {
  display: none;
}

.menu-policy-menu-container li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
}
.menu-policy-menu-container li:first-child {
  padding: 0;
}

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
opacity: 1;
}*/
input[type="number"] {
  position: relative;
  margin: 0 0 1rem;
  border: 1px solid #bbb;
  border-color: #bbb #ececec #ececec #bbb;
  padding: 0.2rem;
}

/* Spin Buttons modified */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #fff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=);
  width: 1em;
  border-left: 1px solid #bbb;
  opacity: 1; /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: calc(80%) !important;
  background-position: center;
  background-repeat: no-repeat;
}

input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active {
  box-shadow: 0 0 2px #0cf;
  opacity: 0.8;
}

/* Override browser form filling */
input:-webkit-autofill {
  background: black;
  color: red;
}

.training_ip_chart {
  display: none;
}

.text-holder .alignnone {
  width: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .training_ip_chart {
    display: block;
  }
}

.training_price_match_box .photo_wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  .training_price_match_box .photo_wrapper {
    display: block;
  }
}

.type-page.status-publish.hentry {
  margin-top: 40px;
}

.footer_icons {
  margin-bottom: 20px;
}

.wrapper1,
.table-wrapper,
.wrapper2,
.table-wrapper2 {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.wrapper1,
.wrapper2 {
  height: 20px;
}

.div1 {
  height: 20px;
  min-width: 1200px;
}

/*// Certification table*/
.certification {
  padding-top: 80px;
}
.certification-table th,
.certification-table td {
  vertical-align: middle;
}

.wsp-pages-list li:before {
  display: none;
}
.wsp-pages-list li .children li:before {
  display: inline-block;
  margin-left: 30px;
}

.wsp-pages-list li .children li {
  padding-left: 45px;
  margin-top: 10px;
}
.classes .inner {
  position: relative;
  width: 290px;
  height: 169px;
}

.cp_title {
  text-align: center;
  font-family: Arial;
  text-transform: uppercase;
  background: #a45a4f;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline;
  cursor: pointer;
}

#class_schedule_table .class-inner-table tr,
#class_schedule_table .class-inner-table td {
  padding: 0 !important;
  background: none !important;
}

#class_schedule_table.table-price tbody.collapse {
  display: none !important;
}

#class_schedule_table.table-price tbody.collapse.in {
  display: inherit !important;
}

/* Icon when the collapsible content is shown */
.cp_title:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}

/* Icon when the collapsible content is hidden */
.cp_title.collapsed:after {
  content: "\e080";
}

.blue-box {
  background-color: #dcf1f6;
  padding: 10px;
}