html { 
  overflow-x: hidden;
}
.uruna {
text-decoration: none !important;
color:#034078 !important;
}
body {
  font-family: "Quicksand" !important;
  overflow-x: hidden;
}

.text-ana {
  color: #034078 !important;
}

.topbar {
  background: #0a1128;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.topbar .soltp {
  display: flex;
}

.topbar .sol {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.topbar .sol .icon i {
  font-size: 32px;
  opacity: 0.1;
}
.topbar .sol .icon svg {
  width: 32px;
  height: 32px;
  opacity: 0.1;
}
.topbar .sol .text {
  font-size: 14px;
  margin-left: -10px;
}
.topbar .socialbuttons {
  display: flex;
  width: fit-content;
  margin-left: auto;
  height: 40px;
}

.topbar .socialbuttons a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.topbar .socialbuttons a svg {
  width: 24px;
  height: 24px;
  stroke-width: 1;
}
.navbar.bg-dark {
  background-color: #034078 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.03);
}
.navbar .navbar-brand img {
  height: 50px;
}

.navbar .navbar-nav li a {
  font-size: 15.5px;
  font-weight: 600;
  color: white !important;
  opacity: 1;
}

.navbar .navbar-nav {
  justify-content: space-around;
  width: -webkit-fill-available;
}

.slidersection {
  width: 100%;
  min-height: 100%;
  min-height: 900px;
  background: url(/assets/img/maintop.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.slidersection .carousel {
  padding-top: 25px;
  height: -webkit-fill-available;
  display: flex;
}

.slidersection .carousel-item img {
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.slidersection .carousel-indicators {
  width: fit-content;
  bottom: -30px !important;
  margin-left: 0 !important;
}

.carousel-indicators [data-bs-target] {
  height: 4px !important;
  padding: 0 !important;
  text-indent: -999px !important;
  cursor: pointer !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: opacity 0.6s ease !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border: none !important;
  border-radius: 10px !important;
  flex: unset !important;
  box-sizing: unset !important;
  width: 20px !important;
}
.carousel-indicators .active {
  height: 4px !important;
  padding: 0 !important;
  text-indent: -999px !important;
  cursor: pointer !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: opacity 0.6s ease !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  border: none !important;
  border-radius: 10px !important;
  flex: unset !important;
  box-sizing: unset !important;
  width: 50px !important;
}

.carousel-buttons svg {
  width: 50px;
  height: 50px;
  stroke-width: 1px;
}

.carousel-control-prev {
  left: -3% !important;
}
.carousel-control-next {
  right: -3% !important;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}

.urungruplarimiz {
  margin-top: -18%;
}

.urungrupcard {
  padding: 5px !important;
  display: flex;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  min-height: 100px;
  padding-bottom: 25px !important;
  width: 96%;
  align-items: center;
  border: 2px solid #eee;
}

.urungrupcard a{ 
  display: flex;   
  align-items: center; 
  color:#034078;
  text-decoration: none;
}
.urungrupcard a:hover{ 
  display: flex;   
  align-items: center; 
  color:#034078;
  text-decoration: none;
}

.urungrupcard .icon .icon {
  position: relative;
}

.urungrupcard .icon .bgicon {
  background: rgba(0, 31, 84, 0.1);
  width: 75px;
  height: 75px;
  border-radius: 18px;
  transition: 500ms all;
}

.urungrupcard .icon .icont {
  transition: 500ms all;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 18px;
  border: 2px solid rgba(0, 31, 84);
  top: 25px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.urungrupcard .text {
  margin-left: 45px;
  font-weight: bold;
  margin-top: 21px;
}

.urungrupcard:hover .bgicon {
  background: rgba(0, 31, 84);
  width: 75px;
  height: 75px;
  border-radius: 18px;
}
.urungrupcard:hover .icont {
  transition: 500ms all;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 18px;
  border: 0px;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

.swiper-pagination {
  bottom: 22px !important;
}

.swiper-pagination-bullet-active {
  background: #034078 !important;
}

.uruncard {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #eee;
  background: #fff;
}
.uruncard .img {
  position: relative;
}
.uruncard .img img {
  width: 92%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 15px;
  background: #fff !important;
  z-index: 1;
  position: relative;
  border: 1px solid #eee;
}
.uruncard .img::before {
  content: "";
  width: 92%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 3px;
  margin-left: 5px;
  position: absolute;
  background: rgba(3, 64, 120, 0.1);
  z-index: 0;
}
.uruncard .text {
  padding: 10px 25px;
  padding-bottom: 4px;
  font-weight: 800;
}

.hakkimizdasection .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hakkimizdasection .img {
  position: relative;
}

.hakkimizdasection .img::before {
  content: "";
  width: 82%;
  height: 80%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -24px;
  margin-left: -24px;
  position: absolute;
  background: rgba(3, 64, 120, 0.1);
  z-index: -10;
}

.hakkimizdasection .sag h4 {
  font-size: 38px;
  color: #034078;
  font-weight: bold;
}

.hakkimizdasection .sag p {
  color: #0a1128;
  font-size: 16px;
  font-weight: bold;
}

.ayricalikcard {
  width: 100%;
  position: relative;
}
.ayricalikcard img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.ayricalikcard::before {
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  background: rgba(3, 64, 120, 0.3);
}

.ayricalikcard .text {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  font-weight: bolder;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referanscard {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #eee;
}

.referanscard img {
  width: auto;
  height: 60px;
  margin: auto;
}
.referanscard .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.textcard {
  margin: auto;
  width: fit-content;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 50px;
  padding: 5px 18px;
  text-align: center;
  min-width: auto;
  font-size: 16px;
  font-weight: bolder;
  color: #034078;
}

.centerimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerimage img {
  width: 285px;
  height: 285px;
  object-fit: contain;
  margin: auto;
}

footer {
  background: #034078;
}

footer .logo {
  height: 80px;
  width: auto;
  object-fit: contain;
}

footer .adres {
  margin-top: 35px;
  margin-bottom: 45px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.footer .soltp {
  display: flex;
}

.footer .sol {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 45px;
  margin-top: 25px;
}
.footer .sol .icon i {
  font-size: 32px;
  opacity: 0.1;
}
.footer .sol .icon svg {
  width: 32px;
  height: 32px;
  opacity: 0.1;
}
.footer .sol .text {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
}
.footer .socialbuttons {
  display: flex;
  width: fit-content;
  margin: auto;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.footer .socialbuttons a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.footer .socialbuttons a svg {
  width: 30px;
  height: 30px;
  stroke-width: 1;
}

footer .ortala {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .menuler h5 {
  font-size: 24px;
  font-weight: bold;
}
footer .menuler ul li a {
  font-size: 18px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: bold;
}
.copyright {
    background: #0a1128;
    color:white;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 8px;
    display: block;
}

.page-header {
  position: relative;
  background: url(/assets/img/pageheadimage.png) !important;
  background-size: contain !important;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-bottom: 40px;
}

.page-header::after {
  content: '';
  display: none;
  background: url(/assets/img/pageheaderbottom.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: -1;
  background-position: bottom;
  top: 86px;
  min-height: 200px;
}

.page-breadcrumb {
  padding: 22px 25px;
}
.page-breadcrumb .page-title {
  color:white;
  font-weight: bold;
}

.page-breadcrumb .breadcrumb li a {
  text-decoration: none;
  margin-right: 10px;
}
.page-breadcrumb .breadcrumb li{
  text-decoration: none;
  padding-left: 10px;
  opacity: 0.4;
}

.page-breadcrumb .breadcrumb li:first-child {
  padding-left: 0 !important;
}
 

.gallery {
  position: relative;
  width: 100%;
  border-radius: 5px;
  height: auto;
  padding: 0 !important;
}
.gallery input[name$="control"] {
  display: none;
}
.gallery .carousel {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
}
.gallery .wrap {
  width: 100%;
  height: auto;
  position: static;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 20px;
}
.gallery .wrap figure {
  padding: 0;
  height: auto;
  min-width: 100%;
  -webkit-transition: opacity 0.25s ease-in-out 0.05s;
  transition: opacity 0.25s ease-in-out 0.05s;
  position: relative;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}
.gallery .wrap figure label {
  cursor: zoom-in;
  height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.gallery .wrap figure img {
  cursor: inherit;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  top: 0;
  height: 350px;
  background: #eee;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
}
.gallery .thumbnails {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 60px;
  max-height: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  z-index: 0;
}
.gallery .thumbnails .thumb {
  min-width: 60px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 5px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.gallery .thumbnails .slider {
  position: absolute;
  display: block;
  width: 5px;
  height: calc(60px + 10px);
  z-index: 2;
  margin: 0;
  left: 0;
  -webkit-transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
  transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
}
.gallery .thumbnails .slider .indicator {
  width: 100%;
  height: 32px;
  max-height: calc(100% - 10px);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #034078;
  border-radius: 29px;
}
.gallery input#fullscreen:checked ~ .wrap figure {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gallery input#fullscreen:checked ~ .wrap figure label {
  cursor: zoom-out;
}
.gallery input#fullscreen:checked ~ .wrap figure label img {
  -webkit-animation: shadow 0.2s;
  animation: shadow 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: 0;
  margin: auto;
  position: fixed;
  left: 0;
  height: 100%;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999;
}
.gallery input#image1:checked ~ .wrap figure {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gallery input#image1:checked ~ .wrap figure:not(:nth-of-type(1)) {
  opacity: 0;
}
.gallery input#image1:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gallery input#image1:checked ~ .thumbnails .thumb:nth-of-type(1) {
  opacity: 1;
  cursor: default;
}
.gallery input#image2:checked ~ .wrap figure {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.gallery input#image2:checked ~ .wrap figure:not(:nth-of-type(2)) {
  opacity: 0;
}
.gallery input#image2:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.gallery input#image2:checked ~ .thumbnails .thumb:nth-of-type(2) {
  opacity: 1;
  cursor: default;
}
.gallery input#image3:checked ~ .wrap figure {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.gallery input#image3:checked ~ .wrap figure:not(:nth-of-type(3)) {
  opacity: 0;
}
.gallery input#image3:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.gallery input#image3:checked ~ .thumbnails .thumb:nth-of-type(3) {
  opacity: 1;
  cursor: default;
}
.gallery input#image4:checked ~ .wrap figure {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.gallery input#image4:checked ~ .wrap figure:not(:nth-of-type(4)) {
  opacity: 0;
}

 
.gallery input#image5:checked ~ .wrap figure {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}
.gallery input#image5:checked ~ .wrap figure:not(:nth-of-type(5)) {
  opacity: 0;
} 

.gallery input#image6:checked ~ .wrap figure {
  -webkit-transform: translateX(-500%);
          transform: translateX(-500%);
}
.gallery input#image6:checked ~ .wrap figure:not(:nth-of-type(6)) {
  opacity: 0;
}


.gallery input#image7:checked ~ .wrap figure {
  -webkit-transform: translateX(-600%);
          transform: translateX(-600%);
}
.gallery input#image7:checked ~ .wrap figure:not(:nth-of-type(7)) {
  opacity: 0;
}


.gallery input#image8:checked ~ .wrap figure {
  -webkit-transform: translateX(-700%);
          transform: translateX(-700%);
}
.gallery input#image8:checked ~ .wrap figure:not(:nth-of-type(8)) {
  opacity: 0;
}
 
.gallery input#image4:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
}
 
.gallery input#image5:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(400%);
          transform: translateY(400%);
}
 
.gallery input#image6:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(500%);
          transform: translateY(500%);
}
 
.gallery input#image7:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(600%);
          transform: translateY(600%);
}
 
.gallery input#image8:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(700%);
          transform: translateY(700%);
}


.gallery input#image4:checked ~ .thumbnails .thumb:nth-of-type(4) {
  opacity: 1;
  cursor: default;
} 
.gallery input#image5:checked ~ .thumbnails .thumb:nth-of-type(5) {
  opacity: 1;
  cursor: default;
} 
.gallery input#image6:checked ~ .thumbnails .thumb:nth-of-type(6) {
  opacity: 1;
  cursor: default;
} 
.gallery input#image7:checked ~ .thumbnails .thumb:nth-of-type(7) {
  opacity: 1;
  cursor: default;
} 
.gallery input#image8:checked ~ .thumbnails .thumb:nth-of-type(8) {
  opacity: 1;
  cursor: default;
}

@-webkit-keyframes full {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes full {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
  }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
  }
}
@keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
  }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
  }
}


.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 999999999999999;
}

.navbar .navbar-nav .dropdown-item {
  color:#0a1128 !important;
}
@media only screen and (max-width: 600px) {
  .slidersection .carousel-item img {
    height: 226px;
  }
  .carousel-control-prev {
    left: 5% !important;
} 
.carousel-control-next {
  right: 5% !important;
}
.slidersection {
  width: 100%;
  min-height: 100%;
  min-height: 510px;
  background: url(/assets/img/maintop.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 26px;
}
}
.page-header::before {
  content: '';
  width: 100%;
  height: 117px;
  background: #001f54;
  position: absolute;
  z-index: -1;
}