@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  position: relative;
}

a,
button {
  position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #1f425d;
  line-height: 145%;
}

h1 {
  font-size: 60px;
  line-height: 1.17;
}

@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1f425d;
}

p {
  margin: 0px;
}

.fs-lg {
  font-size: 80px;
  
  line-height: 1.14;
}

@media (min-width: 767px) and (max-width: 991px) {
  .fs-lg {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .fs-lg {
    font-size: 36px;
  }
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

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

.align-center:before, .align-center:after {
  content: none;
}

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

.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before, .eq-height:after {
  content: none;
}

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #1f425d;
  z-index: -1;
}

.fix {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
}

@media (max-width: 1191px) {
  .shape {
    display: none;
    opacity: 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.scroll-up {
  position: fixed;
  background: #00baa3;
  border-radius: 50%;
  bottom: 0px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 990;
}

.scroll-up i {
  color: #fff;
}

.scroll-up:hover {
  background-color: #f86048;
  color: #fff;
}

.scroll-up.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .scroll-up {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}

button {
  border: none;
}

section {
  position: relative;
  z-index: 1;
}

section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.overlay {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: .5;
  visibility: visible;
}



.animation_left-to-right {
  background-position: left center;
}

.active .animation_left-to-right {
  -webkit-animation: left-to-right 5s ease 0s 1 normal forwards running;
          animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}

.active .animation_right-to-left {
  -webkit-animation: right-to-left 5s ease 0s 1 normal forwards running;
          animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}

.active .animation_left-to-center {
  -webkit-animation: left-to-center 5s ease 0s 1 normal forwards running;
          animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}

.active .animation_right-to-center {
  -webkit-animation: right-to-center 5s ease 0s 1 normal forwards running;
          animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}

.active .animation_top-to-bottom {
  -webkit-animation: top-to-bottom 5s ease 0s 1 normal forwards running;
          animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}

.active .animation_top-to-center {
  -webkit-animation: top-to-center 5s ease 0s 1 normal forwards running;
          animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}

.active .animation_bottom-to-top {
  -webkit-animation: bottom-to-top 5s ease 0s 1 normal forwards running;
          animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}

.active .animation_bottom-to-center {
  -webkit-animation: bottom-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}

.active .animation_top-left-to-bottom-right {
  -webkit-animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
          animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}

.active .animation_top-left-to-center {
  -webkit-animation: top-left-to-center 5s ease 0s 1 normal forwards running;
          animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}

.active .animation_top-right-to-bottom-left {
  -webkit-animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
          animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}

.active .animation_top-right-to-center {
  -webkit-animation: top-right-to-center 5s ease 0s 1 normal forwards running;
          animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}

.active .animation_bottom-left-to-top-right {
  -webkit-animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}

.active .animation_bottom-left-to-center {
  -webkit-animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}

.active .animation_bottom-right-to-top-left {
  -webkit-animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}

.active .animation_bottom-right-to-center {
  -webkit-animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
          animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

nav .breadcrumb {
  list-style: none;
}

nav .breadcrumb li {
  list-style: none;
}

.no-padding .col-12 {
  padding: 0;
}

.mask-outline {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.mask-outline h1 {
  font-size: 200px;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 991px) {
  .mask-outline h1 {
    font-size: 150px;
  }
}

@media (max-width: 576px) {
  .mask-outline h1 {
    font-size: 100px;
  }
}

.mask-outline h2 {
  font-size: 115px;
  margin-bottom: 0;
  line-height: 1;
}

.mask-outline h3 {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}

.fix {
  overflow: hidden;
}

#scrollUp {
  background-color: #1f425d;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#scrollUp:hover {
  background-color: #4ab9cf;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    right: 30px;
    width: 30px;
  }
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}

@keyframes arrow {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {
  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {
  0%,
  100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {
  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {
  0%,
  100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

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

@-webkit-keyframes zoomBg {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomBg {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomBg {
  -webkit-animation-name: zoomMe;
          animation-name: zoomMe;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

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

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

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .theme-btn, .theme-button .elementor-button .elementor-button-content-wrapper, .video-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.theme-btn {
  color: #FFF;
  padding: 21px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.theme-btn.border-style {
  position: relative;
  z-index: 2;
}

.theme-btn.border-style::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #fff;
  opacity: .2;
  z-index: -1;
}

@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 35px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 30px;
  }
}

.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  margin-left: 15px;
}

@media (max-width: 500px) {
  .theme-btn.no-fil {
    margin-left: 0;
  }
}

.theme-btn.no-fil:hover {
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
}

.theme-btn.black {
  background-color: #1f425d;
  border-color: #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn.black:hover {
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
}

.theme-btn.minimal-btn {
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-btn:hover {
  background-color: #1f425d;
  border: 1px solid #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}

.theme-button .elementor-button {
  background-color: transparent !important;
  font-size: inherit !important;
  padding: 0px !important;
  border-radius: 0px !important;
  color: unset !important;
  fill: unset !important;
}

.theme-button .elementor-button .elementor-button-content-wrapper {
  color: #FFF;
  padding: 20px 49px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(239, 201, 76, 0.3);
          box-shadow: 0px 8px 16px 0px rgba(239, 201, 76, 0.3);
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 580px) {
  .theme-button .elementor-button .elementor-button-content-wrapper {
    padding: 16px 35px;
  }
}

@media (max-width: 480px) {
  .theme-button .elementor-button .elementor-button-content-wrapper {
    padding: 15px 30px;
    font-size: 15px;
  }
}

.theme-button .elementor-button .elementor-button-content-wrapper.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  margin-left: 15px;
}

@media (max-width: 500px) {
  .theme-button .elementor-button .elementor-button-content-wrapper.no-fil {
    margin-left: 0;
  }
}

.theme-button .elementor-button .elementor-button-content-wrapper.no-fil:hover {
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
}

.theme-button .elementor-button .elementor-button-content-wrapper.black {
  background-color: #1f425d;
  border-color: #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-button .elementor-button .elementor-button-content-wrapper.black:hover {
  background-color: #4ab9cf;
  border: 1px solid #4ab9cf;
}

.theme-button .elementor-button .elementor-button-content-wrapper.minimal-btn {
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.theme-button .elementor-button .elementor-button-content-wrapper:hover {
  background-color: #1f425d;
  border: 1px solid #1f425d;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #FFF;
}

.video-btn {
  font-size: 16px;
  font-weight: 700;
  color: #4ab9cf;
}

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

.video-play-btn .play-video {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #fff;
  color: #fd7062;
  line-height: 122px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  -webkit-animation: playVideo infinite 3.5s;
          animation: playVideo infinite 3.5s;
  display: inline-block;
  margin: 0px auto;
  font-size: 18px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(51, 51, 51, 0.04);
}

@media (max-width: 767px) {
  .video-play-btn .play-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.video-play-btn .play-video:hover {
  color: #1f425d;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-play-btn .play-text {
  font-weight: 700;
}

.cat-btn {
  font-size: 16px;
  line-height: 1;
  padding: 20px 30px;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

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

.cat-btn.color {
  background-color: #00baa3;
  border-color: #00baa3;
  color: #fff;
}

.cat-btn:hover {
  background-color: #00baa3;
  border-color: #00baa3;
  border-style: solid;
  border-width: 1px;
}

.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fd7062;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", cursive, "Roboto", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #4ab9cf;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #4ab9cf;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  
  letter-spacing: 8px;
  color: #1f425d;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
  position: relative;
  z-index: 99;
}

header ul {
  padding: 0;
  margin: 0;
}

header.header-1.sticky {
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  background: #fff;
  -webkit-animation: sticky .8s ease-in-out;
          animation: sticky .8s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

@media (max-width: 767px) {
  header.header-1.sticky {
    position: relative;
  }
}

header.header-1.sticky .main-menu ul li > a {
  padding: 40px 10px;
}

header.header-1.sticky .main-menu ul ul li a {
  padding: 10px 20px;
}

header.header-1.sticky .theme-btn {
  padding: 17px 28px;
}

@media (max-width: 991px) {
  header.header-1 {
    padding: 15px 0px;
  }
}

header.header-1 .logo a {
  display: block;
}

.renklimenu {
  line-height: 1;
}

.renklimenu > li {
  display: inline-block;
  line-height: 1;
}
.renklimenu > li:last-child a {
	margin-left: 20px!important;
	padding: 40px 40px!important;
	display: block;
	position: relative;
	line-height: 20px;
	color: #FFF;
	font-weight: 800;
}
.renklimenu > li:last-child a:before {
	position: absolute;
	content: "";
	top: 15px;
	bottom: 15px;
	left: 0px;
	right: 0px;
	background: #1B4989;
	z-index: -1;
	border-radius: 5px;
}
.renklimenu > li li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 15px;
}

.renklimenu > li > a {
	font-size: 1rem;
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
	color: #161637;
	line-height: 1;
	padding: 40px 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

.renklimenu > li > a span {
  margin-left: 3px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .renklimenu > li > a {
    padding: 26px 20px;
  }
}

.renklimenu > li:hover > a {
  color: #4ab9cf;
}

.renklimenu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.renklimenu > li:hover > ul li:hover a {
  color: #1f425d;
}

.renklimenu > li:hover > ul li:hover ul a:hover {
  color: #fff;
}

.renklimenu > li > ul {
  position: absolute;
  top: 100%;
  width: 260px;
  background-color: #FFF;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.25);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 20px 10px;
  border-radius: 6px;
}

.renklimenu > li > ul li {
  display: block;
}

.renklimenu > li > ul li a {
  display: block;
  color: #1f425d;
  padding: 10px 24px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  display:block
}

.renklimenu > li > ul li a:hover {
  color: #1f425d;
}

.renklimenu > li > ul ul {
  left: 100%;
  top: 0;
}

header .logo_text {
  
  color: #1f425d;
  font-size: 27px;
  line-height: 1;
}


.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right .5s ease-in;
  transition: right .5s ease-in;
  background-color: #1f425d;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  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;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #1f425d;
}

#hamburger {
  color: #1f425d;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 991px) {
  #hamburger {
    display: block;
  }
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar a.theme-btn {
  text-align: center;
}


.sayfa, .blogs {
	padding: 60px 0px;
}
.sayfa h2, .sayfa h3, .sayfa h4 {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 30px;
	font-weight: 800;
	color: #161637;
	
}
.sayfa p {
	font-size: 1.07rem;
	line-height: 1.5;
	display: block;
	margin-bottom: 15px;
	color: #161637;
}
.sayfa .detayresim {
	margin-bottom: 30px;
}



.akustikproje {
	position: relative;
	text-align: center;
	display: block;
	padding: 50px 0px;
	background: #D5F3FF;
	color: #1B4989;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
}
.akustikproje p {
	font-size: 30px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-weight: 800;
}
.detaytext h1 {
	font-size: 2.5rem;
	color: #161637;
}
.sayfadetay p {
	font-size: 1.07rem;
    line-height: 1.5;
    color: #0c0c1f;
}
.detaytext {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.order-1 .detaytext { padding-right: 10% }
.order-12 .detaytext { padding-left: 10% }
.detayresim img {
	width: 100%;
}
.detayresim {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
}
.sayfa:nth-child(odd) {
	background: #D5F3FF;
}



.iletisimformu {
	border: 1px solid #1B4989;
	padding: 35px 40px;
	display: block;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}
.iletisimformu input, .iletisimformu textarea {
	width: 100%;
	display: block;
	line-height: 20px;
	padding: 15px;
	border: 1px solid #ced4da;
	margin-bottom: 20px;
	border-radius: 5px;
}
.iletisimformu p {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}
.iletisimformu .buton {
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 75px;
	display: block;
	background: #1B4989;
	font-weight: 800;
	color: #FFF;
}
.iletisimformu h3 {
	font-size: 34px;
	line-height: 34px;
	font-weight: 800;
	color: #161637;
}


.header {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.headertext {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 10%;
}
.headertext h1, .headertext h2 {
	font-size: 2.5rem;
	line-height: 1;
	display: block;
	color: #161637 !important;
	font-weight: 800;
}
.headertext p {
	display: block;
	padding: 0px;
	margin: 30px 0px;
	font-size: 1.07rem;
	line-height: 1.5;
}
.headertext a {
	width: 45%;
	display: inline-block;
	margin-right: 5%;
	line-height: 65px;
	text-align: center;
	background: #1B4989;
	color: #FFF;
	border-radius: 6px;
	font-weight: 900;
	border: 1px solid #1B4989;
}
.headertext a:last-child {
	margin-right: 0px!important;
	background: #FFF;
	color: #1B4989;
}


.nedenbox {
	width: 100%;
	display: block;
	padding: 0px 5%;
	text-align: center;
}
.nedenbox h5 {
	font-size: 26px;
	line-height: 26px;
	font-weight: 800;
}
.nedenbox img {
	max-width: 75px;
	margin: 15px;
}
.nedenbox p {
	font-size: 17px;
	line-height: 24px;
}



.blogdetay {
	position: relative;
	display: block;
	background: rgb(242, 246, 250);
	padding: 75px 0px;
}
.bloggovde {
	padding: 75px 100px;
	background: #FFF;
	border-radius: 10px;
}
.blogalt {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.bloggovde h1 {
	color: #161637!important;
	font-size: 1.8rem;
	font-weight: 800;
}
.blogalt h2, .blogalt h3, .bloggovde h2, .bloggovde h3 {
	font-size: 1.4rem;
	color: #161637!important;
}
.blogdetay p, .bloggovde p {
	font-size: 1.07rem;
	color: #161637;
	line-height: 1.5;
	margin-bottom: 25px;
	color: #161637;
}



.footer {
	display: block;
	padding: 75px 0px;
	background: linear-gradient(90deg, rgba(12, 34, 63, 1) 0%, rgba(27, 73, 137, 1) 25%, rgba(12, 34, 63, 1) 90%, rgba(12, 34, 63, 1) 100%);
	color: #FFF;
}
.fbox span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 2px;
	letter-spacing: -1px;
	color: #FFF;
	margin-bottom: 25px;
}
.flist ul, .flist ul li {
	padding: 0px;
	margin: 0px;
	display: block;
}
.flist ul li a {
	line-height: 30px;
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	padding-left: 20px;
	position: relative;
}
.flist ul li a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  width: 15px;
  line-height: 30px;
  display: block;
  left: 5px;
  top: 0px;
}
.filetisim ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
.filetisim ul li {
	padding: 10px 0px 10px 40px;
	line-height: 20px;
	position: relative;
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 300;
}
.filetisim ul li i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.filetisim ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: 20px;
	color: #FFF;
}


.iletisim {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.iletisim .telefon .col-md-6 {
	padding: 0px!important;
	margin: 0px!important;
	border: 0px!important;
}
.cagri, .whats {
	width: 100%;
	padding: 50px 0px;
	text-align: center;
	color: #FFF;
	margin-bottom: 50px;
	display: block;
	
}
.cagri a, .whats a {
	font-size: 50px;
	line-height: 50px;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
.cagri {
	background: #1B4989;
	border-radius: 10px 0px 0px 10px;
}
.whats {
	background: #25D366;
	border-radius: 0px 10px 10px 0px;
}
#contact-map {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}




.sorular {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.sorular ul, .sorular ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.baslik {
	display: block;
	margin-bottom: 50px;
	background: linear-gradient(90deg, rgb(12, 34, 63) 0%, rgb(27, 73, 137) 25%, rgb(12, 34, 63) 90%, rgb(12, 34, 63) 100%);
	text-align: center;
	border-radius: 5px;
}
.baslik h3 {
	font-size: 26px;
	line-height: 70px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
.sorubox {
	display: block!important;
	padding: 20px 25px!important;
	margin: 15px 0px!important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}






.projeler {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.projeler .row, .projeler .col-md-4 {
	padding: 0px;
	margin: 0px;
}
.proje {
	position: relative;
	display: block;
	margin: 10px;
	overflow: hidden;
	border-radius: 3px;
}
.proje img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	transition: all .3s;
}
.proje:hover img {
	transform: scale(1.2);
}
.proje .projedesc {
	position: absolute;
	width: calc(100% - 30px)!important;
	height: calc(100% - 30px)!important;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	z-index: 1;
	border: 1px solid #FFF;
}
.proje .projedesc h3 {
	position: relative;
	display: block;
	margin: 5px;
	background: rgba(27,73,137,0.75);
	text-align: center;
	color: #FFF;
	padding: 0px 5px;
	line-height: 40px;
	font-size: 18px;
}
.proje .projedesc ul {
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: rgba(27,73,137,0.75)!important;
	line-height: 40px;
	display: block;
	width: calc(100% - 10px);
	color: #FFF;
}
.proje .projedesc ul li {
	display: inline;
	color: #FFF;
	font-size: 14px;
	padding: 0px 10px;
}
.proje .projedesc ul li:first-child {
	width: 75%!important;
	display: inline-block;
}
.projelerbaslik span {
	display: block;
	width: 100%;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	margin: 0px 0px 30px 0px;
	color: #1f425d;
}

.owl-carousel .owl-dots.disabled {
	display: block!important;
	width: 100%!important;
	text-align: center;
	margin-top: 50px!important;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 4px;
	border: 1px solid none;
	width: 10px;
	height: 10px;
	padding: 2px!important;
	border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
	border: 1px solid #1f425d;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1f425d;
	display: block;
	border: 0px;
}



.foterteklifbox {
	padding-right: 5%;
}
.foterteklifbox span {
	font-weight: 900;
	color: #1f425d;
	font-size: 30px;
	line-height: 30px;
	display: block;
}
.foterteklifbox p {
	font-size: 15px;
	display: block;
	padding: 5px 0px;
	line-height: 24px;
	font-weight: 400;
}
.footerform input {
	width: calc(100% - 150px);
	display: block;
	float: left;
	padding: 10px 20px;
	border-radius: 5px 0px 0px 5px;
	line-height: 40px;
	background: rgba(255,255,255,0.5);
	font-size: 15px;
	border: 1px solid rgba(12, 34, 63, 0.1);
}
.footerform .buton {
	width: 150px!important;
	padding: 0px;
	margin: 0px;
	float: left;
	border-radius: 0px 5px 5px 0px;
	line-height: 60px!important;
	height: 62px!important;
	display: block;
	color: #FFF;
	background: #1f425d;
}
.fibox span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 10px 0px;
	font-weight: 900;
	color: #1f425d;
}
.fibox p {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}
.fibox a{
	display: block;
	font-weight: 800;
	font-size: 15px;
	margin-top: 15px;
}

.sayfa:nth-child(12) ol li{
	width: 100%!important;
	display: block;
	padding-left: 55%;
}

.altsayfa8 ul {
	padding: 30px 0px 0px;
	position: relative;
	display: block;
	width: 100%;
}
.altsayfa8 ul:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.1);
	left: 50%;
	margin-left: -1px;
}
.altsayfa8 ul li:nth-child(odd) {
	padding-right:55%;
}
.altsayfa8 ul li:nth-child(even) {
	padding-left:55%;
}
.altsayfa8 ul li:nth-child(odd):after {
	position: absolute;
	content: "";
	width: calc(45% + 60px);
	height: calc(100% + 60px);
	background: #FFF;
	top: -30px;
	left: -30px;
	z-index: -1;
	border-radius: 5px;
}
.altsayfa8 ul li:nth-child(even):after {
	position: absolute;
	content: "";
	width: calc(45% + 60px);
	height: calc(100% + 60px);
	background: #FFF;
	top: -30px;
	right: -30px;
	z-index: -1;
	border-radius: 5px;
}





.altsayfa8 ul li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 30px;
}
.altsayfa8 ul li strong {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 800;
}
.altsayfa8 ul li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background: rgb(15, 82, 186);
	border-radius: 50%;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.altsayfa8 ul li:hover:before{
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background: rgb(15, 82, 186);
	border-radius: 50%;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	transform: translateX(-50%);
}



.altsayfa9 h2, .altsayfa7 h2 {
	width: 100%;
	display: block;
	text-align: center;
}

.altsayfa9 ul, .altsayfa7 ul {
    width: 100%;
    display: block;
    margin-top: 25px;
}

.altsayfa9 ul li, .altsayfa7 ul li {
    height: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
    transition: height 0.3s ease; /* Geçiş efekti */
}
.altsayfa9 ul li strong, .altsayfa7 ul li strong {
    width: 100%;
    display: block;
    line-height: 39px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0px;
    margin-bottom: 15px;
}
.altsayfa9 ul li.open, .altsayfa7 ul li.open {
    height: auto;
}
.altsayfa9 ul li.close:before, .altsayfa7 ul li.close:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	right: 0px;
	top: 0px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
}
.altsayfa9 ul li.open:before, .altsayfa7 ul li.open:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	transform: rotate(180deg);
	right: 0px;
	top: 0px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
}



.altsayfa2 ul {
	display: block;
	margin: 10px 0px 20px 0px;
}
.altsayfa2 ul li {
	padding: 10px 0px 10px 45px;
	display: block;
	font-size: 15px;
	position: relative;
}
.altsayfa2 ul li:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	left: 0px;
	top: 0px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	background: #1B4989;
	color: #FFF;
	border-radius: 50%;
}







.blog {
	padding: 0px 10px 50px 10px;
	display: block;
}
.blog p {
	font-size: 15px;
	line-height: 22px;
	display: block!important;
}
.blog h3 {
	font-size: 20px;
	font-weight: 500px;
	line-height: 22px;
	display: block;
	margin: 15px 0px;
}
.blog > a, .sayfalink {
	display: inline-block;
	position: relative;
	line-height: 20px;
	font-weight: 800;
	margin-top: 10px;
	padding-right: 25px;

}
.blog > a:before, .sayfalink:before{
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f061";
	right: 0px;
	top: 0px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	transition: all .3s;
}
.blog > a:hover:before, .sayfalink:hover:before {
	right: -20px;
}



.table {
	margin: 50px 0px;
}
.table, .table table {
	width: 100%!important;
}




.kurumsal3 .detayresim {
	position: relative;
	display: block;
	width: 70%!important;
	left: 50%;
	transform: translateX(-50%);
}



@media (max-width: 991px) {
	.headertext {
		text-align: center;
		padding-bottom: 50px;
	}
	.headertext a {
		display: none;
		visibility: hidden;
	}
	.bloggovde {
		padding: 20px!important;
	}
	.fbox {
		margin-bottom: 35px;
	}
	.blogdetay {
		padding: 25px 0px;
	}
}