.not-break {
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
  .not-break .col-1 {
    max-width: 8.33333%;
    width: 8.33333%;
    flex-basis: 8.33333%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-2 {
    max-width: 16.66667%;
    width: 16.66667%;
    flex-basis: 16.66667%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-3 {
    max-width: 25%;
    width: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-4 {
    max-width: 33.33333%;
    width: 33.33333%;
    flex-basis: 33.33333%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-5 {
    max-width: 41.66667%;
    width: 41.66667%;
    flex-basis: 41.66667%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-6 {
    max-width: 50%;
    width: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-7 {
    max-width: 58.33333%;
    width: 58.33333%;
    flex-basis: 58.33333%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-8 {
    max-width: 66.66667%;
    width: 66.66667%;
    flex-basis: 66.66667%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-9 {
    max-width: 75%;
    width: 75%;
    flex-basis: 75%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-10 {
    max-width: 83.33333%;
    width: 83.33333%;
    flex-basis: 83.33333%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-11 {
    max-width: 91.66667%;
    width: 91.66667%;
    flex-basis: 91.66667%;
  }
}

@media only screen and (max-width: 769px) {
  .not-break .col-12 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-4 {
    max-width: 33.33333% !important;
    width: 33.33333% !important;
    flex-basis: 33.33333% !important;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-6 {
    max-width: 50% !important;
    width: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-12 {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .col-sm-6 {
    max-width: 50% !important;
    width: 50% !important;
    flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 480px) {
  .col-sm-12 {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .col-sm-hidden {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .show-md {
    display: none;
  }
}

.container-inner,
.container-content-inner {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .container-inner,
  .container-content-inner {
    width: calc(100% - 60px);
  }

  #myLogo {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .container-inner,
  .container-content-inner {
    width: calc(100% - 30px);
  }
}

.container-content-inner {
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .container-content-inner {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .container-content-inner {
    width: calc(100% - 30px);
  }
}

.flex-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-middle-left {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .flex-middle-left-md {
    justify-content: start !important;
  }
}

.flex-middle-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-bottom-left {
  display: flex;
  align-items: flex-end;
}

.pr-10 {
  padding-right: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.p-15 {
  padding: 15px;
}

.mb-60 {
  margin-bottom: 60px;
}

.m-0 {
  margin: 0;
}

.d-flex {
  display: flex !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-direction-column {
  flex-direction: column;
}

.button,
body,
button,
h1,
h1.title,
h2,
h3,
h4,
h5,
h6 {
  font-family: din-2014, sans-serif;
}

body {
  font-size: 18px;
}

.h1-size {
  font-size: 44px;
}

.color-green {
  color: #081a2a;
}

.color-white {
  color: white !important;
}

.color-white h4 {
  color: white !important;
}

.bg-color-green {
  background-color: #081a2a;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-left {
  padding-left: 24%;
}

@media only screen and (max-width: 1920px) {
  .container-left {
    padding-left: 17%;
  }
}

@media only screen and (max-width: 1600px) {
  .container-left {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 1440px) {
  .container-left {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container-left {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .container-left {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .container-left {
    padding-left: 15px;
  }
}

.container-right {
  padding-right: 24%;
}

@media only screen and (max-width: 1920px) {
  .container-right {
    padding-right: 17%;
  }
}

@media only screen and (max-width: 1600px) {
  .container-right {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 1440px) {
  .container-right {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container-right {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .container-right {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .container-right {
    padding-left: 15px;
  }
}

.container-fluid {
  width: 100%;
}

.row {
  margin-left: 0;
}

.pos_relative {
  position: relative;
}

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

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flex-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-window {
  background: transparent;
  min-height: 300px;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

.simple_horizontal_ul {
  list-style-type: none;
  margin: 0;
}

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

.simple_horizontal_ul > li > a {
  display: block;
}

.burger_vertical_ul {
  list-style-type: none;
  margin: 0;
}

.burger_vertical_ul li {
  display: block;
}

.burger_vertical_ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.scroll_reveal {
  visibility: hidden;
}

#back_to_top_btn {
  position: fixed;
  right: 5px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #081a2a;
  transition: background-color 0.4s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 100;
}

#back_to_top_btn i {
  font-size: 22px;
  color: white;
  padding-bottom: 4px;
}

#back_to_top_btn:hover {
  color: white;
  background-color: #04282f;
}

#back_to_top_btn.show {
  opacity: 1;
}

#newsletter_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#newsletter_section #input_container {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 769px) {
  #newsletter_section #input_container {
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #newsletter_section #input_container {
    max-width: 100%;
  }
}

#newsletter_section #input_container form {
  margin: 0;
}

#newsletter_section #input_container form div {
  display: none;
}

#newsletter_section #input_container button {
  display: inline-block;
  padding: 8px 12px 8px 0px;
  background-color: transparent;
}

#newsletter_section #input_container button i {
  color: #081a2a;
  font-size: 28px;
  transition: color 0.4s ease;
}

#newsletter_section #input_container button:hover i {
  color: #04282f;
}

#newsletter_section #input_container input {
  display: inline-block;
  width: calc(100% - 58px);
}

#newsletter_section #input_container input:-ms-input-placeholder {
  color: #888;
  font-size: 16px;
}

#newsletter_section #input_container input::placeholder {
  color: #888;
  font-size: 16px;
}

#newsletter_section #input_container input:focus {
  border-color: #081a2a;
  box-shadow: 0 0 1px #081a2ainset;
}

#social_media_section {
  min-height: 295px;
}

#home_contact_info_section {
  min-height: 335px;
}

#home_contact_info_section .absolute {
  background-color: hsl(11deg 87% 18% / 41%);
}

#home_contact_info_section .absolute p,
#home_contact_info_section .absolute h1,
#home_contact_info_section .absolute h2,
#home_contact_info_section .absolute h3,
#home_contact_info_section .absolute h4,
#home_contact_info_section .absolute h5,
#home_contact_info_section .absolute h6,
#home_contact_info_section .absolute h7 {
  color: white;
}

#home_contact_info_section .absolute p {
  margin-bottom: 30px;
  font-weight: 300;
}

#home_contact_info_section .container-inner,
#home_contact_info_section .container-content-inner {
  padding-bottom: 40px;
}

.page_banner {
  position: relative;
  min-height: 340px;
}

@media only screen and (max-width: 480px) {
  .page_banner {
    min-height: 200px;
  }
}

.page_banner .scroll_reveal {
  width: 99%;
}

.page_banner .absolute {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../../../../index.html);
  background-repeat: no-repeat;
  background-position: right top;
}

.page_banner .absolute h1,
.page_banner .absolute h2,
.page_banner .absolute h3,
.page_banner .absolute h4,
.page_banner .absolute h5,
.page_banner .absolute h6,
.page_banner .absolute h7 {
  color: white;
  text-align: center;
}

.page_banner .absolute h5 {
  font-weight: 300;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .page_banner .absolute h2 {
    font-size: 24px;
    max-width: 100%;
    line-height: 31px;
  }
}

.page_tabs_header {
  background-color: white;
}

.page_tabs_header ul {
  text-align: center;
}

.page_tabs_header ul li a {
  text-decoration: none;
  color: #576062;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: color 0.4s ease;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .page_tabs_header ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .page_tabs_header ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .page_tabs_header ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page_tabs_header ul li a i {
  display: none;
  margin-left: 15px;
  font-size: 24px;
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header ul li a i {
    display: inline-block;
  }
}

.page_tabs_header ul li a:hover {
  color: #081a2a;
}

.page_tabs_header ul li.active > a {
  color: #081a2a;
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header ul li.active {
    width: 100%;
  }

  .page_tabs_header ul li.active a {
    text-align: left;
  }
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header ul li:not(.active) {
    display: none;
  }
}

.page_tabs_header ul .root_menu {
  position: relative;
}

.page_tabs_header ul .root_menu i {
  position: absolute;
  top: 18px;
  right: 60px;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .page_tabs_header ul .root_menu i {
    right: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
  .page_tabs_header ul .root_menu i {
    right: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .page_tabs_header ul .root_menu i {
    right: 15px;
  }
}

.page_tabs_header ul .root_menu.open i {
  transform: rotate(180deg);
}

.page_tabs_header ul ul {
  display: none;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header ul ul {
    display: block;
  }
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header ul ul li {
    display: block !important;
  }
}

.page_tabs_header ul ul li a {
  padding: 10px 10px;
}

.page_tabs_header ul ul.open {
  max-height: 400px;
}

@media only screen and (min-width: 1350px) {
  .page_tabs_header ul .mob_li {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  .page_tabs_header .web_li {
    display: none;
  }
}

.page_latest_news_section {
  padding-bottom: 30px;
}

.page_latest_news_section .services_block {
  margin-bottom: 30px;
}

.page_latest_news_section .services_block .date_container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
}

.page_latest_news_section .services_block .date_container h1,
.page_latest_news_section .services_block .date_container h2,
.page_latest_news_section .services_block .date_container h3,
.page_latest_news_section .services_block .date_container h4,
.page_latest_news_section .services_block .date_container h5,
.page_latest_news_section .services_block .date_container h6,
.page_latest_news_section .services_block .date_container h7 {
  color: white;
  text-align: center;
}

.page_latest_news_section .services_block .date_container h4 {
  margin: 0;
}

.page_latest_news_section .services_block .date_container h6 {
  margin: 0;
}

.page_latest_news_section .services_block .share_popup ul li a i {
  color: #bbb !important;
}

.page_latest_news_section .services_block span {
  color: #bbb !important;
  text-transform: uppercase;
}

.content h5 {
  color: #081a2a;
}

.content a {
  color: #081a2a;
  text-decoration: underline;
  transition: color 0.4s ease;
}

.content a:hover {
  color: #04282f;
}

.grecaptcha-badge {
  opacity: 0;
}

.bg-color-purple {
  background-color: #ae1e77 !important;
}

.color-purple {
  color: #ae1e77 !important;
}

.bg-color-blue {
  background-color: #1c76ad !important;
}

.color-blue {
  color: #1c76ad !important;
}

.bg-color-green {
  background-color: #081a2a !important;
}

.color-green {
  color: #081a2a !important;
}

#main-content-container {
  margin-top: 156px;
}

@media only screen and (max-width: 650px) {
  #main-content-container {
    margin-top: 79px;
  }
}

.content ul,
.container-inner ul,
.container-content-inner ul,
.content-container ul {
  list-style-type: none;
  margin-left: 0;
}

.content ul li,
.container-inner ul li,
.container-content-inner ul li,
.content-container ul li {
  background: url(../../../../theme/assets/img/icons/ch1.png) left 3px no-repeat;
  padding: 3px 0 3px 32px;
}

.close::before {
  content: "";
}

#iban-validator-section {
  padding-bottom: 30px;
}

#iban-validator-section p {
  color: #081a2a;
}

#iban-validator-section #input-container {
  width: 350px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  #iban-validator-section #input-container {
    width: 100%;
  }
}

#iban-validator-section #input-container a {
  position: absolute;
  top: 8px;
  right: 0;
  color: #081a2a;
  opacity: 0;
  transition: all 0.4s ease;
}

#iban-validator-section #input-container input {
  margin-bottom: 30px;
  border-radius: 20px;
  margin: 0;
}

#iban-validator-section #input-container input:focus {
  border-color: #081a2a;
}

#iban-validator-section #input-container input:focus + a {
  right: 10px;
  opacity: 1;
}

#header_top_row {
  background-color: #081a2a;
  position: fixed;
  z-index: 9999;
  max-height: 40px;
  transition: max-height 0.4s ease;
  overflow: hidden;
  top: 0;
}

@media only screen and (max-width: 650px) {
  #header_top_row {
    display: none;
  }
}

#header_top_row .social_links {
  color: white;
  padding-lef: 20px;
  padding-right: 20px;
}

#header_top_row .social_links i {
  font-size: 18px;
}

#header_top_row .social_links:first-child {
  padding-left: 0;
}

#header_top_row .search_container {
  padding-left: 30px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

#header_top_row .search_container form {
  margin: 0;
}

#header_top_row .search_container form input {
  color: white;
  border-width: 0;
  background-color: transparent;
  width: auto;
  display: inline-block;
}

#header_top_row .search_container form input:-ms-input-placeholder {
  color: #ddd;
}

#header_top_row .search_container form input::placeholder {
  color: #ddd;
}

#header_top_row .search_container form button {
  background-color: transparent;
  padding-left: 13px;
  padding-right: 13px;
}

#header_top_row #contact_a {
  background-color: white;
  color: #081a2a;
  padding: 8px 25px;
  text-decoration: none;
}

#myLogo {
  width: 30%;
}

#header_top_row.scrolled {
  max-height: 0;
}

#header_main_row {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #e3e3e3;
  position: fixed;
  top: 40px;
  z-index: 9999;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 650px) {
  #header_main_row {
    top: 0;
  }

  #myLogo {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  #header_main_row {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  #header_main_row .logo_col {
    width: 100%;
  }

  #header_main_row .logo_col span {
    display: none;
  }
}

#header_main_row .logo_col a {
  text-decoration: none;
}

#header_main_row .logo_col span {
  font-weight: 500;
  padding-left: 15px;
  font-size: 20px;
  color: #5f6062;
}

#header_main_row .logo_col img {
  height: 45px;
}

@media only screen and (max-width: 1200px) {
  #header_main_row .menu_col {
    width: 75%;
  }
}

@media only screen and (max-width: 769px) {
  #header_main_row .menu_col {
    align-items: center;
  }
}

@media only screen and (max-width: 769px) {
  #header_main_row .menu_col #main_menu_ul {
    display: none;
  }
}

#header_main_row .menu_col #burger_ic {
  padding: 0;
}

#header_main_row .menu_col #burger_ic:hover {
  background-color: transparent;
}

#header_main_row .menu_col .hamburger-inner,
#header_main_row .menu_col .hamburger-inner::after,
#header_main_row .menu_col .hamburger-inner::before {
  background-color: #081a2a;
}

#header_main_row .menu_col .ebanking {
  background-color: #081a2a;
  transition: background-color 0.4s ease;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 769px) {
  #header_main_row .menu_col .ebanking {
    padding: 7px 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 650px) {
  #header_main_row .menu_col .ebanking span {
    display: none;
  }
}

#header_main_row .menu_col .ebanking a {
  border-bottom: 0 solid #ccc;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  #header_main_row .menu_col .ebanking a {
    padding: 7px 10px;
  }
}

#header_main_row .menu_col .ebanking i {
  margin-left: 15px;
}

@media only screen and (max-width: 650px) {
  #header_main_row .menu_col .ebanking span {
    display: none;
  }

  #header_main_row .menu_col .ebanking i {
    margin-left: 0;
  }
}

#header_main_row .menu_col .ebanking:hover {
  background-color: #04282f;
}

#header_main_row .menu_col #mobile_search_container {
  display: none;
}

#header_main_row .menu_col #mobile_search_container i {
  color: #081a2a;
  font-size: 18px;
}

#header_main_row .menu_col #mobile_search_container .fa-times {
  display: none;
}

@media only screen and (max-width: 650px) {
  #header_main_row .menu_col #mobile_search_container {
    display: inline-block;
    margin-right: 10px;
  }
}

#header_main_row .menu_col #mobile_search_container.open .fa-times {
  display: inline-block;
}

#header_main_row .menu_col #mobile_search_container.open .fa-search {
  display: none;
}

#header_main_row .menu_col ul {
  padding-top: 15px;
}

#header_main_row .menu_col ul li {
  padding-left: 15px;
  padding-right: 15px;
}

#header_main_row .menu_col ul li > a {
  text-decoration: none;
  color: #576062;
  padding: 10px 0 20px 0;
  border-bottom: 2px solid #e3e3e3;
  transition: border-color 0.4s ease;
}

#header_main_row .menu_col ul li:hover a {
  border-color: #081a2a;
}

#header_main_row .menu_col ul .submenu_root_a:hover + .submenu {
  max-height: 630px;
}

#header_main_row .menu_col ul #burger_li {
  padding-left: 0;
  padding-right: 0;
}

#header_main_row .menu_col ul #burger_li a {
  border-bottom: 0 solid #ccc;
  padding: 10px 15px;
}

#header_main_row .menu_col ul #burger_li i {
  font-size: 24px;
  color: #081a2a;
}

#header_main_row .submenu {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

#header_main_row .submenu:hover {
  max-height: 630px;
}

#header_main_row .submenu .submenu-inner {
  margin-top: 10px;
  background-color: #2d2d2d;
  padding-top: 30px;
  padding-bottom: 30px;
}

#header_main_row .submenu .submenu-inner .img_w_btn_inside h2 {
  color: white;
  margin-bottom: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  #header_main_row .submenu .submenu-inner .img_w_btn_inside h2 {
    font-size: 24px;
  }
}

#header_main_row .submenu .submenu-inner .img_w_btn_inside img {
  width: 100%;
  display: block;
}

#header_main_row .submenu .submenu-inner .img_w_btn_inside .absolute {
  background-color: rgba(0, 0, 0, 0.3);
}

#header_main_row .submenu .submenu-inner .submenu_menus_col .submenus_title {
  color: #081a2a;
  margin-bottom: 10px;
  font-size: 18px;
}

#header_main_row .submenu .submenu-inner .submenu_menus_col .submenus_title a {
  text-decoration: none;
}

#header_main_row
  .submenu
  .submenu-inner
  .submenu_menus_col
  .submenus_title
  a:hover {
  color: #081a2a;
}

#header_main_row .submenu .submenu-inner .submenu_menus_col ul {
  margin: 0;
  padding: 0;
}

#header_main_row .submenu .submenu-inner .submenu_menus_col ul li {
  padding: 0;
}

#header_main_row .submenu .submenu-inner .submenu_menus_col ul li a {
  color: white;
  font-size: 16px;
  padding: 0;
  border-width: 0;
  transition: color 0.4s ease;
}

#header_main_row .submenu .submenu-inner .submenu_menus_col ul li a:hover {
  color: #081a2a;
}

#header_main_row.scrolled {
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 650px) {
  #header_main_row.scrolled {
    padding-top: 10px;
  }
}

#header_main_row.scrolled .logo_col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 650px) {
  #header_main_row.scrolled #main_menu_ul {
    padding: 0;
  }
}

#search_mobile_container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-left: 10px;
}

@media only screen and (min-width: 650px) {
  #search_mobile_container {
    display: none;
  }
}

#search_mobile_container form {
  margin: 0;
  padding: 10px;
}

#search_mobile_container input {
  display: inline-block;
  width: calc(100% - 80px);
}

#search_mobile_container button {
  background-color: #081a2a;
}

#search_mobile_container.open {
  max-height: 200px;
}

#mobile_menu {
  background-color: #2d2d2d;
  transition: all 1s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  top: 118px;
  z-index: 100;
  overflow: hidden;
}

@media only screen and (max-width: 650px) {
  #mobile_menu {
    top: 78px;
  }
}

#mobile_menu #social_mobile_container {
  display: none;
  background-color: #272727;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 650px) {
  #mobile_menu #social_mobile_container {
    display: block;
    width: 100%;
  }
}

#mobile_menu #social_mobile_container a {
  padding: 5px;
  display: inline-block;
}

#mobile_menu #social_mobile_container i {
  color: #081a2a;
  font-size: 18px;
}

#mobile_menu ul {
  margin-bottom: 60px;
  margin: 0;
}

#mobile_menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding-left: 24px;
  display: block;
}

#mobile_menu ul li span {
  color: #081a2a;
  padding-left: 24px;
}

#mobile_menu ul li .inner_green_cat {
  color: #081a2a;
  padding-left: 24px;
  font-size: 18px;
}

#mobile_menu ul .root_menu {
  border-bottom: 2px solid black;
}

#mobile_menu ul .root_menu a {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

#mobile_menu ul .root_menu a .fa-chevron-right {
  position: absolute;
  right: 26px;
  top: 10px;
}

#mobile_menu ul .root_menu a i {
  color: #081a2a;
}

#mobile_menu ul .root_menu .root_submenu_right {
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  transition: left 0.3s ease;
  background-color: #2d2d2d;
}

#mobile_menu ul .root_menu .root_submenu_right .fa-chevron-left {
  margin-right: 15px;
}

#mobile_menu ul .root_menu .root_submenu_right a {
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 8px;
}

#mobile_menu ul .root_menu .root_submenu_right .close_submenu_right {
  font-size: 18px;
}

#mobile_menu ul .root_menu .root_submenu_right.open {
  left: 0;
}

#mobile_menu.open {
  overflow-y: auto;
  max-height: 1000px;
}

#footer {
  background-color: #f0f0f0;
}

#footer .container {
  padding-top: 60px;
}

#footer p,
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: rgb(26, 25, 25);
}

#footer a {
  text-decoration: none;
  transition: color 0.4s ease;
}

#footer a:hover {
  color: #081a2a;
}

#footer #footer_main_row p,
#footer #footer_main_row a {
  font-size: 14px;
}

#footer #footer_main_row img {
  height: 45px;
  margin-bottom: 20px;
}

#footer #footer_main_row .social_links {
  margin-left: 15px;
}

#footer #footer_main_row .social_links i {
  font-size: 18px;
}

#footer #footer_main_row .social_links:first-child {
  margin-left: 0;
}

#footer #footer_main_row #menus_col .col {
  padding-left: 60px;
  padding-top: 25px;
}

@media only screen and (max-width: 769px) {
  #footer #footer_main_row #menus_col .col {
    padding: 0;
  }
}

#footer #footer_main_row #menus_col .col h6 {
  margin-bottom: 20px;
}

#footer #footer_main_row #menus_col .col ul {
  margin: 0;
  list-style-type: none;
}

#footer #footer_second_row {
  border-top: 1px solid #9e9e9e;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

#footer #footer_second_row a {
  font-size: 13px;
}

#footer #footer_second_row .col {
  text-align: center;
}

#footer_copyrights {
  background-color: #272727;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer_copyrights p,
#footer_copyrights a {
  font-size: 12px;
}

#footer_copyrights p {
  margin: 0;
  color: white;
}

#footer_copyrights a {
  text-decoration: none;
  color: white;
  transition: color 0.4s ease;
}

#footer_copyrights a:hover {
  color: #081a2a;
}

.tabs_ul,
.subtabs_ul {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  list-style-type: none;
}

.tabs_ul ul,
.subtabs_ul ul {
  margin: 0;
}

.tabs_ul li,
.subtabs_ul li {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .tabs_ul li,
  .subtabs_ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.tabs_ul li a,
.subtabs_ul li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  margin: 0 5px;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
}

.tabs_ul li a:hover,
.subtabs_ul li a:hover {
  border-bottom: 2px solid red;
}

.tabs_ul li.active a,
.subtabs_ul li.active a {
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid red;
}

.tab-container {
  margin-bottom: 60px;
}

.modal-header {
  background-color: #000;
}

.modal-header .home_title_header {
  color: white;
  margin: 0;
  text-align: left;
}

.modal-body {
  background-color: #000;
}

.modal-body .form-item {
  width: 100%;
}

.modal-body input {
  background-color: #000;
  border: 2px solid white;
  color: white;
}

.modal-body input:-ms-input-placeholder {
  color: #ccc;
}

.modal-body input::placeholder {
  color: #ccc;
}

.modal-body textarea {
  resize: none;
  height: 168px;
  background-color: #000;
  border: 2px solid white;
  color: white;
}

.modal-body textarea:-ms-input-placeholder {
  color: #ccc;
}

.modal-body textarea::placeholder {
  color: #ccc;
}

.modal-body button {
  margin-top: 30px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  padding: 15px;
  transition: all 0.4s ease;
  background-color: #000;
}

.modal-body button:hover {
  color: #000;
  background-color: white;
}

.modal {
  font-family: proxima-nova, sans-serif !important;
}

.modal .close {
  color: white;
}

.modal .form_submit_btn_container {
  width: 100%;
}

.custom-modal {
  z-index: 99999;
  position: fixed;
  top: 100px;
  max-height: calc(100% - 100px);
  background-color: white;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 20px;
  box-shadow: 0 0 4px #333;
  overflow-y: auto;
  display: block;
}

@media only screen and (max-width: 1100px) {
  .custom-modal {
    top: 30px;
    max-height: calc(100% - 30px);
  }
}

@media only screen and (max-width: 680px) {
  .custom-modal {
    max-width: 90%;
    bottom: 30px;
  }
}

.custom-modal-header {
  position: relative;
}

.custom-modal-header h4 {
  color: #081a2a;
}

.custom-modal-header .custom-modal-close-icon {
  position: absolute;
  right: 0;
  top: 4px;
  color: #333;
}

.custom-modal.hide {
  display: none;
}

#header ul .submenu {
  margin: 0;
  position: absolute;
  background-color: white;
  display: none;
  box-shadow: 0 4px 4px -4px #ccc, 4px 0 4px -4px #ccc, -4px 0 4px -4px #ccc;
}

#header ul .submenu li {
  margin-left: 0 !important;
}

#header ul .submenu li a {
  display: block;
  padding: 15px 30px;
}

#header ul .submenu:hover {
  display: block;
}

#header ul a:hover + ul {
  display: block;
}

.rounded_transparent_btn,
.rounded_green_btn {
  background-color: transparent;
  border: 2px solid white;
  padding: 13px 30px;
  border-radius: 24px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  transition: all 0.4s ease;
}

.rounded_transparent_btn:hover,
.rounded_green_btn:hover {
  background-color: #04282f;
  color: white;
}

.border_hvr_gr:hover {
  border-color: #04282f;
}

.rounded_green_btn {
  background-color: #081a2a;
  border-width: 0;
}

.rounded_green_btn a {
  text-decoration: none;
}

.rounded_green_btn:hover {
  background-color: #04282f;
  color: white;
}

.circle_black_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: black;
  color: white;
  transition: color 0.4s ease;
  margin-left: 20px;
  margin-right: 20px;
}

.circle_black_btn i {
  font-size: 25px;
  margin-top: 18px;
}

.circle_black_btn:hover {
  color: #081a2a;
}

.status_message {
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 3px;
  display: none;
}

.success_message {
  background-color: green;
}

.error_message {
  background-color: red;
}

.status_message {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.status_message p {
  margin: 0;
}

.status_message span {
  position: fixed;
  top: 10px;
  right: 20px;
  bottom: 10px;
  z-index: 16;
}

.status_message.error {
  background-color: #04282f;
}

.status_message.success {
  background-color: #35beb1;
}

.status_message.displayed {
  display: block !important;
}

#shadow_filter {
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#shadow_filter.show {
  display: block;
}

#menu_drawer {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  width: 350px;
  left: 100%;
  background-color: #272727;
  transition: left 0.4s ease;
  overflow-y: auto;
}

#menu_drawer #sidemenu_close_container {
  padding: 25px;
}

#menu_drawer #sidemenu_close_container i {
  color: #081a2a;
  font-size: 32px;
}

#menu_drawer .menu_link {
  margin-bottom: 5px;
}

#menu_drawer .menu_link a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #474747;
  transition: background-color 0.4s ease;
}

#menu_drawer .menu_link a:hover {
  background-color: #676767;
}

#menu_drawer .menu_title {
  margin-bottom: 5px;
  padding: 4px 20px;
  color: #081a2a;
  font-size: 16px;
}

#menu_drawer.open {
  left: calc(100% - 350px);
}

.leadership-table-small-spacing td {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.leadership-table-small-spacing td p {
  margin: 0;
}

.leadership-table-small-spacing-w-h td {
  padding: 0;
  padding-top: 10px;
}

.financial-institutions-table {
  padding-bottom: 0;
  border: 1px solid black;
}

.financial-institutions-table tr:not(:last-child) td {
  border-bottom: 1px solid black;
}

.financial-institutions-table td:first-child {
  padding-left: 1rem;
}

.financial-institutions-table td:not(:last-child) {
  border-right: 1px solid black;
}

table {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

table thead td {
  background-color: #081a2a;
}

table thead td p,
table thead td h1,
table thead td h2,
table thead td h3,
table thead td h4,
table thead td h5 {
  margin-bottom: 0;
  color: white;
}

table td {
  padding: 1em !important;
}

table td p,
table td h1,
table td h2,
table td h3,
table td h4,
table td h5,
table td ul {
  margin-bottom: 0;
}

table tbody tr:last-child td {
  border-bottom: 1px solid black;
}

.more_details_div {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.more_details_div p {
  margin: 0;
  color: #8d8d8d;
  font-weight: 300;
}

@media only screen and (max-width: 769px) {
  .more_details_div p {
    display: block;
    width: 100%;
  }
}

.more_details_div a {
  margin-left: 20px;
}

@media only screen and (max-width: 769px) {
  .more_details_div {
    display: block;
    text-align: center;
  }

  .more_details_div p {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.small_section_title {
  font-size: 16px !important;
  font-weight: 400;
  color: #081a2a;
  margin-bottom: 0;
  text-transform: uppercase;
}

.small_section_title_bigger {
  font-size: 20px !important;
}

.big_section_title {
  color: #576062;
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 350px) {
  .big_section_title {
    font-size: 25px;
    line-height: 37px;
  }
}

.services_block {
  border: 1px solid #e8e8e8;
  position: relative;
  background-color: white;
  transition: box-shadow 0.4s ease;
  overflow: hidden;
}

.services_block img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}

.services_block .inner-div {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.services_block hr {
  transition: all 0.4s ease;
}

.services_block h5 {
  color: #333333;
  margin-top: 16px;
}

.services_block p {
  color: #8d8d8d;
  margin-bottom: 60px;
  font-weight: 300;
}

.services_block span {
  color: #081a2a;
}

.services_block .bottom_learn_more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.services_block .share {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  background-color: white;
  z-index: 10;
  text-align: right;
}

.services_block .share_open {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: white;
  max-height: 24px;
  overflow: hidden;
}

.services_block .share_open li a {
  color: #bbb;
  position: relative;
  width: 20px;
  height: 24px;
  display: block;
}

.services_block .share_open li a i {
  top: 25px;
  position: absolute;
  font-size: 18px;
  opacity: 0;
}

.services_block .share_open li a .fa-facebook {
  transition: top 0.3s ease, opacity 0.6s ease;
}

.services_block .share_open li a .fa-twitter {
  transition: top 0.6s ease, opacity 0.9s ease;
}

.services_block .read_more_text_container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
  max-height: 24px;
  overflow: hidden;
  width: 240px;
  height: 40px;
  transition: background-color 0.1s ease;
}

.services_block .read_more_text_container .read_more_text {
  top: 25px;
  position: absolute;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.6s ease;
  display: inline-block;
  text-decoration: none;
  color: #bbb;
}

.services_block .absolute {
  transition: background-color 0.4s ease;
}

.services_block:hover {
  box-shadow: 0 0 7px rgba(100, 100, 100, 0.6);
}

.services_block:hover .share {
  z-index: 8;
}

.services_block:hover .share_open a i {
  top: 0;
  opacity: 1;
}

.services_block:hover .read_more_text_container {
  background-color: white;
}

.services_block:hover .read_more_text {
  top: 0;
  opacity: 1;
}

.services_block:hover .absolute {
  background-color: rgba(0, 0, 0, 0.15);
}

.services_block:hover hr {
  border-color: #081a2a;
}

#main_carousel .item {
  min-height: 600px;
}

#main_carousel .item .absolute p,
#main_carousel .item .absolute h1,
#main_carousel .item .absolute h2,
#main_carousel .item .absolute h3,
#main_carousel .item .absolute h4,
#main_carousel .item .absolute h5,
#main_carousel .item .absolute h6 {
  color: white;
  text-align: center;
}

#main_carousel .item .absolute h6 {
  font-size: 16px;
  font-weight: 400;
}

#main_carousel .item .absolute p {
  font-size: 18px;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 350px) {
  #main_carousel .item h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

#main_carousel #carousel-down-arrow {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 4px);
  z-index: 1000;
  animation: arrowdownmove 1.5s infinite;
}

@keyframes arrowdownmove {
  from {
    bottom: 30px;
  }

  to {
    bottom: 10px;
  }
}

@media only screen and (min-width: 1601px) {
  #main_carousel #carousel-down-arrow {
    bottom: 230px;
  }

  @keyframes arrowdownmove {
    from {
      bottom: 230px;
    }

    to {
      bottom: 190px;
    }
  }
}

@media only screen and (min-width: 1200px) {
  #main_carousel #carousel-down-arrow {
    bottom: 110px;
  }

  @keyframes arrowdownmove {
    from {
      bottom: 110px;
    }

    to {
      bottom: 70px;
    }
  }
}

.owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
}

.owl-dots .owl-dot span {
  width: 65px !important;
  height: 3px !important;
  background: white !important;
  border-radius: 0 !important;
}

.owl-dots .owl-dot.active span {
  background: #081a2a !important;
}

.owl-carousel {
  position: relative;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -21px;
}

#home_services_section {
  padding-top: 60px;
}

#home_services_section .more_details_div {
  border-bottom: 0 solid red;
  margin-top: 60px;
}

#home_services_section a {
  text-decoration: none;
}

.home_business_section {
  min-height: 400px;
}

.home_business_section .container-inner,
.home_business_section .container-content-inner {
  margin-left: 0;
  text-align: left;
}

.home_business_section .container-inner p,
.home_business_section .container-content-inner p,
.home_business_section .container-inner h1,
.home_business_section .container-content-inner h1,
.home_business_section .container-inner h2,
.home_business_section .container-content-inner h2,
.home_business_section .container-inner h3,
.home_business_section .container-content-inner h3,
.home_business_section .container-inner h4,
.home_business_section .container-content-inner h4,
.home_business_section .container-inner h5,
.home_business_section .container-content-inner h5,
.home_business_section .container-inner h6,
.home_business_section .container-content-inner h6,
.home_business_section .container-inner h7,
.home_business_section .container-content-inner h7 {
  text-align: left;
}

.home_business_section .absolute {
  background-color: rgba(0, 0, 0, 0.3);
}

.home_business_section .absolute p,
.home_business_section .absolute h1,
.home_business_section .absolute h2,
.home_business_section .absolute h3,
.home_business_section .absolute h4,
.home_business_section .absolute h5,
.home_business_section .absolute h6,
.home_business_section .absolute h7 {
  color: white;
}

.home_business_section .absolute h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.home_business_section .absolute p {
  margin-bottom: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 350px) {
  .home_business_section .absolute h3 {
    font-size: 20px;
  }
}

#services_features_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#services_features_section .service_feature_block {
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

#services_features_section .service_feature_block .h-tag {
  font-size: 24px;
  margin-bottom: 45px;
}

#services_features_section .service_feature_block .service_feature_header {
  padding: 45px 30px;
}

#services_features_section .service_feature_block .service_feature_header img {
  margin-bottom: 45px;
}

#services_features_section .service_feature_block .service_feature_header p {
  color: #8d8d8d;
  font-weight: 300;
  margin-left: 5px;
  margin: 0;
}

#services_features_section .service_feature_block .service_feature_dropdown {
  background-color: white;
  border-top: 1px solid #ddd;
  padding: 20px 10px;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  span {
  color: #081a2a;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  span:first-child {
  width: 90%;
  display: inline-block;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  span:last-child {
  width: 10%;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .fa-caret-up {
  display: none;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .dropdown_list {
  position: absolute;
  top: 45px;
  left: 10px;
  right: 10px;
  max-height: 0;
  transition: max-height 0.4s ease;
  overflow: hidden;
  box-shadow: 5px 0 5px -5px #d3d3d3, 0 5px 5px -5px #d3d3d3,
    -5px 0 5px -5px #d3d3d3;
  background-color: white;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .dropdown_list
  ul {
  margin: 0;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .dropdown_list
  ul
  li {
  list-style-type: none;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .dropdown_list
  ul
  li
  a {
  text-decoration: none;
  color: #8d8d8d;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  transition: background-color 0.4s ease;
}

#services_features_section
  .service_feature_block
  .service_feature_dropdown
  .dropdown_list
  ul
  li
  a:hover {
  background-color: #e8e8e8;
}

#services_features_section .service_feature_block .open .fa-caret-up {
  display: inline-block;
}

#services_features_section .service_feature_block .open .fa-caret-down {
  display: none;
}

#services_features_section .service_feature_block .open .dropdown_list {
  max-height: 300px;
}

#home_offer_section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #081a2a;
}

#home_offer_section p,
#home_offer_section h1,
#home_offer_section h2,
#home_offer_section h3,
#home_offer_section h4,
#home_offer_section h5,
#home_offer_section h6,
#home_offer_section h7 {
  color: white;
}

#home_offer_section p {
  font-size: 18px;
  font-weight: 300;
}

#home_offer_section h4 {
  margin-bottom: 30px;
  font-weight: 600;
}

#home_offer_section h6 {
  font-size: 16px;
  font-weight: 300;
}

#home_offer_section img {
  margin-right: 15px;
}

.latest_news_section {
  background-color: #f8f8f8;
  padding-top: 60px;
}

.latest_news_section .services_block:hover hr {
  border-color: #ae1e77;
}

.latest_news_section .services_block:hover .border-color-hover-blue {
  border-color: #1c76ad !important;
}

.latest_news_section .services_block:hover .border-color-hover-green {
  border-color: #081a2a !important;
}

.latest_news_section .services_block:hover .border-color-hover-purple {
  border-color: #ae1e77 !important;
}

.latest_news_section hr {
  transition: all 0.4s ease;
}

.latest_news_section a {
  text-decoration: none;
}

.latest_news_section .more_details_div {
  border-bottom: 0px solid red;
  margin-top: 60px;
}

#about_us_section {
  padding-top: 60px;
}

#about_us_section h6 {
  font-size: 12px;
}

#about_us_section img {
  display: block;
  width: 100%;
}

#about_us_section .about_us_a_container:hover .absolute {
  background-color: rgba(0, 0, 0, 0.7);
}

#about_us_section .absolute {
  background-color: rgba(0, 0, 0, 0.45);
  transition: background-color 0.4s ease;
}

#about_us_section .absolute p,
#about_us_section .absolute h5 {
  color: white;
}

#about_us_section .absolute p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  font-weight: 300;
}

#about_us_section .absolute .rounded_transparent_btn i,
#about_us_section .absolute .rounded_green_btn i {
  margin-left: 15px;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  #about_us_section .absolute .rounded_transparent_btn,
  #about_us_section .absolute .rounded_green_btn {
    display: none;
  }
}

#about_us_section .more_details_div {
  margin-top: 60px;
}

@media only screen and (max-width: 480px) {
  #home_contact_info_section {
    min-height: 400px;
  }
}

#about_tabs_header {
  border-bottom: 1px solid #e8e8e8;
}

#about_tabs_header a {
  padding-left: 15px;
  padding-right: 15px;
}

#about_business_section .absolute p {
  margin-bottom: 0;
}

.content-text-container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.content-text-container .container-inner p,
.content-text-container .container-content-inner p {
  text-align: left;
}

#map {
  min-height: 600px;
}

@media only screen and (max-width: 992px) {
  #map {
    min-height: 450px;
  }
}

@media only screen and (max-width: 769px) {
  #map {
    min-height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  #map {
    min-height: 250px;
  }
}

.contact_form_info_container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact_form_info_container h4.info-title {
  color: #081a2a;
}

.contact_form_info_container .form-col {
  padding: 30px;
  border: 1px solid #e8e8e8;
}

.contact_form_info_container .form-col form {
  margin: 0;
}

.contact_form_info_container .form-col form .col {
  margin-bottom: 20px;
  position: relative;
}

.contact_form_info_container .form-col form .required-star {
  position: absolute;
  color: #dd0000;
  top: 1px;
  right: 5px;
}

.contact_form_info_container .form-col form .required-star i {
  font-size: 10px;
}

.contact_form_info_container .form-col form input,
.contact_form_info_container .form-col form textarea {
  border: 2px solid #eeeeee;
  background-color: #eee;
}

.contact_form_info_container .form-col form input {
  height: 50px;
}

.contact_form_info_container .form-col form textarea {
  resize: none;
  min-height: 150px;
}

.contact_form_info_container .form-col form button {
  background-color: transparent;
  color: #081a2a;
  transition: color 0.4s ease;
}

.contact_form_info_container .form-col form button:hover {
  color: #04282f;
}

.contact_form_info_container .form-col form #last_row .col {
  margin-bottom: 0;
}

.contact_form_info_container .info-col {
  padding: 30px;
  border: 1px solid #e8e8e8;
}

.contact_form_info_container .info-col p {
  font-size: 18px;
  padding-left: 27px;
}

.contact_form_info_container .info-col i {
  margin-right: 15px;
}

.single_article_banner img {
  display: block;
  width: 100%;
}

.my_breadcrumbs {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.my_breadcrumbs a {
  text-decoration: none;
  color: #576062;
  transition: color 0.4s ease;
  font-size: 18px;
}

.my_breadcrumbs a:hover {
  color: #081a2a;
}

.my_breadcrumbs span {
  color: #576062;
  margin-left: 15px;
  margin-right: 15px;
}

.my_breadcrumbs li.active a {
  color: #081a2a;
}

.content-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.share_article {
  background-color: #081a2a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.share_article span {
  color: white;
  margin-right: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  .share_article {
    display: block;
    text-align: center;
  }

  .share_article span {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.share_article a {
  margin-right: 10px;
  margin-left: 10px;
  color: white;
}

.share_article a i {
  font-size: 18px;
}

#account_share_container span {
  margin-right: 20px;
  margin-left: 20px;
}

#account_share_container span i {
  margin-right: 10px;
}

.faq_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq_section .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq_section .row .fa-circle {
  margin-right: 15px;
  font-size: 16px;
}

.faq_section .row p {
  margin: 0;
  color: #333333;
  font-size: 18px;
  transition: all 0.4s ease;
  text-align: left;
}

.faq_section .row i {
  color: #333333;
  font-size: 18px;
  transition: all 0.4s ease;
}

.faq_section .row .fa-minus {
  font-size: 16px;
  display: none;
}

.faq_section .collapse-toggle.active .fa-chevron-circle-down {
  transform: rotate(180deg);
}

.faq_section .collapse-toggle.active .question-col p {
  color: #081a2a;
}

.faq_section .collapse-toggle.active .fa-minus {
  display: inline-block;
  color: #081a2a;
}

.faq_section .collapse-toggle.active .fa-plus {
  display: none;
}

.faq_section .collapse-box {
  padding: 10px 20px;
}

.faq_section .collapse-box p {
  text-align: left;
  margin: 0;
}

.faq_section a {
  text-decoration: none;
}

.faq_section a:hover p,
.faq_section a:hover i {
  color: #576062;
}

.grey-bg {
  background-color: #f8f8f8;
}

.two-cols-row-container,
.three-cols-row-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.two-cols-row-container .col,
.three-cols-row-container .col {
  border: 1px solid #e8e8e8;
  display: flex;
}

.two-cols-row-container .col img,
.three-cols-row-container .col img {
  display: block;
  width: 100%;
}

.two-cols-row-container .col:hover h4,
.three-cols-row-container .col:hover h4 {
  color: #081a2a;
}

.two-cols-row-container a,
.three-cols-row-container a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.two-cols-row-container .text-container,
.three-cols-row-container .text-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.two-cols-row-container .text-container h4,
.three-cols-row-container .text-container h4 {
  margin: 0;
  color: #333333;
  transition: color 0.4s ease;
}

.two-cols-row-container .text-container h4 i,
.three-cols-row-container .text-container h4 i {
  margin-left: 20px;
}

.one-cols-row-container {
  padding-top: 30px;
}

.one-cols-row-container a {
  text-decoration: none;
}

.one-cols-row-container p {
  color: #333;
  text-align: left;
}

.one-cols-row-container i {
  margin-left: 15px;
}

.one-cols-row-container h6 {
  color: #081a2a;
}

.one-col-w-img-row-container .col {
  border: 1px solid #e8e8e8;
  display: flex;
}

.one-col-w-img-row-container .col img {
  display: block;
  width: 100%;
}

.one-col-w-img-row-container .col:hover h4 {
  color: #081a2a;
}

.one-col-w-img-row-container a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.one-col-w-img-row-container .text-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.one-col-w-img-row-container .text-container h4 {
  margin: 0;
  color: #333333;
  transition: color 0.4s ease;
}

.one-col-w-img-row-container .text-container h4 i {
  margin-left: 20px;
}

#faqs_listing_container {
  padding-top: 15px;
}

#faqs_listing_container .row {
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding: 5px;
}

#faqs_listing_container .row .col a {
  color: #081a2a;
  text-decoration: none;
  transition: color 0.4s ease;
}

#faqs_listing_container .row .col a:hover {
  color: #333333;
}

#faqs_listing_container .row .col i {
  font-size: 20px;
}

#faqs_listing_container .big_section_title {
  text-transform: uppercase;
}

.search_tabs_header form {
  margin: 0;
}

.search_tabs_header form input {
  display: inline-block;
  width: calc(100% - 80px);
  border-width: 0;
  text-align: center;
  font-size: 20px;
  color: #576062;
}

.search_tabs_header form button {
  background-color: white;
  border-radius: 0;
}

.search_tabs_header form button i {
  color: #576062;
  font-size: 18px;
}

#partial_search_results .small_section_title {
  margin-top: 30px;
}

#search_services_container .img_container span {
  position: absolute;
  bottom: 20px;
  right: 0;
  background-color: #081a2a;
  color: white;
  font-size: 18px;
  padding: 5px 10px;
}

#sitemap_page_container ul li a {
  text-decoration: none;
  color: #576062;
  transition: color 0.4s ease;
}

#sitemap_page_container ul li a:hover {
  color: #081a2a;
}

#sitemap_page_container #root_ul > li > a {
  font-weight: 700;
  color: #081a2a;
}

#sitemap_page_container #root_ul > li > a + ul > li > a {
  font-weight: 700;
}

/*# sourceMappingURL=main.css.map */
