@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

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;
}

svg:not(:root) {
  overflow: hidden;
}

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;
}

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

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

body {
  overflow-x: hidden;
  -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;
}

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;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.top-header {
  background-color: #1C4F76;
  position: relative;
  padding: 0;
  z-index: 455;
}

@media (max-width: 992px) {
  .top-header {
    display: none;
  }
}

.top-header .rightbg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58.333333%;
  background-color: #103958;
}

.top-header .row [class^="col-"]:last-child {
  z-index: 1;
  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;
}

.top-header .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header .contact-info i {
  margin-right: 10px;
}

.top-header .contact-info a {
  color: #fff;
  padding: 11px 0;
  display: inline-block;
}

.top-header .contact-info a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.top-header .contact-info li:not(:last-child) {
  margin-right: 15px;
}

.top-header .quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header .quick-links .dropdown {
  position: relative;
}

.top-header .quick-links .dropdown .dropmenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px;
  width: 75px;
  -webkit-box-shadow: -2px 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 4px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 9491;
  background-color: #fff;
}

.top-header .quick-links .dropdown .dropmenu li {
  display: block;
  width: 100%;
}

.top-header .quick-links .dropdown .dropmenu li:hover>a {
  color: #FF5C00;
}

.top-header .quick-links .dropdown .dropmenu a {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  color: #1C4F76;
  text-align: center;
  width: 100%;
}

.top-header .quick-links .dropdown .dropmenu a::before {
  content: '';
  position: absolute;
  background-color: #ddd;
  height: 1px;
  width: 20px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-header .quick-links .dropdown .dropmenu li:first-child a {
  padding-top: 0;
}

.top-header .quick-links .dropdown .dropmenu li:last-child a {
  padding-bottom: 0;
}

.top-header .quick-links .dropdown .dropmenu li:last-child a::before {
  display: none;
}

.top-header .quick-links .dropdown:hover .dropmenu {
  top: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}

.top-header .quick-links>li a {
  color: #fff;
  padding: 11px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform:uppercase;
}

.top-header .quick-links>li:not(:last-child) a:hover {
  color: #FF5C00;
}

.top-header .quick-links>li:not(:last-child) {
  margin-right: 30px;
}

.top-header .quick-links>li a:not(.lang)::before {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  color: #EF7F28;
  font-weight: 900;
  margin-right: 5px;
}

.top-header .quick-links>li:last-child a {
  background-color: #FF5C00;
  padding: 11px;
  font-weight: bold;
}

.top-header .quick-links>li:last-child a::before {
  color: white;
}

.top-header .quick-links>li:last-child a:hover {
  background-color: rgba(255, 92, 0, 0.9);
}

.top-header .quick-links>li a.lang::after {
  content: '\f107';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  margin-left: 5px;
}

.bot-header {
  padding: 0;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 452;
  -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
  box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
}

@media (max-width: 992px) {
  .bot-header {
    display: none;
  }
}

.bot-header .graph {
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: #fff;
  z-index: 4;
  -webkit-transform: translateY(-1px) skewX(-45deg);
  transform: translateY(-1px) skewX(-45deg);
  height: 20px;
  width: 30%;
  -webkit-box-shadow: 0 7px 6px 0 rgba(28, 79, 118, 0.3);
  box-shadow: 0 7px 6px 0 rgba(28, 79, 118, 0.3);
}

.bot-header .col-area {
  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;
}

.bot-header .logo {
  margin-right: 50px;
  min-width: 150px;
}

.bot-header .logo a {
  padding: 16px 0;
  display: inline-block;
}

.bot-header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .bot-header .nav-menu {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .bot-header .nav-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .bot-header .nav-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }

  .bot-header .nav-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
  }

  .bot-header .nav-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
  }

  .bot-header .nav-menu::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
  }
}

.bot-header .nav-menu>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bot-header .nav-menu>li i {
  margin-left: 10px;
  color: #EF7F28;
}

.bot-header .nav-menu>li:not(:last-child) {
  margin-right: 50px;
}

.bot-header .nav-menu>li:hover>a {
  color: #FF5C00;
}

.bot-header .nav-menu a {
  font-size: 16px;
  color: #1C4F76;
  font-weight: normal;
  padding: 20px 0;
}

.bot-header .nav-menu .active>a {
  font-weight: bold;
}

.bot-header .dropdown {
  position: relative;
}

.bot-header .dropdown .dropmenu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  padding: 24px;
  width: 250px;
  -webkit-box-shadow: -2px 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 4px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 5;
  background-color: #fff;
}

.bot-header .dropdown .dropmenu li {
  display: block;
  width: 100%;
}

.bot-header .dropdown .dropmenu li:hover>a {
  color: #FF5C00;
}

.bot-header .dropdown .dropmenu a {
  position: relative;
  display: block;
  padding: 15px 0;
}

.bot-header .dropdown .dropmenu a::before {
  content: '';
  position: absolute;
  background-color: #ddd;
  height: 1px;
  width: 57px;
  top: 100%;
  left: 0;
}

.bot-header .dropdown .dropmenu li:first-child a {
  padding-top: 0;
}

.bot-header .dropdown .dropmenu li:last-child a {
  padding-bottom: 0;
}

.bot-header .dropdown .dropmenu li:last-child a::before {
  display: none;
}

.bot-header .dropdown:hover .dropmenu {
  top: calc(100%);
  opacity: 1;
  visibility: visible;
}

.mobile-header {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 25px #000000;
  box-shadow: 0px 4px 25px #000000;
  border-radius: 0px 0px 22px 22px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header .col-area {
  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;
}

.mobile-header .logo-link {
  display: inline-block;
  max-width: 150px;
  height: auto;
}

.mobile-header .menu-collapser {
  padding: 6px;
  background-color: transparent;
  width: 27.6px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}

.mobile-header .menu-collapser span {
  border-radius: 10px;
  height: 4px;
  display: inline-block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  pointer-events: none;
}

.mobile-header .menu-collapser>span:nth-child(1) {
  background-color: #1C4F76;
  width: 18px;
  margin-left: 9.6px;
  margin-bottom: 4px;
}

.mobile-header .menu-collapser>span:nth-child(2) {
  background-color: #EF7F28;
  width: 27.6px;
  margin-bottom: 4px;
  margin-left: 0;
}

.mobile-header .menu-collapser>span:nth-child(3) {
  background-color: #1C4F76;
  width: 18px;
  margin-left: 0;
}

.mobile-hamburger {
  visibility: visible;
  width: calc(100% - 35px);
  background: linear-gradient(0.36deg, #001220 0.42%, #082d49 99.82%);
  padding-top: 30px;
  color: #eee;
}

.mobile-hamburger.show {

  left: 0;
}

.mobile-hamburger .hamburger-bg {
  position: absolute;
  bottom: 30px;
  opacity: .48;
  max-width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mobile-hamburger .canvas-content {
  padding: 15px;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: visible;
  position: relative;
}

.mobile-hamburger .canvas-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mobile-hamburger .canvas-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.mobile-hamburger .canvas-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.mobile-hamburger .canvas-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.mobile-hamburger .canvas-content::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.mobile-hamburger .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-hamburger .btn-area .btn-close {
  height: 35px;
  width: 35px;
  -webkit-transform: translateX(calc(100% + 1px));
  transform: translateX(calc(100% + 1px));
  position: absolute;
  padding: 5px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mobile-hamburger .btn-area .btn-close span {
  height: 4px;
  border-radius: 10px;
  position: absolute;
}

.mobile-hamburger .btn-area .btn-close span:nth-child(2) {
  background-color: #1C4F76;
  width: calc(100% - 10px);
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mobile-hamburger .btn-area .btn-close span:nth-child(1) {
  background-color: #EF7F28;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-hamburger.show .btn-close {
  opacity: 1;
  visibility: visible;
}

.mobile-hamburger .top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.mobile-hamburger .top-area .img-link {
  max-width: 160px;
}

.mobile-hamburger .btn-dropdown {
  background-color: transparent;
  color: #eee;
  padding: 10px 0;
  outline: none;
}

.mobile-hamburger .btn-dropdown i {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.mobile-hamburger .btn-dropdown.toggled i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-hamburger .dropmenu-langs {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 15px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
	text-transform:uppercase;
}

.mobile-hamburger .dropmenu-langs li {
  padding: 5px 0;
}

.mobile-hamburger .dropmenu-langs li:not(:last-child) {
  border-bottom: 1px solid #EF7F28;
}

.mobile-hamburger .dropmenu-langs a {
  color: #1C4F76;
}

.mobile-hamburger .btn-dropdown.toggled+.dropmenu-langs {
  opacity: 1;
  visibility: visible;
}

.mobile-hamburger .nav-menu {
  display: block;
}

.mobile-hamburger .nav-menu>li:last-child {
  margin-bottom: 30px;
}

.mobile-hamburger .nav-menu a {
  color: #eee;
  display: inline-block;
  padding: 15px 0;
}

.mobile-hamburger .nav-menu .active {
  font-weight: 700;
}

.mobile-hamburger .nav-menu .dropdown i {
  color: #EF7F28;
}

.mobile-hamburger .nav-menu .dropdown .submenu {
  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;
}

.mobile-hamburger .nav-menu .dropdown .submenu-toggler {
  outline: none;
  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;
  padding: 10px 15px;
  cursor: pointer;
  background-color: transparent;
}

.mobile-hamburger .nav-menu .dropmenu {
  display: none;
  padding: 0 15px;
}

.mobile-hamburger .nav-menu .dropmenu img {
  margin-right: 5px;
}

.mobile-hamburger .hamburger-links {
  margin-bottom: 30px;
}

.mobile-hamburger .hamburger-links li {
  margin: 10px 0;
}

.mobile-hamburger .hamburger-links a {
  color: #eee;
  padding: 10px 0;
  display: inline-block;
}

.mobile-hamburger .hamburger-links a i {
  color: #EF7F28;
  margin-right: 5px;
}

.mobile-hamburger .hamburger-links .btn-arge {
  background-color: #FF5C00;
  padding: 15px 13px;
}

.mobile-hamburger .hamburger-links .btn-arge i {
  color: #eee;
}

.mobile-hamburger .social-icons a {
  font-size: 20px;
}

.footer {
  padding: 30px;
  background-color: #032640;
  color: #fff;
}

.footer [class^="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .footer [class^="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
}

.footer .footer-logo {
  display: block;
}

.footer .footer-title {
  color: #FF5C00;
  font-size: 24px;
  font-weight: bold;
}

.footer .footer-text {
  margin-top: 15px;
  color: #eee;
}

.footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.footer .social-icons a {
  color: #FF5C00;
  margin: 0 5px;
  font-size: 24px;
}

.footer .social-icons a:hover {
  color: #eee;
}

.footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footer-links li {
  width: 33.3333333333%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  .footer .footer-links li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .footer .footer-links li:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .footer .footer-links li:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

.footer .footer-links li::before {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #FF5C00;
}

.footer .footer-links li a {
  margin: 0 10px;
  word-break: break-word;
  color: #eee;
}

.footer .footer-links li a:hover {
  color: #FF5C00;
}

.footer-sticky {
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #032640;
  border: 0.1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  z-index: 561;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .footer-sticky {
    display: none;
  }
}

.footer-sticky .sticky-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding: 10px;
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #93B2D6;
}

.footer-sticky .sticky-item .sticky-title {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 576px) {
  .footer-sticky .sticky-item .sticky-title {
    font-size: 10px;
  }
}

.footer-sticky .sticky-item .main-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5C00), to(#EF7F28));
  background: linear-gradient(180deg, #FF5C00 0%, #EF7F28 100%);
  border: 1px solid #EF9F28;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px #EF7F28;
  box-shadow: 0px 0px 4px #EF7F28;
  width: 54px;
  height: 54px;
  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;
  border-radius: 50%;
  position: absolute;
  top: -18px;
}

@media (min-width: 992px) {
  html *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  html *::-webkit-scrollbar-track {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.1);
  }

  html *::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
  }

  html *::-webkit-scrollbar-thumb:hover {
    background: rgba(28, 79, 118, 0.8);
  }

  html *::-webkit-scrollbar-thumb:active {
    background: rgba(16, 57, 88, 0.9);
  }
}

body,
input,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

section {
  padding: 50px 0;
}

@media (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-padding {
  padding: 50px 0 !important;
}

a {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@-webkit-keyframes slider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes slider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

.mobile-helper {
  color: #1C4F76;
  font-weight: 500;
  margin-right: 10px;
}

.mobile-helper i {
  -webkit-animation: slider 1s infinite;
  animation: slider 1s infinite;
}

@media (max-width: 992px) {
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

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

.swiper {
  z-index: auto !important;
}

.swiper-wrapper {
  z-index: auto !important;
}

.section-title {
  color: #1C4F76;
  font-size: 64px;
  font-weight: bold;
  word-break: break-word;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 48px;
  }
}

.section-subtitle {
  color: #EF7F28;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .section-subtitle {
    font-size: 15px;
  }
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn.btn-orange {
  background-color: #EF7F28;
  position: relative;
}

.btn.btn-orange::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #A8520F;
  bottom: 0;
  right: 0;
}

.btn.btn-orange i {
  margin-right: 10px;
}

.btn.btn-orange:hover {
  background-color: #A8520F;
}

.btn.btn-blue {
  background-color: #082D49;
  position: relative;
}

.btn.btn-blue::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #000B13;
  bottom: 0;
  right: 0;
}

.btn.btn-blue i {
  margin-left: 10px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #EF7F28;
}

.btn.btn-blue:hover {
  background-color: #000B13;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons a {
  display: inline-block;
  color: #fff;
  padding: 11px 12px;
}

.social-icons a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.cta {
  padding: 30px 0;
  background: -webkit-gradient(linear, right top, left top, from(#EF7F28), to(#FF4D00));
  background: linear-gradient(270deg, #EF7F28 0%, #FF4D00 100%);
}

.cta .container.area {
  position: relative;
}

.cta .container.area::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}

@media (max-width: 576px) {
  .cta .container.area::before {
    display: none;
  }
}

.cta .cta-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 125.5%;
  margin-bottom: 20px;
}

.cta .cta-text {
  color: #fff;
  font-weight: 400;
}

.cta .cta-btn {
  background-color: #fff;
  color: #1C4F76;
  padding: 22px 24px;
}

.cta .cta-btn:hover {
  background-color: #1C4F76;
  color: #fff;
}

.cta .cta-btn i {
  color: #EF7F28;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 5px;
}

.cta [class^="col-"]:last-child {
  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;
}

@media (max-width: 992px) {
  .cta [class^="col-"]:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.go-top {
  width: 40px;
  height: 40px;
  background-color: #FF5C00;
  color: #fff;
  position: fixed;
  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;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  z-index: 331;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 576px) {
  .go-top {
    display: none !important;
  }
}

.breadcrumb-area {
  padding: 60px 0;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#103958), to(#041C2F));
  background: linear-gradient(270deg, #103958 0%, #041C2F 100%);
  overflow: hidden;
}

@media (max-width: 992px) {
  .breadcrumb-area {
    padding-top: 150px;
  }
}

.breadcrumb-area [class^="col-"] {
  position: relative;
}

.breadcrumb-area .graph {
  position: absolute;
  top: calc(100% - 20px);
  right: -10px;
  background-color: #fff;
  z-index: 4;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  height: 20px;
  width: 30%;
}

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

.breadcrumb-area .bread-bg {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: multiply;
}

@media (max-width: 992px) {
  .breadcrumb-area .bread-bg {
    top: 92px;
  }
}

.breadcrumb-area .page-title {
  color: #fff;
  font-size: 48px;
  position: relative;
  word-break: break-word;
}

@media (max-width: 576px) {
  .breadcrumb-area .page-title {
    font-size: 25px;
  }
}

.breadcrumb-area .page-title::before {
  content: '';
  position: absolute;
  background-color: #EF7F28;
  height: 4px;
  width: 75px;
  max-width: 60%;
  left: 0;
  top: 100%;
}

.breadcrumb-area .col-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 769px) {
  .breadcrumb-area .col-area {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.breadcrumb-area .col-area .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  color: #fff;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 769px) {
  .breadcrumb-area .col-area .breadcrumb {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .breadcrumb-area .col-area .breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: inherit;
  }
}

.breadcrumb-area .col-area .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.breadcrumb-area .col-area .breadcrumb li:not(:last-child)::after {
  content: '-';
  color: #fff;
  margin: 0 5px;
}

.breadcrumb-area .col-area .breadcrumb a {
  color: #fff;
}

.breadcrumb-area .col-area .breadcrumb a:hover {
  color: #FF5C00;
}

.desc-title {
  font-weight: 700;
  color: #1C4F76;
  font-size: 36px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .desc-title {
    font-size: 25px;
  }
}

.sidebar-corporate {
  background-color: #F0F0F0;
  padding: 30px;
  top: 150px;
}

.sidebar-corporate.sticky {
  position: sticky;
}

.sidebar-corporate .sidebar-title {
  color: #EF7F28;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}

.sidebar-corporate .sidebar-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1C4F76;
  top: 100%;
  left: 0;
}

.sidebar-corporate .menu-links .submenu {
  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;
}

.sidebar-corporate .menu-links .submenu .submenu-toggler {
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.sidebar-corporate .menu-links .submenu .submenu-toggler i {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sidebar-corporate .menu-links .menu-links {
  padding: 0 14px;
  position: relative;
  display: none;
}

.sidebar-corporate .menu-links .menu-links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 1px;
  width: 57px;
  background-color: #ddd;
}

.sidebar-corporate .menu-links .menu-links a {
  padding: 14px 0;
}

.sidebar-corporate .menu-links .menu-links i {
  margin-right: 5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.sidebar-corporate .menu-links>.active .menu-links {
  display: block;
}

.sidebar-corporate .menu-links a,
.sidebar-corporate .menu-links li {
  color: #1C4F76;
  font-weight: normal;
  font-size: 18px;
  display: block;
}

.sidebar-corporate .menu-links a:hover,
.sidebar-corporate .menu-links li:hover {
  color: #EF7F28;
}

.sidebar-corporate .menu-links li {
  position: relative;
}

.sidebar-corporate .menu-links li>a,
.sidebar-corporate .menu-links li>.submenu a {
  padding: 19px 0;
}

.sidebar-corporate .menu-links li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 57px;
  background-color: #ddd;
}

.sidebar-corporate .menu-links li:first-child {
  padding-top: 0;
}

.sidebar-corporate .menu-links li:last-child {
  padding-bottom: 0;
}

.sidebar-corporate .menu-links .active .submenu a,
.sidebar-corporate .menu-links .active>a {
  font-weight: 500;
  color: #EF7F28;
}

.line {
  text-align: center;
  position: relative;
}

.line i {
  font-size: 25px;
  color: #ccc;
}

.line::before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ddd;
  width: calc(50% - 30px);
  top: 50%;
  left: 0;
}

.line::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ddd;
  width: calc(50% - 30px);
  top: 50%;
  right: 0;
}

.blog-card .more {
  letter-spacing: .25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card .more img {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.blog-card .more span {
  margin-left: 12px;
}

.blog-card .more:hover img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.blog-card .date,
.blog-card .text,
.blog-card .more {
  font-weight: 300;
  color: #6C6C6C;
}

.blog-card .title {
  color: #EF7F28;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

@media (max-width: 576px) {
  .blog-card .title {
    font-size: 16px;
    line-height: 1.1;
  }
}

.blog-card .title:hover {
  text-decoration: underline;
}

.blog-card.vertical-card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .blog-card.vertical-card {
    margin-bottom: 30px;
  }
}

.blog-card.vertical-card>*:not(:last-child) {
  margin-bottom: 18px;
}

.blog-card.vertical-card .img-link {
  display: block;
  width: 100%;
}

.blog-card.vertical-card .img-link img {
  width: 100%;
  height: auto;
}

.blog-card.horizontal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-card.horizontal-card:not(:last-child) {
  margin-bottom: 30px;
}

.blog-card.horizontal-card .img-link {
  min-width: 180px;
  margin-right: 15px;
}

@media (max-width: 769px) {
  .blog-card.horizontal-card .img-link {
    min-width: calc(50% - 15px);
  }
}

.blog-card.horizontal-card .img-link img {
  width: 100%;
  height: auto;
}

.blog-card.horizontal-card .news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-card.horizontal-card .news-area>*:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .blog-card.horizontal-card .news-area>*:not(:last-child) {
    margin-bottom: 10px;
  }
}

.detail-col {
  margin-bottom: 15px;
}

.detail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #efefef;
  padding: 15px;
}

.detail-card img {
  width: 34px;
  height: 34px;
  margin-right: 15px;
}

.detail-card i {
  color: #EF7F28;
  margin-right: 15px;
  font-size: 34px;
}

.detail-card .question {
  font-size: 15px;
  color: #1C4F76;
  font-weight: normal;
}

.detail-card .answer {
  font-size: 17px;
  font-weight: bold;
  color: #1C4F76;
  word-break: break-word;
  line-height: 1.5;
}

.detail-card .answer:is(a):hover {
  text-decoration: underline;
}

.job-card {
  -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
  box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
  padding: 30px 15px;
  height: 100%;
}

@media (max-width: 576px) {
  .job-card .job-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.job-card .job-title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 15px;
}

.job-card .job-firm {
  color: #1C4F76;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
}

.job-card .job-firm:hover {
  color: #222;
}

.job-card .job-location {
  margin-bottom: 15px;
  font-weight: 500;
}

.job-card .job-location i {
  color: #EF7F28;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .job-card .job-logo {
    display: block;
    margin: 0 auto;
  }
}

.job-card .modal-toggler {
  background-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  outline: none;
}

.job-card .modal-toggler img {
  margin-right: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.job-card .modal-toggler:hover {
  color: #1C4F76;
}

.job-card .modal-toggler:hover img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.job-modal .btn-close {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}


.job-modal .modal-title {
  font-weight: 500;
  font-size: 25px;
}

.job-modal .job-key {
  font-weight: 500;
  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;
}

.job-modal .job-key::after {
  content: ':';
}

@media (max-width: 576px) {
  .job-modal .job-key::after {
    display: none;
  }
}

.job-modal .job-title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 30px;
}

.job-modal .row-area {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .job-modal .col-area {
    margin-bottom: 30px;
  }
}

.page-404 .col-area {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-404 .big-text {
  font-size: 100px;
  font-weight: 600;
  color: #103958;
  margin-bottom: 30px;
  text-align: center;
}

.page-404 .middle-text {
  font-size: 20px;
  color: #6c757d;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .page-404 .middle-text {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.page-404 .btn {
  margin: 0 auto;
}

.content-wrapper {
  word-wrap: break-word;
}

.content-wrapper::before,
.content-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.content-wrapper iframe {
  max-width: 100%;
}

.content-wrapper img {
  max-width: 100%;
  height: auto !important;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  color: #1C4F76;
  margin-bottom: 15px;
}

.content-wrapper p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.content-wrapper ul,
.content-wrapper ol {
  display: block;
  line-height: 1.5;
  list-style: inherit;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

.content-wrapper ol {
  list-style-type: decimal;
}

.content-wrapper table {
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .content-wrapper table {
    display: block;
    border: none;
    overflow-x: scroll;
    height: 100% !important;
  }
}

.leftImage {
  margin-right: 20px;
  margin-bottom: 20px;
}

.rightImage {
  margin-left: 20px;
  margin-bottom: 20px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.desktop-slider {
  padding: 0;
}

@media (max-width: 769px) {
  .desktop-slider {
    display: none;
  }
}

.desktop-slider .swiper-slide a,
.desktop-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.desktop-slider>.area {
  padding: 0;
}

.desktop-slider .nav-container {
  position: absolute;
  bottom: 82px;
  left: 50px;
  z-index: 3;
}

@media (max-width: 1200px) {
  .desktop-slider .nav-container {
    bottom: 47px;
    left: 34px;
  }
}

.desktop-slider .nav-container button {
  background-color: transparent;
  color: white;
  font-size: 50px;
  cursor: pointer;
  padding: 0 15px;
  outline: none;
}

.desktop-slider .nav-container button:first-child {
  margin-right: 15px;
}

.desktop-slider .dots {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 3;
}

.desktop-slider .dots .dot {
  height: 3px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  cursor: pointer;
}

.desktop-slider .dots .dot:not(:last-child) {
  margin-right: 6px;
}

.desktop-slider .dots .dot.active {
  background-color: #EF7F28;
}

.mobile-slider {
  padding: 0;
}

@media (min-width: 769px) {
  .mobile-slider {
    display: none;
  }
}

.mobile-slider .area {
  padding: 0;
}

.mobile-slider .swiper-slide img,
.mobile-slider .swiper-slide a {
  width: 100%;
}

.mobile-slider .nav-container {
  position: absolute;
}

.mobile-slider .nav-container button {
  background-color: transparent;
  color: white;
  font-size: 50px;
  cursor: pointer;
  padding: 0 15px;
  outline: none;
}

.mobile-slider .nav-container button:first-child {
  margin-right: 15px;
}

.mobile-slider .dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  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;
}

.mobile-slider .dots .dot {
  height: 3px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  cursor: pointer;
}

.mobile-slider .dots .dot:not(:last-child) {
  margin-right: 6px;
}

.mobile-slider .dots .dot.active {
  background-color: #EF7F28;
}

.news {
  padding: 120px 0;
}

@media (max-width: 576px) {
  .news {
    padding: 50px 0;
  }
}

.news .row:first-child {
  margin-bottom: 40px;
}

.news .col-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .news .col-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }
}

.news .titles+.btn {
  margin-left: 50px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .news .titles+.btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.activities {
  background-color: #000B13;
  padding: 75px 0;
  color: #fff;
}

@media (min-width: 992px) {
  .activities {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .activities {
    padding: 50px 0;
  }
}

.activities .row-area {
  position: relative;
}

@media (max-width: 992px) {
  .activities [class^="col-"]:first-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .activities [class^="col-"]:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.activities .section-title {
  color: #fff;
}

.activities .activity-info>*:not(:last-child) {
  margin-bottom: 23px;
}

.activities .btn-area {
  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;
}

.activities .nav-area button {
  background-color: #1C4F76;
  color: #fff;
  height: 38px;
  width: 38px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.activities .nav-area button:last-child {
  margin-left: 15px;
}

.activities .nav-area button:hover {
  background-color: #103958;
}

.activities .activity-img img {
  width: 100%;
  height: auto;
}

.about-us {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .about-us {
    padding: 50px 0;
  }
}

.about-us .section-title,
.about-us section-subtitle {
  position: relative;
}

.about-us [class^="col-"] {
  position: relative;
  padding-top: 130px;
}

.about-us [class^="col-"]:first-child .background-img {
  position: absolute;
  top: 0;
  left: 0;
}

.about-us [class^="col-"]:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .about-us [class^="col-"]:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-us [class^="col-"]:last-child .background-img {
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .section-title {
  margin-bottom: 15px;
}

.about-us .content-wrapper {
  color: #6C6C6C;
  margin-bottom: 30px;
}

.about-us .btn-blue {
  margin-right: 15px;
}

@media (max-width: 576px) {
  .about-us .btn {
    margin-bottom: 30px;
  }
}

.about-us .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us .img-area .img-container {
  position: relative;
}

.about-us .img-area .img-container:first-child:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -25px;
  height: 60px;
  width: 6px;
  background-color: #EF7F28;
}

@media (max-width: 576px) {
  .about-us .img-area .img-container:first-child:before {
    display: none;
  }
}

.about-us .img-area .img-container:first-child:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -25px;
  height: 6px;
  width: 90px;
  background-color: #EF7F28;
}

@media (max-width: 576px) {
  .about-us .img-area .img-container:first-child:after {
    display: none;
  }
}

.about-us .img-area .img-container:last-child {
  margin-left: 30px;
  margin-top: 100px;
}

.social-area {
  padding: 75px 0;
}

@media (max-width: 576px) {
  .social-area {
    padding: 50px 0;
  }
}

.social-area .container.area {
  background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), to(#E4E4E4));
  background: linear-gradient(90deg, #F0F0F0 0%, #E4E4E4 100%);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.social-area .container.area::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 7px;
  background-color: #EF7F28;
  right: 0;
  top: 0;
}

.social-area .col-area {
  position: relative;
  display: flex;
  justify-content: center;
}

.social-area .social-img {
  position: absolute;
}

@media (max-width: 992px) {
  .social-area .social-img {
    display: none;
  }
}

.social-area .img-holder {
  height: 340px;
}

@media (max-width: 992px) {
  .social-area .img-holder {
    height: auto;
  }
}

.social-area .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.social-area .social-list.long {
  display: none;
}

.social-area .social-list~.social-list-toggler {
  outline: none;
}

.social-area .social-list~.social-list-toggler:hover {
  background-color: #103958;
}

.social-area .social-list~.social-list-toggler i {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.social-area .social-list~.social-list-toggler.toggled i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.social-area .social-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 576px) {
  .social-area .social-list li {
    width: 100%;
    padding: 0 !important;
  }

  .social-area .social-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.social-area .social-list li:nth-child(odd) {
  padding-right: 15px;
}

.social-area .social-list li:nth-child(even) {
  padding-left: 15px;
}

.social-area .social-list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 15px;
}

.social-area .social-list li .icon-area {
  background-color: #1C4F76;
  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: 34px;
  min-width: 34px;
  color: #fff;
  margin-right: 8px;
}

.social-area .social-list li .icon-text {
  font-size: 16px;
  color: #6C6C6C;
}

.reffs {
  padding: 75px 0;
}

@media (max-width: 576px) {
  .reffs {
    padding: 50px 0;
  }
}

.reffs .section-title {
  margin-bottom: 30px;
}

.reffs .logo-area {
  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;
  border: 1px solid #e2e2e2;
  height: 100px;
}

.about-us-page .row-area {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .about-us-page .row-area [class^="col-"]:first-child {
    margin-bottom: 30px;
  }
}

.about-us-page .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.about-us-page .img-area .img-container {
  position: relative;
}

.about-us-page .img-area .img-container:first-child:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -25px;
  height: 60px;
  width: 6px;
  background-color: #EF7F28;
}

@media (max-width: 576px) {
  .about-us-page .img-area .img-container:first-child:before {
    display: none;
  }
}

.about-us-page .img-area .img-container:first-child:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -25px;
  height: 6px;
  width: 90px;
  background-color: #EF7F28;
}

@media (max-width: 576px) {
  .about-us-page .img-area .img-container:first-child:after {
    display: none;
  }
}

.about-us-page .img-area .img-container:last-child {
  margin-left: 30px;
  margin-top: 40px;
}

.firm-detail .desc-title {
  margin-top: 45px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .firm-detail .col-area {
    margin-bottom: 30px;
  }
}

.firm-detail .firm-logo {
  border: 0.5px solid #C4C4C4;
  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;
  padding: 50px 0;
  margin-bottom: 15px;
}

.firm-detail .sidebar {
  position: sticky;
  top: 150px;
}

.firm-detail .social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.firm-detail .social-icons a {
  color: #1C4F76;
  font-size: 22px;
}

.firm-detail .social-icons a:hover {
  color: #EF7F28;
}

.firm-detail .firm-titles {
  background: -webkit-gradient(linear, right top, left top, from(#103958), to(#041C2F));
  background: linear-gradient(270deg, #103958 0%, #041C2F 100%);
  padding: 15px 30px;
  margin-bottom: 30px;
}

.firm-detail .firm-titles .firm-name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7.5px;
}

.firm-detail .firm-titles .firm-category {
  color: #EF7F28;
  font-size: 13px;
}

.firm-detail .firm-titles .firm-category:hover {
  text-decoration: underline;
}

.video-area {
  padding: 0;
  padding-bottom: 30px;
}

.video-area .img-link {
  display: block;
  width: 100%;
  position: relative;
}

.video-area .img-link::before {
  content: '\f144';
  font-weight: 900;
  color: #fff;
  font-size: 50px;
  font-family: 'Font Awesome 7 Free';
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  position: absolute;
  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;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.video-area .img-link:hover::before {
  color: rgba(255, 255, 255, 0.7);
}

.video-area .img-link img {
  width: 100%;
}

.video-area .col-area {
  padding: 0 7.5px;
  margin-bottom: 45px;
}

.video-area .col-area:hover .video-title {
  color: #EF7F28;
}

.video-area .col-area .img-link {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.video-area .col-area .img-link::before {
  background: none;
}

.video-area .col-area .video-title {
  color: #1C4F76;
  margin-top: 5px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
}

.photo-area {
  padding-top: 0;
}

.photo-area .row-area [class^="col-"] {
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.photo-area .img-link {
  width: 100%;
  display: block;
  height: 100%;
}

.photo-area .img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-area .img-link:hover img {
  opacity: .8;
}

.firm-list .row:not(:last-child) {
  margin-bottom: 45px;
}

.firm-list .row.area [class^="col-"] {
  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;
}

.firm-list .desc-title {
  margin-top: 5px;
}

.firm-list .col-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .firm-list .col-area {
    display: none;
  }
}

.firm-list form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .firm-list form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .firm-list form {
    margin-top: 15px;
  }
}

.firm-list form .form-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .firm-list form .form-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .firm-list form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.firm-list form input[type="text"] {
  margin-left: 30px;
  font-family: 'Roboto';
  padding: 10px 30px 10px 5px;
  outline: none;
  border-radius: 12px;
  border: 0.8px solid #AAAAAA;
  width: 250px;
}

@media (max-width: 576px) {
  .firm-list form input[type="text"] {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.firm-list form .search-btn {
  position: absolute;
  background-color: transparent;
  color: #EF7F28;
  right: 10px;
  bottom: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.firm-list .category-card {
  border: 1.2px solid #EF7F28;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 33px;
  padding: 38px 0;
  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: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.firm-list .category-card:hover {
  border-color: #1C4F76;
}

@media (max-width: 576px) {
  .firm-list .category-card {
    height: 100px;
  }
}

.firm-list .category-name {
  text-align: center;
  color: #6c6c6c;
  display: block;
}

.firm-list .category-name:hover {
  color: #EF7F28;
}

.firm-list .category-prev,
.firm-list .category-next {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.firm-list .list-alphabet {
  padding: 21px 58px;
  background-color: #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .firm-list .list-alphabet {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    overflow-x: auto;
    padding: 21px;
  }

  .firm-list .list-alphabet::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .firm-list .list-alphabet::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }

  .firm-list .list-alphabet::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
  }

  .firm-list .list-alphabet::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
  }

  .firm-list .list-alphabet::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.6);
  }
}

.firm-list .list-alphabet li {
  margin: 0 5px;
}

.firm-list .list-alphabet li:first-child {
  margin-left: 0;
}

.firm-list .list-alphabet li:last-child {
  margin-right: 0;
}

.firm-list .list-alphabet a {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}

.firm-list .list-alphabet a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .firm-list .list-alphabet a {
    padding: 0 10px;
    margin-top: 5px;
  }
}

.firm-area [class^="col-"] {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .firm-area [class^="col-"] {
    padding: 0 7.5px;
  }
}

.firm-area .firm-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.firm-area .firm-card:hover .firm-arrow {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 992px) {
  .firm-area .firm-card:hover {
    -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
    box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.firm-area .firm-card .link-img {
  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: 158px;
}

.firm-area .firm-card .link-img img {
height:100%;
object-fit:contain;
}

@media (max-width: 576px) {
  .firm-area .firm-card .link-img {
    height: 100px;
  }
}

.firm-area .firm-card .firm-info {
  background-color: #efefef;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 576px) {
  .firm-area .firm-card .firm-info {
    padding: 10px;
  }
}

.firm-area .firm-card .firm-category {
  display: block;
  color: #EF7F28;
  font-size: 13px;
  margin-bottom: 10px;
}

.firm-area .firm-card .firm-category:hover {
  text-decoration: underline;
}

.firm-area .firm-card .firm-name {
  color: #1C4F76;
  font-weight: 700;
  font-size: 16px;
}

.firm-area .firm-card .firm-name:hover {
  color: #222;
}

.firm-area .firm-card .firm-arrow {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 576px) {
  .firm-area .firm-card .firm-arrow {
    display: none;
  }
}

.team-list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-list .row-area [class^="col-"] {
  margin-bottom: 30px;
}

.team-list .team-card:hover .img-container {
  -webkit-box-shadow: 0 14px 21px rgba(16, 57, 88, 0.3);
  box-shadow: 0 14px 21px rgba(16, 57, 88, 0.3);
}

.team-list .team-card .img-container {
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
  box-shadow: 0 7px 14px rgba(28, 79, 118, 0.2);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.team-list .team-card .team-info {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  text-align: center;
}

.team-list .team-card .team-info .team-name {
  color: #1C4F76;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.team-list .team-card .team-info .team-title {
  color: #EF7F28;
}

.team-detail .row-area {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .team-detail .col-area {
    margin-bottom: 30px;
  }
}

@media (max-width: 769px) {
  .team-detail .row-area [class^="col-"]:first-child {
    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;
    margin-bottom: 30px;
    text-align: center;
  }

  .team-detail .row-area [class^="col-"]:last-child {
    text-align: center;
  }
}

.team-detail .desc-title {
  margin-bottom: 15px;
}

.team-detail .key-group {
  margin-bottom: 15px;
}

.team-detail .key-group .key {
  color: #103958;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.gallery .photo-area [class^="col-"] {
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.blog-detail.news {
  padding: 50px 0;
}

.blog-detail .desc-title {
  margin: 30px 0;
}

.blog-detail .col-area {
  margin-bottom: 30px;
}

.blog-list {
  padding-bottom: 0;
}

.blog-list .col-area {
  margin-bottom: 30px;
  padding: 0 7.5px;
}

.blog-list .col-area .blog-card {
  height: 100%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding: 15px;
}

.blog-list .col-area .blog-card:hover {
  -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
  box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
}

.faq {
  padding-bottom: 0;
}

.faq .faq-card {
  margin-bottom: 15px;
}

.faq .faq-card .faq-question {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  background-color: #ccc;
  padding: 15px;
  cursor: pointer;
}

.faq .faq-card .faq-question i {
  margin-right: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.faq .faq-card .faq-answer {
  display: none;
  padding: 30px 15px;
  background-color: #103958;
  color: white;
}

.faq .faq-card .faq-question.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quality-management {
  padding-bottom: 0;
}

.quality-management [class^="col-"] {
  margin-bottom: 30px;
}

.quality-management .row-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quality-management .quality-card {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  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;
}

.quality-management .quality-card:hover {
  -webkit-box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
  box-shadow: 0 7px 14px rgba(28, 79, 118, 0.3);
}

.quality-management .quality-card .quality-title {
  text-align: center;
  color: #EF7F28;
  display: block;
}

.quality-management .quality-card .quality-title:hover {
  color: #1C4F76;
}

@media (max-width: 576px) {
  .job-list .desc-title {
    text-align: center;
  }
}

.job-list .mb-30 {
  margin-bottom: 30px;
}

.job-list .row-area .col-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .job-list .row-area .col-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mevzuat [class^="col-"] {
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.mevzuat .mevzuat-link {
  padding: 15px;
  font-weight: 500;
  background-color: #ccc;
  display: block;
  color: #222;
}

.mevzuat .mevzuat-link:hover {
  color: #103958;
}

.prototype-area .desc-title {
  margin-bottom: 30px;
}

.prototype-area .line {
  margin-bottom: 15px;
}

.prototype-area .col-area {
  margin-bottom: 30px;
}

.prototype-area .col-img img {
  margin-bottom: 30px;
}

.prototype-area .img-area-full {
  margin-bottom: 30px;
}

.prototype-area .img-area-full img {
  width: 100%;
}

.prototype-area .content-wrapper {
  margin-bottom: 15px;
}

.prototype-area .multi-img-area {
  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;
  margin-bottom: 15px;
}

.prototype-area .multi-img-area img {
  display: block;
  max-height: 100px;
}

.contact-page .form-titles {
  background: -webkit-gradient(linear, right top, left top, from(#103958), to(#041C2F));
  background: linear-gradient(270deg, #103958 0%, #041C2F 100%);
  padding: 15px 30px;
  margin-bottom: 60px;
}

.contact-page .form-titles .form-name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.contact-page .col-area {
  margin-bottom: 30px;
}

.contact-page .form-group {
  position: relative;
}

.contact-page .form-group input,
.contact-page .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #8C8C8C;
  padding: 10px 0px;
  outline: none;
  z-index: 2;
  resize: none;
}

.contact-page .form-group label,
.contact-page .form-group .form-item.empty label {
  position: absolute;
  color: #8c8c8c;
  top: 5px;
  left: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

.contact-page .form-group .form-item:focus {
  border-color: #103958;
}

.contact-page .form-group .form-item:focus+label,
.contact-page .form-group .form-item.not-empty+label {
  top: -18px;
  font-size: 13px;
}

.maps {
  padding: 0;
}

.maps .container-fluid {
  padding: 0;
}

.maps iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.corporate-identity .row-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 769px) {
  .corporate-identity .row-area [class^="col-"] {
    margin-bottom: 30px;
  }
}

.corporate-identity .corporate-card {
  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;
  height: 100%;
}

.corporate-identity .corporate-card .link-img {
  border: 1px solid #ddd;
  padding: 15px;
  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;
}

.corporate-identity .corporate-card .link-img:hover {
  -webkit-box-shadow: 3px 5px 8px rgba(28, 79, 118, 0.2);
  box-shadow: 3px 5px 8px rgba(28, 79, 118, 0.2);
}

@media (max-width: 769px) {
  .corporate-identity .corporate-card .link-img {
    width: 100%;
  }
}

.corporate-identity .corporate-card .link-img img {
  max-height: 100px;
}

.corporate-identity .corporate-card .corporate-title {
  display: inline-block;
  margin-top: 15px;
  color: #222;
  font-weight: 500;
}

.corporate-identity .corporate-card .corporate-title:hover {
  color: #1C4F76;
}

@media (max-width: 992px) {
  .kulucka-box [class^="col-"] {
    margin-bottom: 30px;
  }
}

.kulucka-box .icon-box {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {

  .kulucka-box .icon-box::before,
  .kulucka-box .icon-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1C4F76;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .kulucka-box .icon-box::before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .kulucka-box .icon-box::after {
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .kulucka-box .icon-box:hover::after,
  .kulucka-box .icon-box:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .kulucka-box .icon-box:hover .icon-content::after,
  .kulucka-box .icon-box:hover .icon-content::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.kulucka-box .icon-content {
  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;
  background-color: #f6f6f6;
  padding: 40px;
  height: 100%;
}

@media (min-width: 992px) {

  .kulucka-box .icon-content::before,
  .kulucka-box .icon-content::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #1C4F76;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .kulucka-box .icon-content::before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  .kulucka-box .icon-content::after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.kulucka-box .icon-content i {
  font-size: 34px;
  color: #1C4F76;
  margin-bottom: 15px;
}

.kulucka-box .icon-content .icon-title {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

.kulucka-box .icon-content .icon-text {
  text-align: center;
}


/**/

.team-detail .job-title {

  color: #EF7F28;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 45px;

}

.bot-header .nav-menu>li:nth-last-child(-n + 2) .dropmenu {
  right: 0px;
  left: auto;
}


.kulucka-box .row-area [class^="col-"] {
  margin-bottom: 30px;
}


/* Fly Alert */

.fly-alert {
  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;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1060;
}

.fly-alert .content {
  padding: 20px;
  background: rgb(255, 255, 255);
  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;
  flex-direction: column;
  max-width: 500px;
  border-radius: 5px;
  margin: auto;
}

.fly-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid;
  border-radius: 50%;
  margin: 20px 0 30px;
  box-sizing: content-box;
  cursor: default;
  font-size: 60px;
  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;
}

.fly-alert.success .icon {
  border-color: #a5dc86;
  color: #a5dc86;
}

.fly-alert.danger .icon {
  border-color: #f27474;
  color: #f27474;
}

.fly-alert.success .icon svg {
  overflow: visible;
  width: 70px;
  height: 70px;
}

.fly-alert .desc {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 .4em;
  word-wrap: break-word;
}

.fly-alert .btn {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
  background-color: rgb(48, 133, 214);
}

/* Fly Alert */


.g-recaptcha {
  position: relative;
}

.fake_error {
  white-space: nowrap;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
  background-color: #F44336;
  color: #fff;
  padding: 5px 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 15px);
  position: absolute;
  z-index: 99;
  font-weight: 500;
}

.fake_error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #F44336;
  border-width: 10px;
  margin-left: -10px
}

/** popup */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .7);
}

.popup .content {
  position: relative;
  max-width: 992px;
  padding: 30px;
  margin: 15px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 26px;
  max-height: calc(100% - 30px);
}

.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  transform: translate(25%, -25%);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.popup .close svg {
  width: 20px;
}

.popup .content .content-wrapper{
  overflow: auto;
  margin-bottom: 0;
}

@media (max-width: 991px){
  .popup .content {
    padding: 15px;
  }

  .mobile-slider {
    padding-top:30px;
  }

  .footer {
    padding-bottom: 150px;
  }
}

.pdf-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 10px;
  color: #000B13;
  margin-bottom: 30px;
}

.pdf-box img{
  max-width: 100%;
  width: 100%;
}

.pdf-box .title {
  font-size: 18px;
  font-weight: 600;
}

.error-page {
padding:120px 0 ;
	display:flex;
	align-items:center;
	justify-content:center;
}

.error-page .title {
	font-size:32px;
	text-align:center;
}

.error-page .link-wrapper {
text-align:center;
}

.error-page .home-link {
	color:white;
	background-color:#FF5C00;
	padding:15px 60px;
}



/***/


