@charset "UTF-8";
/*-----------------------------------------------------------------------------------

/*!
 * 
 * 
 * <!-- DESIGN BY. EREN BAYRAKDAR-->
 *
 * Copyright (c) Eren Bayrakdar
 *

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. GEÇERLİ CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap");
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 60% 78% 90% 40%/55% 65% 75% 85%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 60% 56% 64%/30% 49% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  color: #6B727E;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #0C2957;
}

span {
  display: inline-block;
}

p, li, span {
  color: #6B727E;
  margin-bottom: 0;
}

/* reset css SON */
/* GENEL CSS BAŞLANGIÇ */
.nice-select {
  background-color: transparent;
  height: 40px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 30px;
}
.nice-select span {
  color: #0C2957;
}

/* GENEL CSS SON */
.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.grey-bg {
  background: #F7F7F7 !important;
}

.theme-bg {
  background: #FD4A36;
}

.blue-bg {
  background: #0D2F64;
}

.position-absulate {
  position: absolute;
}
.section-header__wcu p {
  opacity: 0.8;
}
.section-header .sub-heading {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #FD4A36;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.section-header .sub-heading__2 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-header .sub-heading__2 {
    font-size: 16px;
  }
}
.section-header .sub-heading__white {
  color: #fff;
}
.section-header .sub-heading__red {
  color: #FD4A36;
}
.section-header .sub-heading img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.section-header .section-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 65px;
}
@media (max-width: 991px) {
  .section-header .section-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.section-header .section-title__2 {
  font-size: 55px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-header .section-title__2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.section-header .section-title__white {
  color: #fff;
}
.section-header p {
  line-height: 27px;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/

.mt-none-20 {
  margin-top: -20px !important;
}

.mt-none-30 {
  margin-top: -30px !important;
}

.mt-none-40 {
  margin-top: -40px !important;
}

.mt-none-50 {
  margin-top: -50px !important;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

/*-- Margin Bottom --*/

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

/*-- Padding Top --*/

.pt-80 {
  padding-top: 80px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-180 {
  padding-top: 180px;
}

/*-- Padding Bottom --*/

.pb-80 {
  padding-bottom: 80px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-180 {
  padding-bottom: 180px;
}

/*-- Padding Left --*/

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

/*-- Padding Right --*/

/* typography css BAŞLANGIÇ */
 h2, h4, h5 {
  font-weight: 700;
  color: #0C2957;
  margin: 0;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

/* typography css SON */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*-- OVERLAY RENK --*/

[data-overlay=dark]::before {
  background-color: #0C2957;
}

/*-- OVERLAY OPAKLIK --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* HEADER CSS BAŞLANGIÇ*/
.header__top {
  background: #F7F7F7;
  padding: 0px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__top {
    padding: 0px 40px;
  }
}
@media (max-width: 1300px) {
  .header__top {
    padding: 0px;
  }
}
.header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header__info {
    justify-content: center;
    border-bottom: 1px solid #D6DADC;
  }
}
@media (max-width: 450px) {
  .header__info {
    border: none;
    flex-direction: column;
    align-items: center;
  }
}
.header__info li {
  padding-left: 30px;
}
@media (max-width: 450px) {
  .header__info li {
    padding-left: 0px;
  }
}
.header__info li a {
  color: #0C2957;
  font-family: "Rubik", sans-serif;
  display: block;
  padding: 17px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header__info li a {
    padding: 12px 0px;
  }
}
@media (max-width: 450px) {
  .header__info li a {
    padding: 10px 0px;
  }
}
.header__info li a i {
  color: #FD4A36;
  font-size: 18px;
  margin-right: 5px;
}
.header__info li a:hover {
  color: #FD4A36;
}
.header__info li:not(:last-child) {
  border-right: 1px solid #D6DADC;
  padding-right: 30px;
  padding-left: 0px;
}
@media (max-width: 450px) {
  .header__info li:not(:last-child) {
    padding-right: 0px;
    border: none;
  }
}
@media (max-width: 450px) {
  .header__info li:not(:last-child) a {
    padding-bottom: 0;
  }
}
.header__bottom {
  padding: 0px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__bottom {
    padding: 0px 40px;
  }
}
@media (max-width: 1300px) {
  .header__bottom {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .header__bottom {
    padding: 16.5px 0px;
  }
}
.header .p-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 991px) {
  .header .p-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.header__bottom.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

.social__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .social__links {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .social__links {
    margin-top: 0px;
  }
}
.social__links a {
  font-size: 15px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #0C2957;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  box-shadow: 0px 0px 30px 0px rgba(0, 26, 100, 0.06);
}
.social__links a:not(:last-child) {
  margin-right: 12px;
}
.social__links a:hover {
  background: #0C2957;
  color: #fff;
}

/* Navigation css */
.navarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; /* Logo, menü ve buton arasında eşit boşluk bırakır */
}

@media (max-width: 1199px) {
  .navarea {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .navarea {
    justify-content: flex-start;
    display: block;
  }
}
@media (max-width: 1199px) {
  .navarea .site-logo {
    flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    max-width: 19%;
  }
}

.mainmenu {
  padding-left: 83px;
}
@media (max-width: 1530px) {
  .mainmenu {
    padding-left: 50px;
  }
}
@media (max-width: 1295px) {
  .mainmenu {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .mainmenu {
    flex: 0 0 81%;
    -ms-flex: 0 0 81%;
    max-width: 81%;
    text-align: right;
    padding-left: 0px;
  }
}
.mainmenu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainmenu ul li {
  position: relative;
}
.mainmenu ul li a {
  font-weight: 500;
  color: #0C2957;
  display: block;
  padding: 32px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mainmenu ul li a {
    padding: 32px 20px;
  }
}
.mainmenu ul li a:hover {
  background: #F7F7F7;
  color: #FD4A36;
}
.mainmenu ul li:hover a {
  background: #F7F7F7;
  color: #FD4A36;
}

.teklif-buton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.quote-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 17px 43px;
  background: #FD4A36;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-left: 30px;
  color: #fff;
  border-radius: 3px;
}
.quote-btn:hover {
  background: #0C2957;
  color: #fff;
}
@media (max-width: 1295px) {
  .quote-btn {
    margin-left: 15px;
    padding: 17px 30px;
  }
}
@media (max-width: 1199px) {
  .quote-btn {
    display: none;
  }
}

/* form css başlangıç */

input:not([type=radio]),
textarea {
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: transparent;
  font-size: fsize("14px") !important;
}
input:not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}

textarea {
  min-height: 100px;
  width: 100%;
}

/* form css bitiş */
/*button css*/
.site-btn {
  display: inline-block;
  background: #1F1F20;
  color: #fff;
  padding-right: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-radius: 40px;
  font-weight: 700;
  padding-left: 0px;
  line-height: 26px;
}
.site-btn .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
  margin-right: 25px;
  font-size: 20px;
  color: #FD4A36;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-btn .icon__black {
  background: #0C2957;
}
.site-btn:hover {
  background: #FD4A36;
  color: #fff;
}
.site-btn:hover .icon {
  color: #fff;
  background: #FD4A36;
}
.site-btn__s2 {
  background: #FD4A36;
}
.site-btn__s2 .icon {
  color: #fff;
}
.site-btn__s2:hover {
  background: #1F1F20;
}
.site-btn__s3 {
  background: #fff;
  color: #0C2957;
}
.site-btn__s3:hover {
  background: #1F1F20;
}
.site-btn__s3 .icon {
  background: #FD4A36;
  color: #fff;
}
.site-btn__2 {
  display: inline-block;
  padding: 17px 35px;
  background-color: #FD4A36;
  position: relative;
  z-index: 2;
  min-width: 190px;
}
.site-btn__2 .icon {
  background-color: transparent;
  padding: 0px;
  margin-right: 0px;
  width: auto;
  height: auto;
  line-height: 0px;
  margin-right: 10px;
  color: #fff;
  margin: 0;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.site-btn__2:hover {
  background-color: #0C2957;
}
.site-btn__2:hover .icon {
  background: transparent;
}

.inline-btn {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: #FD4A36;
  font-weight: 700;
}
.inline-btn .icon {
  margin-right: 6px;
  color: #FD4A36;
}
.inline-btn:hover .icon {
  color: #6B727E;
}

/* hero css */
.hero__item {
  padding: 0px 120px;
  padding-right: 0px;
  background-color: #FF442B;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__item {
    padding: 0px 50px;
  }
}
@media (max-width: 1300px) {
  .hero__item {
    padding: 0px 15px;
  }
}
.hero__content {
  padding: 245px 0px;
  padding-top: 230px;
  position: relative;
}
@media (max-width: 1726px) {
  .hero__content {
    padding-top: 220px;
    padding-bottom: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__content {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1199px) {
  .hero__content {
    padding-top: 160px;
    padding-bottom: 180px;
  }
}
.hero__content p {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1726px) {
  .hero__content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__content p {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .hero__content p {
    font-size: 20px;
  }
}
.hero__content .shape {
  position: absolute;
  right: 55px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero__content .shape {
    right: -25px;
  }
}
@media (max-width: 450px) {
  .hero__content .shape {
    right: -235px;
  }
}
.hero__title {
  color: #0C2957;
  font-size: 90px;
  line-height: 110px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin-bottom: 45px;
}
@media (max-width: 1726px) {
  .hero__title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .hero__title {
    font-size: 36px;
    line-height: 45px;
  }
}
.hero-gorsel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-gorsel {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .hero-gorsel {
    width: 65%;
  }
}
@media (max-width: 450px) {
  .hero-gorsel {
    display: 65px; /* TELEFONLAR İÇİN ANA EKRAN GÖRÜNÜMÜ */
  }
}
.hero-gorsel img {
  width: auto;
  object-fit: cover;
}
.hero .site-btn {
  margin-top: 63px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero .site-btn {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .hero .site-btn {
    margin-top: 30px;
  }
}
.hero .site-btn img {
  display: inline-block;
}
.hero .site-btn:hover {
  background: #0C2957;
  color: #fff;
}

/* feature css */

/*about css*/
@media (max-width: 1199px) {
  .hakkimizda-bolge .pr-0 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1199px) {
  .hakkimizda-bolge .pl-80 {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .hakkimizda-bolge {
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .about__bg {
    margin-bottom: 80px;
  }
}
.about__bg--2 {
  position: relative;
}
@media (max-width: 1199px) {
  .about__bg--2 {
    margin-bottom: 150px;
  }
}
.about__bg--2 .big-thumb {
  position: relative;
  z-index: 1;
}
.about__bg--2 .big-thumb img {
  width: 100%;
}
.about__bg--2 .mid-thumb {
  left: -100px;
  bottom: -55px;
  z-index: 2;
}
.about__bg--2 .small-thumb {
  right: -30px;
  top: -70px;
  z-index: 2;
}
.about__bg--2 .circle-shape {
  top: 55px;
  left: -115px;
}
.about__bg--2 .patternt-shape {
  right: -30px;
  bottom: -30px;
}
.about__bg--3 img {
  max-width: inherit;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
@media (max-width: 1199px) {
  .about__bg--3 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  .about__bg--3 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .about__bg--3 img {
    max-width: 100%;
  }
}

.hakkimizda-liste ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .hakkimizda-liste ul li {
    display: inline-block;
  }
}
.hakkimizda-liste ul li i {
  margin-right: 15px;
  color: #FD4A36;
}
.hakkimizda-liste ul li:not(:last-child) {
  margin-bottom: 15px;
}

.ab__box--head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.ab__box--head .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  max-width: 70px;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  background-color: #FFB400;
  border-radius: 50%;
}
.ab__box--head .icon__2 {
  background-color: #FD4A36;
}
.ab__box--head .title {
  padding-left: 20px;
  font-size: 22px;
  line-height: 32px;
}
.ab__box p {
  line-height: 27px;
}

/*hizmet css*/
.hizmet-area {
  padding-left: 105px;
  padding-right: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hizmet-area {
    padding: 0px 40px;
  }
}
@media (max-width: 1300px) {
  .hizmet-area {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .hizmet-area .hizmet-row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1610px) {
  .hizmet-area__2 {
    padding: 0px 80px;
    padding-top: 125px;
  }
}
@media (max-width: 1560px) {
  .hizmet-area__2 {
    padding: 0px 30px;
    padding-top: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hizmet-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  .hizmet-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}

.hizmet-item {
  position: relative;
  width: 100%;
}
.hizmet-item__thumb img {
  width: 100%;
}
.hizmet-item__thumb--big {
  height: 100%;
}
.hizmet-item__thumb--big img {
  object-fit: cover;
  height: 100%;
}
.hizmet-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hizmet-item__hover::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hizmet-item__content {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hizmet-item__subtitle {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #FD4A36;
  margin-bottom: 7px;
}
.hizmet-item__subtitle span {
  color: #FD4A36;
}
.hizmet-item__title {
  color: #fff;
  font-size: 30px;
}
.hizmet-item__link {
  width: 75px;
  height: 75px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #FD4A36;
}
.hizmet-item__link:hover {
  background: #FD4A36;
  color: #fff;
}
.hizmet-item:hover .hizmet-item__hover::before {
  opacity: 0.9;
  visibility: visible;
}
.hizmet-item:hover .hizmet-item__content {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.hizmet-item:hover .hizmet-item__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

/* service css bölgesi */

.service-item {
  align-items: center;
  box-shadow: 0px 8px 30px 0px rgba(2, 24, 95, 0.08);
}
@media (max-width: 767px) {
  .service-item {
    flex-direction: column;
    padding: 40px 32px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item {
    flex-direction: row;
    padding: 0px 0px;
  }
}
.service-item__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  max-width: 170px;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .service-item__icon {
    width: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item__icon {
    margin-bottom: 0;
    width: auto;
  }
}
.service-item__icon--1 {
  background: #37B546;
}
.service-item__icon--2 {
  background: #FD4A36;
}
.service-item__icon--3 {
  background: #FFB400;
}
.service-item__icon--4 {
  background: #0084FF;
}
.service-item__icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-item__content {
  background: #fff;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  .service-item__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item__content {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.service-item__content p {
  line-height: 27px;
}
.service-item__title {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-item:hover .service-item__icon img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.service-item:hover .service-item__title {
  color: #FD4A36;
}

.view-all a {
  font-weight: 700;
  color: #FD4A36;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

/*testimonial css bölgesi*/
.testimonial-area {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .testimonial-area {
    padding-bottom: 150px !important;
    padding-top: 152px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-area {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}
.testimonial-area .shape {
  position: absolute;
  height: 100%;
  content: "";
  left: -35px;
  top: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area .shape {
    left: -260px;
  }
}
@media (max-width: 1199px) {
  .testimonial-area .shape {
    left: -135px;
    top: -45px;
    width: 50%;
  }
}
.testimonial-area .shape__2 {
  left: auto;
  right: 15px;
  top: -380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area .shape__2 {
    right: -150px;
  }
}
@media (max-width: 1199px) {
  .testimonial-area .shape__2 {
    right: -120px;
    top: -495px;
    width: auto;
  }
}
.testimonial-area__2 {
  margin: 0px 120px;
  margin-bottom: -225px;
  overflow: auto;
}
@media (max-width: 1690px) {
  .testimonial-area__2 {
    margin: 0px 95px;
    margin-bottom: -225px;
  }
}
@media (max-width: 1690px) {
  .testimonial-area__2 {
    margin: 0px 30px;
    margin-bottom: -225px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area__2 {
    margin: 0px 15px;
    margin-bottom: -225px;
  }
}
@media (max-width: 991px) {
  .testimonial-area__2 {
    margin: 0px 15px;
    margin-bottom: -225px;
  }
}
.testimonial-area__3 {
  background: #0D2F64;
  margin-bottom: 0px;
}

.testimonial-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .testimonial-item {
    flex-direction: column;
  }
}
.testimonial-item__thumb {
  flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  max-width: 400px;
  height: auto;
  position: relative;
  -webkit-transform: translate(35px, -130px);
  -ms-transform: translate(35px, -130px);
  transform: translate(35px, -130px);
}
@media (max-width: 1250px) {
  .testimonial-item__thumb {
    -webkit-transform: translate(50px, -130px);
    -ms-transform: translate(50px, -130px);
    transform: translate(50px, -130px);
  }
}
@media (max-width: 1199px) {
  .testimonial-item__thumb {
    -webkit-transform: translate(0px, -130px);
    -ms-transform: translate(0px, -130px);
    transform: translate(0px, -130px);
    padding: 25px;
    flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .testimonial-item__thumb {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.testimonial-item__thumb .t-shape {
  position: absolute;
  height: 100%;
  content: "";
  left: -35px;
  top: -35px;
}
@media (max-width: 1199px) {
  .testimonial-item__thumb .t-shape {
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .testimonial-item__thumb .t-shape {
    left: 0px;
    top: 0px;
  }
}
.testimonial-item__thumb .t-shape img {
  width: auto;
  animation: rotate 10s infinite linear;
}
.testimonial-item__thumb .author {
  position: absolute;
  width: 330px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .testimonial-item__thumb .author {
    width: 250px;
  }
}
.testimonial-item__thumb .author img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-item__thumb .quote {
  position: absolute;
  right: -40px;
  top: -35px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-item__thumb .quote {
    right: -5px;
    top: -10px;
    width: 80px;
  }
}
.testimonial-item__content {
  flex: 0 0 770px;
  -ms-flex: 0 0 770px;
  max-width: 770px;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .testimonial-item__content {
    flex: 0 0 580px;
    -ms-flex: 0 0 580px;
    max-width: 580px;
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-item__content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
}
.testimonial-item__content p {
  line-height: 27px;
  color: #fff;
}
.testimonial-item__content .name {
  color: #fff;
  font-size: 22px;
}
.testimonial-item__content .designation {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991px) {
  .testimonial {
    margin-top: 50px;
  }
}
 .testimonial__3 .testimonial-item {
  padding: 0px;
}
 .testimonial__3 img {
  width: auto !important;
  display: inline-block !important;
}
.testimonial__2--icon {
  text-align: center;
  width: 100%;
}
.testimonial__2--content {
  padding: 0px 40px;
}
@media (max-width: 1350px) {
  .testimonial__2--content {
    padding: 0px 80px;
  }
}
@media (max-width: 450px) {
  .testimonial__2--content {
    padding: 0px 58px;
  }
}
.testimonial__2--content p {
  font-size: 40px;
  line-height: 55px;
  color: #0C2957;
}
@media (max-width: 1400px) {
  .testimonial__2--content p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1350px) {
  .testimonial__2--content p {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .testimonial__2--content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 450px) {
  .testimonial__2--content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial__2--content--2 p {
  color: #fff;
}
.testimonial__2--author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 400px) {
  .testimonial__2--author {
    flex-direction: column;
  }
}
.testimonial__2--author .thumb {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}
.testimonial__2--author .thumb img {
  border-radius: 50%;
}
@media (max-width: 400px) {
  .testimonial__2--author .thumb {
    margin-bottom: 15px;
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
  }
}
.testimonial__2--author .content {
  padding-left: 25px;
  text-align: left;
}
@media (max-width: 400px) {
  .testimonial__2--author .content {
    padding-left: 0px;
  }
}
.testimonial__2--author .content .name {
  font-size: 22px;
  margin-bottom: 5px;
}
.testimonial__2--author .content__2 .name {
  color: #fff;
}
.testimonial__2--author .content__2 .designation {
  color: #fff;
  opacity: 0.7;
}

/*pricing css*/

/*news css*/
.news-area .section-header {
  margin-bottom: 40px !important;
}

.news-right {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .news-right {
    margin-bottom: 60px !important;
    margin-top: 0px;
    text-align: left !important;
  }
}

.post-box {
  position: relative;
}
.post-box__thumb {
  margin: 0px 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-box__thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-box__content {
  background: #fff;
  position: relative;
  padding: 30px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}
.post-box__content::after {
  left: 0px;
  top: -130px;
  width: 100%;
  height: 130px;
  background: #fff;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}
.post-box__content .inline-btn .icon {
  color: #0C2957;
}
.post-box__title a {
  font-family: "Montserrat", sans-serif;
  color: #0C2957;
  line-height: 32px;
  display: inline-block;
}
.post-box .inline-btn {
  margin-top: 22px;
  color: #6B727E;
}
.post-box:hover .post-box__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-box:hover .post-box__content {
  background: #FD4A36;
}
.post-box:hover .post-box__content::after {
  background: #FD4A36;
}
.post-box:hover .post-box__title a {
  color: #fff;
}
.post-box:hover .inline-btn {
  color: #fff;
}
.post-box:hover .inline-btn .icon {
  color: #fff;
}

/*blog içerik css*/

/*Sayfalandırma css*/

/*Sidebar css*/

/*cta css*/
.cta-right {
  width: 222px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0px 0px 0px auto;
  align-items: center;
}
.cta-right p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cta-right {
    text-align: left !important;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin-top: 50px;
  }
}
.cta-right .site-btn {
  margin-top: 25px;
}

/*gta css*/
@media (max-width: 1199px) {
  .gta-area .pl-70 {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .gta-area .pl-70 {
    padding-left: 15px !important;
  }
}
.gta-area__2 {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .gta-area__2 .pl-50 {
    padding-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .gta-area__2 .pl-50 {
    padding-left: 15px !important;
  }
}

.contact-form input, .contact-form textarea {
  border: 1px solid #E3E4E6;
  font-size: 16px;
  width: 100%;
  padding: 21px 30px;
  border-radius: 40px;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.contact-form textarea {
  min-height: 170px;
}
.contact-form .form-group {
  margin-bottom: 0px !important;
}
.contact-form .site-btn__2 {
  padding: 19.5px 43px;
}
.gta-bg__2 {
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .gta-bg__2 {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
@media (max-width: 1199px) {
  .gta-bg__2 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .gta-bg__2 {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    margin-bottom: 80px;
  }
}
.gta-bg__2 img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .gta-bg__2 img {
    max-width: 110%;
  }
}
@media (max-width: 1199px) {
  .gta-bg__2 img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .gta-bg__2 img {
    max-width: 100%;
  }
}

/*sıkça sorulan sorular css*/
.faq-area {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.faq-area::after {
  background: #F7F7F7;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .faq-area::after {
    width: 100%;
  }
}
.faq-area__2::after {
  display: none;
}

.faq-bg {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .faq-bg {
    margin-left: 0;
    margin-top: 50px;
  }
}
.faq-bg img {
  max-width: inherit;
}
@media (max-width: 991px) {
  .faq-bg img {
    max-width: 100%;
  }
}

.faqs .card {
  margin-bottom: 8px;
  border-radius: 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #E1E1E1;
}
.faqs .card__header {
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
.faqs .card__header .btn-link {
  padding: 25px 0px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #0C2957;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.faqs .card__header .btn-link::after {
  right: 0px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #707070;
  font-weight: 400;
  line-height: 24px;
}
.faqs .card:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}
.faqs .card__body {
  padding-bottom: 35px;
  position: relative;
}
.faqs .card__body p {
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}
.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.faqs .card:first-of-type {
  border-bottom: 1px solid #E1E1E1;
}
.faqs__2 .card {
  margin-bottom: 20px;
}
.faqs__2 .card__header {
  border: 1px solid #E3E4E6;
  border-bottom: 0px;
}
.faqs__2 .card__header .btn-link {
  padding: 20px 25px;
  font-size: 16px;
}
.faqs__2 .card__header .btn-link::after {
  content: "";
  background: transparent;
  font-size: 15px;
  color: #6B727E;
  right: 25px;
  width: auto;
  height: auto;
}
.faqs__2 .card__header .btn-link.active {
  background: #0D2F64;
  color: #fff;
}
.faqs__2 .card__body {
  padding-bottom: 25px;
  position: relative;
  background: #0D2F64;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 1px;
  margin-right: 1px;
}
.faqs__2 .card__body p {
  line-height: 27px;
  font-family: "Rubik", sans-serif;
  opacity: 0.7;
  color: #fff;
}
.faqs__2 .card:last-of-type {
  border-bottom: 1px solid #E1E1E1;
}

/*brand css*/
.brand-carousel__item {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-carousel__item img {
  width: auto !important;
}
.brand-carousel__item .hover {
  display: none !important;
}
.brand-carousel__item:hover .hover {
  display: inline-block !important;
}
.brand-carousel__item:hover .default {
  display: none !important;
}

/*Video button css*/
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
.video-link {
  display: inline-block;
}

.wave-pulse {
  width: 2px;
  height: 0;
  margin: 0 auto;
}

.wave-pulse:before,
.wave-pulse:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  border-radius: 50%;
}

.video-mark__2 .wave-pulse:before,
.video-mark__2 .wave-pulse:after {
  width: 130px;
  height: 130px;
}

.wave-pulse:before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.video-play-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}
.video-play-wrap__2 {
  height: 80px;
  width: 80px;
}

.video-play {
  background: #fff;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  color: #FD4A36;
  text-align: center;
  font-size: 16px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  border-radius: 50%;
}
.video-play__2 {
  height: 80px;
  width: 80px;
  line-height: 85px;
  background-color: #FD4A36;
  color: #fff;
}

.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.video-text {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  margin-left: 45px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .video-text {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-text {
    margin-left: 45px;
    margin-top: 0px;
  }
}
.video-text__2 {
  margin-left: 0px;
  margin-top: 45px;
}

/*Video css*/
.video-area {
  padding: 0px 105px;
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1610px) {
  .video-area {
    padding: 0px 80px;
  }
}
@media (max-width: 1560px) {
  .video-area {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .video-area {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .video-area {
    padding: 0px;
  }
}
.video-area__2 {
  padding-left: 0px 0px;
  margin-top: 0px;
  margin-bottom: -225px;
}

.video__bg {
  position: relative;
}
@media (max-width: 1199px) {
  .video__bg {
    min-height: 700px;
  }
}
@media (max-width: 500px) {
  .video__bg {
    min-height: 500px;
  }
}
.video__bg .video-container-wrap {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video__bg .video-container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__bg .video-container-wrap {
    display: inline-block;
    align-items: center;
  }
}
.video__bg .video-container-wrap__2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;
}
.video__bg--2 {
  min-height: 775px;
}
@media (max-width: 991px) {
  .video__bg--2 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .video__bg--2 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__bg--2 {
    min-height: 600px;
  }
}

/*Neden Bizi Seçmelisiniz Css*/
.wcu-area {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wcu-area {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .wcu-area__2 {
    padding-bottom: 125px;
  }
}
@media (max-width: 991px) {
  .wcu-area__2 {
    padding-bottom: 125px;
  }
}

.wcu-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.wcu-box__wrapper .wcu-box:not(:last-child) {
  border-bottom: 1px solid #3D5983;
  padding-bottom: 40px;
}
.wcu-box__wrapper--2 .wcu-box:not(:last-child) {
  border-color: #DFE0E1;
}
.wcu-box__icon {
  flex: 0 0 82px;
  -ms-flex: 0 0 82px;
  max-width: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 82px;
}
.wcu-box__icon--2 {
  background-color: #FFB400;
}
.wcu-box__icon--red {
  background-color: #FD4A36;
}
.wcu-box__content {
  padding-left: 30px;
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%;
}
@media (max-width: 767px) {
  .wcu-box__content {
    padding-left: 0px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.wcu-box__title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.wcu-box__title--2 {
  color: #0C2957;
}
.wcu-box p {
  color: #fff;
  opacity: 0.7;
}
.wcu-box__2 p {
  color: #0C2957;
}

/*Çalışma Süreci Css*/
.wp-box {
  padding-right: 20px;
}
.wp-box__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 25px;
  background: #FD4A36;
}
.wp-box__icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wp-box__icon--2 {
  background: #0F418F;
}
.wp-box__icon--3 {
  background: #FFB400;
}
.wp-box__title {
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wp-box:hover .wp-box__icon img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.wp-box:hover .wp-box__title {
  color: #FD4A36;
}

/* counter bölgesi css */
.counter-area {
  padding-top: 355px;
}

.counter-box .odometer {
  font-size: 60px;
  font-family: "Rubik", sans-serif;
  margin-top: 13px;
  margin-bottom: 3px;
}
.counter-box .odometer span {
  color: #fff;
}
.counter-box p {
  font-size: 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.counter-box__2 .odometer span {
  color: #0C2957;
}
.counter-box__2 p {
  color: #6B727E;
}

/*takımımız css*/
.team-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-box__thumb {
  position: relative;
  z-index: 2;
  padding: 0px 12px;
}
.team-box__thumb img {
  width: 100%;
}
.team-box__content {
  padding: 40px 25px;
  padding-top: 25px;
  text-align: center;
  border-top: 0px;
  position: relative;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.team-box__content::after, .team-box__content::before {
  top: -210px;
  min-height: 210px;
  width: 100%;
  border: 2px solid #2A4877;
  border-bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.team-box__content::after {
  top: auto;
  bottom: 0;
  border-top: 0px;
  border-bottom: 2px solid #2A4877;
}
.team-box__content .name {
  font-size: 22px;
  color: #fff;
  margin-bottom: 7px;
}
.team-box__content .designation {
  color: #fff;
  opacity: 0.7;
}
.team-box__content--2::after, .team-box__content--2::before {
  border-color: #DCDEE0;
}
.team-box__content--2 .name {
  color: #0C2957;
}
.team-box__content--2 .designation {
  color: #6B727E;
}
.team-box .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.team-box .social-links a {
  width: 38px;
  height: 38px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.team-box .social-links a:hover {
  color: #fff;
  background: #FD4A36;
  border-color: #FD4A36;
}
.team-box .social-links a:not(:last-child) {
  margin-right: 15px;
}
.team-box .social-links__2 a {
  border-color: #DFE0E2;
  background: transparent;
  color: #0C2957;
}
.team-box:hover .team-box__content::after,
.team-box:hover .team-box__content::before {
  border-color: #FD4A36;
}
.team-box__2:hover .team-box__content--2::after, .team-box__2:hover .team-box__content--2::before {
  border-color: transparent;
  box-shadow: 0px 20px 35px 0px rgba(0, 15, 105, 0.08);
}

/*breadcrumb css*/
.breadcrumb-section {
  position: relative;
  background-size: auto;
  z-index: 1;
  background-position: center right;
}
.breadcrumb-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background-image: url(../images/shape/breadcrumb-shape.png);
  z-index: -1;
  width: 35%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .breadcrumb-section::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section .pr-0 {
    padding-right: 0px !important;
  }
}

.breadcrumb-text {
  text-align: right;
  position: relative;
  z-index: 2;
}
.breadcrumb-text__title {
  font-size: 80px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .breadcrumb-text__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-text__title {
    font-size: 36px;
  }
}
.breadcrumb-text__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2px;
}
.breadcrumb-text__nav li {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumb-text__nav li {
    font-size: 16px;
  }
}
.breadcrumb-text__nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb-text__nav li:not(:last-child) {
  margin-right: 8px;
}

/*gizlilik css*/
.privacy__highlight {
  font-weight: 600;
  line-height: 27px;
  font-family: "Montserrat", sans-serif;
}
.privacy__highlight p {
  color: #0C2957;
}
.privacy__heading {
  font-size: 22px;
}
.privacy__lists li {
  font-family: "Rubik", sans-serif;
  line-height: 27px;
  position: relative;
  padding-left: 20px;
}
.privacy__lists li::after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #F7968A;
  border-radius: 50%;
}
.privacy__lists li:not(:last-child) {
  margin-bottom: 20px;
}

/*iletişim sayfası css*/

.contact-info {
  background: #F7F7F7;
  padding: 35px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info__title {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info p {
  color: #6B727E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info a {
  color: #6B727E;
  display: inline-block;
  margin-top: 5px;
}
.contact-info:hover {
  background: #FD4A36;
}
.contact-info:hover .contact-info__title {
  color: #fff;
}
.contact-info:hover p {
  color: #fff;
}
.contact-info:hover a {
  color: #fff;
}

/*servis detay css*/

@media (max-width: 1199px) {
  .details-content {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .details-content {
    margin-top: 80px;
  }
}
.details-content__title {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .details-content__hizmet {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .details-content__hizmet {
    margin-top: 0px;
  }
}

.referans-item {
  border: 1px solid #E3E6E8;
  padding: 45px 25px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.referans-item:hover {
  background-color: #FD4A36;
  border-color: #FD4A36;
}
.referans-item:hover p {
  color: #fff;
}

/*hizmet detay css*/
.hizmet-details {
  padding: 55px 50px;
}
@media (max-width: 1199px) {
  .hizmet-details {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .hizmet-details {
    margin-top: 50px;
  }
}
.hizmet-details li {
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
.hizmet-details li:not(:last-child) {
  margin-bottom: 33px;
  border-bottom: 1px solid #2A4877;
}
.hizmet-details li span {
  font-family: "Rubik", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.9;
  margin-top: 18px;
  color: #fff;
}

.hizmet-thumb {
  height: 100%;
}

/*Footer css*/
.footer {
  background: #171718;
}
.footer__logo {
  margin-top: 7px;
  display: inline-block;
}
.footer__bottom {
  border-top: 1px solid #2E2E2F;
  padding: 22.5px 0;
}
.footer__bottom--2 {
  border-color: #252D39;
}
@media (max-width: 991px) {
  .footer .copyright-text {
    text-align: center;
  }
}
.footer .copyright-text p {
  color: #999999;
}
.footer .copyright-text a {
  color: #FD4A36;
}
@media (max-width: 991px) {
  .footer .social__links {
    justify-content: center;
    margin-top: 20px;
  }
}
.footer .social__links a {
  background: #333334;
  color: #fff;
}
.footer .social__links a:hover {
  background-color: #FD4A36;
  color: #fff;
}
.footer .social__links--2 a {
  background: #3D444F;
}
@media (max-width: 991px) {
  .footer .pl-70, .footer .pl-45 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .footer .pr-0 {
    padding-right: 15px;
  }
}
.footer__2 {
  background: #0C1523;
}

.footer-widget .widget-title {
  font-size: 22px;
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 45px;
}
.footer-widget .widget-title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: #FD4A36;
  bottom: -10px;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget ul li a {
  color: #7d7d7d;
  display: block;
}
.footer-widget ul li a i {
  padding-right: 5px;
}
.footer-widget ul li a:hover {
  color: #fff;
}
.footer-widget .hizli-contact__title {
  color: #999999;
  display: block;
  line-height: 27px;
}
.footer-widget .hizli-contact__title:hover {
  color: #fff;
}
.footer-widget .bulten {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}
.footer-widget .bulten__title {
  font-size: 22px;
  color: #0C2957;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer-widget .bulten__form {
  position: relative;
}
.footer-widget .bulten__form input {
  background: #FD4A36;
  border: none;
  width: 100%;
  padding: 22px 20px;
  border-radius: 3px;
  color: #fff;
}
.footer-widget .bulten__form input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .bulten__form input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .bulten__form input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .bulten__form input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .bulten__form button {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 15px;
  background: transparent;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-widget__2 ul li a {
  color: #A4A6A9;
}
.footer-widget__2 .hizli-contact__title {
  color: #A4A6A9;
}


.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.whatsapp-button img {
  width: 40px;
  height: 40px;
}
