@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
body {
  font-family: "Nunito", sans-serif;
  color: #203859;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
a {
  text-decoration: none;
  outline: none;
}
p {
  line-height: 1.6;
}
html {
  scroll-padding-top: 50px;
  scroll-behavior: smooth;
}
.row > * {
  position: relative;
}
.text-primary {
  color: #203859 !important;
}
.bg-primary {
  background-color: #203859 !important;
}
.text-success {
  color: #00b295 !important;
}
.bg-success {
  background-color: #00b295 !important;
}
.text-info {
  color: #57b8ff !important;
}
.bg-info {
  background-color: #57b8ff !important;
}
.text-warning {
  color: #fbb13c !important;
}
.bg-warning {
  background-color: #fbb13c !important;
}
.text-danger {
  color: #fe6847 !important;
}
.bg-danger {
  background-color: #fe6847 !important;
}
.text-light {
  color: #f9f9f9 !important;
}
.bg-light {
  background-color: #203859 !important;
}
.text-dark {
  color: #203859 !important;
}
.bg-dark {
  background-color: #203859 !important;
}
.text-muted {
  color: #919297 !important;
}
.bg-muted {
  background-color: #919297 !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.bg-overlay {
  background-color: rgba(23, 52, 57, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.box-shadow {
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.05);
}
.box-shadow-lg {
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.1);
}
.title-desc {
  max-width: 650px;
  margin: 0 auto;
}
.title-border {
  width: 80px;
  height: 1px;
  background: #203859;
  background: linear-gradient(to right, transparent, #203859, transparent);
  margin: 0 auto;
}
#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #203859;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  transition: all 0.5s ease;
  display: none;
}
#back-to-top:hover {
  background-color: #203859;
}
.primary-link {
  color: #203859;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: #203859;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1600px !important;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn {
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn-primary {
  background: #203859;
  border-color: #203859 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #04a984;
  border-color: #04a984;
  box-shadow: 0px 8px 20px -6px rgba(5, 189, 147, 0.6);
}
.btn-outline-primary {
  color: #203859;
  border-color: #203859;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #203859;
  border-color: #203859;
  box-shadow: 0px 8px 20px -6px rgba(5, 189, 147, 0.6);
}
.btn-success {
  background: #00b295;
  border-color: #00b295 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #009e84;
  border-color: #009e84;
  box-shadow: 0px 8px 20px -6px rgba(0, 178, 149, 0.6);
}
.btn-outline-success {
  color: #00b295;
  border-color: #00b295;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #00b295;
  border-color: #00b295;
  box-shadow: 0px 8px 20px -6px rgba(0, 178, 149, 0.6);
}
.btn-info {
  background: #57b8ff;
  border-color: #57b8ff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #43afff;
  border-color: #43afff;
  box-shadow: 0px 8px 20px -6px rgba(87, 184, 255, 0.6);
}
.btn-outline-info {
  color: #57b8ff;
  border-color: #57b8ff;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #57b8ff;
  border-color: #57b8ff;
  box-shadow: 0px 8px 20px -6px rgba(87, 184, 255, 0.6);
}
.btn-warning {
  background: #fbb13c;
  border-color: #fbb13c !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #fba928;
  border-color: #fba928;
  box-shadow: 0px 8px 20px -6px rgba(251, 177, 60, 0.6);
}
.btn-outline-warning {
  color: #fbb13c;
  border-color: #fbb13c;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #fbb13c;
  border-color: #fbb13c;
  box-shadow: 0px 8px 20px -6px rgba(251, 177, 60, 0.6);
}
.btn-danger {
  background: #fe6847;
  border-color: #fe6847 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #fe5733;
  border-color: #fe5733;
  box-shadow: 0px 8px 20px -6px rgba(254, 104, 71, 0.6);
}
.btn-outline-danger {
  color: #fe6847;
  border-color: #fe6847;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #fe6847;
  border-color: #fe6847;
  box-shadow: 0px 8px 20px -6px rgba(254, 104, 71, 0.6);
}
.btn-light {
  background: #f9f9f9;
  border-color: #f9f9f9 !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #efefef;
  border-color: #efefef;
  box-shadow: 0px 8px 20px -6px rgba(249, 249, 249, 0.6);
}
.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f9f9f9;
  border-color: #f9f9f9;
  box-shadow: 0px 8px 20px -6px rgba(249, 249, 249, 0.6);
}
.btn-dark {
  background: #203859;
  border-color: #203859 !important;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #0f131f;
  border-color: #0f131f;
  box-shadow: 0px 8px 20px -6px rgba(22, 28, 45, 0.6);
}
.btn-outline-dark {
  color: #203859;
  border-color: #203859;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #203859;
  border-color: #203859;
  box-shadow: 0px 8px 20px -6px rgba(22, 28, 45, 0.6);
}
.btn-muted {
  background: #919297;
  border-color: #919297 !important;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #78889d;
  border-color: #78889d;
  box-shadow: 0px 8px 20px -6px rgba(132, 146, 166, 0.6);
}
.btn-outline-muted {
  color: #919297;
  border-color: #919297;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #919297;
  border-color: #919297;
  box-shadow: 0px 8px 20px -6px rgba(132, 146, 166, 0.6);
}
.btn-white {
  background: #fff;
  border-color: #fff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
  color: #203859;
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
  color: #fff !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #203859;
  z-index: 9999;
}
#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #efefef;
  border-right: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
  border-left: 5px solid #203859;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear;
}
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@keyframes SpinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  transition: all 0.5s ease;
  padding: 10px 0px;
  box-shadow: 0px 5px 10px -10px rgba(255, 255, 255, 0.6) !important;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #203859;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  margin: 0 10px;
  padding: 6px 0;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
}
.navbar .navbar-nav .nav-item .nav-link:hover span {
  border-bottom: 0.1px solid #fff;
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-brand .logo-light {
  display: inline-block;
}
.navbar .navbar-brand .logo-dark {
  display: none;
}
.nav-sticky.navbar {
  background: #fff;
  padding: 10px 0px;
  margin-top: 0px;
  box-shadow: 0px 5px 10px -10px rgba(32, 56, 89, 0.6) !important;
}
.nav-sticky.navbar .nav-item .nav-link {
  color: #203859;
}
.nav-sticky.navbar .nav-item .nav-link:hover,
.nav-sticky.navbar .nav-item .nav-link.active,
.nav-sticky.navbar .nav-item .nav-link:active {
    color: #203859 !important;
}
.nav-sticky.navbar .nav-item .nav-link:hover span {
    border-bottom: 0.1px solid #203859;
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #203859;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .nav-sticky.navbar {
    background: #fff;
  }
  .nav-sticky.navbar .nav-item .nav-link {
    color: #203859;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 12px 0px;
    background-color: #fff;
  }
  .navbar .navbar-brand .logo-light {
    display: none;
  }
  .navbar .navbar-brand .logo-dark {
    display: inline-block;
  }
}
#home {
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 80vh;
}
#home .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bg-home {
  padding: 190px 0 150px 0;
    background: url(../images/banner/banner_bg_grayscale_s_l.jpg);
}
.moreBtn {
    background-color: #203859;
}
.moreBtn:hover {
    color: #203859 !important;
    box-shadow: 0px 2px 10px -6px rgba(255, 255, 255, 0.6) !important;
}
.bg-home .bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    background: rgb(32, 56, 89);
    background: linear-gradient(180deg, rgba(32, 56, 89, 1) 0%, rgba(32, 56, 89, 0.9) 50%, rgba(32, 56, 89, 0.5) 85%, rgba(145, 146, 151, 1) 100%);
}
.home-dashboard {
  position: relative;
  border: 6px solid #fff;
  border-radius: 5px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #203859;
  background: #fff;
  display: inline-block;
  font-size: 70px;
  border-radius: 50%;
}
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0px;
  left: 0;
}
.shape > svg {
  width: 100%;
  height: auto;
}
.home-modal {
  border: 0;
  background-color: transparent;
}
.home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}
.home-modal .btn-close:hover,
.home-modal .btn-close:focus {
  opacity: 0.5;
}
.bg-home3 {
  padding: 210px 0px 180px 0px;
}
.bg-home3 .bg-overlay {
  background-color: rgba(23, 52, 57, 0.85);
}
#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-home4 {
  padding: 140px 0px 116px 0px;
  background-color: #f8f7ff;
}
@media (max-width: 1199.98px) {
  .bg-home4 .home-img {
    width: 100%;
    height: auto;
  }
}
.subscribe-form {
  background-color: #fff;
  padding: 48px 44px;
  border-radius: 4px;
}
.subscribe-form .form-label {
  position: absolute;
  top: -10px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  font-size: 14px;
  margin-bottom: 0;
}
.subscribe-form .form-control {
  padding: 12px 17px;
  font-size: 16px;
  border-color: rgba(108, 117, 125, 0.3);
}
.subscribe-form .form-control:focus {
  box-shadow: none;
  border-color: rgba(108, 117, 125, 0.45);
}
.subscribe-form .form-control::placeholder {
  color: #adb5bd;
}
.bg-home6 {
  padding: 160px 0px 75px 0;
  background-color: #0576b917;
}
@media (max-width: 991.98px) {
  .bg-home6 {
    padding: 145px 0px 70px 0;
  }
}
.homeslider .swiper-slide {
  transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(0deg) !important;
}
.homeslider .swiper-slide img {
  border: 10px solid #fff;
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.05);
}
.homeslider .swiper-slide .swiper-slide-shadow-left,
.homeslider .swiper-slide .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.01),
    rgba(255, 255, 255, 0)
  );
}
.homeslider .swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.1) !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -22px;
  line-height: 40px;
  background-color: #203859;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 3px;
}
.service-box {
  padding: 40px 30px;
  border-radius: 0.25rem;
}
.service-box i {
  font-size: 40px;
}
.service-box .lighlight-border {
  width: 60px;
  height: 1px;
  background: #203859;
  background: linear-gradient(to right, transparent, #203859, transparent);
  margin: 0 auto;
}
.bg-feature {
  z-index: 1;
  position: relative;
  margin-top: -112px;
}
.feature-box {
  background-color: #fff;
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px;
}
.feature-box .feature-icon {
  background-color: rgba(5, 189, 147, 0.15);
  color: #203859;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}
.skill-box {
  z-index: 3;
  position: relative;
}
.skill-box .progress {
  height: 8px;
  background: #e9ecef;
  overflow: visible;
}
.skill-box .progress-bar {
  position: relative;
  background-color: #203859;
  animation: animate-positive 2s;
  overflow: visible;
}
.skill-box .progress-value {
  display: block;
  color: #203859;
  position: absolute;
  top: -31px;
  right: -25px;
}
.about-img {
  position: relative;
  margin-left: -50px;
  margin-top: 0px;
  min-width: calc(50% + 50px);
  flex: none;
}
@media (max-width: 991.98px) {
  .about-img {
    margin-left: 0px;
    margin-top: 28px;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.process-box .process-count .process-number {
  background: #203859;
  color: #fff;
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.process-box .process-content {
  position: relative;
}
.process-box .process-content:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #f9f9f9;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0px auto;
  margin-top: -35px;
}
.process-box:hover .process-count .process-number {
  box-shadow: 0px 0px 0px 7px rgba(5, 189, 147, 0.5);
}
@media (min-width: 992px) {
  .process-border:before {
    content: "";
    border: 1px solid rgba(5, 189, 147, 0.4);
    position: absolute;
    width: 76%;
    left: 62%;
    top: 65px;
  }
}
.portfolio-title {
  font-size: 21px;
  word-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
}
.port-folio-sub-title {
  color: #919297;
  font-size: 17px;
  word-spacing: 1px;
  padding-top: 10px;
}
.portfolio-box {
  position: relative;
  overflow: hidden;
}
.portfolio-box .portfolio-content {
  padding: 20px;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: rgba(249, 249, 249, 0.85);
  bottom: -100px;
  left: 0;
  opacity: 0;
}
.portfolio-box:hover .portfolio-content {
  bottom: 0;
  opacity: 1;
}
.filter-options .nav-link {
  color: #203859;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid rgba(22, 28, 45, 0.1);
  transition: all 0.5s ease;
}
.filter-options .nav-link:hover,
.filter-options .nav-link.active {
  color: #fff;
  background-color: #203859;
  border-color: #203859;
}
.img-view {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  align-items: center;
  display: flex;
}
.img-view a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 4px;
  font-size: 22px;
  text-align: center;
  background: rgba(132, 146, 166, 0.08);
}
.goverlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.counter-icon i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #203859;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
}
.team-box .team-img {
  position: relative;
}
.team-box .team-img .team-content {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.team-box .team-img .team-content ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #203859;
  background-color: #fff;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.team-box .team-img .team-content ul li a:hover {
  color: #fff;
  background-color: #203859;
}
.team-box:hover .team-img .team-content {
  bottom: 10px;
  opacity: 1;
}
.testimonial-box .testimonial-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 18px;
  background: rgba(249, 249, 249, 0.2);
  position: relative;
}
.testimonial-box .testimonial-content::after {
  content: "";
  border: 16px solid transparent;
  border-top-color: rgba(249, 249, 249, 0.2);
  height: 20px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-indicators {
  align-items: center;
  position: relative;
}
.carousel-indicators button {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  overflow: hidden;
}
.carousel-indicators .active {
  opacity: 1;
  border: 4px solid #203859;
  z-index: 3;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #203859;
  background-size: 100% 40%;
  border-radius: 50%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.pricing-box .price-title {
  color: #919297;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.pricing-box .pricing-label {
  position: absolute;
  display: block;
  top: 15px;
  right: 14px;
}
.pricing-box .pricing-label h5 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #203859;
  border-radius: 50%;
}
.pricing-box .pricing-features p {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 12px;
}
.price {
  position: relative;
  color: #fff;
  font-size: 34px;
  height: 55px;
  line-height: 55px;
  width: 150px;
  margin: 0 auto;
  z-index: 1;
}
.price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  background: #203859;
}
.price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-6deg);
  background: rgba(5, 189, 147, 0.58);
}
.blog-box {
  transition: all 0.5s ease;
}
.blog-box .blog-img {
  position: relative;
}
.blog-box .blog-img .read-more {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-box .blog-img .read-more a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: #203859;
  color: #fff;
}
.blog-box:hover {
  transform: translateY(-8px);
}
.blog-box:hover .read-more {
  opacity: 1;
}
.bg-cta {
  position: relative;
  padding: 105px 0;
  background-image: url("../images/bg-cta.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.custom-form .form-label {
  font-weight: 600;
}
.custom-form .form-control {
  font-size: 15px;
  padding: 12px 16px;
  border-color: rgba(108, 117, 125, 0.4);
}
.custom-form .form-control:focus {
  outline: none;
  border-color: rgba(108, 117, 125, 0.75);
  box-shadow: none;
}
.custom-form .form-control::placeholder {
  color: #adb5bd;
}
.error-msg {
    padding: 13px 20px;
    color: #D32F2F;
    border-color: #D32F2F;
    background-color: #fff;
    border: 1px solid;
    border-radius: 5px;
    font-size: 15px;
}
.contact-info .icon {
  position: relative;
}
/*
.contact-info .icon::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
  width: 45px;
  height: 45px;
  background-color: rgba(5, 189, 147, 0.25);
  margin: 0px auto;
  border-radius: 5px;
  transform: rotate(45deg);
}
*/
.footer-subscribe {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-footer {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1021%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(25%2c 43%2c 51%2c 1)'%3e%3c/rect%3e%3cpath d='M1440 0L1328.55 0L1440 5.32z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1328.55 0L1440 5.32L1440 39.89L1098.28 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M1098.28 0L1440 39.89L1440 258.76L1063.27 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M1063.27 0L1440 258.76L1440 377.65L869.17 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L306.29 560L0 398.12z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 398.12L306.29 560L412.79 560L0 242.89000000000001z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 242.89L412.79 560L680.6500000000001 560L0 127.32z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 127.32L680.6500000000001 560L1193.8600000000001 560L0 86.03z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1021'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-position: center;
  background-size: cover;
  padding: 35px 0;
}
.bg-footer .footer-link a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 38px;
  transition: all 0.5s;
}
.bg-footer .footer-link a:hover {
  color: #fff;
}
.bg-footer .footer-subcribe input {
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  border: none;
  outline: none;
  padding-right: 75px;
  padding-left: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.bg-footer .footer-subcribe button {
  position: absolute;
  top: 0px;
  right: 0px;
  outline: none;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  padding: 11px 20px;
}
.bg-footer .footer-subcribe form {
  position: relative;
  max-width: 400px;
}
.footer-social a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: all 0.5s;
  display: inline-block;
}
.footer-social a:hover {
  color: #fff;
}
.footer-alt {
  background-color: #15242b;
}


@media (min-width: 992px) {
    .mdi.mdi-menu {
        color: #fff;
    }
    .nav-sticky .mdi.mdi-menu {
        color: #203859;
    }
    
}

iframe#fisher-widget {
    width: 100%;
    border: none;
}
.fisher-frame-wrapper {
    width: 100% !important;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    background: #919297;
    border: 1px solid #919297;
}
.carousel-indicators .active {
    background: #203859;
    border: 1px solid #203859;
}

@media (max-width: 991px) {
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
    
}

.onayCheck {
    border-color: #203859;
}
.onayCheck:checked {
    background-color: #203859;
    border-color: #203859;
}
.formGonder {
    opacity: 1 !important;
    border: none;
    width: 200px;
    background-color: #203859;
    color: #fff;
    border: 1px solid #203859;
}

.formGonder:disabled {
    background-color: #919297;
    border: 1px solid #919297;
    border-color: #919297 !important;
    cursor: not-allowed;
} 
.onayCheck:focus {
    border-color: #203859 !important;
    box-shadow: 0 0 0 0.25rem rgb(222 222 222 / 60%) !important;
}
.formGonder:active, .formGonder:focus, .formGonder:focus-visible   {
    border-color: #203859 !important;
    box-shadow: none !important;
    background-color: #203859 !important;
}
.formGonder:hover {
    background-color: #fff;
    color: #203859;
    border: 1px solid #203859;
    box-shadow: none !important;
}

.card-content {
    background: #fff;
    padding: 20px;
}
.ustAciklama, .altAciklama {
    display: flex;
}
.ustAciklama {
    margin-bottom: 20px;
}
.sembol i {
    color: #203859;
    font-size: 1.2rem;
}
.detayBilgi {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding-top: 0;
}
.detayBilgi p {
    color: #203859;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 24px;
}
.detayBilgi p:last-child {
    color: #919297;
    font-weight: 600;
}
.solAciklama, .sagAciklama {
    display: flex;
    gap: 10px;
    width: 50%;
}
.kartResim {
    position: relative;
}
.kartResim div {
    position: absolute;
    bottom: 20px;
    background: rgb(32 56 89 / 90%);
    width: 75%;
    padding: 15px 25px;
    display: flex;
}
.kartResim div p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.card-title-x {
  color: rgb(32, 56, 89);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  min-height: 55px;
}
.team-box {
    margin-bottom: 50px;
}
.work {
    display: flex;
}
.work__left {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
}
.work__text {
    margin: auto;
    width: 100%;
    margin-top: 60px;
}
.work__info {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}
.work__num {
    display: block;
    line-height: .9;
    text-align: right;
    font-size: 18px;
    transform: skewX(-20deg);
    color: red;
}
p.title {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
}
.work__photo {
    width: 100%;
    height: calc(100vh - 110px);
    position: relative;
    margin-top: 110px;
}
.work__photo-item {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}
.work__photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work__left-bl {
    width: 45%;
}
.work__left-bl button {
    position: absolute;
    left: calc(50% - 23px);
    z-index: 2;
    background: #203859;
    padding: 6px 20px; 
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 10px; 
    border: none; 
    cursor: default;
}
.work__left-bl button span {
    color: #fff; 
    font-size: 16px; 
    font-weight: 700;
}
.work__left-bl .subpageTitlePartTitle {
    margin-bottom: 25px; 
    text-align: left;
}
.work__left-bl .subpageTitlePartTitle span {
    color: #203859; 
    font-size: 20px; 
    font-weight: 700;
}
.work__left-bl .subpageTitlePartDescription {
    color: #919297; 
    font-size: 16px; 
    font-weight: 400; 
    text-align: left; 
    margin: 0 auto;
    margin-bottom: 30px;
}
.work__left-bl .subpageTitlePartDescription span {
    font-weight: 600;
}
.work__left-bl li {
    color: #919297; 
    font-size: 16px; 
    font-weight: 400; 
    text-align: left; 
    margin-bottom: 15px;
}
.work__left-bl li span {
    font-weight: 600;
}
.work__left-bl img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .subpageTitlePartDescription {
        text-align: left;
    }
}


#progressContainer10 {
    width: 4px;
    margin-top: 60px;
}

#progressBar10 {
    z-index: 1;
}

#progressFill10 {
    position: absolute;
    top: 0;
    transition: height 0.3s ease-out;
}

.myArrows {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
.arrow {
	opacity: 0;
	position: absolute;
	left: 40%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0);
}
.arrow-first {
	animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
	animation: arrow-movement 2s 1s ease-in-out infinite;
}
.arrow:before, .arrow:after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
}
.arrow:before {
	transform: rotate(45deg) translateX(-23%);
	transform-origin: top left;
}
.arrow:after {
	transform: rotate(-45deg) translateX(23%);
	transform-origin: top right;
}
@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 25%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.myArrowsMobile {
    display: none;
    left: calc(50% - 50px);
}
.myArrowsDesktop {
    display: block;
    left: calc(50% - 50px);
}

@media only screen and (max-width: 991px) {
    .myArrowsMobile {
        display: block;
    }
    .myArrowsDesktop {
        display: none;
    }
    
}

.telefonNoListItem {
    display: none;
}
.telefonluNavbar ul {
    width: 100%;
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .telefonNoBolumu {
        display: none;
    }
    .telefonNoListItem {
        display: block;
    }
}

.bannerCards {
  border: 1px solid #fff;
  background-color: rgba(32, 56, 89, 0.80);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  transition: 750ms;
  /* box-shadow: 0 1px 3px 0px rgba(255, 255, 255, 0.75); */
}
.bannerCards:hover {
  transform: translateY(5px);
}
.bannerCardsEx {
  border: 1px solid #20385980;
  background-color: rgba(255, 255, 255, 0.80);
  /* box-shadow: 0 1px 3px 0px rgba(32, 56, 89, 1); */
} 
.bannerCards i {
  font-size: 24px;
}
.bannerCards p {
  font-size: 16px;
  margin-bottom: 20px;
}
.bannerCards i, .bannerCards p {
  font-weight: 600;
  color: #fff;
}
.bannerCardsEx i, .bannerCardsEx p {
  color: #203859;
}
.bannerCards span {
  background: #fff;
  color: #203859;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
}
.bannerCards .spanSecond {
  background: #203859;
  color: #fff;
}
#scrollableDiv {
    display: none;
}


.fisher-frame-wrapper {
  border: 1px solid #919297;
  border-radius: 10px;
  padding-bottom: 40px;
  box-shadow: 5px 5px 10px 1px #dedede;
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #203859, #203859, #203859, #203859) border-box;
}
iframe#fisher-widget {
  border-radius: 10px;
}
.moreBtn5, .moreBtn5:active, .moreBtn5:focus, .moreBtn5:focus-visible {
  background-color: #203859;
  color: #fff !important;
}
.moreBtn5:hover {
  color: #203859 !important;
  box-shadow: 0px 2px 10px -6px rgba(255, 255, 255, 0.6) !important;
}
.moreBtn6 {
  width: 100%;
  max-width: 300px;
                  }

.moreBtn6:hover {
  border-color: #203859;
}

.moreBtn3 {
  background-color: #fff;
  color: #203859 !important;
}
.moreBtn3:hover {
  color: #fff !important;
  background-color: #203859;
  box-shadow: 0px 2px 10px -6px rgba(255, 255, 255, 0.6) !important;
}
.moreBtn4 {
  width: 100%;
  max-width: 300px;
}
.moreBtn4:hover {
  border-color: #fff;
}    

.myArrows2 {
  position: relative;
  height: 100px;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.arrow2 {
opacity: 0;
position: absolute;
left: 49.5%;
top: 50%;
transform-origin: 50% 50%;
transform: translate3d(-50%, -50%, 0);
}
.arrow2-first {
animation: arrow-movement2 2s ease-in-out infinite;
}
.arrow2-second {
animation: arrow-movement2 2s 1s ease-in-out infinite;
}
.arrow2:before, .arrow2:after {
background: #203859;
content: '';
display: block;
height: 2px;
position: absolute;
top: 0;
left: 0;
width: 20px;
}
.arrow2:before {
transform: rotate(45deg) translateX(-23%);
transform-origin: top left;
}
.arrow2:after {
transform: rotate(-45deg) translateX(23%);
transform-origin: top right;
}
@keyframes arrow-movement2 {
0% {
  opacity: 0;
  top: 25%;
}
70% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
.moreBtn2 {
  width: 100%;
  max-width: 300px;
}
.moreBtn2:hover {
  border-color: #203859;
}

.region {
  cursor: pointer !important;
}
.regionName {
  pointer-events: none !important;
}
.regionActive {
  fill: #203859;
}
.regionNameActive {
  fill: #fff;
}
.hidden { display: none; }

.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  max-width: 300px;
  border-radius: 7px;
  padding: 10px;
}
.dropdown-item {
  cursor: pointer;
  font-size: 15px;
  color: #203859;
  font-weight: 400;
}
.search-box {
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  color: #919297;
  font-size: 15px;
}
#regionDropdown {
  max-width: 300px;
  width: 100%;
  background: #203859;
  border-color: #203859 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#regionDropdown:hover {
  background-color: #fff;
  color: #203859;
}

.team-box {
  padding: 15px;
}
.custom-prev2 {
  width: 40px; height: 40px; border-radius: 5px; background-color: #fff; color: #203859; border: 1px solid #fff;
}    
.custom-next2 {
  width: 40px; height: 40px; border-radius: 5px; background-color: #fff; color: #203859; border: 1px solid #fff;
}  
.custom-prev2 span, .custom-next2 span {
  font-size: 24px;
}
.custom-prev2:hover, .custom-next2:hover {
  background-color: #203859;
  color: #fff;
}
.custom-prev2:hover span, .custom-next2:hover span {
  color: #fff;
}
.ustAciklama2, .altAciklama2 {
  justify-content: space-between;
}
.solAciklama2 {
  flex-direction: column;
  align-items: baseline;
  gap: 0;
  width: 48%;
}
.solAciklama2Title {
  margin-bottom: 0;
  color: #919297;
  font-weight: 600;
  font-size: 14px;
}
.solAciklamaDiv {
  display: flex;
  background: #dedede50;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.solAciklamaDiv i {
  margin-bottom: 0;
  font-size: 20px;
}
.solAciklamaDiv p {
  margin-bottom: 0;
  font-weight: 700;
}

.ustAciklama3 {
  flex-direction: column;
}
.solAciklama3 {
  width: 100%;
}
.margin20 {
  margin-bottom: 20px;
}
.card-content {
  padding: 20px 20px 25px 20px;
}
.kartResim img {
  width: 100%;
  position: relative;
    z-index: 1;
}
.kartResim p {
    padding: 5px 110px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-weight: 700;
    color: #203859;
    border-bottom: 5px solid #203859;
    border-top: 5px solid #203859;
    transform: rotate(-45deg);
    left: -50px;
    top: 36px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
}

.accordion .link {
cursor: pointer;
display: block;
padding: 15px 15px 15px 42px;
color: #203859;
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #919297;
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.accordion .liClass:last-child .link { 
  border-bottom: 0; 
}

.accordion .liClass span.mdi {
position: absolute;
top: 12px;
left: 12px;
font-size: 18px;
color: #203859;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.accordion .liClass span.mdi-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion .liClass.open .link {     
    color: #203859; 
}

.accordion .liClass.open span.mdi { 
    color: #203859;
}

.accordion .liClass.open span.mdi-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #203859;
    font-size: 14px;
    padding: 40px 20px;
}

.submenu p { 
    border-bottom: 1px solid #203859; 
    margin-bottom: 0; 
}

.submenu p {
    display: block; 
    text-decoration: none;
    color: #fff;
    padding: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
}
.submenu ul {
  padding-left: 40px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
}

.submenu ul li {
  color: #fff;
  padding: 5px;
}

.submenu ul li span, .submenu p span {
  font-weight: 700;
}

.formGonder {
  opacity: 1 !important;
  border: none;
  width: 200px;
  background-color: #fff;
  color: #203859;
  border: 1px solid #203859;
}

.formGonder:disabled {
  background-color: #919297;
  border: 1px solid #919297;
  border-color: #919297 !important;
  cursor: not-allowed;
} 
.onayCheck:focus {
  border-color: #203859 !important;
  box-shadow: 0 0 0 0.25rem rgb(222 222 222 / 60%) !important;
}
.formGonder:active, .formGonder:focus, .formGonder:focus-visible   {
  border-color: #203859 !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #203859 !important;
}
.formGonder:hover {
  background-color: #203859;
  color: #fff;
  border: 1px solid #fff !important;
  box-shadow: none !important;
}

.call-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #203859;
  color: #fff;
  border-left: 0.1px solid #dedede;
  border-top: 0.1px solid #dedede;
  border-bottom: 0.1px solid #dedede;
  border-radius: 5px 0 0 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  z-index: 10;
}
.call-button:hover {
  background-color: #fff;
  color: #203859;
}

.bigScreenShow {
  display: block;
}
.smallScreenShow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bigScreenShow {
    display: none;
  }
  .smallScreenShow {
    display: block;
  }
}

.mapChromeSection {
  display: none;
}
.mapMobileOtherSection {
  display: none;
}

.scroll-title {
  opacity: 0; /* Set the initial opacity to 0 */
  transition: opacity 1s ease-out; /* Ensure the text fades in over the same duration */
  color: #203859;
}

.scroll-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;  
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

/* Background image */
.scroll-image-content {
  width: 100%;
  height: 100%;
  background-image: url('../images/about/uberunsbigbgsm2.png'); /* Image added here */
  background-size: cover;
  background-position: center;
}

/* White overlay to create the reveal effect */
.scroll-image-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;  /* Covers the image */
  top: 0;
  left: 0;
  transition: height 0.75s linear;  /* Make the transition same as image */
  z-index: 1;
}

/* Class added by ScrollReveal */
.revealed .scroll-image-reveal {
  height: 0;
}

.jetztEmpfehlen {
  cursor: pointer; 
  border: 1px solid #fff; 
  padding-left: 20px !important; 
  padding-right: 20px !important; 
  border-radius: 5px;
  background: transparent !important
}
.jetztEmpfehlen span {
  border-bottom: unset !important;
}
.jetztEmpfehlen:hover {
  background: #fff !important;
}
.jetztEmpfehlen:hover span {
  color: #203859 !important;
}
.nav-sticky.navbar .nav-item .nav-link.jetztEmpfehlen {
  border: 1px solid #203859;
}
.nav-sticky.navbar .nav-item .nav-link.jetztEmpfehlen:hover {
  background: #203859 !important;
}
.nav-sticky.navbar .nav-item .nav-link.jetztEmpfehlen:hover span {
  color: #fff !important;
}

.kartt button {
    background: #203859;
    padding: 6px 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    cursor: default;
    color: #fff;
}
.kartt p.subpageTitlePartTitle {
    color: #203859;
    font-size: 20px;
    font-weight: 700;
    margin-top: 19px !important;
} 


@media (max-width: 1399px) {
    .desktopMobileVisibilityHidden {
        visibility: hidden;
    }
}
@media (min-width: 1400px) {
    .desktopMobileVisibilityHidden {
        display: none;
    }
}
@media (max-width: 991px) {
    #home {
        height: auto;
    }
    
}
@media only screen and (max-width: 991px) {
    .navbar.navbar-expand-xxl .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .kartlarBanner {
        gap: 25px;
    }
    .kartt button {
        padding: 15px 20px !important;
        margin-left: -1px;
    }
    #verkaufen .container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #uberuns {
        padding-top: 50px !important;
        padding-bottom: 50px !important; 
    }
    #kartePart {
        padding-top: 50px !important;
        padding-bottom: 50px !important; 
    }
    #regionDropdown {
        max-width: 500px !important;
    }
    #kundenbewertungen {
        padding-top: 0 !important;
        padding-bottom: 50px !important; 
    }
    #immobilienangebote {
        padding-top: 50px !important;
        padding-bottom: 50px !important; 
    }
    #faq {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #kontakt {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .marginTopSifir {
        margin-top: 0 !important;
    }
    .marginBottomElli {
        margin-bottom: 50px !important;
    }
    .marginBottomYirmi {
        margin-bottom: 20px !important;
    }
    .accordion .link {
        padding: 14px 15px 15px 25px !important;
    }
    .accordion .liClass span.mdi {
        left: 0 !important;
    }
    .accordion .liClass span.mdi-chevron-down {
        right: 0 !important;
        left: auto !important;
    }
    .butonlarHere {
        margin-bottom: 15px !important;
    }
    
    .immobilienCount {
        margin-left: 8px !important;
    }
    .testimonial-box .testimonial-content {
        padding: 25px 0 !important;
    }
    .paddingRemove {
        padding-left: 0 !important;
    }
    .paddingSifir {
        padding: 4px !important;
    }
    .paddingYirmi {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .paddingSekiz {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .call-button {
        display: none !important;
    }
    .kartlarBanner .col-lg-4 {
        display: flex;
        justify-content: center;
    }
  .bannerCards {
      padding: 20px 10px;
      gap: 10px;
      max-width: 500px !important;
  }
  .displayNone {
      display: none;
  }
  .paddingPart {
      padding: 25px !important;
  }
  .paddingPart h3, .paddingPart p {
      text-align: left !important;
  }
  .bannerCards p {
      margin-bottom: 10px !important;
  }
  .bannerCards .title-border {
      margin-top: 15px !important;
  }
  .bannerCards:hover {
      transform: translateY(0);
  }
  .mobilDegisim {
      margin-top: 20px !important;
  }
  .mobilDegisim .col-lg-5 img {
      max-width: 250px !important;
      margin-bottom: 30px !important;
  }
  .mobilDegisim .kontaktHref2 a {
      max-width: 500px !important;
  }
    .submenu ul {
        padding-left: 20px;
    }
    .accordion {
        margin-bottom: 0;
    }
  #steps_desktop {
      display: none;
  }
    #scrollableDiv {
        display: block;
    }
    .kontaktHref2 {
        text-align: center;
    }
    .container {
        max-width: 100% !important;
    }
    .counter-box.map2Box {
        max-width: 500px !important;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 799px) {
    .team-box {
        padding: 0 !important;
    }
}

#simple-msg {
    margin-top: 0;
    background: #fff;
    color: rgb(32, 56, 89);
    padding: 20px 10px;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.spinner-border {
    color: #fff !important; 
    margin-top: 15px; 
    margin-right: 100px;
    display: none;
}
.spinner-border span {
    color: #fff !important;
}
.spinner-border-text {
    color: #fff; 
    margin-top: 10px;
    display: none;
}