/*Author- Engineer: Hakan GUNGOR */
/*Fonts on site*/
@font-face {
  font-family: 'open_sansbold';
  src: url(../css/fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url(../css/fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url(../css/fonts/OpenSans-Regular-webfont.eot);
  src: url(../css/fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
/*Anasayfa Hyperlink Alani (Referanslar) CSS leri*/
@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes windeskMainSliderFromLeft {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(0); } }
@keyframes increase {
  100% {
    width: 110px; } }
@keyframes ken {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes wipe-out-left {
  0% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }
  100% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%); } }
@keyframes wipe-in-up {
  0% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0); }
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); } }
@keyframes wipe-out-up {
  0% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }
  100% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0); } }
@keyframes wipe-in-right {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); } }
@keyframes wipe-out-right {
  0% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }
  100% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0); } }
@keyframes wipe-in-down {
  0% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0); }
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); } }
@keyframes wipe-out-down {
  0% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }
  100% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0); } }
@keyframes wipe-in-left {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%); }
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); } }
/*HEADER MENU*/
.navbar-nav {
  padding-top: 12px; }

.navbar-brand {
  display: block;
  background-image: url(../images/attila-top-logo.svg);
  background-repeat: no-repeat;
  text-indent: -99999px;
  height: 117px !important;
  width: 103px;
  background-size: 103px 117px;
  transition: all .35s ease;
  padding: 0px !important; }

.no-svg .navbar-brand {
  background-image: url(../images/attila-top-logo.png); }

.navbar-brand.attila-logo {
  background-image: url(../images/attila-logo-mini.svg) !important;
  background-size: 104px 85px !important;
  width: 104px !important;
  height: 85px !important;
  margin-top: 13px; }

@media (max-width: 1199px) {
  .navbar-brand {
    height: 80px !important;
    width: 80px;
    background-size: 80px 80px;
    margin-top: 10px; } }
.navbar-nav > li > a {
  color: #283a6c !important;
  font-family: "open_sansregular", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

@media (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size: 16px !important; }

  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px; } }
@media (max-width: 993px) {
  .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }
@media (min-width: 1199px) {
  .header-menu-wrapper {
    width: 100%; }

  .pin-container {
    position: relative; }

  .pin {
    background-image: url(../images/nav-pin.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    position: relative;
    bottom: 0;
    height: 14px;
    width: 21px;
    z-index: 999999;
    left: 47%;
    opacity: 0;
    transform: translateX(-50%); }

  .navbar-nav > .open > a:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: 21px;
    bottom: -2px;
    width: 60px;
    border-bottom: 4px solid #283a6c; }

  .navbar-nav > .open .pin {
    opacity: 1 !important;
    position: relative; }

  .caret {
    display: none !important; }

  .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 30px !important;
    border-bottom: 2px solid transparent;
    text-align: center; }

  .navbar-nav > li > a:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: 21px;
    bottom: -2px;
    width: 60px;
    border-bottom: 4px solid #283a6c; }

  .nav > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .navbar-nav > li {
    display: inline-block; }

  .nav > li {
    position: static !important; }

  .dropdown-menu {
    padding-top: 30px !important;
    padding-bottom: 13px !important;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    width: 100%;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(0em);
    transition: all 0.2s ease-in 0s; }

  /*hover olunca acilmasi icin*/
  .open .dropdown-menu {
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.2s; }

  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.2s; }

  .dropdown-menu {
    margin-top: 0; }

  .dropdown-toggle {
    margin-bottom: 2px; }

  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0; } }
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: transparent !important; }

.navbar-fixed-top {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background: white; }

.navbar {
  border: none !important;
  position: relative; }

/*Dropdown menu icerisindekilerin CSS leri*/
.navbar-toggle {
  border-color: #283a6c !important; }

.navbar-toggle .icon-bar {
  background-color: #283a6c !important; }

.dropdown-content-wrapper {
  width: 100%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto; }

.dropdown-menu li {
  color: #353F4B; }
  .dropdown-menu li a {
    font-family: "open_sansbold", sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #353F4B;
    display: block; }
    .dropdown-menu li a i {
      vertical-align: text-top;
      margin-right: 10px;
      margin-top: -2px; }
  .dropdown-menu li .sub-list-item {
    font-family: "open_sansregular", sans-serif;
    font-size: 16px;
    color: #353F4B;
    line-height: 33px;
    display: block; }
    .dropdown-menu li .sub-list-item i {
      height: 5px;
      width: 5px;
      background-color: #353f4b;
      border-radius: 50%;
      display: inline-block;
      margin-top: 7px; }
.dropdown-menu .sub-content a {
  font-family: "open_sansregular", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #353F4B; }

@media (min-width: 1199px) {
  .tanitim {
    font-family: "open_sansbold", sans-serif;
    margin-bottom: 25px;
    font-size: 16px;
    color: #283a6c;
    display: block;
    line-height: 30px;
    max-width: 415px; } }
@media (max-width: 1198px) {
  .tanitim {
    color: #283a6c;
    font-family: "open_sansbold", sans-serif; }

  .navbar-nav > li > a {
    font-family: "open_sansbold", sans-serif; }

  .dropdown-menu li a {
    font-family: "open_sansregular", sans-serif; }

  .header-menu-wrapper {
    padding-bottom: 10px !important;
    padding-top: 10px; }

  .navbar-brand.attila-logo {
    background-size: 58px 35px !important;
    width: 70px !important;
    height: 50px !important; }

  .menu-cizgileri {
    margin-top: 15px !important; }

  .slogan {
    color: #00489f !important;
    margin-top: 10px; } }
@media (max-width: 993px) {
  .dropdown-menu li a {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    color: #00489f; }

  .diger-projeler-link {
    padding-top: 10px;
    padding-bottom: 10px; }

  .dropdown-menu li .sub-list-item {
    font-size: 14px; }

  .tanitim {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px; }
    .tanitim br {
      content: ""; }

  .navbar-nav .open .dropdown-menu {
    padding-bottom: 20px !important; }

  #header-menu .container-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .navbar-collapse {
    background-color: #FFF !important;
    border-top: 1px solid #f5f5f5 !important;
    max-height: 430px !important; }

  .dropdown-menu li {
    padding-left: 10px; }
  .dropdown-menu hr {
    display: none; }
  .dropdown-menu .sub-content a {
    display: block !important;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    color: #00c0f3; }

  .open {
    border-bottom: 1px solid #f5f5f5 !important; } }
@media (max-width: 1198px) {
  .navbar-nav {
    padding-top: 0px; } }
@media (min-width: 1199px) {
  .dropdown-menu li a:hover {
    color: #152f78; }
  .dropdown-menu .sub-content {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px; }
    .dropdown-menu .sub-content a {
      padding-right: 100px; }
    .dropdown-menu .sub-content a:hover {
      color: #283a6c; } }
.diger-projeler-link {
  background-color: #283a6c;
  width: 100%;
  max-width: 224px;
  text-align: center;
  color: white !important;
  margin-top: 45px;
  padding-right: 20px;
  padding-left: 20px; }
  .diger-projeler-link:hover {
    background-color: #324a8f; }

@media (max-width: 1198px) {
  .navbar-nav {
    margin: 7.5px 0px !important; }

  .dropdown-menu li {
    padding-right: 0px !important; }

  .diger-projeler-link {
    margin-top: 20px !important; } }
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .dropdown-menu .col-md-2, .dropdown-menu .col-md-4 {
    width: 0% !important; } }
@media (min-width: 1200px) {
  .dropdown-menu li {
    float: left; }

  .projects-link-wrapper {
    width: 100%;
    max-width: 345px;
    margin-right: 30px;
    transition: all .3s;
    overflow: hidden; }

  .projects-link {
    position: relative;
    width: 100%;
    height: 100%; }
    .projects-link figure {
      position: relative; }
      .projects-link figure::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0; }
    .projects-link img {
      display: block;
      width: 100%;
      max-width: 298px; }
    .projects-link:hover figure::before {
      -webkit-animation: circle .75s;
      animation: circle .75s; } }
@media (max-width: 1199px) {
  .projects-link {
    float: none;
    margin-right: 0px; }
    .projects-link img {
      display: none; } }
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .tanitim {
    font-size: 18px !important;
    max-width: 490px; }

  .dropdown-menu li a {
    font-size: 14px; }

  .dropdown-menu li .sub-list-item {
    font-size: 14px; }

  .dropdown-content-wrapper {
    max-width: 1400px; } }
@media (min-width: 1200px) {
  .navbar-nav > li.last-child {
    margin-top: -17px; }
    .navbar-nav > li.last-child a {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
      color: #FFF !important;
      border-radius: 5px;
      transition: background-color .2s,border .2s,color .2s;
      -webkit-font-smoothing: antialiased; }
      .navbar-nav > li.last-child a img {
        max-width: 100px;
        margin-top: 25px; }

  .navbar-nav > li.last-child > a:hover:before {
    border-bottom: none; } }
@media (max-width: 1199px) {
  .navbar-nav > li.last-child > a {
    color: #00ABE3 !important; } }
.slogan {
  color: #283a6c;
  font-family: "open_sansbold", sans-serif; }

@media (min-width: 1200px) {
  .visible-only-mobile {
    display: none !important; }

  .slogan {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px; } }
@media (min-width: 1199px) {
  .navbar-header {
    margin-top: 10px;
    margin-bottom: 10px; }

  .navbar-nav > li {
    margin-top: 27px; } }
/*ANASAYFA SLIDER CSS LERI*/
.content-gallery-slider-wrapper {
  width: 100%;
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px; }

.content-gallery-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .content-gallery-slider .swiper-slide {
    width: 100%;
    max-width: 2560px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
    .content-gallery-slider .swiper-slide img {
      width: 100%; }
    .content-gallery-slider .swiper-slide .text-wrapper {
      position: absolute;
      left: 0px;
      width: 50%;
      background: linear-gradient(to right, rgba(112, 140, 191, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
      animation: 1.3s ease-out 0s 1 windeskMainSliderFromLeft;
      padding-left: 5%;
      padding-top: 1%;
      padding-bottom: 1%;
      color: white; }
      .content-gallery-slider .swiper-slide .text-wrapper h3 {
        font-family: "open_sansbold", sans-serif; }
      .content-gallery-slider .swiper-slide .text-wrapper .slider-more-info-button {
        width: 100%;
        max-width: 170px;
        padding: 10px 10px 10px 10px;
        border-radius: 50px;
        border: 1px solid white;
        color: white;
        margin-top: 20px;
        display: inline-block;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .content-gallery-slider .swiper-slide .text-wrapper .slider-more-info-button:hover {
          background-color: #283a6c;
          border-color: #283a6c;
          color: white; }
  .content-gallery-slider .swiper-slide-active {
    visibility: visible; }
  .content-gallery-slider .content-gallery-swiper-pagination {
    position: absolute;
    text-align: center;
    width: 100% !important;
    z-index: 2;
    height: auto !important;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .content-gallery-slider .content-gallery-swiper-pagination .pagination-dots {
      display: block;
      float: left;
      width: 10px;
      border: 1px solid white;
      margin-top: 40px; }
  .content-gallery-slider .swiper-pagination-bullet {
    background-color: transparent;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    border: 2px solid #dd245e;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    outline: 0;
    text-indent: -9999px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px; }
    .content-gallery-slider .swiper-pagination-bullet::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #dd245e;
      z-index: 100; }
  .content-gallery-slider .swiper-pagination-bullet-active {
    background-color: #dd245e;
    position: relative;
    border: 2px solid #dd245e;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-indent: 0px;
    color: #283a6c;
    text-align: center;
    padding-top: 7px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px; }
    .content-gallery-slider .swiper-pagination-bullet-active::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #283a6c;
      z-index: 100; }

@media (min-width: 970px) {
  .content-gallery-slider .swiper-slide .text-wrapper {
    top: 20%; } }
@media only screen and (min-width: 768px) and (max-width: 969px) {
  .content-gallery-slider .swiper-slide .text-wrapper {
    width: 77%; }
    .content-gallery-slider .swiper-slide .text-wrapper h3 {
      font-size: 20px; }
    .content-gallery-slider .swiper-slide .text-wrapper p {
      font-size: 18px;
      line-height: 24px; }
    .content-gallery-slider .swiper-slide .text-wrapper .slider-more-info-button {
      padding: 5px 5px 5px 5px; } }
@media (max-width: 767px) {
  .content-gallery-slider .content-gallery-swiper-pagination {
    bottom: 5%;
    max-width: 65px; }
    .content-gallery-slider .content-gallery-swiper-pagination .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      margin-left: 5px;
      margin-right: 5px;
      border: 1px solid white;
      margin-top: 3px; }
      .content-gallery-slider .content-gallery-swiper-pagination .swiper-pagination-bullet::after {
        width: 3px;
        height: 3px; }
    .content-gallery-slider .content-gallery-swiper-pagination .swiper-pagination-bullet-active {
      height: 10px;
      width: 10px;
      border: 1px solid #283a6c; }
      .content-gallery-slider .content-gallery-swiper-pagination .swiper-pagination-bullet-active::after {
        width: 10px;
        height: 10px; }

  .content-gallery-slider .swiper-slide .text-wrapper {
    width: 100%;
    top: 10%; }
    .content-gallery-slider .swiper-slide .text-wrapper h3 {
      font-size: 16px;
      font-family: "open_sansregular", sans-serif; }
    .content-gallery-slider .swiper-slide .text-wrapper p {
      display: none; }
    .content-gallery-slider .swiper-slide .text-wrapper .slider-more-info-button {
      padding: 0px 5px 0px 5px;
      max-width: 140px;
      font-size: 16px;
      margin-top: 5px;
      display: none;
      line-height: 28px; } }
@media (min-width: 768px) {
  .content-gallery-slider .content-gallery-swiper-pagination {
    max-width: 133px; } }
.attila-platform-summary-text-wrapper .content-wrapper {
  color: #283a6c; }
.attila-platform-summary-text-wrapper p {
  font-family: "open_sansregular", sans-serif;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #283a6c; }
.attila-platform-summary-text-wrapper .detail-link {
  width: 100%;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 10px;
  border-radius: 50px;
  border: 1px solid #283a6c;
  color: #283a6c;
  margin-top: 20px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .attila-platform-summary-text-wrapper .detail-link:hover {
    background-color: #283a6c;
    border-color: #283a6c;
    color: white; }
.attila-platform-summary-text-wrapper .title-bottom-line-wrapper {
  margin-top: 30px;
  margin-bottom: 60px; }

@media (max-width: 990px) {
  .attila-platform-summary-text-wrapper .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    .attila-platform-summary-text-wrapper .content-wrapper h1 {
      font-size: 18px;
      font-family: "open_sansbold", sans-serif; }
    .attila-platform-summary-text-wrapper .content-wrapper p {
      font-size: 16px;
      line-height: 28px;
      padding-bottom: 10px; }
  .attila-platform-summary-text-wrapper .detail-link {
    margin-bottom: 30px;
    max-width: 140px;
    font-size: 16px; }
  .attila-platform-summary-text-wrapper .title-bottom-line-wrapper {
    margin-bottom: 20px;
    margin-top: 20px; } }
@media only screen and (min-width: 991px) and (max-width: 1198px) {
  .attila-platform-summary-text-wrapper .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    .attila-platform-summary-text-wrapper .content-wrapper h1 {
      padding-top: 30px;
      font-size: 24px; }
    .attila-platform-summary-text-wrapper .content-wrapper p {
      width: 80%;
      font-size: 16px;
      line-height: 30px;
      padding-bottom: 20px; }
    .attila-platform-summary-text-wrapper .content-wrapper .title-bottom-line-wrapper {
      margin-bottom: 30px; }
  .attila-platform-summary-text-wrapper .detail-link {
    margin-bottom: 50px; } }
@media (min-width: 1199px) {
  .attila-platform-summary-text-wrapper .content-wrapper {
    padding-top: 60px; }
    .attila-platform-summary-text-wrapper .content-wrapper h1 {
      font-size: 44px; }
    .attila-platform-summary-text-wrapper .content-wrapper p {
      width: 90%;
      font-size: 24px;
      line-height: 44px;
      padding-bottom: 20px; }
  .attila-platform-summary-text-wrapper .detail-link {
    margin-bottom: 60px; } }
.text-image-blocks-wrapper {
  background-color: #F4F4F4;
  font-family: "open_sansregular", sans-serif; }
  .text-image-blocks-wrapper .block-area {
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .text-image-blocks-wrapper .block-area img {
      width: 100%;
      max-width: 780px; }
    .text-image-blocks-wrapper .block-area .text-image-block-area {
      background-color: white; }
      .text-image-blocks-wrapper .block-area .text-image-block-area h2 {
        font-family: "open_sansbold", sans-serif;
        margin-bottom: 20px;
        line-height: 30px;
        color: #283a6c; }
      .text-image-blocks-wrapper .block-area .text-image-block-area h3 {
        font-family: "open_sansbold", sans-serif;
        margin-bottom: 10px; }
      .text-image-blocks-wrapper .block-area .text-image-block-area ul li {
        background-image: url(../images/services-li-bg.png);
        background-repeat: no-repeat;
        background-position: left 15px;
        padding-left: 15px;
        font-family: "open_sansregular", sans-serif; }

@media (min-width: 1500px) {
  .text-image-blocks-wrapper .block-area .text-image-block-area {
    padding: 60px;
    max-width: 52%; }
  .text-image-blocks-wrapper .container {
    width: 1400px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .text-image-blocks-wrapper .block-area .text-image-block-area {
    padding: 40px;
    max-width: 55%; }
  .text-image-blocks-wrapper .container {
    width: 1200px; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .text-image-blocks-wrapper .block-area .text-image-block-area {
    padding: 50px;
    max-width: 60%; }
    .text-image-blocks-wrapper .block-area .text-image-block-area h2 {
      font-size: 18px; }
    .text-image-blocks-wrapper .block-area .text-image-block-area h3 {
      font-size: 16px; }
    .text-image-blocks-wrapper .block-area .text-image-block-area p, .text-image-blocks-wrapper .block-area .text-image-block-area ul > li {
      font-size: 16px !important;
      line-height: 30px; }
  .text-image-blocks-wrapper .container {
    width: 940px; }

  .left-text .text-image-block-area {
    top: 100px !important; }

  .right-text .text-image-block-area {
    top: 100px !important; } }
@media (max-width: 959px) {
  .text-image-blocks-wrapper .block-area .text-image-block-area {
    max-width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9); }
    .text-image-blocks-wrapper .block-area .text-image-block-area h2 {
      font-size: 18px; }
    .text-image-blocks-wrapper .block-area .text-image-block-area h3 {
      font-size: 16px; }
    .text-image-blocks-wrapper .block-area .text-image-block-area p, .text-image-blocks-wrapper .block-area .text-image-block-area ul > li {
      font-size: 16px !important;
      line-height: 30px; }
  .text-image-blocks-wrapper .block-area img {
    max-width: 100%; } }
@media (min-width: 960px) {
  .right-text {
    position: relative;
    height: 100%; }
    .right-text img {
      z-index: 0;
      display: block;
      float: left; }
    .right-text .text-image-block-area {
      position: absolute;
      top: 120px;
      right: 0px;
      z-index: 1;
      width: 100%; }

  .left-text {
    position: relative;
    height: 100%; }
    .left-text img {
      z-index: 0;
      display: block;
      float: right; }
    .left-text .text-image-block-area {
      left: 0px;
      z-index: 1;
      width: 100%;
      position: absolute;
      top: 120px; }

  .text-image-blocks-wrapper .block-area .text-image-block-area h2 {
    font-size: 20px; }
  .text-image-blocks-wrapper .block-area .text-image-block-area h3 {
    font-size: 16px; }
  .text-image-blocks-wrapper .block-area .text-image-block-area p {
    font-size: 18px; } }
.benefits-wrapper {
  background-color: #F4F4F4; }
  .benefits-wrapper .benefit {
    width: 100%;
    max-width: 200px;
    margin-right: 25px;
    float: left;
    min-height: 330px; }
    .benefits-wrapper .benefit picture {
      display: block; }
    .benefits-wrapper .benefit .benefit-title {
      font-family: "open_sansbold", sans-serif;
      font-size: 18px; }
    .benefits-wrapper .benefit .benefit-detail {
      font-family: "open_sansregular", sans-serif;
      font-size: 16px;
      line-height: 28px; }

@media (min-width: 960px) {
  .mask-animation {
    overflow: hidden;
    position: relative;
    transform: translateZ(0); }

  .mask-animation img {
    display: block; }

  .mask-animation.wipe-in-up {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0); }

  .mask-animation.wipe-in-up.active, .active > .mask-animation.wipe-in-up {
    animation: wipe-in-up 1s ease .25s forwards; }

  .mask-animation.wipe-out-up {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }

  .mask-animation.wipe-out-up.active, .active > .mask-animation.wipe-out-up {
    animation: wipe-out-up 1s ease .25s forwards; }

  .mask-animation.wipe-in-right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0); }

  .mask-animation.wipe-in-right.active, .active > .mask-animation.wipe-in-right {
    animation: wipe-in-right 1s ease .25s forwards; }

  .mask-animation.wipe-out-right {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }

  .mask-animation.wipe-out-right.active, .active > .mask-animation.wipe-out-right {
    animation: wipe-out-right 1s ease .25s forwards; }

  .mask-animation.wipe-in-down {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0); }

  .mask-animation.wipe-in-down.active, .active > .mask-animation.wipe-in-down {
    animation: wipe-in-down 1s ease .25s forwards; }

  .mask-animation.wipe-out-down {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }

  .mask-animation.wipe-out-down.active, .active > .mask-animation.wipe-out-down {
    animation: wipe-out-down 1s ease .25s forwards; }

  .mask-animation.wipe-in-left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%); }

  .mask-animation.wipe-in-left.active, .active > .mask-animation.wipe-in-left {
    animation: wipe-in-left 1s ease .25s forwards; }

  .mask-animation.wipe-out-left {
    clip-path: inset(0);
    -webkit-clip-path: inset(0); }

  .mask-animation.wipe-out-left.active, .active > .mask-animation.wipe-out-left {
    animation: wipe-out-left 1s ease .25s forwards; }

  .mask-animation.ken-burns img {
    transform: scale(1.1); }

  .active .mask-animation.ken-burns img, .active > .mask-animation.ken-burns img {
    animation: ken 2s ease forwards; }

  .lazyloaded {
    transition: opacity .25s; } }
#works-in-progress-wrapper {
  background-color: #f9f8f8; }
  #works-in-progress-wrapper .works-main-wrapper {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
    #works-in-progress-wrapper .works-main-wrapper h2 {
      font-family: "open_sansregular", sans-serif;
      color: #283a6c; }
  #works-in-progress-wrapper .content-wrapper {
    color: #283a6c; }
    #works-in-progress-wrapper .content-wrapper .text-wrapper {
      padding-left: 10px;
      padding-right: 10px;
      color: #283a6c; }
    #works-in-progress-wrapper .content-wrapper img {
      width: 100%; }
    #works-in-progress-wrapper .content-wrapper .detail-link {
      width: 100%;
      max-width: 180px;
      padding: 10px 10px 10px 10px;
      border-radius: 50px;
      border: 1px solid #283a6c;
      color: #283a6c;
      margin-top: 20px;
      display: block;
      text-align: center;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #works-in-progress-wrapper .content-wrapper .detail-link:hover {
        background-color: #283a6c;
        border-color: #283a6c;
        color: white; }
  #works-in-progress-wrapper .row {
    margin-left: 0px;
    margin-right: 0px; }

.project-slider {
  width: 100%;
  max-width: 1662px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  .project-slider .swiper-slide {
    width: 100%;
    max-width: 534px;
    padding-bottom: 20px; }

@media (max-width: 991px) {
  #works-in-progress-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    #works-in-progress-wrapper h2 {
      font-size: 18px;
      font-family: "open_sansbold", sans-serif;
      color: #283a6c; }
    #works-in-progress-wrapper .title-bottom-line-wrapper {
      margin-bottom: 40px;
      margin-top: 20px; }

  .content-wrapper .text-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
    .content-wrapper .text-wrapper h3 {
      font-size: 18px;
      padding-top: 30px;
      font-family: "open_sansbold", sans-serif;
      max-height: 100px;
      min-height: 100px;
      overflow: hidden;
      line-height: 26px; }
    .content-wrapper .text-wrapper p {
      font-size: 16px;
      line-height: 32px;
      max-height: 165px;
      min-height: 165px;
      overflow: hidden; }
  .content-wrapper .detail-link {
    margin-top: 20px;
    margin-bottom: 20px; }

  .swiper-pagination {
    margin-top: 0px !important; } }
@media (min-width: 992px) {
  #works-in-progress-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    #works-in-progress-wrapper h2 {
      font-size: 44px;
      color: #283a6c; }
    #works-in-progress-wrapper .title-bottom-line-wrapper {
      margin-top: 30px;
      margin-bottom: 60px; }

  .content-wrapper .text-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
    .content-wrapper .text-wrapper h3 {
      font-size: 24px;
      padding-top: 40px;
      max-height: 90px;
      min-height: 90px;
      overflow: hidden;
      color: #283a6c; }
    .content-wrapper .text-wrapper p {
      font-size: 16px;
      line-height: 32px;
      max-height: 165px;
      min-height: 165px;
      overflow: hidden;
      color: #3b4b6a; }
  .content-wrapper .detail-link {
    margin-top: 30px; } }
.swiper-pagination {
  position: absolute;
  color: #666;
  font-size: .85em;
  text-align: center;
  margin-top: 50px;
  position: relative !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 2;
  height: auto !important; }

.paginglink {
  display: inline-block !important;
  background: #dddddd;
  display: block;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px; }

.paginglink-active {
  background: #283a6c; }

.paginglink:hover {
  cursor: pointer; }

#project-slider-wrapper {
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1742px;
  margin-right: auto;
  margin-left: auto; }

.swiper-button-prev {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  background-size: cover; }

.swiper-button-next {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  background-size: cover; }

@media (min-width: 1200px) {
  .swiper-button-prev {
    background-image: url(../images/scrool-prev.png) !important;
    top: 45% !important;
    left: 0px;
    width: 30px !important;
    height: 128px !important; }

  .swiper-button-next {
    background-image: url(../images/scrool-next.png) !important;
    top: 45% !important;
    right: 0px;
    width: 30px !important;
    height: 128px !important; } }
@media (max-width: 1199px) {
  .swiper-button-prev {
    background-image: url(../images/scrool-prev-mobile.png) !important;
    top: 48% !important;
    left: 0px;
    width: 28px !important;
    height: 64px !important; }

  .swiper-button-next {
    background-image: url(../images/scrool-next-mobile.png) !important;
    top: 48% !important;
    right: 0px;
    width: 28px !important;
    height: 64px !important; } }
.swiper-button-disabled {
  cursor: default !important;
  opacity: 0.5; }

/*all news page CSS leri*/
#all-news {
  background-color: #F4F4F4; }
  #all-news .news-main-wrapper {
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
  #all-news .news-block {
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; }
    #all-news .news-block a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      #all-news .news-block a img {
        width: 100%; }
      #all-news .news-block a .text-wrapper {
        background-color: #FFF;
        color: black; }
        #all-news .news-block a .text-wrapper h3 {
          font-family: "open_sansbold", sans-serif; }
        #all-news .news-block a .text-wrapper span {
          font-family: "open_sansbold", sans-serif;
          font-size: 14px; }
  #all-news .news-block figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  #all-news .news-block:hover figure::before {
    -webkit-animation: circle .75s;
    animation: circle .75s; }

/*main page news summary CSS leri*/
#news-summary {
  color: #FFF;
  background-image: url(../images/haber-duyurular-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #353f4b; }
  #news-summary .news-main-wrapper {
    width: 100%;
    max-width: 1754px;
    margin-right: auto;
    margin-left: auto; }
    #news-summary .news-main-wrapper h2 {
      font-family: "open_sansregular", sans-serif;
      font-size: 44px;
      color: #FFF; }
      #news-summary .news-main-wrapper h2 a {
        color: #FFF; }
    #news-summary .news-main-wrapper .news-block {
      overflow: hidden; }
      #news-summary .news-main-wrapper .news-block a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        #news-summary .news-main-wrapper .news-block a img {
          width: 100%; }
        #news-summary .news-main-wrapper .news-block a .text-wrapper {
          background-color: #FFF;
          color: black; }
          #news-summary .news-main-wrapper .news-block a .text-wrapper h3 {
            font-family: "open_sansbold", sans-serif; }
          #news-summary .news-main-wrapper .news-block a .text-wrapper span {
            font-family: "open_sansbold", sans-serif;
            font-size: 14px; }
  #news-summary .title-bottom-line-wrapper.active .title-bottom-line {
    border-bottom: 2px solid #FFF; }
  #news-summary .news-block figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  #news-summary .news-block:hover figure::before {
    -webkit-animation: circle .75s;
    animation: circle .75s; }
  #news-summary .row {
    margin-left: 0px;
    margin-right: 0px; }
  #news-summary .swiper-slide {
    width: 100%;
    max-width: 396px; }

@media (min-width: 1200px) {
  #news-summary {
    padding-top: 60px;
    padding-bottom: 60px; }
    #news-summary .title-bottom-line-wrapper {
      margin-top: 30px;
      margin-bottom: 60px; }
    #news-summary .news-main-wrapper .news-block {
      width: 100%;
      transition: all .3s;
      margin-bottom: 20px; }
      #news-summary .news-main-wrapper .news-block figure {
        position: relative; }
      #news-summary .news-main-wrapper .news-block a .text-wrapper {
        padding: 35px;
        height: 100%;
        min-height: 365px; }
        #news-summary .news-main-wrapper .news-block a .text-wrapper h3 {
          font-size: 20px;
          line-height: 26px;
          padding-bottom: 30px;
          max-height: 80px;
          min-height: 80px;
          overflow: hidden; }
        #news-summary .news-main-wrapper .news-block a .text-wrapper p {
          font-size: 16px;
          line-height: 32px;
          max-height: 160px;
          min-height: 160px;
          overflow: hidden;
          margin-bottom: 20px; }
      #news-summary .news-main-wrapper .news-block a:hover h3 {
        color: #283a6c; }

  #all-news {
    padding-top: 60px;
    padding-bottom: 60px; }
    #all-news .news-main-wrapper .news-block {
      transition: all .3s;
      margin-bottom: 20px; }
      #all-news .news-main-wrapper .news-block figure {
        position: relative; }
      #all-news .news-main-wrapper .news-block a .text-wrapper {
        padding: 25px;
        height: 100%;
        min-height: 365px; }
        #all-news .news-main-wrapper .news-block a .text-wrapper h3 {
          font-size: 20px;
          line-height: 26px;
          padding-bottom: 30px;
          max-height: 80px;
          min-height: 80px;
          overflow: hidden; }
        #all-news .news-main-wrapper .news-block a .text-wrapper p {
          font-size: 14px;
          line-height: 28px;
          max-height: 160px;
          min-height: 160px;
          overflow: hidden;
          margin-bottom: 20px; }
      #all-news .news-main-wrapper .news-block a:hover h3 {
        color: #283a6c; } }
@media only screen and (min-width: 1200px) and (max-width: 1799px) {
  .swiper-button-prev2 {
    top: 28% !important;
    left: 0px;
    width: 128px !important;
    height: 128px !important; }

  .swiper-button-next2 {
    top: 28% !important;
    right: 0px;
    width: 128px !important;
    height: 128px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-summary {
    padding-top: 30px;
    padding-bottom: 30px; }
    #news-summary .title-bottom-line-wrapper {
      margin-bottom: 40px;
      margin-top: 20px; }
    #news-summary .news-main-wrapper .news-block a .text-wrapper {
      padding: 10px; }
      #news-summary .news-main-wrapper .news-block a .text-wrapper h3 {
        font-size: 16px;
        line-height: 24px;
        max-height: 50px;
        min-height: 50px;
        overflow: hidden; }
      #news-summary .news-main-wrapper .news-block a .text-wrapper p {
        font-size: 14px;
        line-height: 20px;
        max-height: 160px;
        min-height: 160px;
        overflow: hidden;
        margin-top: 10px; }

  #all-news {
    padding-top: 30px;
    padding-bottom: 30px; }
    #all-news .news-main-wrapper .news-block a .text-wrapper {
      padding: 10px; }
      #all-news .news-main-wrapper .news-block a .text-wrapper h3 {
        font-size: 16px;
        line-height: 24px;
        max-height: 50px;
        min-height: 50px;
        overflow: hidden; }
      #all-news .news-main-wrapper .news-block a .text-wrapper p {
        font-size: 14px;
        line-height: 20px;
        max-height: 160px;
        min-height: 160px;
        overflow: hidden;
        margin-top: 10px; } }
@media (max-width: 991px) {
  #news-summary {
    padding-top: 30px;
    padding-bottom: 30px; }
    #news-summary .title-bottom-line-wrapper {
      margin-top: 20px;
      margin-bottom: 40px; }
    #news-summary .news-main-wrapper h2 {
      font-size: 18px;
      font-family: "open_sansbold", sans-serif; }
    #news-summary .news-main-wrapper .news-block a .text-wrapper {
      padding: 20px;
      height: 100%; }
      #news-summary .news-main-wrapper .news-block a .text-wrapper h3 {
        font-size: 18px;
        line-height: 26px;
        max-height: 85px;
        min-height: 85px;
        overflow: hidden; }
      #news-summary .news-main-wrapper .news-block a .text-wrapper p {
        font-size: 14px;
        line-height: 24px;
        max-height: 125px;
        min-height: 125px;
        overflow: hidden; }
    #news-summary .news-main-wrapper .news-block a:hover h3 {
      color: #283a6c; }

  #all-news {
    padding-top: 30px;
    padding-bottom: 30px; }
    #all-news .title-bottom-line-wrapper {
      margin-top: 20px;
      margin-bottom: 40px; }
    #all-news .news-main-wrapper h2 {
      font-size: 18px; }
    #all-news .news-main-wrapper .news-block {
      width: 100%;
      max-width: 370px;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden;
      margin-bottom: 20px; }
      #all-news .news-main-wrapper .news-block a .text-wrapper {
        padding: 20px;
        height: 100%; }
        #all-news .news-main-wrapper .news-block a .text-wrapper h3 {
          font-size: 16px;
          line-height: 26px;
          max-height: 60px;
          min-height: 60px;
          overflow: hidden; }
        #all-news .news-main-wrapper .news-block a .text-wrapper p {
          font-size: 14px;
          line-height: 24px;
          max-height: 125px;
          min-height: 125px;
          overflow: hidden; }
      #all-news .news-main-wrapper .news-block a:hover h3 {
        color: #283a6c; } }
.genre {
  display: block;
  width: 100%;
  max-width: 79px;
  min-height: auto !important;
  text-align: center;
  color: #FFF;
  line-height: 27px !important;
  margin-bottom: 0px !important; }

.genre-type1 {
  background-color: #EE4423; }

.genre-type2 {
  background-color: #E5AA32; }

#mpnews-slider-wrapper {
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

.swiper-button-prev2 {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  background-size: cover; }

.swiper-button-next2 {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  background-size: cover; }

@media (min-width: 1200px) {
  .swiper-button-prev2 {
    background-image: url(../images/scrool2-prev.png) !important;
    top: 36% !important;
    left: 0px;
    width: 30px !important;
    height: 128px !important; }

  .swiper-button-next2 {
    background-image: url(../images/scrool2-next.png) !important;
    top: 36% !important;
    right: 0px;
    width: 30px !important;
    height: 128px !important; } }
@media (max-width: 1199px) {
  .swiper-button-prev2 {
    background-image: url(../images/scrool22-prev.png) !important;
    top: 48% !important;
    left: 0px;
    width: 28px !important;
    height: 64px !important; }

  .swiper-button-next2 {
    background-image: url(../images/scrool22-next.png) !important;
    top: 48% !important;
    right: 0px;
    width: 28px !important;
    height: 64px !important; } }
#hyperlinks-wrapper {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 120px; }
  #hyperlinks-wrapper h2 {
    font-size: 44px; }
  #hyperlinks-wrapper .title-bottom-line-wrapper {
    margin-top: 30px;
    margin-bottom: 60px; }
  #hyperlinks-wrapper .swiper-wrapper {
    padding-top: 20px;
    padding-left: 38px;
    padding-bottom: 15px; }
  #hyperlinks-wrapper .swiper-slide {
    width: 100%;
    max-width: 269px; }
    #hyperlinks-wrapper .swiper-slide .hyperlink {
      width: 269px;
      height: 245px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #hyperlinks-wrapper .swiper-slide .hyperlink1 {
      background-image: url("../images/logolar/hyperlink1.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink2 {
      background-image: url("../images/logolar/hyperlink2.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink3 {
      background-image: url("../images/logolar/hyperlink3.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink4 {
      background-image: url("../images/logolar/hyperlink4.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink5 {
      background-image: url("../images/logolar/hyperlink5.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink6 {
      background-image: url("../images/logolar/hyperlink6.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink7 {
      background-image: url("../images/logolar/hyperlink7.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink8 {
      background-image: url("../images/logolar/hyperlink8.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink9 {
      background-image: url("../images/logolar/hyperlink9.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink10 {
      background-image: url("../images/logolar/hyperlink10.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink11 {
      background-image: url("../images/logolar/hyperlink11.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink12 {
      background-image: url("../images/logolar/hyperlink12.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink13 {
      background-image: url("../images/logolar/hyperlink13.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink14 {
      background-image: url("../images/logolar/hyperlink14.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink15 {
      background-image: url("../images/logolar/hyperlink15.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink16 {
      background-image: url("../images/logolar/hyperlink16.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink17 {
      background-image: url("../images/logolar/hyperlink17.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink18 {
      background-image: url("../images/logolar/hyperlink18.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink19 {
      background-image: url("../images/logolar/hyperlink19.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink20 {
      background-image: url("../images/logolar/hyperlink20.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink21 {
      background-image: url("../images/logolar/hyperlink21.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink22 {
      background-image: url("../images/logolar/hyperlink22.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink23 {
      background-image: url("../images/logolar/hyperlink23.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink24 {
      background-image: url("../images/logolar/hyperlink24.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink25 {
      background-image: url("../images/logolar/hyperlink25.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink26 {
      background-image: url("../images/logolar/hyperlink26.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink27 {
      background-image: url("../images/logolar/hyperlink27.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink28 {
      background-image: url("../images/logolar/hyperlink28.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink29 {
      background-image: url("../images/logolar/hyperlink29.png");
      background-repeat: no-repeat; }
    #hyperlinks-wrapper .swiper-slide .hyperlink30 {
      background-image: url("../images/logolar/hyperlink30.png");
      background-repeat: no-repeat; }
  #hyperlinks-wrapper .swiper-button-prev2 {
    background-image: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 2;
    width: 128px !important;
    height: 128px !important; }
  #hyperlinks-wrapper .swiper-button-next2 {
    background-image: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 2;
    width: 128px !important;
    height: 128px !important; }

@media (max-width: 991px) {
  #hyperlinks-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    #hyperlinks-wrapper h2 {
      font-size: 18px;
      font-family: "open_sansbold", sans-serif; }
    #hyperlinks-wrapper .title-bottom-line-wrapper {
      margin-top: 20px;
      margin-bottom: 0px; } }
#contact-area-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F4F4; }
  #contact-area-wrapper .contact-telephone {
    width: 100%;
    max-width: 265px;
    margin-left: auto;
    text-align: center; }
    #contact-area-wrapper .contact-telephone p {
      font-size: 18px;
      line-height: 30px; }
    #contact-area-wrapper .contact-telephone a {
      font-size: 40px;
      line-height: 48px;
      color: #000; }
      #contact-area-wrapper .contact-telephone a:hover {
        color: #283a6c; }

.contact-form {
  background-color: #FFF;
  padding: 30px; }
  .contact-form .widget-head {
    width: 100%;
    background-color: #EE4423;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "open_sansregular", sans-serif;
    font-weight: normal;
    font-size: 18px; }
  .contact-form .widget-content {
    padding: 0px;
    margin-top: 20px; }
  .contact-form .widget-form-label {
    color: #353F4B;
    font-family: "open_sansregular", sans-serif;
    font-weight: normal;
    font-size: 16px; }
  .contact-form .form-control {
    height: 45px; }
  .contact-form textarea {
    border-radius: 3px;
    font-size: 16px;
    height: 225px !important;
    letter-spacing: 0;
    padding: 8px 10px;
    margin-left: auto;
    margin-right: auto; }
  .contact-form .btn {
    width: 100%;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background-color: #EE4423 !important;
    border-color: #EE4423 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
    transition: background-color .2s, border .2s, color .2s;
    -webkit-font-smoothing: antialiased; }
    .contact-form .btn:hover {
      background-color: #c12d10 !important;
      border-color: #c12d10 !important; }
    .contact-form .btn:focus {
      outline: none; }
  .contact-form .form-control {
    background-color: #f9f9f9;
    box-shadow: none; }
  .contact-form .contact-subtitle {
    font-size: 14px;
    color: #353F4B;
    line-height: 24px; }

.error {
  width: 100%;
  border: 2px solid #ab0600;
  background-color: #BD201E;
  padding-right: 5px;
  padding-left: 5px; }

.error li {
  background-image: url(../images/erroricon.png);
  background-repeat: no-repeat;
  color: #FFF;
  list-style-type: none;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background-position: left center; }

.success {
  width: 100%;
  border: 2px solid #44ab44;
  background-color: #5cb85c;
  padding-right: 5px;
  padding-left: 5px; }

.success li {
  background-image: url(../images/successicon.png);
  background-repeat: no-repeat;
  color: #FFF;
  list-style-type: none;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background-position: left center; }

@media (min-width: 992px) {
  #contact-area-wrapper .contact-area .contact-telephone {
    margin-top: 300px; } }
@media (min-width: 1500px) {
  #contact-area-wrapper .contact-form {
    width: 100%;
    max-width: 470px;
    margin-left: auto; } }
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  #contact-area-wrapper .contact-form {
    width: 100%;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-area-wrapper .contact-form {
    width: 100%;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .contact-form {
    width: 100%;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto; } }
@media (max-width: 539px) {
  #contact-area-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    #contact-area-wrapper .contact-telephone {
      margin-right: auto;
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  #contact-area-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    #contact-area-wrapper .contact-telephone {
      margin-right: auto;
      margin-bottom: 30px; }
      #contact-area-wrapper .contact-telephone a {
        font-size: 28px;
        line-height: 34px;
        margin-top: 20px;
        display: block; }
    #contact-area-wrapper .contact-form .widget-head {
      font-size: 16px; }
    #contact-area-wrapper .contact-form .btn {
      border-radius: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      max-width: 45%; } }
#footer-wrapper {
  width: 96%;
  /*footer bitti*/ }
  #footer-wrapper #footer {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto; }
    #footer-wrapper #footer .footer-contact-area {
      width: 100%;
      max-width: 300px;
      margin-right: auto; }
      #footer-wrapper #footer .footer-contact-area .widget-list {
        padding-bottom: 40px; }
      #footer-wrapper #footer .footer-contact-area li {
        font-size: 14px;
        line-height: 24px;
        color: #353F4B; }
        #footer-wrapper #footer .footer-contact-area li address {
          margin-bottom: 0px; }
      #footer-wrapper #footer .footer-contact-area .footer-sub-logo {
        margin-top: 45px;
        margin-bottom: 8px;
        height: 43px !important;
        width: 172px;
        background-size: 172px 43px;
        display: block;
        background-image: url(../images/signumtte-top-logo.svg);
        background-repeat: no-repeat;
        text-indent: -99999px; }
    #footer-wrapper #footer .footer-divider {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      display: block; }
    #footer-wrapper #footer .footer-bulletin-form {
      width: 100%;
      max-width: 420px;
      margin-right: auto;
      margin-left: auto; }
      #footer-wrapper #footer .footer-bulletin-form .widget-head {
        font-family: "open_sansregular", sans-serif;
        font-size: 20px;
        color: #FFF;
        margin-bottom: 35px;
        display: block; }
      #footer-wrapper #footer .footer-bulletin-form .form-control {
        padding: 20px;
        background-color: #d1d3d4;
        border: 1px solid #d1d3d4;
        color: #283a6c;
        font-size: 18px; }
    #footer-wrapper #footer .footer-social .widget-head {
      font-family: "open_sansregular", sans-serif;
      font-size: 16px;
      color: #FFF;
      margin-bottom: 35px;
      margin-top: 35px;
      display: block; }
    #footer-wrapper #footer .footer-social .social-wrap {
      margin-top: 15px;
      margin-bottom: 5px; }
      #footer-wrapper #footer .footer-social .social-wrap a {
        margin-right: 5px; }
    #footer-wrapper #footer .footer-logo-title {
      font-family: "open_sansbold", sans-serif;
      color: #283a6c;
      font-size: 18px; }
      #footer-wrapper #footer .footer-logo-title a {
        color: #283a6c; }
    #footer-wrapper #footer .footer-menu .widget-list {
      margin-bottom: 15px; }
      #footer-wrapper #footer .footer-menu .widget-list h4 {
        font-family: "open_sansbold", sans-serif;
        color: #283a6c;
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 0px; }
        #footer-wrapper #footer .footer-menu .widget-list h4 a {
          color: #283a6c; }
      #footer-wrapper #footer .footer-menu .widget-list li {
        color: #283a6c; }
        #footer-wrapper #footer .footer-menu .widget-list li a {
          font-size: 16px;
          line-height: 25px;
          color: #283a6c;
          display: block;
          padding-bottom: 5px;
          padding-top: 5px; }
          #footer-wrapper #footer .footer-menu .widget-list li a:hover {
            color: #283a6c; }
        #footer-wrapper #footer .footer-menu .widget-list li ul > li {
          padding-left: 20px;
          line-height: 28px; }
          #footer-wrapper #footer .footer-menu .widget-list li ul > li a {
            display: inline-block;
            position: relative;
            padding-left: 5px;
            font-family: "open_sansregular", sans-serif;
            padding-bottom: 0px;
            padding-top: 0px; }
            #footer-wrapper #footer .footer-menu .widget-list li ul > li a i {
              height: 5px;
              width: 5px;
              background-color: #353f4b;
              border-radius: 50%;
              display: inline-block;
              margin-top: 7px;
              position: absolute;
              top: 1px;
              left: -8px; }
    #footer-wrapper #footer .second-footer-menu .widget-list li a {
      display: none; }
    #footer-wrapper #footer .second-footer-menu .widget-list li.exception {
      padding-left: 0px; }
      #footer-wrapper #footer .second-footer-menu .widget-list li.exception i {
        display: none; }
      #footer-wrapper #footer .second-footer-menu .widget-list li.exception a {
        font-size: 16px;
        line-height: 34px;
        color: #353F4B;
        font-family: "open_sansbold", sans-serif; }

/*footer-wrapper bitti*/
#footer-bottom {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px; }
  #footer-bottom p {
    font-family: "open_sansregular", sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 0px; }
  #footer-bottom .userapp-logo {
    font-family: "open_sansbold", sans-serif;
    color: #353F4B; }
  #footer-bottom .no-svg .userapp-logo {
    background-image: url(../images/userapp.png); }

@media (min-width: 1200px) {
  #footer-wrapper {
    padding-top: 60px;
    padding-left: 20px; } }
@media (max-width: 1399px) {
  #footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  #footer-wrapper {
    padding-bottom: 0px; }

  .footer-menu, .footer-contact-area, .footer-social {
    width: 100%;
    max-width: 300px; }

  #footer-wrapper #footer .footer-contact-area .footer-sub-logo {
    margin-top: 30px; }

  #footer-wrapper #footer .footer-contact-area .widget-list {
    padding-bottom: 0px; }

  #footer-bottom {
    padding-bottom: 30px; }

  #footer-bottom p {
    margin-top: 10px;
    line-height: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #283a6c; } }
.footer-link-menu li a {
  color: #283a6c; }
  .footer-link-menu li a:hover {
    color: #1840af; }

.top-content-type1 {
  position: relative;
  overflow: hidden; }
  .top-content-type1 img {
    width: 100%;
    z-index: 0; }
  .top-content-type1 .title-wrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s ease-out 0s 1 wipe-in-right;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */ }
    .top-content-type1 .title-wrapper p {
      color: #283a6c;
      font-family: "open_sansregular", sans-serif; }
      .top-content-type1 .title-wrapper p a {
        color: #283a6c; }
        .top-content-type1 .title-wrapper p a:hover {
          color: #283a6c; }
  .top-content-type1 .text-wrapper {
    background-color: #FFF;
    padding: 60px; }
    .top-content-type1 .text-wrapper h2 {
      font-family: "open_sansbold", sans-serif;
      color: #283a6c; }

@media (min-width: 1740px) {
  .top-content-type1 .title-wrapper {
    height: 75px; }
    .top-content-type1 .title-wrapper p {
      font-size: 16px;
      line-height: 40px; }
  .top-content-type1 .text-wrapper {
    position: absolute;
    bottom: 6%;
    left: 28%;
    width: 100%;
    max-width: 770px; }
    .top-content-type1 .text-wrapper h2 {
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 20px; }

  .top-content-type2 .title-wrapper p {
    font-size: 24px !important;
    line-height: 42px !important;
    max-width: none !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1739px) {
  .top-content-type1 .text-wrapper {
    position: absolute;
    bottom: 10%;
    left: 16%;
    width: 100%;
    max-width: 500px;
    padding: 40px; }
    .top-content-type1 .text-wrapper h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .top-content-type1 .text-wrapper p {
      font-size: 16px;
      line-height: 26px; }

  .top-content-type2 .title-wrapper p {
    font-size: 24px !important;
    line-height: 36px !important;
    max-width: none !important; } }
@media (max-width: 1199px) {
  .top-content-type1 .container {
    width: 100%; } }
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .top-content-type1 .text-wrapper {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 100%;
    max-width: 660px;
    padding: 30px; }
    .top-content-type1 .text-wrapper h2 {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
    .top-content-type1 .text-wrapper p {
      font-size: 16px;
      line-height: 30px; }

  .top-content-type2 .title-wrapper p {
    font-size: 18px !important;
    line-height: 28px !important;
    max-width: none !important; } }
@media (max-width: 990px) {
  .top-content-type1 .title-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 176%); }
    .top-content-type1 .title-wrapper p {
      font-size: 16px !important;
      line-height: 22px !important; }
  .top-content-type1 .text-wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-color: #F4F4F4; }
    .top-content-type1 .text-wrapper h2 {
      font-size: 18px;
      line-height: 28px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .top-content-type1 .text-wrapper p {
      font-size: 16px;
      line-height: 30px; }

  .top-content-type2 .title-wrapper p {
    font-size: 18px !important;
    line-height: 24px !important;
    max-width: none !important; } }
@media (max-width: 389px) {
  .top-content-type1 .title-wrapper {
    top: 20%; }
    .top-content-type1 .title-wrapper p {
      font-size: 14px !important;
      line-height: 18px !important; }

  .top-content-type2 .title-wrapper p {
    font-size: 14px !important;
    line-height: 18px !important; } }
.top-content-type2 {
  position: relative;
  overflow: hidden; }
  .top-content-type2 img {
    width: 100%;
    z-index: 0; }
  .top-content-type2 .title-wrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(53, 63, 75, 0.8);
    height: 100%;
    animation: 1s ease-out 0s 1 wipe-in-down; }
    .top-content-type2 .title-wrapper p {
      color: #FFF;
      max-width: 65%;
      font-family: "open_sansregular", sans-serif;
      font-size: 20px;
      line-height: 36px; }

#content-text-wrapper {
  padding-bottom: 50px; }
  #content-text-wrapper .content-text .text-type5 {
    padding-top: 30px; }
  #content-text-wrapper .content-text h1 {
    font-size: 44px;
    margin-bottom: 30px;
    color: #283a6c; }
  #content-text-wrapper .content-text h2 {
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "open_sansbold", sans-serif;
    color: #283a6c; }
  #content-text-wrapper .content-text ul {
    margin-bottom: 30px; }
    #content-text-wrapper .content-text ul li {
      background-image: url(../images/services-li-bg.png);
      background-repeat: no-repeat;
      background-position: left 15px;
      padding-left: 15px;
      font-family: "open_sansregular", sans-serif; }
      #content-text-wrapper .content-text ul li a {
        color: #353F4B; }
        #content-text-wrapper .content-text ul li a:hover {
          color: #283a6c; }
  #content-text-wrapper .content-text .text-type4 a {
    color: #353F4B; }
    #content-text-wrapper .content-text .text-type4 a:hover {
      color: #283a6c; }
  #content-text-wrapper strong {
    color: #283a6c; }

@media (min-width: 1199px) {
  #content-text-wrapper .content-text .text-type1 {
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    font-family: "open_sansregular", sans-serif; }
  #content-text-wrapper .content-text .text-type2 {
    font-size: 18px;
    line-height: 36px;
    padding-left: 100px;
    border-left: 1px solid #353F4B; }
  #content-text-wrapper .content-text .text-type3 {
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    font-family: "open_sansregular", sans-serif; }
  #content-text-wrapper .content-text .text-type4 {
    font-size: 20px;
    line-height: 36px;
    font-family: "open_sansbold", sans-serif; }
    #content-text-wrapper .content-text .text-type4 a {
      color: #353F4B; }
  #content-text-wrapper .content-text .text-type5 {
    font-size: 20px;
    line-height: 36px; }
  #content-text-wrapper .project-content-text {
    width: 100%;
    max-width: 67%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 110px; }
    #content-text-wrapper .project-content-text h2 {
      font-size: 20px;
      line-height: 36px;
      margin-top: 60px;
      margin-bottom: 30px;
      font-family: "open_sansbold", sans-serif;
      color: #283a6c; }
    #content-text-wrapper .project-content-text .text-type6 {
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 2%;
      margin-bottom: 30px;
      font-family: "open_sansregular", sans-serif; }
    #content-text-wrapper .project-content-text ul {
      margin-bottom: 30px; }
      #content-text-wrapper .project-content-text ul li {
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 2%;
        background-image: url(../images/services-li-bg.png);
        background-repeat: no-repeat;
        background-position: left 15px;
        padding-left: 15px; }
    #content-text-wrapper .project-content-text .text-type7 {
      font-size: 22px;
      line-height: 36px;
      margin-top: 45px;
      margin-bottom: 30px;
      letter-spacing: 2%; } }
@media only screen and (min-width: 991px) and (max-width: 1198px) {
  #content-text-wrapper .content-text h1 {
    font-size: 24px;
    margin-bottom: 30px; }
  #content-text-wrapper .content-text .text-type1 {
    font-size: 16px;
    line-height: 28px;
    width: 100%; }
  #content-text-wrapper .content-text .text-type2 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    border-left: 1px solid #353F4B; }
  #content-text-wrapper .content-text .text-type3 {
    font-size: 16px;
    line-height: 28px;
    width: 100%; }
  #content-text-wrapper .content-text .text-type4 {
    font-size: 16px;
    line-height: 30px;
    font-family: "open_sansbold", sans-serif; }
  #content-text-wrapper .content-text .text-type5 {
    font-size: 16px;
    line-height: 28px; }
  #content-text-wrapper .project-content-text {
    width: 100%;
    max-width: 67%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 110px; }
    #content-text-wrapper .project-content-text h2 {
      font-size: 20px;
      line-height: 36px;
      font-family: "open_sansbold", sans-serif;
      margin-bottom: 10px;
      color: #283a6c; }
    #content-text-wrapper .project-content-text .text-type6 {
      font-size: 16px;
      line-height: 36px;
      margin-bottom: 30px;
      letter-spacing: 2%; }
    #content-text-wrapper .project-content-text ul {
      margin-bottom: 30px; }
      #content-text-wrapper .project-content-text ul li {
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 2%;
        background-image: url(../images/services-li-bg.png);
        background-repeat: no-repeat;
        background-position: left 15px;
        padding-left: 15px; }
    #content-text-wrapper .project-content-text .text-type7 {
      font-size: 22px;
      line-height: 36px;
      margin-top: 30px;
      margin-bottom: 30px;
      letter-spacing: 2%; } }
@media (max-width: 990px) {
  #content-text-wrapper .content-text {
    padding-left: 5px;
    padding-right: 10px; }
    #content-text-wrapper .content-text h1 {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 10px;
      font-family: "open_sansbold", sans-serif; }
    #content-text-wrapper .content-text h2 {
      font-size: 18px;
      line-height: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }
    #content-text-wrapper .content-text .text-type1 {
      font-size: 16px;
      line-height: 38px; }
    #content-text-wrapper .content-text .text-type2 {
      font-size: 16px;
      line-height: 38px; }
    #content-text-wrapper .content-text .text-type3 {
      font-size: 16px;
      line-height: 38px;
      width: 90%; }
    #content-text-wrapper .content-text .text-type4 {
      font-size: 16px;
      line-height: 38px;
      font-family: "open_sansbold", sans-serif; }
    #content-text-wrapper .content-text .text-type5 {
      font-size: 16px;
      line-height: 38px; }
    #content-text-wrapper .content-text ul {
      font-size: 16px;
      line-height: 38px; }
  #content-text-wrapper .project-content-text {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px; }
    #content-text-wrapper .project-content-text h2 {
      font-size: 20px;
      line-height: 36px;
      font-family: "open_sansbold", sans-serif;
      margin-bottom: 10px;
      color: #283a6c; }
    #content-text-wrapper .project-content-text .text-type6 {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 30px; }
    #content-text-wrapper .project-content-text ul {
      margin-bottom: 30px; }
      #content-text-wrapper .project-content-text ul li {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2%;
        background-image: url(../images/services-li-bg.png);
        background-repeat: no-repeat;
        background-position: left 15px;
        padding-left: 15px; }
    #content-text-wrapper .project-content-text .text-type7 {
      font-size: 18px;
      line-height: 38px;
      margin-top: 30px;
      margin-bottom: 30px; } }
.text-margin-bottom {
  margin-bottom: 60px; }

.diger-projeler h3 {
  color: #283a6c; }
.diger-projeler ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5; }
.diger-projeler a {
  display: block;
  background-color: #283a6c;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  border-color: #283a6c;
  border-radius: 8px;
  transition: background-color .2s, border .2s, color .2s;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px; }

/*hakkimizda sayfasi ust gorsel alani*/
.hakkimizda-main-wrapper {
  position: relative;
  overflow: hidden; }
  .hakkimizda-main-wrapper img {
    width: 100%;
    z-index: 0; }
  .hakkimizda-main-wrapper .text-wrapper {
    position: absolute;
    left: 0px;
    width: 50%;
    top: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    animation: 1.3s ease-out 0s 1 windeskMainSliderFromLeft; }
    .hakkimizda-main-wrapper .text-wrapper p {
      color: #FFF;
      font-family: "open_sansregular", sans-serif; }

/*iletisim sayfasi ust gorsel alani*/
.contact-main-wrapper {
  position: relative;
  overflow: hidden; }
  .contact-main-wrapper img {
    width: 100%;
    z-index: 0; }
  .contact-main-wrapper .text-wrapper {
    position: absolute;
    left: 0px;
    width: 50%;
    top: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 80%);
    animation: 1.3s ease-out 0s 1 windeskMainSliderFromLeft; }
    .contact-main-wrapper .text-wrapper p {
      color: #FFF;
      font-family: "open_sansregular", sans-serif; }

.number-blocks-wrapper {
  background-color: #F4F4F4; }
  .number-blocks-wrapper h2 {
    font-family: "open_sansbold", sans-serif;
    font-size: 22px;
    padding-bottom: 50px; }
  .number-blocks-wrapper .number-block {
    width: 100%;
    max-width: 275px;
    height: 100%;
    min-height: 275px;
    padding: 20px;
    color: #FFF;
    float: left;
    margin-right: 30px; }
    .number-blocks-wrapper .number-block h3 {
      font-family: "open_sansbold", sans-serif;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      width: 100%;
      max-width: 200px;
      margin-right: auto;
      margin-left: auto; }
    .number-blocks-wrapper .number-block .number-item {
      font-family: "open_sansbold", sans-serif;
      margin-top: 15px; }
      .number-blocks-wrapper .number-block .number-item li {
        font-size: 40px;
        display: inline-block; }
      .number-blocks-wrapper .number-block .number-item .value::before {
        content: '%'; }
    .number-blocks-wrapper .number-block .one-item {
      width: 100%;
      max-width: 85px;
      margin-right: auto;
      margin-left: auto; }
    .number-blocks-wrapper .number-block .two-item {
      width: 100%;
      max-width: 112px;
      margin-right: auto;
      margin-left: auto; }
    .number-blocks-wrapper .number-block .three-item {
      width: 100%;
      max-width: 190px;
      margin-right: auto;
      margin-left: auto; }
    .number-blocks-wrapper .number-block .four-item {
      width: 100%;
      max-width: 215px;
      margin-right: auto;
      margin-left: auto; }
    .number-blocks-wrapper .number-block .action {
      display: block;
      text-align: center;
      font-size: 40px;
      line-height: 30px;
      font-family: "open_sansbold", sans-serif;
      margin-bottom: 20px; }
    .number-blocks-wrapper .number-block p {
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      margin-right: auto;
      margin-left: auto; }
  .number-blocks-wrapper .block1 {
    background-color: #EE4423; }
  .number-blocks-wrapper .block2 {
    background-color: #E5AA32; }
  .number-blocks-wrapper .block3 {
    background-color: #D1802E; }
  .number-blocks-wrapper .single-value li {
    display: block;
    width: 100%;
    text-align: center; }
  .number-blocks-wrapper .multiple-value li {
    display: inline-block; }

@media (max-width: 1038px) {
  .number-block {
    margin-bottom: 30px; } }
@media (max-width: 707px) {
  .number-blocks-wrapper .number-block {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none; } }
@media (max-width: 959px) {
  .number-blocks-wrapper h2 {
    line-height: 30px;
    font-size: 18px;
    padding-top: 0px; } }
.projects-top-main-wrapper {
  position: relative; }
  .projects-top-main-wrapper img {
    width: 100%;
    z-index: 0; }
  .projects-top-main-wrapper .text-wrapper {
    width: 100%; }
    .projects-top-main-wrapper .text-wrapper h2 {
      font-family: "open_sansbold", sans-serif;
      color: #283a6c; }
    .projects-top-main-wrapper .text-wrapper h3 {
      font-family: "open_sansbold", sans-serif;
      margin-bottom: 10px; }
    .projects-top-main-wrapper .text-wrapper ul li {
      font-family: "open_sansregular", sans-serif;
      background-image: url(../images/services-li-bg.png);
      background-repeat: no-repeat;
      background-position: left 15px;
      padding-left: 15px; }
    .projects-top-main-wrapper .text-wrapper img {
      display: block;
      width: 100%;
      max-width: 154px;
      margin-top: 20px; }

@media (min-width: 1740px) {
  .projects-top-main-wrapper {
    height: 730px; }
    .projects-top-main-wrapper .text-wrapper {
      background-color: #FFF;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      max-width: 770px;
      padding: 60px;
      bottom: -10%; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 20px; } }
@media only screen and (min-width: 1500px) and (max-width: 1739px) {
  .projects-top-main-wrapper {
    background-color: #F4F4F4;
    height: 630px; }
    .projects-top-main-wrapper .text-wrapper {
      background-color: #FFF;
      left: 25%;
      position: absolute;
      max-width: 710px;
      padding: 50px;
      bottom: -15%; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 20px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .projects-top-main-wrapper {
    background-color: #F4F4F4;
    height: 580px; }
    .projects-top-main-wrapper .text-wrapper {
      background-color: #FFF;
      left: 17%;
      position: absolute;
      max-width: 710px;
      padding: 40px;
      bottom: -15%; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 20px; } }
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .projects-top-main-wrapper {
    background-color: #F4F4F4;
    height: 600px; }
    .projects-top-main-wrapper .text-wrapper {
      background-color: #FFF;
      left: 17%;
      position: absolute;
      max-width: 710px;
      padding: 30px;
      bottom: -15%; }
      .projects-top-main-wrapper .text-wrapper h2 {
        font-size: 24px; }
      .projects-top-main-wrapper .text-wrapper h3 {
        font-size: 20px; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 18px; } }
@media only screen and (min-width: 550px) and (max-width: 990px) {
  .projects-top-main-wrapper {
    background-color: #F4F4F4; }
    .projects-top-main-wrapper .text-wrapper {
      padding: 20px; }
      .projects-top-main-wrapper .text-wrapper h2 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .projects-top-main-wrapper .text-wrapper h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 16px;
        line-height: 30px; } }
@media (max-width: 550px) {
  .projects-top-main-wrapper {
    background-color: #F4F4F4; }
    .projects-top-main-wrapper .text-wrapper {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 50px; }
      .projects-top-main-wrapper .text-wrapper h2 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .projects-top-main-wrapper .text-wrapper h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .projects-top-main-wrapper .text-wrapper ul li {
        font-size: 16px;
        line-height: 30px; } }
/*ILETISIM CSS leri*/
.contactwrapper .contact-form {
  background-color: transparent;
  padding-top: 0px;
  padding-left: 0px; }
  .contactwrapper .contact-form .widget-head {
    display: none; }
  .contactwrapper .contact-form .widget-content {
    padding-right: 80px;
    margin-top: 0px; }
    .contactwrapper .contact-form .widget-content .form-control {
      box-shadow: none !important;
      border-radius: 0px !important;
      border-left: none !important;
      border-right: none !important;
      border-top: none !important;
      font-family: "open_sansregular", sans-serif;
      font-size: 18px;
      color: #353F4B; }
    .contactwrapper .contact-form .widget-content .buton {
      background-color: #F4F4F4;
      border: 1px solid #F4F4F4;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #2b343e;
      font-family: "open_sansregular", sans-serif;
      font-size: 18px; }
      .contactwrapper .contact-form .widget-content .buton:hover {
        color: #283a6c; }
  .contactwrapper .contact-form .form-control {
    background-color: #F4F4F4 !important;
    border-bottom-color: #8f9499 !important; }
.contactwrapper .contact-information {
  padding-bottom: 50px; }
  .contactwrapper .contact-information .widget-head {
    display: none; }
  .contactwrapper .contact-information .widget-content li {
    display: block;
    text-align: center; }
    .contactwrapper .contact-information .widget-content li a {
      color: #353F4B;
      text-decoration: none; }
      .contactwrapper .contact-information .widget-content li a:hover {
        color: #283a6c; }
    .contactwrapper .contact-information .widget-content li .city-name {
      font-family: "open_sansregular", sans-serif;
      font-size: 18px;
      color: #03363d; }
    .contactwrapper .contact-information .widget-content li .city-telephone {
      font-family: "open_sansregular", sans-serif;
      font-size: 30px;
      color: #03363d; }

@media (max-width: 1366px) {
  .contactwrapper .widget-head {
    font-size: 24px;
    padding-bottom: 30px; }
  .contactwrapper .widget-sub-head {
    padding-bottom: 30px;
    font-size: 16px; }
  .contactwrapper .widget-content li span {
    font-size: 14px; }
  .contactwrapper .widget-content li .city-name {
    font-size: 16px !important; }
  .contactwrapper .widget-content li .city-telephone {
    font-size: 18px !important; }

  .contactwrapper .contact-form .widget-content .form-control {
    font-size: 14px !important; } }
@media (max-width: 767px) {
  .contactwrapper .contact-form .widget-content {
    padding-left: 20px;
    padding-right: 20px; }

  .contactwrapper .contact-information .widget-content {
    padding-bottom: 50px; }

  .contactwrapper .contact-form {
    margin-bottom: 50px; }

  .contact-map-wrapper iframe {
    height: 400px !important; } }
.contact-map-wrapper .contact-map {
  width: 100%; }
  .contact-map-wrapper .contact-map iframe {
    height: 500px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.text-top-space1 {
  padding-top: 60px; }

.text-bottom-space1 {
  padding-bottom: 60px; }

.text-top-space2 {
  padding-top: 30px; }

.text-bottom-space2 {
  padding-bottom: 30px; }

@media (max-width: 990px) {
  .padding-top-60 {
    padding-top: 30px; }

  .padding-bottom-60 {
    padding-bottom: 30px; }

  .text-top-space1 {
    padding-top: 30px; }

  .text-bottom-space1 {
    padding-bottom: 30px; } }
.sub-content-image-wrapper {
  width: 100%;
  background-color: #F4F4F4; }
  .sub-content-image-wrapper .sub-content-image-wrapper {
    width: 100%; }
    .sub-content-image-wrapper .sub-content-image-wrapper .sub-content-image {
      width: 100%;
      max-width: 445px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      border: 1px solid #ccc; }

@media (max-width: 767px) {
  .sub-content-image {
    margin-bottom: 30px; } }
@media (min-width: 1500px) {
  .sub-content-image-wrapper .container {
    width: 1400px; } }
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sub-content-image-wrapper .container {
    width: 1200px; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .sub-content-image-wrapper .container {
    width: 940px; } }
/*Introduction CSS leri*/
#introduction-wrapper {
  background-image: url(../images/hizmetler-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px; }

#introduction {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px; }
  #introduction span {
    color: #FFF;
    max-width: 850px;
    font-size: 24px;
    font-family: "open_sanslight", sans-serif;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #introduction a {
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px 10px 10px;
    border-radius: 50px;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #introduction a:hover {
      background-color: #283a6c;
      border-color: #283a6c;
      color: white; }

/***********************/
*, body, html {
  padding: 0;
  margin: 0; }

body, html {
  font-family: "open_sansregular", sans-serif;
  font-size: 18px;
  line-height: 36px; }

*, ul, p, span {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

textarea, input, select {
  outline: 0; }

img {
  border: 0; }

.clear {
  clear: left; }

.rightclear {
  clear: right; }

.clearright {
  clear: right; }

.bothclear {
  clear: both; }

textarea, input, select {
  outline: 0; }

h1, h2, h3 {
  font-weight: normal; }

.title-bottom-line-wrapper.active {
  width: 100%;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .title-bottom-line-wrapper.active .title-bottom-line {
    height: 0px;
    width: 1px;
    border-bottom: 2px solid #283a6c; }

.title-bottom-line-wrapper.active .title-bottom-line {
  -webkit-animation: increase 3s;
  -moz-animation: increase 3s;
  -o-animation: increase 3s;
  animation: increase 3s;
  animation-fill-mode: forwards; }

/*ICON LAR*/
[class*=" icon32-"], [class^=icon32-] {
  background: url(../images/icon32.png) no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: text-top; }

.icon32-linkedin {
  background-position: 0 0px !important; }

.icon32-instagram {
  background-position: 0 -32px !important; }

.icon32-youtube {
  background-position: 0 -64px !important; }

.icon32-x {
  background-position: 0 -96px !important; }

.icon32-y {
  background-position: 0 -128px !important; }

.icon32-z {
  background-position: 0 -160px !important; }

.icon32-subscribe {
  background-position: 0 -352px !important; }

.icon32-kariyer {
  background-position: 0 -384px !important; }

.icon32-kariyer2 {
  background-position: 0 -416px !important; }

.icon32-linkedin2 {
  background-position: 0 -448px !important; }

/*FOTO GALERI DETAY SAYFASI (com_photogallery-mod_view)*/
.com_photogallery-mod_view {
  width: 100%;
  margin-top: 15px;
  position: relative;
  padding-bottom: 20px; }
  .com_photogallery-mod_view .widget-head {
    display: none; }
  .com_photogallery-mod_view .widget-time {
    display: none; }
  .com_photogallery-mod_view .photo-block {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto; }
    .com_photogallery-mod_view .photo-block a {
      display: block;
      position: relative; }
      .com_photogallery-mod_view .photo-block a img {
        width: 100%; }

body:not(.device-touch):not(.device-xs):not(.device-xxs) .photo-overlay {
  -webkit-transition: color .3s linear, background-color .3s linear, margin-top .3s linear, opacity .3s linear;
  -o-transition: color .3s linear, background-color .3s linear, margin-top .3s linear, opacity .3s linear;
  transition: color .3s linear, background-color .3s linear, margin-top .3s linear, opacity .3s linear; }

.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }

.photo-overlay i {
  position: absolute;
  display: block;
  left: 45%;
  top: 41%;
  width: 32px;
  height: 31px;
  background: url(../images/zoom-icon.png) no-repeat; }

.photo-block a:hover .photo-overlay {
  opacity: 1; }

.com_photogallery-mod_view {
  padding-top: 0px; }
  .com_photogallery-mod_view .widget-head {
    text-align: left;
    padding-top: 0px; }

.com_photogallery-mod_view {
  padding-top: 0px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .com_photogallery-mod_view .widget-head {
    text-align: left;
    padding-top: 0px; }
  .com_photogallery-mod_view .detailpages-head-wrapper {
    position: relative !important;
    top: 0px; }
    .com_photogallery-mod_view .detailpages-head-wrapper .breadcrumblist {
      display: none !important; }

/*# sourceMappingURL=style.css.map */
