@charset "UTF-8";
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px transparent;
    box-shadow: 0 0 0 70px transparent;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px transparent;
    box-shadow: 0 0 0 70px transparent;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce-y {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes bounce-y {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce-x {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes zoom-one {
  0%,
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoom-one {
  0%,
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes zoom-two {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-two {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px transparent;
    box-shadow: 0 0 0 70px transparent;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes "ripple" {
  70% {
    -webkit-box-shadow: 0 0 0 70px transparent;
    box-shadow: 0 0 0 70px transparent;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes oy-preloader {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(108px);
  }
}
@keyframes oyRise {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes oyDrift {
  0%,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -9px, 0);
  }
}
@keyframes oyGrow {
  0% {
    opacity: 0;
    transform: scaleY(0.2);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes oyFill {
  0% {
    --oy-p: 0%;
  }
}
@keyframes oyFloatIn {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes oyBar {
  0% {
    transform: scaleX(0);
  }
}
@keyframes oySlideIn {
  0% {
    opacity: 0;
    transform: translateX(-14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes oyProcessFill {
  to {
    transform: scaleX(1);
  }
}
@keyframes oy-platforms-marquee {
  to {
    transform: translateX(calc(-50% - 6px));
  }
}
:root {
  --theme-color-white: #fbfcfe;
  --theme-color-light: #f3f7fa;
  --theme-color-gray: #eaf1f5;
  --theme-color-gray-2: #dde8ef;
  --theme-color-gray-3: #667785;
  --theme-color-gray-4: #e2ebf0;
  --theme-color-dark: #0c1f2e;
  --theme-color-dark-2: #16324a;
  --theme-color-dark-3: #102b46;
  --theme-color-dark-4: #0b2238;
  --theme-color-dark-5: #1a3a52;
  --theme-color1: #28658f;
  --theme-color2: #102b46;
  --theme-color3: #163a56;
  --theme-color4: #eaf2f6;
  --theme-color5: #f4f8fa;
  --theme-color6: #3c5e74;
  --theme-color7: #132b3d;
  --theme-color1-rgb: 40, 101, 143;
  --theme-color2-rgb: 16, 43, 70;
  --theme-color3-rgb: 22, 58, 86;
  --theme-color4-rgb: 234, 242, 246;
  --theme-color-dark-rgb: 12, 31, 46;
  --theme-color-white-rgb: 251, 252, 254;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --border-theme-color4: var(--theme-color4);
  --text-color-bg-theme-color1: #fbfcfe;
  --text-color-bg-theme-color2: #fbfcfe;
  --text-color-bg-theme-color3: #fbfcfe;
  --text-color-bg-theme-color4: #102b46;
  --gradient-1: linear-gradient(
    to right,
    rgba(16, 43, 70, 1) 0%,
    rgba(40, 101, 143, 0.55) 50%,
    rgba(16, 43, 70, 0) 100%
  );
  --gradient-2: linear-gradient(
    to right,
    var(--theme-color2),
    var(--theme-color1)
  );
  --gradient-3: linear-gradient(
    to top,
    var(--theme-color2),
    var(--theme-color1)
  );
  --gradient-4: linear-gradient(
    to top,
    var(--theme-color1),
    var(--theme-color2)
  );
  --gradient-5: linear-gradient(
    270deg,
    rgba(var(--theme-color1-rgb), 0.8) 0%,
    rgba(var(--theme-color-dark-rgb), 0.8) 100%
  );
  --gradient-6: linear-gradient(
    to left,
    var(--theme-color2),
    var(--theme-color1)
  );
  --gradient-7: linear-gradient(
    270deg,
    rgba(40, 101, 143, 0.62) 0%,
    rgba(11, 34, 56, 0.96) 54.5%
  );
  --text-color: #526675;
  --headings-color: #102b46;
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "Source Sans 3", sans-serif;
  --title-font: "Manrope", sans-serif;
  --style-font: "Manrope", sans-serif;
  --style-font-2: "Manrope", sans-serif;
  --style-font-3: "Source Sans 3", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.25em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 48px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--text-color);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f3f7fa;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #102b46;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #7c858c;
}
::-moz-input-placeholder {
  color: #7c858c;
}
::-ms-input-placeholder {
  color: #7c858c;
}
body {
  background-color: var(--theme-color-white);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.text,
body,
p {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
h1,
h2,
h3,
h4,
h5 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 1rem;
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small {
  font-weight: 400;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font-weight: inherit;
}
h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}
h2,
h3,
h4,
h5 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}
h3,
h4,
h5 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
}
h4,
h5 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
}
h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
}
table p {
  margin-bottom: 0;
}
p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):focus,
p a:not(.button):not(.btn):hover {
  text-decoration: underline;
}
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: 0;
}
address,
table {
  margin-bottom: 10px;
}
b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}
.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section > .container {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--container-width);
  }
}
.form-control {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #686a6f;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
}
.form-control::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #686a6f;
}
textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
*,
li,
ul {
  padding: 0;
  margin: 0;
}
* {
  border: 0;
  outline: 0;
  font-size: 100%;
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  outline: 0 !important;
  cursor: pointer;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
li,
ul {
  list-style: none;
}
.title a {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: var(--theme-color-white);
}
.auto-container,
.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.auto-container {
  max-width: var(--container-width);
}
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-white);
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: var(--theme-color2);
  color: var(--theme-color-white);
}
.list-style-one,
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-style-one {
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color1);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  color: #808287;
}
.list-style-one li a:hover,
.list-style-three li {
  color: var(--theme-color2);
}
.list-style-one,
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color1);
}
.list-style-one li a,
.list-style-three li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn-style-one:hover .btn-title,
.list-style-three li a,
.list-style-three li a:hover {
  color: var(--theme-color-white);
}
.list-style-three.two-column,
.social-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-style-three.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .list-style-three.two-column li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  margin-left: 15px;
}
.social-icon-one li:first-child,
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-one li a,
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover,
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > a:hover,
.social-icon-one li a:hover {
  color: var(--theme-color1);
}
.social-icon-two,
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  margin-left: 10px;
}
.social-icon-two li a {
  width: 40px;
  font-size: 16px;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color-white);
  border-radius: 50%;
  background-color: #153a56;
}
.social-icon-two li a:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.theme-btn,
.theme-btn .btn-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
.theme-btn .btn-title {
  position: relative;
  z-index: 2;
}
.btn-style-four,
.btn-style-one {
  position: relative;
  font-size: 16px;
  padding: 20px 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-style-one {
  line-height: 20px;
  color: var(--theme-color-white);
  background: var(--theme-color1);
}
.btn-style-one:after,
.btn-style-one:before {
  content: "";
  background-color: var(--theme-color2);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-style-one:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn-style-one:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-style-one:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn-style-one:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-style-one.light {
  background: var(--theme-color-white);
  color: var(--theme-color1);
  font-weight: 500;
}
.btn-style-one.light:after,
.btn-style-one.light:before {
  background: var(--theme-color1);
}
.btn-style-one.hover-white:hover,
.btn-style-one.hover-white:hover .btn-title,
.feature-block-five .content-box .title a:hover,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}
.btn-style-one.hover-white:after,
.btn-style-one.hover-white:before,
.header-style-one
  .header-lower
  .main-box
  .main-menu
  .navigation
  > li.current:before,
.header-style-one .header-lower .main-box .main-menu .navigation > li:before {
  background-color: var(--theme-color-white);
}
.btn-style-four {
  line-height: 18px;
  background: 0 0;
  border: 1px solid var(--theme-color-white);
}
.btn-style-four:after,
.btn-style-four:before {
  content: "";
  background-color: var(--theme-color1);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-style-four:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn-style-four:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-style-four:hover {
  border-color: var(--theme-color1);
}
.btn-style-four,
.btn-style-four:hover .btn-title,
.main-menu .navigation > li > a:hover,
.sec-title.light h1,
.sec-title.light h2,
.sec-title.light h3 {
  color: var(--theme-color-white);
}
.btn-style-four:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn-style-four:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.theme-btn.small {
  padding: 10px 40px;
  line-height: 20px;
  font-size: 12px;
}
.anim-icons,
.overlay-anim:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.anim-icons {
  right: 0;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg-pattern-1 {
  width: 124px;
  height: 121px;
  background-image: url(../images/icons/bg-pattern-1.png);
}
.main-header,
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.header-top {
  margin-left: 335px;
  padding-right: 50px;
}
.header-top .inner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header-top,
.header-top .inner-container,
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .inner-container,
.header-top .top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top .top-right {
  position: relative;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 13px;
  color: #808287;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .outer-box {
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .header-top .outer-box {
    min-width: 170px;
  }
}
.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 24px 0;
  min-width: 280px;
}
.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box,
.main-menu .navigation > li {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box,
.main-header .main-box .nav-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .main-box {
  left: 0;
  top: 0;
}
.main-header .main-box .nav-outer {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  position: relative;
  margin: 0;
}
.main-menu .navigation > li {
  float: left;
  padding: 25px 0;
  margin-right: 55px;
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 38px;
  }
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: var(--bg-theme-color2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #aab3bb;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color-white);
  font-weight: 700;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .main-menu .navigation > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child,
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: var(--theme-color-white);
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .outer-box {
  position: relative;
  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;
  height: 100%;
}
.main-header .outer-box .theme-btn {
  margin-left: 40px;
  text-transform: uppercase;
}
.main-header .info-btn {
  position: relative;
  display: block;
  padding: 8px 0 8px 55px;
  color: var(--theme-color-white);
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
}
.main-header .info-btn small {
  font-size: 12px;
  font-weight: 400;
  color: #aab3bb;
}
.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
  font-size: 16px;
}
.main-header .info-btn:hover {
  color: var(--theme-color1);
}
.header-style-one .header-top {
  background-color: #f4f0f0;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-top {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .header-top {
    padding: 5px 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top {
    display: none;
  }
}
.header-style-one .header-lower {
  background-color: var(--theme-color3);
}
.header-style-one .header-lower .logo-box {
  position: relative;
  margin-right: 50px;
  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;
  background-color: var(--theme-color-white);
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .logo-box {
    margin-top: 0;
    min-height: auto;
    min-width: 170px;
    text-align: center;
    padding: 20.5px 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .logo-box {
    margin-right: 30px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .logo-box .logo {
    margin-top: 0;
  }
}
.header-style-one .header-lower .main-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .main-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-style-one .header-lower .main-box .nav-outer {
    width: auto;
  }
}
.header-style-one .header-lower .theme-btn {
  line-height: 26px;
  padding: 15.5px 34px;
  letter-spacing: 0.6px;
}
@media (max-width: 1299.98px) {
  .header-style-one .header-lower .theme-btn {
    display: none;
  }
  .header-style-one .header-lower .outer-box {
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .outer-box {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .outer-box .info-btn {
    display: none;
  }
}
.header-style-one.style-four .header-lower {
  background-color: var(--theme-color3);
  padding: 0 60px;
}
@media (max-width: 1399.98px) {
  .header-style-one.style-four .header-lower {
    padding: 0 15px;
  }
}
.header-style-one.style-four .header-lower.style-two {
  background-color: #0f2133;
}
.header-style-one.style-four .header-lower .logo-box {
  background-color: transparent;
  min-height: auto;
  min-width: 149px;
  margin-top: 0;
  padding: 0;
}
.header-style-one.style-four .header-lower .logo-box .logo {
  margin-top: 0;
}
.header-style-one.style-four .header-lower .main-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-style-one.style-four .header-lower .main-box .nav-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-one.style-four .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-white);
  font-weight: 500;
}
.header-style-one.style-four .header-lower .outer-box {
  padding: 27px 0 27px 15px;
}
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .nav-outer {
  position: relative;
  background: 0 0;
}
.sticky-header .inner-container {
  position: relative;
  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;
}
.sticky-header .main-menu .navigation > li {
  margin: 0 0 0 40px;
  padding: 20px 0;
}
.sticky-header .main-menu .navigation > li > a {
  color: #707070;
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.sticky-header .main-menu .navigation > li:before,
.sticky-header .outer-box {
  display: none;
}
.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
  top: 3px;
}
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color-white);
  display: none;
  top: 0;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: inline-block;
  }
}
.mobile-menu,
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu {
  width: 300px;
  max-width: 100%;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
  max-width: fit-content !important;
}
.mobile-menu .menu-box {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color2);
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li:hover > a,
.mobile-menu .social-links li a:hover {
  color: var(--theme-color1);
}
.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}
.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.contact-list-one li .contact-info-box a,
.mobile-menu .social-links li a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color1);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-menu .social-links {
  position: relative;
  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;
  background: var(--theme-color2);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title .sub-title {
  position: relative;
  top: -11px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 12px;
  margin-bottom: 9px;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "/";
  color: var(--theme-color1);
}
.sec-title h1,
.sec-title h2 {
  position: relative;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h1 {
  font-size: 60px;
  line-height: 1em;
}
.sec-title h2 {
  font-size: var(--sec-title-font-size);
  letter-spacing: -0.02em;
  margin-top: -5px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 30px;
}
.sec-title.light .sub-title,
.sec-title.light .text {
  color: #aab3bb;
}
.main-slider {
  position: relative;
  background-color: var(--theme-color2);
}
.main-slider .title,
.main-slider h1 {
  position: relative;
  color: var(--theme-color-white);
}
.main-slider .title {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 575.98px) {
  .main-slider .title {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.main-slider h1 {
  display: block;
  font-size: 77px;
  line-height: 90px;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  .main-slider h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
@media (max-width: 801.98px) {
  .main-slider h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-slider h1 {
    font-size: 40px;
  }
}
@media (max-width: 399.98px) {
  .main-slider h1 {
    font-size: 34px;
  }
}
.main-slider .text {
  font-size: 18px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
}
.main-slider .btn-box {
  position: relative;
}
.main-slider .theme-btn {
  display: inline-block;
  white-space: nowrap;
  min-width: 200px !important;
}
.main-slider .image {
  pointer-events: none;
}
@media (max-width: 1039.98px) {
  .main-slider .image {
    display: none;
  }
}
.features-section {
  position: relative;
  padding: 120px 0 45px;
  background-color: #132130;
}
@media (max-width: 991.98px) {
  .features-section {
    padding: 120px 0 104px;
  }
}
.features-section .bg-layer {
  width: 505px;
  height: 518px;
  background-image: url(../images/icons/shape-1.png);
  position: absolute;
  right: 0;
  top: -35px;
}
.feature-block,
.features-section .content-column {
  position: relative;
  margin-bottom: 60px;
}
.features-section .content-column .inner-column {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .features-section .content-column .inner-column {
    padding-right: 0;
  }
}
.features-section .content-column .sec-title {
  margin-bottom: 45px;
}
.features-section .content-column .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .features-section .content-column .info-box {
    display: block;
  }
}
.features-section .content-column .info-box .inner {
  position: relative;
  padding-left: 110px;
  min-height: 88px;
  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;
}
.features-section .content-column .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 88px;
  width: 88px;
  padding: 2px;
  border-radius: 50%;
  overflow: hidden;
}
.features-section .content-column .info-box .thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-3);
  content: "";
}
.features-section .content-column .info-box .thumb img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  border: 4px solid #132130;
}
.features-section .content-column .info-box .title {
  color: var(--theme-color-white);
  margin-bottom: 0;
}
.features-section .content-column .info-box .sub-title {
  font-size: 14px;
  color: #73787d;
}
.features-section .content-column .info-box .theme-btn {
  margin-left: 30px;
  max-width: 249px;
}
@media (max-width: 1199.98px) {
  .features-section .content-column .info-box .theme-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
.feature-block {
  margin-bottom: 16px;
}
.feature-block .inner-box {
  position: relative;
  border: 1px solid rgba(128, 130, 135, 0.6);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:before {
  background-color: var(--theme-color1);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:hover:before {
  width: 100%;
}
.feature-block .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.feature-block .inner-box:hover .icon,
.feature-block .inner-box:hover .title {
  color: var(--text-color-bg-theme-color1);
}
.feature-block .content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 20px 32px;
}
@media (max-width: 1199.98px) {
  .feature-block .content {
    padding: 18px 20px;
  }
}
.feature-block .icon,
.feature-block .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .icon {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 40px;
  line-height: 1em;
  margin-right: 15px;
}
.feature-block .title {
  color: var(--theme-color-white);
  display: block;
  margin-bottom: 0;
}
.features-section-four {
  position: relative;
  padding: 120px 0;
}
.features-section-four .bg-image {
  background-color: var(--theme-color2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% - 60px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.features-section-four .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 37, 55, 0.93);
  content: "";
}
@media (max-width: 991.98px) {
  .features-section-four .bg-image {
    height: 100%;
  }
  .features-section-four.pb-0 {
    padding-bottom: 120px !important;
  }
}
.features-section-four .sec-title {
  margin-bottom: 45px;
}
.features-section-four .features-column,
.features-section-four .features-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .features-section-four .features-column .inner-column {
    margin-bottom: 40px;
  }
}
.features-section-five {
  position: relative;
  padding: 14px 0 120px;
}
.features-section-five .anim-icons {
  max-width: none;
}
.features-section-five .anim-icons .icon {
  position: absolute;
  right: 0;
  top: -63px;
  pointer-events: none;
}
.about-block,
.feature-block-five,
.feature-block-four,
.features-section-seven {
  position: relative;
}
.feature-block-four .inner-box {
  position: relative;
  background-color: var(--theme-color-white);
  padding: 70px 25px 135px;
  margin-bottom: 45px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .feature-block-four .inner-box {
    margin-bottom: 80px;
    padding: 70px 15px 135px;
  }
}
.feature-block-four .inner-box:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.feature-block-four .inner-box:hover .bg-image:before {
  opacity: 0.1;
}
.feature-block-four .inner-box:hover .bg-image:after {
  height: 100%;
}
.feature-block-four .inner-box:hover .bg-image img {
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.feature-block-four .inner-box:hover .feature-details,
.feature-block-four .inner-box:hover .feature-title {
  color: var(--theme-color-white);
}
.feature-block-four .inner-box:hover .count {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  -webkit-box-shadow: 0 10px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px -30px rgba(0, 0, 0, 0.2);
}
.feature-block-four .inner-box .bg-image {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.feature-block-four .inner-box .bg-image:after,
.feature-block-four .inner-box .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
}
.feature-block-four .inner-box .bg-image:before {
  height: 100%;
  background-color: var(--theme-color2);
  opacity: 0.7;
  z-index: 1;
}
.feature-block-four .inner-box .bg-image:after {
  height: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--theme-color2)),
    to(var(--theme-color1))
  );
  background: linear-gradient(
    to right,
    var(--theme-color2),
    var(--theme-color1)
  );
  opacity: 0.9;
  z-index: 2;
}
.feature-block-four .inner-box .bg-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.feature-block-four .inner-box .feature-title {
  color: var(--theme-color-white);
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.feature-block-four .inner-box .feature-details {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding: 0 40px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .feature-block-four .inner-box .feature-details {
    padding: 0;
  }
}
.feature-block-five .inner-box,
.feature-block-five .inner-box:before,
.feature-block-four .inner-box .count {
  position: absolute;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-four .inner-box .count {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -68px;
  height: 135px;
  width: 135px;
  border: 23px solid var(--theme-color-white);
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
  font-size: 20px;
  font-weight: 700;
  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;
  z-index: 3;
}
.feature-block-five .inner-box {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  background-color: var(--theme-color4);
  border-bottom: 1px solid #d9e0e6;
  border-right: 1px solid #d9e0e6;
}
.feature-block-five .inner-box:before {
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 0;
  content: "";
}
.feature-block-five .inner-box:hover {
  background-color: var(--theme-color-white);
}
.feature-block-five .inner-box:hover:before {
  left: 0;
  width: 100%;
}
.feature-block-five .inner-box:hover .content-box .icon:after {
  left: 15px;
}
.feature-block-five .content-box {
  position: relative;
  padding-left: 110px;
  max-width: 350px;
  display: inline-block;
  text-align: left;
}
.feature-block-five .content-box .icon {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  color: var(--theme-color1);
  font-size: 64px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .content-box .icon:after {
  position: absolute;
  left: 30px;
  top: 10px;
  height: 52px;
  width: 52px;
  background-color: var(--theme-color1);
  opacity: 0.1;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .content-box .title {
  color: var(--theme-color2);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
}
.feature-block-five .content-box .title a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-five .content-box .sub-title {
  display: block;
  margin-bottom: 10px;
}
.about-block {
  margin-bottom: 30px;
}
.about-block .inner {
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}
@media (max-width: 1199.98px) {
  .about-block .inner {
    padding-left: 60px;
  }
}
.about-block .icon,
.about-section-four .content-column .btn-box .info-btn i,
.service-block .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 64px;
  color: var(--theme-color1);
  line-height: 1em;
}
@media (max-width: 1199.98px) {
  .about-block .icon {
    font-size: 50px;
  }
}
.about-block:hover .icon {
  color: var(--theme-color2);
  -webkit-transform: rotateY(-190deg);
  transform: rotateY(-190deg);
}
.about-block .title {
  position: relative;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 2px;
}
.about-section-four {
  position: relative;
  padding: 120px 0 70px;
}
@media (max-width: 991.98px) {
  .about-section-four {
    padding: 90px 0 70px;
  }
}
.about-section-four .anim-icons {
  max-width: none;
}
@media (max-width: 1399.98px) {
  .about-section-four .anim-icons {
    display: none;
  }
}
.about-section-four .content-column {
  z-index: 1;
}
.about-section-four .content-column .inner-column {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1199.98px) {
  .about-section-four .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-four .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section-four .content-column .sec-title h2 {
  margin-right: 15px;
}
.about-section-four .content-column .about-block .title,
.why-choose-us-two .content-column .list-style-three li {
  font-weight: 700;
}
.about-section-four .content-column .text-2 {
  margin-top: 5px;
}
.about-section-four .content-column .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 47px;
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .btn-box {
    display: block;
  }
}
.about-section-four .content-column .btn-box .info-btn {
  margin-left: 25px;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 70px;
  color: var(--theme-color-dark);
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 575.98px) {
  .about-section-four .content-column .btn-box .info-btn {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.about-section-four .content-column .btn-box .info-btn:hover i {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.about-section-four .content-column .btn-box .info-btn small {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: #73787d;
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.about-section-four .content-column .btn-box .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  line-height: 50px;
  height: 52px;
  width: 52px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color-dark);
  color: var(--theme-color-white);
  background-color: var(--theme-color-dark);
  font-size: 16px;
}
.about-section-four .content-column .btn-box .info-btn:hover {
  color: var(--bg-theme-color2);
}
.about-section-four .content-column,
.about-section-four .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-four .image-column .inner-column {
  position: relative;
}
.about-section-four .image-column .inner-column .image-1,
.service-block {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-four .image-column .inner-column .image-1 {
    margin-left: 20px;
  }
}
.about-section-four .image-column .inner-column .image-1:before {
  position: absolute;
  left: -19px;
  top: 30px;
  width: 19px;
  height: calc(100% - 67px);
  background-color: var(--theme-color1);
  z-index: 2;
  content: "";
}
.about-section-four .image-column .inner-column .image-2 {
  border: 15px solid var(--theme-color-white);
  position: absolute;
  right: -10px;
  bottom: 87px;
  margin-bottom: 0;
  max-width: 259px;
}
@media (max-width: 991.98px) {
  .about-section-four .image-column .inner-column .image-2 {
    display: none;
  }
}
.service-block {
  margin-bottom: 30px;
  z-index: 1;
}
.clients-section .slide-item a,
.service-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box {
  background-color: var(--theme-color-white);
}
.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.service-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block .inner-box:hover .image-box .image:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.service-block .image-box {
  position: relative;
}
.service-block .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.service-block .image-box .image img {
  width: 100%;
}
.news-block .image-box .image a:after,
.service-block .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.service-block .image-box .icon-box,
.service-block .image-box .icon-box .icon {
  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;
}
.service-block .image-box .icon-box {
  position: absolute;
  right: 0;
  bottom: -50px;
  height: 100px;
  width: 100px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .image-box .icon-box .icon {
  height: 57px;
  width: 57px;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 28px;
  border-radius: 50%;
}
.service-block .content-box {
  position: relative;
  padding: 36px 35px 34px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.service-block .content-box .bg-pattern-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.service-block .content-box .title {
  margin-bottom: 17px;
  font-size: 24px;
}
.service-block .content-box .title:hover {
  color: var(--theme-color1);
}
.service-block .content-box .text {
  position: relative;
  margin-bottom: 0;
}
.service-block .content-box .read-more {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  background-color: #ecf0f4;
  padding: 10px 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more i,
.service-block .content-box .read-more i {
  margin-left: 10px;
  color: #73787d;
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.service-block .content-box .read-more:hover {
  color: var(--theme-color-white);
  background-color: var(--bg-theme-color1);
}
.service-block .content-box .read-more:hover i {
  color: var(--theme-color-white);
}
.clients-section,
.services-section-five,
.services-section-seven {
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
}
.services-section-five .anim-icons .icon {
  position: absolute;
  right: calc(50% - 895px);
  bottom: -39px;
  pointer-events: none;
}
.services-section-five .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 568px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color2);
}
.services-section-five .bg-layer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--theme-color2-rgb), 0.8);
  content: "";
}
.services-section-seven .anim-icons .icon {
  position: absolute;
  left: calc(50% - 902px);
  top: 91px;
  pointer-events: none;
}
.clients-section {
  padding: 35px 0 75px;
}
.clients-section.style-two {
  padding: 0;
  background: var(--bg-theme-color2);
}
.clients-section.style-four::before,
.clients-section.style-two::before {
  display: none;
}
.clients-section.style-two .slide-item {
  padding: 50px 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}
.clients-section.style-four {
  border-top: 1px solid #e6e8ed;
  padding: 90px 0;
}
.clients-section.home-style-nine {
  border: 0;
  padding-top: 0;
  padding-bottom: 120px;
}
.clients-section .slide-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-section .slide-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.clients-section .slide-item:hover img {
  opacity: 1;
}
.clients-section .slide-item a {
  display: block;
}
.clients-section .slide-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fun-fact-section {
  position: relative;
  padding: 65px 0 52px;
}
.fun-fact-section .bg-layer {
  position: absolute;
  left: 0;
  top: -338px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/pattern-bg1.png);
  min-height: 788px;
}
.fun-fact-section.style-six {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -60px;
}
.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner {
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .inner:hover .icon:after {
  margin-top: -10px;
}
.counter-block .icon,
.counter-block .icon:after {
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .icon {
  position: relative;
  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: 122px;
  width: 122px;
  background-color: #fff;
  color: var(--theme-color1);
  font-size: 62px;
  line-height: 1em;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  margin: 0 auto 15px;
}
.counter-block .icon:after {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 120px;
  width: 120px;
  background-color: var(--theme-color1);
  z-index: -2;
  content: "";
}
.counter-block .count-box {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.counter-block .count-box,
.counter-block .count-box .count-text {
  font-size: 36px;
  color: var(--theme-color2);
  font-weight: 700;
  line-height: 1em;
}
.counter-block .counter-title {
  display: block;
  font-size: 18px;
  color: #73787d;
  font-weight: 400;
  margin-bottom: 0;
}
.why-choose-us {
  position: relative;
  background-color: var(--bg-theme-color4);
  background-repeat: no-repeat;
  background-position: center;
}
.why-choose-us .anim-icons .icon {
  position: absolute;
  left: calc(50% - 217px);
  top: 5px;
  pointer-events: none;
}
.why-choose-us.style-six {
  background-color: transparent;
}
.why-choose-us.style-six .anim-icons {
  max-width: 100%;
}
.why-choose-us.style-six .anim-icons .icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: -65px;
  pointer-events: none;
}
.why-choose-us .content-column,
.why-choose-us .image-column {
  position: relative;
}
.why-choose-us .content-column .inner-column {
  position: relative;
  padding: 120px 70px 110px 0;
}
@media (max-width: 1199.98px) {
  .why-choose-us .content-column .inner-column {
    padding-right: 0;
  }
}
.why-choose-us .content-column .sec-title {
  margin-bottom: 35px;
}
.why-choose-us .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}
.why-choose-us .content-column .info-box {
  position: relative;
  padding-left: 95px;
  min-height: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e0e6;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box {
    padding-left: 0;
    text-align: center;
  }
}
.why-choose-us .content-column .info-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.why-choose-us .content-column .info-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.why-choose-us .content-column .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 64px;
  color: var(--theme-color1);
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box .icon {
    display: block;
    position: relative;
  }
}
.why-choose-us .content-column .info-box .sub-title {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #73787d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.why-choose-us .content-column .info-box .title {
  margin-bottom: 0;
}
.why-choose-us .content-column .info-box .read-more {
  position: absolute;
  right: 0;
  top: 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: 52px;
  width: 52px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--theme-color2);
  margin-top: 5px;
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box .read-more {
    position: relative;
    margin: 20px auto 0;
  }
}
@media (max-width: 1199.98px) {
  .why-choose-us .image-column {
    display: none;
  }
}
.why-choose-us .image-column .inner-column {
  position: relative;
}
.why-choose-us .image-column .image {
  position: relative;
  margin-right: -337px;
  margin-left: -60px;
  margin-bottom: 0;
  text-align: right;
}
.user-links li a:hover:before,
.why-choose-us .image-column .image img,
.why-choose-us-two .image-column .image img {
  width: 100%;
}
.why-choose-us.style-six .image-column,
.why-choose-us.style-six .image-column .inner-column {
  position: relative;
}
@media (max-width: 1199.98px) {
  .why-choose-us.style-six .image-column {
    display: none;
  }
}
.why-choose-us.style-six .image-column .image {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.why-choose-us.style-six .image-column .image img {
  width: inherit;
}
.process-section-two,
.why-choose-us-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.faqs-section:before,
.why-choose-us-two .image-column .bg-image:before,
.why-choose-us-two .info-box::before,
.why-choose-us-two::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
}
.why-choose-us-two::before {
  left: -30px;
  top: -30px;
  background-image: url(../images/icons/pattern-14.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.why-choose-us-two .icon-object-1 {
  left: -340px;
  bottom: 0;
}
.why-choose-us-two .content-column,
.why-choose-us-two .image-column {
  position: relative;
}
.why-choose-us-two .content-column .inner-column {
  position: relative;
  padding-right: 45px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column .inner-column {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.why-choose-us-two .content-column .bold-text {
  font-size: 18px;
  margin-top: 30px;
  color: var(--theme-color2);
}
.why-choose-us-two .content-column .list-style-three {
  margin-bottom: 40px;
  margin-right: -25px;
}
@media (max-width: 1199.98px) {
  .why-choose-us-two .content-column .list-style-three li {
    font-size: 16px;
  }
}
.why-choose-us-two .image-column .inner-column {
  position: relative;
}
.why-choose-us-two .image-column .bg-image {
  position: absolute;
  right: -370px;
  top: -120px;
}
@media (max-width: 991.98px) {
  .why-choose-us-two .image-column .bg-image {
    display: none;
  }
}
.why-choose-us-two .image-column .bg-image:before {
  left: 0;
  top: 0;
  opacity: 0.9;
  background: var(--gradient-4);
}
.why-choose-us-two .image-column .image {
  position: relative;
  z-index: 2;
}
.why-choose-us-two .info-box {
  position: absolute;
  left: 30px;
  bottom: -30px;
  z-index: 2;
  background-color: #fff;
  max-width: 272px;
  padding: 40px 45px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-choose-us-two .info-box::before {
  left: 0;
  top: -10px;
  height: 10px;
  background: var(--theme-color1);
  z-index: 2;
}
.why-choose-us-two .info-box .icon {
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 1em;
  color: var(--theme-color1);
  margin-bottom: 20px;
}
.why-choose-us-two .info-box .count {
  display: block;
  font-family: var(--title-font);
  font-size: 36px;
  color: var(--theme-color2);
  margin-bottom: 36px;
}
.why-choose-us-two .info-box .text {
  font-size: 17px;
}
.process-section-two {
  padding: 120px 0 41px;
}
.process-section-two .icon-object-1 {
  left: 10px;
  bottom: 30px;
}
.process-block-two {
  position: relative;
  margin-bottom: 20px;
}
.call-to-action,
.process-block-two .inner-box {
  position: relative;
}
.process-block-two .inner-box:hover .icon-box:after {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}
.process-block-two .inner-box:hover .icon-box::before {
  clip-path: polygon(50%0, 50%0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
}
.faqs-section.style-two .accordion-box .block .acc-btn.active .icon,
.process-block-two .inner-box:hover .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}
.process-block-two .inner-box:hover .count {
  left: 165px;
  bottom: 165px;
  -webkit-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}
.process-block-two .icon-box {
  position: relative;
  height: 255px;
  width: 255px;
  border-radius: 50%;
  padding: 40px;
  margin: 0 auto 20px;
}
.process-block-two .icon-box:after,
.process-block-two .icon-box:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.process-block-two .icon-box:before {
  top: 0;
  border: 2px solid var(--theme-color4);
  border-radius: 200px 200px 0 0;
  border-bottom: 0;
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}
.process-block-two .icon-box:after {
  bottom: 0;
  clip-path: polygon(50%0, 50%0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  border: 2px solid var(--theme-color1);
  border-top: 0;
  border-radius: 0 0 200px 200px;
}
.process-block-two .icon-box .count,
.process-block-two .icon-box .icon {
  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%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-block-two .icon-box .icon {
  position: relative;
  height: 180px;
  width: 180px;
  background-color: var(--theme-color4);
  margin-bottom: 0;
  z-index: 1;
  font-size: 64px;
  color: var(--theme-color1);
}
.process-block-two .icon-box .count {
  position: absolute;
  left: 38px;
  bottom: 38px;
  height: 54px;
  width: 54px;
  background-color: var(--theme-color2);
  font-size: 16px;
  color: var(--theme-color-white);
  z-index: 2;
}
.process-block-two .info-box {
  position: relative;
  text-align: center;
}
.process-block-two .info-box .title {
  z-index: 2;
  margin-bottom: 15px;
}
.process-block-two .info-box .text {
  padding: 0 30px;
}
.call-to-action {
  background-color: var(--theme-color3);
  z-index: 2;
}
.call-to-action.style-two {
  background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .call-to-action.style-two .inner-container {
    display: block;
    text-align: center;
  }
  .call-to-action.style-two .inner-container .title {
    margin-bottom: 20px;
  }
  .call-to-action.style-two .inner-container .info-btn {
    margin-left: 0;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.call-to-action .inner-container {
  position: relative;
  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: 25px 0;
}
.call-to-action .title {
  font-size: 20px;
  color: var(--theme-color-white);
  margin-bottom: 0;
  font-weight: 500;
}
.call-to-action .info-btn {
  position: relative;
  background-color: var(--theme-color2);
  padding: 15px 40px;
  line-height: 24px;
  font-size: 18px;
  color: var(--theme-color-white);
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.call-to-action .info-btn i {
  margin-right: 10px;
}
.call-to-action .info-btn:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
}
.faqs-section {
  position: relative;
  padding: 120px 0 60px;
  background-repeat: no-repeat;
  background-position-y: center;
}
.faqs-section:before {
  left: 0;
  top: 0;
  background-color: #eceff4;
}
.faqs-section.style-two {
  padding: 120px 0 63px;
}
.faqs-section.style-two::before {
  display: none;
}
.faqs-section.style-two .sec-title {
  margin-bottom: 55px;
}
.faqs-section.style-two .anim-icons .icon {
  position: absolute;
  left: calc(50% - 895px);
  bottom: 0;
  pointer-events: none;
}
.faqs-section.style-two .accordion-box .block {
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.05);
}
.faqs-section.style-two .accordion-box .block .acc-btn {
  background-color: #f3f4f6;
  padding: 14px 20px 17px;
}
.faqs-section.style-two .accordion-box .block .acc-btn.active {
  background-color: transparent;
  color: var(--theme-color2);
}
.faqs-section.style-two .accordion-box .block .acc-btn .icon {
  top: 11px;
}
.faqs-section.style-six {
  padding-bottom: 120px;
}
.faqs-section.style-six::before {
  z-index: -1;
}
@media (max-width: 991.98px) {
  .faqs-section.style-six::before {
    top: 0;
    height: 100%;
  }
}
.faqs-section .faq-column {
  position: relative;
  margin-bottom: 50px;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .faqs-section .faq-column .inner-column {
    padding-right: 0;
  }
}
.faqs-section .content-column {
  position: relative;
  margin-bottom: 20px;
}
.faqs-section .content-column .info-box {
  position: relative;
  margin-bottom: 40px;
}
.faqs-section .content-column .info-box .inner {
  position: relative;
  padding-left: 90px;
}
.faqs-section .content-column .info-box .inner:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}
.faqs-section .content-column .info-box .inner .icon {
  position: absolute;
  left: 0;
  top: 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: 55px;
  width: 55px;
  font-size: 18px;
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faqs-section .content-column .info-box .inner .title {
  margin-bottom: 15px;
}
.accordion-box,
.faqs-section .form-column {
  position: relative;
}
.faqs-section .form-column .inner-column {
  position: relative;
  padding: 120px 70px 120px 0;
}
.contact-form h3,
.faqs-section .form-column .inner-column .sec-title .sub-title,
.faqs-section .form-column .inner-column .sec-title .sub-title:before {
  color: var(--theme-color-white);
}
.accordion-box .block {
  position: relative;
  background-color: var(--theme-color-white);
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}
.accordion-box .block.active-block {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ecf0f4;
}
.accordion-box .block .acc-btn,
.accordion-box .block .acc-btn .icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-family: var(--title-font);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  padding: 21px 70px 21px 20px;
  border-radius: 5px;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 20px;
  top: 15px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color-dark);
  background-color: var(--theme-color-white);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "";
}
.accordion-box .block .acc-content {
  position: relative;
  padding: 0 0 8px;
  display: none;
}
.accordion-box .block .acc-content .content,
.contact-form {
  position: relative;
  padding: 4px 20px 20px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.contact-form {
  background-color: var(--theme-color1);
  padding: 56px 30px 58px;
}
.contact-form h3 {
  text-align: center;
  margin-bottom: 21px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 16px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: var(--theme-color-white);
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: red;
  margin-bottom: 0;
}
.contact-form .form-group input:not([type="submit"]),
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  height: 58px;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: var(--theme-color2);
  line-height: 22px;
  font-weight: 400;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #212529;
}
.contact-form .form-group ::-moz-input-placeholder {
  color: #212529;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #212529;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form .form-group textarea {
  height: 102px;
  resize: none;
}
.contact-form .form-group button,
.contact-form .form-group input[type="submit"] {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.news-section {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}
.news-section .anim-icons {
  max-width: none;
}
@media (max-width: 1199.98px) {
  .news-section .anim-icons {
    display: none;
  }
}
.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block,
.news-block .image-box,
.page-title {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .date {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  width: 106px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 6px;
  font-size: 14px;
  color: var(--theme-color-white);
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  overflow: hidden;
}
.news-block .image-box .date b {
  color: var(--theme-color-white);
  font-weight: 500;
  margin-bottom: 5px;
}
.news-block .image-box .date:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 170px;
  width: 170px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.news-block .content-box {
  position: relative;
  margin-top: -30px;
  margin-right: 20px;
  padding: 25px 30px 0;
  background-color: var(--theme-color-white);
  border: 1px solid #e6e8ed;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  border-bottom: 0;
}
.news-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block .content-box .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.news-block .content-box .post-info li i {
  margin-right: 2px;
  color: var(--theme-color1);
  font-size: 14px;
}
.news-block .content-box .title {
  margin-bottom: 0;
  line-height: 34px;
}
.news-block .content-box .read-more:hover,
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block .content-box .read-more {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  line-height: 25px;
  color: #73787d;
  font-weight: 500;
  border-top: 1px solid #d9e0e6;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}
.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 110px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #fff;
  margin-bottom: 17px;
}
.page-breadcrumb li,
.page-title .text {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.page-title .text {
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "";
  right: -6px;
  top: 1px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #fff;
}
.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #fff;
}
.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb li {
  color: #070710;
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li a:hover,
.page-title.style-two .page-breadcrumb li:after {
  color: #070710;
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.background-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-details,
.blog-details__img,
.blog-details__left {
  position: relative;
  display: block;
}
.blog-details__img {
  border-radius: 10px;
  overflow: hidden;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}
.blog-details__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-details__date .day,
.blog-details__date .month {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.blog-details__meta,
.contact-details__info li,
.contact-details__info li .icon,
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__meta,
.contact-details__info li {
  position: relative;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover,
.main-footer .about-widget .contact-info li:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color1);
  margin-right: 6px;
}
.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.contact-details__info li + li,
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: var(--h4-font-weight);
}
.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.contact-details__info li .icon,
.sidebar__post .sidebar__post-list li {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list li {
  padding: 16px 20px 17px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #fff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color1);
  font-size: 13px;
  padding-right: 5px;
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info.style-two li .icon {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background-color: var(--theme-color-gray-2);
}
.contact-details__info.style-two li .icon span {
  color: var(--theme-color1);
  font-size: 40px;
}
.contact-details__info.style-two li .text {
  margin-left: 30px;
}
.contact-details__info.style-two li .text h3 {
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color-gray-3);
}
.contact-details__info.style-two li .text a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info.style-two li .text a,
.contact-details__info.style-two li .text span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--theme-color-dark-2);
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-details__info li .icon span,
.contact-details__info li .text a {
  color: var(--theme-color-light);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text h3 {
  margin-bottom: 5px;
  margin-top: 0;
}
.contact-details__info li .icon,
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color-light);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.map {
  height: 550px;
}
.main-footer {
  position: relative;
  background-color: var(--theme-color3);
  background-image: url(../images/icons/pattern-10.png);
  background-repeat: no-repeat;
  background-position: center;
}
.main-footer .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 38px 0 15px;
}
@media (max-width: 767.98px) {
  .main-footer .upper-box {
    display: block;
  }
}
.main-footer .widgets-section {
  position: relative;
  padding: 50px 0 35px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
  padding-left: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #28658f;
}
.main-footer .widget-title:after {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color1);
  content: "/";
}
.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #aab3bb;
  margin-bottom: 20px;
}
.main-footer .about-widget,
.main-footer .about-widget .contact-info,
.user-links,
.user-links li {
  position: relative;
}
.main-footer .about-widget .contact-info li {
  position: relative;
  padding: 5px 0 5px 40px;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .about-widget .contact-info li a {
  color: inherit;
  font-weight: 700;
  -webkit-transition: none;
  transition: none;
  font-size: 15px;
}
.main-footer .about-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  height: 33px;
  width: 33px;
  border-right: 1px solid #ffffff2e;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li {
  font-size: 16px;
  line-height: 26px;
  color: #aab3bb;
  font-weight: 400;
  margin-bottom: 10px;
}
.oy-approach__intro p:last-child,
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a,
.user-links li a:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a {
  display: inline-block;
  color: inherit;
}
.footer-bottom .copyright-text a:hover,
.user-links li a:hover {
  color: #fff;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color3);
  content: "";
}
.footer-bottom {
  position: relative;
  background-color: #182838;
}
.footer-bottom .inner-container,
.oy-hero {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px;
}
@media (max-width: 575.98px) {
  .footer-bottom .inner-container {
    display: block;
    text-align: center;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #aab3bb;
}
@media (max-width: 575.98px) {
  .footer-bottom .copyright-text {
    margin-bottom: 15px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
@media (max-width: 575.98px) {
  .footer-bottom .social-icon-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.oy-hero {
  min-height: 720px;
  overflow: hidden;
  background-color: #061f36;
  background-image: url(../images/main-slider/orhan-yilmaz-hero-v1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.oy-hero > .auto-container {
  max-width: 1540px;
  padding-left: 32px;
  padding-right: 32px;
}
.oy-hero__grid,
.oy-report__list li {
  display: grid;
  align-items: center;
}
.oy-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.oy-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.oy-hero__eyebrow span,
.user-links li a {
  position: relative;
}
.oy-hero__eyebrow span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #48a4dc;
}
.oy-hero h1 {
  color: #fff;
  font-size: clamp(48px, 3.75vw, 62px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
}
.oy-hero h1 strong {
  display: block;
  color: #3b95cf;
  margin-top: 10px;
  font-weight: 800;
}
.oy-hero__content > p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 34px;
}
.oy-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}
.oy-hero__actions .theme-btn {
  padding: 18px 28px;
}
.oy-hero__actions .theme-btn i {
  margin-left: 12px;
  font-size: 13px;
}
.oy-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.oy-hero__trust-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}
.oy-hero__trust-item i {
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.oy-hero__trust-item span {
  display: block;
}
.oy-hero__trust-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}
.oy-hero__visual {
  width: 100%;
  justify-self: end;
}
.oy-hero__visual,
.oy-report {
  position: relative;
  z-index: 2;
}
.oy-report__header,
.oy-report__list li > i,
.oy-report__section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oy-report__header {
  border-bottom: 1px solid #dce4eb;
  color: #102b43;
}
.oy-report__header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oy-report__header strong {
  letter-spacing: 0.02em;
}
.oy-report__header small {
  color: #71808e;
  font-size: 12px;
}
.oy-report__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 34px;
}
.oy-report__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.oy-report__metric {
  position: relative;
  border: 1px solid #dce4eb;
}
.oy-report__metric strong {
  display: block;
  line-height: 1;
}
.oy-report__metric span {
  display: block;
  color: #657482;
  line-height: 1.3;
}
.oy-report__section-title {
  color: #102b43;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.oy-report__section-title small {
  color: #7e8a95;
  font-size: 10px;
}
.oy-report__list {
  margin: 0;
}
.oy-report__list li {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  border-bottom: 1px solid rgba(23, 78, 116, 0.09);
  border-radius: 9px;
  transition: transform 260ms var(--oy-ease-soft), background-color 260ms ease;
  animation-delay: calc(var(--oy-i, 0) * 90ms + 700ms);
}
.oy-report__list li > i {
  justify-content: center;
  border-radius: 9px;
  color: #2d7fb5;
  background-color: #eaf3f8;
  width: 32px;
  height: 32px;
  background-image: linear-gradient(150deg, #e9f4fa 0, #d6e9f4 100%);
  box-shadow: inset 0 0 0 1px rgba(47, 134, 186, 0.16);
  transition: transform 260ms var(--oy-ease-soft);
}
.oy-report__list small,
.oy-report__list span,
.oy-report__list strong {
  display: block;
}
.oy-report__list strong {
  color: #193248;
  font-size: 12px;
  line-height: 1.3;
}
.oy-report__list small {
  color: #7a8792;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 2px;
}
.oy-report__list em {
  min-width: 58px;
  border-radius: 20px;
  color: #23734f;
  background-color: #e8f5ee;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(35, 115, 79, 0.16);
  box-shadow: inset 0 1px 0#fff;
  padding: 0;
}
.oy-report__footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #4f6272;
  font-size: 10px;
  font-weight: 600;
}
.oy-report__footer i {
  color: #2f86bd;
  margin-right: 4px;
}
@media (max-width: 1399.98px) {
  .oy-hero {
    min-height: 680px;
    padding: 70px 0;
  }
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
    gap: 48px;
  }
  .oy-hero h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
  }
  .oy-hero h1 {
    font-size: 46px;
  }
  .oy-hero__content > p {
    font-size: 16px;
  }
  .oy-hero__trust {
    grid-template-columns: 1fr;
  }
  .oy-hero__trust-item:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .oy-hero {
    min-height: auto;
    padding: 78px 0 86px;
    background-position: 60%center;
    background-color: rgba(4, 24, 43, 0.55);
    background-blend-mode: multiply;
  }
  .oy-hero__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .oy-hero__content {
    max-width: 670px;
  }
  .oy-hero__visual {
    justify-self: center;
  }
  .oy-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .oy-hero {
    padding: 62px 0 76px;
    background-position: 56%center;
  }
  .oy-hero__eyebrow {
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  .oy-hero__eyebrow span {
    width: 100%;
    padding-left: 0;
  }
  .oy-hero__eyebrow span:before {
    display: none;
  }
  .oy-hero h1 {
    font-size: 39px;
    letter-spacing: -0.025em;
  }
  .oy-hero__content > p {
    font-size: 15px;
    line-height: 1.65;
  }
  .oy-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .oy-hero__actions .theme-btn {
    width: 100%;
  }
  .oy-hero__trust {
    grid-template-columns: 1fr;
  }
  .oy-hero__trust-item:nth-child(n + 3) {
    display: flex;
  }
  .oy-hero__visual {
    padding: 0;
  }
  .oy-report {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .oy-report__header {
    align-items: flex-start;
    gap: 15px;
  }
  .oy-report__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .oy-report__metric {
    min-height: 106px;
    padding: 13px 9px;
  }
  .oy-report__metric strong {
    font-size: 23px;
  }
  .oy-report__metric span {
    font-size: 9px;
  }
  .oy-report__footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.oy-hero__eyebrow {
  gap: 10px;
  padding: 10px 16px 10px 11px;
  border: 1px solid rgba(90, 178, 229, 0.32);
  border-radius: 999px;
  color: #fff;
  background-color: rgba(7, 39, 65, 0.78);
  box-shadow: 0 12px 30px rgba(1, 17, 31, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 12px;
  letter-spacing: 0.035em;
  text-transform: none;
}
.oy-hero__eyebrow i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background-color: #2f86bd;
}
.oy-hero__eyebrow span {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.92);
}
.oy-hero__eyebrow span:before {
  display: none;
}
.oy-hero__actions .btn-style-four {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}
.oy-hero__trust {
  gap: 12px;
  max-width: 735px;
}
.oy-hero__trust-item {
  gap: 13px;
  min-height: 78px;
  padding: 14px 15px;
  border: 1px solid rgba(72, 164, 220, 0.25);
  border-radius: 15px;
  background-color: rgba(5, 35, 59, 0.84);
  box-shadow: 0 16px 34px rgba(1, 18, 32, 0.2),
    inset 0 2px 0 rgba(72, 164, 220, 0.25);
  backdrop-filter: blur(10px);
  transition: transform 250ms ease, border-color 250ms ease,
    background-color 250ms ease;
}
.oy-hero__trust-item:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 164, 220, 0.6);
  background-color: rgba(7, 43, 72, 0.94);
}
.oy-hero__trust-item i {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(115, 195, 239, 0.32);
  border-radius: 11px;
  color: #fff;
  background-color: #2f86bd;
  box-shadow: 0 8px 18px rgba(18, 109, 165, 0.28);
}
.oy-report {
  background-color: rgba(255, 255, 255, 0.97);
  transform-origin: center;
  transition: transform 400ms ease, box-shadow 400ms ease;
}
.oy-report:hover {
  transform: perspective(1400px) rotateY(-0.4deg) rotateX(0.2deg)
    translateY(-5px);
}
.oy-report:after,
.oy-report:before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.oy-report:before {
  background-color: rgba(211, 230, 242, 0.48);
}
.oy-report__metric {
  border-color: #d8e5ed;
  background-color: #f7fafc;
  transition: transform 250ms ease, box-shadow 250ms ease,
    border-color 250ms ease;
}
.oy-report__metric:hover {
  border-color: #b9d8e9;
}
.oy-report__overview {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #dce9f0;
  border-left: 4px solid #2f86bd;
  box-shadow: inset 0 1px 0#fff;
}
.oy-report__overview-copy {
  display: flex;
  gap: 12px;
}
.oy-report__overview-copy > i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background-color: #2f86bd;
}
.oy-report__overview-copy small,
.oy-report__overview-copy span,
.oy-report__overview-copy strong,
.oy-report__overview-status span,
.oy-report__overview-status strong {
  display: block;
}
.oy-report__overview-copy small,
.oy-report__overview-status span {
  color: #6f8290;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.oy-report__overview-copy strong {
  color: #18364d;
  font-size: 12px;
  margin-top: 2px;
}
.oy-report__overview-status {
  border-left: 1px solid #cfe0e9;
  text-align: right;
}
.oy-report__overview-status span {
  color: #4b7d98;
  font-size: 8px;
  letter-spacing: 0.07em;
}
.oy-report__overview-status strong {
  color: #15344b;
  margin-top: 2px;
}
@media (max-width: 1399.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 0.9fr);
    gap: 36px;
  }
}
@media (max-width: 1199.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) 470px;
  }
  .oy-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .oy-hero__trust-item:nth-child(n + 3) {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .oy-hero__grid {
    grid-template-columns: 1fr;
  }
  .oy-hero__visual {
    max-width: 620px;
  }
}
@media (max-width: 575.98px) {
  .oy-hero__eyebrow {
    align-items: center;
    flex-wrap: nowrap;
  }
  .oy-hero__eyebrow span {
    width: auto;
  }
  .oy-hero__actions .btn-style-four,
  .oy-hero__actions .theme-btn {
    width: 100%;
  }
  .oy-report,
  .oy-report:hover {
    transform: none;
  }
  .oy-report:after,
  .oy-report:before {
    display: none;
  }
  .oy-report__overview {
    padding: 12px;
  }
}
.header-style-one .header-lower .logo-box .logo img {
  display: block;
  max-width: 100%;
}
.sticky-header .logo img {
  display: block;
  width: 190px;
  max-height: 44px;
}
.main-footer .logo img,
.mobile-menu .nav-logo img {
  display: block;
  width: 100%;
}
.main-footer .logo img {
  max-width: 350px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .logo-box .logo img {
    width: 130px;
  }
}
:root {
  --oy-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --oy-ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --oy-navy: #0d2b49;
  --oy-navy-deep: #08203a;
  --oy-blue: #2f86bd;
  --oy-blue-bright: #5fb3e6;
}
.oy-hero__visual {
  perspective: 1600px;
}
.oy-report {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background-color: #fff;
  background-image: radial-gradient(
      120% 90%at 8% -10%,
      rgba(95, 179, 230, 0.16) 0,
      rgba(95, 179, 230, 0) 58%
    ),
    linear-gradient(176deg, #fff 0, #f6fafd 55%, #edf4fa 100%);
  box-shadow: 0 54px 96px rgba(2, 18, 32, 0.36),
    0 20px 38px rgba(4, 37, 62, 0.22), 0 0 0 1px rgba(23, 78, 116, 0.06),
    inset 0 1px 0#fff, inset 0-1px 0 rgba(38, 99, 137, 0.14);
  transform-style: preserve-3d;
  transform: perspective(1600px) rotateY(-3.2deg) rotateX(1.4deg);
  transition: transform 620ms var(--oy-ease-soft),
    box-shadow 620ms var(--oy-ease-soft);
}
.oy-report:hover {
  transform: perspective(1600px) rotateY(-0.6deg) rotateX(0.3deg)
    translateY(-8px) scale(1.012);
  box-shadow: 0 66px 112px rgba(2, 18, 32, 0.4),
    0 26px 46px rgba(4, 37, 62, 0.24), 0 0 0 1px rgba(23, 78, 116, 0.08),
    inset 0 1px 0#fff;
}
.oy-report:after,
.oy-report:before {
  transition: transform 620ms var(--oy-ease-soft);
}
.oy-report:before {
  inset: 12px -16px -18px 20px;
  border-radius: 26px;
  background-image: linear-gradient(
    170deg,
    rgba(226, 240, 249, 0.9) 0,
    rgba(186, 214, 234, 0.62) 100%
  );
  box-shadow: 0 26px 50px rgba(2, 22, 39, 0.2);
  transform: translateZ(-40px);
}
.oy-report:after {
  inset: 26px -30px -32px 38px;
  border-radius: 28px;
  border: 1px solid rgba(150, 197, 227, 0.32);
  background-color: rgba(255, 255, 255, 0.14);
  transform: translateZ(-80px);
}
.oy-report:hover:before {
  transform: translateZ(-30px) translateX(-4px);
}
.oy-report:hover:after {
  transform: translateZ(-64px) translateX(-8px);
}
.oy-report__header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(23, 78, 116, 0.12);
}
.oy-report__header strong {
  font-size: 14px;
}
.oy-report__dot {
  background-color: #f0b429;
  box-shadow: 17px 0 0#cfd9e1, 34px 0 0#cfd9e1;
}
.oy-report__metrics {
  transform: translateZ(28px);
}
.oy-report__metric,
.oy-report__overview {
  animation: oyRise 640ms var(--oy-ease-soft) backwards;
}
.oy-report__metric {
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(95, 179, 230, 0.28);
  border-radius: 15px;
  color: #fff;
  background-color: var(--oy-navy);
  background-image: linear-gradient(
    158deg,
    #17456f 0,
    #0e2f4f 58%,
    #09233d 100%
  );
  box-shadow: 0 16px 30px rgba(8, 35, 58, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 320ms var(--oy-ease-soft),
    box-shadow 320ms var(--oy-ease-soft), border-color 320ms ease;
  animation-delay: calc(var(--oy-i, 0) * 110ms + 280ms);
}
.oy-report__metric:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  border-radius: 0 0 3px 3px;
  background-image: linear-gradient(
    90deg,
    rgba(95, 179, 230, 0) 0%,
    var(--oy-blue-bright) 50%,
    rgba(95, 179, 230, 0) 100%
  );
  opacity: 0.75;
  transition: opacity 320ms ease;
}
.oy-report__metric:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-image: radial-gradient(
    circle,
    rgba(95, 179, 230, 0.34) 0,
    rgba(95, 179, 230, 0) 68%
  );
  transition: transform 420ms var(--oy-ease-soft);
}
.oy-report__metric:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 202, 244, 0.62);
  box-shadow: 0 24px 42px rgba(8, 35, 58, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.oy-report__metric:hover:before {
  opacity: 1;
}
.oy-report__metric:hover:after {
  transform: scale(1.28);
}
.oy-report__metric i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(95, 179, 230, 0.18);
  box-shadow: inset 0 0 0 1px rgba(126, 202, 244, 0.34);
  font-size: 14px;
  transition: transform 320ms var(--oy-ease-soft), background-color 320ms ease;
}
.oy-report__metric:hover i {
  transform: translateY(-2px);
  background-color: var(--oy-blue);
}
.oy-report__metric strong {
  position: relative;
  z-index: 1;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.oy-report__metric span {
  position: relative;
  z-index: 1;
  color: rgba(214, 233, 246, 0.72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.oy-report__overview {
  border-color: rgba(23, 78, 116, 0.12);
  border-left: 3px solid var(--oy-blue);
  border-radius: 13px;
  background-image: linear-gradient(96deg, #eaf4fa 0, #f6fbfd 100%);
  transform: translateZ(16px);
  animation-delay: 620ms;
}
.oy-report__overview-copy > i {
  width: 34px;
  height: 34px;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  box-shadow: 0 8px 18px rgba(18, 109, 165, 0.28);
}
.oy-report__list {
  transform: translateZ(10px);
}
.oy-report__list li:hover {
  transform: translateX(5px);
}
.oy-report__list li:hover > i {
  transform: scale(1.08);
}
.oy-report__footer {
  border-top: 1px solid rgba(23, 78, 116, 0.09);
}
@media (max-width: 1199.98px) {
  .oy-report {
    padding: 22px 20px 18px;
  }
  .oy-report__metric strong {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .oy-hero__visual {
    perspective: none;
  }
  .oy-report {
    padding: 20px 16px 16px;
    border-radius: 18px;
  }
  .oy-report__metrics {
    gap: 7px;
    padding: 14px 0;
    transform: none;
  }
  .oy-report__metric {
    padding: 12px 10px;
  }
  .oy-report__metric i {
    width: 28px;
    height: 28px;
    margin-bottom: 9px;
  }
  .oy-report__metric strong {
    font-size: 21px;
  }
  .oy-report__metric span {
    font-size: 9px;
  }
  .oy-report__list,
  .oy-report__overview {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-report__list li,
  .oy-report__metric,
  .oy-report__overview {
    animation: none !important;
  }
  .oy-report,
  .oy-report:after,
  .oy-report:before,
  .oy-report:hover,
  .oy-report__list li,
  .oy-report__list li:hover,
  .oy-report__metric,
  .oy-report__metric:hover {
    transition-duration: 0.01ms !important;
  }
  .oy-report:hover {
    transform: perspective(1600px) rotateY(-3.2deg) rotateX(1.4deg);
  }
  .oy-report__list li:hover,
  .oy-report__metric:hover {
    transform: none;
  }
}
@property --oy-p {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}
.oy-report__header {
  position: relative;
}
.oy-report__header:before {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: -24px;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background-image: linear-gradient(
    90deg,
    var(--oy-navy) 0%,
    var(--oy-blue) 46%,
    var(--oy-blue-bright) 72%,
    #f0b429 100%
  );
}
.oy-report__months {
  display: flex;
  transform: translateZ(12px);
  animation: oyRise 600ms var(--oy-ease-soft) backwards;
  animation-delay: 660ms;
}
.oy-report__months small {
  flex: 0 0 auto;
  color: #7e8a95;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 1px;
}
.oy-report__months-track {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  flex: 1 1 auto;
}
.oy-report__months-track span {
  height: 8px;
  transform-origin: bottom;
  animation: oyGrow 460ms var(--oy-ease-soft) backwards;
  animation-delay: calc(var(--oy-i, 0) * 42ms + 720ms);
}
.oy-report__months-track:hover span {
  background-image: linear-gradient(
    180deg,
    rgba(47, 134, 186, 0.34) 0,
    rgba(47, 134, 186, 0.2) 100%
  );
}
.oy-report__months-track span:hover {
  transform: scaleY(1.5);
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
}
.oy-report__list li {
  border-bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(
    90deg,
    var(--oy-blue) 0 var(--oy-p, 100%),
    rgba(23, 78, 116, 0.1) var(--oy-p, 100%) 100%
  );
  animation: oyRise 560ms var(--oy-ease-soft) backwards,
    oyFill 900ms var(--oy-ease-soft) backwards;
  animation-delay: calc(var(--oy-i, 0) * 90ms + 700ms),
    calc(var(--oy-i, 0) * 90ms + 820ms);
}
.oy-report__list li:hover {
  background-color: rgba(234, 244, 250, 0.75);
}
.oy-report__list li:last-child {
  padding-bottom: 12px;
}
@media (max-width: 575.98px) {
  .oy-report__header:before {
    left: -16px;
    right: -16px;
    top: -20px;
  }
  .oy-report__months {
    gap: 7px;
    margin-bottom: 13px;
    transform: none;
  }
  .oy-report__months-track {
    gap: 3px;
  }
  .oy-report__months-track span {
    height: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-report__list li,
  .oy-report__months,
  .oy-report__months-track span {
    animation: none !important;
  }
  .oy-report__months-track span:hover {
    transform: none;
  }
}
.oy-report__header:before {
  display: none;
}
.oy-report__months {
  align-items: flex-end;
  gap: 10px;
}
.oy-report__months-track {
  align-items: end;
  gap: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(23, 78, 116, 0.14);
}
.oy-report__months-track span {
  height: var(--oy-h, 50%);
  min-height: 5px;
  border-radius: 4px 4px 2px 2px;
  background-image: linear-gradient(
    180deg,
    rgba(47, 134, 186, 0.46) 0,
    rgba(47, 134, 186, 0.16) 100%
  );
  box-shadow: inset 0 0 0 1px rgba(47, 134, 186, 0.16);
  transition: filter 220ms ease, transform 220ms var(--oy-ease-soft);
}
.oy-report__months-track span:nth-child(n + 10) {
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    #1f6d9f 100%
  );
  box-shadow: inset 0 0 0 1px rgba(47, 134, 186, 0.32),
    0 4px 10px rgba(24, 88, 130, 0.26);
}
.oy-report__months-track:hover span {
  filter: saturate(0.55) opacity(0.72);
}
.oy-report__months-track span:hover {
  filter: none;
  transform: translateY(-2px);
}
.oy-report__overview {
  align-items: stretch;
  padding: 13px 15px;
  border-left-width: 4px;
  background-color: #f2f9fc;
  background-image: linear-gradient(
      90deg,
      rgba(47, 134, 186, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(180deg, rgba(47, 134, 186, 0.07) 1px, transparent 1px),
    linear-gradient(100deg, #eaf4fa 0, #f8fcfe 100%);
  background-size: 22px 22px, 22px 22px, 100% 100%;
}
.oy-report__overview-copy {
  flex: 1 1 auto;
  align-items: flex-start;
}
.oy-report__overview-copy > i {
  margin-top: 2px;
}
.oy-report__overview-copy > span {
  flex: 1 1 auto;
}
.oy-report__overview-bar {
  position: relative;
  display: block;
  height: 6px;
  max-width: 240px;
  margin-top: 9px;
  padding-right: 46px;
  border-radius: 99px;
}
.oy-report__overview-bar b,
.oy-report__overview-bar:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  border-radius: 99px;
}
.oy-report__overview-bar:before {
  content: "";
  right: 46px;
  background-color: rgba(47, 134, 186, 0.16);
  box-shadow: inset 0 1px 2px rgba(16, 62, 92, 0.12);
}
.oy-report__overview-bar b {
  width: calc((100% - 46px) * var(--oy-w, 0.75));
  background-image: linear-gradient(
    90deg,
    #1f6d9f 0%,
    var(--oy-blue-bright) 100%
  );
  box-shadow: 0 2px 6px rgba(24, 88, 130, 0.3);
  transform-origin: left center;
  animation: oyBar 900ms var(--oy-ease-soft) backwards;
  animation-delay: 700ms;
}
.oy-report__overview-bar em {
  position: absolute;
  right: 0;
  top: -4px;
  color: #2b6c94;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.oy-report__overview-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  border-left: 1px dashed rgba(47, 134, 186, 0.3);
}
.oy-report__overview-status strong {
  font-size: 18px;
}
.oy-hero {
  padding: 60px 0 52px;
}
.oy-report__section-title {
  margin-bottom: 4px;
}
.oy-report__list li {
  padding: 6px 6px 6px 0;
}
@media (max-width: 575.98px) {
  .oy-report__months {
    gap: 8px;
    margin-bottom: 11px;
  }
  .oy-report__months-track {
    height: 34px;
    gap: 3px;
  }
  .oy-report__overview-bar {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-report__overview-bar b {
    animation: none !important;
  }
  .oy-report__months-track span:hover {
    transform: none;
  }
}
.oy-report__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}
.oy-report__chips span,
.oy-report__overview-status em {
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  font-weight: 700;
}
.oy-report__chips span {
  padding: 4px 9px;
  border: 1px solid rgba(47, 134, 186, 0.24);
  color: #2b6c94;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 1px 0#fff;
  font-size: 9px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: transform 220ms var(--oy-ease-soft), border-color 220ms ease,
    color 220ms ease;
}
.oy-report__chips span:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 134, 186, 0.55);
  color: #16537a;
}
.oy-report__overview-status {
  align-items: flex-end;
  min-width: 96px;
  padding-left: 14px;
}
.oy-report__overview-status em {
  gap: 4px;
  margin-top: 6px;
  padding: 3px 8px;
  color: #1d7350;
  background-color: rgba(47, 158, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(47, 158, 109, 0.22);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.oy-report__overview-status em i {
  font-size: 7px;
}
.oy-report__months-track {
  height: 34px;
}
@media (max-width: 575.98px) {
  .oy-report__chips {
    gap: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-report__chips span:hover {
    transform: none;
  }
}
.oy-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(640px, 1fr);
  gap: 48px;
}
.oy-hero__visual {
  max-width: 760px;
  padding: 0;
}
.oy-report {
  padding: 24px 24px 16px;
}
.oy-report__body {
  display: grid;
  gap: 18px;
  padding-top: 18px;
  transform: translateZ(18px);
}
.oy-report__main {
  min-width: 0;
}
.oy-report__side {
  display: grid;
  min-width: 0;
}
.oy-report__side-item {
  position: relative;
  overflow: hidden;
  display: flex;
  border: 1px solid rgba(23, 78, 116, 0.12);
  background-color: #f6fafd;
  background-image: linear-gradient(158deg, #fff 0, #eef6fb 100%);
  box-shadow: 0 8px 18px rgba(24, 65, 91, 0.06), inset 0 1px 0#fff;
  transition: transform 280ms var(--oy-ease-soft),
    box-shadow 280ms var(--oy-ease-soft), border-color 280ms ease;
  animation: oySlideIn 620ms var(--oy-ease-soft) backwards;
  animation-delay: calc(var(--oy-i, 0) * 95ms + 300ms);
}
.oy-report__side-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
  opacity: 0.55;
  transition: opacity 280ms ease, top 280ms var(--oy-ease-soft),
    bottom 280ms var(--oy-ease-soft);
}
.oy-report__side-item:hover {
  transform: translateX(3px);
  border-color: rgba(47, 134, 186, 0.34);
  box-shadow: 0 14px 26px rgba(24, 65, 91, 0.12), inset 0 1px 0#fff;
}
.oy-report__side-item:hover:before {
  opacity: 1;
  top: 6px;
  bottom: 6px;
}
.oy-report__side-item > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  box-shadow: 0 6px 14px rgba(18, 109, 165, 0.26);
  transition: transform 280ms var(--oy-ease-soft);
  flex: 0 0 40px;
  flex-basis: 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  font-size: 14px;
}
.oy-report__side-item:hover > i {
  transform: scale(1.07);
}
.oy-report__side-item > span {
  min-width: 0;
  display: block;
}
.oy-report__side-item em,
.oy-report__side-item small,
.oy-report__side-item strong {
  display: block;
}
.oy-report__side-item b,
.oy-report__side-item small {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8593a0;
  font-size: 8px;
  line-height: 1.2;
}
.oy-report__side-item strong {
  color: #143650;
}
.oy-report__side-item em {
  font-style: normal;
}
.oy-report__metrics {
  padding: 0 0 12px;
  gap: 10px;
}
.oy-report__metric {
  padding: 14px 12px;
}
.oy-report__metric strong {
  font-size: 25px;
}
.oy-report__overview {
  margin-bottom: 12px;
}
.oy-report__months {
  margin-bottom: 11px;
}
.oy-report__footer {
  margin-top: 14px;
  padding-top: 13px;
}
@media (max-width: 1399.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(600px, 1fr);
    gap: 34px;
  }
  .oy-report__body {
    grid-template-columns: 186px minmax(0, 1fr);
    gap: 14px;
  }
  .oy-report__side-item em {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) 520px;
  }
  .oy-report__body {
    grid-template-columns: 168px minmax(0, 1fr);
  }
  .oy-report__metric strong {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .oy-hero__grid {
    grid-template-columns: 1fr;
  }
  .oy-hero__visual {
    max-width: 740px;
  }
  .oy-report__side-item em {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .oy-report__body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 14px;
  }
  .oy-report__side {
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .oy-report__side {
    grid-template-columns: 1fr;
  }
  .oy-report__body {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-report__side-item {
    animation: none !important;
  }
  .oy-report__side-item:hover {
    transform: none;
  }
}
.oy-report__side-item {
  align-items: center;
  border-radius: 15px;
}
.oy-report__side-item strong {
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
}
.oy-report__side-item b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(47, 134, 186, 0.22);
  border-radius: 99px;
  color: #2b6c94;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0#fff;
  letter-spacing: 0.04em;
  margin-top: 5px;
  padding: 2px 8px 2px 7px;
  line-height: 1.25;
}
.oy-report__side-item b:before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--oy-blue);
}
.oy-report__side-item em {
  color: #77858f;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.4;
}
.oy-report__side-item:hover b {
  border-color: rgba(47, 134, 186, 0.45);
  color: #16537a;
}
.oy-report__body {
  grid-template-columns: 216px minmax(0, 1fr);
}
.oy-report__side {
  grid-template-rows: repeat(4, auto);
  gap: 10px;
}
.oy-report__side-item {
  gap: 12px;
  padding: 12px 13px 12px 15px;
}
.oy-report__side {
  grid-template-rows: repeat(4, minmax(0, 1fr));
  align-content: stretch;
}
@media (max-width: 1599.98px) {
  .oy-report__body {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 16px;
  }
  .oy-report__chips {
    display: none;
  }
  .oy-report__metric strong {
    font-size: 23px;
  }
  .oy-report__side-item {
    padding: 11px 12px 11px 14px;
    gap: 11px;
  }
  .oy-report__side-item > i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1399.98px) {
  .oy-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(600px, 1fr);
    gap: 30px;
  }
  .oy-hero h1 {
    font-size: 46px;
  }
  .oy-report {
    padding: 20px 20px 14px;
  }
  .oy-report__body {
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 12px;
    padding-top: 15px;
  }
  .oy-report__side {
    gap: 9px;
  }
  .oy-report__side-item em {
    display: none;
  }
  .oy-report__side-item strong {
    font-size: 13px;
  }
  .oy-report__metric {
    padding: 12px 10px;
  }
  .oy-report__metric strong {
    font-size: 21px;
  }
  .oy-report__metric i {
    width: 28px;
    height: 28px;
    margin-bottom: 9px;
  }
  .oy-report__months-track {
    height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .oy-hero {
    min-height: auto;
    padding: 64px 0 72px;
    background-position: 62%center;
  }
  .oy-hero__grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .oy-hero__content {
    max-width: 720px;
  }
  .oy-hero h1 {
    font-size: 50px;
  }
  .oy-hero__visual {
    max-width: 760px;
    width: 100%;
    justify-self: center;
  }
  .oy-hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .oy-hero__trust-item:nth-child(n + 3) {
    display: flex;
  }
  .oy-report {
    padding: 24px 24px 16px;
  }
  .oy-report__body {
    grid-template-columns: 216px minmax(0, 1fr);
    gap: 18px;
    padding-top: 18px;
  }
  .oy-report__side {
    gap: 10px;
  }
  .oy-report__side-item {
    padding: 12px 13px 12px 15px;
    gap: 12px;
  }
  .oy-report__side-item > i {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
  .oy-report__side-item strong {
    font-size: 14px;
  }
  .oy-report__side-item em {
    display: block;
  }
  .oy-report__chips {
    display: flex;
  }
  .oy-report__metric {
    padding: 14px 12px;
  }
  .oy-report__metric strong {
    font-size: 25px;
  }
  .oy-report__metric i {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }
  .oy-report__months-track {
    height: 34px;
  }
}
@media (max-width: 991.98px) {
  .oy-hero {
    padding: 58px 0 66px;
  }
  .oy-hero__grid {
    gap: 48px;
  }
  .oy-hero h1 {
    font-size: 44px;
  }
  .oy-hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .oy-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .oy-report__body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 14px;
  }
  .oy-report__side {
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .oy-report__chips,
  .oy-report__side-item em {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .oy-hero {
    padding: 48px 0 58px;
  }
  .oy-hero h1 {
    font-size: 36px;
  }
  .oy-hero__grid {
    gap: 38px;
  }
  .oy-hero__trust {
    grid-template-columns: 1fr;
  }
  .oy-report {
    padding: 18px 15px 14px;
  }
  .oy-report__body {
    transform: none;
  }
  .oy-report__side {
    grid-template-columns: 1fr;
  }
  .oy-report__side-item {
    align-items: center;
    padding: 11px 12px;
  }
  .oy-report__side-item em {
    display: block;
  }
  .oy-report__metrics {
    gap: 7px;
  }
  .oy-report__metric {
    padding: 12px 9px;
  }
  .oy-report__metric strong {
    font-size: 20px;
  }
  .oy-report__metric span {
    font-size: 9px;
  }
  .oy-report__overview {
    flex-wrap: wrap;
  }
  .oy-report__overview-status {
    min-width: 0;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    flex-direction: row;
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .oy-report__main {
    order: 1;
  }
  .oy-report__side {
    order: 2;
  }
}
.oy-features {
  position: relative;
  z-index: 2;
}
.oy-features .feature-block-five .inner-box {
  height: 100%;
  padding: 46px 20px;
  border-bottom: 0;
  border-right: 1px solid rgba(23, 78, 116, 0.12);
  background-color: #f2f7fa;
}
.oy-features .feature-block-five:last-child .inner-box {
  border-right: 0;
}
.oy-features .feature-block-five .inner-box:before {
  height: 3px;
  background-image: linear-gradient(
    90deg,
    var(--oy-blue) 0%,
    var(--oy-blue-bright) 100%
  );
}
.oy-features .feature-block-five .inner-box:hover {
  background-color: #fff;
  box-shadow: 0 18px 40px rgba(16, 43, 70, 0.08);
}
.oy-features .feature-block-five .content-box {
  padding-left: 96px;
  max-width: 330px;
}
.oy-features .feature-block-five .content-box .icon {
  top: 12px;
  font-size: 54px;
}
.oy-features .feature-block-five .content-box .icon:after {
  left: 26px;
  top: 8px;
  height: 44px;
  width: 44px;
  border-radius: 10px;
}
.oy-features .feature-block-five .content-box .sub-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
}
.oy-features .feature-block-five .content-box .title {
  font-size: 19px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
}
.oy-features .feature-block-five {
  animation: oyRise 640ms var(--oy-ease-soft) backwards;
  animation-delay: calc(var(--oy-i, 0) * 110ms + 260ms);
}
@media (max-width: 991.98px) {
  .oy-features .feature-block-five .inner-box {
    padding: 38px 20px;
    border-bottom: 1px solid rgba(23, 78, 116, 0.12);
  }
  .oy-features .feature-block-five:nth-child(2n) .inner-box {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  .oy-features .feature-block-five .inner-box {
    padding: 30px 18px;
    border-right: 0;
  }
  .oy-features .feature-block-five .content-box {
    padding-left: 78px;
    max-width: none;
  }
  .oy-features .feature-block-five .content-box .icon {
    font-size: 46px;
    top: 8px;
  }
  .oy-features .feature-block-five .content-box .icon:after {
    left: 22px;
    height: 38px;
    width: 38px;
  }
  .oy-features .feature-block-five .content-box .title {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-features .feature-block-five {
    animation: none !important;
  }
}
@media (max-width: 991.98px) {
  .oy-features .feature-block-five .inner-box {
    border-right: 0;
    padding: 26px 20px;
  }
  .oy-features .feature-block-five:last-child .inner-box {
    border-bottom: 0;
  }
  .oy-features .feature-block-five .content-box {
    max-width: 420px;
    padding-left: 86px;
  }
  .oy-features .feature-block-five .content-box .icon {
    font-size: 48px;
    top: 6px;
  }
  .oy-features .feature-block-five .content-box .icon:after {
    left: 24px;
    top: 6px;
    height: 40px;
    width: 40px;
  }
}
.oy-services {
  position: relative;
  padding: 92px 0 100px;
  border-top: 1px solid rgba(23, 78, 116, 0.08);
  border-bottom: 1px solid rgba(23, 78, 116, 0.08);
  background-color: #f1f6fa;
  background-image: radial-gradient(
      circle at 10% 4%,
      rgba(95, 179, 230, 0.2) 0,
      rgba(95, 179, 230, 0) 44%
    ),
    radial-gradient(
      circle at 92% 96%,
      rgba(16, 43, 70, 0.07) 0,
      rgba(16, 43, 70, 0) 40%
    ),
    radial-gradient(rgba(23, 78, 116, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 26px 26px;
}
.oy-services > .auto-container {
  max-width: 1400px;
}
.oy-services .sec-title {
  max-width: 760px;
  margin-bottom: 42px;
}
.oy-services .sec-title .text {
  max-width: 570px;
  margin-top: 14px;
}
.oy-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.oy-service {
  --oy-px: 30px;
  --oy-pb: 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 28px var(--oy-px) var(--oy-pb);
  border: 1px solid rgba(23, 78, 116, 0.14);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 10px 28px rgba(16, 43, 70, 0.055), inset 0 1px 0#fff;
  transition: transform 360ms var(--oy-ease-soft),
    box-shadow 360ms var(--oy-ease-soft), border-color 300ms ease;
  animation: oyRise 620ms var(--oy-ease-soft) backwards;
  animation-delay: calc(var(--oy-i, 0) * 80ms + 120ms);
}
.oy-service:after {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background-color: rgba(47, 134, 186, 0.28);
  transform: scaleY(0.36);
  transform-origin: top;
  transition: transform 420ms var(--oy-ease-soft), background-color 300ms ease;
}
.oy-service:hover {
  transform: translateY(-7px);
  border-color: rgba(47, 134, 186, 0.38);
  box-shadow: 0 24px 48px rgba(16, 43, 70, 0.12), inset 0 1px 0#fff;
}
.oy-service:hover:after {
  transform: scaleY(1);
  background-color: var(--oy-blue);
}
.oy-service__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(23, 78, 116, 0.1);
}
.oy-service__list li,
.oy-service__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oy-service__meta {
  padding-top: 8px;
}
.oy-service__icon {
  position: relative;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(23, 78, 116, 0.08);
  border-radius: 14px;
  background-color: #edf2f5;
  box-shadow: 0 8px 18px rgba(16, 43, 70, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 360ms var(--oy-ease-soft), background-color 300ms ease,
    border-color 300ms ease;
}
.oy-service__icon:before {
  display: none;
}
.oy-service__icon i {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: var(--oy-navy);
  background-color: transparent;
  font-size: 23px;
  line-height: 1;
  transition: color 300ms ease, transform 380ms var(--oy-ease-soft);
}
.oy-service:hover .oy-service__icon:before,
.oy-why3 .feature-block-four .inner-box:hover .bg-image img {
  transform: none;
}
.oy-service:hover .oy-service__icon {
  transform: translateY(-3px) rotate(-3deg);
  border-color: rgba(47, 134, 186, 0.22);
  background-color: #e3eef4;
}
.oy-service:hover .oy-service__icon i {
  color: var(--oy-blue);
  background-color: transparent;
  transform: scale(1.08);
}
.oy-service__icon i,
.oy-service__list li i,
.oy-service__no {
  align-items: center;
  justify-content: center;
}
.oy-service__no {
  display: inline-flex;
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background-color: var(--oy-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}
.oy-service__cat {
  color: #728793;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.oy-service__title {
  position: relative;
  z-index: 1;
  color: var(--oy-navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.018em;
  margin-bottom: 11px;
  transition: color 280ms ease;
}
.oy-blog .news-block .content-box .post-info li i,
.oy-blog .news-block .content-box .title a:hover,
.oy-contact-page .contact-details__info li .text a:hover,
.oy-service:hover .oy-service__title,
.oy-service__link:hover {
  color: var(--oy-blue);
}
.oy-service__text {
  color: #607581;
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.oy-service__list,
.oy-service__text {
  position: relative;
  z-index: 1;
}
.oy-service__list li {
  padding: 9px 0;
  border-top: 1px solid rgba(23, 78, 116, 0.08);
  color: #4b5f6c;
  font-size: 13.5px;
  line-height: 1.4;
  transition: color 240ms ease;
}
.oy-service__list li i {
  flex: 0 0 auto;
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--oy-blue);
  background-color: rgba(47, 134, 186, 0.1);
  font-size: 9px;
  opacity: 1;
  transition: opacity 240ms ease, transform 320ms var(--oy-ease-soft);
  transition-delay: calc(var(--oy-r, 0) * 60ms);
}
.oy-service__list li:nth-child(1) {
  --oy-r: 0;
}
.oy-service__list li:nth-child(2) {
  --oy-r: 1;
}
.oy-service__list li:nth-child(3) {
  --oy-r: 2;
}
.oy-service__list li:nth-child(4) {
  --oy-r: 3;
}
.oy-service:hover .oy-service__list li {
  color: #2f4757;
}
.oy-service:hover .oy-service__list li i {
  opacity: 1;
  transform: scale(1.15);
}
.oy-service__foot {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid rgba(23, 78, 116, 0.11);
}
.oy-service__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--oy-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.oy-service__link i {
  color: var(--oy-blue);
  font-size: 11px;
  transition: transform 280ms ease;
}
.oy-service:hover .oy-service__link i,
.oy-service__link:hover i {
  transform: translateX(5px);
}
@media (max-width: 1199.98px) {
  .oy-service {
    --oy-px: 24px;
    --oy-pb: 22px;
    padding-top: 28px;
  }
  .oy-service__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .oy-service__icon i {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .oy-services {
    padding: 72px 0 76px;
  }
  .oy-services .sec-title {
    margin-bottom: 32px;
  }
  .oy-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .oy-services {
    padding: 56px 0 60px;
  }
  .oy-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .oy-service {
    --oy-px: 20px;
    --oy-pb: 20px;
    padding-top: 26px;
    border-radius: 12px;
  }
  .oy-service__title {
    font-size: 18px;
  }
  .oy-service__icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
  .oy-service__icon i {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-service {
    animation: none !important;
  }
  .oy-service:hover,
  .oy-service:hover .oy-service__icon:before {
    transform: none;
  }
  .oy-service__list li i {
    transition-delay: 0ms !important;
    transform: none !important;
  }
}
.oy-why > .auto-container {
  max-width: 1400px;
}
.oy-why {
  position: relative;
  overflow: hidden;
  padding: 88px 0 94px;
  border-top: 1px solid rgba(23, 78, 116, 0.08);
  background-color: #eef5f9;
}
@media (max-width: 767.98px) {
  .oy-why {
    padding: 76px 0;
  }
}
@media (max-width: 575.98px) {
  .oy-why {
    padding: 60px 0;
  }
}
.why-choose-us-two .oy-about-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.why-choose-us-two .oy-about-stat {
  min-height: 112px;
  padding: 15px 16px 14px;
  border-top: 5px solid var(--theme-color1);
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(16, 43, 70, 0.13);
}
.why-choose-us-two .oy-about-stat__head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.why-choose-us-two .oy-about-stat__head i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--theme-color1);
  background-color: #edf4f8;
  font-size: 20px;
}
.why-choose-us-two .oy-about-stat__head strong {
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.why-choose-us-two .oy-about-stat > span {
  display: block;
  color: #5f7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .why-choose-us-two .oy-about-stats {
    bottom: -30px;
    gap: 6px;
  }
  .why-choose-us-two .oy-about-stat {
    min-height: 94px;
    padding: 10px 9px;
    border-top-width: 4px;
  }
  .why-choose-us-two .oy-about-stat__head {
    gap: 6px;
    margin-bottom: 7px;
  }
  .why-choose-us-two .oy-about-stat__head i {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .why-choose-us-two .oy-about-stat__head strong {
    font-size: 20px;
  }
  .why-choose-us-two .oy-about-stat > span {
    font-size: 9.5px;
    line-height: 1.3;
  }
}
.oy-process {
  position: relative;
  overflow: hidden;
  padding: 96px 0 62px;
  background-color: #f2f7fb;
  background-image: radial-gradient(
      ellipse 70% 55%at 50% 34%,
      rgba(255, 255, 255, 0.95) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    repeating-linear-gradient(
      180deg,
      rgba(23, 78, 116, 0.028) 0,
      rgba(23, 78, 116, 0.028) 1px,
      transparent 1px,
      transparent 52px
    );
}
.oy-process .icon-box:before {
  border-color: rgba(47, 134, 186, 0.24);
}
.oy-process > .auto-container {
  position: relative;
  z-index: 1;
}
.oy-process .sec-title {
  margin-bottom: 58px;
}
.oy-process .row {
  position: relative;
}
.oy-process .row:after,
.oy-process .row:before {
  content: "";
  position: absolute;
  top: 127px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  border-radius: 2px;
}
.oy-process .row:before {
  background-color: rgba(47, 134, 186, 0.22);
}
.oy-process .row:after {
  background-image: linear-gradient(
    90deg,
    var(--oy-blue) 0%,
    var(--oy-blue-bright) 100%
  );
  transform-origin: left center;
  transform: scaleX(1);
}
@supports (animation-timeline: view()) {
  .oy-process .row:after {
    transform: scaleX(0);
    animation: oyProcessFill linear both;
    animation-timeline: view();
    animation-range: entry 26%cover 52%;
  }
}
.oy-process .process-block-two {
  z-index: 1;
}
.oy-process .process-block-two:after {
  content: "";
  position: absolute;
  top: 121px;
  left: calc(100% - 5px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--oy-blue);
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(16, 62, 92, 0.18);
}
.oy-process .process-block-two:last-child:after {
  display: none;
}
.oy-process .icon-box .icon {
  background-image: linear-gradient(158deg, #fff 0, #e6f0f7 100%);
  box-shadow: inset 0 2px 4px rgba(16, 62, 92, 0.08),
    0 12px 26px rgba(16, 62, 92, 0.1);
}
.oy-process .inner-box:hover .icon {
  background-image: none;
}
.oy-process__stage {
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px 12px;
  border: 1px solid rgba(47, 134, 186, 0.26);
  border-radius: 99px;
  color: #2b6c94;
  background-color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.oy-process__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 6px;
  padding-top: 34px;
  border-top: 1px solid rgba(23, 78, 116, 0.12);
  text-align: center;
}
.oy-process__foot p {
  margin-bottom: 0;
  color: var(--oy-navy);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.oy-process__foot .theme-btn {
  padding: 16px 34px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.09em;
}
@media (max-width: 1199.98px) {
  .oy-process .process-block-two:after,
  .oy-process .row:after,
  .oy-process .row:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .oy-process {
    padding: 74px 0 48px;
  }
  .oy-process .sec-title {
    margin-bottom: 42px;
  }
  .oy-process__foot {
    gap: 20px;
    padding-top: 28px;
  }
}
@media (max-width: 575.98px) {
  .oy-process {
    padding: 58px 0 40px;
  }
  .oy-process__foot p {
    font-size: 15.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-process .row:after {
    animation: none !important;
    transform: scaleX(1) !important;
  }
}
.oy-cta {
  overflow: hidden;
  background-color: #103653;
  background-image: url(../images/icons/map-bg1.png);
  background-position: center;
  background-size: cover;
}
.oy-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 35, 58, 0.94) 0,
    rgba(15, 60, 91, 0.88) 62%,
    rgba(30, 105, 150, 0.78) 100%
  );
}
.oy-cta .inner-container {
  justify-content: space-between;
  gap: 40px;
  min-height: 150px;
  padding: 30px 34px;
}
.oy-cta__icon,
.oy-cta__intro {
  display: flex;
  align-items: center;
}
.oy-cta__intro {
  position: relative;
  gap: 22px;
}
.oy-cta__icon {
  flex: 0 0 66px;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.09);
  font-size: 27px;
}
.oy-cta__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #69b7e2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.oy-cta .title {
  max-width: 560px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.oy-cta__actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
}
.oy-cta .oy-cta__call {
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  text-transform: none;
  white-space: nowrap;
}
.oy-cta .oy-cta__call:after,
.oy-cta .oy-cta__call:before {
  background-color: #fff;
}
.oy-cta .oy-cta__call .btn-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding-left: 20px;
}
.oy-cta .oy-cta__call > .btn-title > .fa-phone {
  color: #6bc1ec;
  font-size: 16px;
}
.oy-cta__call-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.15;
}
.oy-contact__item small,
.oy-cta__call-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.oy-cta .oy-cta__button,
.oy-cta__call-copy strong {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.oy-cta .oy-cta__call .oy-cta__button-arrow {
  border-left-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.oy-cta .oy-cta__call:hover {
  border-color: #fff;
  box-shadow: 0 14px 28px rgba(5, 28, 47, 0.2);
  color: #103653;
  transform: translateY(-2px);
}
.oy-cta .oy-cta__call:hover .oy-cta__button-arrow,
.oy-cta .oy-cta__call:hover .oy-cta__call-copy small,
.oy-cta .oy-cta__call:hover .oy-cta__call-copy strong,
.oy-cta .oy-cta__call:hover > .btn-title > .fa-phone {
  color: #103653;
}
.oy-cta .oy-cta__call:hover .oy-cta__button-arrow {
  border-left-color: #d7e3eb;
}
.oy-cta .oy-cta__call:active {
  transform: translateY(0);
}
.oy-cta .oy-cta__button {
  margin-left: 0;
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(5, 28, 47, 0.18);
  color: #103653;
  letter-spacing: 0.045em;
  text-transform: none;
  white-space: nowrap;
}
.oy-cta .oy-cta__button:after,
.oy-cta .oy-cta__button:before {
  background-color: #2f8fc5;
}
.oy-cta .oy-cta__button .btn-title {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding-left: 22px;
}
.oy-cta .oy-cta__button .fa-whatsapp {
  color: #218b4b;
  font-size: 18px;
}
.oy-cta__button-arrow {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  width: 54px;
  margin-left: 7px;
  border-left: 1px solid #d7e3eb;
  color: #2f8fc5;
  transition: border-color 300ms ease, color 300ms ease;
}
.oy-cta .oy-cta__button:hover {
  border-color: #2f8fc5;
  box-shadow: 0 16px 32px rgba(5, 28, 47, 0.24);
  transform: translateY(-2px);
}
.oy-cta .oy-cta__button:hover .fa-whatsapp,
.oy-cta .oy-cta__button:hover .oy-cta__button-arrow,
.oy-footer__wa:hover .btn-title i {
  color: #fff;
}
.oy-cta .oy-cta__button:hover .oy-cta__button-arrow {
  border-left-color: rgba(255, 255, 255, 0.28);
}
.oy-cta .oy-cta__button:active {
  transform: translateY(0);
}
@media (max-width: 1199.98px) {
  .oy-cta .inner-container {
    gap: 24px;
  }
  .oy-cta .title {
    font-size: 24px;
  }
  .oy-cta__actions {
    gap: 18px;
  }
}
@media (max-width: 991.98px) {
  .oy-cta .inner-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 34px;
  }
}
@media (max-width: 575.98px) {
  .oy-cta .inner-container {
    padding: 30px 20px;
    text-align: left;
  }
  .oy-cta__intro {
    align-items: flex-start;
    gap: 15px;
  }
  .oy-cta__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .oy-cta .title,
  .oy-cta__icon {
    font-size: 21px;
  }
  .oy-cta__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .oy-cta .oy-cta__button {
    display: flex;
    width: 100%;
  }
  .oy-cta .oy-cta__call {
    display: flex;
  }
  .oy-cta .oy-cta__call,
  .oy-cta .oy-cta__call .btn-title {
    justify-content: center;
    width: 100%;
  }
  .oy-cta .oy-cta__button .btn-title {
    justify-content: center;
    width: 100%;
    padding-left: 18px;
  }
  .oy-cta__button-arrow {
    margin-left: auto;
  }
}
.oy-faq {
  overflow: hidden;
  padding: 105px 0 95px;
  background: #f4f8fb;
}
.oy-faq::before {
  top: 0;
  z-index: 0;
  height: 100%;
  background: linear-gradient(110deg, #f7fafc 0, #eef5f9 100%);
}
.oy-faq::after,
.oy-insights::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.oy-faq::after {
  top: -170px;
  right: -120px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(47, 143, 197, 0.1);
  box-shadow: 0 0 0 70px rgba(47, 143, 197, 0.025),
    0 0 0 140px rgba(47, 143, 197, 0.02);
}
.oy-faq .auto-container {
  position: relative;
  z-index: 1;
}
.oy-faq .row {
  align-items: flex-start;
}
.oy-faq .sec-title {
  margin-bottom: 36px;
  padding-right: 30px;
}
.oy-faq .sec-title h2 {
  max-width: 440px;
}
.oy-faq .content-column {
  padding-right: 44px;
}
.oy-faq .oy-faq__info {
  margin-bottom: 18px;
}
.oy-faq .oy-faq__info .inner {
  min-height: 132px;
  padding: 28px 24px 24px 98px;
  border: 1px solid #dce8ef;
  border-left: 3px solid #2f8fc5;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(16, 54, 83, 0.055);
}
.oy-faq .oy-faq__info .inner .oy-faq__info-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 24px;
  top: 28px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(47, 143, 197, 0.22);
  border-radius: 4px;
  background: #eaf4f9;
  color: #2f8fc5;
  font-size: 19px;
  transition: background-color 250ms ease, border-color 250ms ease,
    color 250ms ease, transform 250ms ease;
}
.oy-faq .oy-faq__info .inner:hover .oy-faq__info-icon {
  border-color: #2f8fc5;
  background: #2f8fc5;
  color: #fff;
  transform: translateY(-2px);
}
.oy-faq .oy-faq__info .title {
  margin-bottom: 8px;
  color: #103653;
  font-size: 18px;
}
.oy-faq .oy-faq__info .text {
  color: #667785;
  font-size: 14px;
  line-height: 1.7;
}
.oy-faq__number {
  position: absolute;
  top: 13px;
  right: 16px;
  color: rgba(16, 54, 83, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.oy-faq .faq-column .inner-column {
  padding-right: 0;
}
.oy-faq .accordion-box .block {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #d9e5ec;
  border-left: 3px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(16, 54, 83, 0.045);
  transition: border-color 250ms ease, box-shadow 250ms ease,
    transform 250ms ease;
}
.oy-faq .accordion-box .block.active-block,
.oy-faq .accordion-box .block:hover {
  border-left-color: #2f8fc5;
  box-shadow: 0 14px 30px rgba(16, 54, 83, 0.08);
}
.oy-faq .accordion-box .block .acc-btn {
  min-height: 70px;
  padding: 22px 72px 20px 25px;
  background: 0 0;
  color: #173850;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.oy-faq .accordion-box .block .acc-btn.active {
  color: #2f8fc5;
}
.oy-faq .accordion-box .block .acc-btn .icon {
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d7e5ed;
  background: #f1f7fa;
  color: #2f8fc5;
}
.oy-faq .accordion-box .block .acc-btn.active .icon {
  border-color: #2f8fc5;
  background: #2f8fc5;
  color: #fff;
}
.oy-faq .accordion-box .block .acc-content .content {
  padding: 0 72px 23px 25px;
}
.oy-faq .accordion-box .block .acc-content .text {
  color: #677986;
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .oy-faq {
    padding: 80px 0 65px;
  }
  .oy-faq .content-column {
    padding-right: 12px;
  }
  .oy-faq .faq-column {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .oy-faq {
    padding: 68px 0 52px;
  }
  .oy-faq .oy-faq__info .inner {
    padding: 24px 20px 22px 86px;
  }
  .oy-faq .oy-faq__info .inner .oy-faq__info-icon {
    left: 20px;
    top: 24px;
    width: 48px;
    height: 48px;
  }
  .oy-faq .accordion-box .block .acc-btn {
    min-height: 66px;
    padding: 19px 62px 18px 19px;
    font-size: 15px;
  }
  .oy-faq .accordion-box .block .acc-btn .icon {
    right: 11px;
    width: 38px;
    height: 38px;
  }
  .oy-faq .accordion-box .block .acc-content .content {
    padding: 0 19px 20px;
  }
}
.oy-facts {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 70px;
}
.oy-facts .fact-counter {
  padding: 0 12px;
}
.oy-facts .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  border: 1px solid #dce7ee;
  background: #fff;
  box-shadow: 0 22px 48px rgba(16, 54, 83, 0.08);
}
.oy-facts .counter-block {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}
.oy-facts .counter-block + .counter-block {
  border-left: 1px solid #e1eaf0;
}
.oy-facts .counter-block .inner {
  min-height: 168px;
  padding: 23px 21px 21px;
  border-top: 3px solid transparent;
  text-align: left;
}
.oy-facts .counter-block .inner:hover {
  border-top-color: #2f8fc5;
  background: #f8fbfd;
}
.oy-facts .counter-block .icon {
  width: 40px;
  height: 40px;
  margin: 0 0 17px;
  border: 1px solid #d5e5ee;
  border-radius: 4px;
  background: #edf6fa;
  box-shadow: none;
  color: #2f8fc5;
  font-size: 16px;
}
.oy-facts .counter-block .icon::after {
  display: none;
}
.oy-facts .counter-block .inner:hover .icon {
  background: #2f8fc5;
  color: #fff;
  transform: translateY(-2px);
}
.oy-facts .counter-block .count-box,
.oy-facts .counter-block .count-box .count-text {
  color: #103653;
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
}
.oy-facts .counter-block .count-box {
  margin-bottom: 9px;
}
.oy-facts .counter-block .count-box small {
  color: #2f8fc5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.oy-facts .counter-title {
  margin-bottom: 0;
  color: #163a55;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  .oy-facts {
    margin-top: -20px;
  }
  .oy-facts .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .oy-facts .counter-block:nth-child(4) {
    border-left: 0;
  }
  .oy-facts .counter-block:nth-child(n + 4) {
    border-top: 1px solid #e1eaf0;
  }
}
@media (max-width: 575.98px) {
  .oy-facts {
    margin-top: 0;
    padding-bottom: 55px;
  }
  .oy-facts .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .oy-facts .counter-block:nth-child(odd) {
    border-left: 0;
  }
  .oy-facts .counter-block:nth-child(n + 3) {
    border-top: 1px solid #e1eaf0;
  }
  .oy-facts .counter-block .inner {
    min-height: auto;
    padding: 22px 18px;
  }
}
.oy-insights {
  overflow: hidden;
  padding: 105px 0 115px;
  background: #f7fafc;
}
.oy-insights::before {
  right: -180px;
  top: -220px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(47, 143, 197, 0.045);
}
.oy-insights,
.oy-insights .auto-container {
  position: relative;
}
.oy-insights__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}
.oy-insights__heading .sec-title {
  max-width: 690px;
}
.oy-insights__heading .sec-title h2 {
  margin-bottom: 0;
  color: #103653;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}
.oy-insights__all {
  flex: 0 0 auto;
  min-width: 178px;
  text-align: center;
}
.oy-insights__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  gap: 22px;
}
.oy-insights__featured,
.oy-insights__item {
  overflow: hidden;
  border: 1px solid #dce7ee;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 54, 83, 0.08);
}
.oy-insights__featured {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 568px;
}
.oy-insights__featured-image,
.oy-insights__item-image {
  display: block;
  overflow: hidden;
}
.oy-insights__featured-image img,
.oy-insights__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.oy-insights__featured:hover .oy-insights__featured-image img,
.oy-insights__item:hover .oy-insights__item-image img {
  transform: scale(1.035);
}
.oy-insights__featured-content {
  position: relative;
  padding: 30px 34px 32px;
  background: #103653;
}
.oy-insights__featured-content::before {
  position: absolute;
  left: 34px;
  top: 0;
  width: 62px;
  height: 3px;
  background: #45a4d6;
  content: "";
}
.oy-insights__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 18px;
  margin-bottom: 13px;
  color: #6f8291;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.oy-insights__meta span + span {
  position: relative;
  padding-left: 18px;
}
.oy-insights__meta span + span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  background: currentColor;
  content: "";
  opacity: 0.35;
  transform: translateY(-50%);
}
.oy-insights__meta i {
  margin-right: 6px;
  color: #45a4d6;
}
.oy-insights__featured .oy-insights__meta {
  color: #bdd1dd;
}
.oy-insights__featured-content h3 {
  margin-bottom: 12px;
  font-size: 29px;
  line-height: 1.2;
}
.oy-insights__featured-content h3 a {
  color: #f7fbfd;
}
.oy-insights__featured-content p {
  max-width: 590px;
  margin-bottom: 18px;
  color: #c7d8e2;
  font-size: 14px;
  line-height: 1.7;
}
.oy-insights__list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.oy-insights__item {
  display: grid;
  grid-template-columns: minmax(190px, 41%) minmax(0, 1fr);
  min-height: 178px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    transform 0.25s ease;
}
.oy-insights__item:hover {
  border-color: #b7d5e5;
  box-shadow: 0 20px 42px rgba(16, 54, 83, 0.12);
  transform: translateY(-2px);
}
.oy-insights__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px 25px;
}
.oy-insights__item-content .oy-insights__meta {
  margin-bottom: 9px;
  color: #668093;
  font-size: 11px;
}
.oy-insights__item-content h4 {
  margin-bottom: 14px;
  color: #103653;
  font-size: 19px;
  line-height: 1.3;
}
.oy-insights__item-content h4 a {
  color: inherit;
}
.oy-insights__card-btn {
  align-self: flex-start;
  min-width: 112px;
  margin-top: auto;
  padding: 11px 20px;
  font-size: 11px;
  line-height: 20px;
}
.oy-insights__featured-content .oy-insights__card-btn {
  min-width: 172px;
}
@media (prefers-reduced-motion: reduce) {
  .oy-insights__featured-image img,
  .oy-insights__item,
  .oy-insights__item-image img {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .oy-insights {
    padding: 85px 0 90px;
  }
  .oy-insights__grid {
    grid-template-columns: 1fr;
  }
  .oy-insights__featured {
    min-height: 0;
  }
  .oy-insights__featured-image {
    min-height: 360px;
  }
}
@media (max-width: 575.98px) {
  .oy-insights {
    padding: 70px 0 75px;
  }
  .oy-insights__heading {
    display: block;
    margin-bottom: 30px;
  }
  .oy-insights__heading .sec-title h2 {
    font-size: 34px;
  }
  .oy-insights__all {
    margin-top: 24px;
  }
  .oy-insights__featured-image {
    min-height: 265px;
  }
  .oy-insights__featured-content {
    padding: 27px 24px 29px;
  }
  .oy-insights__featured-content::before {
    left: 24px;
  }
  .oy-insights__featured-content h3 {
    font-size: 24px;
  }
  .oy-insights__item {
    grid-template-columns: 1fr;
  }
  .oy-insights__item-image {
    aspect-ratio: 3/2;
  }
  .oy-insights__item-content {
    padding: 23px 22px 25px;
  }
}
.oy-contact {
  padding: 110px 0 0;
  overflow: hidden;
  background: #fff;
}
.oy-map {
  background: #dce8ef;
}
.oy-map iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
    filter: grayscale(1);
}
@media (max-width: 991.98px) {
  .oy-contact {
    padding-top: 88px;
  }
}
@media (max-width: 575.98px) {
  .oy-contact {
    padding-top: 70px;
  }
  .oy-map {
    height: 430px;
    margin-top: 18px;
  }
  .oy-footer__legal {
    align-items: flex-start;
    gap: 7px;
  }
}
.oy-contact .bg-image {
  background-color: var(--oy-navy);
  background-image: url(../images/index/iletisim_bg.webp);
  background-size: cover;
  background-position: center;
}
.oy-contact .bg-image:before {
  background: 0 0;
  background-image: radial-gradient(
      ellipse 62% 82%at 12% 8%,
      rgba(47, 134, 186, 0.34) 0,
      rgba(47, 134, 186, 0) 58%
    ),
    linear-gradient(
      152deg,
      rgba(20, 55, 92, 0.93) 0,
      rgba(13, 43, 73, 0.95) 56%,
      rgba(8, 31, 55, 0.96) 100%
    );
}
.oy-contact__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}
.oy-contact__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 20px 17px 18px;
  border: 1px solid rgba(126, 202, 244, 0.22);
  border-radius: 16px;
  background-color: rgba(8, 32, 55, 0.5);
  background-image: linear-gradient(
    148deg,
    rgba(47, 134, 186, 0.16) 0,
    rgba(8, 32, 55, 0) 62%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 300ms ease, background-color 300ms ease,
    transform 300ms var(--oy-ease-soft), box-shadow 300ms ease;
}
.oy-contact__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
  opacity: 0;
  transition: opacity 300ms ease, top 300ms var(--oy-ease-soft),
    bottom 300ms var(--oy-ease-soft);
}
.oy-contact__item:hover {
  transform: translateY(-3px);
  border-color: rgba(126, 202, 244, 0.48);
  background-color: rgba(11, 40, 68, 0.72);
  box-shadow: 0 16px 32px rgba(3, 20, 36, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.oy-contact__item:hover:before {
  opacity: 1;
  top: 6px;
  bottom: 6px;
}
.oy-contact__item--wide {
  grid-column: 1/-1;
}
.oy-contact__item > i {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  box-shadow: 0 10px 22px rgba(12, 79, 122, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 19px;
  transition: transform 300ms var(--oy-ease-soft);
}
.oy-contact__item:hover > i {
  transform: scale(1.06);
}
.oy-contact__item span {
  display: block;
  min-width: 0;
}
.oy-contact__item small {
  display: block;
  color: rgba(150, 202, 232, 0.9);
  font-size: 10.5px;
  letter-spacing: 0.11em;
}
.oy-contact__item a,
.oy-contact__item strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.012em;
  overflow-wrap: anywhere;
}
.oy-contact__item a:hover {
  color: var(--oy-blue-bright);
}
.oy-map-section {
  position: relative;
  padding: 96px 0 104px;
  background: #fff;
}
.oy-map__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
.oy-map__heading .sec-title {
  max-width: 690px;
}
.oy-map__heading .sec-title h2 {
  margin-bottom: 0;
  color: #103653;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.14;
}
.oy-map__btn {
  flex: 0 0 auto;
  min-width: 190px;
  text-align: center;
}
.oy-map {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 0;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  background: #eef4f8;
  box-shadow: 0 18px 44px rgba(16, 54, 83, 0.08);
  line-height: 0;
}
@media (max-width: 991.98px) {
  .oy-contact__list {
    margin-top: 18px;
  }
  .oy-map-section {
    padding: 74px 0 80px;
  }
  .oy-map__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .oy-contact__list {
    grid-template-columns: 1fr;
  }
  .oy-map-section {
    padding: 58px 0 62px;
  }
  .oy-map__btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-contact__item:hover {
    transform: none;
  }
}
.oy-contact__item a[href^="mailto"] {
  font-size: 14.5px;
  letter-spacing: -0.015em;
}
.oy-contact .contact-form .theme-btn {
  padding: 17px 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: var(--theme-color2);
}
.oy-contact .contact-form .theme-btn:after,
.oy-contact .contact-form .theme-btn:before {
  background-color: #fff;
}
.oy-contact .contact-form .theme-btn:hover .btn-title {
  color: var(--theme-color2);
}
.oy-form__kvkk {
  margin: 16px 0 0;
  color: rgba(219, 236, 247, 0.78);
  font-size: 11.5px;
  line-height: 1.6;
}
.oy-form__kvkk a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 240ms ease;
}
.oy-form__kvkk a:hover {
  color: #9fd0ec;
}
.oy-footer__cta-copy p {
  margin-bottom: 0;
  color: rgba(198, 222, 239, 0.76);
  font-size: 13.5px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .oy-footer__cta-actions {
    width: 100%;
  }
  .oy-footer__cta-actions .theme-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.main-footer .upper-box .oy-footer__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 30px;
}
.oy-footer__cta-copy .title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.oy-footer__cta-actions,
.oy-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.oy-footer__cta-actions .theme-btn {
  padding: 14px 24px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: none;
}
.oy-footer__cta-actions .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.oy-footer__cta-actions .btn-title i {
  font-size: 15px;
}
.oy-footer__wa .btn-title i {
  color: #6bf29a;
  transition: color 300ms ease;
}
.oy-footer__cta-actions .btn-style-four {
  border-color: rgba(255, 255, 255, 0.42);
}
.oy-footer__legal {
  align-items: center;
  gap: 10px 24px;
  margin: 0;
}
.oy-footer__legal a {
  position: relative;
  color: rgba(198, 222, 239, 0.7);
  font-size: 13px;
  transition: color 240ms ease;
}
.oy-footer__legal a:hover {
  color: #fff;
}
.oy-footer__legal li + li a:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: rgba(198, 222, 239, 0.24);
}
@media (max-width: 1199.98px) {
  .main-footer .upper-box .oy-footer__cta {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .oy-footer__cta-actions {
    width: 100%;
  }
  .oy-footer__cta-actions .theme-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .oy-footer__legal {
    gap: 8px 18px;
  }
  .oy-footer__legal li + li a:before {
    left: -10px;
  }
}
.header-style-one .header-lower .logo-box {
  margin-top: 0;
  min-height: 92px;
  min-width: 312px;
  padding: 16px 22px;
}
.header-style-one .header-lower .logo-box .logo,
.oy-contact-page .contact-details__info li + li,
.oy-post__sidebar .sidebar__post-list li + li {
  margin-top: 0;
}
.header-style-one .header-lower .logo-box .logo img {
  width: 265px;
}
.header-style-one .header-top {
  margin-left: 0;
  padding: 5px 40px 5px 22px;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .logo-box {
    min-height: auto;
    min-width: 200px;
    padding: 16px 18px;
  }
  .header-style-one .header-lower .logo-box .logo img {
    width: 160px;
  }
  .header-style-one .header-top {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.header-style-one .header-lower .main-box {
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .logo-box {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
    justify-content: flex-start;
    padding: 14px 20px;
  }
  .header-style-one .header-lower .logo-box .logo img {
    width: 250px;
  }
  .header-style-one .header-lower .nav-outer {
    flex: 0 0 auto;
    padding: 0 20px 0 16px;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .header-lower .logo-box {
    padding: 12px 16px;
  }
  .header-style-one .header-lower .nav-outer {
    padding: 0 16px 0 12px;
  }
}
:root {
  --oy-surface-white: #ffffff;
  --oy-surface-light: #f2f7fb;
  --oy-surface-dark: #0d2b49;
  --oy-surface-dot: rgba(23, 78, 116, 0.07);
  --oy-surface-dot-size: 26px;
  --oy-surface-edge: rgba(23, 78, 116, 0.08);
}
.oy-faq,
.oy-insights,
.oy-process,
.oy-services {
  border-top: 1px solid var(--oy-surface-edge);
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
  background-position: 0 0;
  background-repeat: repeat;
}
.oy-faq::before {
  background: 0 0;
}
.oy-about-blocks {
  row-gap: 14px;
}
.oy-about-blocks .about-block .inner {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid rgba(23, 78, 116, 0.14);
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(16, 54, 83, 0.05);
  transition: transform 300ms var(--oy-ease-soft), border-color 300ms ease,
    box-shadow 300ms var(--oy-ease-soft);
}
.oy-about-blocks .about-block .inner:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 134, 186, 0.36);
  box-shadow: 0 16px 32px rgba(16, 54, 83, 0.1);
}
.oy-about-blocks .about-block .inner .icon {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 13px;
  color: #fff;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  box-shadow: 0 10px 20px rgba(12, 79, 122, 0.28);
  font-size: 21px;
  line-height: 1;
  transition: transform 300ms var(--oy-ease-soft);
}
.oy-about-blocks .about-block .inner:hover .icon,
.oy-about-blocks .about-block:hover .inner .icon {
  color: #fff;
  transform: scale(1.06);
}
.oy-about-blocks .about-block .inner .title {
  margin: 0;
  color: var(--oy-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.012em;
}
@media (max-width: 575.98px) {
  .oy-about-blocks .about-block .inner {
    padding: 15px 16px;
    gap: 13px;
  }
  .oy-about-blocks .about-block .inner .icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .oy-about-blocks .about-block .inner .title {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-about-blocks .about-block .inner:hover,
  .oy-about-blocks .about-block .inner:hover .icon {
    transform: none;
  }
}
.oy-approach {
  position: relative;
  padding: 96px 0 104px;
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
  border-top: 1px solid var(--oy-surface-edge);
  border-bottom: 1px solid var(--oy-surface-edge);
}
.oy-approach > .auto-container {
  position: relative;
  z-index: 1;
}
.oy-approach__intro {
  margin-bottom: 46px;
}
.oy-approach__intro .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #2b6c94;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.oy-approach__intro .sub-title:before {
  content: "";
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
}
.oy-approach__intro h2 {
  margin-bottom: 20px;
  color: var(--oy-navy);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.024em;
}
.oy-approach__intro p {
  margin-bottom: 16px;
  color: #63757f;
  font-size: 16px;
  line-height: 1.8;
}
.oy-approach__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(23, 78, 116, 0.14);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 18px 44px rgba(16, 54, 83, 0.07);
}
.oy-approach__strip .feature-block-five {
  margin: 0;
}
.oy-approach__strip .inner-box {
  height: 100%;
  padding: 38px 30px 34px;
  border: 0;
  border-right: 1px solid rgba(23, 78, 116, 0.1);
  background-color: #fff;
  text-align: left;
}
.oy-approach__strip .feature-block-five:last-child .inner-box {
  border-right: 0;
}
.oy-approach__strip .inner-box:before {
  height: 3px;
  background-image: linear-gradient(
    90deg,
    var(--oy-blue) 0%,
    var(--oy-blue-bright) 100%
  );
}
.oy-approach__strip .inner-box:hover {
  background-color: #f8fbfd;
}
.oy-approach__strip .content-box {
  position: relative;
  display: block;
  max-width: none;
  padding-left: 82px;
  text-align: left;
}
.oy-approach__strip .content-box .icon {
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--oy-blue);
  font-size: 46px;
  line-height: 1;
  transition: color 300ms ease;
}
.oy-approach__strip .content-box .icon:after {
  left: 22px;
  top: 8px;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  background-color: rgba(47, 134, 186, 0.12);
  transition: left 300ms ease, background-color 300ms ease;
}
.oy-approach__strip .inner-box:hover .content-box .icon:after {
  left: 10px;
  background-color: rgba(47, 134, 186, 0.2);
}
.oy-approach__strip .content-box .sub-title {
  display: block;
  margin-bottom: 8px;
  color: #92a3ae;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.oy-approach__strip .content-box .title {
  margin-bottom: 10px;
  color: var(--oy-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.016em;
}
.oy-approach__strip .content-box p {
  margin-bottom: 0;
  color: #6a7c87;
  font-size: 14.5px;
  line-height: 1.68;
}
@media (max-width: 991.98px) {
  .oy-approach {
    padding: 74px 0 78px;
  }
  .oy-approach__intro {
    margin-bottom: 34px;
  }
  .oy-approach__strip {
    grid-template-columns: 1fr;
  }
  .oy-approach__strip .inner-box {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 78, 116, 0.1);
  }
  .oy-approach__strip .feature-block-five:last-child .inner-box {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .oy-approach {
    padding: 58px 0 62px;
  }
  .oy-approach__strip .inner-box {
    padding: 28px 22px 26px;
  }
  .oy-approach__strip .content-box {
    padding-left: 70px;
  }
  .oy-approach__strip .content-box .icon {
    font-size: 40px;
  }
  .oy-approach__intro p {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-approach__strip .inner-box:hover .content-box .icon:after {
    left: 22px;
  }
}
.service-card,
.service-card-top {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.service-card {
  height: 100%;
  border: 1px solid #d9e2ea;
  border-bottom: 3px solid #258dd4;
  box-shadow: 0 5px 18px rgba(16, 43, 70, 0.07);
}
.service-card-top {
  height: 100px;
  border-bottom: 1px solid #d8e1e8;
}
.service-card-blue {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 37%0, 56% 100%, 0 100%);
  background: linear-gradient(120deg, #102b46 0, #123c67 25%, #28658f 100%);
}
.service-card-icon {
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 58px;
  z-index: 2;
}
.service-card-number {
  position: absolute;
  top: 25px;
  right: 29px;
  text-align: center;
  z-index: 3;
}
.service-card-number strong {
  display: block;
  color: #579ee3;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}
.service-card-number span {
  display: block;
  width: 34px;
  height: 3px;
  margin: 13px auto 0;
  background: #52a7e6;
}
.service-card-body {
  padding: 28px 24px 34px;
}
.service-card-title {
  margin: 0;
  color: #102b46;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.service-title-line {
  width: 35px;
  height: 3px;
  margin: 17px 0 18px;
  background: #52a7e6;
}
.service-description {
  margin: 0;
  color: #36516d;
  font-size: 15px;
  line-height: 1.75;
}
.service-divider {
  width: 100%;
  height: 1px;
  margin: 17px 0 19px;
  background: #d5dfe7;
}
.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #2b435d;
  font-size: 16px;
  line-height: 1.4;
}
.service-list li:last-child {
  margin-bottom: 0;
}
.service-list-check {
  width: 21px;
  height: 21px;
  min-width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #198bd8;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .service-card-blue {
    clip-path: polygon(0 0, 37%0, 56% 100%, 0 100%);
  }
  .service-card-icon {
    left: 30px;
    font-size: 50px;
  }
  .service-card-body {
    padding: 24px 21px 30px;
  }
}
.oy-services .oy-insights__heading {
  margin-bottom: 48px;
}
.oy-services__lead {
  flex: 0 1 auto;
  align-self: flex-end;
  max-width: 400px;
  margin: 0 0 6px auto;
  color: #63757f;
  font-size: 15px;
  line-height: 1.75;
  text-align: right;
}
.oy-sgroup + .oy-sgroup {
  margin-top: 68px;
}
.oy-sgroup__head {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
}
.oy-sgroup__head h3 {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding-left: 22px;
  color: var(--oy-navy);
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.oy-sgroup__head h3::before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 5px;
  border-radius: 3px;
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
  content: "";
}
.oy-sgroup__head::after {
  flex: 1 1 auto;
  order: 1;
  height: 1px;
  background-color: rgba(23, 78, 116, 0.16);
  content: "";
}
.oy-sgroup__count {
  flex: 0 0 auto;
  order: 2;
  color: #5b6d79;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .oy-services__lead {
    align-self: auto;
    margin: 14px 0 0;
    text-align: left;
  }
  .oy-sgroup + .oy-sgroup {
    margin-top: 54px;
  }
  .oy-sgroup__head {
    margin-bottom: 26px;
  }
}
@media (max-width: 575.98px) {
  .oy-sgroup + .oy-sgroup {
    margin-top: 44px;
  }
  .oy-sgroup__head {
    gap: 14px;
  }
  .oy-sgroup__head h3 {
    flex: 0 1 auto;
    font-size: 24px;
    padding-left: 16px;
  }
  .oy-sgroup__count {
    display: none;
  }
}
section.contact-details.oy-contact-page {
  position: relative;
  padding: 96px 0 100px;
  background-color: var(--oy-surface-white);
}
.oy-contact-page > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.oy-contact-page .sec-title {
  margin-bottom: 36px;
}
.oy-contact-page .sec-title h2 {
  color: var(--oy-navy);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.2;
}
.oy-contact-page .form-control {
  height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(23, 78, 116, 0.16);
  border-radius: 4px;
  background-color: #f7fafc;
  color: var(--oy-navy);
  font-size: 15px;
  box-shadow: none;
  transition: border-color 240ms ease, background-color 240ms ease;
}
.oy-contact-page textarea.form-control {
  height: auto;
  min-height: 170px;
  padding: 18px 22px;
  resize: vertical;
}
.oy-contact-page .form-control::placeholder {
  color: #6f8290;
}
.oy-contact-page .form-control:focus {
  border-color: var(--oy-blue);
  background-color: #fff;
  outline: 0;
}
.oy-contact-page__submit {
  margin-top: 10px;
}
.oy-contact-page__submit .theme-btn {
  min-width: 170px;
}
.oy-contact-page .oy-form__kvkk {
  max-width: 560px;
  margin: 18px 0 0;
  color: #6f8290;
  font-size: 13px;
  line-height: 1.6;
}
.oy-contact-page .oy-form__kvkk a,
.oy-legal a {
  color: var(--oy-blue);
  text-decoration: underline;
}
.oy-blog .news-block .content-box .read-more:hover,
.oy-blog .news-block .content-box .title a,
.oy-contact-page .oy-form__kvkk a:hover,
.oy-why .content-column .sec-title h2,
.oy-why3 .feature-block-four .inner-box:hover .feature-title,
.oy-why3__title h2 {
  color: var(--oy-navy);
}
.oy-contact-page .contact-details__right {
  padding-left: 30px;
}
.oy-contact-page .contact-details__right .sec-title .text {
  color: #63757f;
  font-size: 15.5px;
  line-height: 1.8;
}
.oy-contact-page .contact-details__info {
  margin: 0;
}
.oy-contact-page .contact-details__info li {
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 78, 116, 0.1);
}
.oy-contact-page .contact-details__info li:first-child {
  padding-top: 0;
}
.oy-contact-page .contact-details__info li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.oy-contact-page .contact-details__info li .icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: transparent;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  box-shadow: 0 8px 18px -10px rgba(30, 103, 149, 0.55);
}
.oy-contact-page .contact-details__info li .icon span {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
.oy-contact-page .contact-details__info li:hover .icon {
  background-image: linear-gradient(150deg, var(--oy-navy) 0%, #0b2134 100%);
}
.oy-contact-page .contact-details__info li .text {
  margin-left: 18px;
  min-width: 0;
}
.oy-contact-page .contact-details__info li .text h3 {
  margin: 0 0 3px;
  color: #7c8d99;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.oy-contact-page .contact-details__info li .text a,
.oy-contact-page .contact-details__info li .text span {
  display: block;
  color: var(--oy-navy);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.005em;
}
@media (max-width: 575.98px) {
  .oy-contact-page .contact-details__info li .text {
    margin-left: 14px;
  }
  .oy-contact-page .contact-details__info li .text a,
  .oy-contact-page .contact-details__info li .text span {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .oy-contact-page .contact-details__right {
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  section.contact-details.oy-contact-page {
    padding: 78px 0 84px;
  }
  .oy-contact-page .contact-details__right {
    margin-top: 56px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  section.contact-details.oy-contact-page {
    padding: 58px 0 64px;
  }
  .oy-contact-page .form-control {
    height: 54px;
    padding: 0 18px;
  }
  .oy-contact-page__submit .theme-btn {
    width: 100%;
  }
}
section.news-section.oy-blog {
  position: relative;
  padding: 96px 0 70px;
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
}
.oy-blog__heading {
  margin-bottom: 54px;
}
.oy-blog .news-block {
  margin-bottom: 30px;
}
.oy-blog .news-block .inner-box {
  overflow: hidden;
  border: 1px solid rgba(23, 78, 116, 0.12);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(16, 54, 83, 0.06);
  transition: transform 450ms var(--oy-ease), box-shadow 450ms var(--oy-ease);
}
.oy-blog .news-block .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(16, 54, 83, 0.12);
}
.oy-blog .news-block .content-box,
.oy-blog .news-block .inner-box {
  display: flex;
  flex-direction: column;
}
.oy-blog .news-block .inner-box {
  height: 100%;
}
.oy-blog .news-block .content-box {
  flex: 1 1 auto;
  width: auto;
  margin: 0;
  padding: 30px 28px 28px;
}
.oy-blog .news-block .content-box .read-more {
  margin-top: auto;
}
.oy-blog .news-block .image-box .image {
  margin: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.oy-blog .news-block .image-box .image img,
.oy-office__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oy-blog .news-block .image-box .date {
  bottom: 0;
}
.oy-blog .news-block .content-box .post-info li,
.oy-post .blog-details__meta li {
  color: #6f8290;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.oy-blog .news-block .content-box .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}
.oy-blog__excerpt {
  margin-bottom: 16px;
  color: #63757f;
  font-size: 14.5px;
  line-height: 1.7;
}
.oy-blog .news-block .content-box .read-more {
  color: var(--oy-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  section.news-section.oy-blog {
    padding: 76px 0 52px;
  }
  .oy-blog__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  section.news-section.oy-blog {
    padding: 58px 0 40px;
  }
  .oy-blog .news-block .content-box {
    padding: 28px 22px 24px;
  }
  .oy-blog .news-block .content-box .title {
    font-size: 18px;
  }
}
section.blog-details.oy-post {
  position: relative;
  padding: 96px 0 100px;
  background-color: var(--oy-surface-white);
}
.oy-post > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.oy-post .blog-details__img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.oy-post .blog-details__img img {
  width: 100%;
  display: block;
}
.oy-post .blog-details__date {
  position: absolute;
  top: auto;
  right: auto;
  left: 28px;
  bottom: 28px;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  color: #fff;
  box-shadow: 0 12px 24px -10px rgba(30, 103, 149, 0.6);
}
.oy-post .blog-details__date .day {
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.oy-post .blog-details__date .month {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.oy-post .blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0 0 16px;
}
.oy-post .blog-details__meta li i {
  margin-right: 6px;
  color: var(--oy-blue);
}
.oy-post .blog-details__title {
  margin-bottom: 22px;
  color: var(--oy-navy);
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.oy-post .blog-details__text-2 {
  margin-bottom: 18px;
  color: #4f6270;
  font-size: 16px;
  line-height: 1.85;
}
.oy-post__cta strong,
.oy-post__h {
  color: var(--oy-navy);
  line-height: 1.3;
}
.oy-post__h {
  margin: 34px 0 12px;
  font-size: 22px;
  font-weight: 700;
}
.oy-post__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.oy-post__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  color: #4f6270;
  font-size: 15.5px;
  line-height: 1.65;
}
.oy-post__list li i {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--oy-blue);
  font-size: 17px;
}
.oy-post__list li strong,
.oy-post__sidebar .sidebar__post-content h3 a {
  color: var(--oy-navy);
  font-weight: 700;
}
.oy-post__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 28px 30px;
  border: 1px solid rgba(23, 78, 116, 0.14);
  border-left: 4px solid var(--oy-blue);
  border-radius: 10px;
  background-color: var(--oy-surface-light);
}
.oy-post__cta strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.oy-post__cta span {
  display: block;
  color: #63757f;
  font-size: 14.5px;
  line-height: 1.6;
}
.oy-post__cta .theme-btn {
  flex: 0 0 auto;
  color: #fff;
}
.oy-post__cta .theme-btn .btn-title,
.oy-post__cta .theme-btn:hover .btn-title {
  color: #fff;
}
.oy-post__sidebar {
  padding-left: 20px;
}
.oy-post__sidebar .sidebar__single {
  padding: 30px 28px;
  border: 1px solid rgba(23, 78, 116, 0.12);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(16, 54, 83, 0.06);
}
.oy-post__sidebar .sidebar__title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 78, 116, 0.12);
  color: var(--oy-navy);
  font-size: 20px;
  font-weight: 700;
}
.oy-post__sidebar .sidebar__title:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background-color: var(--oy-blue);
  content: "";
}
.oy-post__sidebar .sidebar__post-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 78, 116, 0.1);
}
.oy-post__sidebar .sidebar__post-list li:first-child {
  padding-top: 0;
}
.oy-post__sidebar .sidebar__post-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.oy-post__sidebar .sidebar__post-image {
  flex: 0 0 76px;
  width: 76px;
  height: 64px;
  overflow: hidden;
  border-radius: 8px;
}
.oy-post__sidebar .sidebar__post-image img,
.oy-why .image-column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oy-post__sidebar .sidebar__post-content {
  min-width: 0;
}
.oy-post__sidebar .sidebar__post-content h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.oy-post__sidebar .sidebar__post-content-meta {
  display: block;
  margin-bottom: 4px;
  color: #6f8290;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.oy-post__sidebar .sidebar__post-content-meta i {
  margin-right: 5px;
  color: var(--oy-blue);
}
.oy-post__sidebar .sidebar__post-content h3 a:hover,
.oy-sss .accordion-box.style-two .block .acc-btn.active {
  color: var(--oy-blue);
}
@media (max-width: 1199.98px) {
  .oy-post__sidebar {
    padding-left: 0;
  }
  .oy-post__sidebar .sidebar__single {
    padding: 26px 22px;
  }
}
@media (max-width: 991.98px) {
  section.blog-details.oy-post {
    padding: 78px 0 84px;
  }
  .oy-post__sidebar {
    margin-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .oy-post__cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .oy-post__cta .theme-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  section.blog-details.oy-post {
    padding: 58px 0 64px;
  }
  .oy-post .blog-details__img {
    border-radius: 8px;
  }
  .oy-post .blog-details__date {
    left: 16px;
    bottom: 16px;
    width: 60px;
    height: 60px;
  }
  .oy-post .blog-details__date .day {
    font-size: 22px;
  }
  .oy-post .blog-details__text-2 {
    font-size: 15px;
  }
  .oy-post__h {
    font-size: 20px;
    margin-top: 28px;
  }
  .oy-post__cta {
    padding: 22px 20px;
  }
}
section.why-choose-us.oy-why {
  padding: 96px 0 100px;
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
}
.oy-why .row {
  align-items: center;
}
.oy-why .content-column .inner-column {
  padding: 0;
}
.oy-why .content-column .sec-title {
  margin-bottom: 26px;
}
.oy-why .content-column .sec-title .text {
  color: #63757f;
  font-size: 15.5px;
  line-height: 1.8;
}
.oy-why .content-column .info-box {
  min-height: 0;
  padding-left: 74px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom-color: rgba(23, 78, 116, 0.13);
}
.oy-why .content-column .info-box .icon {
  color: var(--oy-blue);
  font-size: 46px;
  line-height: 1;
  top: 2px;
}
.oy-why .content-column .info-box .sub-title {
  color: #6f8290;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.oy-why .content-column .info-box .title {
  margin-bottom: 4px;
  color: var(--oy-navy);
  font-size: 19px;
  line-height: 1.3;
}
.oy-why__text {
  margin: 0;
  color: #63757f;
  font-size: 14px;
  line-height: 1.6;
}
.oy-why .image-column .image {
  margin: 0 0 0 30px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 30px 60px -30px rgba(16, 54, 83, 0.35);
}
@media (max-width: 1199.98px) {
  .oy-why .image-column {
    display: block;
    margin-top: 44px;
  }
  .oy-why .image-column .image {
    margin: 0;
    max-height: 460px;
  }
}
@media (max-width: 991.98px) {
  section.why-choose-us.oy-why {
    padding: 78px 0 84px;
  }
}
@media (max-width: 575.98px) {
  section.why-choose-us.oy-why {
    padding: 58px 0 64px;
  }
  .oy-why .content-column .info-box {
    padding-left: 0;
    text-align: left;
  }
  .oy-why .content-column .info-box .icon {
    position: static;
    display: block;
    margin-bottom: 12px;
    font-size: 44px;
  }
  .oy-why .image-column {
    margin-top: 32px;
  }
}
section.features-section.oy-why2 {
  padding: 100px 0 64px;
  background-color: var(--oy-navy);
  background-image: linear-gradient(
    135deg,
    #0b2134 0%,
    var(--oy-navy) 60%,
    #123a5c 100%
  );
}
.oy-why2 .bg-layer {
  opacity: 0.35;
}
.oy-why2 .content-column .sec-title .text {
  color: #afc4d1;
  font-size: 15.5px;
  line-height: 1.8;
}
.oy-why2 .feature-block .inner-box {
  border-color: rgba(255, 255, 255, 0.16);
}
.oy-why2 .feature-block .inner-box:before {
  background-color: var(--oy-blue);
}
.oy-why2 .feature-block .icon {
  color: #67b9e3;
}
.oy-why2 .feature-block .title {
  color: #fff;
}
@media (max-width: 991.98px) {
  section.features-section.oy-why2 {
    padding: 78px 0 60px;
  }
}
@media (max-width: 575.98px) {
  section.features-section.oy-why2 {
    padding: 58px 0 44px;
  }
}
section.features-section-five.oy-why3 {
  padding: 96px 0 100px;
  background-color: var(--oy-surface-white);
}
.oy-why3__title {
  max-width: 640px;
  margin: 0 auto 50px;
}
.oy-why3 .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}
.oy-why3 .feature-block-four {
  display: flex;
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  margin-bottom: 0;
}
.oy-why3 .feature-block-four .inner-box {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 78, 116, 0.13);
  border-bottom: 3px solid var(--oy-blue);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 16px 40px rgba(16, 54, 83, 0.07);
  text-align: left;
  transition: transform 450ms var(--oy-ease), box-shadow 450ms var(--oy-ease);
}
.oy-why3 .feature-block-four .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(16, 54, 83, 0.13);
}
.oy-why3 .feature-block-four .inner-box .bg-image {
  position: relative;
  inset: auto;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 0;
  opacity: 1;
}
.oy-why3 .feature-block-four .inner-box .bg-image:after,
.oy-why3 .feature-block-four .inner-box .bg-image:before {
  display: none;
}
.oy-why3 .feature-block-four .inner-box .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  transform: none;
}
.oy-why3 .feature-block-four .inner-box .feature-title {
  margin: 0 0 8px;
  padding: 26px 20px 0;
  color: var(--oy-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: none;
}
.oy-why3 .feature-block-four .inner-box .feature-details {
  padding: 0 20px 26px;
  color: #5c6c77;
  font-size: 14.5px;
  line-height: 1.65;
  text-shadow: none;
}
.oy-why3 .feature-block-four .inner-box:hover .feature-details {
  color: #5c6c77;
}
.oy-why3 .feature-block-four .inner-box .count {
  left: auto;
  right: 16px;
  top: 128px;
  bottom: auto;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: var(--oy-blue);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 18px -8px rgba(30, 103, 149, 0.7);
}
.oy-why3 .feature-block-four .inner-box:hover .count {
  background-color: var(--oy-navy);
  color: #fff;
}
@media (max-width: 1199.98px) {
  .oy-why3 .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .oy-why3 .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .oy-why3 .row {
    grid-template-columns: 1fr;
  }
  .oy-why3 .feature-block-four .inner-box .bg-image {
    height: 170px;
  }
}
@media (max-width: 991.98px) {
  section.features-section-five.oy-why3 {
    padding: 78px 0 50px;
  }
}
@media (max-width: 575.98px) {
  section.features-section-five.oy-why3 {
    padding: 58px 0 36px;
  }
  .oy-why3__title {
    margin-bottom: 34px;
  }
  .oy-why2 .bg-layer {
    max-width: 100%;
  }
}
.page-title .title {
  font-size: clamp(32px, 6.6vw, 64px);
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
}
@media (max-width: 767.98px) {
  .page-title {
    padding: 66px 0 72px;
  }
}
@media (max-width: 575.98px) {
  .page-title {
    padding: 54px 0 58px;
  }
  .page-title .title {
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-two .content-column .list-style-three {
    margin-right: 0;
  }
  .why-choose-us-two .content-column .list-style-three li {
    padding-right: 0;
  }
  .about-section-four .image-column .image-1 {
    margin-left: 0;
  }
  .main-footer .footer-column .footer-widget.links-widget {
    margin-bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .main-footer .links-widget > .row > [class*="col-"] {
    margin-bottom: 32px;
  }
  .main-footer .links-widget > .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-bottom .inner-container {
    text-align: left;
  }
  .oy-footer__legal {
    align-items: flex-start;
    gap: 8px;
  }
  .oy-footer__legal li + li a:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-footer .upper-box {
    display: block;
  }
  .main-footer .upper-box .oy-footer__cta {
    margin-top: 26px;
  }
}
@media (max-width: 575.98px) {
  .main-footer .upper-box .oy-footer__cta {
    margin-top: 22px;
  }
}
.oy-journey {
  position: relative;
  padding: 82px 0 88px;
  overflow: hidden;
  border-bottom: 1px solid var(--oy-surface-edge);
  background: var(--oy-surface-white);
}
.oy-journey__head {
  max-width: 780px;
  margin-bottom: 46px;
}
.oy-journey__head h2 {
  margin-bottom: 15px;
  color: var(--oy-navy);
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.14;
}
.oy-journey__head .text {
  max-width: 700px;
  color: #61737e;
  font-size: 15.5px;
  line-height: 1.75;
}
.oy-journey__rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.oy-journey__rail::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 39px;
  height: 2px;
  background: linear-gradient(90deg, #d5e6ef 0, #5aa7cf 52%, #174e74 100%);
  content: "";
}
.oy-journey__item {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 27px;
  border-right: 1px solid rgba(23, 78, 116, 0.1);
}
.oy-journey__item:first-child {
  padding-left: 0;
}
.oy-journey__item:last-child {
  padding-right: 0;
  border-right: 0;
}
.oy-journey__node,
.oy-journey__node span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oy-journey__node {
  position: relative;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  border: 1px solid #c9dfe9;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(16, 54, 83, 0.09) 0 12px 30px;
  color: var(--oy-blue);
  font-size: 31px;
  transition: color 300ms ease, background-color 300ms ease,
    transform 300ms var(--oy-ease-soft);
}
.oy-journey__node span {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 34px;
  height: 27px;
  border-radius: 3px;
  background: var(--oy-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.oy-journey__item--current .oy-journey__node,
.oy-journey__item:hover .oy-journey__node {
  background: var(--oy-blue);
  color: #fff;
  transform: translateY(-3px);
}
.oy-journey__item h3 {
  margin-bottom: 10px;
  color: var(--oy-navy);
  font-size: 20px;
  line-height: 1.3;
}
.oy-journey__item p {
  margin: 0;
  color: #667985;
  font-size: 14px;
  line-height: 1.68;
}
.oy-office {
  position: relative;
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
}
.oy-office__visual {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(16, 54, 83, 0.14) 0 26px 58px;
}
.oy-office__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(6, 31, 52, 0.32) 100%);
  content: "";
  pointer-events: none;
}
.oy-office__content {
  align-self: center;
}
.oy-office__content .sec-title h2 {
  margin-bottom: 16px;
  color: var(--oy-navy);
  line-height: 1.15;
  max-width: 650px;
  color: #fff;
  font-size: clamp(34px, 3.35vw, 52px);
}
.oy-office__content .sec-title .text {
  line-height: 1.75;
}
@media (max-width: 1199.98px) {
  .oy-journey__item {
    padding: 0 20px;
  }
  .oy-office__visual {
    min-height: 550px;
  }
}
@media (max-width: 991.98px) {
  .oy-journey {
    padding: 72px 0 76px;
  }
  .oy-journey__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 0;
  }
  .oy-journey__rail::before {
    display: none;
  }
  .oy-journey__item:nth-child(2) {
    border-right: 0;
  }
  .oy-journey__item:nth-child(3) {
    padding-left: 0;
  }
  .oy-office {
    padding: 78px 0;
  }
  .oy-office__visual {
    min-height: 470px;
  }
}
@media (max-width: 575.98px) {
  .oy-journey {
    padding: 58px 0 62px;
  }
  .oy-journey__head {
    margin-bottom: 34px;
  }
  .oy-journey__rail {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .oy-journey__item,
  .oy-journey__item:first-child,
  .oy-journey__item:last-child,
  .oy-journey__item:nth-child(3) {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    column-gap: 17px;
    padding: 0 0 23px;
    border-right: 0;
  }
  .oy-journey__item:not(:last-child)::after {
    position: absolute;
    left: 30px;
    top: 62px;
    bottom: 0;
    width: 1px;
    background: #c9dfe9;
    content: "";
  }
  .oy-journey__node {
    grid-row: 1/3;
    width: 62px;
    height: 62px;
    margin: 0;
    font-size: 24px;
  }
  .oy-journey__node span {
    right: -6px;
    top: -7px;
    width: 29px;
    height: 23px;
    font-size: 9px;
  }
  .oy-journey__item h3 {
    margin: 4px 0 6px;
    font-size: 18px;
  }
  .oy-journey__item p {
    font-size: 13.5px;
  }
  .oy-office {
    padding: 62px 0;
  }
  .oy-office__visual {
    min-height: 390px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-journey__node {
    transition: none;
  }
  .oy-journey__item:hover .oy-journey__node {
    transform: none;
  }
}
.oy-office {
  padding: 0;
  border: 0;
  background: #102a40;
}
.oy-office__split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 680px;
}
.oy-office__visual {
  min-height: 680px;
  border-radius: 0;
  box-shadow: none;
}
.oy-office__visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 31, 50, 0.58),
    rgba(18, 73, 108, 0.76)
  );
  content: "";
}
.oy-office__visual::after {
  z-index: 1;
  background: linear-gradient(rgba(6, 28, 46, 0.06), rgba(6, 28, 46, 0.5));
}
.oy-office__features {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
}
.oy-office__feature {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}
.oy-office__feature:last-child {
  border-bottom: 0;
}
.oy-office__feature > i {
  display: flex;
  flex: 0 0 84px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(4, 27, 44, 0.2) 0 12px 30px;
}
.oy-office__feature small,
.oy-office__feature strong {
  display: block;
}
.oy-office__feature small {
  color: rgba(255, 255, 255, 0.76);
}
.oy-office__content {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 82px clamp(46px, 7vw, 112px);
  background: linear-gradient(135deg, #102a40, #0b2134);
}
.oy-office__content::after {
  position: absolute;
  right: -150px;
  top: -180px;
  width: 510px;
  height: 510px;
  border: 80px solid rgba(80, 164, 208, 0.055);
  border-radius: 50%;
  content: "";
}
.oy-office__content-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 690px;
}
.oy-office__content .sec-title {
  margin-bottom: 32px;
}
.oy-mobile-contact li .contact-info-box a:hover {
  color: #67b9e3;
}
.oy-office__content .sec-title .text {
  max-width: 610px;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .oy-office__features {
    right: 30px;
    width: calc(100% - 50px);
  }
  .oy-office__feature {
    gap: 18px;
  }
  .oy-office__content {
    padding: 70px 48px;
  }
}
@media (max-width: 991.98px) {
  .oy-office__split {
    grid-template-columns: 1fr;
  }
  .oy-office__visual {
    min-height: 620px;
  }
  .oy-office__features {
    right: 7%;
    width: 440px;
  }
  .oy-office__content {
    padding: 72px 7%;
  }
  .oy-office__content-inner {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .oy-office__visual {
    min-height: 540px;
  }
  .oy-office__features {
    right: 20px;
    width: calc(100% - 40px);
  }
  .oy-office__feature {
    min-height: 145px;
    gap: 15px;
  }
  .oy-office__feature > i {
    flex-basis: 67px;
    width: 67px;
    height: 67px;
    font-size: 22px;
  }
  .oy-office__feature strong {
    font-size: 16px;
  }
  .oy-office__feature small {
    font-size: 12px;
  }
  .oy-office__content {
    padding: 58px 24px;
  }
  .oy-office__content .sec-title h2 {
    font-size: 31px;
  }
}
.oy-office__visual img {
  filter: saturate(0.9) brightness(1.14);
}
.oy-office__visual::before {
  background: linear-gradient(
    90deg,
    rgba(10, 40, 60, 0.12),
    rgba(9, 47, 72, 0.38)
  );
}
.oy-office__visual::after {
  background: linear-gradient(rgba(5, 28, 44, 0.02), rgba(5, 28, 44, 0.2));
}
.oy-office__features {
  border-left: 3px solid #55b5e5;
  background: rgba(8, 43, 67, 0.82);
  box-shadow: rgba(5, 31, 49, 0.2) 0 18px 40px;
  backdrop-filter: blur(5px);
}
.oy-office__feature {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}
.oy-office__feature > i {
  flex-basis: 72px;
  width: 72px;
  height: 72px;
  color: #278bc0;
  font-size: 24px;
}
.oy-office__feature strong {
  color: #f7fbfd;
  text-shadow: rgba(0, 20, 34, 0.28) 0 1px 2px;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.35;
}
.oy-office__feature small {
  color: #d3e5ee;
  font-weight: 500;
  max-width: none;
  font-size: 13px;
  line-height: 1.65;
}
.oy-office__content {
  background: linear-gradient(135deg, #174f75 0, #103a59 100%);
}
.oy-office__content::after {
  border-color: rgba(127, 197, 232, 0.07);
}
.oy-office__content .sec-title .sub-title {
  color: #8bd4f4;
}
.oy-office__content .sec-title .text {
  color: #d0e0e8;
}
@media (max-width: 575.98px) {
  .oy-office__features {
    right: 16px;
    width: calc(100% - 32px);
    padding: 5px 17px;
  }
  .oy-office__feature {
    min-height: 142px;
  }
  .oy-office__feature > i {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
}
.oy-office__features {
  width: min(482px, 100% - 60px);
  padding: 12px 26px;
}
.oy-office__feature {
  min-height: 0;
  align-items: flex-start;
  gap: 22px;
  padding: 26px 0;
}
.oy-office__feature > i {
  margin-top: 3px;
}
.oy-office__pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 4px;
}
.oy-office__pillar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 13px;
  overflow: hidden;
  padding: 25px 28px 28px 30px;
  border: 0;
  background: var(--oy-surface-white);
  box-shadow: rgba(4, 27, 44, 0.6) 0 20px 44px -26px;
  transition: box-shadow 450ms var(--oy-ease), transform 450ms var(--oy-ease);
}
.oy-office__pillar::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-image: linear-gradient(#55b5e5 0, #2f86bd 100%);
  content: "";
  transition: width 450ms var(--oy-ease);
}
.oy-office__pillar:hover {
  transform: translateY(-4px);
  box-shadow: rgba(4, 27, 44, 0.55) 0 32px 58px -26px;
}
.oy-office__pillar:hover::before {
  width: 7px;
}
.oy-office__pillar > i {
  flex: 0 0 auto;
  color: var(--oy-blue);
  font-size: 23px;
  line-height: 1;
  transition: color 450ms var(--oy-ease);
}
.oy-legal a:hover,
.oy-office__pillar:hover > i {
  color: var(--oy-navy);
}
.oy-office__pillar strong {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--oy-navy);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.oy-office__pillar p {
  flex: 0 0 100%;
  margin: 17px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(23, 78, 116, 0.13);
  color: #5c6771;
  font-size: 13.5px;
  line-height: 1.75;
}
@media (max-width: 1399.98px) {
  .oy-office__pillars {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .oy-office__pillar {
    padding: 22px 26px 24px 28px;
  }
}
@media (max-width: 1199.98px) {
  .oy-office__features {
    width: calc(100% - 50px);
    padding: 10px 22px;
  }
  .oy-office__feature {
    gap: 18px;
    padding: 22px 0;
  }
}
@media (max-width: 991.98px) {
  .oy-office__features {
    width: min(482px, 100% - 60px);
  }
  .oy-office__pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .oy-office__pillars {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .oy-office__features {
    width: calc(100% - 32px);
    padding: 6px 18px;
  }
  .oy-office__feature {
    min-height: 0;
    gap: 15px;
    padding: 20px 0;
  }
  .oy-office__feature > i {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    font-size: 21px;
  }
  .oy-office__feature strong {
    font-size: 16px;
  }
  .oy-office__feature small {
    font-size: 12.5px;
  }
  .oy-office__pillar {
    padding: 20px 20px 22px 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-office__pillar,
  .oy-office__pillar::before,
  .oy-office__pillar > i {
    transition: none;
  }
  .oy-office__pillar:hover {
    transform: none;
  }
  .oy-office__pillar:hover::before {
    width: 3px;
  }
}
.oy-principles {
  position: relative;
  padding: 92px 0 98px;
  border-top: 1px solid var(--oy-surface-edge);
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
}
.oy-principles > .auto-container {
  position: relative;
  z-index: 1;
}
.oy-principles__intro {
  margin-bottom: 46px;
}
.oy-principles__intro .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #2b6c94;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.oy-principles__intro .sub-title::before {
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background-image: linear-gradient(
    180deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
  content: "";
}
.oy-principles__intro h2 {
  margin-bottom: 18px;
  color: var(--oy-navy);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.024em;
}
.oy-principles__intro p {
  max-width: 760px;
  margin: 0;
  color: #63757f;
  font-size: 16px;
  line-height: 1.8;
}
.oy-principles__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.oy-principle {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 19px;
  padding: 34px 0;
}
.oy-principle:nth-child(2n + 1) {
  padding-right: 52px;
  border-right: 1px solid rgba(23, 78, 116, 0.13);
}
.oy-principle:nth-child(2n) {
  padding-left: 52px;
}
.oy-principle:nth-child(-n + 2) {
  padding-top: 0;
  border-bottom: 1px solid rgba(23, 78, 116, 0.13);
}
.oy-principle:nth-child(n + 3) {
  padding-bottom: 0;
}
.oy-mobile-contact li .contact-info-box .icon,
.oy-principle > i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.oy-principle > i {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: rgba(47, 134, 186, 0.1);
  color: var(--oy-blue);
  font-size: 13px;
  transition: background-color 400ms var(--oy-ease), color 400ms var(--oy-ease),
    box-shadow 400ms var(--oy-ease);
}
.oy-principle:hover > i {
  background-color: var(--oy-blue);
  color: var(--theme-color-white);
  box-shadow: rgba(47, 134, 186, 0.13) 0 0 0 5px;
}
.oy-principle__body {
  min-width: 0;
}
.oy-legal h2,
.oy-principle h3 {
  color: var(--oy-navy);
  font-weight: 700;
  line-height: 1.3;
}
.oy-principle h3 {
  margin-bottom: 0;
  font-size: 19px;
}
.oy-principle h3::after {
  display: block;
  width: 26px;
  height: 2px;
  margin: 12px 0 13px;
  border-radius: 2px;
  background-image: linear-gradient(
    90deg,
    var(--oy-blue-bright) 0%,
    var(--oy-blue) 100%
  );
  content: "";
  transition: width 400ms var(--oy-ease);
}
.oy-principle:hover h3::after {
  width: 46px;
}
.oy-principle p {
  max-width: 470px;
  margin: 0;
  color: #63757f;
  font-size: 15px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  .oy-principles {
    padding: 74px 0 78px;
  }
  .oy-principles__intro {
    margin-bottom: 34px;
  }
  .oy-principle {
    gap: 16px;
    padding: 28px 0;
  }
  .oy-principle > i {
    width: 33px;
    height: 33px;
    font-size: 12px;
  }
  .oy-principle:nth-child(2n + 1) {
    padding-right: 34px;
  }
  .oy-principle:nth-child(2n) {
    padding-left: 34px;
  }
}
@media (max-width: 767.98px) {
  .oy-principles__list {
    grid-template-columns: 1fr;
  }
  .oy-principle,
  .oy-principle:nth-child(2n),
  .oy-principle:nth-child(2n + 1) {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 78, 116, 0.13);
  }
  .oy-principle:first-child {
    padding-top: 0;
  }
  .oy-principle:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .oy-principle p {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .oy-principles {
    padding: 58px 0 62px;
  }
  .oy-principle h3 {
    font-size: 18px;
  }
  .oy-principle p {
    font-size: 14.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-principle h3::after,
  .oy-principle > i {
    transition: none;
  }
  .oy-principle:hover h3::after {
    width: 26px;
  }
}
@media (max-width: 575.98px) {
  .oy-office__visual {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 46px 0;
  }
  .oy-office__visual img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .oy-office__features {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 32px);
    margin: 0 auto;
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .about-section-four .content-column,
  .about-section-four .content-column.animated,
  .about-section-four .image-column .inner-column,
  .about-section-four .image-column .inner-column.animated {
    transform: none !important;
  }
}
section.faqs-section-home1.oy-sss {
  padding: 96px 0 90px;
  border-bottom: 1px solid var(--oy-surface-edge);
  background-color: var(--oy-surface-light);
  background-image: radial-gradient(var(--oy-surface-dot) 1px, transparent 1px);
  background-size: var(--oy-surface-dot-size) var(--oy-surface-dot-size);
}
.oy-sss__heading {
  margin-bottom: 54px;
}
.oy-sss .faq-column {
  margin-bottom: 56px;
}
.oy-sss .oy-sgroup__head {
  margin-bottom: 18px;
}
.oy-sss .oy-sgroup__head h3 {
  font-size: 24px;
}
.oy-sss .accordion-box.style-two .block {
  margin-bottom: 12px;
  border: 1px solid rgba(23, 78, 116, 0.12);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 26px rgba(16, 54, 83, 0.05);
  overflow: hidden;
}
.oy-sss .accordion-box.style-two .block .acc-btn {
  padding: 18px 60px 18px 24px;
  color: var(--oy-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  border: 0;
}
.oy-sss .accordion-box.style-two .block .acc-btn .icon {
  right: 20px;
  color: var(--oy-blue);
}
.oy-sss .accordion-box.style-two .block .acc-content .content {
  padding: 0 24px 20px;
}
.oy-sss .accordion-box.style-two .block .acc-content .text {
  color: #5c6c77;
  font-size: 14.5px;
  line-height: 1.75;
}
@media (max-width: 991.98px) {
  section.faqs-section-home1.oy-sss {
    padding: 78px 0 40px;
  }
  .oy-sss__heading {
    margin-bottom: 40px;
  }
  .oy-sss .faq-column {
    margin-bottom: 44px;
  }
}
@media (max-width: 575.98px) {
  section.faqs-section-home1.oy-sss {
    padding: 58px 0 24px;
  }
  .oy-sss .accordion-box.style-two .block .acc-btn {
    padding: 16px 52px 16px 18px;
    font-size: 15px;
  }
  .oy-sss .accordion-box.style-two .block .acc-btn .icon {
    right: 16px;
  }
  .oy-sss .accordion-box.style-two .block .acc-content .content {
    padding: 0 18px 18px;
  }
}
.oy-legal,
section.clients-section.oy-platforms {
  padding: 90px 0 100px;
  background-color: var(--oy-surface-white);
}
.oy-legal__meta {
  margin: 0 0 18px;
  color: #7c8d99;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.oy-legal__lead {
  margin: 0 0 34px;
  padding: 20px 24px;
  border-left: 4px solid var(--oy-blue);
  border-radius: 6px;
  background-color: var(--oy-surface-light);
  color: #3f505c;
  font-size: 16px;
  line-height: 1.75;
}
.oy-legal h2 {
  margin: 34px 0 12px;
  font-size: 22px;
}
.oy-legal p,
.oy-legal ul li {
  color: #4f6270;
  font-size: 15.5px;
}
.oy-legal p {
  margin: 0 0 14px;
  line-height: 1.8;
}
.oy-legal ul {
  margin: 0 0 16px;
  padding-left: 22px;
  list-style: disc;
}
.oy-legal ul li {
  display: list-item;
  list-style: disc outside;
  margin-bottom: 6px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .oy-legal {
    padding: 64px 0 72px;
  }
  .oy-legal h2 {
    font-size: 20px;
    margin-top: 28px;
  }
  .oy-legal li,
  .oy-legal p {
    font-size: 15px;
  }
  .oy-legal__lead {
    padding: 16px 18px;
    font-size: 15px;
  }
}
.oy-header-btn .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.oy-header-btn .btn-title i {
  font-size: 13px;
  line-height: 1;
}
.main-footer .upper-box {
  align-items: center;
  gap: 28px;
}
.main-footer .upper-box .logo {
  flex: 0 0 auto;
}
.main-footer .upper-box .oy-footer__cta {
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .main-footer .upper-box {
    display: flex;
  }
  .main-footer .upper-box .oy-footer__cta {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    margin-top: 0;
  }
  .oy-footer__cta-copy {
    text-align: right;
  }
  .oy-footer__cta-copy .title {
    font-size: 17px;
  }
  .oy-footer__cta-actions {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .oy-footer__cta-actions .theme-btn {
    padding: 12px 18px;
  }
}
.mobile-menu .oy-mobile-contact {
  padding: 22px 20px 8px;
}
.oy-mobile-contact li {
  margin-bottom: 0;
}
.oy-mobile-contact li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.oy-mobile-contact li .contact-info-box {
  min-height: 0;
  padding: 16px 0 16px 56px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.45;
}
.oy-mobile-contact li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 17px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-image: linear-gradient(150deg, #3d95cb 0, #1e6795 100%);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 8px 18px -10px rgba(30, 103, 149, 0.7);
}
.oy-mobile-contact li .contact-info-box .title {
  display: block;
  margin-bottom: 3px;
  color: #8fb3cb;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.oy-mobile-contact li .contact-info-box a {
  color: #fff;
  font-weight: 600;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .oy-features .feature-block-five {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .oy-features .feature-block-five .content-box {
    padding-right: 16px;
  }
  .oy-features .feature-block-five .content-box .title {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .oy-features .feature-block-five:nth-child(2) .inner-box {
    border-right: 0;
  }
  .oy-features .feature-block-five:nth-child(-n + 2) .inner-box {
    border-bottom: 1px solid rgba(23, 78, 116, 0.12);
  }
}
section.clients-section.oy-platforms {
  padding: 46px 0 54px;
  border-top: 1px solid rgba(23, 78, 116, 0.1);
  border-bottom: 1px solid rgba(23, 78, 116, 0.1);
}
.oy-platforms__label {
  margin-bottom: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7c8c;
}
.oy-platforms .slide-item,
.oy-platforms .slide-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.oy-platforms .slide-item {
  height: 96px;
  padding: 14px 18px;
  border: 1px solid rgba(23, 78, 116, 0.12);
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s var(--oy-ease),
    -webkit-box-shadow 0.3s var(--oy-ease);
  transition: border-color 0.3s var(--oy-ease), box-shadow 0.3s var(--oy-ease);
}
.oy-platforms .slide-item a {
  width: 100%;
  height: 100%;
}
.oy-platforms .slide-item:hover {
  background-color: #fff;
  border-color: rgba(47, 134, 189, 0.4);
  -webkit-box-shadow: 0 8px 20px rgba(13, 43, 73, 0.06);
  box-shadow: 0 8px 20px rgba(13, 43, 73, 0.06);
}
.oy-platforms .slide-item img {
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 100%;
  opacity: 0.55;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: opacity 0.3s var(--oy-ease),
    -webkit-filter 0.3s var(--oy-ease);
  transition: opacity 0.3s var(--oy-ease), filter 0.3s var(--oy-ease);
}
.oy-platforms .slide-item:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 575.98px) {
  section.clients-section.oy-platforms {
    padding: 36px 0 42px;
  }
  .oy-platforms__label {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .oy-hero {
    min-height: auto;
    padding: 56px 0 60px;
  }
  .oy-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 26px;
    align-items: center;
  }
  .oy-hero__content {
    max-width: none;
  }
  .oy-hero h1 {
    font-size: 40px;
  }
  .oy-hero__content > p {
    font-size: 15.5px;
  }
  .oy-hero__visual {
    max-width: none;
    width: 100%;
    justify-self: stretch;
    zoom: 0.76;
  }
  .oy-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
  }
  .oy-hero__trust-item:nth-child(3) {
    grid-column: 1/-1;
  }
  .oy-hero__trust-item {
    min-height: 0;
    padding: 12px 13px;
    gap: 11px;
  }
  .oy-hero__trust-item i {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
  .oy-hero__trust-item strong {
    font-size: 14px;
  }
  .oy-report {
    padding: 20px 20px 14px;
  }
  .oy-report__body {
    grid-template-columns: 178px minmax(0, 1fr);
    gap: 12px;
    padding-top: 15px;
  }
  .oy-report__side {
    gap: 9px;
  }
  .oy-report__side-item {
    padding: 11px 12px 11px 14px;
    gap: 11px;
  }
  .oy-report__side-item > i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  .oy-report__side-item strong {
    font-size: 13px;
  }
  .oy-report__side-item em {
    display: none;
  }
  .oy-report__metric {
    padding: 12px 10px;
  }
  .oy-report__metric strong {
    font-size: 21px;
  }
  .oy-report__metric i {
    width: 28px;
    height: 28px;
    margin-bottom: 9px;
  }
  .oy-report__months-track {
    height: 30px;
  }
}
.scroll-to-top {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.scroll-to-top.oy-scroll-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.oy-platforms__viewport {
  width: 100%;
  overflow: hidden;
}
.oy-platforms__track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: oy-platforms-marquee 30s linear infinite;
  will-change: transform;
}
.oy-platforms__track:hover {
  animation-play-state: paused;
}
.oy-platforms__track .slide-item {
  flex: 0 0 210px;
  width: 210px;
}
@media (max-width: 575.98px) {
  .oy-platforms__track .slide-item {
    flex-basis: 160px;
    width: 160px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .oy-platforms__track {
    animation: none;
    overflow-x: auto;
  }
  html:focus-within {
    scroll-behavior: auto;
  }
}
form button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}
.oy-hero em,
.oy-hero small {
  color: #55677a;
}
.oy-hero .oy-report__side-item span {
  color: #3a6f92;
}
.oy-features .feature-block-five .content-box .sub-title {
  color: #4f6373;
}
.oy-services .oy-service__cat {
  color: #526271;
}
.oy-services .oy-service__no {
  background-color: #1f6d9f;
  color: #fff;
}
.oy-platforms .oy-platforms__label {
  color: #5b6d7d;
}
.service-block .content-box .read-more {
  color: #4e5964;
}
.call-to-action .oy-cta__eyebrow {
  color: #d8ecf8;
}
.faqs-section .acc-content .text,
.faqs-section .accordion .text,
.faqs-section.style-six .accordion-box .block .acc-content .text,
.faqs-section.style-six .oy-faq__info .text {
  color: #566878;
}
.faqs-section .acc-btn.active,
.faqs-section.style-six .accordion-box li.accordion.block .acc-btn.active,
.fun-fact-section small,
.fun-fact-section.style-six .counter-block .count-box small {
  color: #1f6f9d;
}
.oy-insights .oy-insights__meta,
.oy-insights .oy-insights__meta span {
  color: #53687a;
}
.features-section-four .sub-title,
.oy-contact .sub-title {
  color: #4f6373;
}
.oy-form__kvkk,
.oy-form__kvkk a {
  color: #d8e6f1;
}
.main-header .header-top .useful-links li a {
  color: #5c6068;
}
.oy-hero .oy-report__overview-status span {
  color: #355f80;
}
.oy-insights .oy-insights__featured .oy-insights__meta span {
  color: #c6d8e6;
}
.oy-form__response:empty {
  display: none;
}
.oy-form__alert {
  margin: 0 0 18px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.oy-form__alert--success {
  background-color: #e6f6ec !important;
  color: #146c3a !important;
  border: 1px solid #b7e2c6 !important;
}
.oy-form__alert--error {
  background-color: #fdecec !important;
  color: #9b1c1c !important;
  border: 1px solid #f3bcbc !important;
}
.oy-map iframe {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 430px !important;
  border: 0 !important;
  filter: grayscale(1);
}
@media (max-width: 991.98px) {
  .oy-map iframe { height: 380px !important; }
}
@media (max-width: 575.98px) {
  .oy-map iframe { height: 300px !important; }
}

/* Orhan Yilmaz - Laptop header (992-1399px): ust serit tek satir, unvan gizli, menu sikilastirilmis */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .header-style-one .header-top {
    padding: 4px 16px;
  }

  .header-top .inner-container {
    flex-wrap: nowrap;
    gap: 16px;
    min-width: 0;
  }

  .header-top .top-left,
  .header-top .top-right {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-top .top-left .list-style-one {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header-top .top-left .list-style-one li {
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    padding: 6px 0;
  }

  .header-top .top-left .list-style-one li:nth-child(2) {
    display: none;
  }

  .header-top .useful-links {
    flex-wrap: nowrap;
    padding: 6px 0;
  }

  .header-top .useful-links li {
    font-size: 12px;
    margin-left: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }

  .header-top .outer-box {
    min-width: auto;
    flex: 0 0 auto;
  }

  .header-top .social-icon-one li {
    margin-left: 10px;
  }

  .main-header .header-lower .main-box {
    flex-wrap: nowrap;
  }

  .header-style-one .header-lower .logo-box {
    min-width: 150px;
    margin-right: 18px;
    padding: 14px 12px;
  }

  .header-style-one .header-lower .logo-box .logo {
    margin-top: 0;
  }

  .header-style-one .header-lower .logo-box .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .main-header .header-lower .nav-outer {
    min-width: 0;
    flex: 1 1 auto;
  }

  .main-menu .navigation > li {
    margin-right: 18px;
    padding: 22px 0;
  }

  .main-menu .navigation > li > a {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-style-one .header-lower .outer-box .info-btn {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-top .top-left .list-style-one li,
  .header-top .useful-links li {
    font-size: 11.5px;
  }

  .header-style-one .header-lower .logo-box {
    min-width: 132px;
    margin-right: 14px;
  }

  .header-style-one .header-lower .logo-box .logo img {
    width: 100%;
  }

  .main-menu .navigation > li {
    margin-right: 13px;
  }

  .main-menu .navigation > li > a {
    font-size: 13px;
  }
}

/* Orhan Yilmaz - Genis laptop / kucuk masaustu (1400-1699px): menu tek satir, telefon kutusu gizli */
@media (min-width: 1400px) and (max-width: 1699.98px) {
  .main-header .header-lower .main-box {
    flex-wrap: nowrap;
  }

  .main-header .header-lower .nav-outer {
    min-width: 0;
    flex: 1 1 auto;
  }

  .header-style-one .header-lower .logo-box {
    min-width: 240px;
    margin-right: 30px;
  }

  .main-menu .navigation > li {
    margin-right: 28px;
  }

  .main-menu .navigation > li > a {
    font-size: 15px;
    white-space: nowrap;
  }


  .main-header .outer-box .oy-header-btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* Hero mali takip paneli: 3B perspektif kaldirildi, panel duz durur (15 Eylul 2026) */
.oy-hero__visual {
	perspective: none;
}

.oy-report {
	transform: none;
	transform-style: flat;
}

.oy-report:hover {
	transform: translateY(-6px);
}

/* Arkadaki yigin katmanlari yalnizca 3B derinlik icindi; duz panelde kayik kopya gibi duruyor */
.oy-report:before,
.oy-report:after,
.oy-report:hover:before,
.oy-report:hover:after {
	display: none;
}

.oy-report__metrics {
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.oy-report:hover {
		transform: none;
	}
}
