@charset "UTF-8";

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
}

button {
  outline: 0;
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1250px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 992px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .container-fluid {
    max-width: 390px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ui-d-none {
  display: none !important;
}

.ui-d-inline-block {
  display: inline-block !important;
}

.ui-d-block {
  display: block !important;
}

.ui-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.ui-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (max-width: 479px) {
  .ui-d-sm-none {
    display: none !important;
  }

  .ui-sm-d-inline-block {
    display: inline-block !important;
  }

  .ui-sm-d-block {
    display: block !important;
  }

  .ui-sm-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-sm-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .ui-md-d-none {
    display: none !important;
  }

  .ui-md-d-inline-block {
    display: inline-block !important;
  }

  .ui-md-d-block {
    display: block !important;
  }

  .ui-md-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-md-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .ui-lg-d-none {
    display: none !important;
  }

  .ui-lg-d-inline-block {
    display: inline-block !important;
  }

  .ui-lg-d-block {
    display: block !important;
  }

  .ui-lg-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-lg-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .ui-xl-d-none {
    display: none !important;
  }

  .ui-xl-d-inline-block {
    display: inline-block !important;
  }

  .ui-xl-d-block {
    display: block !important;
  }

  .ui-xl-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-xl-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .ui-print-d-none {
    display: none !important;
  }

  .ui-print-d-inline-block {
    display: inline-block !important;
  }

  .ui-print-d-block {
    display: block !important;
  }

  .ui-print-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .ui-print-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .ui-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }

  .ui-gutter>.col,
  .ui-gutter>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ui-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ui-gutter-15>.col,
  .ui-gutter-15>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ui-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .ui-gutter-30>.col,
  .ui-gutter-30>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ui-gutter-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .ui-gutter-40>.col,
  .ui-gutter-40>[class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ui-gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }

  .ui-gutter-large>.col,
  .ui-gutter-large>[class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ui-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ui-gutter-5>.col,
.ui-gutter-5>[class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ui-gutter-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.ui-gutter-1>.col,
.ui-gutter-1>[class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 3px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: visible;
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

@media (max-width: 767px) {
  .owl-theme.owl-comments .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}

.owl-nav-style .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -60px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  padding-top: 1px !important;
  background: #7a93a9a4;
  border: 1px solid transparent;
  border-radius: 999px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #7a93a9;
  -webkit-box-shadow: 0 5px 20px rgba(#7a93a9, 0.5);
  box-shadow: 0 5px 20px rgba(#7a93a9, 0.5);
}

@media (max-width: 479px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.owl-nav-style .owl-theme .owl-nav button.owl-prev {
  left: 30px;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 10px !important;
  }
}

.owl-nav-style .owl-theme .owl-nav button.owl-next {
  right: 30px;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 10px !important;
  }
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav [class*="owl-"] {
  font-size: 28px;
  height: 80px;
  color: #0c1f34;
  background: none;
  border: 2px solid #0c1f34;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke-width: 1px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav [class*="owl-"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0e76bc;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav [class*="owl-"]:hover svg path {
  stroke: #0e76bc !important;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav button {
  margin: 0;
  border-radius: 0;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav button.owl-prev {
  left: -2px;
  border-radius: 0 20px 20px 0;
}

.owl-nav-style.headlinenews.ui-body.ui-style-1 .owl-theme .owl-nav button.owl-next {
  right: -2px;
  border-radius: 20px 0 0 20px;
}

.owl-nav-style.gallery .owl-theme .owl-nav {
  margin-top: -50px;
}

.owl-nav-style.gallery .owl-theme .owl-nav [class*="owl-"] {
  border-radius: 0 !important;
  width: 37px !important;
  height: 50px;
  font-size: 20px;
  background: rgba(54, 79, 98, 0.8);
}

.owl-nav-style.gallery .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #364f62;
  -webkit-box-shadow: 0 5px 20px rgba(54, 79, 98, 0.5);
  box-shadow: 0 5px 20px rgba(54, 79, 98, 0.5);
}

.owl-nav-style.gallery .owl-theme .owl-nav button.owl-prev {
  left: -2px !important;
}

.owl-nav-style.gallery .owl-theme .owl-nav button.owl-next {
  right: -2px !important;
}

@media (min-width: 768px) {
  .owl-nav-style.banner .owl-theme .owl-nav {
    margin-top: -50px;
  }

  .owl-nav-style.banner .owl-theme .owl-nav [class*="owl-"] {
    font-size: 28px;
    height: 80px;
    color: #0c1f34 !important;
    background: none;
    border: 2px solid #0c1f34;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .owl-nav-style.banner .owl-theme .owl-nav [class*="owl-"] svg path {
    stroke-width: 1px !important;
  }

  .owl-nav-style.banner .owl-theme .owl-nav [class*="owl-"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #0e76bc;
    color: #0e76bc !important;
  }

  .owl-nav-style.banner .owl-theme .owl-nav button {
    margin: 0;
    border-radius: 0;
  }

  .owl-nav-style.banner .owl-theme .owl-nav button.owl-prev {
    left: -2px;
    border-radius: 0 20px 20px 0;
  }

  .owl-nav-style.banner .owl-theme .owl-nav button.owl-next {
    right: -4px;
    border-radius: 20px 0 0 20px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.banner .owl-theme .owl-nav {
    margin-top: -20px;
  }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav {
  top: 50%;
  margin-top: -15px;
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] {
  font-size: 24px;
  background: none;
  width: 25px;
  height: 25px;
  color: rgba(125, 151, 173, 0.5) !important;
}

@media (max-width: 479px) {
  .owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
  }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7d97ad !important;
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-prev {
  left: -42px;
}

@media (max-width: 1199px) {
  .owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-prev {
    left: 0 !important;
  }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-next {
  right: -42px;
}

@media (max-width: 1199px) {
  .owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-next {
    right: 0 !important;
  }
}

.owl-nav-style.ui-no-circle.shortcuts.ui-style-1 .owl-theme .owl-nav {
  margin-top: -30px;
  right: 0;
}

.owl-nav-style.ui-no-circle.shortcuts.ui-style-1 .owl-theme .owl-nav [class*="owl-"] {
  font-size: 20px !important;
}

.owl-nav-style.ui-no-circle.logos .owl-theme .owl-nav {
  margin-top: -45px;
}

.owl-nav-style.ui-bottom-right .owl-theme .owl-nav {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  position: relative;
  text-align: right;
}

.owl-nav-style.ui-bottom-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-bottom-right .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.ui-bottom-left .owl-theme .owl-nav {
  top: inherit;
  left: 0;
  right: inherit;
  bottom: 0;
  position: absolute;
  text-align: left;
  margin-top: 0;
}

.owl-nav-style.ui-bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-bottom-left .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.ui-bottom-center:not(.ui-not) .owl-theme .owl-nav {
  position: relative;
  top: inherit;
  bottom: inherit;
}

.owl-nav-style.ui-bottom-center:not(.ui-not) .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-bottom-center:not(.ui-not) .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.ui-top-right .owl-theme .owl-nav {
  top: -10px;
  right: 10px;
  bottom: inherit;
  left: inherit;
}

.owl-nav-style.ui-top-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.ui-top-right .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav {
  max-width: 100%;
  padding-right: 2vw;
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav {
    margin-top: 0;
    text-align: right;
    top: 10px;
  }
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
  background: none;
  background-color: #03bf62;
  margin: 0;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    width: 80px;
    height: 80px;
    font-size: 32px;
    padding-top: 4px !important;
  }

  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"]:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
  }
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke-width: 1px !important;
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"]:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav button {
    left: 0 !important;
    right: 0 !important;
  }

  .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav button:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-top-right.list-common .owl-theme .owl-nav {
    top: 0;
    right: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .owl-nav-style.ui-top-right.list-common .owl-theme .owl-nav {
    top: -15px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right.list-common .owl-theme .owl-nav {
    top: 50px;
    right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right.list-common .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 18px !important;
  }
}

.owl-nav-style.ui-top-right.headlinenews .owl-theme .owl-nav {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right.headlinenews .owl-theme .owl-nav {
    margin-top: -50px;
  }
}

.owl-nav-style.ui-top-right.headlinenews .owl-theme .owl-nav [class*="owl-"] {
  border-radius: 15px;
}

.owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
  max-width: calc(1250px - 10px);
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1750px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    max-width: calc(1250px - 10px);
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    margin-top: 0;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    top: 50%;
    margin-top: -100px;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    max-width: calc(390px - 20px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    max-width: calc(600px - 20px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    max-width: calc(768px - 10px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav {
    max-width: calc(992px - 10px);
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav button {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav button.owl-prev {
    left: 20px !important;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed .owl-theme .owl-nav button.owl-next {
    right: 20px !important;
  }
}

.owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav {
  max-width: 100%;
  padding-right: 3vw;
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav {
    margin-top: 0;
    text-align: right;
    top: 10px;
  }
}

.owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"] {
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    width: 80px;
    height: 80px;
    font-size: 32px;
    padding-top: 4px !important;
  }

  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"]:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
  }
}

.owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke-width: 1px !important;
}

.owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav [class*="owl-"]:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav button {
    left: 0 !important;
    right: 0 !important;
  }

  .owl-nav-style.ui-top-fixed.hero-slide .owl-theme .owl-nav button:not(:last-child) {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed.services .owl-theme .owl-nav {
    top: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style.ui-top-fixed.services .owl-theme .owl-nav {
    top: -30px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-fixed.services .owl-theme .owl-nav {
    margin-top: -225px;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed.services .owl-theme .owl-nav [class*="owl"] {
    background: none;
    color: #0e76bc;
    border: 2px solid rgba(5, 112, 216, 0.2);
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-fixed.services .owl-theme .owl-nav [class*="owl"]:hover {
    color: #fff;
    background: #0e76bc;
    -webkit-box-shadow: 0 5px 20px rgba(5, 112, 216, 0.5);
    box-shadow: 0 5px 20px rgba(5, 112, 216, 0.5);
  }
}

.headlinenews .owl-theme .owl-dots {
  margin-top: 1px !important;
  text-align: left;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: dots;
  padding-right: 100px;
}

@media (max-width: 767px) {
  .headlinenews .owl-theme .owl-dots {
    padding-right: 0;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot {
  background: #7d97ad;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 55px;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 700;
}

.headlinenews .owl-theme .owl-dots .owl-dot:first-child {
  border-radius: 0 0 0 15px;
}

@media (max-width: 767px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:first-child {
    border-radius: 0 0 0 8px;
  }
}

@media (max-width: 767px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:last-child {
    border-radius: 0 0 8px 0;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot.active,
.headlinenews .owl-theme .owl-dots .owl-dot:hover {
  background: #0e76bc;
}

.headlinenews .owl-theme .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

@media (max-width: 479px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    height: 40px;
    font-size: 16px;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot span {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .fancybox-infobar {
    display: none;
  }
}

.fancybox-infobar {
  height: auto;
  left: 42px;
  top: auto;
  bottom: 180px;
  padding: 0;
  font-size: 7.4rem;
  line-height: 1;
  letter-spacing: -0.22em;
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

@media (max-width: 767px) {
  .fancybox-slide {
    padding: 10px;
  }
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  border-radius: 20px;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button--close {
  position: fixed;
  display: block !important;
  width: 60px;
  height: 60px;
  right: 50px !important;
  top: 50px !important;
  padding: 0 !important;
  font-size: 40px;
  color: #fff !important;
  background: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .fancybox-button--close {
    right: 20px !important;
    top: 20px !important;
    font-size: 24px !important;
  }
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

@media (max-width: 767px) {
  .fancybox-navigation {
    right: 20px;
    bottom: 20px;
  }
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: 50px;
}

.fancybox-navigation .fancybox-button:not(:last-child) {
  margin-right: 20px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #0e76bc;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.slide {
  position: relative;
}

.slide,
.slide-material {
  height: auto;
}

@media (min-width: 480px) and (max-width: 767px) {

  .slide,
  .slide-material {
    height: 550px;
  }
}

@media (max-width: 479px) {

  .slide,
  .slide-material {
    height: 400px;
  }
}

.slide {
  background: black;
}

.slide-list {
  position: relative;
  top: 0;
  left: 0;
}

.slide-list li {
  display: none;
}

.slide-material {
  overflow: hidden;
  position: relative;
}

.slide-material img,
.slide-material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-photo>div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  opacity: 0.85;
}

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

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

.slide-content {
  width: 45%;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .slide-content {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .slide-content {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    width: 70%;
  }
}

.slide-content .heading {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.2;
}

.slide-content .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}

.slide-dots {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
}

.slide-dots li {
  display: inline-block;
}

.slide-dots li a {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin: 0 5px;
  border-radius: 20px;
  background: none;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-dots li.is-active a {
  background: #fff;
  width: 100px;
}

.slide-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: -30px auto 0;
}

.slide-arrows button {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 42px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrows button svg path {
  stroke-width: 1px !important;
}

@media (max-width: 767px) {
  .slide-arrows button {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 479px) {
  .slide-arrows button {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

.slide-arrows button.prev {
  left: 20px;
  padding-right: 2px;
}

.slide-arrows button.next {
  right: 20px;
  padding-left: 2px;
}

.slide-list li.is-effect .slide-content .heading,
.slide-list li.is-effect .slide-content .text,
.slide-list li.is-effect .slide-content .small-title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-content .heading,
.slide-content .text,
.slide-content .small-title {
  opacity: 0;
  visibility: hidden;
}

.slide-content .small-title {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 0.9s 0.1s;
  -o-transition: 0.9s 0.1s;
  transition: 0.9s 0.1s;
}

.slide-content .heading {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.9s 0.2s;
  -o-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
}

.slide-content .text {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.9s 0.3s;
  -o-transition: 0.9s 0.3s;
  transition: 0.9s 0.3s;
}

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}

.loading.ui-no-bg {
  background: transparent;
}

.loading.ui-small {
  background: none;
}

.loading.ui-small::before {
  width: 60px;
  height: 60px;
}

.loading.is-visible {
  opacity: 1;
  visibility: visible;
}

.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #0e76bc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #364f62;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.overlay.is-visible {
  opacity: 0.8;
  visibility: visible;
}

.scrolltop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 70px;
  background: #0e76bc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .scrolltop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 70px;
  }
}

.scrolltop .icon {
  font-size: 20px;
}

@media (max-width: 767px) {
  .scrolltop .icon {
    font-size: 16px;
  }
}

.scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.buttons-container.ui-center {
  text-align: center;
  width: 100%;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 11px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #0e76bc;
}

@media (max-width: 479px) {
  .button {
    height: 45px;
    font-size: 13px;
    padding-inline: 20px;
  }
}

.button .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button .icon:not(.ui-align-left) {
  margin-left: 17px;
}

@media (max-width: 479px) {
  .button .icon:not(.ui-align-left) {
    margin-left: 13px;
  }
}

.button .icon.ui-align-left {
  margin-right: 17px;
}

@media (max-width: 479px) {
  .button .icon.ui-align-left {
    margin-right: 13px;
  }
}

.button .icon.ui-arrow {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 479px) {
  .button .icon.ui-arrow {
    font-size: 13px;
  }
}

.button.ui-min-width {
  min-width: 200px;
}

.button.ui-full-width {
  width: 100%;
}

.button:hover .icon:not(.ui-align-left) {
  -webkit-transform: scale(1.1) translateX(3px);
  -ms-transform: scale(1.1) translateX(3px);
  transform: scale(1.1) translateX(3px);
}

.button:not([class*="ui-color-"]):hover {
  background: #7a93a9;
}

.button.ui-color-dark {
  background: #7a93a9;
}

.button.ui-color-reverse {
  background-color: rgba(5, 112, 216, 0.1);
  color: #0e76bc;
}

.button.ui-color-reverse:hover {
  background: #0e76bc;
  color: #fff;
}

.button.ui-color-wp {
  background: #25d366;
}

.button.ui-color-wp .icon {
  color: #25d366;
}

.button.ui-color-1 {
  background: #153b94;
}

.button.ui-color-2 {
  background: #0e76bc;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 11px;
  height: 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
}

@media (max-width: 479px) {
  .button-border {
    height: 45px;
    font-size: 13px;
    padding-inline: 20px;
  }
}

.button-border .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-border .icon:not(.ui-align-left) {
  margin-left: 17px;
}

@media (max-width: 479px) {
  .button-border .icon:not(.ui-align-left) {
    margin-left: 13px;
  }
}

.button-border .icon.ui-align-left {
  margin-right: 17px;
}

@media (max-width: 479px) {
  .button-border .icon.ui-align-left {
    margin-right: 13px;
  }
}

.button-border .icon.ui-arrow {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 479px) {
  .button-border .icon.ui-arrow {
    font-size: 13px;
  }
}

.button-border.ui-min-width {
  min-width: 200px;
}

.button-border.ui-full-width {
  width: 100%;
}

.button-border:hover .icon:not(.ui-align-left) {
  -webkit-transform: scale(1.1) translateX(3px);
  -ms-transform: scale(1.1) translateX(3px);
  transform: scale(1.1) translateX(3px);
}

.button-border.ui-border-dark {
  color: #0c1f34;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-border.ui-border-dark .icon {
  color: #0c1f34;
}

.button-border.ui-color-1 {
  color: #0e76bc;
  border: 1px solid #0e76bc;
}

.button-border.ui-color-1 .icon {
  color: #0e76bc;
}

.button-border.ui-color-2 {
  color: #0c1f34;
  border: 1px solid #0c1f34;
}

.button-border.ui-color-2:hover {
  color: #0e76bc;
  border: 1px solid #0e76bc;
}

.button-border.ui-color-2 .icon {
  color: #0c1f34;
}

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e76bc;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.button-line.ui-light {
  color: #fff;
}

.button-line.ui-large {
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.button-line.ui-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentColor;
  padding-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #57758c;
}

.button-line.ui-border-bottom:not(.ui-color-1):hover {
  color: #0e76bc !important;
}

.button-line.ui-color-1:not(.ui-border-bottom) {
  color: #0e76bc;
}

.button-line.ui-color-1.ui-border-bottom {
  color: #0e76bc;
}

.button-line.ui-color-1.ui-border-bottom:hover {
  color: #0e76bc;
}

.button-line:hover .icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.button-line .icon {
  margin-left: 11px;
  color: currentColor;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 55px;
  background: #fff;
  font-family: inherit;
  border-radius: 99px;
  -webkit-box-shadow: 0 8px 25px 0 rgba(87, 117, 140, 0.15);
  box-shadow: 0 8px 25px 0 rgba(87, 117, 140, 0.15);
  padding-left: 30px;
  padding-right: 5px;
}

.button-icon.ui-color-1 .button-icon__text {
  color: #0e76bc;
}

.button-icon.ui-color-1 .icon {
  background: #0e76bc;
}

.button-icon.ui-bg-1 {
  background: #0e76bc;
  -webkit-box-shadow: 0 8px 25px 0 rgba(5, 112, 216, 0.15);
  box-shadow: 0 8px 25px 0 rgba(5, 112, 216, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-icon.ui-bg-1 .button-icon__text {
  color: #fff;
}

.button-icon.ui-bg-1 .icon {
  color: #0e76bc;
  background: #fff;
}

.button-icon.ui-bg-1:hover {
  background: #153b94;
  -webkit-box-shadow: 0 8px 25px 0 rgba(21, 59, 148, 0.15);
  box-shadow: 0 8px 25px 0 rgba(21, 59, 148, 0.15);
}

.button-icon.ui-bg-1:hover .icon {
  color: #153b94;
}

.button-icon__text {
  font-size: 16px;
  font-weight: 700;
  color: #0e76bc;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-icon .icon {
  width: 44px;
  height: 44px;
  background: #0e76bc;
  border-radius: 99px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(5, 112, 216, 0.2);
  box-shadow: 0 5px 15px 0 rgba(5, 112, 216, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-left: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-icon:not([class*="ui-"]):hover .icon {
  background: #153b94;
  -webkit-box-shadow: 0 5px 15px 0 rgba(21, 59, 148, 0.3);
  box-shadow: 0 5px 15px 0 rgba(21, 59, 148, 0.3);
}

label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.checkbox:not(:last-child) {
  margin-bottom: 10px;
}

label.checkbox.is-error .checkbox {
  border: 2px solid red !important;
}

label.checkbox.is-error .text {
  color: red !important;
}

label.checkbox.is-error .text a {
  color: red !important;
}

label.checkbox input {
  position: absolute;
  left: -9999px;
}

label.checkbox .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(87, 117, 140, 0.08);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.checkbox .checkbox:before {
  content: "✓";
  position: absolute;
  top: -5px;
  line-height: 0.7;
  font-size: 24px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #0e76bc;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

label.checkbox .text {
  color: #7d97ad;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 10px;
}

label.checkbox .text span {
  color: rgba(125, 151, 173, 0.7);
  margin-left: 5px;
}

label.checkbox .text a {
  font-weight: 700;
  color: #0e76bc;
}

label.checkbox input:checked+.checkbox:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

label.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.radio input {
  position: absolute;
  left: -9999px;
}

label.radio .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.radio .radio:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: #0e76bc;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.radio .text {
  color: #57758c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}

label.radio .text span {
  color: rgba(125, 151, 173, 0.7);
  margin-left: 5px;
}

label.radio input:checked+.radio:before {
  opacity: 1;
  visibility: visible;
}

select.selectbox {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(87, 117, 140, 0.08);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(87, 117, 140, 0.8);
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

select.selectbox:focus {
  outline: 0;
  border: 2px solid #0e76bc;
}

@media (max-width: 479px) {
  select.selectbox {
    height: 55px;
    padding-right: 15px;
    font-size: 14px;
  }
}

select.selectbox::-webkit-input-placeholder {
  /* Edge */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-moz-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::-ms-input-placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox::placeholder {
  color: rgba(87, 117, 140, 0.8);
}

select.selectbox:before {
  content: "";
}

select.selectbox:focus+.icon.arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.breadcrumb {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb.ui-bg {
  background: rgba(242, 247, 252, 0.5);
  padding: 25px 30px;
  border-radius: 11px;
}

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li:last-child a {
  font-weight: 700;
}

.breadcrumb ul li a {
  font-size: 13px;
  text-transform: capitalize;
  color: rgba(125, 151, 173, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb ul li a:empty {
  height: 8px;
  width: 100px;
  background: #f2f7fc;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  border-radius: 11px;
}

.breadcrumb ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  margin-right: 15px;
}

.breadcrumb ul li a .icon {
  font-size: 18px;
}

.breadcrumb ul li a[href]:not(.not):hover {
  color: #57758c;
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(5, 112, 216, 0.9);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .popup-wrapper {
    padding: 0;
  }
}

.popup-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup-wrapper .cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-wrapper .cover a {
  max-width: 90%;
  text-align: center;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.popup-wrapper .cover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 28px;
  z-index: 12;
  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;
}

.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fixed-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 15px;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .fixed-btn {
    right: 12px;
    width: 55px;
    height: 55px;
  }
}

.fixed-btn:not([class*="ui-"]) {
  background: #25d366;
}

.fixed-btn:not([class*="ui-"])::before,
.fixed-btn:not([class*="ui-"])::after {
  background: rgba(37, 211, 102, 0.1);
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fixed-btn.ui-sss {
  bottom: 145px;
  background: #0e76bc;
}

@media (max-width: 767px) {
  .fixed-btn.ui-sss {
    bottom: 135px;
  }
}

.fixed-btn.ui-sss::before,
.fixed-btn.ui-sss::after {
  background: #0e76bc17;
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.fixed-btn::before,
.fixed-btn::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  opacity: 0;
}

.fixed-btn::before {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .fixed-btn::before {
    width: 65px;
    height: 65px;
  }
}

.fixed-btn::after {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .fixed-btn::after {
    width: 75px;
    height: 75px;
  }
}

.fixed-btn .icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .fixed-btn .icon {
    font-size: 22px;
  }
}

.fixed-btn.is-active {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (max-width: 767px) {
  .fixed-btn.is-active {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.accordion:not(.ui-no-content)>ul>li:hover .accordion-right>.icon {
  -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg);
  -ms-transform: scale(1.2) translateX(3px) rotate(-90deg);
  transform: scale(1.2) translateX(3px) rotate(-90deg);
}

.accordion.ui-no-content>ul>li:hover .accordion-right>.icon {
  -webkit-transform: scale(1.2) translateX(3px);
  -ms-transform: scale(1.2) translateX(3px);
  transform: scale(1.2) translateX(3px);
}

.accordion>ul>li {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(87, 117, 140, 0.08);
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion>ul>li:last-child {
  margin-bottom: 0;
}

.accordion>ul>li.is-open,
.accordion>ul>li:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 5px 5px rgba(125, 151, 173, 0.1);
  box-shadow: 0 5px 5px rgba(125, 151, 173, 0.1);
}

.accordion>ul>li.is-open .accordion-header,
.accordion>ul>li:hover .accordion-header {
  background: #f2f7fc;
}

.accordion>ul>li.is-open .accordion-header .title,
.accordion>ul>li:hover .accordion-header .title {
  color: #0c1f34;
}

.accordion>ul>li.is-open .accordion-right>.icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-header {
  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;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .accordion-header {
    padding: 20px 17px;
  }
}

.accordion-header .title {
  color: #57758c;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 479px) {
  .accordion-header .title {
    font-size: 14px;
  }
}

.accordion-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .accordion-right {
    margin-left: 0;
    margin-top: 5px;
  }
}

.accordion-right>.icon {
  color: #7d97ad;
  font-size: 13px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion-right .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(125, 151, 173, 0.7);
}

.accordion-right .date .icon {
  font-size: 12px;
  margin-right: 5px;
}

.accordion-right .date .text {
  font-size: 11px;
}

.accordion-content {
  padding-left: 35px;
  padding-right: 35px;
  display: none;
}

.accordion-content .page-content__description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.headlinenews {
  position: relative;
}

.headlinenews.is-hidden {
  display: none;
}

.headlinenews-loading.is-hidden {
  display: none;
}

.headlinenews-loading::before,
.headlinenews-loading::after {
  content: "";
  display: block;
  background-color: #f2f7fc;
  border-radius: 11px;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
}

.headlinenews-loading::before {
  height: 510px;
}

.headlinenews-loading::after {
  margin-top: 10px;
  height: 70px;
}

.headlinenews.ui-list ul li {
  margin-bottom: 40px;
}

.headlinenews.ui-list ul li.ui-loading {
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-cover:empty {
  height: 230px;
  background: #f2f7fc;
  border-radius: 11px;
  width: 100%;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-footer {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-footer .title {
  max-height: inherit;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-footer .title:empty::before,
.headlinenews.ui-list ul li.ui-loading .headlinenews-footer .title:empty::after {
  content: "";
  display: block;
  background: #f2f7fc;
  height: 25px;
  border-radius: 11px;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-footer .title:empty::before {
  width: 80%;
  margin-bottom: 10px;
}

.headlinenews.ui-list ul li.ui-loading .headlinenews-footer .title:empty::after {
  width: 100%;
}

.headlinenews:not(.ui-body) .headlinenews-card a:hover .headlinenews-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.headlinenews:not(.ui-body) .headlinenews-card a:hover .headlinenews-footer .title {
  color: #0e76bc;
}

.headlinenews:not(.ui-body) .headlinenews-cover {
  border-radius: 11px 11px 0 0;
}

.headlinenews:not(.ui-body) .headlinenews-footer {
  padding: 30px 60px 0 60px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(54, 79, 98, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(54, 79, 98, 0.1);
  border-radius: 0 0 11px 11px;
  height: 140px;
  position: relative;
  background: #fff;
}

.headlinenews:not(.ui-body) .headlinenews-footer .title {
  color: #57758c;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headlinenews:not(.ui-body) .headlinenews-footer .sub {
  position: absolute;
  right: 60px;
  bottom: 25px;
  left: 60px;
}

.headlinenews:not(.ui-body) .headlinenews-footer .sub .date {
  color: rgba(125, 151, 173, 0.7);
}

.headlinenews:not(.ui-body) .headlinenews-footer .sub .more {
  color: #7d97ad;
}

.headlinenews.ui-body.ui-style-1 .owl-item .item {
  margin-bottom: 50px;
}

.headlinenews.ui-body.ui-style-1 .headlinenews-cover {
  height: 500px;
}

.headlinenews.ui-body:not(.ui-style-1) .headlinenews-cover {
  border-radius: 15px 15px 0 0;
}

.headlinenews.ui-body:not(.ui-style-1) .headlinenews-footer::after {
  border-radius: 15px 15px 0 0;
}

@media (max-width: 767px) {
  .headlinenews.ui-body .headlinenews-cover {
    height: 300px;
  }
}

.headlinenews.ui-body .headlinenews-footer {
  padding: 50px 60px 30px 60px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 479px) {
  .headlinenews.ui-body .headlinenews-footer {
    padding: 30px 25px 20px 25px;
  }
}

.headlinenews.ui-body .headlinenews-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(black));
  background-image: -o-linear-gradient(transparent, black);
  background-image: linear-gradient(transparent, black);
  opacity: 0.7;
}

.headlinenews.ui-body .headlinenews-footer .title {
  color: #fff;
  line-height: 1.3;
  letter-spacing: -1.5px;
  font-size: 36px;
  max-height: 99px;
}

@media (min-width: 1200px) {
  .headlinenews.ui-body .headlinenews-footer .title {
    padding-right: 150px;
  }
}

@media (max-width: 479px) {
  .headlinenews.ui-body .headlinenews-footer .title {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.headlinenews.ui-body .headlinenews-footer>.text {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .headlinenews.ui-body .headlinenews-footer>.text {
    padding-right: 150px;
  }
}

@media (max-width: 767px) {
  .headlinenews.ui-body .headlinenews-footer>.text {
    display: none;
  }
}

.headlinenews.ui-body .headlinenews-footer .sub {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 479px) {
  .headlinenews.ui-body .headlinenews-footer .sub {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.headlinenews.ui-body .headlinenews-footer .sub .date {
  color: rgba(255, 255, 255, 0.8);
}

.headlinenews.ui-body .headlinenews-footer .more {
  color: #fff;
}

.headlinenews.ui-small .headlinenews-cover {
  height: 230px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-cover {
    height: 200px;
  }
}

.headlinenews.ui-small .headlinenews-footer {
  padding: 25px 30px 0 30px;
  height: 120px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-footer {
    padding: 20px;
  }
}

.headlinenews.ui-small .headlinenews-footer .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.headlinenews.ui-small .headlinenews-footer .sub {
  right: 30px;
  bottom: 25px;
  left: 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-footer .sub {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

.headlinenews.ui-small .headlinenews-footer .sub .date {
  font-size: 11px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-footer .sub .date {
    font-size: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-footer .sub .date .icon {
    display: none;
  }
}

.headlinenews.ui-small .headlinenews-footer .sub .more {
  font-size: 11px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews.ui-small .headlinenews-footer .sub .more {
    font-size: 10px;
  }
}

.headlinenews-card a {
  display: block;
  position: relative;
}

.headlinenews-cover {
  overflow: hidden;
  height: 510px;
}

.headlinenews-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.headlinenews-thumb {
  height: 65px;
  overflow: hidden;
  padding: 3px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headlinenews-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

.headlinenews-footer .title {
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 64px;
}

.headlinenews-footer>.text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.headlinenews-footer .sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headlinenews-footer .sub>div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlinenews-footer .sub .date {
  font-size: 12px;
}

.headlinenews-footer .sub .date .icon {
  margin-right: 8px;
  font-size: 16px;
}

.headlinenews-footer .sub .more {
  font-size: 12px;
  font-weight: 700;
}

.headlinenews-footer .sub .more .icon {
  margin-left: 8px;
  font-size: 10px;
}

.headlinenews-link {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 5px 5px 5px 0;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 86%);
}

@media (max-width: 479px) {
  .headlinenews-link {
    width: calc(100% - 70%);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews-link {
    width: calc(100% - 80%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-link {
    width: calc(100% - 85%);
  }
}

.headlinenews-link a {
  color: #fff;
  background: #0e76bc;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  height: 60px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headlinenews-link a:hover {
  background-color: #0e76bc;
}

.headlinenews-link a span {
  display: block;
  font-size: 20px;
}

.headlinenews-other {
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .headlinenews-other {
    margin-top: 40px;
  }
}

.headlinenews-other .list-common {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-other .list-common ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-other .list-common ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline: 10px;
  }

  .headlinenews-other .list-common ul li:last-child {
    display: none;
  }
}

.headlinenews-other .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.headlinenews-thumbs {
  padding: 7px;
  background-color: rgba(242, 247, 252, 0.7);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.headlinenews-thumbs #sync2 {
  width: calc(100% - 115px);
}

.headlinenews-thumbs #sync2 .owl-item.current .item .headlinenews-thumb {
  background-color: #0e76bc;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(54, 79, 98, 0.8);
  z-index: 1010;
}

.modal-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(180px + 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .modal-search {
    padding-top: calc(90px + 30px);
  }
}

.modal-search.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal-search .modal-wrapper {
  padding-inline: 10px;
  width: 800px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal-search .modal-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal-search .modal-wrapper form {
  width: 100%;
  position: relative;
}

.modal-search .modal-wrapper form .input {
  height: 80px;
  width: 100%;
  color: #57758c;
  font-family: inherit;
  padding-inline: 30px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.modal-search .modal-wrapper form .input::-webkit-input-placeholder {
  /* Edge */
  color: #57758c;
}

.modal-search .modal-wrapper form .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #57758c;
}

.modal-search .modal-wrapper form .input::-moz-placeholder {
  color: #57758c;
}

.modal-search .modal-wrapper form .input::-ms-input-placeholder {
  color: #57758c;
}

.modal-search .modal-wrapper form .input::placeholder {
  color: #57758c;
}

@media (max-width: 479px) {
  .modal-search .modal-wrapper form .input {
    height: 60px;
    padding-inline: 20px;
    font-size: 16px;
    border-radius: 11px;
    letter-spacing: -0.5px;
  }
}

.modal-search .modal-wrapper form .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #0e76bc;
  border-radius: 15px;
  padding-inline: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .modal-search .modal-wrapper form .btn {
    border-radius: 11px;
    top: 7px;
    right: 7px;
    bottom: 7px;
  }
}

.modal-search .modal-wrapper form .btn:hover {
  background-color: #7a93a9;
}

.modal-search .modal-wrapper form .btn .icon {
  font-size: 30px;
}

@media (max-width: 479px) {
  .modal-search .modal-wrapper form .btn .icon {
    font-size: 24px;
  }
}

.banner-card a {
  display: block;
  position: relative;
}

.banner-photo {
  overflow: hidden;
  background: #fff;
  height: 235px;
  padding: 6px;
  border: 1px solid rgba(87, 117, 140, 0.08);
  border-radius: 11px;
}

.banner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

.counter-card .text {
  font-size: 13px;
  color: #7d97ad;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .counter-card .text {
    padding-right: 70px;
  }
}

.counter-card.ui-style-1 .counter-header .icon {
  color: rgba(54, 79, 98, 0.4);
}

.counter-card.ui-style-1 .counter-header .desc .title {
  color: rgba(54, 79, 98, 0.8);
  font-weight: 700;
}

.counter-card.ui-style-1 .counter-header .desc .text {
  margin-top: 0;
}

.counter-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-header .icon {
  color: #0e76bc;
  font-size: 54px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-header .icon {
    font-size: 48px;
  }
}

.counter-header .icon .fa-secondary {
  opacity: 0.4;
}

.counter-header .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.counter-header .desc .title {
  color: #0e76bc;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-header .desc .title {
    font-size: 28px;
  }
}

.counter-header .desc .title span {
  display: block;
  font-size: 16px;
  color: #0c1f34;
  letter-spacing: -0.3px;
}

.shortcuts:not(.ui-style-1) ul li:not(:last-child) {
  margin-bottom: 10px;
}

.shortcut-card:nth-child(1) .shortcut-cover {
  background-color: #0387eb;
}

.shortcut-card:nth-child(2) .shortcut-cover {
  background-color: #ff5e00;
}

.shortcut-card:nth-child(3) .shortcut-cover {
  background-color: #22b5dd;
}

.shortcut-card:nth-child(4) .shortcut-cover {
  background-color: #e52874;
}

.shortcut-card:nth-child(5) .shortcut-cover {
  background-color: #03eba0;
}

.shortcut-card:nth-child(6) .shortcut-cover {
  background-color: #e5c928;
}

.shortcut-card a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.shortcut-card a:hover .shortcut-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.shortcut-card a:hover .shortcut-body__content {
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
}

.shortcut-cover {
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .shortcut-cover {
    height: calc((560px / 6) - 8px);
  }
}

@media (max-width: 767px) {
  .shortcut-cover {
    height: 120px;
  }
}

.shortcut-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.shortcut-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  padding: 35px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 479px) {
  .shortcut-body {
    padding: 20px;
  }
}

.shortcut-body .icon {
  font-size: 42px;
}

.shortcut-body .title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

.shortcut-body .title span {
  font-weight: 200;
}

@media (max-width: 479px) {
  .shortcut-body .title {
    font-size: 22px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shortcut-body .title {
    font-size: 24px;
  }
}

.shortcut-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  height: 160px;
  padding-bottom: 15px;
  border: 1px solid rgba(87, 117, 140, 0.1);
  border-radius: 15px;
}

.shortcut-item a:hover {
  background: #fff;
}

.shortcut-item a>div {
  height: 80px;
}

.shortcut-item .icon {
  color: #fff;
  font-size: 28px;
  background: rgba(125, 151, 173, 0.5);
  padding-block: 13px;
  width: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
}

.shortcut-item .title {
  color: #364f62;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.4;
  padding-inline: 10px;
}

.shortcut-item .text {
  font-size: 11px;
  color: #7d97ad;
  margin-top: 7px;
  line-height: 1.35;
  padding-inline: 15px;
}

.gallery.ui-list ul li {
  margin-bottom: 20px;
}

.gallery-card a {
  display: block;
  position: relative;
}

.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-body::after {
  opacity: 0.9;
}

.gallery-card a:hover .gallery-icon::before {
  opacity: 0.7;
}

.gallery-header {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-icon {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
}

.gallery-icon::before {
  content: "";
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#364f62));
  background-image: -o-linear-gradient(transparent, #364f62);
  background-image: linear-gradient(transparent, #364f62);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery-icon .icon {
  color: #fff;
  font-size: 24px;
}

.gallery-photo {
  height: 130px;
  overflow: hidden;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
  text-align: center;
  padding-top: 15px;
}

.gallery-footer .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #57758c;
}

.gallery-cover {
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.gallery-body {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gallery-body::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#364f62));
  background-image: -o-linear-gradient(transparent, #364f62);
  background-image: linear-gradient(transparent, #364f62);
  opacity: 0.7;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery-body__wrapper {
  padding: 20px 30px;
  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;
  width: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-body__wrapper {
    padding: 20px;
  }
}

.gallery-body__wrapper .title {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-body__wrapper .title {
    font-size: 16px;
  }
}

.gallery-body__wrapper .icon {
  font-size: 32px;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .gallery-body__wrapper .icon {
    font-size: 24px;
  }
}

.logos-card a {
  border: 2px solid rgba(87, 117, 140, 0.1);
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.logos-card a:hover {
  border: 2px solid #0e76bc;
}

.logos-card a:hover .logos-photo {
  border-bottom: 1px solid rgba(5, 112, 216, 0.3);
}

.logos-card a:hover .logos-photo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.logos-photo {
  height: 100px;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(5, 112, 216, 0.1);
}

.logos-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.logos-footer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-footer .title {
  color: #57758c;
  font-weight: 700;
  line-height: 1.3;
  font-size: 13px;
  overflow: hidden;
  max-height: 32px;
}

.information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(87, 117, 140, 0.1);
  border-radius: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .information-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: 30px 15px 20px 15px;
    height: 320px;
  }
}

@media (max-width: 767px) {
  .information-card {
    padding: 30px;
    height: auto;
  }
}

.information-card:hover>.icon {
  color: #0e76bc !important;
}

.information-card:hover>.icon.ui-arrow {
  opacity: 0.5;
}

.information-card:hover .desc .title {
  color: #0e76bc !important;
}

.information-card>.icon:not(.ui-arrow) {
  color: #7d97ad;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .information-card>.icon:not(.ui-arrow) {
    font-size: 54px;
    width: 54px;
  }
}

@media (max-width: 479px) {
  .information-card>.icon:not(.ui-arrow) {
    font-size: 32px;
    width: 32px;
  }
}

.information-card>.icon.ui-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  color: #7d97ad;
  opacity: 0.3;
  font-size: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .information-card>.icon.ui-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .information-card .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }
}

.information-card .desc .title {
  color: #0e76bc;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .information-card .desc .title {
    margin-top: 20px;
  }
}

.information-card .desc .text {
  font-size: 12px;
  color: #7d97ad;
  line-height: 1.6;
  margin-top: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .information-card .desc .text {
    display: none;
  }
}

.news.ui-gap-1 ul {
  row-gap: 10px;
}

.news ul li.item-loading>div {
  background-color: #f2f7fc;
  border-radius: 11px;
  height: 140px;
  display: block;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
}

.news-card a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.news-card a:hover .news-body::after {
  opacity: 0.95;
}

.news-card a:hover .news-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.news-cover {
  height: 140px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-cover {
    height: 200px;
  }
}

.news-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.news-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  padding: 18px 18px 15px 18px;
}

.news-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#032045));
  background-image: -o-linear-gradient(transparent, #032045);
  background-image: linear-gradient(transparent, #032045);
  z-index: -1;
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-body .title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 57px;
}

.news-body .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  opacity: 0.75;
}

.news-body .date .icon {
  font-size: 11px;
  margin-right: 5px;
}

.headerV3 {
  position: relative;
  z-index: 1001;
}

.headerV3-top {
  background: #f2f7fc;
  position: relative;
  z-index: 1001;
}

.headerV3-top .container {
  height: 110px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*@include respond-to("mobile_l") { height: $header-height-mobile + 30px; }*/
  /*@include respond-to("min_desktop") { padding-bottom: calc( 70px / 2 ); }*/
}

@media (max-width: 479px) {
  .headerV3-top .container {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .headerV3-top .container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.headerV3-bottom {
  background: #fff;
  /*max-width: $container - $gutter; position: absolute; @include pos-bottom(0, calc( (70px / 2) * -1 ), 0); margin: 0 auto; border-radius: $border-radius-md; padding-left: 35px;*/
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 117, 140, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 117, 140, 0.1);
  z-index: 1001;
}

.headerV3-bottom>.container {
  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;
  height: 85px;
}

.headerV3-bottom__right {
  position: relative;
  z-index: 2;
}

.headerV3-logo h1 {
  font-size: 0;
  margin: 0;
}

.headerV3-logo a {
  display: block;
  position: relative;
}

.headerV3-logo img {
  width: 190px;
  object-fit: contain;
}

@media (max-width: 479px) {
  .headerV3-logo img {
    width: 170px;
  }
}

.headerV3-contact {
  margin-right: 40px;
}

.headerV3-contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(87, 117, 140, 0.5);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headerV3-contact a:not(:last-child) {
  margin-right: 20px;
}

.headerV3-contact a:hover {
  color: #57758c;
}

.headerV3-contact a:hover .text::after {
  width: 100%;
}

.headerV3-contact a .icon {
  font-size: 13px;
  margin-right: 8px;
}

.headerV3-contact a .text {
  position: relative;
}

.headerV3-contact a .text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background-color: currentColor;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.headerV3-social {
  margin-left: 40px;
}

.headerV3-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid rgba(87, 117, 140, 0.2);
  width: 35px;
  height: 35px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(87, 117, 140, 0.6);
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headerV3-social a:not(:last-child) {
  margin-right: 7px;
}

.headerV3-social a:hover {
  background: #57758c;
  color: #fff;
}

.headerV3-links a {
  color: rgba(87, 117, 140, 0.5);
  font-size: 13px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.headerV3-links a:not(:last-child) {
  margin-right: 13px;
}

.headerV3-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background-color: currentColor;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.headerV3-links a:hover {
  color: #57758c;
}

.headerV3-links a:hover::after {
  width: 100%;
}

.headerV3-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0e76bc;
  color: white !important;
}

@media (min-width: 992px) and (max-width: 1199px) {}

.headerV3-search:hover .icon {
  opacity: 1;
}

.headerV3-search .text {
  color: #d11051;
  font-weight: 700;
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headerV3-search .text {
    font-size: 14px;
  }
}

.headerV3-search .icon {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headerV3-search .icon {
    font-size: 13px;
  }
}

.headerV3-buttons.ui-desktop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e76bc;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 11px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .headerV3-buttons.ui-desktop a {
    border-radius: 8px;
  }
}

.headerV3-buttons.ui-desktop a:hover {
  background-color: #0e76bc;
}

.headerV3-buttons.ui-desktop a .icon {
  font-size: 24px;
}

.headerV3-buttons.ui-desktop a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  line-height: 1.3;
}

.headerV3-buttons.ui-desktop a .desc .heading {
  font-size: 10px;
  font-weight: 600;
}

.headerV3-buttons.ui-desktop a .desc .text {
  font-size: 20px;
  font-weight: 800;
}

.headerV3-buttons.ui-mobile {
  position: absolute;
  left: 10px;
  right: 10px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .headerV3-buttons.ui-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headerV3-buttons.ui-mobile .btn:not(:last-child) {
  margin-right: 15px;
}

.headerV3-buttons.ui-mobile .btn .icon {
  color: #7d97ad;
  font-size: 24px;
}

.headerV3-buttons.ui-mobile .btn .icon svg {
  fill: #7d97ad;
}

.headerV3-buttons.ui-mobile .btn-bar .icon {
  font-size: 28px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -18px;
  margin-right: -18px;
}

@media (max-width: 991px) {
  .navigation {
    display: none;
  }
}

@media (min-width: 1750px) {
  .navigation {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.navigation-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 1750px) {
  .navigation-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.navigation-item.is-triangle>a::after {
  display: block;
}

.navigation-item>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151d1e !important;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  font-family: inherit;
  letter-spacing: 0.3px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item>a {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}

.navigation-item>a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.navigation-item>a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.navigation-item:hover>a {
  /*  color: #0e76bc; */
}

.navigation-item:hover>a::before {
  width: 100%;
}

.navigation-item:hover>a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-item:hover>.navigation-links {
  opacity: 1;
  visibility: visible;
}

.navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
}

.navigation-item:hover .navigation-dropdown__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navigation-links {
  position: absolute;
  background: #f2f7fc;
  border-radius: 0 0 11px 11px;
  -webkit-box-shadow: 0 30px 40px rgba(87, 117, 140, 0.2);
  box-shadow: 0 30px 40px rgba(87, 117, 140, 0.2);
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-links>li {
  display: block;
}

.navigation-links>li:not(:last-child)>a {
  border-bottom: 1px solid rgba(87, 117, 140, 0.1);
}

.navigation-links>li:last-child>a {
  border-radius: 0 0 11px 11px;
}

.navigation-links>li>a {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
  padding: 16px 25px;
  color: #57758c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-links>li>a:hover {
  color: #fff;
  background: #0e76bc;
}

.navigation-dropdown {
  background: #f2f7fc;
  border-radius: 0 0 11px 11px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

.navigation-dropdown__container {
  padding: 30px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: transform, opacity;
}

.navigation-dropdown__list.ui-duyurular ul li a {
  padding: 25px;
}

.navigation-dropdown__list.ui-duyurular ul li a>.icon {
  font-size: 36px;
}

.navigation-dropdown__list.ui-duyurular ul li a .desc .title {
  font-size: 12px;
}

.navigation-dropdown__list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-dropdown__list ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding-inline: 15px;
  margin-bottom: 30px;
}

.navigation-dropdown__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  border: 1px solid rgba(87, 117, 140, 0.08);
  border-radius: 11px;
  padding: 25px 30px;
  color: #0e76bc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-dropdown__list ul li a:hover {
  background-color: #fff;
}

.navigation-dropdown__list ul li a:hover .desc .btn {
  background: #57758c;
  color: #fff;
}

.navigation-dropdown__list ul li a>.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
}

.navigation-dropdown__list ul li a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.navigation-dropdown__list ul li a .desc .title {
  font-size: 14px;
  color: #57758c;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navigation-dropdown__list ul li a .desc .btn {
  background: rgba(87, 117, 140, 0.3);
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .navigation-dropdown__list ul li a .desc .btn {
    font-size: 11px;
    padding: 5px 12px;
  }
}

.navigation-dropdown__list ul li a .desc .btn .icon {
  font-size: 10px;
  opacity: 0.4;
  margin-left: 10px;
}

.navigation-dropdown .buttons-container {
  text-align: center;
}

.mobile-nav {
  background-color: #f2f7fc;
  -webkit-box-shadow: 5px 10px 15px rgba(54, 79, 98, 0.15);
  box-shadow: 5px 10px 15px rgba(54, 79, 98, 0.15);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  height: 100%;
  overflow: hidden;
  z-index: 999999999999;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 479px) {
  .mobile-nav {
    width: 320px;
  }
}

.mobile-nav__wrapper {
  overflow-y: auto;
  height: calc(100% - 65px);
  scrollbar-color: rgba(87, 117, 140, 0.12) #fff;
  scrollbar-width: thin;
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.mobile-nav__wrapper::-webkit-scrollbar {
  width: 6px;
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(87, 117, 140, 0.12);
}

.mobile-nav__wrapper .information {
  padding: 30px;
}

.mobile-nav__wrapper .information ul li:not(:last-child) {
  margin-bottom: 25px;
}

.mobile-nav__wrapper .information-card>.icon {
  font-size: 36px;
  width: 36px;
}

.mobile-nav__wrapper .information-card .desc .title {
  font-size: 16px;
}

.mobile-nav__wrapper .information-card .desc .text {
  font-size: 12px;
  line-height: 1.7;
}

.mobile-nav__header {
  position: relative;
  background-color: #f2f7fc;
  border-bottom: 1px solid rgba(87, 117, 140, 0.08);
}

.mobile-nav__header-body {
  position: relative;
  height: 75px;
  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;
  padding-left: 25px;
  padding-right: 20px;
}

.mobile-nav__header-logo a {
  color: #7d97ad;
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav__content {
  border-bottom: 1px solid rgba(87, 117, 140, 0.08);
}

.mobile-nav__content.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav__content .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  margin-right: 0;
  color: #57758c;
}

.mobile-nav__content li.heading {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #0e76bc;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  z-index: 1;
}

.mobile-nav__content>ul>li:not(.heading):not(.ui-not).is-open>a,
.mobile-nav__content>ul>li:not(.heading):not(.ui-not):hover>a {
  background: #fff;
  color: #0e76bc;
}

.mobile-nav__content>ul>li:not(.heading).ui-not>a {
  color: #7d97ad;
  letter-spacing: 0;
}

.mobile-nav__content>ul>li:not(.heading).ui-not>a:hover {
  color: #0e76bc;
}

.mobile-nav__content>ul>li:not(.heading)>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #364f62;
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__content>ul>li:not(.heading)>a .icon {
  opacity: 0.3;
  width: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-nav__content>ul>li:not(.heading)>a.ui-link {
  font-size: 20px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-nav__sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav__sub>li {
  display: block;
}

.mobile-nav__sub>li:last-child {
  padding-bottom: 20px;
}

.mobile-nav__sub>li:last-child a {
  border-bottom: 0 none;
}

.mobile-nav__sub>li>a {
  color: #57758c;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(87, 117, 140, 0.08);
  padding: 12px 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__sub>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.mobile-nav__sub>li>a:hover {
  color: #153b94;
}

.mobile-nav__sub>li.heading {
  position: sticky;
  top: 40px;
  background: #fff;
}

.mobile-nav__close {
  color: #57758c;
}

.mobile-nav__close .icon {
  font-size: 28px;
}

.mobile-nav__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
}

.mobile-nav__footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #0c1f34;
  opacity: 0.3;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.footer {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f2f7fc),
      to(#fff));
  background-image: -o-linear-gradient(#f2f7fc, #fff);
  background-image: linear-gradient(#f2f7fc, #fff);
  position: relative;
  z-index: 1;
}

.footer-bg {
  height: 112px;
  background-image: url(../images/logonew.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .footer-bg {
    display: none;
  }
}

.footer-contact>.row>div:not(:last-child) {
  margin-bottom: 30px;
}

.footer-contact .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.footer-contact .item .phone {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #0e76bc;
  line-height: 1;
  margin-top: 5px;
}

.footer-contact .item .text-wrapper {
  margin-top: 10px;
}

.footer-contact .item .text {
  color: #57758c;
  font-size: 20px;
}

.footer-contact .item .text.ui-size-1 {
  font-size: 16px;
}

.footer-contact .item .text.ui-mail {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact .item .text.ui-mail:hover {
  color: #0e76bc;
}

.footer-contact .item .text.ui-mail::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: #0e76bc;
}

.footer-logo a {
  position: relative;
}

.footer-logo img {
  width: 100px;
}

.footer-social {
  margin-top: 20px;
  height: 35px;
}

.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  color: #7d97ad;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-social a:not(:last-child) {
  margin-right: 22px;
}

.footer-social a:hover {
  color: #0e76bc;
}

.footer-middle .container {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-middle .container {
    padding-bottom: 70px;
  }
}

.footer-heading {
  color: rgba(125, 151, 173, 0.7);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 12px;
  color: #7d97ad;
}

@media (max-width: 479px) {
  .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer-links ul li {
  display: block;
}

.footer-links ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #57758c;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #0e76bc;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.footer-links ul li a:hover::after {
  width: 100%;
}

.footer-links ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media (min-width: 768px) {
  .footer-card {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer-card {
    padding-top: 40px;
  }
}

.footer-bottom .container {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-bottom .text {
  font-size: 14px;
  color: #7d97ad;
}

.footer-bottom .text strong {
  font-weight: 800;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.form>form>ul>li {
  margin-bottom: 15px;
  position: relative;
}

.form-field.ui-selectbox .form-error {
  right: 50px;
}

.form-field.ui-textarea .form-error {
  top: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-field .heading {
  color: #0e76bc;
  font-size: 13px;
  font-weight: 700;
}

.form-field .icon:not(.ui-arrow) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0e76bc;
}

.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error label,
.form-field.is-error select {
  border: 2px solid red !important;
}

.form-field.is-error .icon,
.form-field.is-error label {
  color: red !important;
}

.form-field input,
.form-field textarea {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(87, 117, 140, 0.08);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: #7d97ad;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border: 2px solid #0e76bc;
}

@media (max-width: 479px) {

  .form-field input,
  .form-field textarea {
    height: 55px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
  /* Edge */
  color: #7d97ad;
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d97ad;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #7d97ad;
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
  color: #7d97ad;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7d97ad;
}

.form-field textarea {
  padding-top: 20px;
  height: 140px;
}

.form-field .icon.ui-arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-group {
  position: relative;
}

.form-group+.form-error {
  right: 40px;
}

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

@media (max-width: 767px) {
  .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-kvkk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .form-send {
    margin-top: 30px;
  }
}

.form-send>input,
.form-send>button {
  background: #0e76bc;
  height: 55px;
  font-family: inherit;
  min-width: 200px;
  border: 0 none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-send>input:hover,
.form-send>button:hover {
  background: #7a93a9;
  -webkit-box-shadow: 0 0 30px rgba(5, 112, 216, 0.3);
  box-shadow: 0 0 30px rgba(5, 112, 216, 0.3);
}

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-messages {
  border-radius: 8px;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-messages strong {
  font-weight: 800;
}

.form-messages.ui-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.form-messages.ui-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.multimedia-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.multimedia-header .title {
  color: #0e76bc;
  font-size: 16px;
  font-weight: 700;
}

.multimedia-header .link {
  color: rgba(125, 151, 173, 0.7);
  font-size: 12px;
}

.multimedia-header .link:hover {
  color: #7d97ad;
}

.multimedia-content>a {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
}

@media (min-width: 480px) {
  .multimedia-content>a {
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 479px) {
  .multimedia-content>a {
    border-top-right-radius: 15px;
  }
}

.multimedia-content>a:hover .multimedia-cover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.multimedia-content>a:hover .multimedia-body::after {
  opacity: 1;
}

.multimedia-cover {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .multimedia-cover {
    height: 250px;
  }
}

.multimedia-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s cubic-bezier(0, 0, 0.2, 1);
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}

.multimedia-body {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 50px;
}

@media (max-width: 767px) {
  .multimedia-body {
    padding: 35px;
  }
}

.multimedia-body::after {
  content: "";
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#0d2868));
  background-image: -o-linear-gradient(transparent, #0d2868);
  background-image: linear-gradient(transparent, #0d2868);
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.multimedia-body .icon {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 42px;
}

.multimedia-body .tag {
  background: #0e76bc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.multimedia-body .title {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .multimedia-body .title {
    font-size: 28px;
  }
}

.multimedia-nav {
  background: #0e76bc;
  height: 100%;
}

@media (min-width: 480px) {
  .multimedia-nav {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 479px) {
  .multimedia-nav {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 480px) {
  .multimedia-nav ul {
    height: 100%;
  }
}

.multimedia-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .multimedia-nav ul li {
    height: calc(100% / 5);
  }
}

@media (max-width: 479px) {
  .multimedia-nav ul li {
    height: 55px;
  }
}

.multimedia-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 480px) {
  .multimedia-nav ul li:first-child {
    border-top-right-radius: 15px;
  }

  .multimedia-nav ul li:last-child {
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 479px) {
  .multimedia-nav ul li:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.multimedia-nav ul li.is-current {
  background-color: #7a93a9;
}

.multimedia-nav ul li.is-current a {
  font-weight: 700;
}

.multimedia-nav ul li a {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mayor {
  position: relative;
  background-color: #f2f7fc;
  border-radius: 15px;
}

.mayor-cover {
  height: 356px;
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .mayor-cover {
    height: auto;
  }
}

.mayor-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mayor-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 200px;
}

.mayor-body .heading {
  text-align: center;
  padding-inline: 40px;
}

@media (max-width: 479px) {
  .mayor-body .heading {
    padding-inline: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mayor-body .heading {
    padding-inline: 20px;
  }
}

.mayor-body .heading .title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.mayor-body .heading .rank {
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
}

.mayor-body__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.mayor-body__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7d97ad;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border: 1px solid rgba(87, 117, 140, 0.1);
  border-radius: 99px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mayor-body__social a:not(:last-child) {
  margin-right: 7px;
}

.mayor-body__social a:hover {
  background-color: #fff;
}

.mayor-body__list {
  border-top: 1px solid rgba(87, 117, 140, 0.1);
  margin-top: 20px;
}

.mayor-body__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mayor-body__list ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mayor-body__list ul li:not(:last-child) {
  border-right: 1px solid rgba(87, 117, 140, 0.1);
}

.mayor-body__list ul li:first-child a {
  border-radius: 0 0 15px 15px;
}

.mayor-body__list ul li:last-child a {
  border-radius: 0 0 15px 0;
}

.mayor-body__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #57758c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mayor-body__list ul li a:hover {
  background: #0e76bc;
  color: #fff;
}

.view-banner:hover .view-banner::before {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

@media (min-width: 1200px) {
  .view-banner:not([class*="ui-style-"]) .view-banner__cover {
    background-position: 215px center;
  }
}

.view-banner:not([class*="ui-style-"]) .view-banner__cover::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(40%, #ededed),
      to(transparent));
  background: -o-linear-gradient(left, #ededed 40%, transparent);
  background: linear-gradient(to right, #ededed 40%, transparent);
  width: 66.666667%;
}

@media (max-width: 767px) {
  .view-banner:not([class*="ui-style-"]) .view-banner__cover::after {
    width: 100%;
  }
}

.view-banner:not([class*="ui-style-"]) .view-banner__body {
  max-width: calc(1250px - (20px / 2));
}

@media (min-width: 1200px) {
  .view-banner.ui-style-1 .view-banner__cover {
    background-position: -300px center;
  }
}

@media (min-width: 992px) {
  .view-banner.ui-style-1 .view-banner__body {
    padding: 4vw;
  }
}

.view-banner.ui-style-1 .view-banner__body-content .title {
  color: #c1c1c1;
  font-size: 84px;
}

.view-banner.ui-style-1 .view-banner__body-content .btn {
  color: #7a7979;
}

.view-banner__cover {
  z-index: 1;
  position: relative;
  height: 556px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 479px) {
  .view-banner__cover {
    height: 400px;
  }
}

.view-banner__body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 556px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 479px) {
  .view-banner__body {
    max-width: 390px !important;
    height: 400px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .view-banner__body {
    max-width: 600px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .view-banner__body {
    max-width: 768px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .view-banner__body {
    max-width: calc(992px - (20px / 2)) !important;
  }
}

@media (max-width: 991px) {
  .view-banner__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .view-banner__body-content {
    text-align: center;
  }
}

.view-banner__body-content .title {
  color: #0e76bc;
  font-weight: 800;
  font-size: 66px;
  line-height: 1;
  letter-spacing: -2.5px;
}

@media (min-width: 768px) {
  .view-banner__body-content .title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media (max-width: 479px) {
  .view-banner__body-content .title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}

.view-banner__body-content .text {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #0c1f34;
  margin-top: 25px;
  max-width: 380px;
}

@media (max-width: 479px) {
  .view-banner__body-content .text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .view-banner__body-content .text {
    margin-left: auto;
    margin-right: auto;
  }
}

.view-banner__body-content .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .view-banner__body-content .btn {
    margin-top: 25px;
  }
}

.list-common.ui-number ul,
.list-common.ui-number .owl-ann {
  counter-reset: dots;
}

.list-common.ui-style-ordered ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(87, 117, 140, 0.1);
}

@media (min-width: 1200px) {
  .list-common.ui-ftr {
    padding-right: 35px;
  }
}

.list-common.ui-ftr .list-common__description {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list-common.ui-ftr .list-common__description .title {
  color: #57758c;
}

.list-common.ui-list ul li {
  margin-bottom: 30px;
}

.list-common:not(.ui-list) ul li:not(:last-child) {
  margin-bottom: 15px;
}

.list-common ul li.ui-loading .list-common__item {
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
}

.list-common ul li.ui-loading .list-common__left:empty {
  background: rgba(87, 117, 140, 0.08);
  border-radius: 11px;
  height: 80px;
}

.list-common ul li.ui-loading .list-common__description {
  padding-top: 7px;
}

.list-common ul li.ui-loading .list-common__description .title:empty::before,
.list-common ul li.ui-loading .list-common__description .title:empty::after {
  content: "";
  display: block;
  background: rgba(87, 117, 140, 0.08);
  height: 15px;
  border-radius: 11px;
}

.list-common ul li.ui-loading .list-common__description .title:empty::before {
  width: 80%;
  margin-bottom: 5px;
}

.list-common ul li.ui-loading .list-common__description .title:empty::after {
  width: 100%;
}

.list-common ul li.ui-loading .list-common__description .date {
  margin-top: 15px;
}

.list-common ul li.ui-loading .list-common__description .date .text:empty {
  display: block;
  background: rgba(87, 117, 140, 0.08);
  height: 10px;
  border-radius: 11px;
  width: 70px;
}

.list-common__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-common__item:hover .list-common__description .title {
  padding-left: 6px;
}

.list-common__left {
  width: 90px;
  position: relative;
}

.list-common__icon {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 13px;
}

.list-common__icon::before {
  content: "";
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#364f62));
  background-image: -o-linear-gradient(transparent, #364f62);
  background-image: linear-gradient(transparent, #364f62);
  position: absolute;
  inset: 1px;
  z-index: -1;
  opacity: 0.4;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.list-common__icon .icon {
  color: #fff;
}

.list-common__photo {
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 5px rgba(125, 151, 173, 0.2);
  box-shadow: 0 5px 5px rgba(125, 151, 173, 0.2);
  border: 1px solid #fff;
}

.list-common__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-common__number {
  color: rgba(125, 151, 173, 0.25);
  line-height: 1;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -3px;
  width: 100%;
  height: 80px;
  background: rgba(87, 117, 140, 0.05);
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-common__number:before {
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero) " ";
}

.list-common__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 15px;
}

.list-common__description .title {
  font-size: 14px;
  font-weight: 700;
  color: #0c1f34;
  letter-spacing: -0.3px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 41px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.list-common__description .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d97ad;
  font-size: 11px;
  margin-top: 5px;
}

.list-common__description .date .icon {
  font-size: 11px;
  margin-top: -2px;
  margin-right: 5px;
}

.list-icons ul li {
  /*&:nth-last-child(n+3) { margin-bottom: 10px; } @include respond-to("max_tablet") { flex: 0 0 50%; max-width: 50%; }*/
}

.list-icons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid rgba(87, 117, 140, 0.1);
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*@include respond-to("max_mobile") { padding-left: 15px; }*/
}

.list-icons ul li a:hover {
  background: #f2f7fc;
  border: 1px solid #fff;
}

.list-icons ul li a .icon {
  font-size: 28px;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0e76bc;
  /*@include respond-to("max_mobile") { font-size: 24px; }*/
}

.list-icons ul li a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.list-icons ul li a .desc .title {
  color: #57758c;
  font-size: 14px;
  line-height: 1.4;
  /*@include respond-to("max_mobile") { font-size: 12px; }*/
}

.list-nav {
  padding: 0 50px 40px 50px;
  -webkit-box-shadow: 0px 50px 30px 0px rgba(87, 117, 140, 0.08);
  box-shadow: 0px 50px 30px 0px rgba(87, 117, 140, 0.08);
  height: 100%;
  background: #fff;
  border-radius: 15px;
}

@media (max-width: 479px) {
  .list-nav {
    padding: 0 35px 35px 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-nav {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-nav {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .list-nav {
    height: auto;
  }
}

.list-nav .section-header {
  border-bottom: 1px solid rgba(87, 117, 140, 0.1);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-nav ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-nav ul li:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-nav ul li:not(:last-child) {
    margin-right: 25px;
  }
}

.list-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #57758c;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.list-nav ul li a:hover {
  color: #0e76bc;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.list-nav ul li a::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background: #7d97ad;
  opacity: 0.3;
  border-radius: 50px;
  margin-right: 10px;
}

.list-service__item .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-service__left {
  position: relative;
}

.list-service__left .figure {
  position: absolute;
  bottom: 40px;
  left: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(54, 79, 98, 0.1);
  box-shadow: 0 20px 50px rgba(54, 79, 98, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .list-service__left .figure {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__left .figure {
    bottom: 7px;
    left: 0;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 5px 5px rgba(54, 79, 98, 0.1);
    box-shadow: 0 5px 5px rgba(54, 79, 98, 0.1);
  }
}

.list-service__left .figure .icon {
  color: #0e76bc;
  font-size: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__left .figure .icon {
    font-size: 36px;
  }
}

.list-service__left .figure .text {
  color: rgba(125, 151, 173, 0.5);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 7px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__left .figure .text {
    font-size: 11px;
  }
}

.list-service__photo {
  width: 560px;
  height: 560px;
  overflow: hidden;
  position: relative;
  padding: 40px;
}

@media (max-width: 767px) {
  .list-service__photo {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__photo {
    width: 360px;
    height: 360px;
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-service__photo {
    width: 460px;
    height: 460px;
    padding: 20px;
  }
}

.list-service__photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-dotted-circle.png);
  opacity: 0.2;
}

.list-service__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .list-service__photo img {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .list-service__description {
    padding-top: 30px;
    text-align: center;
  }
}

.list-service__description .small-title {
  margin-bottom: 5px;
}

.list-service__description .title,
.list-service__description .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-service__description .title {
  color: #0c1f34;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.4;
  margin-bottom: 3px;
  -webkit-line-clamp: 3;
  max-height: 133px;
}

@media (max-width: 479px) {
  .list-service__description .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__description .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.list-service__description .border {
  background: #0e76bc;
  height: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 175px;
}

@media (max-width: 479px) {
  .list-service__description .border {
    width: 150px;
  }
}

.list-service__description .text {
  font-size: 16px;
  color: #7d97ad;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.7;
  -webkit-line-clamp: 5;
  max-height: 135px;
}

@media (max-width: 479px) {
  .list-service__description .text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__description .text {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

.list-service__description .buttons-container {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-service__description .buttons-container .button-icon {
    padding-left: 20px;
  }

  .list-service__description .buttons-container .button-icon__text {
    font-size: 13px;
  }

  .list-service__description .buttons-container .button-icon .icon {
    margin-left: 20px;
  }
}

@media (min-width: 480px) {
  .list-service__description .buttons-container .btn:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .list-service__description .buttons-container .btn:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .list-service__description .buttons-container .btn:not(:last-child) {
    margin-bottom: 30px;
  }
}

.list-shortcut {
  background: rgba(242, 247, 252, 0.3);
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .list-shortcut {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .list-shortcut ul {
    height: 100%;
  }
}

.list-shortcut ul li:not(:last-child) {
  border-bottom: 1px solid rgba(87, 117, 140, 0.1);
}

.list-shortcut ul li:first-child .list-shortcut__item {
  border-radius: 15px 15px 0 0;
}

.list-shortcut ul li:last-child .list-shortcut__item {
  border-radius: 0 0 15px 15px;
}

.list-shortcut__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .list-shortcut__item {
    padding: 20px;
  }
}

.list-shortcut__item:hover {
  background: #364f62;
}

.list-shortcut__item:hover .list-shortcut__description .title {
  color: #fff;
}

.list-shortcut__item:hover .list-shortcut__description .text {
  color: rgba(255, 255, 255, 0.5);
}

.list-shortcut__item .icon {
  color: #0e76bc;
  font-size: 36px;
  width: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-shortcut__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

.list-shortcut__description .title,
.list-shortcut__description .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-shortcut__description .title {
  color: #364f62;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  -webkit-line-clamp: 1;
}

.list-shortcut__description .text {
  color: #7d97ad;
  font-size: 13px;
  -webkit-line-clamp: 2;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #57758c;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.bg {
  background: #f2f7fc;
}

body.is-scroll {
  overflow: hidden;
}

.small-title:not(.not) {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #0e76bc;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .small-title:not(.not) {
    font-size: 10px;
    letter-spacing: 3px;
  }
}

.small-title:not(.not).ui-color-1 {
  color: #0e76bc;
}

@media (max-width: 767px) {
  .section-header {
    text-align: center;
  }
}

.section-header.ui-txt-center {
  text-align: center;
}

.section-header.ui-txt-center .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.section-header.ui-txt-large .title {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-header.ui-txt-large .title {
    font-size: 42px;
  }
}

.section-header.ui-txt-large .text {
  font-size: 16px;
  line-height: 1.7;
}

.section-header.ui-txt-small .title {
  font-size: 32px;
  letter-spacing: -1px;
}

.section-header.ui-txt-small .text {
  font-size: 13px;
}

.section-header.ui-txt-light .small-title {
  color: #fff;
}

.section-header.ui-txt-light .title {
  color: #fff;
}

.section-header.ui-txt-light .text {
  color: #fff;
}

.section-header .small-title {
  margin-bottom: 10px;
}

.section-header .title {
  color: #0c1f34;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.35;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 28px;
  }
}

.section-header .title span {
  color: #0e76bc;
}

.section-header .title span.ui-color-1 {
  color: #0e76bc;
}

.section-header .text {
  font-size: 14px;
  line-height: 1.6;
  color: #7d97ad;
  margin-top: 10px;
}

@media (max-width: 479px) {
  .section-header .text {
    font-size: 13px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-header.ui-about {
    text-align: left;
  }
}

.section-header.ui-about .title {
  line-height: 1.25;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-header.ui-about .title {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header.ui-about .title {
    font-size: 36px;
  }
}

.section-header.ui-about .title span {
  font-size: 60px;
}

@media (max-width: 479px) {
  .section-header.ui-about .title span {
    font-size: 54px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-header.ui-about .title span {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header.ui-about .title span {
    font-size: 36px;
  }
}

.section-header.ui-about .text {
  margin-top: 20px;
}

.section-header.ui-about-02 .title span {
  display: block;
}

.section-header.ui-about-02 .text {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-header.ui-market .text {
  line-height: 1.8;
}

.section-header.ui-ayem {
  padding-top: 7px;
}

.section-header.ui-ayem span {
  display: block;
}

.section-header.ui-apply .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-header.ui-multimedia {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-header.ui-multimedia .title {
  line-height: 1;
  font-size: 25px;
  letter-spacing: normal;

  position: relative;
}

.section-header.ui-multimedia:after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 130px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0e76bc !important;
  height: 5px;
  background-color: #d6d6d6;
}

.section-header.ui-multimedia .title span {
  display: block;
  font-size: 72px;
  font-weight: 900;
  margin-top: -10px;
  letter-spacing: -4px;
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hero {
  /*background-image: linear-gradient(#fff, $bg); @include respond-to("min_tablet") { padding-top: 25px; padding-bottom: 70px; } @include respond-to("max_desktop") { padding-top: 10px; } @include respond-to("max_mobile") { padding-bottom: 40px; } @include respond-to("mobile_l") { padding-bottom: 70px; }*/
  height: calc(100vh - 130px);
}

.hero-header .container {
  padding-top: 40px;
}

.hero-heading {
  text-align: center;
}

.hero-heading .title {
  font-size: 108px;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

@media (max-width: 767px) {
  .hero-heading .title {
    letter-spacing: -1.5px;
    top: 0;
  }
}

@media (max-width: 479px) {
  .hero-heading .title {
    font-size: 54px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hero-heading .title {
    font-size: 84px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-heading .title {
    font-size: 96px;
  }
}

.hero-footer .container {
  text-align: center;
  padding-bottom: calc((60px / 2));
}

.hero-footer .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 250px;
  text-transform: uppercase;
  background: #0e76bc;
  -webkit-box-shadow: 0 0 50px rgba(5, 112, 216, 0.5);
  box-shadow: 0 0 50px rgba(5, 112, 216, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 99px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: calc((60px / 2) * -1);
  left: 0;
  margin-inline: auto;
}

.hero-footer .btn:hover {
  background: #153b94;
  -webkit-box-shadow: 0 0 50px rgba(21, 59, 148, 0.5);
  box-shadow: 0 0 50px rgba(21, 59, 148, 0.5);
}

.hero-slide {
  position: relative;
}

.hero-slide .photo {
  overflow: hidden;
  height: auto;
}

@media (max-width: 479px) {}

@media (min-width: 480px) and (max-width: 767px) {}

.hero-slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slide .photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero-slide .photo img {
    -o-object-position: right center;
    object-position: right center;
  }
}

@media (max-width: 991px) {
  .hero .mayor {
    margin-top: 10px;
  }
}

.section.ui-cover {
  position: relative;
  z-index: 1;
}

.section.ui-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}

.section.ui-cover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(70%, white));
  background-image: -o-linear-gradient(transparent, white 70%);
  background-image: linear-gradient(transparent, white 70%);
  z-index: -1;
}

.section.ui-cover-1::before {
  background-position: center -80px;
  background-image: url(../../assets/images/slide/1.jpg);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.25;
}

.section-ann {
  background-color: rgba(242, 247, 252, 0.5);
}

.section-ann .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-ann .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .section-ann .section-header {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .section-ann .list-common {
    margin-top: 20px;
  }
}

.section-news {
  position: relative;
  z-index: 1;
  /*&::before { content: ""; position: absolute; @include pos-top; z-index: -1; background-image: linear-gradient(#fff, transparent); height: 100%; }*/
}

.section-news .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-news .headlinenews .owl-stage-outer {
  border-radius: 15px 15px 0 0;
}

@media (max-width: 991px) {
  .section-news .mayor {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-news .mayor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-news .mayor>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-news .mayor-body {
    height: 356px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
  }
}

.section-banner>div {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 479px) {
  .section-banner>div {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.section-banner .owl-item:not(.active) .item {
  opacity: 0.2;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.section-banner .owl-item .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section-services {
  background: rgba(242, 247, 252, 0.5);
  padding-block: 60px;
}

@media (max-width: 767px) {
  .section-services {
    padding-bottom: 30px;
  }
}

.section-services .owl-item:not(.active) .list-service__left .figure {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.section-services .owl-item:not(.active) .list-service__description .small-title,
.section-services .owl-item:not(.active) .list-service__description .title,
.section-services .owl-item:not(.active) .list-service__description .text,
.section-services .owl-item:not(.active) .list-service__description .buttons-container {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.section-services .owl-item:not(.active) .list-service__description .border {
  width: 0;
}

.section-services .owl-item .list-service__left .figure {
  -webkit-transition: 0.7s 0.4s;
  -o-transition: 0.7s 0.4s;
  transition: 0.7s 0.4s;
}

.section-services .owl-item .list-service__description .small-title {
  -webkit-transition: 0.7s 0.1s;
  -o-transition: 0.7s 0.1s;
  transition: 0.7s 0.1s;
}

.section-services .owl-item .list-service__description .title {
  -webkit-transition: 0.7s 0.3s;
  -o-transition: 0.7s 0.3s;
  transition: 0.7s 0.3s;
}

.section-services .owl-item .list-service__description .border {
  -webkit-transition: 0.7s 0.5s;
  -o-transition: 0.7s 0.5s;
  transition: 0.7s 0.5s;
}

.section-services .owl-item .list-service__description .text {
  -webkit-transition: 0.7s 0.7s;
  -o-transition: 0.7s 0.7s;
  transition: 0.7s 0.7s;
}

.section-services .owl-item .list-service__description .buttons-container {
  -webkit-transition: 0.7s 0.9s;
  -o-transition: 0.7s 0.9s;
  transition: 0.7s 0.9s;
}

.section-apply .container {
  padding-block: 70px;
}

.section-apply__wrapper {
  border: 2px solid rgba(5, 112, 216, 0.1);
  border-radius: 20px;
  padding: 50px 70px;
}

@media (max-width: 479px) {
  .section-apply__wrapper {
    padding: 30px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-apply__wrapper {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-apply__wrapper {
    padding: 40px;
  }
}

.section-apply__wrapper .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .section-apply__wrapper .icon-wrapper {
    text-align: center;
  }
}

.section-apply__wrapper .icon-wrapper .icon {
  font-size: 160px;
  color: #0e76bc;
}

@media (max-width: 479px) {
  .section-apply__wrapper .icon-wrapper .icon {
    font-size: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-apply__wrapper .icon-wrapper .icon {
    font-size: 100px;
  }
}

.section-apply__wrapper .icon-wrapper .icon .fa-secondary {
  opacity: 0.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-apply__wrapper .section-header .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-apply__wrapper .section-header .text {
    font-size: 14px;
  }
}

.section-apply__wrapper .btn-container {
  text-align: right;
}

@media (max-width: 767px) {
  .section-apply__wrapper .btn-container {
    margin-top: 30px;
    text-align: center;
  }
}

@media (min-width: 480px) {
  .section-ayem-01>.container {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section-ayem-01>.container {
    padding-block: 60px;
  }
}

@media (min-width: 768px) {

  .section-ayem-01>.container>.row>div:nth-child(1),
  .section-ayem-01>.container>.row>div:nth-child(2) {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .section-ayem-01>.container>.row>div:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-ayem-01>.container>.row>div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .section-ayem-01>.container>.row>div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.section-asyam-01>div {
  padding-inline: 20px;
}

@media (min-width: 1750px) {
  .section-asyam-01>div {
    padding-inline: 120px;
  }
}

@media (max-width: 1199px) {
  .section-asyam-01>div {
    margin-inline: auto;
  }
}

@media (max-width: 479px) {
  .section-asyam-01>div {
    max-width: 400px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-asyam-01>div {
    max-width: 610px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-asyam-01>div {
    max-width: 778px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-asyam-01>div {
    max-width: 1002px;
  }
}

@media (max-width: 991px) {
  .section-asyam-01>div {
    padding-inline: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-inline: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline: 10px;
  }

  .section-asyam-01>div>.row>div:last-child .shortcuts ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-asyam-01>div>.row>div:last-child .shortcuts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline: 10px;
  }

  .section-asyam-01>div>.row>div:last-child .shortcuts ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.section-asyam-01 .shortcuts-heading {
  margin-bottom: 10px;
}

.section-asyam-01 .shortcuts-heading .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #7d97ad;
  font-size: 16px;
}

@media (max-width: 479px) {
  .section-asyam-01 .shortcuts-heading .title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .section-asyam-01 .shortcuts-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .section-asyam-01 .shortcuts-wrapper {
    margin-block: 25px;
  }
}

@media (max-width: 1199px) {
  .section-asyam-01 .list-shortcut {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-asyam-01 .list-shortcut ul li {
    height: calc(100% / 5);
  }
}

.section-contact .container {
  padding-block: 80px;
}

@media (max-width: 767px) {
  .section-contact .container {
    padding-block: 50px;
  }
}

.section-contact .container>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact .photo {
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-contact .photo {
    border-radius: 70px 180px 100px 40px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    height: 330px;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .section-contact .photo {
    border-radius: 50px 110px 70px 20px;
  }
}

@media (max-width: 767px) {
  .section-contact .photo {
    border-radius: 15px;
    margin-bottom: 30px;
  }
}

.section-contact .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-contact__contact {
  margin-top: 30px;
}

.section-contact__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-contact__contact ul li {
  margin-right: 25px;
  margin-bottom: 15px;
}

.section-contact__contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact__contact .item .icon {
  width: 50px;
  height: 50px;
  background-color: #f2f7fc;
  border-radius: 999px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0e76bc;
}

.section-contact__contact .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  font-size: 14px;
  color: #57758c;
  font-weight: 500;
  max-width: 275px;
}

.section-contact .buttons-container {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .section-contact .buttons-container {
    text-align: center;
  }
}

.section-references .container {
  padding-bottom: 70px;
}

.section-references .logos .owl-stage {
  margin-inline: auto;
}

.section-forms>.row>div:first-child {
  position: inherit;
}

.section-multimedia {
  background: #f2f7fc;
  position: relative;
  z-index: 1;
}

.section-multimedia::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(transparent));
  background-image: -o-linear-gradient(#fff, transparent);
  background-image: linear-gradient(#fff, transparent);
  height: 100%;
}

.section-multimedia>.container {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 479px) {
  .section-multimedia>.container {
    padding-bottom: 60px;
  }
}

.section-multimedia>.container>.row {
  margin-top: 50px;
}

@media (max-width: 479px) {
  .section-multimedia>.container>.row>div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-konsey-01>.container {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 479px) {
  .section-konsey-01>.container {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-konsey-01>.container>.row>div:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-konsey-01 .information {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-konsey-01 .information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .section-konsey-01 .information ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .section-konsey-01 .information ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.section-counter {
  background: rgba(242, 247, 252, 0.5);
}

.section-counter .container {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .section-counter .container {
    padding-block: 50px;
  }
}

.section-counter .container>.row {
  position: relative;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section-counter .container>.row {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .section-counter .container>.row::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    background: rgba(5, 112, 216, 0.15);
    height: 1px;
  }
}

@media (min-width: 768px) {
  .section-counter .container>.row>div:not(:last-child) {
    border-right: 1px solid rgba(5, 112, 216, 0.15);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-counter .container>.row>div:first-child>.item {
    border-bottom: 1px solid rgba(5, 112, 216, 0.15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-counter .container>.row>div:first-child>.item .counter-card {
    border-bottom: 0 none;
  }

  .section-counter .container>.row>div>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .section-counter .container>.row>div>.item>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section-counter .container>.row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .section-counter .container>.row .item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-counter .container>.row .item .section-header {
    margin-bottom: 20px;
  }
}

.section-counter .info {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-top: 40px;
  color: #7d97ad;
}

.section-counter .info a {
  font-weight: 800;
  color: #7d97ad;
  border: 1px solid currentColor;
  border-radius: 5px;
  padding: 4px 8px;
  margin-left: 5px;
}

.section-counter .info a:hover {
  color: #0e76bc;
}

.section-counter .counter-card:not(:last-child) {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section-counter .counter-card:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-counter .counter-card {
    border-bottom: 1px solid rgba(5, 112, 216, 0.15);
    padding-block: 40px;
  }
}

.section-counter .buttons-container {
  margin-top: 30px;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.inner-page__header {
  position: relative;
}

.inner-page__photo {
  height: 400px;
  background: black;
}

@media (max-width: 479px) {
  .inner-page__photo {
    height: 250px;
  }
}

.inner-page__photo.ui-large {
  height: 550px;
}

@media (max-width: 767px) {
  .inner-page__photo.ui-large {
    height: 375px;
  }
}

.inner-page__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.65;
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.inner-page__heading.ui-relative {
  position: relative;
  background: #364f62;
  height: 330px;
}

.inner-page__heading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 130px;
}

@media (max-width: 767px) {
  .inner-page__heading .container {
    padding-top: 90px;
  }
}

.inner-page__heading .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  max-width: 500px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 479px) {
  .inner-page__heading .title {
    font-size: 32px;
  }
}

.inner-page__heading .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 575px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  margin: 5px auto 0;
}

@media (max-width: 479px) {
  .inner-page__heading .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .text {
    font-size: 16px;
  }
}

.inner-page__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.inner-page__nav.ui-pos-sticky {
  z-index: 50;
  top: 0;
}

.inner-page__nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.inner-page__nav ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.inner-page__nav ul li.heading a {
  font-weight: 800;
  color: #0c1f34;
}

.inner-page__nav ul li:not(.heading):hover a,
.inner-page__nav ul li:not(.heading).is-current a {
  color: #57758c;
}

.inner-page__nav ul li:not(.heading):hover a::after,
.inner-page__nav ul li:not(.heading).is-current a::after {
  width: 100%;
}

.inner-page__nav ul li a {
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(87, 117, 140, 0.6);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inner-page__nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #0e76bc;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.inner-page__wrapper {
  margin-top: 50px;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .inner-page__wrapper {
    margin-top: 30px;
  }
}

.inner-page__wrapper.ui-mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.ui-mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 1200px) {
  .inner-page__row>div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row.ui-gutter-15>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner-page__article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73%;
  flex: 0 0 73%;
  max-width: 73%;
}

@media (max-width: 767px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}

.inner-page__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 73%);
  flex: 0 0 calc(100% - 73%);
  max-width: calc(100% - 73%);
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 67%);
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

.inner-page__sidebar>div:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .inner-page__content {
    min-height: 700px;
  }
}

@media (min-width: 1200px) {
  .inner-page__content.ui-form {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.page-content__header {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .page-content__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-content__header-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-top: -5px;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .page-content__header-right {
    margin-left: 0;
    margin-top: 10px;
  }
}

.page-content__header-right .breadcrumb {
  margin-bottom: 0;
}

.page-content__header .title {
  color: #0c1f34;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.4;
}

.page-content__header .title:empty {
  background: #f2f7fc;
  height: 40px;
  width: 100%;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  border-radius: 15px;
}

.page-content__header .title.ui-txt-large {
  font-size: 42px;
  letter-spacing: -1.5px;
}

.page-content__header .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d97ad;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.page-content__header .date .text:empty {
  background: #f2f7fc;
  width: 150px;
  height: 15px;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  border-radius: 11px;
}

.page-content__header .date .icon {
  margin-right: 5px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(87, 117, 140, 0.5);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 18px;
}

.page-content__heading {
  color: #0c1f34;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.page-content__heading:not(.ui-no-border) {
  border-bottom: 2px solid rgba(87, 117, 140, 0.1);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.page-content__heading.ui-no-border {
  margin-bottom: 10px;
}

.page-content__heading.ui-color-1 {
  color: #0e76bc;
}

.page-content__heading.ui-color-2 {
  color: #153b94;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .page-content__photo {
    height: auto !important;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-content__photo.ui-small,
.page-content__photo.ui-large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.ui-small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.ui-large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.ui-large {
    height: 250px;
  }
}

.page-content__photo.ui-auto {
  height: auto;
}

.page-content__photo:empty {
  background: #f2f7fc;
  width: 100%;
  height: 450px;
  border-radius: 11px;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
}

.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__spot {
  margin-bottom: 30px;
  font-size: 20px;
  color: #0c1f34;
  line-height: 1.7;
  letter-spacing: -0.5px;
}

.page-content__spot:empty::before,
.page-content__spot:empty::after {
  content: "";
  display: block;
  background: #f2f7fc;
  height: 30px;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  border-radius: 11px;
}

.page-content__spot:empty::before {
  width: 60%;
  margin-bottom: 10px;
}

.page-content__spot:empty::after {
  width: 80%;
}

.page-content__description {
  color: #7d97ad !important;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 50px;
}

.page-content__description * {
  color: #7d97ad !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-family: "Inter", sans-serif !important;
}

.page-content__description:empty::before,
.page-content__description:empty::after {
  content: "";
  display: block;
  background: #f2f7fc;
  height: 30px;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  border-radius: 11px;
}

.page-content__description:empty::before {
  width: 80%;
  margin-bottom: 10px;
}

.page-content__description:empty::after {
  width: 100%;
}

.page-content__description.ui-txt-center {
  text-align: center;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}

.page-content__description h5 {
  font-weight: 700;
  font-size: 14px;
}

.page-content__description>p {
  margin-bottom: 15px;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description strong {
  font-weight: 800;
}

.page-content__description img {
  max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
  padding-left: 20px;
}

.page-content__description ul li {
  list-style: disc;
}

.page-content__description ol li {
  list-style: decimal;
}

.page-content__description table {
  width: 100% !important;
  border: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(87, 117, 140, 0.08) !important;
  line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
  border-right: 0 none !important;
}

.page-content__gallery {
  width: 100%;
  display: inline-block;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-content__cards {
  margin-top: 70px;
  margin-bottom: 30px;
}

.page-content__cards.ui-contact {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content__cards.ui-contact .card {
  height: 385px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.page-content__cards.ui-contact .card .text {
  height: 70px;
}

@media (max-width: 767px) {
  .page-content__cards ul li {
    margin-bottom: 30px;
  }
}

.page-content__cards .card {
  height: 410px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 35px rgba(87, 117, 140, 0.1);
  box-shadow: 0 5px 35px rgba(87, 117, 140, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

@media (max-width: 479px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card {
    height: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card {
    padding-left: 25px;
    padding-right: 25px;
    height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-content__cards .card:hover>.icon {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.page-content__cards .card:hover>.icon::after {
  -webkit-transform: translateY(10px) scale(0.75);
  -ms-transform: translateY(10px) scale(0.75);
  transform: translateY(10px) scale(0.75);
}

.page-content__cards .card .title {
  color: #0c1f34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

.page-content__cards .card>.icon {
  color: #0e76bc;
  font-size: 60px;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card>.icon {
    font-size: 54px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card>.icon {
    font-size: 54px;
  }
}

.page-content__cards .card>.icon::after {
  position: absolute;
  height: 8px;
  width: 66px;
  content: "";
  bottom: -25px;
  left: 50%;
  margin-left: -33px;
  background: rgba(0, 0, 0, 0.06);
  z-index: -1;
  border-radius: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

.page-content__cards .card .text {
  font-size: 13px;
  font-weight: 500;
  color: #57758c;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .text {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper {
    bottom: 25px;
  }
}

.page-content__cards .card .btn-wrapper a {
  color: #0e76bc;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper a::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #0e76bc;
  z-index: -1;
  height: 0;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.page-content__cards .card .btn-wrapper a:hover {
  color: #fff;
}

.page-content__cards .card .btn-wrapper a:hover::after {
  height: 100%;
}

.page-content__cards .card .btn-wrapper a .icon {
  font-size: 14px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 13px;
  }
}

.page-content__information {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-content__information.ui-list {
    margin-top: 0 !important;
  }
}

.page-content__information.ui-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(125, 151, 173, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page-content__information.ui-list ul li a {
  display: block;
  position: relative;
}

.page-content__information.ui-list ul li a:hover .heading .desc .title {
  color: #153b94;
}

.page-content__information.ui-list .heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content__information.ui-list .heading-left {
  position: relative;
}

@media (min-width: 480px) {
  .page-content__information.ui-list .heading-left {
    margin-right: 10px;
  }
}

.page-content__information.ui-list .heading-left .icon {
  position: absolute;
  right: -10px;
  bottom: -5px;
  background: #fff;
  color: #0e76bc;
  font-size: 18px;
  -webkit-box-shadow: 0 5px 5px rgba(87, 117, 140, 0.1);
  box-shadow: 0 5px 5px rgba(87, 117, 140, 0.1);
  width: 38px;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 999px;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading-left .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    right: -5px;
    bottom: -5px;
  }
}

.page-content__information.ui-list .heading .photo {
  width: 150px;
  height: 100px;
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading .photo {
    width: 100px;
    height: 80px;
  }
}

.page-content__information.ui-list .heading .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__information.ui-list .heading>.icon {
  font-size: 42px;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading>.icon {
    font-size: 32px;
  }
}

.page-content__information.ui-list .heading .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading .desc {
    padding-left: 15px;
  }
}

.page-content__information.ui-list .heading .desc .title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading .desc .title {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
}

.page-content__information.ui-list .heading .desc .btn {
  background: rgba(242, 247, 252, 0.7);
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  color: #7d97ad;
  margin-top: 10px;
  border-radius: 5px;
}

@media (max-width: 479px) {
  .page-content__information.ui-list .heading .desc .btn {
    font-size: 11px;
    padding: 5px 12px;
  }
}

.page-content__information.ui-list .heading .desc .btn .icon {
  font-size: 10px;
  opacity: 0.4;
  margin-left: 10px;
}

.page-content__information ul li:not(:last-child) {
  border-bottom: 1px solid rgba(125, 151, 173, 0.15);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-content__information .heading>.icon {
  color: rgba(125, 151, 173, 0.3);
  font-size: 60px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-content__information .heading>.icon .fa-secondary {
  opacity: 0.5;
}

.page-content__information .heading .desc {
  padding-left: 20px;
  line-height: 1.2;
}

.page-content__information .heading .desc .small-title {
  color: #153b94;
  font-size: 14px;
  font-weight: 700;
}

.page-content__information .heading .desc .title {
  color: #0e76bc;
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 800;
}

@media (min-width: 1200px) {
  .page-content__information .content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .page-content__information .content {
    padding-top: 50px;
  }
}

.page-content__other {
  margin-top: 40px;
  width: 100%;
  display: inline-block;
}

.page-content__tab {
  background: #f2f7fc;
  border-radius: 8px;
  border: 4px solid #f2f7fc;
  margin-bottom: 30px;
}

.page-content__tab ul li.is-current a {
  background: #fff;
}

.page-content__tab ul li a {
  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;
  text-align: center;
  line-height: 1.3;
  border-radius: 8px;
  color: #57758c;
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.sidebar-header .page-content__heading {
  margin-bottom: 0;
}

.sidebar-header .link {
  color: rgba(125, 151, 173, 0.7);
  font-size: 11px;
  font-weight: 500;
}

.sidebar-header .link:hover {
  color: #57758c;
}

.sidebar-post {
  padding: 20px;
  background: rgba(242, 247, 252, 0.5);
  border-radius: 11px;
}

@media (max-width: 479px) {
  .sidebar-nav {
    margin-top: 20px;
  }
}

.sidebar-nav ul li:not(:last-child) {
  margin-bottom: 4px;
}

.sidebar-nav ul li:hover a,
.sidebar-nav ul li.is-current a {
  background: #f2f7fc;
  color: #57758c;
}

.sidebar-nav ul li:hover a .icon,
.sidebar-nav ul li.is-current a .icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.sidebar-nav ul li.ui-heading a {
  background: #7d97ad;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 25px;
}

.sidebar-nav ul li a {
  background: rgba(242, 247, 252, 0.5);
  color: #7d97ad;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 18px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav ul li a .icon {
  position: absolute;
  right: 25px;
  color: #57758c;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.sidebar-apply {
  border: 2px solid rgba(5, 112, 216, 0.1);
  border-radius: 8px;
  padding: 30px 40px 40px 40px;
}

.sidebar-apply .icon {
  font-size: 96px;
  color: #0e76bc;
}

.sidebar-apply .icon .fa-secondary {
  opacity: 0.3;
}

.sidebar-apply .title {
  color: #0c1f34;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-top: 10px;
}

.sidebar-apply .text {
  font-size: 13px;
  line-height: 1.7;
  color: #7d97ad;
  margin-top: 10px;
}

.sidebar-apply .btn {
  margin-top: 30px;
}

.sidebar-shortcuts {
  padding: 0 30px 30px 30px;
  -webkit-box-shadow: 0px 50px 30px 0px rgba(87, 117, 140, 0.08);
  box-shadow: 0px 50px 30px 0px rgba(87, 117, 140, 0.08);
  background: #fff;
  border-radius: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-shortcuts .list-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-shortcuts .list-icons ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .sidebar-shortcuts .list-icons ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-multimedia .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-multimedia .gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-item:not(:last-child) .container {
  padding-bottom: 70px;
}

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 11px;
  -webkit-box-shadow: 0 5px 35px rgba(54, 79, 98, 0.1);
  box-shadow: 0 5px 35px rgba(54, 79, 98, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

.contact-form__left .photo {
  height: 670px;
  border-radius: 11px 0 0 11px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
    border-radius: 11px 11px 0 0;
  }
}

.contact-form__left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form__left-body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .contact-form__left-body {
    display: none;
  }
}

.contact-form__left-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#364f62));
  background: -o-linear-gradient(transparent, #364f62);
  background: linear-gradient(transparent, #364f62);
  border-radius: 11px 0 0 11px;
  opacity: 0.5;
}

.contact-form__left-body .title {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-weight: 900;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form__left-body .title {
    font-size: 42px;
  }
}

.contact-form__right {
  background: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(54, 79, 98, 0.1);
  box-shadow: 0 5px 35px rgba(54, 79, 98, 0.1);
  border-radius: 0 11px 11px 0;
  height: 100%;
  padding: 60px;
}

@media (max-width: 767px) {
  .contact-form__right {
    padding: 30px;
    border-radius: 0 0 11px 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form__right {
    padding: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form__right {
    padding: 60px;
  }
}

.ui-no-scroll {
  overflow: hidden;
}

.ui-no-scroll-y {
  overflow-y: hidden;
}

.ui-no-scroll-x {
  overflow-x: hidden;
}

.ui-pos-relative {
  position: relative;
}

.ui-pos-inherit {
  position: inherit;
}

.ui-pos-sticky {
  position: sticky;
  top: 20px;
}

.ui-text-center {
  text-align: center;
}

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

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

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

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

.ui-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ui-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ui-align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.ui-z-index {
  position: relative;
  z-index: 9;
}

.ui-hidden {
  display: none;
}

@media (max-width: 479px) {
  .ui-xs-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .ui-sm-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .ui-md-hidden {
    display: none;
  }
}

.ui-pv-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-pv-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-pv-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui-pv-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-pv-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ui-pv-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ui-pv-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ui-pv-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ui-pv-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ui-pv-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ui-pv-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ui-pv-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ui-pv-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ui-pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ui-pt-0 {
  padding-top: 0 !important;
}

.ui-pb-0 {
  padding-bottom: 0 !important;
}

.ui-pt-5px {
  padding-top: 5px;
}

.ui-pt-10px {
  padding-top: 10px;
}

.ui-pt-15px {
  padding-top: 15px;
}

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

.ui-pt-25px {
  padding-top: 25px;
}

.ui-pt-30px {
  padding-top: 30px;
}

.ui-pt-40px {
  padding-top: 40px;
}

.ui-pt-50px {
  padding-top: 50px;
}

.ui-pt-60px {
  padding-top: 60px;
}

.ui-pt-70px {
  padding-top: 70px;
}

.ui-pt-80px {
  padding-top: 80px;
}

.ui-pt-90px {
  padding-top: 90px;
}

.ui-pt-100px {
  padding-top: 100px;
}

.ui-pb-5px {
  padding-bottom: 5px;
}

.ui-pb-10px {
  padding-bottom: 10px;
}

.ui-pb-15px {
  padding-bottom: 15px;
}

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

.ui-pb-25px {
  padding-bottom: 25px;
}

.ui-pb-30px {
  padding-bottom: 30px;
}

.ui-pb-40px {
  padding-bottom: 40px;
}

.ui-pb-50px {
  padding-bottom: 50px;
}

.ui-pb-60px {
  padding-bottom: 60px;
}

.ui-pb-70px {
  padding-bottom: 70px;
}

.ui-pb-80px {
  padding-bottom: 80px;
}

.ui-pb-90px {
  padding-bottom: 90px;
}

.ui-pb-100px {
  padding-bottom: 100px;
}

.ui-mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ui-mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ui-mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ui-mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ui-mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ui-mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ui-mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ui-mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ui-mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.ui-mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.ui-mt-0 {
  margin-top: 0 !important;
}

.ui-mb-0 {
  margin-bottom: 0 !important;
}

.ui-ml-0 {
  margin-left: 0 !important;
}

.ui-mr-0 {
  margin-right: 0 !important;
}

.ui-mt-5px {
  margin-top: 5px;
}

.ui-mt-10px {
  margin-top: 10px;
}

.ui-mt-15px {
  margin-top: 15px;
}

.ui-mt-20px {
  margin-top: 20px;
}

.ui-mt-25px {
  margin-top: 25px;
}

.ui-mt-30px {
  margin-top: 30px;
}

.ui-mt-40px {
  margin-top: 40px;
}

.ui-mt-50px {
  margin-top: 50px;
}

.ui-mt-60px {
  margin-top: 60px;
}

.ui-mt-70px {
  margin-top: 70px;
}

.ui-mt-80px {
  margin-top: 80px;
}

.ui-mt-90px {
  margin-top: 90px;
}

.ui-mt-100px {
  margin-top: 100px;
}

.ui-mb-5px {
  margin-bottom: 5px;
}

.ui-mb-10px {
  margin-bottom: 10px;
}

.ui-mb-15px {
  margin-bottom: 15px;
}

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

.ui-mb-25px {
  margin-bottom: 25px;
}

.ui-mb-30px {
  margin-bottom: 30px;
}

.ui-mb-40px {
  margin-bottom: 40px;
}

.ui-mb-50px {
  margin-bottom: 50px;
}

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

.ui-mb-70px {
  margin-bottom: 70px;
}

.ui-mb-80px {
  margin-bottom: 80px;
}

.ui-mb-90px {
  margin-bottom: 90px;
}

.ui-mb-100px {
  margin-bottom: 100px;
}

.headerV3-bottom {
  background-color: #f2f7fb;
}

.headerV3-top .container {
  position: relative;
}

.ataturk-logo {
  width: 50px;
}

.spec-header-links {
  margin-right: 100px;
}

.section-ann {
  background-color: #0e76bc;
}

.section.section-ann .section-header .title span {
  color: #f2f7fb;
}

.list-common__number {
  color: rgb(255 255 255 / 84%);

  background: rgb(255 255 255 / 16%);
}

.list-common__description .title {
  color: #f2f7fb;
}

.list-common__description .date {
  color: #ffffffdb;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;

  background: #ffffff24;
  opacity: 1 !important;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.1);
  background-color: #ffffff28;
  cursor: pointer;
}

.container-spec {
  padding: 30px 0;
  padding-bottom: 50px;
  max-width: 95%;
  margin: auto;
}

.container-spec .owl-stage {
  padding: 50px 0;
}

.container-spec .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: -40px;

  z-index: 999;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 1rem 5rem;
}

.container-spec .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  background: #0e76bc;
  border-radius: 7px;
  font-size: 40px !important;
  color: #ffffffc4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px !important;
}

.container-spec .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 40px;
  background: #0e76bc;
  border-radius: 7px;
  font-size: 40px !important;
  color: #ffffffc4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px !important;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme {
  margin-top: 0px;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative {
  width: 100%;
  height: 100%;
  max-height: 450px;
  margin: auto;
  min-height: 450px;
  border-radius: 15px;
  box-shadow: 0 0 50px #0000000a;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative:hover img {
  transform: scale(1.2) rotate(5deg);
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(3, 98, 118);
  background: linear-gradient(0deg,
      rgb(11 49 57) 0%,
      rgba(255, 255, 255, 0) 84%);

  z-index: 0;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-img {
  width: 100%;
  height: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  border-bottom: 2px solid #0e76bc;
  margin-bottom: 1rem;
  min-height: 250px;
  max-height: 250px;
  box-shadow: 0 0 50px rgba(black, 0.3);
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-content {
  padding: 1rem 1.5rem;
  padding-top: 0px;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.9s;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-title.limit-title {
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  max-width: 90%;
  line-height: 25.2px;
  margin-bottom: 0.7rem;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-title.limit-title a {
  color: #0e76bc;
  max-width: 90%;
  margin-bottom: 12px;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-date {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 500;
}

.container-spec .row.ui-gutter #slide-news.owl-carousel.owl-theme .slide-news-item-relative .slide-news-item-description {
  font-size: 13px;
  color: #5d5d5d;
}

.link-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.link-row .ui-btn.ui-btn--primary.ui-btn--full {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 1rem;
  box-shadow: 0 0 50px rgb(1 95 113 / 21%);
  transition: 0.4s;
  color: #0e76bc;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.link-row .ui-btn.ui-btn--primary.ui-btn--full .icon {
  width: 36px;
  height: 36px;
  background-color: #0e76bc;
  color: #f2f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 5px;
}

.link-row .ui-btn.ui-btn--primary.ui-btn--full .icon .fas.fa-chevron-right {}

.link-row .ui-btn.ui-btn--primary.ui-btn--full .text {
  color: #0e76bc;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}

.link-row .ui-btn.ui-btn--primary.ui-btn--full:hover .text {
  padding-left: 7px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  font-size: 18px !important;
}

.section.section-forms.ui-pos-relative {
  /*  background-color: #f3f7fb; */
  width: 100%;
}

.section.section-forms.ui-pos-relative .form-row {
  width: 85%;
  background-color: rgba(yellow, 0.3);
  display: flex;
  margin: auto;
  gap: 30px;
  padding: 100px 0;
  /* padding-top: 100px; */
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative {
  width: 50%;
  min-height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative:nth-child(1) {
  justify-content: flex-end;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative:nth-child(2) {
  justify-content: flex-start;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 50px #00000017;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content {
  position: absolute;
  width: 90%;
  height: 90%;
  padding: 0 1.5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title {
  font-size: 45px;
  font-weight: 800;
  color: #0e76bc;
  max-width: 35%;
  text-wrap: wrap;
  line-height: 1.1;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-description {
  font-size: 18px;
  color: #0c1f34d1;
  max-width: 70%;
  text-wrap: wrap;
  line-height: 1.4;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
  font-size: 65px;
  font-weight: 900;
  color: #919191;
  max-width: 40%;
  text-wrap: wrap;
  line-height: 1.1;
}

.section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-btn {
  margin-top: 1.3rem;
}

.btn.ui-color-2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}

.btn.ui-color-2:hover {
  color: #0e76bc;
  border-bottom: 1px solid #0e76bc;
}

@media (max-width: 1024px) {
  .section.section-forms.ui-pos-relative .form-row {
    width: 96%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative img {
    width: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content {
    width: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
    font-size: 50px;
  }
}

@media (max-width: 900px) {
  .section.section-forms.ui-pos-relative .form-row {
    width: 96%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative img {
    width: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content {
    width: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
    font-size: 40px;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title {
    font-size: 30px;
  }

  .section.section-forms .btn.ui-color-2 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .section.section-forms.ui-pos-relative .form-row {
    width: 96%;
    flex-direction: column;
    padding-top: 50px;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative {
    width: 100%;
    min-height: max-content;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative img {
    width: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content {
    width: 100%;
    height: 100%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
    font-size: 40px;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title {
    font-size: 30px;
  }

  .section.section-forms .btn.ui-color-2 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .container-spec {
    padding: 60px 0;
  }

  .container-spec .section-header .title span {
    font-size: 60px !important;
  }

  .container-spec .owl-theme .owl-nav {
    padding: 0.3rem 1rem;
    top: 92%;
    justify-content: center;
  }

  .link-row {
    margin-top: 2rem;
  }

  .container-spec .owl-stage {
    padding-top: 0;
  }

  .section-multimedia>.container {
    padding-top: 0;
  }
}

@media (max-width: 450px) {
  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title {
    max-width: 80%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
    max-width: 80%;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-description {
    font-size: 16px;
    max-width: 90%;
  }
}

@media (max-width: 400px) {
  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title {
    font-size: 24px;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-title.xxl {
    font-size: 36px;
  }

  .section.section-forms.ui-pos-relative .form-row .form-col-w50-relative .form-col-content-description {
    font-size: 14px;
    max-width: 90%;
  }
}

.section-header.ui-txt-center.ui-multimedia {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.section-header.ui-multimedia:after {
  display: none;
}

.section-header.ui-txt-center.ui-multimedia .title {
  color: #0e76bc;
}

.section-header.ui-txt-center.ui-multimedia .sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  width: 95%;
  position: relative;
}

.section-header.ui-txt-center.ui-multimedia .sub-title:after {
  width: 150px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);

  position: absolute;
  content: "";
  height: 1px;
  background-color: #0e76bc;
}

.meclisler.container.flex-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.meclisler.container.flex-col .meclisler-header .meclisler-title {
  font-size: 24px;
  color: #0e76bc;
  font-weight: 900;
  letter-spacing: 0px;
  margin-bottom: 2rem;
}

.section-meclisler-cards.row-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.section-meclisler-cards.row-3 .col-item-relative {
  flex: 1 1 calc(95% / 3);
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.section-meclisler-cards.row-3 .col-item-relative img {
  width: 100%;
  object-fit: contain;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: rgb(244, 148, 24);
  background: linear-gradient(0deg,
      rgba(244, 148, 24, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
  padding: 1rem;
  color: #fff;
}

.section-meclisler-cards.row-3 .col-item-relative:nth-child(2) .absolute-content-w100 {
  background: rgb(16, 75, 125);
  background: linear-gradient(0deg,
      rgba(16, 75, 125, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
}

.section-meclisler-cards.row-3 .col-item-relative:nth-child(3) .absolute-content-w100 {
  background: rgb(23, 64, 58);
  background: linear-gradient(0deg,
      rgba(23, 64, 58, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
}

.section-meclisler-cards.row-3 .col-item-relative:nth-child(4) .absolute-content-w100 {
  background: rgb(98, 27, 11);
  background: linear-gradient(0deg,
      rgba(98, 27, 11, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
}

.section-meclisler-cards.row-3 .col-item-relative:nth-child(6) .absolute-content-w100 {
  background: rgb(111, 35, 130);
  background: linear-gradient(0deg,
      rgba(111, 35, 130, 1) 0%,
      rgba(255, 255, 255, 0) 84%);
}

.section-meclisler-cards.row-3 .col-item-relative:nth-child(5) img {
  width: 300px;
  object-fit: contain;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .card-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 img {
  width: 60px;
  height: 60px;
  transition: 0.9s;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-title {
  font-size: 30px;
  font-weight: 900;
  transition: 0.9s;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-link {
  font-size: 18px;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 a {
  color: white;
  letter-spacing: 2px;
  position: relative;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 a:after {
  position: absolute;
  bottom: -16px;
  height: 1px;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
  transition: 0.9s;
}

.section-meclisler-cards.row-3 .col-item-relative:hover .absolute-content-w100 img {
  cursor: pointer;
  transform: rotate(5deg) scale(1.1);
}

.section-meclisler-cards.row-3 .col-item-relative:hover .absolute-content-w100 .content-title {
  transform: scale(1.1);
}

.section-meclisler-cards.row-3 .col-item-relative:hover .absolute-content-w100 .content-link a:after {
  width: 190px;
}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 a:active {}

.section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 a:focus {}

.spec-header-links {
  margin-right: 200px;
}

@media (max-width: 1200px) {
  .headerV3-contact a:nth-child(2) {
    display: none;
  }
}

.ataturk-mobile {
  display: none;
}

@media (max-width: 992px) {
  .ataturk-mobile {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100px;
  }

  .ataturk-mobile img {
    width: 100%;
  }

  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-title {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-title {
    font-size: 15px;
  }

  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-link {
    font-size: 13px;
  }

  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 {
    gap: 0.2rem;
  }
}

@media (max-width: 350px) {
  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-title {
    font-size: 13px;
  }

  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 .content-link {
    font-size: 11px;
  }

  .section-meclisler-cards.row-3 .col-item-relative .absolute-content-w100 {
    gap: 0.1rem;
  }
}

.col-item-relative.contain-img img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 572px) {
  .btn.btn-search.js-btn-modalsearch.is-open {
    transform: translateY(-20px) translateX(-10px) !important;
  }
}

/* .navigation-item:nth-child(1) a{
  color: orchid!important;
}
.navigation-item:nth-child(2) a{
  color: #ff915e!important;
}
.navigation-item:nth-child(3) a{
  color: #5bae50!important;
}
.navigation-item:nth-child(4) a{
  color: #d11051!important;
}
.navigation-item:nth-child(5) a{
  color: #fbc935!important;
}
.navigation-item:nth-child(6) a{
  color: #983b9e!important;
}
 */
.navigation-item a {
  color: #151d1e !important;
}

.headerV3-bottom {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  background-color: transparent !important;
  background: none !important;
  box-shadow: 0 0 0 0;
}

.headerV3-bottom:hover {
  background-color: transparent;
  background: none;
  box-shadow: 0 0 0 0 !important;
}

.headerV3.is-active {
  background-color: white !important;
  background: white !important;
  box-shadow: 0 0 50px #00000012 !important;
}

.headerV3 {
  background: #fff !important;
  box-shadow: 0 0 50px #00000012 !important;
}

.headerV3-logo {
  height: 100%;
}

.hero-slide {
  height: 100%;
}

.hero-slide .item {
  height: 100% !important;
}

.hero-slide .item a {
  display: flex;
  height: 100%;
}

.hero-slide .owl-item {
  height: 100% !important;
}

.hero-slide .owl-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
}

.hero-slide .owl-carousel.owl-loaded {
  width: 100%;
  height: 100%;
}

.hero-slide .owl-stage {
  width: 100%;
  height: 100%;

  margin: 0 !important;
  padding: 0 !important;
}

.headerV3-logo h1 {
  height: 100%;
}

.headerV3-logo h1 a {
  display: flex;
  height: 100%;
}

/* .navigation-item a{
  padding-top: 30px;
} */
.headerV3-bottom {
  position: relative;
}

.meclisler.container.flex-col {
  margin-top: 30px;
}

.section-multimedia {
  margin-top: 40px;
}

.ata-signature {
  width: 100px;
}

.ata-signature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation-links>li>a:hover {
  color: white !important;
}

.headerV3-bottom>.container {
  height: 100% !important;
}

.hero-slide .photo,
.hero-slide .item {
  width: 100%;
}

@media (max-width: 1280px) {
  .hero-slide {
    height: auto !important;
  }

  .hero {
    height: auto !important;
    margin-bottom: -30px;
  }
}

@media (max-width: 768px) {
  .container-spec {
    padding: 0 0 !important;
  }

  .headerV3-social {
    margin-left: 0;
  }
}

@media (max-width: 478px) {
  body>div>div.hero.ui-pos-relative>div>div>div.owl-nav>button.owl-prev {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
  }

  body>div>div.hero.ui-pos-relative>div>div>div.owl-nav>button.owl-next {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
  }

  .headerV3-search {
    width: 30px;
    height: 30px;
    display: none;
  }

  .hero-slide .owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav {
    top: 120px !important;
  }

  .container-spec {
    padding: 0 0 !important;
    padding-bottom: 30px !important;
  }

  .section.section-forms.ui-pos-relative .form-row {
    padding-bottom: 0 !important;
  }
}

/* Son güncellemeler 4 kasım pzrtsi*/

.headerV3 {
  background: #fff !important;
  box-shadow: 0 0 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
  width: 40px !important;
  height: 40px !important;
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav {
  max-width: 100%;
  padding-right: 0vw !important;
}

.owl-nav-style.ui-top-right.hero-slide .owl-theme .owl-nav [class*="owl-"] {
  background-color: #0e76bccf;
}

.inner-page__wrapper {
  margin-top: 120px !important;
  margin-bottom: 120px;
}

.headerV3-search {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background-color: #051b2029;
  color: black !important;
}

.headerV3-search .icon {
  color: black !important;
}

.absolute-hero-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  left: 0;
  z-index: 9999;
  padding: 2rem;
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
}

.absolute-hero-buttons .absolute-hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  height: 50px;
  width: 50px;
  text-transform: uppercase;
  background: #f7f7f7;

  color: #0e76bc;
  font-size: 14px;
  font-weight: 500;
  border-radius: 99px;
  padding-left: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  gap: 10px;
  -webkit-transition: 0.3s;
  margin-bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.absolute-hero-buttons .absolute-hero-btn:hover {
  width: 150px;
}

.absolute-hero-buttons .absolute-hero-btn .icon {
  font-size: 24px;
}

.absolute-hero-buttons .absolute-hero-btn .text {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.absolute-hero-buttons .absolute-hero-btn:hover .text {
  opacity: 1;
}







.absolute-logo-slider {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 90%;
  max-width: 1300px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #f7f7f7;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 170px;
}

/* .absolute-logo-slider .absolute-logo-slider-area:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 170px;
  background:linear-gradient(-90deg, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  z-index:400;
} */
.absolute-logo-slider .slider-flex-row {
  position: relative;

  height: 100%;
  width: 100%;
  max-width: 1300px;
}

.absolute-logo-slider-area {

  width: 100%;
  max-width: 1300px;
}

.absolute-logo-slider .slider-flex-row .slider-header {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #f7f7f7;
  padding: 1rem;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 170px;
  width: 180px;
  z-index: 12000;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.absolute-logo-slider .slider-flex-row .slider-header .header-title {
  font-size: 22px;
  font-weight: 800;
  color: #0e76bc;
  letter-spacing: -1px;
}

.absolute-logo-slider .slider-flex-row .slider-header .header-contact {
  display: flex;
  align-items: center;
  gap: 7px;
}

.absolute-logo-slider .slider-flex-row .slider-header .header-contact a {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.9;
  color: #0dacea;
  text-decoration: none;
}

.absolute-logo-slider .slider-flex-row .slider-header .header-contact .icon {
  font-size: 20px !important;
  color: #0dacea;
}

.absolute-logo-slider-area .owl-stage-outer {
  height: 100%;
}

.absolute-logo-slider-area .owl-stage-outer .owl-stage {
  height: 100%;
}

.absolute-logo-slider-area .item {
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start !important;
  align-items: center;
  padding: 12px;
  box-shadow: rgb(228 228 228 / 67%) 20px 3px 50px 0px inset, rgb(0 0 0 / 2%) -3px -3px 6px 1px inset;
  cursor: pointer;
  position: relative;


}


.absolute-logo-slider-area .item:after {
  content: "";
  width: 0%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0dacea;
  z-index: 500;
  transition: .4s;

}

.absolute-logo-slider-area .item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Üçgeni en alta konumlandır */
  left: 50%;
  /* Üçgeni yatay olarak ortala */
  transform: translateX(-50%);
  /* Yatay ortalama için kaydır */
  border-left: 10px solid transparent;
  /* Üçgenin sol kenarını saydam yap */
  border-right: 10px solid transparent;
  /* Üçgenin sağ kenarını saydam yap */
  border-bottom: 10px solid #0dacea;
  /* Üçgenin alt kenarına renk ver */
  width: 0;
  /* Genişliği sıfırla */
  height: 0;
  /* Yüksekliği sıfırla */
  z-index: 500;
  opacity: 0;
  transition: .4s .2s;
}

.absolute-logo-slider-area .item:hover:after {
  width: 100% !important;
}

.absolute-logo-slider-area .item:hover:before {
  bottom: 5px !important;
  opacity: 1 !important;
}


.absolute-logo-slider-area .item .logo {
  width: 100px;
  height: 100px;

  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0dacea0f;
  border-radius: 50%;
  color: #0dacea;

  margin-bottom: 10px;
}



.absolute-logo-slider-area .item img {
  width: 70px;

  height: 70px;
  margin: auto;
  object-fit: contain;
}

.absolute-logo-slider-area .item .title {
  font-size: 13px;
  color: #0e76bc;
  line-height: 1.2;
  text-align: center;
  text-align: center;
  max-width: 14.5ch;
}

.absolute-logo-slider .owl-nav {
  right: 0 !important;
  z-index: 9999;
}

.absolute-logo-slider .owl-theme .owl-nav button {
  margin-bottom: 6px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  color: #032045 !important;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;

}

.end-gradient-section {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: linear-gradient(183deg, rgb(100 100 100 / 0%) 0%, #000000 100%);
  z-index: 1;

}

/* .hero-slide {
  height: 100vh!important;
} */

/* .headerV3:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
} */



/* GUNCEL 19 KASIM */
.modal-search.is-visible {
  z-index: 9999 !important;
}

@media(max-width:1280px) {
  .absolute-logo-slider {
    width: 80%;
  }
}

@media(max-width:768px) {
  .section-header.ui-txt-center.ui-multimedia {
    margin-top: 7rem;
  }

  .hero-slide .owl-slide .owl-nav {
    display: none !important;
  }

  .absolute-logo-slider {
    overflow: visible;
    height: 85px;
    border-radius: 30px;
  }

  .absolute-logo-slider .owl-stage-outer {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .absolute-logo-slider .slider-flex-row .slider-header {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #f7f7f7;
    padding: 1rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    top: -60px;
    width: 100% !important;
    left: 0px;
    height: 60px !important;
    border-bottom-left-radius: 0;

    width: 180px;
    z-index: 12000;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  }

  .absolute-logo-slider .slider-flex-row .slider-header .header-title {
    font-size: 12px;
  }

  .absolute-logo-slider .slider-flex-row .slider-header .header-contact a {
    font-size: 13px;
  }

  .absolute-logo-slider .slider-flex-row .slider-header {
    gap: 0;
  }

  .absolute-logo-slider-area .item img {
    width: 30px;
    height: 30px;
  }

  .absolute-logo-slider-area .item .logo {
    width: 40px;
    height: 40px;
  }

  .absolute-logo-slider-area .item .title {
    font-size: 11px;
  }

  .absolute-logo-slider .owl-nav {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100px !important;
    text-align: center !important;
  }

  .absolute-logo-slider .owl-nav button:not(:last-child) {
    margin-right: 5px;
    border-radius: 50% !important;
  }

  .absolute-logo-slider .owl-nav button[class*="owl-"] {
    border-radius: 50% !important;
  }
}


@media(max-width:690px) {
  .hero-slide {
    height: 70vh !important;
  }

  .hero-slide .photo {
    height: 70vh;
  }

  .btn-bar {
    display: block !important;
  }

}

@media(min-width:1700px) {
  .hero-slide {
    height: 100vh !important;
  }

  .absolute-logo-slider {
    bottom: 30px !important;
  }

  .section-header.ui-multimedia {
    margin-top: 3rem;
  }


}

@media(max-width:470px) {
  .absolute-hero-buttons {
    display: none !important;
  }

  .btn-bar {
    display: block !important;
  }
}

.btn-bar {
  display: none;
}