/* ? Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box
}

html {
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #472611;
  background: #ffffff;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main {
  display: block;
}

section {
  float: left;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

a {
  outline: none;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

b,
strong {
  font-weight: 800;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

.img-res {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;

  border-radius: 0;

}

select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-transform: uppercase;
  white-space: normal;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
}

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


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

button,
input {
  overflow: visible;
}

ul,
li {
  list-style: none;
}

::-moz-selection {
  color: #ffffff;
  background: #ff671d;
}

::selection {
  color: #ffffff;
  background: #ff671d;
}

/* ! init font */
@font-face {
  font-family: 'isidoraregular';
  src: url('../../fonts/isidora-regular-webfont.woff2') format('woff2'),
    url('../../fonts/isidora-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'isidoramedium';
  src: url('../../fonts/isidora-medium-webfont.woff2') format('woff2'),
    url('../../fonts/isidora-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'isidorasemibold';
  src: url('../../fonts/isidora-semibold-webfont.woff2') format('woff2'),
    url('../../fonts/isidora-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'isidorabold';
  src: url('../../fonts/isidora-bold-webfont.woff2') format('woff2'),
    url('../../fonts/isidora-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ! Global start */
#dl-menu {
  display: none;
}

.nopad {
  padding: 0 !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.core {
  margin-top: 176px;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container__wrapper {
  width: 100%;
  float: left;
}

.container_1410 {
  max-width: 1410px;
}

.container_1480 {
  max-width: 1480px;
}

.container_1170 {
  max-width: 1170px;
}

.container_770 {
  max-width: 770px;
}

.container__inner {
  float: left;
  width: 100%;
  padding: 0px 35px;
}

.title {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ff671d;
}

.title--orange {
  color: #ff671d;
}

.center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.position_center {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}

/* Anime class */
.fadeIN-scrub {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

/* .staggerUp {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
} */

.bg--grey {
  background: #eff0f7;
}

.bg--orange {
  background: #ff671d;
}

.bg--yellow {
  background: #ffcd00;
}

.bg--blue {
  background: #0033a0;
}

.bg--lblue {
  background: #3cb4e5;
}

input[type="date"] {
  width: 100%;
  float: left;
  height: 60px;
  background: #ffffff;
  border: none;
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  padding: 10px 20px;
}

/* ! Global end */
.btn_normal{
  float: left;
  width: auto;
  height: 45px;
  cursor: pointer;
  text-align: center;
  margin-left: 5px;
}

.btn_normal > a{
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: #0033a0;
  text-align: center;
  position: relative;
  display: block;
  padding: 0 25px
}

.btn_normal:hover > a{
  background: #fff;
}

.log {
  position: relative;
}

.log .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -webkit-transition: all 0.2s 0.1s ease;
  -moz-transition: all 0.2s 0.1s ease;
  -o-transition: all 0.2s 0.1s ease;
  transition: all 0.2s 0.1s ease;
  text-align: left;

  box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75);
}

.log:hover .drop {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  pointer-events: auto;
  visibility: visible;


}

.log .drop li {
  font-weight: 400;
  float: left;
  width: 100%;
  padding: 15px 25px;
  color: #0033a0;
  font-size: 18px;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.log .drop li:hover {
  background: #0033a0;
}

.log .drop li:hover a {
  color: #ffffff;
}

/* !phone */
.sticky_right {
  position: fixed;
  right: 0px;
  top: 50%;
  height: 70px;
  width: 70px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 9;
  cursor: pointer;
}

.phone_animation {
  width: 100%;
  height: 100%;
  display: block;
  background: #ff671d;
  border: 1px solid #ff671d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;

}

.sticky_right:hover .phone_animation {
  background: #fff;
}


.phone_icon {
  display: block;
  stroke-width: 0;
  stroke: currentColor;
  fill: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.sticky_right:hover .phone_icon {
  fill: #ff671d;
}

.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: .3s;
}

.wave-md {
  animation-delay: .45s;
}

.wave-lg {
  animation-delay: .6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px, 10px);
  }

  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.sticky_form {
  position: absolute;
  top: 0px;
  height: 70px;
  width: 470px;
  background: #ff671d;
  border: 1px solid #ff671d;
  padding: 16px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  right: 50px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.sticky_right:hover .sticky_form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  right: 69px;
}

.sticky_form form {
  width: 100%;
  height: 100%;
}

.sticky_form form input {
  border: none;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 10px 15px;
  font-family: 'isidorabold';
  font-size: 16px;
  color: #0033a0;
}

/* ! Header start */
.logo {
  width: 185px;
  display: inline-block;
  vertical-align: middle;
}

.logo a {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background: #ffffff;
  z-index: 999;
  font-weight: 800;
}

.header__top {
  width: 100%;
  height: 60px;
  background: #ff671d;
}

.header_nav {
  float: left;
  width: auto;
}

.header_nav--btn {
  float: left;
  width: auto;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  background: #ff671d;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 400;
}

.header_nav--btn:hover,
.header_nav--btn.current {
  color: #ff671d;
  background: #ffffff;
}

.header_contact {
  float: right;
  width: auto;
  margin-top: 8px;
}

.header__bot {
  width: 100%;
  padding: 29px 0;
}

.header_bot--nav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-left: 40px;
}

.header_bot--nav li.main-nav {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin: 0 20px;
  position: relative;
}

.header_bot--nav li.main-nav a.main-link {
  color: #0033a0;
}

.header_bot--nav li:hover a.main-link {
  color: #ff671d;
}

.header_bot--nav li a.main-link:hover {
  color: #ff671d;
}

.nav_dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 710px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -webkit-transition: all 0.2s 0.1s ease;
  -moz-transition: all 0.2s 0.1s ease;
  -o-transition: all 0.2s 0.1s ease;
  transition: all 0.2s 0.1s ease;
  font-weight: 600;

  /* box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 6px 15px -13px rgba(0, 0, 0, 0.75); */
}

.nav_dropdown:hover .dropdown {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  pointer-events: auto;
  visibility: visible;
}

.nav_dropdown .dropdown::before {
  content: '';
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  position: absolute;
}

.dropdown_menu {
  width: 250px;
  padding: 55px 10px 30px 10px;
  background: #fff;
  display: table-cell;
  vertical-align: top;
  -webkit-box-shadow: 0px 2px 0px #ebeff8;
  -moz-box-shadow: 0px 2px 0px #ebeff8;
  box-shadow: 0px 2px 0px #ebeff8;
}

.dropdown_menu:first-child{
  border-left: 1px solid #ebeff8;
}

.dropdown_menu:last-child{
  border-right: 1px solid #ebeff8;
}

.dropdown_title {
  font-size: 14px;
  line-height: 16px;
  color: #0033a0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-weight: 800;
}

.dropdown_menu li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  background: transparent;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  color: #0033a0;;
}

.dropdown_menu li:hover {
  background: #ff671d;
  padding-left: 10px;
}

.dropdown_menu li:hover a {
  color: #ffff;
}

/* ! Header end */

/* ! Footer start */
.Sticky__footer {
  min-height: calc(100vh - 450px);
}

.footer {
  height: 450px;
  background: #fff;
  float: left;
  width: 100%;
  padding-top: 40px;
  margin-top: 10px;
}

.logo_footer {
  width: 185px;
  float: left;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

.footer_nav {
  float: left;
  max-width: 695px;
  width: 52.2907%;
  /* margin-left: 11.7021%; */
}

.footer_nav--cnt {
  float: left;
  width: 33.3333%;
  padding-right: 30px;
}

.footer_nav--cnt:last-child {
  padding: 0;
}

.footer_nav--title {
  float: left;
  width: 100%;
  /* border-bottom: 1px solid #e2e2e2; */
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
  padding-bottom: 25px;
  color: #0033a1;
  font-weight: 400;
}

.footer_nav--cnt li {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 25px;
}

.footer_nav--cnt li a {
  color: #2a7de1 ;
  font-weight: 400;
}

.footer_nav--cnt li a:hover {
  color: #ff671d;
}

.footer_nav--right{
  width: 37%;
  float: right;
}

.footer_search {
  float: left;
  width: 100%;
  position: relative;
}


.search__form {
  width: 100%;
  float: left;
}

.search__form input[type="search"] {
  width: 100%;
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0033a1;
  border: none;
  background: rgba(60,180,229,.1);
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0px 20px;
}

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

.search__form input[type="search"]::-ms-clear {
  display: none;
}

.search__form input[type="search"]:focus {
  outline: none;
}

.search__form input[type="search"]::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0033a1;
}

.search__form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0033a1;
}

.search__form input[type="search"]::placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0033a1;
}

.search__form input[type="submit"] {
  font-size: 0;
  border: 0;
  height: 31px;
  width: 31px;
  background: url('../../assets/images/icons/search-blue.png')center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.search__form input[type="submit"]:hover {
  height: 31px;
  width: 31px;
  background: url('../../assets/images/icons/search-hover.png')center center no-repeat;
  background-size: 100%;
}

.search_Result {
  margin: 35px 0px;
}

.search-form {
  width: 100%;
  float: left;
}

.search-form .js-form-item {
  width: 100%;
  float: left;
}

.search-form input[type="search"] {
  width: 100%;
  float: left;
  font-family: 'isidorabold';
  font-size: 16px;
  color: #969696;
  border: 1px solid #969696;
  background: transparent;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0px 20px;
}

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

.search-form input[type="search"]::-ms-clear {
  display: none;
}

.search-form input[type="search"]:focus {
  outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
  /* Edge */
  font-family: 'isidorabold';
  font-size: 16px;
  color: #969696;
}

.search-form input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'isidorabold';
  font-size: 16px;
  color: #969696;
}

.search-form input[type="search"]::placeholder {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #969696;
}

.search-form input[type="submit"] {
  font-size: 0;
  border: 0;
  height: 20px;
  width: 20px;
  background: url('../../assets/images/icons/search.png')center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 49px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.search-form input[type="submit"]:hover {
  height: 20px;
  width: 20px;
  background: url('../../assets/images/icons/search-hover.png')center center no-repeat;
  background-size: 100%;
}

.search-help-link {
  position: absolute;
  right: 0;
  top: 0;
}

.search_Result h2 {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-family: 'isidorabold';
  font-size: 18px;
  line-height: 18px;
  color: #333f93;
  text-transform: uppercase;
}

.search_Result .search-form {
  position: relative;
  width: 48.9361%;
}

.search_Result label {
  margin-top: 0px;
  font-family: 'isidorabold';
  font-size: 22px;
  line-height: 22px;
  color: #ff671d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.search_Result .search-form input[type="search"] {
  color: #ff671d;
}

.search_Result .search-form input[type="search"]::-webkit-input-placeholder {

  color: #ff671d;
}

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

.search_Result .search-form input[type="search"]::placeholder {
  color: #ff671d;
}

.search_result--cnt {
  float: left;
  width: 100%;
}

.search_result--boxes {
  float: left;
  width: 100%;
  border-bottom: 3px solid #e2e2e2;
  padding-bottom: 50px;
  padding-top: 60px;
}

.search_result--boxes:last-child {
  border: none;
}

.search_result--title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  color: #333f93;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.search_result--text {
  width: 65%;
  float: left;
}

.social_icon {
  float: right;
  height: 32px;
  margin-top: 55px;

}

.social_icon li {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 20px;

}
.social_icon li a{
  display: block;
}

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

.social_icon li span {
  display: block;
  width: 30px;
}

.icon_fb {
  position: relative;
  right: -5px;
}

.icon_yt {
  height: 44px;
  position: relative;
  top: -7px;
  left: -5px;
  width: 45px !important;
}

.social_icon li span.icon_yt svg {
  width: 100%;
  height: 100%;
}

.social_icon li span svg {
  width: 30px;
  height: 30px;
  fill: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social_icon li span svg:hover {
  fill: #ff671d;
}

.footer_copyright {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #472611;
  margin-top: 5%;
}
.footer_copyright a{
  font-weight: 800;
}
.footer_copyright a:hover {
  color: #ff671d;
}

/* ! Footer end */

/* ! Homepage Start */
/* ? Banner */
/* .Homepage_banner  */




.Homepage_banner .swiper-button-prev,
.Homepage_banner .swiper-button-next {
  top: inherit;
  width: 55px;
  height: 55px;
  margin-top: 0px;
  background-size: 16px 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  bottom: 50px;
  opacity: .8;
}

.Homepage_banner .swiper-button-prev:hover,
.Homepage_banner .swiper-button-next:hover {
  background-color: #ffffff;
  opacity: 1;
}

.Homepage_banner .swiper-button-next {
  left: auto;
  right: 12.91%;
}

.Homepage_banner .swiper-button-prev {
  left: auto;
  right: 15.8%;

}


.Homepage_banner .swiper-pagination {
  color: #fff;
  width: 20px !important;
  display: block;
  bottom: 50px;
  left: inherit;
  right: 20.2812%;
}

.swiper-frac {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.swiper-pagination-fraction span {
  display: block;
}

.swiper-pagination-current {
  font-family: 'isidorabold';
  font-size: 16px;
}

.swiper-pagination-total {
  font-family: 'isidoraregular';
  font-size: 12px;
}

.swiper-pagination-fraction.swiper-pagination-lock {
  display: none;
}

.Homepage_banner .swiper-slide {
  position: relative;
}

.swiper-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 45%); */
  background: linear-gradient(to right, rgba(70,39,20,.75) 0%,rgba(255,255,255,0) 40%);
}

.swiper-inner {
  float: left;
  width: 100%;
  padding-top: 40px;
  max-width: 755px;
}

.swiper_sup-title {
  font-weight: 400;
  font-size: 22px;
  color: #ff671d;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.swiper_main-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  float: left;
  width: 100%;
  color: #fff;
}

.swiper_sub-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  float: left;
  width: 100%;
}

.swiper_text {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.swiper_btn {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.swiper_btn:last-child {
  margin-bottom: 0;
}

.swiper_btn .btn_line {
  margin-left: 0;
  width: 265px;
  height: 65px;
}

.swiper_btn .btn_line .btn_hover {
  width: 265px;
  height: 65px;
  line-height: 65px;
}

.swiper_btn .btn_line .btn_hover::before,
.swiper_btn .btn_line .btn_hover::after {
  height: 4px;
}

.swiper_btn .btn_line.btn_orange .btn_hover span::before {
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

.swiper_btn .btn_line.btn_orange .btn_hover span::after {
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}


/* ! Homepage end */
.tabs {
  padding-bottom: 70px;
}

.tabs_cnt {
  float: left;
  width: 100%;
  padding: 50px 35px 0px;
  background: #fff;
  /* top: -40px; */
  position: relative;
  z-index: 1;
}

.tabs_cnt .title {
  margin-bottom: 20px;
}

.tabs-icon {
  display: block;
  width: 60px;
  height: 30px;
}

.tabs-icon svg {
  width: 60px;
  height: 30px;
  ;
  display: block;
}

.home .tabs-icon {
  height: 40px;
  width: 40px;
  margin: 0 auto;
}

.home .tabs-icon svg {
  height: 40px;
  width: 40px;
}

.life .tabs-icon {
  height: 40px;
  width: 45px;
  margin: 0 auto;
}

.life .tabs-icon svg {
  height: 40px;
  width: 45px;
  margin: 0 auto;
}

.travel .tabs-icon {
  height: 40px
}

.travel .tabs-icon svg {
  width: 60px;
  height: 40px;
  margin: 0 auto;
}

.property .tabs-icon,
.property .tabs-icon svg {
  width: 80px;
  height: 40px;
}

.pension .tabs-icon,
.pension .tabs-icon svg {
  width: 70px;
  height: 35px;
}

.Property .tabs-icon,.Pension .tabs-icon{
  margin: 0 auto;
}



/* tabs and accordion head */
.tabs_header li,
.accordion-head {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #0033a0;
  background: #ffffff;
  text-transform: uppercase;
}

.tabs__main {
  float: left;
  width: 100%;
}

.accordion-title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  color: #333f93;
}

.accordion-form {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.accordion-form form {
  float: left;
  width: 100%;
  position: relative;
}

.accordion-form .messages.messages--status{
  position: absolute;
  bottom: 0px;
}

.accordion-form .col_right .col-half:nth-child(3){
  margin-right: 0;
  float: right;
}

.col_4 {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.col_3 {
  float: left;
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 30px;
  position: relative;
}

.col_3:nth-child(3n) {
  margin-right: 0;
}

.faq .acc-form label {
  padding: 0px 20px;
}

.col_4 input[type="text"],
.col_4 select,
.col_3 input[type="text"],
.col_3 input[type="number"],
.col_3 input[type="email"],
.col_3 input[type="tel"],
.col_3 select,
.col_left select,
.col_12 input[type="text"],
.col_12 input[type="number"],
.col_12 input[type="email"],
.col_12 input[type="tel"],
.col_1 select,
.col_2 select,
textarea {
  width: 100%;
  float: left;
  height: 60px;
  background: #ffffff;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #0033a0;
  padding: 10px 20px;
  font-weight: 800;
}

.col_4 select,
.col_3 select,
.col_left select,
.col_1 select,
.col_2 select{
  color: #ff671d
}

.col_3 select,
.col_1 select,
.col_2 select,
.col_left select {
  background: #ffffff url('../../assets/images/icons/down-arrow.svg')90% center no-repeat;
  background-size: 15px;
}

.rate_of_return {
  pointer-events: none !important;
}

.select--ctn {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.col_12 .col_3 {
  margin-bottom: 0;
}


input::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

input::placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

textarea::placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  text-transform: uppercase;
}

/* .col_right div {
  margin-bottom: 30px;
} */

.col_12 {
  width: 100%;
  float: left;
}

.col_12.input_submit .btn_line {
  float: right;
  margin-top: 10px;
}

.col-half {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 30px;
}

.col-half:nth-child(even) {
  float: right;
}

.col_left {
  width: 21.2765%;
  float: left;
}

.col_left select {
  background: #ff671d url('../../assets/images/icons/down-arrowwhite.svg')90% center no-repeat;
  background-size: 15px;
  color: #ffffff;
}

.col_right {
  width: 68.7943%;
  float: right;
}

.col_right .col-half {
  margin-right: 2%;
}

.col_right .col-half:nth-child(even) {
  float: left;
}

.form-actions{
  position: relative;
}
.form-actions .ajax-progress.ajax-progress-throbber{
  position: absolute ;
}

.radio_btn {
  float: left;
  width: 100%;
  background: #ffffff;
  height: 60px;
  padding: 0px 20px;
  text-align: left;
  justify-content: flex-start;
}

.radio_btn .label_title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;

}

.radio-field {
  display: inline-block;
  vertical-align: middle;
}

.radio-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.radio-field label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;

  text-align: center;
  padding: 4px 7px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
}

.radio-field label:hover {
  cursor: pointer;
  background-color: #ff671d;
  color: #ffffff;
}

.radio-field input:checked+label {
  background-color: #0033a0;
  color: #ffffff;
}

/* *tabbing desktop */
@media screen and (min-width: 700px) {
  .tabs_header {
    background: #fff;
    float: left;
    width: 100%;
  }

  .tabs_header.business_tab li {
    width: calc(100% / 5);
  }
  .tabs_header li {
    float: left;
    cursor: pointer;
    width: 20%;

    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 95px;
  }

  .tabs_header li.current,
  .tabs_header li:hover {
    background: #ff671d;
    color: #ffffff;
  }

  .tab-content {
    display: none;
    background: #eceef3;
    padding: 40px;
    width: 100%;
    float: left;
    min-height: 395px;
  }

  .tab-content.current {
    display: inherit;
  }

  .accordion-head {
    display: none;
  }

  .tab-content.current .accordion-body {
    display: block !important;
  }

  .tabs-icon .st1 {
    fill: #0033A1;
  }

  .tabs-icon .st-none {
    fill: none;
  }

  .tabs-icon .st1 {
    fill: #0033A1;
  }

  .tabs-icon .st2 {
    fill: #FF671D;
  }

  .tabs_header li.current svg .st-white,
  .tabs_header li:hover svg .st-white {
    fill: #ffffff;
  }

  .st1.st-white.u{
    stroke-width:0;stroke-linecap:round;stroke-linejoin:round;
  }
}

/* *accordion mobile */
@media screen and (max-width: 699px) {
  .tabs_header li {
    display: none;
  }

  .tabs__main {
    float: left;
    width: 100%;
  }

  .tab-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .accordion-head {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding: 13px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #ff671d;
    color: #fff;
    border: 1px solid transparent;
  }

  .accordion-head.open {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ff671d;
  }

  .accordion-body {
    height: auto;
    display: none;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.79;
    color: #4a4a4a;
    float: left;
    width: 100%;
    margin-bottom: 11px;
    background: #eceef3;
  }

  .tab-content.current .accordion-body {
    display: block
  }

  .tabs-icon .st1 {
    fill: #ffffff;
  }

  .tabs-icon .st-none {
    fill: none;
  }

  .tabs-icon .st1 {
    fill: #ffffff;
  }

  .tabs-icon .st2 {
    fill: #ffffff;
  }

  .accordion-head.open .tabs-icon .st1 {
    fill: #0033A1;
  }

  .accordion-head.open .tabs-icon .st-none {
    fill: none;
  }

  .accordion-head.open .tabs-icon .st1 {
    fill: #0033A1;
  }

  .accordion-head.open .tabs-icon .st2 {
    fill: #FF671D;
  }

  .col_3 {
    width: 100%;
  }

  .col_3 input,
  .col_3 select,
  .radio_btn {@media screen and (min-width: 700px) and (max-width: 1023px)

  padding: 0 10px;
    display: block;
  }

}

/* ! news */
.news_slider {
  margin-bottom: 80px;
  background: #2a7ce0 url('../../assets/images/interface/background.png')left center no-repeat;
  background-size: 100%;
  position: relative;
}

.news_slider::after {
  content: '';
  height: 80px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fr_swiper {
  width: 86.999%;
  float: right;
  position: relative;
}

.fr_swiper .title {
  color: #fff;
  text-transform: uppercase;
}

.fr_swiper--text {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.fr_swiper--desc {
  width: 25.2252%;
  position: absolute;
  left: 28px;
  top: 100px;
  z-index: 2;
}

.fr_swiper-btn {
  float: left;
  width: 100%;
  margin-top: 25px;
}


.news_slider .swiper-wrapper {
  -webkit-box-align: end !important;;
  -ms-flex-align: end !important;;
  align-items: flex-end !important;
}

.news_slider img {
  width: 100%;
}

.news_slider .swiper-slide {
  position: relative;
  top: -80px;
  text-align: left;
}

.news_slider .swiper-slide .swiper_caption {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 75px;
  color: #ffffff;
  background: #353e46;
  padding: 18px 25px 0;
}

.news_slider .swiper-slide .caption_none {
  display: none;
}

.news_slider .swiper-slide .caption_title {
  font-family: 'isidorasemibold';
  font-size: 16px;
  line-height: 18px;
}

.news_slider .swiper-slide.swiper-slide-active {
  width: 57.5375% !important;
  top: 0;
}

.news_slider .swiper-slide.swiper-slide-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}


.news_slider .swiper-slide.swiper-slide-active .caption_none {
  display: block;
}

.news_slider .swiper-slide.swiper-slide-active .caption_title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 32px;
}

.news_slider .swiper-slide.swiper-slide-active .swiper_caption {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 0;
  width: 50%;
  height: auto;
  color: #ffffff;
  background: transparent;
  padding: 0px 60px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.caption_subtitle {
  font-family: 'isidoraregular';
  font-size: 30px;
  line-height: 32px;
}

.caption_text {
  margin-top: 20px;
  margin-bottom: 30px;
}

.caption_link a {
  font-family: 'isidorabold';
  text-transform: uppercase;
  font-size: 16px;
  background: url("../../assets/images/interface/link.png")0px 0px no-repeat;
  padding-left: 24px;
}

.caption_link a:hover {
  color: #ff671d;
  background: url("../../assets/images/interface/link-hover.png")0px 0px no-repeat;
  background-size: 15px;
}
a.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.news_slider .swiper-nav {
  position: absolute;
  right: 57.5375%;
  bottom: 0px;
  height: 80px;
  z-index: 2;
}

.news_slider .swiper-nav .swiper-button-prev,
.news_slider .swiper-nav .swiper-button-next {
  top: 0%;
  width: 100px;
  height: 72px;
  margin-top: 0px;
  background-size: 16px 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4d77b9;
}

.news_slider .swiper-nav .swiper-button-prev:hover,
.news_slider .swiper-nav .swiper-button-next:hover {
  background-color: #ff671d;
}

.news_slider .swiper-nav .swiper-button-next {
  left: 0px;
}

.news_slider .swiper-nav .swiper-button-prev {
  left: 100px;
  right: auto;
}

.news_slider .swiper-pagination-bullets {
  bottom: 30px;
  left: 0;
  width: 42.46246%;
  text-align: right;
}

.swiper-progress-bar {
  position: relative;
  width: 60px;
  display: block;
  z-index: 4;
  height: 4px;
  right: 4%;
  top: 35px;
}

.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 4px;
  background: #d4d4d5;
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0px;
  right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #4d77b9;
  height: 100%;
  width: 0;
  content: "";
}

.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 7s;
}

.news_slider .pag {
  width: 41.1624%;
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 72px;
}

.news_slider .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 2%;
  display: flex;
}

.news_slider .swiper-frac {
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  order: 2;
}

.news_slider .swiper-pagination-current {
  font-family: 'isidoraregular';
  font-size: 18px;
  order: 3;
  margin-right: 15px;
  color: #4d77b9;
}

.news_slider .swiper-pagination-total {
  font-family: 'isidoraregular';
  font-size: 18px;
  order: 1;
  color: #d4d4d5;
  position: relative;
  right: -7px;
}


/* ! banner app */
.bannerApp {
  /* background: #ff671d; */
  padding-top: 20px;
  margin-bottom: 65px;
  background-size: 100% !important;
  height: 350px;
  position: relative
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bannerApp__desc {
  float: left;
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bannerApp__desc .title {
  line-height: 46px;
  width: 55%
}

.bannerApp__desc--btn {
  float: left;
  width: 100%;
}

.btn__app {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.btn__app:last-child {
  margin-right: 0;
}

.bannerApp__img {
  float: right;
  width: 37.7777%;
  /* margin-left: auto; */
}

/* newsletter */
.newsletter {
  padding: 45px 0;
  background: #ebeff8;
  /* margin-bottom: 35px; */
}

.newsletter__title {
  float: left;
  width: 100%;
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  color: #323e48;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.newsletter__col--split {
  width: 25.8831%;
  margin-right: 2.4%;
  float: left;
}

.newsletter__col--full {
  float: left;
  width: 100%;
  margin-top: 10px;
}


.newsletter__col--split:nth-child(4) {
  margin-right: 0;
}

.newsletter__col--half {
  float: left;
  width: 66.8831%;
}

.email__col {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.h_newsletter input[type="email"],
.h_newsletter input[type="text"] {
  width: 100%;
  float: left;
  height: 60px;
  background: #ffffff;
  border: none;
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  padding: 0 40px;
}

.h_newsletter input::-webkit-input-placeholder {
  /* Edge */
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
}

.h_newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
}

.h_newsletter input::placeholder {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
}

.newsletter__col--btn {
  float: right;
}


.newsletter__col--btn.input_submit input[type="submit"] {
  width: 210px;
  height: 60px;
}

.newsletter__col--btn.input_submit input[type="submit"]:hover{
  border-radius: 50px;
}

/* ! breadcrum */
.breadcrum {
  background: #ffffff;
}

.breadcrum--cnt {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 35px 30px;
  margin-top: -40px;
}

.breadcrum--cnt.nomargin,
.news-breadcrum {
  margin-top: 0;
}

.breadcrum li {
  float: left;
  font-size: 14px;
  color: #2a7de1 ;
  line-height: 14px;
}

.breadcrum li:last-child {
  pointer-events: none;
}

.breadcrum li::after {
  content: '>';
  margin: 0px 10px;
}

.breadcrum li:last-child::after {
  display: none;
}

.breadcrum li a {
  font-size: 14px;
  color: #2a7de1 ;
  line-height: 14px;
}

.breadcrum li a:hover {
  color: #FF671D;
}

/* ! Intro */
.Intro {
  padding-bottom: 20px;
}


.Intro.pad35 {
  padding-bottom: 35px;
}

.intro__text {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #472611;
  line-height: 28px;
  margin-top: 20px;
}

.intro__text h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0033a1;
}

/* .intro__text h2 {
  font-family: 'isidorabold';
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #0033a1;
}
h4 {
  font-family: 'isidoraregular';
  font-size: 26px;
  line-height: 30px;
  color: #0033a1;
} */


.intro__text li {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  line-height: 24px;
}

.intro__text li::before {
  content: "\2022";
  color: #0033a1;
  display: inline-block;
  width: 1em;
}



.intro__text a {
  color: #472611;
  text-decoration: underline;
}

.intro__text a:hover {
  color: #3cb4e5;
  text-decoration: underline;
}


.intro__shema {
  float: left;
  width: 100%;
  padding: 40px;
  background: #ebeff8;
  margin-top: 40px;
}

.intro__shema--cnt {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 60px;
}

.intro__shema--top {
  color: #e1251b;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.intro__shema--right {
  color: #ffcd00;
  font-size: 30px;
  line-height: 30px;
  width: 32.62415%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.intro__shema--bottom {
  color: #2a7de1;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.intro__shema--left {
  color: #3cb4e5;
  font-size: 30px;
  line-height: 30px;
  width: 32.62415%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-right: 10px;
}

.intro__shema--img {
  width: 34.75177%;
  margin: 0 auto;
}

.intro__shema--img .cls-1 {
  fill: #e1251b;
}

.intro__shema--img .cls-2 {
  fill: #ffcd00;
}

.intro__shema--img .cls-3 {
  fill: #2a7de1;
}

.intro__shema--img .cls-4 {
  fill: #3cb4e5;
}

.intro__shema--img .cls-5 {
  fill: #fff;
}

.intro__shema--img .cls-6 {
  fill: #ff671d;
}


svg {
  display: block;
  width: 100%;
}

.svg__hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}



/* top */
.svg__hover.svg__hover--top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

/* right */
.svg__hover.svg__hover--right:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

/* bottom */
.svg__hover.svg__hover--bottom:hover {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

/* left */
.svg__hover.svg__hover--left:hover {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}


/* ! Form block */
.form__block {
  padding: 45px 0 35px;
}

.form__block--cnt {
  float: left;
  width: 100%;
  background: #eceef3;
  padding: 40px 40px;
}

.col_1 {
  float: left;
  width: 16.3156%;
  margin-right: 3%;
}

.col_2 {
  float: left;
  width: 38.4687%;
  margin-right: 3.5%;
}

.col_2:last-child {
  margin-right: 0px;
}

/* .form__block--cnt .col_12 {
  margin-bottom: 40px;
} */

/* ! Product page */
.table__compare {
  margin: 20px 0px 35px;
}

.table--compare {
  float: left;
  width: 100%;
  padding: 60px;
  background: #ebeff8;
  margin-top: 20px;
}

.table--compare table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}


.table--compare td,
.table--compare th {
  padding: 20px 20px;
  border: 1px solid #ebeff8;
  text-align: left;
  font-size: 18px;

}

.table--compare th {
  border-top: none;
  padding: 0;
  padding-bottom: 10px;
  background: #2a7de1;
}

.table--compare th h3,
.table--compare th p{
  padding: 0 20px;
}

.table--compare th:first-child {
  width: 23.0496%;
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  border-left: none;
  background: #0033a0;
  padding: 20px 20px;
}

.table--compare th:first-child h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
}

.table--compare th:last-child {
  border-right: none;
}

.table--compare th h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  margin-top: 10px;
}

/* .table--compare th p {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: 600;
} */

.table--compare th p {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: 600;
  max-width: 285px;
  height: 45px;
}



.td--img {
  width: 29px;
  height: 30px;
  background-size: 100%;
  margin: 0 auto;
}

.td--title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #472611;
  position: relative;
  margin-bottom: 5px;
  padding-right: 10px;

}

.table--compare td:first-child .td--title {
  color: #0033a1;
}

.rd-more {
  cursor: pointer;
}

.rd-more .td--title::after {
  content: "+";
  position: absolute;
  top: 0px;
  right: -10px;
  font-size: 25px;
  color: #0033a1;
  font-weight: 300;
  font-family: 'Nunito Sans', sans-serif;
}

.rd-more.active .td--title::after {
  content: "-";
  font-size: 35px;
}

.td--text {
  font-size: 14px;
  line-height: 18px;
  color: #472611;
  height: auto;
  display: none;
  font-weight: 600;
  padding-top: 12px
}


.td--img.tick {
  background: url('../../assets/images/icons/tick.png')center center no-repeat;
  background-size: 100%;
}

.td--img.nottick {
  background: url('../../assets/images/icons/close.png')center center no-repeat;
  background-size: 100%;
}

.tr--title td {
  font-weight: 800;
  font-size: 20px;
  line-height: 21px;
  color: #ff671d;
  border-right: 0;
}

.nobg,
.nobg td {
  background: #ebeff8;
  border: none;
}

.btn--quote{
  text-align: center;
  margin-bottom: 10px;
}

.btn--link {
  text-align: center;
}

.btn--link a {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 24px;
  color: #ff671d;
  background: url("../../assets/images/interface/link-hover.png")0px 3px no-repeat;
  background-size: 15px;
}

/* .btn--link a:hover {
    background: url("../../assets/images/interface/link.png")0px 3px no-repeat;
    color: #0033a1;
} */


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 800px),
(min-device-width: 800px) and (max-device-width: 102px) {

  .table--compare table {
    width: 100%;
  }

  tbody {
    background: #ebeff8 !important;
  }

  .rd-more {
    cursor: pointer;
    padding: 20px !important;
  }

  .table--compare {
    padding: 30px 20px;
  }

  .td--title {
    font-size: 25px;
    color: #ff671d;
  }

  .td--text {
    font-size: 16px;
    line-height: 19px;
    height: auto;
    display: block !important;
    margin-top: 7px;
    pointer-events: none;
  }

  .td--title::after,
  .td--title::before {
    display: none;
  }

  .table--compare td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ebeff8;
    position: relative;
    padding-left: 75%;
  }

  .table--compare td:before {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 45%;

    white-space: nowrap;
    content: attr(data-column);
    font-family: 'isidorabold';
    font-size: 20px;
    line-height: 21px;
    color: #0033a1;
    text-transform: uppercase;
  }

  .table--compare tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .table--compare table,
  .table--compare thead,
  .table--compare tbody,
  .table--compare th,
  .table--compare td,
  .table--compare tr {
    display: block;
    background: #fff;
  }

  .tr--title {
    border: none !important;
  }

  .tr--title td {
    padding: 20px;
    background: #ff671d;
    color: #fff;
    border: none;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table--compare thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .nobg td {
    padding: 20px;
    background: #ebeff8;
    border: none;
  }

  .nobg td:first-child {
    display: none;
  }

  .table--compare .nobg td:before {
    top: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 25px;
  }

  .btn--quote {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 30px;
    max-width: 210px;

  }


}


/* TODO end*/


/* ! content block */
.content__block {
  margin: 50px 0;
}

.content__block--img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.content__block--desc {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px;
  padding-left: 4.2553%;
}

.content__block.content__block--inverse .content__block--desc {
  padding-right: 4.2553%;
  padding-left: 0;
}

/* .content__block--desc .title {
  font-size: 40px;
  line-height: 40px;
} */

.content__block--desc .sub__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ff671d;
}

.content__block--text {
  font-size: 18px;
  color: #472611;
  line-height: 28px;
  margin-top: 20px;
}

.content__block--text li {
  font-weight: 800;
  color: #472611;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
}

.content__block--text li::before {
  content: "\2022";
  color: #0033a1;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}

.content__block--btn {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.content__block--btn .btn_line {
  height: 60px;
  margin-left: 0px;
  width: auto;
}

.content__block--btn .btn_line .btn_hover {
  width: auto;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
}

.content__block--btn .btn_line .btn_hover span {
  padding: 0px 25px;
}

/* ! content download */
.content__download {
  background: #0033a1;
  padding: 55px 0px;
  /* margin: 50px 0px; */
}

.content__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FF671D;
}

.content__download ul {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.content__download li {
  width: 23.4042%;
  margin-right: 2.1295%;
  height: 85px;
  background: transparent;
  border: none;
  float: left;
  margin-bottom: 2.1295%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.content__download li a {
  display: block;
  height: 100%;
  line-height: 84px;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  /* background: url('../../assets/images/interface/pdf.png')8% center no-repeat; */
}


.content__download li:nth-child(4n) {
  margin-right: 0%;
}

.content__download li a span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  line-height: 16px;
  text-align: left;
}

.content__download li a span.icon--dl {
  height: 50px;
  width: 41px;
  background: url('../../assets/images/interface/pdf.png')center center no-repeat;
  background-size: 100%;
  margin-right: 15px;
}

.content__download li:hover {
  background: #ff671d;
}

.content__download li:hover a{
  color: #fff;
}

.content__download li:hover a span.icon--dl {
  height: 50px;
  width: 41px;
  background: url('../../assets/images/interface/pdf-white.png')center center no-repeat;
  background-size: 100%;
  margin-right: 15px;
}

/* faq */
.faq {
  margin-top: 35px;
}

/* .faq .title {
  line-height: 47px;
} */

.accordion__main {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.acc-head:first-child{
  border-top: 1px solid #472611;
}

.acc-head {
  float: left;
  width: 100%;
  color: #0033a1;
  padding: 12px 40px;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-weight: 800;
  border-bottom: 1px solid #472611;

}

.acc-head::after {
  content: "+";
  position: absolute;
  top: 9px;
  right: 40px;
  font-size: 53px;
  font-weight: 800;
  color:#ff671d;
  transition: all 0.3s ease;
}

.acc-head.open {
  border:none
}

.acc-head.open::after {
  content: "-";
}

.acc-body {
  height: auto;
  display: none;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 15px 55px 20px;
  font-size: 18px;
  color: #472611;
  line-height: 28px;
  border-bottom: 1px solid #472611;
}

.acc-body.acc-dl li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 3px solid #d9e0f1;
  cursor: pointer;
}

.acc-body.acc-dl li:last-child {
  border: none;
}

.acc-body.acc-dl li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
}

.acc-dl-text {
  width: 80%;
}

.acc-dl-cnt{
  width: 20%;
  text-align: right;
}

.acc-dl-icn {
  text-align: right;
}
.acc-pdf-icn{
   text-align: right;
   display: inline-block;
 }

.acc-pdf-icn::before {
  content: '';
  background: url(../../assets/images/icons/pdf-orange.png) center center no-repeat;
  width: 41px;
  height: 50px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.acc-dl-icn::after {
  content: '';
  background: url(../../assets/images/icons/dl-orange.png) center center no-repeat;
  width: 20px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.acc-body.acc-dl li:hover .acc-pdf-icn::before {
  background: url(../../assets/images/icons/pdf-blue.png) center center no-repeat;
}

.acc-body.acc-dl li:hover .acc-dl-icn::after {
  background: url(../../assets/images/icons/dl-blue.png) center center no-repeat;
}


/* ! product slider */
.product__slider {
  background: #ff671d;
  /* margin: 35px 0px; */
}

.product__slider--desc {
  float: left;
  width: 39%;
  padding-top: 6.5%;
}

.product__slider--text {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.product__slider--btn .btn_line {
  margin-left: 0;
  width: 210px;
  height: 65px;
  margin-top: 18px;
}

.product__slider--btn .btn_line .btn_hover {
  width: 210px;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  color: #ff671d;
  background: #ffffff;
}

.product__slider--btn .btn_line .btn_hover span {
  font-size: 18px;
  color: #ff671d;
}

.product__slider--btn .btn_line .btn_hover::before,
.product__slider--btn .btn_line .btn_hover::after {
  height: 4px;
  /* background-color: #ff671d; */
}

.product__slider--btn .btn_line .btn_hover span::before {
  border-left: 4px solid #0033a0;
  border-bottom: 4px solid #0033a0;
}

.product__slider--btn .btn_line .btn_hover span::after {
  border-right: 4px solid #0033a0;
  border-bottom: 4px solid #0033a0;
}

.product__slider .pag {
  width: 100px;
  position: absolute;

  left: -15%;
  bottom: 0px;

  height: 72px;
}

.product__slider .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: right;
  display: flex;
}

.product__slider .swiper-frac {
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;

}

.product__slider .swiper-pagination-current {
  font-family: 'isidoraregular';
  font-size: 18px;
  margin-right: 10px;
  color: #4d77b9;
  margin-left: 5px;
}

.product__slider .swiper-pagination-total {
  font-family: 'isidoraregular';
  font-size: 18px;
  color: #d4d4d5;
  position: relative;
  right: -7px;
}

.product__slider .swiper-progress-bar {
  right: -22px;
  top: 35px;
}


.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.product__slider--right {
  float: right;
  width: 57.0570%;
  position: relative;
}


.product__slider .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 72px;
  width: 200px;
  z-index: 2;
}

.product__slider .swiper-nav .swiper-button-prev,
.product__slider .swiper-nav .swiper-button-next {
  top: 0%;
  width: 100px;
  height: 72px;
  margin-top: 0px;
  background-size: 16px 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff671d;
}

.product__slider .swiper-nav .swiper-button-prev:hover,
.product__slider .swiper-nav .swiper-button-next:hover {
  background-color: #4d77b9;
}

.product__slider .swiper-nav .swiper-button-next {
  right: auto;
  left: 100px;
}

.product__slider .swiper-nav .swiper-button-prev {
  left: 0px;
}


/* ? adaptive content */
.adaptive__content {
  /*
  background: #ebeff8;
  margin: 35px 0;
  */
}

.adaptive__content--cnt {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;

}

.adaptive__content--box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 -2px;
  padding: 70px 0;
}

.adaptive__content--left {
  text-align: left;
  border-right: 1px solid #b0c0e2;
}

.left--cnt {
  float: right;
  width: 75%;
}

.adaptive__desc--left {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.adaptive__desc--left .title {
  float: left;
  width: 100%;
}

.adaptive__desc--text {
  line-height: 28px;
  margin-top: 30px;
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 25px;
}

.adaptive__desc--btn {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0px;
  text-align: center
}

.adaptive__desc--btn .adaptive-btn {
  margin-top: 0px;
}

.adaptive__content--right {
  text-align: center;
  position: relative;
}

.adaptive__content--desc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.adaptive__content--text {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  color: #0033a1;
  text-transform: uppercase;
}

.adaptive-btn {
  float: left;
  width: 100%;
  margin-top: 25px;
}



.adaptive--centered .adaptive__content--desc {
  position: initial;
  left: initial;
  top: initial;
  width: 100%;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
}

.adaptive__content--box.adaptive--centered {
  width: 100%;
}

/* ? other */
.other {
  background: #ff671d url('../../assets/images/icons/mua-shape-60.png')center center repeat;
  padding: 40px 0;
  /* margin: 25px 0; */
}
.other  .title{
  color: #fff;
  text-align: center;
}
.other__cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.other__box {
  width: 31.9148%;
  float: left;
  margin-right: 2.1276%;
  cursor: pointer;
}

.other__cnt.other__cnt--four .other__box {
  width: 22.9148%;
  margin-right: 2.99%;
}

@media screen and (max-width: 700px) {
  .other__box {
    width: 100%;
    margin-right: 0%;
  }
}

.other__box:nth-child(3n) {
  margin-right: 0px;
}

.other__cnt.other__cnt--four .other__box:nth-child(3n) {
  margin-right: 2.99%;
}

.other__cnt.other__cnt--four .other__box:nth-child(4n) {
  margin-right: 0%;
}

.other__box--img {
  float: left;
  width: 100%;
  position: relative;
}

.other__box--desc {
  float: left;
  width: 100%;
  height: 225px;
  position: relative;
  background: #fff;
  padding: 25px;

}

.other--title {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ff671d;
}

.other--date {
  font-size: 18px;
  line-height: 24px;
  color: #472611;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.other--text {
  font-size: 18px;
  line-height: 24px;
  color: #472611;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.other--link {
  float: left;
  margin-top: 15px;
  position: absolute;
  bottom: 10px;
  left: 25px;
}

.other--link a {
  text-transform: uppercase;
  font-size: 16px;
  color: #3cb4e5
}

.other--link a:hover {
  color: #472611;
}

/* ? Intro grey */
.Intro__grey {
  margin: 35px 0px;
}

.Intro__grey .container__wrapper {
  padding: 40px;
}

.intro__img {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.img-mob {
  display: none;
}

@media screen and (max-width: 700px) {
  .img-desk {
    display: none;
  }

  .img-mob {
    display: block;
  }
}


/* boxes hover */
.boxes-hover {
  margin: 35px 0px;
}

.boxes-hover .title {
  line-height: 47px;
}

.boxes-hover--cnt {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.position--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 5%;
}

.boxes-hover--img {
  position: relative;
  /* cursor: pointer; */
}

.boxes-hover--cnt.boxes--twolayer .boxes-hover--img {
  width: 23.9007%;
  float: left;
  margin-right: 1.468%;
  margin-bottom: 2%;
}

.boxes-hover--cnt.boxes--twolayer .boxes-hover--img:nth-child(4n) {
  margin-right: 0;
}


.boxes-hover--content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #333f93;
  text-align: center;
}

.boxes-hover--img:hover .boxes-hover--content {
  background: rgba(0, 71, 186, 0.9);
  color: #ffffff;
}

.box-content--title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}

.boxes-hover--img:hover .box-content--title {
  font-size: 18px;
  line-height: 18px;
}


.box-content--text {
  font-size: 18px;
  margin-top: 30px;
  display: none;
}

.boxes-hover--img:hover .box-content--text {
  display: block;
}

/* ! table performance */
.table__performance {
  margin: 35px 0;
}

.title--text {
  font-size: 18px;
  color: #472611;
  line-height: 28px;
}

.table--responsive {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.table--responsive table {
  width: 100%;
  border-collapse: collapse;

}

.table--responsive td,
.table--responsive th {
  padding: 25px;
  border-bottom: 3px solid #eff0f7;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #304596;
  font-weight: 600;

}

.table--responsive th {
  background: #0033a1;
  color: #ffffff;
  border: none;
  font-weight: 800;
}

.table--responsive td:first-child {
  border: none;
  background: #ff671d;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 15%;
  padding: 25px 0;
  font-weight: 800;
}

.table--responsive th.empty {
  background: transparent;
  border: none;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  .table--responsive table {
    width: 100%;
  }

  .table--responsive table,
  .table--responsive thead,
  .table--responsive tbody,
  .table--responsive th,
  .table--responsive td,
  .table--responsive tr {
    display: block;
  }

  .table--responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table--responsive tr {
    margin-bottom: 10px;
  }

  .table--responsive td,
  .table--responsive th {
    padding: 15px;
  }

  .table--responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .table--responsive td:before {
    position: absolute;
    top: 17px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
  }

  .table--responsive td:first-child::before {
    display: none;
  }

  .table--responsive td:first-child {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding: 25px 0;
  }


}

/* ? table price */
.table__price {
  margin: 35px 0;
}

.table__price .subtitle {
  font-size: 18px;
  font-weight: 600;
}

.table__price--cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.table__price--boxes {
  float: left;
  width: 48.5%;
}

.table__price--boxes:last-child {
  float: right;
}

.table__price--boxes:first-child {
  float: left;
}

.table__boxes--title {
  float: left;
  width: 100%;
  font-weight: 800;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  background: #ff671d;
  padding: 25px 35px;
}

.table__price--boxes ul {
  float: left;
  width: 100%;
}

.table__price--boxes li {
  padding: 25px 35px;
  border-bottom: 3px solid #ebeff8;
  width: 100%;
  float: left;

}

.table__price--boxes li>div {
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 18px;
}

.text--left {
  text-align: left;
  font-weight: 800;
  color: #472611;
}

.text--right {
  text-align: right;
  font-weight: 600;
  color: #0033a1;
}

.text--right.more {
  width: 26px;
  height: 16px;
  background: url('../../assets/images/icons/more.png') center right no-repeat;
  background-size: 100%;
  float: right;
}

.text--right.less {
  width: 26px;
  height: 16px;
  background: url('../../assets/images/icons/less.png') center center no-repeat;
  background-size: 100%;
  float: right;
}

/* ? block content */
.block__content {
  margin: 35px 0;
}

.block__content--cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.block__content--boxes {
  float: left;
  width: 48.5%;
  background: #ff671d;
  padding: 50px 50px;
  text-align: center;
}

.block__content--boxes:last-child {
  float: right;
}

.block__content--title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #333f93;
  text-transform: uppercase;
}

.block__content--text {
  font-family: 'isidoramedium';
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.block__content--btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 45px;
}


.block__content--btn .btn__rec{
  background: #ffffff;
  color: #ff671d;
}

.block__content--btn .btn__rec:hover{
  color: #fff;
}


/* ? tips */
.tips__slider {
  margin: 35px 0;
  padding: 50px 0px;
  background: #eff0f7;
}

.nobg {
  background: none;
}

.tips__slider--cnt {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

/* .tips__boxes {
  cursor: pointer;
} */

.tips__boxes--desc {
  background: #ffffff;
  height: 275px;
  padding: 30px 25px;
  font-size: 18px;
  line-height: 18px;
  color: #472611;
}

.tips__order {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'isidorabold';
  color: #ff671d;
  font-size: 70px;
  line-height: 70px;

}

.tips__boxes--btn {
  text-align: center;
  padding: 35px 0px;
}



.tips__slider .swiper-button-prev,
.tips__slider .swiper-button-next {
  background-color: #4d77b9;
  top: 0%;
  width: 100px;
  height: 275px;
  margin-top: 0px;
  cursor: pointer;
  background-size: 20px 35px;
}

.tips__slider .swiper-button-prev:hover,
.tips__slider .swiper-button-next:hover {
  background-color: #ff671d;
}

.tips__slider .swiper-button-next {
  right: -100px;
  left: auto;
}

.tips__slider .swiper-button-prev {
  left: -100px;
  right: auto;
}

/* ? intro boxes */
.into__boxes--cnt {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.into__boxes--cnt .title {
  margin-bottom: 20px;
}

.intro__boxes {
  width: 23%;
  margin-right: 2.6673%;
  height: 230px;
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 40px 29px;
  margin-bottom: 2.6673%;
}

.intro__boxes:nth-child(5) {
  margin-right: 0;
}

.intro__boxes:last-child {
  margin-right: 0;
}

.intro__boxes--img {
  width: 60px;
  height: 55px;
  margin: 0 auto;
}

.intro__boxes--desc {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;

}

.intro__boxes--desc strong {
  font-weight: 800;
}

.intro__bulett {
  float: left;
  width: 100%;
  margin-top: 70px;
}

.intro__bulett h2{
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ff671d;
  margin-bottom: 20px;
}

.intro__bulett h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0033a1;
}


.intro__bulett li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #472611;
  margin-bottom: 18px;
}

.intro__bulett li::before {
  content: "\2022";
  color: #0033a1;
  display: inline-block;
  width: 1em;
}

/* ? intro tabs */
.Intro__Tabs {
  margin: 35px 0;
}

.intro__acc--inner {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.Intro__acc--title {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;

}

.intro__acc--subtitle,
.Intro__acc--desc h3 {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
}

.intro__acc--lighttitle {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
}

.intro__acc--text {
  font-size: 18px;
  line-height: 18px;
  color: #472611;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.tabs_orange .Intro__acc--title,
.tabs_orange .intro__acc--subtitle,
.tabs_orange .intro__acc--lighttitle,
.tabs_orange .Intro__acc--desc h3 {
  color: #ff671d;
}

.tabs_blue .Intro__acc--title,
.tabs_blue .intro__acc--subtitle,
.tabs_blue .intro__acc--lighttitle,
.tabs_blue .Intro__acc--desc h3 {
  color: #0033a0;
}

.tabs_yellow .Intro__acc--title,
.tabs_yellow .intro__acc--subtitle,
.tabs_yellow .intro__acc--lighttitle,
.tabs_yellow .Intro__acc--desc h3 {
  color: #f39200;
}

.Intro__acc--desc {
  float: left;
  width: 100%;
}

.Intro__acc--desc .intro__img {
  margin-top: 20px;
}

.Intro__acc--desc .table--responsive td:first-child {
  background: #ff671d;
}

.Intro__acc--desc .table--responsive td {
  background: #fff;
}

/* *tabbing desktop */
@media screen and (min-width: 700px) {
  .Intro__Tabs .tabs_header {
    float: left;
    width: 100%;
    margin-top: 25px;
  }

  .Intro__Tabs .tabs_header li {
    width: auto;
    height: auto;
    padding: 20px;
    font-family: 'isidorabold';
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
  }

  .Intro__Tabs .tabs_header li.tabs_orange {
    background: #ff671d;
  }

  .Intro__Tabs .tabs_header li.tabs_blue {
    background: #0033a0;
  }

  .Intro__Tabs .tabs_header li.tabs_yellow {
    background: #f39200;
  }

  .Intro__Tabs .tab-content {
    display: none;
    background: #fff0e8;
    padding: 40px;
    width: 100%;
    float: left;
    min-height: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .Intro__Tabs .tab-content.current {
    display: inherit;
    position: relative;
  }

  .Intro__Tabs .tab-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px
  }

  .Intro__Tabs .tab-content.tabs_orange::before {
    background: #ff671d;
  }

  .Intro__Tabs .tab-content.tabs_blue::before {
    background: #0033a0;
  }

  .Intro__Tabs .tab-content.tabs_yellow::before {
    background: #f39200;
  }



  .Intro__Tabs .accordion-head {
    display: none;
  }

  .Intro__Tabs .tab-content.current .accordion-body {
    display: block !important;
  }

}

/* *accordion mobile */
@media screen and (max-width: 699px) {
  .Intro__Tabs .Intro__Tabs .tabs_header li {
    display: none;
  }

  .tabs__main {
    float: left;
    width: 100%;
  }

  .Intro__Tabs .tab-content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .Intro__Tabs .accordion-head {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding: 13px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #ff671d;
    color: #fff;
    border: 1px solid transparent;
  }

  .Intro__Tabs .accordion-head.open {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ff671d;
  }

  .Intro__Tabs .accordion-body {
    height: auto;
    display: none;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 1.79;
    color: #4a4a4a;
    float: left;
    width: 100%;
    margin-bottom: 11px;
    background: #eceef3;
  }

  .Intro__Tabs .tab-content.current .accordion-body {
    display: block
  }

}


/* ? contact */
.contactMap {
  margin: 35px 0px;
}

.mapTabbing--head {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.mapTabbing--btn {
  width: 210px;
  height: 65px;
  background: #ff671d;
  border: 1px solid #ff671d;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 800;
}

.mapTabbing--btn.current,
.mapTabbing--btn:hover {
  background: #ffffff;
  color: #ff671d;
}

.tab--cnt {
  float: left;
  width: 100%;
  position: relative;
  height: 630px;
}

.tab-body {
  float: left;
  width: 100%;
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tab-body.current {
  /* display: inherit; */
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.tab-body-half {
  float: left;
  width: 50%;
}

.tab-body-half li {
  width: 50%;
  float: left;
  height: 160px;
  border-bottom: 4px solid #ebeff8;
  border-right: 4px solid #ebeff8;
  padding: 20px 20px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.tab-body-half li:first-child,
.tab-body-half li:nth-child(2) {
  border-top: none;
}

.tab-body-half li:last-child {
  border-bottom: none;
}

.tab-body-half li:nth-child(even) {
  border-right: none;
}

.tab-body-half li:last-child:nth-child(odd) {
  border-bottom: none;
}



.tab-body-half li span {
  font-size: 18px;
  line-height: 18px;
  color: #0033a0;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 800;
}

.tab-body-half li span.tab-body-title {
  color: #ff671d;
  text-transform: uppercase;
  font-family: 'isidorabold';
}

.tab-body-half li span.tab-body-address {
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
}

.tab-body-half li span.tab-body-link {
  font-size: 15px;
  line-height: 15px;
  margin-top: 5px;
}

.tab-body-half li span.tab-body-link a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #0033a0;
}

.tab-body-half li:hover span.tab-body-link a,
.tab-body-half li.active span.tab-body-link a {
  color: #ffffff
}

.tab-body-half li span.tab-body-link a:hover {
  color: #0033a0;
}

.tab-body-half li:hover,
.tab-body-half li.active {
  background: #ff671d;
}


.tab-body-half li:hover span,
.tab-body-half li.active span {
  color: #ffffff;
}

.contactMap--text {
  float: left;
  width: 100%;
  margin: 35px 0 0 0;
  font-size: 18px;
  line-height: 18px;
  color: #472611;
}

.contactMap--text li{
  position: relative;
  padding-left: 15px;
}

.contactMap--text li::before{
  content: "\2022";
    color: #000;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0;
}

.contactMap--text a{
  color:#472611;
  text-decoration: underline;
}

.contactMap--text a:hover{
  color:#3cb4e5
}


.content-click {
  margin: 35px 0;
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.content-click--text {
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: #ff671d;
}

.content-click--btn {
  display: inline-block;
  vertical-align: middle;
}

.btn__rec.btn-pdf img{
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}


.content-two--btn {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.content-two--btn .btn_line {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  height: 65px;
  float: none;
}


.content-click.content-click--blue {
  background: #0033a0;

}

.content-click.content-click--blue .content-click--text {
  color: #fff;
}

.content-click.content-click--blue .content-click--btn.pad .btn_line .btn_hover span {
  padding: 0 50px;
}

.btn_hover.btn-pdf img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-right: 10px;
}






/* joblisting */
.joblisting {
  margin: 35px 0;
}

.joblisting .title {
  line-height: 40px;
}

.joblisting--cnt {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.joblisting--box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #ff671d;
  padding: 30px 40px;
}

.joblisting--box:last-child {
  margin-bottom: 0;
}

.joblisting--desc {
  display: inline-block;
  vertical-align: middle;
}

.joblisting--box table {
  width: 100%;
}

.joblisting--box td {
  font-family: 'isidoraregular';
  font-size: 18px;
  color: #fff;
}

.joblisting--box td.joblisting--box--title {
  text-transform: uppercase;
  font-family: 'isidorabold';
  font-size: 18px;
  line-height: 18px;
  color: #0033a0;
width: 23%;
    word-break: break-word;
}

.joblisting--box--dept{
  width:18%
}

.joblisting--box--branch{
  width:12%
}

.joblisting--box td.joblisting--box--date {
  text-align: center;
}

.joblisting--box--date .ic {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  right: 15px;
}

.joblisting--box td.joblisting--box--btn {
  width: 23%;
}

.joblisting--box--btn .btn_line {
  width: 140px;
  height: 45px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
}

.joblisting--box--btn .btn_line:last-child {
  float: right;
}


.joblisting--box--btn .btn_line  .btn__rec{
  background: #ffff;
  color: #ff671d;
}

.joblisting--box--btn .btn_line  .btn__rec:hover{
  color: #fff;
  background: #0033a0;
}


/* other */
.other--bg {
  background: #2a7de1;
  padding-bottom: 80px;
}

.other__box.clickable {
  cursor: pointer;
}

.other__box--overlay {
  height: 85px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 103, 29, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other__box--overlayCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.other__box.clickable:hover .other__box--overlay {
  height: 100%;
  background: rgba(255, 103, 29, 0.8);
}

.other__overlay--title {
  width: 100%;
  text-align: center;
  font-family: 'isidorabold';
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 10px;


}

.other__overlay--text {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'isidoraregular';
  display: none;
  line-height: 18px;
}

.other__box.clickable:hover .other__overlay--text {
  display: block;
}

/* image reverse */
.images--reverse {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.images--reverse:last-child {
  margin-bottom: 35px;
}

.images--reverse--box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.images--reverse--desc {
  font-size: 18px;
  color: #472611;
  line-height: 22px;
}

.images--reverse--desc h3 {
  font-family: 'isidorabold';
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #0033a1;
}

.images--reverse--btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.images--reverse--btn .btn_line {
  width: auto;
  height: 45px;
  margin-left: 0px;
}

.images--reverse--btn .btn_line .btn_hover {
  float: left;
  width: auto;
}

.images--reverse--btn .btn_line.btn_orange .btn_hover span {
  padding: 0px 20px;
}

/* .images--reverse.img-left .images--reverse--desc {
  padding-left: 15%;
}

.images--reverse.img-right .images--reverse--desc {
  padding-right: 15%;
} */

.images--reverse--overlay {
  position: relative;
}

.images--reverse--overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 90%;
  background: #fff;
}

.images--reverse.img-right .images--reverse--overlay::after {
  right: 0;
  left: auto;
}

/* colored slider */
.colored--slider {
  margin: 35px 0;
}

.colored--slider--cnt {
  float: left;
  width: 100%;
  margin-top: 35px;
  position: relative;
}

.colored--slider--box {
  position: relative;
}

.colored--slider--box:nth-child(1n) {
  background: #ff671d;
}

.colored--slider--box:nth-child(2n) {
  background: #ff8300;
}

.colored--slider--box:nth-child(3n) {
  background: #ff9e18;
}

.colored--slider--box:nth-child(4n) {
  background: #ffcd00;
}

.colored--slider--desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 35px 20px 20px;
}

.colored--slider--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #0033a0;
  float: left;
  width: 100%;
}

.colored--slider--title span {
  display: inline-block;
  width: 75%;
}

.colored--slider--title span.num {
  font-family: 'isidorabold';
  font-size: 70px;
  margin-right: 5px;
  width: auto;
}

.colored--slider--text {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}


.colored--slider .swiper-button-prev,
.colored--slider .swiper-button-next {
  background-color: #4d77b9;
  top: 0%;
  width: 100px;
  height: 275px;
  margin-top: 0px;
  cursor: pointer;
  background-size: 20px 35px;
}

.colored--slider .swiper-button-prev:hover,
.colored--slider .swiper-button-next:hover {
  background-color: #ff671d;
}

.colored--slider .swiper-button-next {
  right: -100px;
  left: auto;
}

.colored--slider .swiper-button-prev {
  left: -100px;
  right: auto;
}

/* ! news */
.newslisting {
  margin: 35px 0;
}

.newslisting--filter {
  float: left;
  width: 100%;
  font-family: 'isidoramedium';
  font-size: 18px;
  line-height: 18px;
  color: #010101;
  margin-bottom: 40px;
}

.newslisting--filter span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.newslisting--filter .col_left {
  width: 300px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.newslisting--filter .select--ctn {
  margin-bottom: 0px;
}

.newslisting--filter .search__form input[type="search"] {
  height: 60px;
  border-color: #ff671d;
  color: #ff671d;
}

.newslisting--filter .search__form input[type="search"]::-webkit-input-placeholder {
  color: #ff671d;
}

.newslisting--filter .search__form input[type="search"]:-ms-input-placeholder {
  color: #ff671d;
}

.newslisting--filter .search__form input[type="search"]::placeholder {
  color: #ff671d;
}

.newslisting--filter .search__form {
  width: 300px;
  float: right;
}

.newslisting--filter .search__form input[type="submit"] {
  top: 20px;
  background: url('../../assets/images/icons/search-hover.png')center center no-repeat;
  background-size: 100%;
}

.newslisting--filter .search__form input[type="submit"]:hover {
  background: url('../../assets/images/icons/search.png')center center no-repeat;
  background-size: 100%;
}

.newslisting--cnt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.newslisting--boxes {
  width: 23.40425%;
  margin-bottom: 40px;
  margin-right: 2.12%;
  font-size: 16px;
  line-height: 16px;
  color: #472611;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.newslisting--boxes:nth-child(4n) {
  margin-right: 0;
}

.newslisting--boxes--title {
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
  color: #0033a1;
  margin: 10px 0;
  text-transform: uppercase;
}

.newslisting--boxes--text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.newslisting--boxes--btn {
  float: left;
  width: 100%;
  margin-top: auto;
}

.newslisting--boxes--btn a {
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  color: #ff671d;
  background: url("../../assets/images/interface/link-hover.png")0px 0px no-repeat;
  background-size: 15px;
}

.newslisting--boxes--btn a:hover {
  color: #333f93;
}

/* .newslisting--boxes:hover .newslisting--boxes--title {
  color: #ff671d;
} */

/* bod */
.bod {
  margin: 0px 0 35px 0;
}

.bod--wrapper {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.bod--cnt {
  width: 100%;
  float: left;

}

.bod--boxes {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 40px;
  cursor: pointer;
  height: 330px;
}

.bod--boxes:nth-child(5n) {
  margin-right: 0px;
}

.bodo--boxes--img {
  float: left;
  width: 100%;
  position: relative;
}

.bodo--boxes--img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 2;
}

.bod--boxes:hover .bodo--boxes--img::before,
.bod--boxes.active .bodo--boxes--img::before {
  opacity: 1;
}

.bodo--boxes--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100px;
}

.bod--boxes:hover .bodo--boxes--overlay,
.bod--boxes.active .bodo--boxes--overlay {
  background: transparent;
  padding: 0 10px;
}

.bodo--boxes--title {
  float: left;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #ff671d;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.bodo--boxes--subtitle {
  float: left;
  width: 100%;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #0033a0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.bod--boxes:hover .bodo--boxes--title,
.bod--boxes:hover .bodo--boxes--subtitle,
.bod--boxes.active .bodo--boxes--title,
.bod--boxes.active .bodo--boxes--subtitle {
  color: #fff;
}

.bod--cnt.blue--modal .bodo--boxes--img::before {
  background: rgba(0, 51, 160, 0.5);
}

.bod--cnt.orange--modal .bodo--boxes--img::before {
  background: rgba(255, 103, 29, 0.5)
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

}

.modalbody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 1410px;
  height: 500px;
}

.modal.blue--modal {
  background: rgba(0, 51, 160, 0.5);
}

.modal.blue--modal .modalbody {
  background: #0033a0;

}

.modal.orange--modal {
  background: rgba(255, 103, 29, 0.5)
}

.modal.orange--modal .modalbody {
  background: #ff671d
}

.modal--boxes {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 40px;
}

.modal--boxes.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background: #0033a0;
}

.modal.orange--modal .modal--boxes.active {
  background: #ff671d
}

.modal--boxes--img {
  display: inline-block;
  vertical-align: top;
  width: 24.1134%;
}

.modal--boxes--title {
  float: left;
  width: 100%;
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}

.modal--boxes--subtitle {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
}

.modal--boxes--text {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  width: 74.8865%;
  padding-left: 40px;
  margin-top: 50px;
}


.modal--boxes--text li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 20px;
  margin: 5px 0px;
}

.modal--boxes--text li::before {
  content: "\2022";
  color: #ffffff;
  width: 1em;
  position: absolute;
  left: 0;
}

.modal .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 999;
}

.modal .close:hover {
  opacity: 0.5;
}

.modal .close:before,
.modal .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}

.modal .close:before {
  transform: rotate(45deg);
}

.modal .close:after {
  transform: rotate(-45deg);
}

/* news details */
.newsdetails {
  margin: 35px 0;
}

.newsdetails--sticky {
  float: left;
  width: 30.4326%;
  position: sticky;
  top: 190px;
}

.newsdetails--sticky .title {
  line-height: 40px;
}

.newsdetails--subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.newsdetails--date {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #472611;
  margin-top: 10px;
}

.newsdetails--tag {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.newsdetails--tag li {
  display: inline-block;
}

.newsdetails--tag li a{
  min-width: 125px;
  background: #ff671d;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.newsdetails--tag li a:hover{
  background: #0033a0;
  border-radius: 25px
}

.newsdetails--share {
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-top: 1px solid #472611;
  border-bottom: 1px solid #472611;
}

.newsdetails--share .sharetext {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  color: #472611;
  margin-right: 15px;
}

.newsdetails--share .social_icon {
  float: right;
  margin-top: 0;
}

.newsdetails--inner {
  float: right;
  width: 66.0212%;
}

.newsdetails--text {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.newsdetails--text h2 {
  font-weight: 800;
  color: #0033a1;
  font-size: 38px;
  line-height: 44px;
  margin-top: 10px;
}

.newsdetails--text h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #0033a1;
}

.newsdetails--text a {
  color: #3cb4e5;
  text-decoration: underline;
  text-underline-position: unset;
}

.newsdetails--text a:hover {
  color: #ff671d;
}

.newsdetails--text img {
  width: 70%;
  margin: 20px 0;
  height: auto;
}

.newsdetails--text li{
  padding-left: 20px;
  position: relative;
  width: 100%;
  float: left;
  margin: 5px 0px;
}

.newsdetails--text li::before {
  content: "\2022";
  color: #000;
  width: 1em;
  position: absolute;
  left: 0px;
}

.newsdetails--slider {
  float: left;
  width: 100%;
  background: #2a7ce0 url('../../assets/images/interface/background.png')left center no-repeat;
  padding: 5px;
  margin-top: 10px;
}

.carousel__head {
  float: left;
  width: 100%;
}

.carousel__thumbnail {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.newsdetails--slider img {
  width: 100%;
}


.gallery-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
}


.newsdetails--slider .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100px;
  width: 300px;
  z-index: 2;
}

.newsdetails--slider .swiper-nav .swiper-button-prev,
.newsdetails--slider .swiper-nav .swiper-button-next {
  top: 0%;
  width: 150px;
  height: 100px;
  margin-top: 0px;
  background-size: 16px 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4d77b9;
}

.newsdetails--slider .swiper-nav .swiper-button-prev:hover,
.newsdetails--slider .swiper-nav .swiper-button-next:hover {
  background-color: #ff671d;
}

.newsdetails--slider .swiper-nav .swiper-button-next {
  left: 150px;
}

.newsdetails--slider .swiper-nav .swiper-button-prev {
  left: 0px;
  right: auto;
}

.newsdetails--slider .swiper-pagination-bullets {
  bottom: 30px;
  left: 0;
  width: 42.46246%;
  text-align: right;
}


/* ! page error */
.page_error {
  height: 100vh;
  background: url('../../assets/images/interface/error.jpg')center center no-repeat;
  background-size: cover;
  position: relative;
}

.page_error--desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.page_error--desc h1 {
  font-family: 'isidorabold';
  font-size: 53px;
  line-height: 53px;
  color: #0033a0;
}

.page_error--desc h2 {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

.page__btn {
  width: 205px;
  margin: 0 auto;
  margin-top: 40px;
}

.page__btn .btn_line {
  float: left;
  width: auto;
  height: 60px;
  margin-left: 0px
}

.page__btn .btn_line .btn_hover {
  width: auto;
  height: 60px;
  line-height: 60px;
}

.page__btn .btn_line .btn_hover span {
  padding: 0px 20px;
}

/* values */
.value__block {
  margin: 35px 0;
}

.value__shema .title {
  line-height: 40px;
}

.value__shema .title--text {
  margin-top: 25px;
}

.value__shema--cnt {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.value__shema--left {
  display: inline-block;
  vertical-align: middle;
  margin: 0px -3px;
  width: 34.0425%;
  text-align: right;
  padding: 0px 10px 0 10%;
}

.value__shema--middle {
  display: inline-block;
  vertical-align: middle;
  margin: 0px -3px;
  width: 31.915%;
}

.value__shema--right {
  display: inline-block;
  vertical-align: middle;
  margin: 0px -3px;
  width: 34.0425%;
  padding: 0px 10% 0px 10px;
}

.value__shema--title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.value__shema--text {
  font-size: 18px;
  line-height: 18px;
}

.value__shema--block {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.value__shema--block:last-child {
  margin-bottom: 0;
}

.value__shema--middle .cls-1 {
  fill: #0033a1;
}

.value__shema--middle .cls-2 {
  fill: #e1251b;
}

.value__shema--middle .cls-11,
.value__shema--middle .cls-3 {
  fill: #ffcd00;
}

.value__shema--middle .cls-4 {
  fill: #ff9e18;
}

.value__shema--middle .cls-5 {
  fill: #ff8300;
}

.value__shema--middle .cls-6 {
  fill: #ff671d;
}

.value__shema--middle .cls-10 {
  fill: none;
}

.value__shema--middle .cls-10,
.value__shema--middle .cls-11 {
  stroke: #0033a1;
  stroke-miterlimit: 10;
  stroke-width: 1.87px;
}

.value__svg {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


/* top */
.value__svg.value__svg--top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.value__svg.value__svg--rt:hover {
  transform: translate(10px, -10px);
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
}

.value__svg.value__svg--rb:hover {
  transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
}

.value__svg.value__svg--lb:hover {
  transform: translate(-10px, 10px);
  -webkit-transform: translate(-10px, 10px);
  -moz-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  -o-transform: translate(-10px, 10px);
}

.value__svg.value__svg--lt:hover {
  transform: translate(-10px, -10px);
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
}


.value__shema--title.cls-2 {
  color: #e1251b;
}

.value__shema--title.cls-3 {
  color: #ffcd00;
}

.value__shema--title.cls-4 {
  color: #ff9e18;
}

.value__shema--title.cls-5 {
  color: #ff8300;
}

.value__shema--title.cls-6 {
  color: #ff671d;
}


/* ! About us */
.services__block {
  padding: 0px;
}

.services__block--cnt {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.tips__slider--title {
  font-size: 30px;
  line-height: 30px;
  color: #0033a1;
    font-weight: 400;
}

.services__block--boxes {
  font-family: 'isidorabold';
  background: #ff671d;
  border: 1px solid #ff671d;
  width: 100%;
  height: 330px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.swiper--blue .services__block--boxes {
  background: #0033a1;
  border: 1px solid #0033a1;
}

/* .services__block--boxes:hover {
    background: #fff;
} */

.services__block--btn {
  text-align: center;
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 100%;
  background: #0033a1;
}

.swiper--blue .services__block--btn {
  background: #ff671d;
}

.services__block--boxes:hover .services__block--btn {
  bottom: 0;
}

.services__block--centerd {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.services__block--icon {
  width: 115px;
  height: 100px;
  margin: 0 auto;
}

.services__block--text {
  margin-top: 20px
}


/* intro grey */
.Intro__img--grey {
  background: #eff0f7;
  padding: 40px 0px;
  margin: 35px 0;
}


.Intro__img--grey .title {
  line-height: 40px;
}

.intro__grey--cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.intro__grey--boxes {
  width: 33.3333%;
  /* float: left; */
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
}

.intro__grey--img {
  width: 255px;
  margin: 0 auto;
}

.Intro__img--grey .intro__img--title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  padding: 0px 20%;
  margin-top: 30px;
}

.intro__shape {
  padding: 0;
  margin: 35px 0;
}

.intro__shape--img {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.intro__shape--boxes {
  width: 20%;
  float: left;
  text-align: center;
  font-family: 'isidorabold';
  text-transform: uppercase;
}

.intro__shape--boxes img {
  width: auto;
}

.intro__shape--num {
  font-size: 40px;
  line-height: 40px;
  color: #ff671d;

}

.intro__shape--name {
  font-size: 18px;
  line-height: 20px;
  color: #0033a0;
  padding: 0px 10%;
}

.intro__shape--cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.intro__shape--cnt li {
  width: 50%;
  float: left;
  font-size: 18px;
  padding-right: 3%;
  margin-bottom: 30px;
  background: url('../../assets/images/interface/link-hover.png')left 3px no-repeat;
  padding-left: 30px;
  color: #472611;
  line-height: 28px
}

/* investor */
.Intro__investor .title--blue {
  font-size: 20px;
  line-height: 30px;
}

.investor__graph {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.investor__graph #mua-share {
  height: 100%;
}

.investor__graph--chart {
  width: 66.6666%;
  float: left;
  height: 250px;
}

.investor__graph--desc {
  background: #ebeff8;
  width: 33.3333%;
  float: left;
  padding: 40px;
  height: 250px;
}

.investor__graph--desc p {
  text-align: center;
  font-family: 'isidorabold';
  padding: 20px 0;
}

.investor__graph--desc .investor__previous-value {
  border-top: 1px solid #cdd0d8;
  border-bottom: 1px solid #cdd0d8;
}

.intro__shape--col4 {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.intro__col4--boxes {
  width: 25%;
  float: left;
  color: #fff;
  font-family: 'isidorabold';
  text-align: center;
  /* text-transform: uppercase; */
}

.intro__col4--boxes img {
  width: auto;
}

.intro__col4--num {
  font-size: 34px;
  line-height: 34px;
  margin: 15px 0;
}

.intro__col4--name {
  font-size: 18px;
  line-height: 18px;
}

.intro__shape--col3 {
  float: left;
  width: 100%;
}

.intro__col3--boxes {
  width: 32.3333%;
  float: left;
  height: 330px;
  border: 1px solid #ff671d;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  color: #333f93;
  text-align: center;

}


.intro__col3--boxes:hover {
  color: #fff;
  background: #00319f;

}

.intro__col3--boxes:nth-child(3n) {
  margin-right: 0;
}

.intro__col3--centered {
  float: left;
  width: 100%;
}

.intro__col3--name {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  padding: 0px 15%;
}

.intro__col3--text {
  font-size: 18px;
  line-height: 18px;
  padding: 0 5%;
  margin-top: 10px;

  display: none;
}

.intro__col3--boxes:hover .intro__col3--text {
  display: block;
}

.intro__col3--img {
  width: 100px;
  height: 115px;
  margin: 0 auto;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.intro__col3--boxes:nth-child(1) .intro__col3--img {
  background-image: url('../../assets/images/icons/presentation.png');
}

.intro__col3--boxes:nth-child(1):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/presentation-hover.png');
}

.intro__col3--boxes:nth-child(2) .intro__col3--img {
  background-image: url('../../assets/images/icons/calendar2.png');
}

.intro__col3--boxes:nth-child(2):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/calendar2-hover.png');
}

.intro__col3--boxes:nth-child(3) .intro__col3--img {
  background-image: url('../../assets/images/icons/newsroom.png');
}

.intro__col3--boxes:nth-child(3):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/newsroom-hover.png');
}

.intro__col3--boxes:nth-child(4) .intro__col3--img {
  background-image: url('../../assets/images/icons/strategy.png');
}

.intro__col3--boxes:nth-child(4):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/strategy-hover.png');
}

.intro__col3--boxes:nth-child(5) .intro__col3--img {
  background-image: url('../../assets/images/icons/performance.png');
}

.intro__col3--boxes:nth-child(5):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/performance-hover.png');
}

.intro__col3--boxes:nth-child(6) .intro__col3--img {
  background-image: url('../../assets/images/icons/governance.png');
}

.intro__col3--boxes:nth-child(6):hover .intro__col3--img {
  background-image: url('../../assets/images/icons/governance-hover.png');
}

.intro__btn--rd {
  width: 100%;
  float: left;
  margin-top: 10px;
  opacity: 0;
}

.btn--rmore {
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #333f93;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'isidorabold';
}

.intro__col3--boxes:hover .intro__btn--rd {
  opacity: 1;
}

.scroll__cnt {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.scroll__cnt .col_left {
  width: 100%;
  float: left;
}

.scroll__cnt .col_left .select--ctn {
  width: 300px;
  float: left;
  margin-right: 35px;
}

.scroll__cnt .col_left .select--ctn .search__form {
  position: relative;
}

.scroll__cnt .col_left .select--ctn .search__form input[type="search"] {
  height: 60px;
  background: #fff;
  border: 1px solid #ff671d;
}

.scroll__cnt .col_left .select--ctn .search__form input[type="submit"] {
  background: url(../../assets/images/icons/search-hover.png)center center no-repeat;
  background-size: 100%;
  right: 20px;
  top: 20px;
}

.scroll__cnt .col_left .select--ctn .search__form input[type="search"]::-webkit-input-placeholder {

  color: #ff671d;
}

.scroll__cnt .col_left .select--ctn .search__form input[type="search"]:-ms-input-placeholder {

  color: #ff671d;
}

.scroll__cnt .col_left .select--ctn .search__form input[type="search"]::placeholder {

  color: #ff671d;
}

.scroll__box {
  float: left;
  width: 100%;
  height: 320px;
  overflow: hidden;
  overflow-y: scroll;
}

.scroll__box .scroll__box--cnt {
  font-family: 'isidoramedium';
  font-size: 18px;
  line-height: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 0 0;
  width: 100%;
  height: 100%;
}

.scroll__box .scroll__box--cnt li {
  padding: 25px 0;
  border-bottom: 3px solid #d9e0f1;
  width: 100%;
  float: left;
}

.swiper-scrollbar {
  background: #b0c0e2;
}

.swiper-scrollbar-drag {
  background: #0033a0;
  border-radius: 20px;
}

.scroll__box--head {
  float: left;
  width: 100%;
  border-bottom: 10px solid #ff671d;
}

.scroll__box--head li {
  font-weight: 800;
  float: left;
  color: #ff671d;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.scroll__box--head li:nth-child(1) {
  width: 15.9574%;
}

.scroll__box--head li:nth-child(2) {
  width: 15.9574%;
}

.scroll__box--head li:nth-child(3) {
  width: 42.9078%;
}

.scroll__box--head li:nth-child(4) {
  width: 14.5390%;
}

.scroll__box--head li:nth-child(5) {
  width: 10.2836%;
}

.scroll__box .scroll__box--cnt span {
  display: inline-block;
  margin: 0 -2px;
  vertical-align: middle;
  padding: 0px 3px;
}

.scroll__box .scroll__box--cnt span:nth-child(1) {
  width: 15.9574%;
}

.scroll__box .scroll__box--cnt span:nth-child(2) {
  width: 15.9574%;
}

.scroll__box .scroll__box--cnt span:nth-child(3) {
  width: 42.9078%;
}

.scroll__box .scroll__box--cnt span:nth-child(4) {
  width: 14.5390%;
}

.scroll__box .scroll__box--cnt span:nth-child(5) {
  width: 10.2836%;
}


a.pdf {
  background: url('../../assets/images/interface/pdf.png')center center no-repeat;
  width: 41px;
  height: 50px;
  display: block;
  background-size: 100%;
}

a.link {
  background: url('../../assets/images/icons/lien.png')center center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 100%;
}

.intro__img--cnt {
  margin: 35px 0;
}

.intro__img--cnt .title {
  line-height: 40px;
}

.intro__row {
  float: left;
  width: 100%;
  padding-top: 40px;
}

.col-half--title {
  font-family: 'isidorabold';
  font-size: 30px;
  color: #ff671d;
  line-height: 30px;
  /* text-transform: uppercase; */
}

.col-half--title span {
  font-family: 'isidoraregular';
}

/* ! Intro map */
.Intro__map {
  margin: 35px 0;
}

.intro__map--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro__map--svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.click {
  cursor: pointer;
}

#Intro__map--cnt {
  width: 100%;
  float: left;
  height: 650px;
  border: 4px solid #EB5D1B;
  overflow: hidden;
}

/* #Intro__map--cnt svg{
    height: 100%;
} */

.Intro__map--col {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
}

.Intro__map--head {
  float: left;
  width: 100%;
  background: #fff;
}

.Intro__map--head li {
  width: auto;
  float: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 25px 2%;
  color: #706f6f;
  cursor: pointer;
}

.Intro__map--head li {
  background: #fff;
}

/* mauritius */
.Intro__map--head li.active:nth-child(1),
#map-1.active {
  background: #EB5D1B;
  color: #fff;
}

#Intro__map--cnt.map-1 {
  border-color: #EB5D1B;
}

/* kenya */
.Intro__map--head li.active:nth-child(2),
#map-2.active {
  background: #2A7DE1;
  color: #fff;
}

#Intro__map--cnt.map-2 {
  border-color: #2A7DE1;
}

/* uganda */
.Intro__map--head li.active:nth-child(3),
#map-3.active {
  background: #FFCD00;
  color: #fff;
}

#Intro__map--cnt.map-3 {
  border-color: #FFCD00;
}

/* rwanda */
.Intro__map--head li.active:nth-child(4),
#map-4.active {
  background: #0032A0;
  color: #fff;
}

#Intro__map--cnt.map-4 {
  border-color: #0032A0;
}

/* tanzania */
.Intro__map--head li.active:nth-child(5),
#map-5.active {
  background: #FF8300;
  color: #fff;
}

#Intro__map--cnt.map-5 {
  border-color: #FF8300;
}

/* seychelles */
.Intro__map--head li.active:nth-child(6),
#map-6.active {
  background: #EB5D1B;
  color: #fff;
}

#Intro__map--cnt.map-6 {
  border-color: #EB5D1B;
}

.Intro__map--head li.active:nth-child(6) {
  position: relative;
  z-index: 0;
}

.Intro__map--head li.active:nth-child(6)::before {
  content: '';
  position: absolute;
  background: #EB5D1B;
  right: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.Intro__map--boxes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  padding: 20px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #ccc #fff;   /* scroll thumb and track */
}


.Intro__map--boxes::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

.Intro__map--boxes::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}

.Intro__map--boxes::-webkit-scrollbar-thumb {
  background-color: #ccc;    /* color of the scroll thumb */
  border: 1px solid #ccc;  /* creates padding around scroll thumb */
}



.Intro__map--boxes.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.Intro__map--title {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.intro__shape--col3 {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.intro__shape--col3 .intro__col4--boxes {
  width: 33.3333%;
}

.intro__shape--col3 .intro__col4--num,
.intro__shape--col3 .intro__col4--name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}

.Intro__map--subtitle {
  font-family: 'isidorabold';
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.intro__map--desc {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
}

.intro__map--desc li {
  margin-top: 10px;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 20px;
}

.intro__map--desc li::before {
  content: "\2022";
  color: #ffffff;
  width: 1em;
  position: absolute;
  left: 0;
}

.Intro__map--btn {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.Intro__map--btn .btn__rec{
  background: #fff;
  color: #ff671d;
}

.Intro__map--btn .btn__rec:hover{
  background: #fff;
  color: #ff671d;
}



.timeline__block {
  margin: 35px 0;
}


.timeline--cnt {
  float: left;
  width: 100%;
  height: 600px;
  margin: 30px 0px;
}

.timeline--icon {
  width: 30px;
  height: 30px;
  background: url('../../assets/images/icons/mua-shape.png')center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  cursor: pointer;
}

.timeline--cnt .swiper-container {
  height: 100%;
}

.timeline--cnt .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 10px;
  width: 100%;
  background: #ebeff8;
  z-index: -1;
}

.timeline--date {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  color: #333f93;
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.timeline--cnt .swiper-slide:nth-child(odd) .timeline--date {
  top: 60%;
}

.timeline--box {
  background: #ffcd00;
  height: 260px;
  width: 100%;
  position: absolute;
  left: 46%;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 30px;
}

.timeline--box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0px;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #ffcd00 #ffcd00;
  transform-origin: 0 0;
  transform: rotate(-45deg);
}

.timeline--cnt .swiper-slide:nth-child(odd) .timeline--box {
  top: inherit;
  bottom: 0;
}

.timeline--cnt .swiper-slide:nth-child(odd) .timeline--box::after {
  bottom: inherit;
  left: 28px;
  transform: rotate(135deg);
  top: 1px;
}

.timeline--box--date {
  font-family: 'isidorabold';
  font-size: 30px;
  line-height: 34px;
  color: #333f93;
}

.timeline--box--text {
  font-family: 'isidoramedium';
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}

.timeline--box--btn a {
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-family: 'isidorabold';
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
}

.timeline--box--btn a:hover {
  background: #333f93;
  border-color: #333f93;
}

/* when timeline active to delete when animation */
/*.timeline--cnt .swiper-slide.swiper-slide-active .timeline--date{
    opacity: 0;
} */

.timeline--cnt .swiper-slide.swiper-slide-active .timeline--box {
  opacity: 1;
}

.timeline--cnt .swiper-slide.active .timeline--date {
  opacity: 0;
}

/* when  js timeline active */
.timeline--cnt .swiper-slide.active .timeline--box {
  opacity: 1;
}


.timeline--cnt .swiper-button-prev,
.timeline--cnt .swiper-button-next {
  background-color: #4d77b9;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  cursor: pointer;
  background-size: 20px 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.timeline--cnt .swiper-button-prev {
  left: 0;
}

.timeline--cnt .swiper-button-next {
  right: 0;
}

.timeline--cnt .swiper-button-prev:hover,
.timeline--cnt .swiper-button-next:hover {
  background-color: #ff671d;
}

.intro__animated {
  float: left;
  width: 100%;
  margin: 10% 0;
}

.intro__animated--boxes {
  width: 13.2857%;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0.2%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}


.intro__animated--boxes:first-child {
  background: #ff671d;
}

.intro__animated--boxes:nth-child(2) {
  background: #00319f;
}

.intro__animated--boxes:nth-child(3) {
  background: #ff8300;
}


.intro__animated--boxes:nth-child(4) {
  background: #0046b9;
}


.intro__animated--boxes:nth-child(5) {
  background: #ff9e17;
}


.intro__animated--boxes:nth-child(6) {
  background: #2a7ce0;
}


.intro__animated--boxes:last-child {
  background: #e0241b;
}

.intro__animated--desc {
  width: 159%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding-left: 15px;
}

.intro__animated--desc span {
  position: relative;
}

.intro__animated--desc span::before {
  content: "\2022";
  width: 1em;
  position: absolute;
  left: -10px;
}

.intro__animated--desc:nth-child(2) {
  top: -200%;
}

.intro__animated--boxes:nth-child(even) .intro__animated--desc {
  top: inherit;
  bottom: -100%;
  padding-top: 25px;
}

.intro__animated--boxes:nth-child(even) .intro__animated--desc:nth-child(2) {
  bottom: -200%;
  padding-top: 30px;
}

.intro__animated--boxes .intro__animated--desc::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 2px;
  height: 100%;
}

.intro__animated--boxes:nth-child(even) .intro__animated--desc::before {
  top: -20px;
}

.intro__animated--boxes:first-child .intro__animated--desc {
  color: #ff671d;
}

.intro__animated--boxes:first-child .intro__animated--desc::before {
  background: #ff671d;
}


.intro__animated--boxes:nth-child(2) .intro__animated--desc {
  color: #00319f;
}

.intro__animated--boxes:nth-child(2) .intro__animated--desc::before {
  background: #00319f;
}


.intro__animated--boxes:nth-child(3) .intro__animated--desc {
  color: #ff8300;
}

.intro__animated--boxes:nth-child(3) .intro__animated--desc::before {
  background: #ff8300;
}


.intro__animated--boxes:nth-child(4) .intro__animated--desc {
  color: #0046b9;
}

.intro__animated--boxes:nth-child(4) .intro__animated--desc::before {
  background: #0046b9;
}


.intro__animated--boxes:nth-child(5) .intro__animated--desc {
  color: #ff9e17;
}

.intro__animated--boxes:nth-child(5) .intro__animated--desc::before {
  background: #ff9e17;
}


.intro__animated--boxes:nth-child(6) .intro__animated--desc {
  color: #2a7ce0;
}

.intro__animated--boxes:nth-child(6) .intro__animated--desc::before {
  background: #2a7ce0;
}


.intro__animated--boxes:last-child .intro__animated--desc {
  color: #e0241b;
}

.intro__animated--boxes:last-child .intro__animated--desc::before {
  background: #e0241b;
}


/* ! login */
#auth_box {
  width: 40%;
  margin: 0 auto;
  padding: 0px 0 0;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 175px;
  max-width: 500px;
}

#auth_box #top_part {
  opacity: 0;
}

#auth_box h2.title {
  color: #ff671d
}

#auth_box #middle_part {
  box-shadow: none
}

#auth_box #middle_part {
  background: #eceef3;
  box-shadow: none;
  float: left;
  width: 100%;
}

#auth_box input[type="text"],
#auth_box input[type="password"],
#auth_box input[type="email"] {
  float: left;
  width: 100%;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  height: 60px;
  background: #ffffff;
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  padding: 10px 15px;
}

#auth_box label {
  text-transform: uppercase;
  font-family: 'isidorabold';
  font-size: 18px;
  color: #0033a0;
}

#auth_box .js-form-item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

#auth_box input[type="submit"] {
  border: none;
  background: #ff671d;
  color: #ffffff;
  width: auto;
  height: 50px;
  cursor: pointer;
  padding: 0px 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'isidorabold';
}

#auth_box input[type="submit"]:hover {
  background: #0033a0;
}

#auth_box #bottom_part {
  font-size: 14px;
  padding: 5px 0 0;
  float: left;
  width: 100%;
}


/* !  drupal form */

/* .js-form-type-checkbox label{
  position: inherit !important;
  clip: unset;
  width: auto;
  height: auto;
} */

.js-form-type-checkbox input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0px;
}

.js-form-type-checkbox .description {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 16px;
  width: 80%;
  line-height: 16px;
}

.js-form-type-checkbox .description div {
  margin: 0;
  color: #ff671d;
}


.js-form-type-webform-document-file {
  /* height: 50px; */
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #2a3b4a;
  text-transform: uppercase;
  /* background: #fff; */
  overflow: hidden;
  margin: 0;
}

.js-form-type-webform-document-file .js-webform-document-file {
  margin: 0;
}

.js-form-type-webform-document-file .file-upload-wrapper {
  height: 60px;
  line-height: 60px;
  margin: 0;
  background: #ffffff;
}

input[type="file"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  height: 60px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #2a3b4a;
  padding: 0px 5px;
  position: relative;
  top: -2px;
}

input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::before {
  content: 'UPLOAD';
  display: inline-block;
  background: #ff671d;
  font-size: 15px;
  padding: 0px 10px;
  color: #FFF;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  /* margin-left: -30px; */
  position: absolute;
  left: 0;
}

.node_38 input[type="file"]::before{
  content: 'UPLOAD CV';
}

.node_38 input[type="file"]{
  padding-left: 10px;
}

input[type="file"]:hover::before {
  background: #2a7ce0;
  color: #fff;
}

.file.file--mime-text-plain.file--text {
  margin-left: 30px;
}

.file-upload-wrapper .button.js-form-submit.form-submit {
  background: red;
  padding: 5px;
  font-size: 0;
  font-size: 12px;
  float: right;
  position: relative;
  top: 10px;
  right: 20px;
  font-weight: 300;
}

.js-form-type-webform-document-file .webform-element-description {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

.col_12.js-form-type-checkbox.js-form-item-privacy-policy {
  margin-top: 10px;
}

#webform-submission-make-a-claim-node-36-add-form .col_right .col_12.js-form-type-checkbox.js-form-item-privacy-policy {
  margin: 0;
}

#webform-submission-make-a-claim-node-36-add-form .col_right .col-half:nth-child(6) {
  margin: 0;
}

.webform-submission-contact-form textarea {
  height: 160px;
}

/* ! performance chart */

.highcharts-bar-series .highcharts-point:nth-child(1) {
  fill: #ff671d
}

.highcharts-bar-series .highcharts-point:nth-child(2) {
  fill: #254596
}

.highcharts-bar-series .highcharts-point:nth-child(3) {
  fill: #254596
}

.highcharts-grid.highcharts-yaxis-grid,
.highcharts-axis.highcharts-xaxis,
.highcharts-axis-labels.highcharts-yaxis-labels,
.highcharts-axis.highcharts-yaxis {
  display: none;
}

.highcharts-axis-labels.highcharts-xaxis-labels text {
  font-family: 'isidorasemibold';
  color: #6f6e6e !important;
  cursor: default !important;
  font-size: 16px !important;
  fill: #6f6e6e !important;
}

.bar-chart {
  float: left;
  width: 100%;
}

/* admin */
.adminimal-admin-toolbar body {
  padding-top: 253px;
}

.adminimal-admin-toolbar .header {
  top: 78px;
  z-index: 10;
}
/*
.pie-chart{
  height: 400px;
	max-width: 100%;
	margin: 0 auto;
	border: 1px dotted silver;
  padding: 0px 20px;
} */

#pie-chart-1 .highcharts-title {
  transform: translate(-10px, 5px);
  -webkit-transform: translate(-10px, 5px);
  -moz-transform:  translate(-10px, 5px);
  -ms-transform: translate(-10px, 5px);
  -o-transform: translate(-10px, 5px);

  color: #254596 !important;
  font-size: 22px !important;
  fill: #254596 !important;
  font-family: 'isidorasemibold';
}

#pie-chart-2 .highcharts-title {
  transform: translate(-5px, 10px);
  -webkit-transform: translate(-5px, 10px);
  -moz-transform: translate(-5px, 10px);
  -ms-transform: translate(-5px, 10px);
  -o-transform: translate(-5px, 10px);

  color: #254596 !important;
  font-size: 22px !important;
  fill: #254596 !important;
  font-family: 'isidorasemibold';
}

.job-form-cnt {
  position: absolute;
  width: 1000px;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  height: auto;
  padding: 30px;
}

.job-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
  z-index: 10;
}

.hide {
  display: none;
}


#mua-share .highcharts-grid.highcharts-yaxis-grid,
#mua-share.highcharts-axis.highcharts-yaxis,
#mua-share .highcharts-axis-labels.highcharts-yaxis-labels {
  display: block;
}

/* forms */
.webform-submission-contact-form .form-item-title {
  margin-bottom: 30px;
}

.webform-submission-application-form .form-item-job-title {
  margin-bottom: 30px;
}

/* .webform-submission-application-form .col_left select{
  background: #ffffff url(../../assets/images/icons/down-arrow.svg)90% center no-repeat;
  background-size: 15px;
  color: #ff671d;
} */

.col_radio {
  background: #fff;
  height: 60px;
  padding: 15px 20px;
}

.col_radio legend {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  margin-right: 5%;
  float: left;
  text-transform: uppercase;
}

.col_radio .fieldset-wrapper {
  float: right;

}

.col_radio .js-form-type-radio {
  display: inline-block;
  vertical-align: middle;
}

.col_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.col_radio label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;

  text-align: center;
  padding: 4px 7px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
}

.col_radio label:hover {
  cursor: pointer;
  background-color: #ff671d;
  color: #ffffff;
}

.col_radio input:checked+label {
  background-color: #0033a0;
  color: #ffffff;
}

.form-item-cv-letter-resume,
.js-form-type-webform-document-file {
  float: left;
  width: 100%;
  line-height: initial;
}

.form-item-cv-letter-resume .js-form-type-checkbox,
.js-form-type-webform-document-file .js-form-type-checkbox {
  line-height: initial;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.form-item-cv-letter-resume .option,
.js-form-type-webform-document-file .option {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  width: 95%;
}

.form-item-cv-letter-resume .js-form-submit,
.js-form-type-webform-document-file .js-form-submit {
  float: left !important;
  border: none;
  background: #fff !important;
  color: #ff671d;
  right: auto !important;
}

.form-item-cv-letter-resume .description,
.js-form-type-webform-document-file .description {
  float: left;
  width: 100%;
  margin-top: 10px;
}

/* .error{
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 14px;
  top: -24px;
  color: #0033a1;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

/* ! policie banner */
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #ff671d;
}

 #popup-buttons .decline-button {
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 1em;
  padding: 0 8px;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  box-shadow: none;
  font-weight: inherit;
  text-shadow:none;
  font-size: 14px;
}

#popup-buttons .decline-button:hover {
  color: #0033a0 !important;
}

#popup-buttons .agree-button.eu-cookie-compliance-secondary-button{

  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  border-radius: 0;
  background: #fff;
  color: #0033a0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: none;
  text-shadow: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
}

#popup-buttons .agree-button.eu-cookie-compliance-secondary-button:hover {
  color: #fff;
  background: #0033a0;
}


#popup-text .find-more-button:hover {
  color: #0033a0
}


.slider--half {
  height: 630px;
}

.slider--half .swiper-container {
  width: 100%;
  height: 100%;
}

.slider--half .swiper-slide {
  height: auto;
  padding-right: 10px;
}

.slidertest {
  height: 630px;
}

.slidertest .swiper-container {
  width: 100%;
  height: 100%;
}

.slidertest .swiper-slide {
  height: auto;
  padding-right: 10px;
}

/* ! comparative performance */


.comp__performance .intro__bulett {
  margin-top: 40px;
}

.comp__performance .intro__bulett .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #333f93;
}

.investor__graph.comp_per {
  margin-top: 15px;
  margin-bottom: 70px;
}

.accordion__form {
  margin-bottom: 30px;
}

.accordion-form .js-form-item.js-form-type-textfield.form-item-company-name input {
  margin-bottom: 30px;
}

.acc-form {
  padding: 50px 50px;
  background: #ebeff8;
}

.acc-form .input_submit .btn_line {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.acc-form .input_submit .btn_line .btn_hover {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.acc-form .input_submit input[type="submit"] {
  width: 100%;
  height: 60px;
}

.acc-form label {
  padding: 0px 40px;
  color: #333f93;
  font-size: 20px;
  line-height: 20px;
  font-family: 'isidorabold';
  text-transform: uppercase;
}

.acc-form .result {
  text-align: center;
  margin: 20px 0px 0;
}

.acc-form .result label {
  display: inline-block;
  vertical-align: middle;
  color: #00319f;
  width: auto;
}

.acc-form .result input {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}

.acc-form .result .output {
  background: #ffffff;
  font-family: 'isidorabold';
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}



.intro__calc {
  margin: 45px 0px 20px;
}

.intro__calc--boxes {
  background: #ebeff8;
  float: left;
  width: 100%;
  padding: 35px;
  margin: 40px 0;
}

.intro__calc--box {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.intro__calc--box label {
  padding: 0px 40px;
  color: #333f93;
  font-size: 20px;
  line-height: 20px;
  font-family: 'isidorabold';
  text-transform: uppercase;
}

.intro__calc--box .col_3 {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  margin-right: 50px;
  width: 33.3333%;
}

.intro__calc--box .col_0 {
  display: inline-block;
  vertical-align: bottom;
  width: 280px;
}

.intro__calc--box .input_submit .btn_line {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.intro__calc--box .input_submit .btn_line .btn_hover {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.intro__calc--box .input_submit input[type="submit"] {
  width: 100%;
  height: 60px;
}


.intro__calc--box .result {
  text-align: center;
  margin: 20px 0px 0;
}

.intro__calc--box .result label {
  display: inline-block;
  vertical-align: middle;
  color: #00319f;
  width: auto;
}

.intro__calc--box .result input {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}

.intro__calc--box .result .output {
  background: #ffffff;
  font-family: 'isidorabold';
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}

.content-click.cmp .content-click--text {
  text-transform: uppercase;
  font-size: 30px;
  width: 75%;
  text-align: left;
  display: inherit;
  float: left;
}

.content-click.cmp .content-click--btn {
  display: inherit;
  float: right;
}

.content-click.cmp .btn_line {
  width: 268px;
}

.content-click.cmp .btn_line .btn_hover {
  width: 268px;
}

.intro__calculator {
  float: left;
  width: 100%;
  background: #eceef3;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}



.intro__calculator .input_submit .btn_line {
  width: 268px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  float: none;
}

.intro__calculator .input_submit .btn_line .btn_hover {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.intro__calculator .input_submit input[type="submit"] {
  width: 100%;
  height: 60px;
}


.intro__calculator .input_submit input[type="submit"]:hover{
  border-radius: 50px;
}

.intro__calculator label {
  padding-left: 20px;
  color: #333f93;
  font-size: 20px;
  line-height: 20px;
  font-family: 'isidorabold';
  text-transform: uppercase;
}

.intro__calculator .result {
  text-align: center;
  margin: 20px 0px 0;
}

.intro__calculator .result label {
  display: inline-block;
  vertical-align: middle;
  color: #00319f;
  width: auto;
}

.intro__calculator .result input {
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}

.intro__calculator .result .output {
  background: #ffffff;
  font-family: 'isidorabold';
  display: inline-block;
  vertical-align: middle;
  width: 195px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #969696;
  color: #00319f;
  font-size: 20px;
  float: none;
}

.intro__calculator .input_submit {
  margin: 10px 0px 30px;
}

.intro__calculator .intro__text {
  margin-bottom: 30px;
}

/* pagination */
.pager__items {
  float: left;
  width: 100%;
}

.pager__item {
  display: inline-block;
  vertical-align: middle;

}

.pager__item a {
  color: #333f93;
}

.pager__item.pager__item--active a {
  color: #ff671d;
  font-family: 'isidorabold';
}

/* ! mutual form */

.mutual-fund-form .col_left {
  width: 23.2765%;
}

.mutual-fund-form .col_right .col_12 select {
  background: #ffffff url(../../assets/images/icons/down-arrow.svg)95% center no-repeat;
  background-size: 15px;
  width: 48%;
  float: left;
  height: 60px;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff671d;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.mutual-fund-form .col_right .col-half select {
  background: #ffffff url(../../assets/images/icons/down-arrow.svg)95% center no-repeat;
  background-size: 15px;
  width: 100%;
  float: left;
  height: 60px;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #ff671d;
  padding: 10px 20px;
  margin-bottom: 0px;
}

.mutual-fund-form .col_3 {
  width: 48%;
}

.mutual-fund-form .col_3 select {
  width: 100% !important;
}

.mutual-fund-form .col_12 .col-half.radios--wrapper {
  background: #fff;
  height: 60px;
  padding: 10px 20px;
  width: 48%;
  position: relative;
}

.mutual-fund-form .col_12 .radios--wrapper label.error{
  width: 100%;
  left: 0;
  padding: 0px;
  margin: 0px;
  display: inline;
  pointer-events: none;
  color: #cc0000 !important;
  position: absolute;
  font-size: 14px !important;
  border: none !important;
  font-family: 'Nunito Sans', sans-serif !important;
  text-align: left;
}

.mutual-fund-form .col_12 .col-half.radios--wrapper legend {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  margin-right: 5%;
  float: left;
  width: 70%;
  line-height: 16px;
}

.mutual-fund-form .col_12 .col-half.radios--wrapper .fieldset-wrapper {
  float: right;
  width: auto;
  margin-top: 0;

}

.mutual-fund-form .col-half.radios--wrapper .js-form-type-radio {
  display: inline-block;
  vertical-align: middle;
}

.mutual-fund-form .col-half.radios--wrapper input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.mutual-fund-form .col-half.radios--wrapper label {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;

  text-align: center;
  padding: 4px 7px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
}

.mutual-fund-form .col-half.radios--wrapper label:hover {
  cursor: pointer;
  background-color: #ff671d;
  color: #ffffff;
}

.mutual-fund-form .col-half.radios--wrapper input:checked+label {
  background-color: #0033a0;
  color: #ffffff;
}



.mutual-fund-form .col_12 .radios--wrapper {
  background: #fff;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.mutual-fund-form .col_12 .radios--wrapper legend {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  margin-right: 5%;
  float: left;
  width: 100%;
  line-height: 16px;
  position: relative;
  top: 7px;
}

.mutual-fund-form .col_12 .radios--wrapper .fieldset-wrapper {
  float: left;
  width: 100%;
  margin-top: 15px;

}

.mutual-fund-form .col_12 .radios--wrapper .js-form-type-radio {
  display: inline-block;
  vertical-align: middle;
  position: inherit;
}

.mutual-fund-form .col_12 .radios--wrapper input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.mutual-fund-form .col_12 .radios--wrapper label {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  border: 1px solid #ff671d;
  text-align: center;
  padding: 4px 7px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
}

.mutual-fund-form h5 {
  color: #ff671d;
  font-size: 14px;
  line-height: 14px;
}

.col-half strong {
  font-family: 'isidorabold';
  font-size: 14px;
  line-height: 14px;
  color: #ff671d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.col_right .col-half p {
  margin-bottom: 0px !important;
}


.mutual-fund-form .col_12 .radios--wrapper label:hover {
  cursor: pointer;
  background-color: #ff671d;
  color: #ffffff;
}

.mutual-fund-form .col_12 .radios--wrapper input:checked+label {
  background-color: #0033a0;
  color: #ffffff;
}

.mutual-fund-form h2 {
  font-family: 'isidorabold';
  font-size: 24px;
  line-height: 26px;
  color: #00319f;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.mutual-fund-form h3 {
  font-family: 'isidorabold';
  font-size: 20px;
  line-height: 22px;
  color: #333f93;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mutual-fund-form p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

#edit-please-arrange-for-my-our-dividend-to-be--wrapper {
  background: #fff;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
}

#edit-please-arrange-for-my-our-dividend-to-be--wrapper legend {
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ff671d;
  margin-right: 5%;
  float: left;
  width: 100%;
  line-height: 16px;
  position: relative;
  top: 7px;
}

#edit-please-arrange-for-my-our-dividend-to-be--wrapper .fieldset-wrapper {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.form-item-go-green,
.form-item-go-green-email {
  margin-bottom: 30px;
}


.intro__calc .input_btn input {
  position: relative;
  z-index: 100000;
}

.input_btn #edit-actions{
  width: auto;
}

#branch-map,
#agences-map {
  width: 100% !important;
}

.node_news .other--title {
  font-size: 22px;
  line-height: 22px;
}

.node_news .other__box--desc {
  height: auto;
}

.node_news .other--text {
  font-size: 18px;
  line-height: 18px;
}

.node_news .other--link {
  margin-top: 10px;
  position: unset;
  bottom: unset;
  left: unset;
}


/* #ff671d
#00319f
#ff8300
#3cb4e5 */

.node_comparative_performances .highcharts-grid.highcharts-yaxis-grid,
.node_comparative_performances .highcharts-axis.highcharts-xaxis,
.node_comparative_performances .highcharts-axis-labels.highcharts-yaxis-labels,
.node_comparative_performances .highcharts-axis.highcharts-yaxis {
  display: block;
}


.node_comparative_performances .highcharts-grid-line {
  stroke: rgb(230, 230, 230);
  stroke-width: 1;
  opacity: 1;
}

#to-top-btn {
  display: inline-block;
  background-color: #ff671d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 160px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#to-top-btn:hover {
  cursor: pointer;
  background-color: #0033a1;
}

#to-top-btn:active {
  background-color: #555;
}

#to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

a#to-top-btn svg {
  width: 30px;
  margin: 10px;
  fill: #fff;
}

.desktopmenu .container__wrapper.personal-top-nav .header_nav a:nth-child(1) {
  color: #ff671d;
  background: #ffffff;
  font-weight: 800;
}

.desktopmenu .container__wrapper.business-top-nav .header_nav a:nth-child(2) {
  color: #ff671d;
  background: #ffffff;
  font-weight: 800;
}

.desktopmenu .container__wrapper.mua-top-nav .header_nav a:nth-child(3) {
  color: #ff671d;
  background: #ffffff;
  font-weight: 800;
}


.other .swiper-pagination {
  width: 100%;
}

.other .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff671d;
  margin: 0px 5px;
  opacity: 1;
}

.other .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.webform-confirmation {
  width: 95%;
  max-width: 1410px;
  margin: 0 auto;
}

.webform-confirmation__message {
  font-size: 32px;
  line-height: 38px;
  color: #0033a0;
  text-align: center;
  margin-top: 70px;
  float: left;
  width: 100%;
}

.webform-confirmation__back {
  float: left;
  width: 100%;
  text-align: center;
}

.webform-confirmation__back a {
  display: inline-block;
  color: #ffffff;
  background: #ff671d;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: 'isidorabold';
}

.webform-confirmation__back a:hover {
  background: #0033a0;
}

/* error msg */
.js-form-item {
  position: relative;
}

label.error {
  color: #cc0000;
  position: absolute;
  left: 0px;
  top: -25px;
  font-size: 14px;
  line-height: 14px;
}

.node_37 .js-form-type-textarea,
.node_35 .js-form-type-textarea {
  margin-bottom: 20px;
}

.marker {
  width: 5px;
  height: 5px;
}

.branch-pin {
  position: relative;
  top: -60px;
  left: -10px;
}

.marker .branch-pin img {
  width: 25px;
}

.marker .branch-text {
  opacity: 0;
  transition: all .5s;
  width: 150px;
  left: -75px;
  position: relative;
  top: -65px;
  text-align: center;

}

.sticky_form label.error {
  color: #fff;
  top: -20px;
}

/* ! social purpose */
.intro__quote--wrapper {
  max-width: 800px;
  margin: 35px auto;
}

.intro__quote--block {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #00319f;
  position: relative;
  margin-bottom: 50px;
}

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

.quote {
  width: 49px;
  height: 38px;
  background: url('../../assets/images/icons/quote.png')center center no-repeat;
  position: absolute;
  z-index: 1;
}

.quote__open {
  left: -55px;
  top: -15px;
}

.quote__close {
  bottom: 0px;
  transform: rotate(180deg);
  margin-left: 8px;
}

.quote__name {
  font-weight: 600;
  color: #00319f;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
}

.quote__title {
  font-weight: 800;
  color: #ff671d;
  font-size: 24px;
  line-height: 24px;
  text-align: right;
}

.intro__li--arrow ul {
  margin-top: 35px;
}

.intro__li--arrow li {
  width: 50%;
  float: left;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.intro__li--arrow li::before {
  content: '';
  background: url('../../assets/images/interface/link-hover.png')0px 3px no-repeat;
  background-size: 15px;
  width: 15px;
  height: 21px;
  position: absolute;
  left: 0px;
  top: -3px;
}

.intro__image {
  float: left;
  width: 100%;
  margin: 60px 0;
}

.intro__social .intro__img--title {
  text-align: center;
}
.intro__social .intro__text{
  margin-bottom: 15px;
}

.intro__img--subtitle {
  color: #0033a0;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.intro__social .subtitle {
  font-weight: 800;
  font-size: 34px;
  line-height: 38px
}

.intro__social .intro__grey--cnt {
  margin-bottom: 50px;
  text-align: center;
}

.acc-body--title {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  float: left;
  text-transform: uppercase;
  background: #ff671d;
  padding: 25px 45px;
}

.acc--table {
  float: left;
  width: 100%;
}

.acc--table table {
  width: 100%;
  border-collapse: collapse;
}

.acc--table td,
.acc--table th {
  padding: 25px;
  border-bottom: 3px solid #eff0f7;
  font-family: 'isidorabold';
  font-size: 16px;
  line-height: 18px;
  color: #304596;
  background: #fff;
}

.acc--table td strong{
  color: #ff671d;
}

.acc--table th {
  background: #0033a1;
  color: #ffffff;
  border: none;
  text-align: left;
  text-transform: uppercase;
}

.acc--table td:last-child,
.acc--table th:last-child {
  text-align: right;

}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  .acc--table table {
    width: 100%;
  }

  .acc--table table,
  .acc--table thead,
  .acc--table tbody,
  .acc--table th,
  .acc--table td,
  .acc--table tr {
    display: block;
  }

  .acc--table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .acc--table tr {
    margin-bottom: 10px;
  }

  .acc--table td,
  .acc--table th {
    padding: 15px;
  }

  .acc--table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 55%;
  }

  .acc--table td:before {
    position: absolute;
    top: 17px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
  }

  .acc--table td:last-child,
  .acc--table th:last-child {
    text-align: left;

  }

  /* .acc--table td:first-child::before {
    display: none;
  }

  .acc--table td:first-child {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding: 25px 0;
  } */


}

.info__block{
  margin-bottom: 80px;
  margin-top: 50px;
}
.info__block--cnt {
  float: left;
  height: 100%;
  width: 100%;
}

.info__block--inner {
  display: flex;
  /* height: calc(100vh - 176px); */
  width: 100%;
  min-height: 700px;
}

.info__block--left {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

.info__block--right {
  width: 50%;
  height: 100%;
  /* padding: 20px 115px; */
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 700px;
}

.info__img {
  max-width: 780px;
  width: 81.25%;
}

.bg--grey--img {
  background: #eceef3;
}

.bg--orange--img {
  background: #ff9e17 url('../../assets/images/interface/backgroundTrans.png')left center no-repeat;
  background-size: 100%;
}

.bg--blue--img {
  background: #00319f url('../../assets/images/interface/backgroundTrans.png')left center no-repeat;
  background-size: 100%;
}

.bg--orangeDark--img {
  background: #ff671d url('../../assets/images/interface/backgroundTrans.png')left center no-repeat;
  background-size: 100%;
}


.info__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 70px;
  color: #ffffff;
}

.bg--grey--img .info__title {
  color: #00319f;
}

.info__desc {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}

.info__desc.desc--less {
  font-size: 18px;
  line-height: 24px
}

.info__desc b {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #00319f;
}

.info__desc strong {
  font-weight: 700;
  color: #00319f;
}

.bg--grey--img .info__desc {
  color: #00319f;
}

.bg--grey--img .info__desc b {
  color: #ef6a2a;
}

.bg--grey--img .info__desc strong {
  color: #ef6a2a;
}

.bg--blue--img .info__desc b {
  color: #ff671d;
}

.bg--blue--img .info__desc strong {
  color: #ff671d;
}


.info__desc ul {
  float: left;
  width: 100%;
  margin-top: 35px;
  position: relative;
}

.info__desc ul::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 5px;
  height: 150%;
  width: 2px;
  background: #ff671d;
}

.info__desc ul li {
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
}

.info__desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../assets/images/icons/mua-shape.png')center center no-repeat;
  width: 28px;
  height: 28px;
  background-size: 100%;
}

.desc--date {
  color: #ff671d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  display: block;
}

.info__tabs .tabs_header li{
  font-family: 'isidorabold';
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
}

.info__tabs .accordion-head {
  background: #ffffff;
  color: #ff671d;
}

@media screen and (min-width: 700px) {
  .info__tabs .tabs_header {
    background: transparent;
  }

  .info__tabs .tabs_header li {
    width: 20%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 60px;
    padding: 15px 0px;
  }

  .info__tabs .tabs_header li.current,
  .info__tabs .tabs_header li:hover {
    background: #ffffff;
    color: #ff671d;
  }

  .info__tabs .tab-content {
    display: none;
    background: #ffffff;
    padding: 40px 25px;
    width: 100%;
    float: left;
    min-height: 395px;
  }

  .info__tabs .tab-content.current {
    display: inherit;
  }
}

.info__tabs .accordion-body li{
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #ff671d;
  margin-bottom: 50px;
  padding-left: 35px;
  position: relative;

}

.info__tabs .accordion-body li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../assets/images/interface/link-hover.png')center center no-repeat;
  width: 20px;
  height: 20px;
}

.info__desc--img{
  width: 100%;
  float: left;
  text-align: center
  ;
}
.info__desc img{
width: auto;
}

.bg--orangeDark--img .info__desc h3{
  color: #00319f;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.bg--orangeDark--img .info__desc ul {
  margin: 25px 0px;
}
.bg--orangeDark--img .info__desc ul li{
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
    padding-left: 25px
}

.bg--orangeDark--img .info__desc ul li::before{
  content: "";
  background: url('../../assets/images/interface/link_blue.png')center center no-repeat;
  width: 18px;
  height: 18px;
}
.info__whiteBox{
  width: 100%;
  float: left;
  color: #00319f;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 40px;
  background: #fff;
  margin-bottom: 40px;
}
.info__whiteBox span{
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.csrimg{
  width: 19% !important;
}

.info__block .swiper-slide{
  overflow: auto
}



.sticky__left{
  width: 50%;
  float: left;
  min-height: 700px;
}

.sticky__right{
  width: 50%;
  float: left;
  position: relative;
  top: 12px;
}

.sticky__left.test{
  position: sticky;
  top: 176px;
}


.sticky__right .info__block--right{
  width: 100%;

}

.sticky__left{
  position: relative
}

.abs{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;

  display: flex;
  justify-content: center;
  align-items: center;

  /* transition: all 0.3s ease-in-out; */
}

.sticky__left .abs.active{
  opacity: 1;
  visibility: visible;
}

option[value=""][disabled] {
  display: none;
}

form.webform-submission-form select option[selected="selected"]{
  display: none;
}


[data-link] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.motor-loader {
  height: 60px;
  text-align: center;
  position: absolute;
  width: 100%;
  background: rgba(241, 242, 243,0.8);
}

.motor-loader img {
  height: 60px;
}

.sticky_form div.form-actions {
  display: none;
}


.ui-widget.ui-widget-content {
  border: none;
  background: #fff;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
  background: #ff671d;
  color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent url('../../assets/images/icons/close-button.png')center center no-repeat;
  border: none;
  background-size: 18px;
}

.ui-button .ui-icon{
  display: none;
}
.ui-widget-header .ui-icon{
  display: none;
}
.ui-icon, .ui-widget-content .ui-icon{
  display: none;
}

.ui-dialog .ui-dialog-content {
  font-family: 'isidorabold';
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin: 0 20px;
  position: relative;
  color: #0033a0;
  text-align: center;
}
/* ! autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ff671d;
}

.info__block--mobileImg{
  display: none;
}

.bg--orangeDark--img .info__desc ul::before{
  display: none;
}

.acc-body--text{
  float: left;
  width: 100%;
  padding: 20px 0px;
  font-size: 18px;
  color: #472611;
  line-height: 22px;
}

.newsdetails--inner table{
  width: 100% !important;
}

.newsdetails--inner table td{
  font-size: 16px;
}

.table--text{
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
}

.PART.SIX{
  float: left;
  width: 100%;
  margin-top: 30px;
}

.part_eight{
  float: left;
  width: 100%;
  margin-top: 30px;
}

.kyc_select select{
  width: 80% !important;
}


.node_2565 .col_12.js-form-type-textfield,.node_2565 .col_12.js-form-type-textarea{
  margin-bottom: 30px;
}

.node_2565 .col_12.js-form-type-textarea textarea{
  padding-top: 20px;
}

.node_2565 .col-half:nth-child(even) {
  float: left;
}
.node_2565 .col-half:nth-child(odd) {
 float: right;
}
.node_2565 .col-half:first-child{
  float: left;
}
.node_2565 .col-half:nth-child(2) {
  float: right;
}

.node_2565 .col-half:nth-child(3){
  float: left;
}
.eu-cookie-compliance-message {
  line-height: 16px;
  margin: 13px 0 0;
}
.eu-cookie-compliance-message h2{
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.eu-cookie-compliance-message p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.eu-cookie-compliance-more-button{
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.eu-cookie-compliance-buttons {
  margin: 4px 0 0em 0;
}

.node_37  .Intro {
  padding-bottom: 0px;
}

.node_37 .form__block{
  padding: 15px 0 35px;
}


.investor__current-value .less{color: #e1251b;}
.investor__current-value .more{color: #333f93;}


/* Works on Firefox */
.scroll__box {
  scrollbar-width: thin;
  scrollbar-color: #0033a0 #b0c0e2;
}

/* Works on Chrome, Edge, and Safari */
.scroll__box::-webkit-scrollbar {
  width: 6px;
}

.scroll__box::-webkit-scrollbar-track {
  background: #b0c0e2;
}

.scroll__box::-webkit-scrollbar-thumb {
  background-color: #0033a0;
  border-radius: 10px;
  border: 1px solid #b0c0e2;
}

/* .swiper-scrollbar {
  background: #b0c0e2;
}

.swiper-scrollbar-drag {
  background: #0033a0;
  border-radius: 20px;
} */


.btn__rec{
  min-width: 125px;
  background: #ff671d;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.btn__rec:hover{
  background: #0033a0;
  border-radius: 25px;
}

/* ! btn submit */
.input_btn{
  display: flex;
  justify-content: flex-end;
}

.input_submit input[type="submit"] {
  font-family: 'Nunito Sans', sans-serif;
  min-width: 125px;
  background: #ff671d;
  display: inline-block;
  border: none;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
}

.tabs__main .input_submit input[type="submit"] {
  position: relative;
  z-index: 10000;
}

.input_submit input[type="submit"]:hover{
  background: #0033a0;
  border-radius: 25px;
}


.footer .container__wrapper{
  position: relative;
}

.footer .container__wrapper::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #0033a1;
  position: absolute;
  top: -50px;
  left: 0;
}

.table--compare--mob{
  display: none;
}

/* .table--compare--mob .acc-head.open{
  background: #ebeff8;
}
.table--compare--mob .acc-body{
  background: #ebeff8;
} */


.acc__mob--box{
  width: 100%;
  border-bottom: 1px solid #472611;
  margin-bottom: 10px;
  padding: 10px;
}

.acc__mob--box:first-child{
  padding-top: 0;
}

.acc__mob--box:last-child{
  border-bottom: none;
}

.acc__mob--title{
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  color: #0033a1;
}

.acc__mob--title.nottick {
  background: url(../../assets/images/icons/close.png)center right no-repeat;
  background-size: 20px;
}

.acc__mob--title.tick {
  background: url('../../assets/images/icons/tick.png')center right no-repeat;
  background-size: 20px;
}

.acc__mob--text {
  font-size: 14px;
  line-height: 18px;
  color: #472611;
  font-weight: 600;
  padding-top: 12px;
}

.acc__mob--desc{
  font-size: 14px;
  line-height: 18px;
  color: #472611;
  font-weight: 600;
  padding-top: 10px;
}

.table--compare--mob .accordion__main{
  border-top: 1px solid #472611;
}

.table--compare--mob--title{
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0033a1;
  padding: 20px 10px;
  display: none;
}

.table--compare--mob--text{
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
}

.table--compare--mob--btn{
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.table--compare--mob--btn .btn__link{
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  color: #ff671d;
  background: url('../../assets/images/interface/link-hover.png')0px 3px no-repeat;
  background-size: 12px;
  margin-left: 11px;
}

form#call-me-back [type^="submit"] {
  display: none;
}

form#call-me-back .ajax-progress.ajax-progress-throbber {
  position: absolute;
  top: -6px;
  background: none;
  color: #fff;
  width: 100%;
  margin-left: 0px;
  height: 13px;
  padding: 0px
}

form#call-me-back .ajax-progress-throbber .throbber{
  display: inline-block;
  vertical-align: middle;
}

form#call-me-back .ajax-progress-throbber .message{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}

.acc__mob--rowtitle {
    font-size: 20px;
    line-height: 20px;
    color: #ff671d;
    margin-top: 15px;
}

.table--compare--btn--bottom {
  text-align:center;
  margin-bottom: 15px;
  margin-top: 30px;
}

.table--compare--btn--bottom a{
  margin:0 10px
}

.table--compare--mob--btn--bottom{
    text-align:center;
    margin: 15px 0;
    float: left;
    width: 100%;
}


.table--compare--btn--bottom .btn__link{
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 24px;
  color: #ff671d;
  background: url("../../assets/images/interface/link-hover.png")0px 3px no-repeat;
  background-size: 15px;
}

/* .table--compare--btn--bottom .btn__link:hover {
    background: url("../../assets/images/interface/link.png")0px 3px no-repeat;
    color: #0033a1;
} */

.table--compare--mob--btn--bottom .btn__link{
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 30px;
  color: #ff671d;
  background: url('../../assets/images/interface/link-hover.png')9px 2px no-repeat;
  background-size: 12px;;
}

@media screen and (min-width: 800px){
  .fb_dialog_content .fb_customer_chat_icon{
    bottom: 100px !important;
  }
}

.grecaptcha-badge { visibility: hidden; }

.footer__captcha{
  margin-top: 10px;
}

.footer__captcha a{
  font-weight: 400;
  text-decoration: underline;
}

.intro__text h1{
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #ff671d;
}
.intro__text h2{
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: #ff671d;
}

.intro__text h3{
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0033a1;
}

.intro__text h4{
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0033a1;
}

.news_slider .swiper-slide .caption_title,
.news_slider .swiper-slide .caption_subtitle,
.news_slider .swiper-slide .caption_text {
  direction: ltr;
}

.node_15 .bannerApp{
  display: none;
}

#strength-container img {
    width: 185px !important;
}

#strength-container .intro__img--title .title .title--orange  {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
}

