/* General */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&amp;display=swap");

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  counter-reset: number;
}

a {
  color: inherit;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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

.img-fluid {
  max-width: 100%;
}

.mobile-nav {
  display: none;
}

.mobile-close-menu {
  display: none;
}

.p70 {
  padding: 70px 0px 100px 0px;
}

.pt70 {
  padding-top: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.fc {
  display: flex;
  align-items: center;
}

body.fixed-body {
  position: fixed;
}

/*swiper*/

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button {
  top: 140px;
  background: #122b3d;
  border-radius: 14px;
  width: 31px;
  height: 31px;
  outline: none;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
  color: white;
}

/* BIR header */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  padding: 20px 0px;
}

.header .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-area ul {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header .header-area ul li a {
  margin-left: 40px;
  line-height: 125.5%;
  color: white;
  transition: all 0.3s ease;
}

.header .header-area ul li a:hover {
  opacity: 0.8;
}

.header .header-area ul li a.active {
  font-weight: bold;
}

.header .header-area .right-header {
  display: flex;
  align-items: center;
  overflow: auto;
}

/* SCROLL */

/* width */
.right-header::-webkit-scrollbar {
  height: 6px;
}

/* Track */
.right-header::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #002d4e;
  border-radius: 10px;
}

/* Handle */
.right-header::-webkit-scrollbar-thumb {
  background: rgba(187, 187, 187, 0.5);
  border-radius: 10px;
}

/* Handle on hover */
.right-header::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/**/
.bars span {
  display: block;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.bars span:nth-child(1) {
  width: 19px;
  height: 2px;
  margin-left: 8px;
}

.bars span:nth-child(2) {
  width: 27px;
  height: 2px;
}

.bars span:nth-child(3) {
  width: 14px;
  height: 2px;
  align-self: flex-start;
  margin: 0;
}

.bars {
  display: block;
  padding: 5px 10px;
}

.bars:hover span:first-child {
  margin-left: 0px;
}

.bars:hover span:first-child {
  margin-left: 0px;
}

.bars:hover span:last-child {
  margin-left: 13px;
}

/* hero */

.hero {
  background: linear-gradient(180deg, #00365e 0%, #03111b 100%);
  border-radius: 0px 0px 0px 210px;
  height: calc(75vh - 130px);
  line-height: 125.5%;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding-top: 130px;
}

.hero-text-area {
  color: white;
  position: absolute;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  max-width: 375px;
}

.hero-text-area .hero-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 125.5%;
}

.hero-text-area .hero-sub-title {
  font-size: 18px;
  color: #929ba2;
  margin: 20px 0px;
}

.hero-graph {
  height: 700px;
  width: 700px;
  border-radius: 50%;
  border: 4px solid rgba(90, 94, 99, 0.2);
  position: absolute;
  bottom: -120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}

.hero-graph .hero-graph-mid {
  width: 575px;
  height: 575px;
  border-radius: 50%;
  border: 4px solid rgba(90, 94, 99, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(-20deg);
}

.hero-graph .hero-graph-mid .hero-graph-end {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 4px solid rgba(90, 94, 99, 0.2);
}

.hero-graph-mid .hero-graph-element {
  position: absolute;
  top: -15px;
  font-size: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  transform: rotate(20deg);
}

.hero-graph-mid .hero-graph-element span {
  display: block;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.hero-graph-mid .hero-graph-element:nth-child(2) {
  top: calc(50% - 20px);
  transform: translateY(-50%) rotate(20deg);
  left: -39px;
}

.hero-graph-mid .hero-graph-element:nth-child(2) span {
  width: 45px;
  height: 45px;
}

.hero-graph-mid .hero-graph-element:nth-child(3) {
  right: -11px;
  top: 30%;
}

.hero-graph-mid .hero-graph-element:nth-child(3) span {
  width: 18px;
  height: 18px;
}

.hero-graph-mid .hero-graph-element:nth-child(4) {
  right: -25px;
  top: calc(50% + 110px);
}

.hero-graph-mid .hero-graph-element:nth-child(4) span {
  width: 22px;
  height: 22px;
}

.social-media {
  color: white;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.social-media ul li {
  margin-bottom: 20px;
}

.social-media ul li a {
  padding: 10px;
  transition: all 0.3s ease;
}

.social-media ul li a:hover {
  opacity: 0.8;
}

/* get-offer */

.get-offer {
  padding: 40px 0px;
  position: relative;
  height: calc(25vh - 80px);
  display: flex;
  align-items: center;
}

.get-offer .container {
  position: relative;
}

.get-offer-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.get-offer .get-offet-text {
  color: #5a5e63;
}

.hero-phone {
  display: inline-block;
  position: absolute;
  top: -500px;
  right: 22%;
  transform: rotate(-11.9deg) scale(1);
}

.hero-phone img {
  transform: scale(1.1);
}

.hero-phone ul {
  position: absolute;
  top: 50px;
  left: 30px;
  font-size: 44px;
  line-height: 42px;
  text-transform: uppercase;
  padding: 0px 20px;
}

.hero-phone ul li:before {
  position: absolute;
  content: "+";
  left: 5px;
  font-size: 13px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-phone:before,
.hero-phone:after {
  position: absolute;
  content: "+";
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  z-index: 2;
}

.hero-phone:before {
  right: 25px;
  top: 25px;
}

.hero-phone:after {
  left: 40px;
  top: 185px;
}

.hero-phone-text {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(184, 196, 214, 0.32);
  font-size: 65px;
  line-height: 76px;
}

/* services */

.services {
  display: block;
  padding-bottom: 100px;
}

.services.mobile {
  display: none;
}

.services.mobile .service-box .link {
  visibility: visible;
}

.services.mobile .service-box::before {
  content: "";
}

.service-box .service-title {
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 15px;
}

.service-box .service-title .top-title {
  font-size: 81px;
  line-height: 74px;
  font-weight: bold;
}

.service-box {
  border-radius: 67px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 10px 10px #e0eeff;
  margin: 20px 10px;
  padding: 0 20px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 220px;
  height: 100%;
  background: white;
}

.service-box:not(.io-box) > a {
  font-size: 18px;
  display: block;
  padding: 35px 0;
}

.service-box img {
  fill: #122b3d;
  min-width: 60px;
  min-height: 60px;
  margin-right: 17px;
  width: 60px;
  height: 60px;
}
/**/

@media (min-width: 768px) {
  .service-box:hover img {
    filter: brightness(0) invert(1);
  }
}

.services [class*="col-"]:first-child .service-box {
  background: #002d4e;
  text-align: center;
}
.services [class*="col-"] {
  margin-bottom: 80px;
}

.service-box:hover {
  background: #002d4e;
}

.service-area {
  display: flex;
  align-items: center;
  color: #122b3d;
  font-size: 18px;
  margin-top: 20px;
}

/**/

@media (min-width: 768px) {
  .service-box:hover .service-area {
    color: white;
  }
}

.service-box .link {
  text-align: left;
  font-size: 18px;
  color: #63bafb;
  opacity: 0.3;
  margin-top: 20px;
}

.service-box:hover .link {
  text-align: left;
  font-size: 18px;
  color: #63bafb;
  display: block;
  opacity: 1;
}

.service-box:before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  color: #e9f3ff;
  font-size: 50px;
  line-height: 125.5%;
  bottom: -50px;
  left: 10px;
  z-index: -1;
}

.services [class*="col-"]:first-child .service-box:before {
  display: none;
}

.service-box .all-services {
  color: #63bafb;
}

.services [class*="col-"]:first-child .service-box .service-title {
  transition: all 0.3s ease;
}

.services [class*="col-"]:first-child .service-box:hover .service-title {
  letter-spacing: 2px;
}

/* end-projets */

.end-projects {
  position: relative;
}

.end-projects .container {
  position: relative;
}

.end-projects:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f8fbff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}

.end-projects .project-picture {
  position: relative;
  background-image: url(../images/desktop.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 525px;
  height: 360px;
}

.end-projects .project-picture .web-picture .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.end-projects .project-picture .web-picture {
  position: absolute;
  top: 17px;
  left: 62px;
  height: 239px;
  width: 401px;
}

.project-info-title:not(.mobile) {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #122b3d;
}

.project-info-title.mobile {
  display: none;
}

.project-info-title:not(.mobile) span {
  font-weight: 900;
  font-size: 24px;
}

.project-infos {
  color: #122b3d;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.project-infos .project-desc {
  margin-bottom: 20px;
}

.project-infos ul li span {
  font-weight: bold;
  min-width: 100px;
  position: relative;
  display: inline-block;
}

.project-infos ul li span:before {
  position: absolute;
  content: ":";
  right: 0;
  font-weight: 400;
}

.project-infos ul li {
  margin-bottom: 10px;
}

.project-infos ul {
  margin-bottom: 30px;
}

/* service-hero */

.service-hero {
  padding: 40px 0px;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.service-hero-desc {
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
  z-index: 1;
  color: #122b3d;
}

.service-hero-area {
  margin-top: 120px;
  color: #122b3d;
  position: relative;
  z-index: 1;
}

.service-hero-infos .sub-title {
  font-size: 14px;
}

.service-hero-infos .title {
  font-size: 36px;
  font-weight: bold;
  max-width: 375px;
  position: relative;
  line-height: 125%;
  margin-bottom: 25px;
}

.service-hero-infos .title:before {
  position: absolute;
  content: "";
  background: #122b3d;
  width: 100px;
  height: 3px;
  bottom: -5px;
}

.service-hero-infos .desc {
  margin-bottom: 15px;
}

.service-hero-picture {
  text-align: right;
}

.service-hero-bg img {
  z-index: 0;
  position: absolute;
  top: 280px;
  right: 0;
  width: 100%;
}

/* references */

.references {
  position: relative;
  color: #122b3d;
  padding: 80px 0px 100px 0px;
  background: #edf6ff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.references .title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
}

.references .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  background: #122b3d;
  bottom: -5px;
}

.reference-box {
  padding: 25px;
  box-shadow: 0px 20px 20px #c7daef;
  border-radius: 27px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-box img {
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.reference-box:hover img {
  filter: grayscale(0%);
}

.swiper-reffs {
  padding: 60px 0;
}

/* cta */

.cta {
  padding: 50px 0px;
  background: #122b3d;
  color: white;
}

.cta .cta-text .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.cta .cta-infos {
  text-align: right;
}

.cta.bg-transparent {
  padding: 110px 0px 50px 0px;
}

/* footer */

.footer {
  background: #f8fbff;
  color: #122b3d;
  padding: 35px 0px;
}

.footer .footer-social ul {
  display: flex;
  align-items: center;
}

.footer .footer-social ul li {
  transition: all 0.3s ease;
}

.footer .footer-social ul li img {
  filter: invert(90%) sepia(26%) saturate(2059%) hue-rotate(169deg)
    brightness(98%) contrast(90%);
}

.footer .footer-social ul li:hover {
  opacity: 0.8;
}

.footer .footer-social ul li {
  margin-right: 15px;
}

.footer .footer-menu a:hover {
  text-decoration: underline;
}

.footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-menu ul li {
  width: 25%;
  margin-bottom: 8px;
}

.footer-service ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer-service a:hover {
  transform: translateX(5px);
}

.footer-service ul li a img {
  margin-right: 15px;
}

/* breadcrumb */

.breadcrumb {
  background: linear-gradient(180deg, #00365e 0%, #03111b 100%);
  border-radius: 0px 0px 0px 79px;
  padding: 120px 0px 40px 0px;
  color: white;
}

.breadcrumb .breadcrumb-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb .breadcrumb-area h1 {
  font-weight: bold;
  font-size: 32px;
  position: relative;
}

.breadcrumb .breadcrumb-area h1:before {
  position: absolute;
  content: "";
  width: 120px;
  max-width: 70%;
  height: 2px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  bottom: -4px;
}

.breadcrumb .breadcrumb-area ul {
  display: flex;
  color: #798ea6;
  font-size: 14px;
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb-area ul li a {
  position: relative;
  margin-right: 15px;
}

.breadcrumb .breadcrumb-area ul li a:hover {
  color: white;
}

.breadcrumb .breadcrumb-area ul li a:before {
  position: absolute;
  content: "|";
  right: -10px;
}

/* about-us */

.about-us {
  color: #122b3d;
  position: relative;
  padding-bottom: 100px;
}

.about-us .about-title {
  font-weight: bold;
  font-size: 64px;
  position: relative;
  margin-bottom: 20px;
}

.about-us .about-title:before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  bottom: 0;
}

.about-bg {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: -1;
}

/* project-process*/

.project-process {
  padding: 55px 0px 0px 0px;
  background: linear-gradient(180deg, #00365e 0%, #03111b 100%);
  background-blend-mode: multiply, normal;
  color: white;
  position: relative;
}

.project-process .title {
  font-weight: bold;
  font-size: 64px;
  margin-bottom: 10px;
}

.project-process-box {
  border-radius: 76px;
  background: white;
  padding: 50px 30px;
  color: #122b3d;
  margin-top: 45px;
  height: calc(100% - 150px);
  transition: all ease 0.3s;
}

.project-process-box:hover {
  color: white;
}

.project-process .row-area > :first-child .project-process-box:hover {
  background-color: #1270ba;
}

.project-process .row-area > :nth-child(2) .project-process-box:hover {
  background-color: #004174;
}

.project-process .row-area > :nth-child(3) .project-process-box:hover {
  background-color: #012643;
}

.project-process .row-area > :last-child .project-process-box:hover {
  background-color: #021727;
}

.project-process-box .process-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 125.5%;
  position: relative;
}

.project-process .container {
  position: relative;
}

.project-process .arrow {
  position: absolute;
  bottom: 120px;
}

.project-process .arrow:nth-last-child(2) {
  right: 120px;
}

.project-process .arrow:nth-last-child(3) {
  left: 50%;
  transform: translateX(-50%) scale(0.5);
}

.project-process-box .process-title span {
  position: absolute;

  left: 0;
  top: -4px;
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 400;
}

/* services-list */

.services-list-top {
  padding: 30px 90px;
  background: linear-gradient(180deg, #00365e 0%, #03111b 100%);
  border-radius: 67px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-list-top .title {
  width: 35%;
  font-size: 31px;
  line-height: 33px;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}

.services-list-top .title span {
  font-weight: 800;
  font-size: 81px;
  line-height: 91%;
}

.services-list-top .title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.services-list-top .desc {
  color: #c9dbe9;
}

.service-list-box {
  margin-top: 60px;
  display: flex;
  color: #11283a;
  border-radius: 35px;
}

.service-list-box:hover {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.service-list-box img {
  margin-right: 30px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.service-list-box .box-info {
  padding: 15px;
  padding-left: 0;
}

.service-list-box .box-info .service-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 25px;
}

.service-list-box .box-info .service-desc {
  font-size: 14px;
  color: #4b6981;
  margin-bottom: 20px;
}

/* service-detail */

.service-detail .service-picture img {
  border-radius: 53px;
  width: 100%;
}

.service-detail .service-picture {
  position: relative;
  margin-bottom: 60px;
}

.service-detail .service-picture .tag {
  position: absolute;
  right: 70px;
  bottom: 30px;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

/* sidebar */

.sidebar-area {
  /* position: sticky; */
}

.sidebar {
  /* padding: 50px 45px; */
  padding: 40px 30px;
  border: 0.5px solid #b8b8b8;
  border-radius: 53px;
  color: #122b3d;
  margin-bottom: 30px;
}

.sidebar .title {
  font-weight: bold;
  font-size: 26px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.sidebar .title:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  bottom: -2px;
}

.sidebar ul li {
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar ul li span {
  font-size: 14px;
}

.sidebar ul li:hover {
  opacity: 0.8;
}

.sidebar ul {
  padding-left: 17px;
}

.sidebar ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
}

.sidebar .btn-blue {
  margin-top: 15px;
}

/* projects-list */

.projects-list .projects-list-title {
  font-size: 46px;
  margin-bottom: 20px;
}

.projects-list {
  color: #11283a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects-list .projects-list-desc {
  margin-bottom: 40px;
}

.project-box {
  display: flex;
  flex-direction: column;
}

.project-box > a:first-child {
  display: inline-flex;
}

.project-box img {
  width: 100%;
  height: auto;
}

.project-box .project-infos {
  background: #e8e8e8;
  padding: 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.project-box .project-infos .project-title {
  margin-bottom: 5px;
  font-weight: 600;
}

.project-box .project-infos .tag {
  color: #8f8f8f;
  font-size: 13px;
}

.project-box .project-infos .tag a {
  margin-right: 3px;
}

.project-box:hover .project-detail {
  left: 0;
}

.project-detail {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  border-radius: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #122b3d;
  font-weight: 600;
  transition: all 0.3s ease;
}

.project-detail img {
  width: 21px;
  height: auto;
  margin-left: 5px;
}

.project-detail:hover {
  color: white;
}

/* reference-list */

.reference-list {
  color: #11283a;
  padding-bottom: 70px;
}

.reference-list .reference-box {
  padding: 10px;
  margin-bottom: 40px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-list .reference-list-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.reference-list-desc {
  margin-bottom: 100px;
}

/* blog */

.blog-list {
  padding-bottom: 0;
}

.blog-box {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
}

.blog-box:hover {
  filter: drop-shadow(4px 25px 50px rgba(0, 0, 0, 0.25));
}

.blog-box .blog-picture {
  position: relative;
  height: 100%;
}

.blog-box .blog-picture > a {
  height: 100%;
  display: block;
}

.blog-box .blog-infos {
  width: 55%;
  padding: 15px 30px;
  border-radius: 0px 35px 35px 0px;
  background: white;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-box .blog-picture img {
  border-radius: 35px 0px 0px 35px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.blog-box .blog-infos .blog-title {
  color: #122b3d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  transition: all ease 0.3s;
}

.blog-box .blog-infos .blog-title:hover {
  color: #021522;
}

.blog-box .blog-infos .blog-desc {
  color: #858a8d;
  margin-bottom: 25px;
}

.blog-box .blog-picture .tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 2px 10px;
}

.tag .tag-item:hover {
  letter-spacing: 0.5px;
}

.btn-read-blog {
  color: #122b3d;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.btn-read-blog:hover {
  transform: translateX(5px);
}

.btn-read-blog img {
  margin-left: 10px;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  margin: 80px 0px;
}

.pagination ul li a {
  height: 57px;
  width: 57px;
  background: #e1e1e1;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222229;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.pagination ul li a:hover,
.pagination ul li.active a {
  background: #5eb8fc;
  color: white;
}

.pagination ul li a.direction {
  width: 200px;
  border-radius: 28px;
  background: #122b3d;
  color: white;
}

.pagination ul li a.direction:hover {
  background-color: #004174;
}

.pagination ul li a.prev img {
  margin-right: 15px;
}

.pagination ul li a.prev {
  margin-right: 25px;
}

.pagination ul li a.next img {
  margin-left: 15px;
  transform: rotate(180deg);
}

.pagination ul li a.next {
  margin-left: 25px;
}

/* blog-detail */

.blog-detail .blog-picture img {
  border-radius: 53px;
  width: 100%;
}

.blog-detail .blog-picture {
  position: relative;
  margin-bottom: 60px;
}

.blog-detail .blog-picture .tag {
  position: absolute;
  right: 70px;
  bottom: 30px;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.search-form {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.search-form .search {
  width: 100%;
  border: 0.2px solid #6894b6;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 12px 45px 12px 15px;
  outline: none;
  font-size: 14px;
}

.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 0px 20px 20px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}

.search-form .search-btn:hover img {
  transform: scale(1.2);
}

.search-form .search::placeholder {
  color: #7ba8ca;
  font-family: "Poppins", sans-serif;
}

.search-form .search-btn img {
  transition: all ease 0.1s;
}

/* contact */

.contact {
  padding-top: 70px;
  padding-bottom: 50px;
}

.contact .area {
  position: relative;
}

.contact-text-area .sub-title {
  font-size: 13px;
  position: relative;
  display: inline-block;
}

.contact-text-area {
  color: #122b3d;
}

.contact-text-area .sub-title:before {
  position: absolute;
  content: "";
  width: 68px;
  height: 2px;
  right: -75px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  bottom: 5px;
}

.contact-text-area .title {
  font-weight: bold;
  font-size: 62px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-text-area .desc {
  font-size: 22px;
  margin-bottom: 60px;
}

.contact-infos {
  background: linear-gradient(180deg, #00365e 0%, #03111b 100%);
  padding: 40px 0px;
  color: white;
}

.contact-info-list {
  /* height: 100%; */
  display: flex;
  align-items: center;
  font-size: 22px;
}

.contact-info-list ul li {
  margin-bottom: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -12px;
}

.contact-info-list ul li:last-child {
  margin: 0;
}

.contact-info-list ul li a {
  display: inline-block;
}


.contact-info-list a:hover {
  opacity: 0.8;
}

.contact-info-list ul {
  padding-left: 25px;
}

.contact-info-list ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
  left: -25px;
  top: 8px;
}

.contact-form {
  background: #ffffff;
  border: 1px solid #c6dbeb;
  box-sizing: border-box;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.25);
  border-radius: 88px;
  padding: 90px 40px;
  color: black;
  position: absolute;
  width: 100%;
}

.contact .contact-form {
  padding-bottom: 30px;
}

.contact-form .title {
  font-weight: bold;
  font-size: 34px;
  color: #122b3d;
  margin-bottom: 50px;
}

.contact-form .form-item {
  width: 100%;
  border: none;
  border-bottom: solid 1px #8c8c8c;
  padding: 10px 0px;
  outline: none;
  z-index: 9;
  font-family: "Poppins", serif;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 40px;
  position: relative;
}

.contact-form .form-group label,
.contact-form .form-group .form-item.empty label {
  position: absolute;
  color: #8c8c8c;
  top: 5px;
  left: 0px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.contact-form .form-item:focus {
  border-color: #003359;
}

.form-btn {
  border: 2px solid #122b3d;
  padding: 5px 25px 5px 7px;
  color: #122b3d;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  background: none;
  border-radius: 86px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.form-btn .icon {
  padding: 8px;
  border-radius: 50%;
  background: #122b3d;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}

.form-btn:hover {
  background: #122b3d;
  color: white;
}

.form-btn:hover .icon {
  background: white;
}

.form-btn .icon svg {
  fill: white;
}

.form-btn:hover .icon svg {
  fill: #122b3d;
}

.contact-form .form-group .form-item:focus + label,
.contact-form .form-group .form-item.not-empty + label {
  top: -18px;
  font-size: 13px;
}

.maps-area {
  padding-top: 50px;
}

.maps-area iframe {
  width: 100%;
  height: 300px;
  display: block;
}

/* project-detail-page */

.project-detail-top .sub-title {
  font-size: 13px;
  position: relative;
  display: inline;
}

.project-detail-top {
  color: #122b3d;
}

.project-detail-top .sub-title:before {
  position: absolute;
  content: "";
  bottom: 5px;
  right: -75px;
  width: 68px;
  height: 2px;
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
}

.project-detail-top .project-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 70px;
}

.project-detail-item {
  margin-bottom: 25px;
}

.project-detail-title {
  color: #122b3d;
  font-size: 15px;
  margin-bottom: 5px;
}

.project-detail-item .text {
  color: #6e7b85;
  font-size: 16px;
}

.project-detail-page .project-infos img {
  display: inline-block;
  margin-bottom: 20px;
}

.project-detail-page .project-infos {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-detail-page .project-picture {
  background: #ffffff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.09);
  border-radius: 110px;
  max-height: 700px;
  padding: 50px;
  margin-top: 100px;
}

.parallax-picture {
  height: 600px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  filter: drop-shadow(0px 35px 35px rgba(0, 0, 0, 0.09));
  border-radius: 80px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 10s ease;
}

.project-detail-page .project-picture:hover .parallax-picture {
  background-position: left bottom;
}

.project-detail-component .end-projects {
  padding: 150px 0px 100px 0px;
}

.project-detail-component .end-projects:before {
  display: none;
}

.project-detail-component {
  position: relative;
  overflow: hidden;
}

.project-detail-component .project-detail-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -250px;
  z-index: -1;
}

.project-detail-component .project-detail-bg img {
  width: 100%;
  display: flex;
}

/*header modal*/

.modal-open .header-modal .modal-dialog {
  display: flex !important;
  justify-content: flex-end;
}

.header-modal.fade .modal-dialog {
  transform: translate(100%, 0);
}

.header-modal.show .modal-dialog {
  transform: none;
}

.header-modal .modal-content {
  min-width: 350px;
  max-width: 420px;
  background: linear-gradient(219.12deg, #156aa2 13.94%, #041f33 87.08%);
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 0px 124px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px 20px;
  height: calc(100% - 100px);
  font-size: 18px;
  text-align: center;
  color: #c0d9eb;
  min-height: 550px;
}

.header-modal .modal-content a:hover {
  color: #fff;
}

.header-modal .modal-logo {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.header-modal .modal-logo button {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: calc(50% - 150px);
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: #5eb8fc;
  cursor: pointer;
  outline: none;
}

.header-modal .modal-desc {
  margin-bottom: 30px;
  position: relative;
}

.header-modal .modal-desc::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 1px;
}

.header-modal .modal-contact {
  margin-bottom: 50px;
}

.header-modal .modal-contact li {
  margin-top: 25px;
  line-height: 117%;
}

.header-modal .modal-offer img {
  margin-right: 10px;
}

.header-modal .modal-social {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-modal .modal-social a {
  margin-right: 5px;
  margin-left: 5px;
}

.header-modal .modal-social a:hover {
  opacity: 0.8;
}

/*FORM MODAL*/

#formModal .title {
  position: relative;
}

.formModal-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 45px;
  cursor: pointer;
}

/*404 page*/

.page-404 .big-text {
  font-size: 100px;
  color: #122b3d;
  font-weight: 900;
  margin-bottom: 50px;
}

.page-404 .desc {
  font-size: 22px;
  color: #122b3d;
  margin-bottom: 50px;
}

.page-404 .contact-form {
  position: inherit;
}

.page-404 .area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* mobilde mb30 ver, aic ver */
  margin-bottom: 30px;
  text-align: center;
}

/* content-wrapper */

.content-wrapper .title {
  color: #122b3d;
  font-weight: bold;
  font-size: 26px;
}

.content-wrapper {
  color: #858a8d;
}

.content-wrapper ul {
  padding-left: 30px;
}

.content-wrapper li {
  position: relative;
}

.content-wrapper li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
  border-radius: 2px;
}

/*genel btn*/

.btn {
  display: inline-block;
  border-radius: 86px;
}

.btn-read-more {
  border: 2px solid #ffffff;
  padding: 13px 27px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  background: white;
  color: #021522;
}

.btn-blue {
  border: 2px solid #122b3d;
  padding: 5px 15px 5px 7px;
  color: #122b3d;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-blue .icon {
  padding: 8px;
  border-radius: 50%;
  background: #122b3d;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background: #122b3d;
  color: white;
}

.btn-blue:hover .icon {
  background: white;
}

.btn-blue .icon svg {
  fill: white;
}

.btn-blue:hover .icon svg {
  fill: #122b3d;
}

.btn-read-service {
  font-size: 18px;
  position: relative;
  transition: all ease 0.3s;
}

.btn-read-service:hover {
  color: #021522;
  transform: translateX(5px);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  border: 2px solid white;
  align-items: center;
  padding: 5px 15px 5px 7px;
  transition: all 0.3s ease;
}

.btn-white .icon {
  background: white;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.btn-white:hover {
  background: white;
  color: #122b3d;
}

.btn-white:hover .icon {
  background: #122b3d;
}

.btn-white:hover .icon svg {
  fill: white;
}

.btn .icon svg {
  transition: all 0.3s ease;
}

/* fly alert */

.fly-alert {
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 9999;
  margin: 0;
  font-size: 18px;
  display: inline-block;
  width: auto;
}

.alert-danger {
  background-color: #f44336;
}

.alert-success {
  background-color: #2ec4b6;
}

.alert {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  background: #122b3d;
  box-sizing: border-box;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  color: #93b2d6;
}

/*fixed header*/

.fixed-header {
  background: #02192a;
  transition: all 0.5s ease;
}

.logo-menu.fixed-header {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  background-color: white;
}

.fixed-sidebar {
  /* position: sticky; */
  /* top: 130px; */
}

.sticky-sidebar-widget {
  position: sticky;
  top: 130px;
}

/* hamburger area */

.header-mobile.fixed-mobile {
  background: #02192a;
  transition: all 0.5s ease;
}

.fullscreen-area {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.header-mobile.fixed-mobile .fullscreen-area {
  height: calc(100vh - 75px);
}

.header-mobile .dropmenu {
  display: none;
  background-color: white;
  width: 100%;
  color: #122b3d;
}

.header-mobile .dropmenu li a {
  display: block;
  padding: 15px 30px;
}
.header-mobile .dropmenu li {
  border-bottom: 1px solid #eee;
}

.scroll-area {
  overflow-y: scroll;
  max-height: 100%;
  z-index: 2;
  position: relative;
}

.close-area {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ÃƒÂ¶nce ÃƒÂ§alÃ„Â±Ã…Å¸masÃ„Â± gerekenler */

.bg-white {
  background: white;
}

.bg-transparent {
  background: none;
}

.bg-transparent::before {
  display: none;
}

@media (max-width: 1400px) {
  .hero-graph {
    transform: scale(0.65);
    bottom: -190px;
  }

  .hero-phone {
    transform: rotate(-11.9deg) scale(0.75);
    top: -400px;
    right: 16%;
  }

  .hero-phone img {
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .hero-graph {
    right: 0;
  }
}

@media only screen and (min-width: 991px),
  (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
  (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  .header-mobile {
    display: none;
  }
}

@media only screen and (max-width: 992px),
  (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
  (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  .mobile-header-icons {
    display: flex;
  }

  .mobile-header-icons .i {
    font-size: 22px;
  }

  .mobile-header-icons a i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .mobile-header-icons a i.far.fa-map-marker-alt {
    margin-left: 15px;
    background-color: #4d4c4c;
  }

  .mobile-header-icons a i.fas.fa-phone {
    background-color: #00aad0;
  }

  .mobile-header-hamburger .hamburger-toggle {
    background: transparent;
    padding: 0px;
    font-size: 30px;
    margin: 0 10px;
    border: none;
    outline: none;
  }

  .mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    width: 100%;
    -webkit-animation: fadeOutLeft 0.5s ease-in-out;
    animation: fadeOutLeft 0.5s ease-in-out;
  }

  .mobile-nav-content {
    padding-top: 20px;
    background: #1d1e1f;
    width: 75%;
    height: 100%;
    cursor: copy;
    overflow-y: scroll;
  }

  .mobile-nav-logo {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .mobile-nav-logo-content {
    position: relative;
  }

  .mobile-nav-logo-content i {
    display: block;
    margin: 0 auto 10px;
    max-width: 30px;
    line-height: 32px;
    font-size: 30px;
  }

  .mobile-nav-logo-content a {
    color: #b5bbc2;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-nav-logo > a {
    display: block;
    padding: 30px 60px;
  }

  .mobile-nav-logo > a img {
    width: 100%;
  }

  .mobile-nav-menu ul li {
    padding: 10px 25px;
    list-style: none;
  }

  .sub-menu ul {
    background-color: #28292a;
  }

  .mobile-nav-menu ul li .sub-menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-menu ul li i {
    font-size: 14px;
    fill: #b5bbc2;
    color: #b5bbc2;
  }

  .mobile-nav-menu ul li a {
    color: #b5bbc2;
    font-weight: 600;
    font-size: 14px;
  }

  .mobile-nav-menu ul li ul {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    margin-left: -25px;
    padding-left: 25px;
  }

  .mobile-nav-login a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #b5bbc2;
    padding-left: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-login a svg {
    font-size: 18px;
    margin-right: 5px;
  }

  .mobile-nav.open {
    display: block;
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
    overflow-x: scroll;
  }

  .cta-link {
    line-height: 40px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff;
    border-radius: 3px;
    background: #00aad0;
    text-align: center;
    margin: 20px;
    margin-bottom: 10px;
  }

  .mobile-close-menu {
    position: fixed;
    top: 18px;
    right: 20px;
    display: none;
    z-index: 9999;
  }

  .mobile-close-menu i {
    color: #fff;
    font-size: 25px;
  }

  ul.mobile-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    list-style: none;
  }

  ul.mobile-menu-social li + li {
    margin-left: 15px;
  }

  ul.mobile-menu-social li a {
    border: 1px solid #00aad0;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
  }

  .mobile-nav-menu ul {
    padding: 0px;
  }

  .header-mobile {
    display: block;
  }

  .header-mobile-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-mobile .header-mobile-logo img {
    max-width: 120px;
  }

  /* general */

  .p70 {
    padding: 40px 0px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .swiper-button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }

  .modal-content {
    border: 0;
    background-color: transparent;
  }

  .contact .contact-form {
    padding: 0;
    border: 0;
    box-shadow: none;
    position: inherit;
  }

  /* header */

  .header {
    display: none;
  }

  .header-mobile {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }

  .header-mobile-area {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: white;
  }

  .mobile-header-hamburger span {
    display: block;
    background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
    border-radius: 1px;
    height: 2px;
    margin-bottom: 3px;
  }

  .mobile-header-hamburger span:nth-child(1) {
    width: 25px;
  }

  .mobile-header-hamburger span:nth-child(2) {
    width: 30px;
  }

  .mobile-header-hamburger span:nth-child(3) {
    width: 15px;
  }

  .mobile-header-hamburger button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .mobile-header-hamburger {
    display: flex;
    align-items: center;
  }

  .mobile-header-hamburger .text {
    font-size: 14px;
    margin-right: 15px;
  }

  /* hero*/

  .hero-graph {
    display: none;
  }

  .social-media {
    display: none;
  }

  .hero {
    padding: 0;
    border-radius: 0px 0px 0px 70px;
    height: calc(100vh - 225px);
  }

  .hero-text-area {
    top: 250px;
  }

  .hero-phone {
    right: 0;
    transform: rotate(-11.9deg) scale(0.7);
    top: unset;
    bottom: 70px;
  }

  .hero-text-area .hero-sub-title {
    max-width: 130px;
    font-size: 16px;
  }

  .btn-read-more {
    font-size: 16px;
    padding: 11px 15px;
  }

  .hero-text-area .hero-title {
    max-width: 340px;
  }

  /* services */

  .services {
    display: none;
  }

  .services.mobile {
    padding-top: 40px;
    display: block;
  }

  .services.mobile .service-box {
    background: none;
  }

  .services.mobile .area:first-child .service-box {
    background: none;
    box-shadow: none;
    color: #122b3d;
  }

  .services.mobile .service-box .service-title .service-title {
    font-size: 34px;
    display: flex;
  }

  .services.mobile .service-box .service-title {
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services.mobile .service-box .service-title .top-title {
    font-size: 42px;
    margin-right: 5px;
  }

  .services.mobile .io-box {
    margin: 0;
    padding: 0 15px;
    min-height: auto;
    height: auto;
  }

  .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .swiper-nav .swiper-button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .services.mobile .swiper-button::before {
    font-family: swiper-icons;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
  }

  .services.mobile .swiper-mobil-prev::before {
    content: "prev";
  }
  .services.mobile .swiper-mobil-next::before {
    content: "next";
  }

  .services [class*="col-"] {
    margin-bottom: 0;
  }

  .mb80 {
    margin: 0;
  }

  /* end-projects */

  .end-projects .swiper-button:not(.mobile) {
    display: none;
  }

  .end-projects .swiper-button.mobile {
    position: inherit;
  }

  .end-projects .swiper-nav {
    margin-bottom: 40px;
  }

  .end-projects .project-picture {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .end-projects .project-infos ul {
    margin-right: auto;
    margin-left: auto;
  }

  .end-projects .project-infos .btn {
    order: 2;
    margin-right: auto;
    margin-left: auto;
  }

  .end-projects .project-desc {
    text-align: center;
    order: 1;
  }

  .end-projects .project-picture .web-picture {
    left: 50%;
    transform: translateX(-50%);
  }
  .end-projects .project-info-title.mobile {
    display: block;
    font-size: 34px;
    color: #122b3d;
    margin-bottom: 40px;
    text-align: center;
  }

  .end-projects .project-info-title.mobile span {
    font-weight: 900;
  }

  .end-projects .project-info-title:not(.mobile) {
    display: none;
  }

  /* service-hero */

  .service-hero-area {
    margin: 0;
  }

  .service-hero-desc {
    display: none;
  }

  .service-hero-bg img {
    top: -116px;
  }

  .service-hero {
    background: #edf6ff;
    overflow: visible;
  }

  /* get-offer */

  .get-offer-area {
    display: block;
    text-align: center;
    color: #5a5e63;
  }

  .get-offer-area .btn {
    margin-top: 15px;
  }

  .get-offer-area .get-offet-text {
    padding-top: 15px;
  }

  /* cta */

  .cta .cta-infos {
    text-align: left;
    margin-top: 30px;
  }

  /* footer */

  section.footer .logo {
    text-align: center;
  }

  .footer .footer-social {
    display: flex;
    padding: 25px 0px;
    flex-direction: row-reverse;
  }

  .footer .footer-social ul li img {
    width: 21px;
    height: 21px;
  }

  .footer .footer-social .text {
    font-size: 22px;
    width: 50%;
  }

  .footer .footer-menu ul li {
    width: 50%;
  }

  .footer .footer-social ul {
    width: 50%;
  }

  .footer-service ul {
    display: flex;
    align-items: center;
  }

  .footer-service ul li {
    width: 50%;
  }

  .footer-service ul li a {
    font-weight: 600;
  }

  .footer-service {
    margin-top: 10px;
  }

  /* breadcrumb */

  .breadcrumb {
    border-radius: 0px 0px 0px 30px;
    padding-top: 70px;
  }

  .breadcrumb .breadcrumb-area {
    display: block;
  }

  .breadcrumb .breadcrumb-area h1 {
    font-size: 22px;
    font-weight: 600;
  }

  .breadcrumb .breadcrumb-area h1:before {
    bottom: -8px;
  }

  /* about */

  .about-us .about-title {
    font-size: 36px;
  }

  .project-process .title {
    font-size: 36px;
  }

  .project-process .arrow {
    display: none;
  }

  .cta.bg-transparent {
    padding: 50px 0px;
  }

  /* contact */

  .contact-text-area .title {
    font-size: 36px;
  }

  .contact-text-area .desc {
    font-size: 18px;
  }

  .contact-form {
    position: relative;
    margin-bottom: 50px;
    padding: 60px 40px;
    border-radius: 40px;
  }

  .contact-form .title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .contact-info-list {
    font-size: 18px;
  }

  /* pagination */

  .pagination ul li a {
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }

  .pagination ul li a .text {
    display: none;
  }

  .pagination ul li a.prev {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    margin-right: 10px;
  }

  .pagination ul li a.next {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    margin-left: 0px;
  }

  .pagination ul li a.prev img,
  .pagination ul li a.next img {
    margin: 0;
  }

  /* project-list */

  .projects-list {
    padding-bottom: 0;
  }

  .project-detail-page .project-picture {
    padding: 30px;
  }

  .project-detail-component .project-detail-bg {
    display: none;
  }

  /* blog */

  .blog-box {
    display: block;
    height: auto;
  }

  .blog-box .blog-picture img {
    width: 100%;
    border-radius: 55px;
  }

  .blog-box .blog-picture .tag {
    bottom: 25px;
    right: 25px;
  }

  .blog-box .blog-infos {
    width: auto;
    padding: 10px;
  }

  .blog-box:hover .blog-infos {
    background: none;
  }

  /* reference */

  .reference-box {
    padding: 30px;
    box-shadow: 0px 10px 10px #c7daef;
  }

  .reference-list .col-6:nth-child(odd) {
    padding-right: 7px;
  }

  .reference-list .col-6:nth-child(even) {
    padding-left: 7px;
  }

  .reference-list .col-6 {
    margin-top: 30px;
  }

  /* services-list */

  .services-list-top {
    display: block;
    padding: 40px;
    border-radius: 25px;
  }

  .services-list-top .title {
    width: 100%;
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .services-list-top .title span {
    font-size: 28px;
    margin-right: 5px;
  }

  .services-list-top .title:before {
    width: calc(100% - 40px);
    height: 4px;
    bottom: -10px;
    left: 0;
  }

  .service-list-box {
    display: block;
  }

  .service-list-box img {
    margin: 0;
    width: 100%;
  }

  .service-list-box .box-info .service-title {
    margin: 15px 0px;
  }

  /* services-detail */

  .service-detail .service-picture img {
    border-radius: 25px;
  }

  .service-detail .service-picture .tag {
    right: 25px;
    bottom: 25px;
  }

  .service-detail .service-picture {
    margin-bottom: 15px;
  }

  /* project-detail */

  .project-detail-top .project-title {
    margin-bottom: 15px;
  }

  .project-detail-component .end-projects {
    padding: 50px 0px 75px 0px;
  }

  /*404 page*/

  .page-404 .big-text {
    font-size: 100px;
    color: #122b3d;
    font-weight: 900;
    margin-bottom: 50px;
  }

  .page-404 .desc {
    font-size: 22px;
    color: #122b3d;
    margin-bottom: 50px;
  }

  .page-404 .contact-form {
    position: inherit;
  }

  .page-404 .area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* mobilde mb30 ver, aic ver */
    margin-bottom: 30px;
    text-align: center;
  }

  /* content-wrapper */

  .content-wrapper .title {
    font-size: 22px;
    line-height: 1.2;
  }

  /* fly alert */

  .fly-alert {
    top: 30px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    text-align: center;
  }

  /* footer sticky hemen ara */

  .footer-sticky-bar {
    display: flex;
    align-items: center;
  }

  .footer-sticky-bar a {
    width: 20%;
    position: relative;
    display: block;
    flex-direction: column;
    align-items: center;
    padding: 5px 0px;
  }

  .footer-sticky-bar a:nth-child(3) img {
    background: linear-gradient(180deg, #62bafb 0%, #c1e1f8 100%);
    border: 1px solid #6dbefa;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px #6dbefa;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }

  .footer-sticky-bar a:nth-child(3) .text {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .footer-sticky-bar a img {
    width: 28px;
    height: 28px;
  }

  /* blog-detail */

  .blog-detail .blog-picture .tag {
    bottom: 25px;
    right: 25px;
  }

  .blog-detail .blog-picture img {
    border-radius: 25px;
  }

  .blog-detail .blog-picture {
    margin-bottom: 30px;
  }

  /* container */

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: unset;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    padding: 0;
    border: 0;
  }

  .service-detail .col-area {
    padding-bottom: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
  }

  .blog-detail .col-area {
    padding-bottom: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
  }

  .project-detail-page .project-picture {
    display: none;
  }
}

@media only screen and (max-width: 576px),
  (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
  (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  /*HERO*/

  .hero {
    min-height: auto;
    height: 450px;
    margin-bottom: 20px;
  }

  .hero .hero-title {
    font-size: 25px;
  }

  .hero-phone {
    transform: rotate(-11.9deg) scale(0.6);
    right: -19px;
    bottom: 50px;
  }

  /*GET OFFER*/

  .end-projects .project-picture {
    width: 300px;
    height: 205.7px;
    max-width: 100%;
  }

  .end-projects .project-picture .web-picture {
    width: 229px;
    max-width: 100%;

    height: 136.5px;
    top: 10px;
  }
}

.references .swiper-slide {
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.references .swiper-slide .reference-box {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

.references .swiper-slide .reference-box img {
  max-height: calc(100% - 15px);
  width: auto;
}

/* Fly Alert */

.fly-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1060;
}

.fly-alert .content {
  padding: 20px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
  border-radius: 5px;
  margin: auto;
}

.fly-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid;
  border-radius: 50%;
  margin: 20px 0 30px;
  box-sizing: content-box;
  cursor: default;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fly-alert.success .icon {
  border-color: #a5dc86;
  color: #a5dc86;
}
.fly-alert.danger .icon {
  border-color: #f27474;
  color: #f27474;
}
.fly-alert .icon svg {
  overflow: visible;
  height: 60px;
}

.fly-alert .desc {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 0.4em;
  word-wrap: break-word;
}

.fly-alert .close-btn {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
  background-color: rgb(48, 133, 214);
}

.default {
  padding: 75px 0;
}

@media (max-width: 768px) {
  .default {
    padding: 30px 0;
  }
}

.footer-bottom {
  background-color: #02192a;
  color: #ddd;
  font-size: 13px;
  padding: 15px 0;
}

.footer-bottom .flocation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 12px; */
  font-size: 13px;
}

.footer-bottom .flocation img {
  margin-right: 5px;
}

.footer-bottom .row-area [class^="col-"]:last-child {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 80px;
  }

  .footer-bottom .row-area [class^="col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-bottom .row-area [class^="col-"]:last-child {
    justify-content: center;
    margin-top: 12px;
  }
}

.content-wrapper {
  color: #444444;
}
.content-wrapper li {
  margin-bottom: 15px;
}
.content-wrapper li::before {
  top: 10px;
}
.breadcrumb .breadcrumb-area {
  display: block;
  text-align: center;
}
.breadcrumb .breadcrumb-area h1:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.breadcrumb .breadcrumb-area ul {
  justify-content: center;
}

.content-wrapper img {
  max-width: 100%;
  height: auto;
}
/*new*/

.g-recaptcha {
  position: relative;
}
.fake_error {
  white-space: nowrap;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color: #f44336;
  color: #fff;
  padding: 5px 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 15px);
  position: absolute;
  z-index: 99;
  font-weight: 500;
}
.fake_error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f44336;
  border-width: 10px;
  margin-left: -10px;
}

/* private-page */

.private-hero {
  height: 500px;
  display: flex;
  align-items: center;
  background: #fbfcff;
}

.private-hero .container {
  position: relative;
  z-index: 99;
}

.private-hero .left-content .title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: normal;
}

.private-hero .left-content .desc {
  margin-bottom: 20px;
  font-size: 20px;
}

.private-title {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 15px;
}

.flex-center {
  align-items: center;
}
.button .btn-blue {
  width: 100px;
  justify-content: center;
  padding: 10px 20px;
  background: #122b3d;
  color: white;
}

.private-links {
  padding: 10px;
  background: #f3f2f2;
}

.private-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #156aa2;
}

.private-links ul li {
  margin: 0 10px;
}

.private-links ul li a {
  position: relative;
}

.private-links ul li a::before {
  position: absolute;
  content: "|";
  right: -13px;
}

.button .btn-blue:hover {
  background: none;
  color: #122b3d;
}

@media (max-width: 992px) {
  .private-hero {
    height: auto;
  }

  .private-links {
    margin-top: 20px;
  }
  .hero-picture {
    display: none;
  }

  .private-hero .left-content .title {
    font-size: 24px;
  }

  .private-hero .left-content .desc {
    font-size: 18px;
  }

  .private-links ul {
    flex-wrap: wrap;
  }
}

.content-wrapper table {
  padding: 10px;
}

.content-wrapper table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

.content-wrapper table thead {
  background: #02192a;
  color: white;
}

.content-wrapper table td {
  padding: 0px 10px;
}

div#formModal {
  z-index: 999999;
}

div#rightPopup {
  z-index: 99999;
}

.jcc {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #3c88c2;
}

.soru {
  display: block;
  background: #f3f3f3;
  padding: 15px;
}

.cevap {
  margin-bottom: 30px;
  margin-top: 10px;
  padding-left: 15px;
}

.soru:first-child {
  margin-top: 30px;
}

.landing-page-detail .contact-form {
  padding-bottom: 30px;
}

.landing-page-detail .area {
  position: relative;
}

.bd-text {
  font-weight: 600;
  font-size: 27px;
}

#dynamic-words {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  width: 600px;
}

.right-header ul li ul {
  opacity: 0;
  transition: all 0.4s ease;
}

.right-header ul li:hover > ul {
  opacity: 1;
}

.right-header ul li:hover > ul {
  display: block;
}

.right-header ul li {
  position: relative;
  width: 100%;
}
.right-header ul li > ul {
  position: absolute;
  background: #02192a;
}

.header .header-area ul li ul {
  display: block;
  padding: 0;
  margin: 0;
  width: 344px;
  left: 30px;
  border-radius: 0px 15px 13px 10px;
}

.header .header-area ul li ul li a {
  margin: 0;
}

.right-header ul li ul li {
  border-bottom: 1px solid #002f51;
  padding: 10px 15px;
  width: 310px;
}

.right-header ul li ul li:last-child {
  border: none;
}

.right-header {
  overflow: unset !important;
}

@media (max-width: 992px) {
  #dynamic-words {
    width: 310px;
  }
}

.fixed-width {
  display: inline-block;
  width: 500px;
  height: 44px;
  padding: 5px 0px;
}

.right-header ul li > ul {
  overflow: hidden;
  height: 0;
}

.right-header ul li:hover > ul {
  overflow: unset;
  height: auto;
}

.ans {
  display: none;
}

.ques {
  background: #02192a;
  color: white;
  padding: 10px;
  margin-top: 19px;
}

.ans {
  padding: 10px;
  background: #d2cfcf;
  margin-bottom: 20px;
}

/* Ok işareti */
.ques .arrow {
  transition: transform 0.3s ease; /* Animasyon için */
}

/* Cevap açıldığında ok işaretini döndür */
.ques.active .arrow {
  transform: rotate(180deg); /* 180 derece döndürme */
}

.faq-box .section-title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.faq-box .section-title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  background: #122b3d;
  bottom: -5px;
}

.reference-box img{

    max-width: 133px;
}

@media (max-width: 992px) {
  button.hamburger-toggle.open span:nth-child(2) {
    background: linear-gradient(219.12deg, #c5e3f9 13.94%, #5eb8fc 87.08%);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

button.hamburger-toggle span {
    transition: all 0.4s ease;
}

button.hamburger-toggle.open span:nth-child(3) {
    opacity: 0;
}

button.hamburger-toggle.open span:nth-child(1) {
    transform: rotate(-45deg);
    width: 29px;
    top: 7px;
    position: relative;
    right: -6px;
    top: 6px;
    left: 0px;
    width: 30px;
}

button.hamburger-toggle span:nth-child(3) {
    opacity: 1;
}
}
.contact-info-list .section-title {
    margin: 30px 0px;
    position: relative;
    left: -5%;
}

.contact-info-list .section-title::before {
    position: absolute;
    content: '';
    height: 3px;
    background: #5db8ff;
    z-index: 11;
    bottom: -5px;
    width: 34%;
}
.container.seoHomeText .service-box:before {
    position: unset;
    display: none;
}
.container.seoHomeText .service-box{
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 15px;
    color: #002d4e;
    transition: all 0.3s ease;
    display: block;
}
.container.seoHomeText .service-box:hover {
    color: white;
}