@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url(../fonts/font.css);
:root {
  --primary-font: "Poppins";
  --inter: "Inter", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

.mt-35 {
  margin-top: 35px;
}

.mt0 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

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

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

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

.mb-35 {
  margin-bottom: 30px;
}

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

.mb0 {
  margin-bottom: 40px;
}

::selection {
  color: #fff;
  background-color: #001c43;
}

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

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 23px;
  font-family: var(--inter);
}

p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0;
}

.bg-theme {
  background: #001c43;
}

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

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

.color-black {
  color: #333;
}

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

.map {
  padding-right: 30px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #001c43;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #001c43 !important;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

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

.contact-title {
  color: #010f1c;
  font-size: 38px;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
  line-height: 1.2;
}

.contact-content {
  padding: 0 35px;
}
.contact-content p {
  margin-bottom: 30px;
  margin-top: 10px;
}

.contact-info {
  padding-right: 100px;
}

.contact-mail {
  background: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  border: 1px solid #e4e7ee;
  padding: 20px 30px 20px 30px;
}
.contact-mail:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.contact-mail span {
  display: inline-block;
  flex-shrink: 0;
  transform: translateY(-1px);
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: #001c43;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.contact-mail svg {
  width: 17px;
  height: 17px;
}
.contact-mail svg path {
  stroke: #fff;
}

.contact-mail i {
  text-align: right;
  height: 34px;
  width: 34px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e7e8eb;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

.contact-mail:hover i {
  border-color: #001c43;
  background-color: #001c43;
  color: #fff !important;
}

.contact-social {
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  gap: 13px;
}
.contact-social a {
  display: grid;
  place-items: center;
  color: #001c43;
  width: 40px;
  height: 40px;
  background-color: #f0f3f9;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.contact-social a i {
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.contact-social a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #001c43;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  opacity: 0;
}
.contact-social a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}
.contact-social a:hover i {
  color: #001c43;
}
.contact-social a:hover small {
  opacity: 1;
}

.contact-form {
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 70px 70px 70px;
  position: relative;
  z-index: 2;
}
.contact-form .contact-form-title {
  font-weight: 600;
  font-size: 26px;
  color: #010f1c;
  margin-bottom: 35px;
}

.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7e8eb;
  box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
  border-radius: 5px;
  height: 54px;
  padding: 5px 22px;
  transition: all 0.3s ease-in-out;
  margin: 6px 0px 25px !important;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus {
  border-color: #001c43 !important;
}

.contact-form-input textarea {
  height: 180px;
  resize: none;
  padding: 22px 22px;
  margin-bottom: 14px;
}
.contact-form-input label {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: #000;
  width: 100%;
  text-transform: uppercase;
}

.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #001c43;
  text-align: center;
  padding: 14px 46px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
}

.map-wrapper {
  padding-top: 212px;
  padding-bottom: 193px;
  position: relative;
}

.map-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #0e1331;
  margin-bottom: 11px;
  display: inline-block;
}

.map-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.12;
  color: #0e1331;
  margin-bottom: 49px;
}

.map-wrap ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.map-wrap ul li {
  list-style: none;
  width: 50%;
  flex: 0 0 50%;
}

.location-icon {
  margin-bottom: 25px;
}

.location-content p {
  font-size: 15px;
  line-height: 24px;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.map-bg {
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  height: 100%;
  width: 44%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-bg {
    width: 75%;
    height: 740px;
  }
}
.map-bg iframe {
  height: 100%;
  width: 100%;
}

.before_title_c {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #001c43;
  padding: 0px 0px 10px 0px;
  text-decoration: underline !important;
}

.content-m h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: 0.5s ease-in-out;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 5px;
  line-height: 26px;
}

.content-m {
  font-family: var(--inter);
  font-size: 15px;
}

.map {
  margin-top: 40px;
}
.map iframe {
  height: 450px;
}

.transparent-header {
  width: 100%;
  z-index: 9;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-swiper-start {
  margin-top: 82px;
  overflow: hidden;
}
.heder-top-wrap {
  background: #00194c;
  overflow: hidden;
}
.heder-top-wrap .header-top-left {
  padding-left: 25px;
}
.heder-top-wrap .header-top-left .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px 35px;
}
.heder-top-wrap .header-top-left .list-wrap li {
  font-size: 14px;
  color: #e6eeff;
  display: flex;
  align-items: center;
  line-height: 1.28;
  position: relative;
}
.heder-top-wrap .header-top-left .list-wrap li::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: #324b7d;
}
.heder-top-wrap .header-top-left .list-wrap li a {
  color: #e6eeff;
}
.heder-top-wrap .header-top-left .list-wrap li i {
  font-size: 20px;
  margin-right: 8px;
  line-height: 0;
  color: #b3ccff;
}

.heder-top-wrap .header-top-left .list-wrap li svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #b3ccff;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-social .list-wrap li a {
  font-size: 15px;
  color: #e6eeff;
}

.header-top-btn a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 0;
  background-color: #001c43;
  color: #fff;
  padding: 26px 32px;
  transition: all 0.3s ease-in-out;
}
.header-top-btn a i {
  margin-left: 10px;
  transform: rotate(-50deg);
  font-size: 22px;
  font-weight: 400;
}
.header-top-btn a:hover {
  background-color: #0c3cb4;
}

.menu-area {
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 0 0 30px;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
  color: #001c43;
  display: none;
  margin-top: 6px;
  padding: 5px 10px;
  border: 2px solid #001c43;
}

.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo img {
  height: 69px;
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  margin: 0 0 0 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
}
.navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
     font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00114e;
    font-family: Poppins;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 32px 15px;
}
.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 260px;
  border: 1px solid #f5f5f5;
  background: #fff;
  margin: 0 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 5px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
  list-style: none;
  position: relative;
}
.navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px !important;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: #00194c;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navbar-wrap ul li .sub-menu li a:hover{
    color: #0c3cb4;
}
.navbar-wrap ul li .sub-menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #0c3cb4;
  transition: 0.3s ease-in-out;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #001c43;
}

.navbar-wrap > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #001c43;
  font-size: 12px;
  margin-left: 8px;
  transition: all 0.3s ease-out 0s;
}

.navbar-wrap ul li .sub-menu > li.active > a,
.navbar-wrap ul li .sub-menu li a:hover {
  color: #001c43 !important;
}

.navbar-wrap ul li .sub-menu > li.active > a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
  width: 10px;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}

.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin: 0px;
  padding: 0px;
}
.header-action > ul li {
  margin-left: 0;
  position: relative;
}
.header-contact-two .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001c43;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 7px;
}

.header-contact-two .content span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #0c3cb4;
  line-height: 1;
  margin-bottom: 5px;
}
.header-contact-two .content a {
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: 1;
  color: #0c3cb4;
}

.header-action ul li.header-search {
  line-height: 0;
}

.header-action > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}

.header-action ul > li > a {
  padding: 29px 29px;
  display: block;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.header-action .offcanvas-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 26px;
  padding: 29px 29px;
  justify-content: center;
}

.header-action ul li a {
  color: #0c3cb4;
  font-size: 14px;
}

.header-action .offcanvas-menu a span {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #0c3cb4;
  transition: 0.3s linear;
}

.header-action .offcanvas-menu a span:nth-child(2) {
  width: 23px;
}

.header-action .offcanvas-menu a span:nth-child(3) {
  width: 15px;
}

.header-action ul li.header-search a {
  color: #334770;
  font-size: 22px;
  line-height: 0;
  transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 1200px) {
  .menu-area .mobile-nav-toggler {
    display: block !important;
    margin-top: 20px;
  }

  .header-style-two .header-action > ul li.header-contact-two {
    display: none;
  }

  .navbar-wrap {
    display: none !important;
  }

  .offcanvas-menu {
    display: none !important;
  }

  .menu-nav {
    justify-content: space-between;
  }

  .menu-area {
    padding: 0 30px !important;
  }

  .header-style-two .header-action ul > li > a {
    border-right: 1px solid #d9d9d9;
  }

  .header-action {
    margin-right: 30px;
  }

  .heder-top-wrap {
    display: none !important;
  }
}
.header-contact-two {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-action > ul li:first-child::before {
  content: unset !important;
}

.navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.mobile-menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 320px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(200%);
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 64px 0px rgba(0, 0, 0, 0.2);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #292b37;
  cursor: pointer;
  z-index: 10;
  transition: all 0.9s ease;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo img {
  max-width: 135px;
}
.mobile-menu .mobile-search {
  padding: 0 20px 25px 25px;
}
.mobile-menu .mobile-search form {
  position: relative;
}
.mobile-menu .mobile-search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  background: #f1f4fc;
  color: #0c3cb4;
}
.mobile-menu .mobile-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: #0c3cb4;
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #0c3cb4;
  text-transform: capitalize;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  transition: all 500ms ease;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.mobile-menu .social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #0c3cb4;
  transition: all 500ms ease;
  border: 1px solid #f1f4fc;
  border-radius: 3px;
}

.extra-info {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(100%);
}

.extra-info.active {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: transparent;
  border: 0 none;
  color: #001c43;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info .logo-side img {
  max-width: 151px;
}

.side-info {
  border-top: 1px solid #001c43;
  padding-top: 25px;
}

.contact-list h4 {
  margin-top: 0px;
  margin-bottom: 0.7rem;
  font-style: normal;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.contact-list p {
  color: #000;
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}

.social-icon-right > a {
  color: #001c43;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  z-index: 99;
  padding: 100px 0;
  display: none;
}

.search-close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #001c43;
  cursor: pointer;
}

.search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-wrap .title {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-weight: 700;
  line-height: 1.2;
}
.search-wrap .search-form {
  position: relative;
}
.search-wrap .search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #001c43;
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: #000;
}
.search-wrap .search-form .search-btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: #001c43;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu-visible .mobile-menu {
  transform: translateX(0%);
  right: 0;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #292b37;
  background: #f1f4fc;
  cursor: pointer;
  border-radius: 2px;
  transition: all 500ms ease;
  z-index: 5;
}

:root {
  --height: 140px;
}

.homeSlider {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.homeSlider .banner-main-wrapper {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}
.homeSlider .banner-content {
  padding: 200px 0 !important;
}
.homeSlider .banner-content span.pre {
  transition-delay: 0.2s;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
.homeSlider .banner-content span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
.homeSlider .banner-content span span {
  background: #001c43;
  padding: 2px 7px;
  border-radius: 2px;
}
.homeSlider .banner-content .banner-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  margin-top: 25px;
  transition-delay: 0.5s;
  font-family: var(--primary-font);
  opacity: 0;
}
.homeSlider .banner-content .disc {
  transition-delay: 0.8s;
  opacity: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 5px 0 40px 0;
}
.homeSlider .banner-content .disc p,
.homeSlider .banner-content .disc span {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--inter);
}

.rts-btn {
  padding: 19px 40px;
  color: #fff;
  background: #001c43;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  min-width: max-content;
}
.rts-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(1);
  transform-origin: 50%;
  background-color: #0c3cb4;
  border-radius: 4px;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.rts-btn:hover {
  background-color: #001c43;
  color: #fff;
}
.rts-btn:hover::before {
  background: #0c3cb4;
  transform: scaleX(0);
}

.homeSlider .swiper-slide.swiper-slide-active .banner-title {
  animation: fadeInUp3 1s linear;
  animation-delay: 0.5s;
  opacity: 1;
}

.homeSlider .swiper-slide.swiper-slide-active span.pre {
  animation: slideInUp3 1s linear;
  animation-delay: 0.2s;
  display: block;
  opacity: 1;
}

.homeSlider .swiper-slide.swiper-slide-active .disc {
  animation: fadeInUp3 1s linear;
  animation-delay: 0.8s;
  opacity: 1;
}

.homeSlider .swiper-slide.swiper-slide-active .button-banner-area {
  animation: fadeInUp3 1s linear;
  animation-delay: 1s !important;
  opacity: 1;
}

@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp3 {
  0% {
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }
  100% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.swiper-pagination-b2 .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  margin: 5px 0 !important;
  height: 6px !important;
  width: 6px !important;
  cursor: pointer !important;
}

.swiper-pagination-b2 .swiper-pagination-bullet-active {
  background-image: url(../img/icon/icon.png) !important;
  background-size: contain !important;
  height: 20px !important;
  width: 20px !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  cursor: pointer !important;
}

.swiper-pagination-b2 {
  text-align: left !important;
  display: inline !important;
  width: max-content !important;
  top: 40% !important;
  flex-direction: column !important;
  display: flex !important;
  left: 50px !important;
  align-items: center !important;
  position: absolute !important;
  z-index: 10 !important;
}
.header-contact-two.mobile {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination-b2 {
    bottom: 3rem !important;
    top: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .banner-content .banner-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 15px !important;
  }

  .header-contact-two.mobile {
    display: flex !important;
    position: relative;
    float: right;
    font-size: 27px;
    cursor: pointer;
    line-height: 1;
    color: #001c43;
    margin-top: 13px;
    margin-right: 9px !important;
  }

  .button-banner-area {
    display: none !important;
  }
  .button-banner-area .rts-btn {
    padding: 13px 34px !important;
  }

  .homeSlider {
    height: 500px !important;
  }
  .swiper-pagination-b2 {
    bottom: 3rem !important;
    left: 100px !important;
    top: unset !important;
    transform: rotate(270deg);
  }
  .copyright-text {
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px;
  }
}
@media screen and (max-width: 568px) {
  .homeSlider .banner-content .banner-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.responsive-call {
  display: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .header-contact-two {
    display: flex !important;
  }

  .navbar-wrap ul li a {
    padding: 32px 12px !important;
  }

  .responsive-call {
    display: inline-block !important;
  }
  .acc-footer-big-area .acc-footer-contact-info-wrap {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .acc-footer-contact-info-inner .acc-label {
    display: none !important;
  }
  .acc-footer-contact-info-inner i {
    width: 50px !important;
    height: 50px !important;
    display: grid !important;
    text-align: center !important;
    line-height: 0 !important;
    margin-right: 10px !important;
    font-size: 30px !important;
    color: #fff;
    font-weight: 400;
    background-color: transparent !important;
    place-items: center !important;
  }
}
.tp-categories-title-wrapper {
  margin-bottom: 0px;
}
.tp-categories-title-wrapper .tp-section-title-pre {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #001c43;
}
.tp-categories-title-wrapper .tp-section-title {
  font-weight: 800;
  font-size: 40px;
  font-family: var(--primary-font);
  line-height: 1.2;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .tp-section-title {
    font-size: 25px;
  }
}
.tp-categories-item {
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-categories-item {
    margin-bottom: 60px;
  }
}
.tp-categories-item:hover .tp-categories-shape {
  opacity: 1;
}

.tp-categories-item:hover .tp-categories-thumb::after {
  background-color: #001c43;
}

.tp-categories-item:hover .tp-categories-thumb::before {
  height: 100%;
}

.tp-categories-item:hover .tp-categories-icon i {
  border-radius: 0;
  background: #001c43;
}

.tp-categories-item:hover .tp-categories-btn a {
  height: max-content;
  padding: 15px 60px;
  opacity: 1;
}

.tp-categories-item-inner {
  padding: 14px;
      margin-top: 25px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.08);
}

.tp-categories-icon {
  position: absolute;
  top: -45px;
  left: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categories-icon {
    left: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-categories-icon {
    left: 14px;
  }
}
@media (max-width: 575px) {
  .tp-categories-icon {
    left: 20px;
    top: -65px;
  }
}
.tp-categories-icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: #0c3cb4;
}
.tp-categories-icon img {
  width: 50px !important;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
}

.tp-categories-content {
  position: relative;
  padding: 50px 0 0 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-categories-content {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categories-content {
    padding: 20px 0px 5px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-categories-content {
    padding: 20px 0px 5px 15px;
  }
}
@media (max-width: 575px) {
  .tp-categories-content {
    padding: 30px 0px 12px 20px;
  }
}
.tp-categories-thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
}

.tp-categories-thumb img {
  width: 100%;
  height: 230px;
}

.tp-categories-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 6px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: #001c43;
}

.tp-categories-thumb::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  background-color: #214be0;
}

.tp-categories-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.tp-categories-title {
      font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0.1px;
    text-align: center;
}

.tp-categories-title a:hover {
  color: #0c3cb4;
}

.tp-categories-title-wrapper {
  margin-bottom: 60px;
}

.tp-categories-btn a {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: auto;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 0px 60px;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #001c43;
}

.tp-categories-btn a i {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}

.owl-hizmetler .owl-stage-outer {
  height: 560px;
}

.owl-hizmetler {
  position: relative;
}

.owl-hizmetler .owl-dots {
  position: absolute;
  top: 75%;
  height: 50px;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-hizmetler .owl-dots button {
  width: 10px;
  height: 10px;
  background: #b4b4b4;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.owl-hizmetler .owl-dots button + button {
  margin-left: 10px;
}

.owl-hizmetler .owl-dots button.active {
  background-color: #001c43;
  width: 25px;
}

.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.title_all_box {
  position: relative;
  margin-bottom: 50px;
}
.title_all_box .title_sections {
  position: relative;
}
.title_all_box .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}
.title_all_box h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  font-family: var(--primary-font);
  padding: 0px 0px 10px 0px;
  transition: 0.5s ease-in-out;
}

.theme_btn_all {
  position: relative;
}

.theme_btn_all.title-b {
  position: relative;
  width: max-content;
  margin-left: auto;
}

.theme_btn_all .theme-btn.one {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: #001c43;
  color: #fff;
  border: 1px solid #001c43;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.theme_btn_all .theme-btn.one:hover {
  background: #fff;
  color: #0c3cb4;
  border-radius: 0px 10px 0px 10px;
}

.project_post {
  position: relative;
  margin: 0px 10px;
}
.project_post .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 400px;
  width: 100%;
  display: block;
}
.project_post .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.09) 100%);
  z-index: 1;
  border-radius: 0px;
  opacity: 0.9;
  transition: all 0.5s ease-in-out;
}
.project_post .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background: linear-gradient(0deg, #001c43 40%, rgba(0, 0, 0, 0.09) 150%);
  z-index: 1;
  border-radius: 0px;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}
.project_post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_post .project_caro_content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.project_post .project_caro_content p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  display: block;
  margin-bottom: 6px;
}
.project_post .project_caro_content h2 {
  line-height: normal;
}
.project_post .project_caro_content h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  display: block;
}
.project_post:hover .image::after {
  bottom: 0;
}

.project-section {
  padding: 100px 0 !important;
}

.acc-heading-subheading {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .acc-heading-subheading {
    margin-bottom: 20px !important;
  }
  .theme_btn_all.titles {
    margin-left: unset !important;
  }
}
.acc-heading-subheading .acc-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #001c43;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .acc-heading-subheading .acc-subtitle {
    margin-bottom: 0 !important;
  }
}
.acc-heading-subheading .acc-subtitle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #001c43;
  top: 9px;
  left: 0;
}
.acc-heading-subheading .acc-title {
  font-size: 40px;
  line-height: 46px;
  font-family: var(--primary-font);
  letter-spacing: -0.5px;
  color: #222d35;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .acc-heading-subheading .acc-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 568px) {
  .acc-heading-subheading .acc-title {
    font-size: 23px;
  }
}
.acc-heading-subheading .acc-heading-desc {
  margin-top: 20px;
}
.acc-heading-subheading .acc-heading-desc p {
  margin: 0 0 25px;
}

.acc-ihbox {
  position: relative;
  margin-bottom: 30px;
}
.acc-ihbox .acc-ihbox-headingicon {
  border-bottom: 1px solid #e2e3e4;
  position: relative;
  margin-bottom: 60px;
}
.acc-ihbox .acc-ihbox-headingicon .acc-ihbox-icon-wrapper {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 25px;
}
.acc-ihbox .acc-ihbox-headingicon .acc-ihbox-icon-wrapper img {
  height: 70px;
  width: 70px;
}
.acc-ihbox .acc-ihbox-headingicon .acc-ihbox-icon-wrapper i {
  color: #001c43;
}
.acc-ihbox .acc-ihbox-box-number {
  position: absolute;
  bottom: -26px;
  right: 0;
  font-size: 48px;
  line-height: 48px;
  color: rgba(121, 121, 121, 0.2);
  display: inline-block;
  padding-right: 0px;
  background: #fff;
  font-weight: 700 !important;
}
.acc-ihbox h2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #222d35;
  font-weight: 600;
  margin-bottom: 10px;
}

.solution-button {
  text-align: center;
  cursor: pointer;
  outline: none !important;
  background-color: #00194c;
  text-align: center;
  width: max-content;
  margin: 40px auto 0 auto;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  padding: 18px 38px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}
.solution-button span {
  display: flex;
  justify-content: center;
  position: relative;
}
.solution-button span::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
.solution-button:hover {
  background-color: #001c43;
  color: #fff;
}
.solution-button:hover a {
  color: #fff;
}

.logo-section {
  padding: 0 !important;
}
.logo-section .logo-wrapper {
  display: flex;
  align-items: center;
}
.logo-section .logo-wrapper .logo-area {
  overflow: hidden;
  margin: 60px;
}

.logo-section .logo-wrapper .logo-area .js-marquee img {
  width: 130px;
  object-fit: contain;
}

.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: -10%;
  right: 30px;
  font-size: 14;
  border-radius: 6px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #001c43;
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-top:hover {
  background: #0c3cb4;
}

.title-btn {
  margin: 0 0 20px auto !important;
}
@media screen and (max-width: 768px) {
  .title-btn {
    margin: 0 0 20px 0 !important;
  }
}

.blog-section {
  background-color: #f9f9f9;
}

.acc-featured-container {
  position: relative;
}
.acc-featured-container .acc-meta-date-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 15px;
  z-index: 9;
  text-align: center;
  background-color: #001c43;
}
.acc-featured-container .acc-meta-date-wrapper span.acc-day {
  font-size: 23px;
  line-height: 33px;
}
.acc-featured-container .acc-meta-date-wrapper span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 13px;
  font-family: var(--primary-font);
  line-height: 18px;
  font-weight: 600 !important;
  letter-spacing: 1.5px;
}
.acc-featured-container .acc-featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.acc-featured-container .acc-featured-wrapper img {
  position: relative;
  width: 100%;
  height: 380px;
  transition: all 0.5s ease 0s;
}

.pbminfotech-box-content {
  padding: 20px 25px 10px;
  background: #fff;
  margin-left: 30px;
  top: -50px;
  position: relative;
}
.pbminfotech-box-content .acc-post-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}
.pbminfotech-box-content .acc-post-title a {
  color: #000;
}
.pbminfotech-box-content .acc-post-title a:hover {
  color: #000;
}

.copyright-area {
  border-top: 1px solid rgba(218, 216, 216, 0.7);
  padding: 28px 0 10px 0;
  margin-top: 30px;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.copyright-area p {
  margin-right: 25px;
  color: #fff;
  font-size: 18px;
}

.sanatustuCopy a {
  color: #fff !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #fff;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #fff;
  font-size: 25px;
}

.copyright-text {
  position: relative;
}

.copyright-text .company a {
  color: #fff;
  font-weight: 500;
}

.site-footer {
  font-size: 15px;
}

.footer.site-footer {
  color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/bg-footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.footer-wrap.acc-footer-big-area {
  padding-top: 37px;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.acc-footer-contact-info-inner i {
  display: grid;
  width: 50px;
  height: 50px;
  line-height: 0;
  text-align: center;
  margin-right: 18px;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  background-color: transparent;
  place-items: center;
}

.acc-footer-big-area .acc-footer-contact-info-wrap {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #fff;
}

.acc-footer-contact-info-inner .acc-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.acc-footer-widget-col-1,
.acc-footer-widget-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.acc-footer-widget-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.site-footer .widget {
  padding: 70px 0 60px;
}

.site-footer .widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  font-family: var(--primary-font);
  margin-bottom: 40px;
  color: #fff;
}

.widget ul a {
  display: inline-block;
}

.widget ul > li {
  padding: 0 0 15px 0;
}

.site-footer .textwidget ul li a {
  color: #b8c3cb;
}

.site-footer .textwidget ul li a:hover {
  color: #fff;
}

.widget.acc-footer-widget-col-1 {
  padding-left: 15px;
  padding-right: 45px;
}

.site-footer .widget.acc-footer-widget-col-2 {
  padding-right: 45px;
  padding-left: 45px;
  position: relative;
}

.footer-newsletter-links input {
  padding: 0 15px;
}

.footer-newsletter-links .form-control {
  height: 60px;
}

.footer-newsletter-links button {
  background-color: #fff;
  color: #fff;
  border: none;
  padding: 21px 40px;
  padding-left: 65px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}

.footer-newsletter-links button:before,
.acc-newsletter button::before {
  content: " ";
  width: 15px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  position: absolute;
  left: 40px;
  top: 50%;
}

.acc-footer-widget-col-3 {
  padding: 0 15px 0 45px;
}

.acc-timelist-list {
  padding: 0;
  margin: 0;
}

ul.acc-timelist-list li:first-child {
  padding-top: 0;
}

ul.acc-timelist-list li {
  list-style: none;
  padding: 8px 0;
}

.acc-timelist-list .acc-timelist-li-value {
  float: right;
  color: #b8c3cb;
}

.site-footer .acc-footer-widget-col-2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.14);
}

.site-footer .acc-footer-widget-col-1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.14);
}

.site-footer .acc-footer-widget-col-3 .widget {
  padding-left: 35px;
}

.footer-social-links {
  margin-top: 10px;
  margin-left: -45px;
  margin-right: -45px;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-social-links .acc-social-links {
  margin-top: -15px;
}

.footer-social-links .acc-social-links li {
  display: inline-block;
}

.footer-social-links .acc-social-links li a {
  display: inline-block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 17px;
}

.footer-social-links .acc-social-links li a:hover {
  color: #001c43;
  background-color: #fff;
}

.acc-footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.acc-footer-copyright-text-area {
  padding-top: 20px;
}

.acc-footer-copyright-text-area a {
  color: #b8c3cb;
}

.acc-footer-copyright-text-area a:hover {
  color: #fff;
}

.acc-footer-menu-area {
  text-align: right;
  margin-top: 20px;
}

.acc-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acc-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.acc-footer-menu-area .menu-item a {
  color: #b8c3cb;
}

.acc-footer-menu-area .menu-item a:hover {
  color: #fff;
}

.footer-logo {
  max-width: 350px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
}

@media screen and (max-width: 991px) {
  .acc-footer-widget-col-1,
  .acc-footer-widget-col-2,
  .acc-footer-widget-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .site-footer .widget {
    padding-top: 80px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .site-footer .acc-footer-widget-col-1:after,
  .site-footer .acc-footer-widget-col-2:after {
    display: none;
  }

  .footer-social-links {
    border: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .site-footer .widget.acc-footer-widget-col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .acc-footer-widget-col-3 {
    padding-right: 0;
  }

  .acc-blc-style-1 blockquote {
    font-size: 18px;
    line-height: 24px;
  }

  .acc-blc-style-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer .acc-footer-widget-col-3 .widget {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .acc-footer-widget-col-1,
  .acc-footer-widget-col-2,
  .acc-footer-widget-col-3,
  .acc-footer-widget-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .acc-footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-footer .acc-rpw-list > li:last-child {
    padding-bottom: 0;
  }

  .acc-footer-big-area .acc-footer-boxes {
    margin-bottom: 30px;
  }

  .footer-wrap.acc-footer-big-area {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .site-footer .widget {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .acc-footer-text-inner,
  .acc-footer-menu-area {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .site-footer input {
    width: 190px;
  }

  .acc-footer-boxes-2 button {
    padding: 10px 20px;
  }
}
.detail-banner {
    background-color: #000 !important;
    position: relative;
    height: 116px;
    margin-top: 82px;
}
.detail-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(358deg, #1a2329 0%, rgba(26, 35, 41, 0) 100%);
  opacity: 0.4;
  z-index: 1;
}
.detail-banner .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
      background: #e8e8e8 !important;
}
.detail-banner .banner-text {
  width: 100%;
}
.detail-banner .page-top-title {
  margin: 0 0;
  padding: 0 0;
  font-size: 27px;
      color: #001845;
    font-weight: 100;
  font-family: var(--primary-font);
  line-height: normal;
}
.detail-banner .page-top-title::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
.detail-banner .breadcrumb {
  width: 100%;
  position: relative;
  margin-top: 0px;
}
.detail-banner .breadcrumb .container {
  
}
.detail-banner .list ul {
  display: flex;
}
.detail-banner .list ul li {
  list-style: none;
  line-height: 41px;
  font-size: 12px;
  color: rgb(65 64 64 / 60%);
  font-family: var(--inter);
  letter-spacing: 1px;
}
.detail-banner .list ul li::after {
  content: "/";
}
.detail-banner .list ul li:first-child a {
  margin: 0 15px 0 0 !important;
}
.detail-banner .list ul li a {
  margin: 0 15px;
  line-height: 41px;
  font-size: 11px;
  color: rgb(65 64 64 / 60%);
}
.detail-banner li.active:after {
  content: "" !important;
}

@media only screen and (max-width: 1600px) {
  .detail-banner .breadcrumb:before {
    width: calc((100% - 1200px) / 2);
  }
}
@media only screen and (max-width: 1380px) {
  .detail-banner .breadcrumb:before {
    width: calc((100% - 992px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .detail-banner .breadcrumb:before {
    display: none;
  }
}
.detail-banner .breadcrumb .list ul li.active {
  color: #fff;
  font-weight: 600;
}

.content-breadcrumb {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 3;
  width: 100%;
}

.basic-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.basic-pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: #00000014 0 10px 36px, #00000005 0 0 0 1px;
  display: grid;
  font-weight: 500;
  font-size: 15px;
  place-items: center;
  transition: all 0.2s ease-in-out;
}
.basic-pagination ul li a:hover {
  background-color: #001c43;
  color: #fff;
}
.basic-pagination ul li a.current {
  background-color: #001c43;
  color: #fff;
}

.context {
  line-height: 1.5;
  color: #404040;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 74px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.context p,
.context span {
  font-size: 16px !important;
  font-weight: 300;
}

.referances-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.referances-box .clients-logo {
  border: 1px solid #ddd;
  padding: 20px;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.referances-box .clients-logo .logo-main {
  width: 160px;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}

.clients-logo:hover .logo-main {
  animation: upToTop 0.7s forwards;
  filter: grayscale(100%);
}

.clients-logo:hover {
  border-color: #0c3cb4;
}

@keyframes upToTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1230px) {
  .referances-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .referances-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 358px) {
  .referances-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.widget-area {
  padding: 30px;
  border: 1px solid #f1f1f1;
}
.widget-area .widget-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.widget-area .recent-item {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 90px auto;
}
.widget-area .recent-item img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.widget-area .recent-item p {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.widget-area .recent-item .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  padding-bottom: 5px;
  word-wrap: break-word;
  transition: all 0.3s;
  word-break: break-all;
  overflow: hidden;
}
.widget-area .recent-item + .recent-item {
  margin-top: 30px;
}

.blog-detail-img {
  position: relative;
  margin-bottom: 49px;
}
.blog-detail-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.blog-detail-img .date {
  position: absolute;
  left: 2rem;
  bottom: -30px;
  padding: 14px 26px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  transform: translateY(-20px);
  background-image: linear-gradient(to right, #001c43, #0c3cb4);
}
.blog-detail-img .date span {
  display: block;
  font-size: 32px;
  margin-bottom: 6px;
}

.detay-text {
  padding: 0 20px;
}

.detay-text p,
.detay-text span {
  font-size: 16px !important;
  font-family: var(--inter) !important;
  color: #000 !important;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.detay-text ul,
.detay-text ol {
  margin: 20px;
}
.detay-text ul li,
.detay-text ol li {
  font-size: 16px !important;
  font-family: var(--inter) !important;
  color: #000 !important;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 300;
}
.detay-text ul li + li,
.detay-text ol li + li {
  margin-top: 10px;
}

.blog-ct {
  border: 1px solid #f1f1f1;
  padding: 0 0 20px 0;
}

.post-list {
  background-color: #f9f9f9;
  padding: 30px;
  padding-top: 28px;
  margin-bottom: 30px;
}
.post-list .widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #0c121d;
  text-transform: none;
  font-style: normal;
  margin-bottom: 25px;
  position: relative;
}
.post-list ul > li {
  padding: 0 0 15px 0;
}
.post-list ul > li a {
  background-color: #fff;
  padding: 20px 30px 18px 30px;
  display: block;
  position: relative;
  line-height: normal;
  font-weight: 600;
}
.post-list ul > li a::before {
  position: absolute;
  content: "\ea6e";
  left: inherit;
  right: 15px;
  font-size: 16px;
  top: -3px;
  color: inherit;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 35%;
  color: #001c43;
}
.post-list .active a {
  color: #fff;
  background-color: #001c43;
}

.post-list .active a::before {
  color: #fff;
}

.hizmet-img {
  height: 450px;
}
.hizmet-img img {
  width: 100%;
  height: 100%;
}

.hizmet-r .detay-text {
  padding: 0;
  margin-top: 15px;
}

.swiper.scrollSlider {
  width: 100%;
  height: 100%;
  padding: 60px 0 0 0;
}
.swiper.scrollSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.swiper.scrollSlider .swiper-slide .search-zoom {
  position: absolute;
  top: -100%;
  right: 0;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 0 0 0 4px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.swiper.scrollSlider .swiper-slide .search-zoom img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.swiper.scrollSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper.scrollSlider .swiper-slide:hover .search-zoom {
  top: 0;
}

.navigation-scrollSlide {
  width: 100%;
  height: 5%;
  display: flex;
  position: relative;
  padding: 0;
  align-items: center;
  margin: 2rem 0 0 0;
}
.navigation-scrollSlide .next-prev {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.navigation-scrollSlide .next-prev .prev-btn,
.navigation-scrollSlide .next-prev .next-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: grid;
  place-items: center;
  margin-right: 15px;
  border-radius: 3px;
  cursor: pointer;
}
.navigation-scrollSlide .next-prev .prev-btn i,
.navigation-scrollSlide .next-prev .next-btn i {
  font-size: 22px;
  color: #001c43;
}

.scroll-bar-navigate {
  position: relative;
  flex: 1;
  height: 100%;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.swiper-scrollbar-drag {
  opacity: 1;
  background-color: #001c43;
  border-radius: 2px !important;
  height: 5px !important;
  top: -1px !important;
}

.padding-detay {
  padding: 35px 0;
}

.content-inner-1 {
  padding-top: 80px;
  padding-bottom: 0px;
}
.content-inner-1 .container-fluid {
  padding: 0 20px !important;
}
.content-inner-1 .dlab-box {
  position: relative;
}
.content-inner-1 .dlab-box .dlab-media {
  overflow: hidden;
  position: relative;
}
.content-inner-1 .dlab-box .dlab-media::before {
  content: "";
  background-color: #191c0a;
  background: #111111;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.content-inner-1 .dlab-box .dlab-media::after {
  content: "";
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s linear;
  background-color: #191c0a;
}

.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.overlay-bx .mfp-link {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 34px;
  line-height: 100px;
  text-align: center;
  background: transparent;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
  transform: scale(0);
}

.project-carousel .owl-prev,
.project-carousel .owl-next {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  color: #000;
  padding: 5px 8px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.project-carousel .owl-prev i,
.project-carousel .owl-next i {
  height: 50px;
  width: 50px;
  background: #001c43;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.project-carousel .owl-prev {
  left: 10%;
}
.project-carousel .owl-next {
  right: 10%;
  left: unset !important;
}

.portfolio-bx:hover .dlab-img-overlay1:before {
  opacity: 0.8;
}
.portfolio-bx:hover .mfp-link {
  transform: scale(1);
  visibility: visible;
}

.mfp-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  filter: invert(1);
}

.teklif-al.mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .teklif-al.mobile {
    display: block !important;
  }
  .acc-footer-contact-info-inner {
    justify-content: start !important;
  }
  .acc-footer-big-area .acc-footer-boxes {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .widget-area {
    margin-top: 20px;
  }

  .blog-detail-img .date {
    padding: 14px 15px;
    font-size: 14px;
  }
  .blog-detail-img .date span {
    font-size: 20px;
  }

  .h-o2 {
    order: 2 !important;
  }

  .post-list {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }

  .detail-banner .page-top-title {
    font-size: 25px;
  }

  .footer-wrap .row:first-child {
    flex-direction: column !important;
  }
  .footer-wrap .row:first-child .acc-footer-boxes {
    width: 100% !important;
  }

  .contact-content {
    margin-top: 30px;
    padding: 0 10px !important;
  }

  .contact-mail span {
    flex-shrink: 0 !important;
  }

  .contact-info {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-detail-img img {
    height: auto !important;
    max-height: 350px !important;
  }
  .content-m h3 {
    font-size: 16px;
  }

  .contact-mail {
    font-size: 15px !important;
    gap: 0 !important;
  }

  .post-list .widget-title {
    font-size: 17px !important;
    margin-bottom: 13px !important;
  }

  .header-action {
    display: none !important;
  }

  .menu-area {
    padding: 15px 30px !important;
  }

  .menu-area .mobile-nav-toggler {
    margin-top: 10px !important;
  }

  .detail-banner .page-top-title {
    font-size: 30px;
  }

  .detail-banner {
    height: 280px;
  }

  .detail-banner .breadcrumb {
    margin-bottom: 0px !important;
  }

  .tp-categories-title-wrapper .tp-section-title {
    letter-spacing: 0 !important;
    font-size: 28px !important;
  }

  .tp-categories-icon img {
    width: 35px !important;
    height: 35px !important;
  }

  .tp-categories-icon {
    width: 60px;
    height: 60px;
    top: -42px !important;
  }

  .acc-ihbox h2 {
    font-size: 22px;
  }

  .title_all_box h2 {
    font-size: 27px !important;
  }

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

  .project-section {
    padding: 100px 0 50px 0 !important;
  }

  .solution-button {
    margin: 0 0 20px 0 !important;
  }

  .theme_btn_all .theme-btn.one {
    line-height: 46px !important;
    min-height: auto !important;
  }

  .pbminfotech-box-content {
    margin-left: 0 !important;
  }

  .acc-featured-container .acc-meta-date-wrapper {
    text-align: center !important;
  }

  .acc-featured-container .acc-meta-date-wrapper span.acc-day {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .acc-featured-container .acc-meta-date-wrapper span {
    font-size: 13px !important;
  }

  .acc-footer-contact-info-inner i {
    width: max-content;
    height: max-content;
    margin-right: 17px;
    font-size: 28px;
  }

  .acc-footer-big-area .acc-footer-contact-info-wrap {
    font-size: 15px !important;
  }

  .footer-logo {
    width: 230px !important;
  }

  .widget.acc-footer-widget-col-2 {
    padding: 0 0 !important;
  }
  .widget.acc-footer-widget-col-2 .text-center {
    text-align: left !important;
    padding-left: 15px !important;
  }

  .acc-footer-widget-col-3 {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .footer-social-links {
    margin-top: 25px !important;
  }

  .homeSlider .banner-content .disc {
    display: none !important;
  }

  .contact-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 568px) {
  .detail-banner .page-top-title {
    font-size: 19px;
    padding-bottom: 10px;
    margin-top: 25px;
    text-align: center;
  }

  .detail-banner .list ul li:first-child a {
    margin: 0 15px 0 0 !important;
  }

  .detail-banner .breadcrumb {
    margin-top: -1px !important;
        display: none;
  }

  .detail-banner {
    height: 69px;
}

.content-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

  .tp-categories-title-wrapper .tp-section-title {
    letter-spacing: 0;
    font-size: 22px !important;
  }

  .acc-ihbox h2 {
    font-size: 17px;
  }

  .solution-button {
    padding: 16px 29px !important;
    font-size: 12px !important;
  }

  .title_all_box h2 {
    font-size: 20px !important;
    line-height: 33px !important;
  }

  .title_all_box .title_sections .before_title {
    font-size: 19px !important;
    padding: 0 !important;
  }

  .contact-title {
    font-size: 23px;
  }

  before_title_c {
    font-size: 17px;
    line-height: 27px;
  }
}
.teklif-al-cs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 50% 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.teklif-al-cs .left-teklif {
  height: 100vh;
  background-color: #001c43;
  display: grid;
  place-items: center;
  transform: translateY(-100%);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.teklif-al-cs .left-teklif img {
  width: 100%;
  max-width: 250px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
}
.teklif-al-cs .right-teklif {
  display: grid;
  place-items: center;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(100%);
  position: relative;
}
.teklif-al-cs .right-teklif .close-teklif-cs {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 35px;
  cursor: pointer;
}
.teklif-al-cs .right-teklif .form {
  padding: 30px 50px;
}
.teklif-al-cs .right-teklif .form .title {
  font-size: 30px;
  color: #676767;
  line-height: 1.25;
  margin-bottom: 20px;
}
.teklif-al-cs .right-teklif .form .sub-title {
  font-size: 16px;
  color: #676767;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 60%;
}
.teklif-al-cs .right-teklif .form .field {
  position: relative;
}
.teklif-al-cs .right-teklif .form .field input {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  height: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #676767;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 10px;
  transition-duration: 400ms;
}
.teklif-al-cs .right-teklif .form .field input:focus {
  border: 1px solid #001c43;
}
.teklif-al-cs .right-teklif .form .field textarea {
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 1.5;
  max-height: 150px;
  color: #676767;
  padding: 15px;
  transition-duration: 400ms;
}
.teklif-al-cs .right-teklif .form .field textarea:focus {
  border: 1px solid #001c43;
}
.teklif-al-cs .right-teklif .form .button {
  height: 50px;
  border-radius: 10px;
  color: #676767;
  font-size: 16px;
  padding: 10px 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #676767;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.teklif-al-cs .right-teklif .form .button::before {
  transition-duration: 800ms;
  position: absolute;
  width: 110%;
  height: 110%;
  content: "";
  bottom: 0;
  left: 50%;
  pointer-events: none;
  background: #001c43;
  transform: translateX(-50%) translateY(-110%);
  border-radius: 0%;
  z-index: -1;
  transition: 0.65s;
}
.teklif-al-cs .right-teklif .form .button span {
  display: flex;
  align-items: center;
}
.teklif-al-cs .right-teklif .form .button span svg {
  margin-left: 10px;
  width: 6px;
  height: 10px;
  transition: all 0.2s ease-in-out;
}
.teklif-al-cs .right-teklif .form .button:hover {
  color: #fff;
  border-color: #001c43;
}
.teklif-al-cs .right-teklif .form .button:hover::before {
  transform: translateX(-50%) translateY(0);
}
.teklif-al-cs .right-teklif .form .button:hover svg path {
  stroke: #fff;
}

.teklif-al-cs.active {
  opacity: 1;
  visibility: visible;
}
.teklif-al-cs.active .left-teklif {
  transform: translateY(0);
}
.teklif-al-cs.active .right-teklif {
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .teklif-al-cs.active {
    grid-template-columns: 1fr !important;
  }
  .teklif-al-cs.active .left-teklif {
    display: none;
  }
}
.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 60px 0 20px 0;
  transition: all 0.3s ease;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  transition: all 0.3s ease;
}

.search-data .img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-data .img-search a {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: block;
}

.search-data .img-search a .figure-img-search {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
  transition: all 0.3s ease;
}

.search-data .search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-data .search-text aside {
  line-height: 1;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.search-data .search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #001c43;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  transition: all 0.3s ease;
}

.search-data .search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #001c43;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-data .search-text h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4em;
}

.search-data .search-text h4 a {
  color: #000;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.header-style-two.sticky-menu .heder-top-wrap {
  display: none;
}

.cs_testimonial_1_wrap {
  padding: 60px 0;
  min-height: 700px;
}

@media (max-width: 767px) {
  .cs_testimonial.cs_style_1 {
    padding: 0;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_icon {
  margin-bottom: 70px;
  color: #001c43;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_icon {
    margin-bottom: 30px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_text {
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_text {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_text {
    font-size: 24px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_info h3 {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_info h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_info h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_info h3 {
    font-size: 24px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_info p {
  margin: 0;
}

.cs_testimonial_1_wrap {
  position: relative;
}
.cs_testimonial_1_wrap .cs_layered_img_1 {
  left: 6%;
  top: 24%;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layered_img_1 {
    display: none;
  }
}
.cs_testimonial_1_wrap .cs_layered_img_2 {
  left: 11%;
  top: 15%;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layered_img_2 {
    display: none;
  }
}
.cs_testimonial_1_wrap .cs_layered_img_3 {
  left: 20%;
  top: 70%;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layered_img_3 {
    display: none;
  }
}
.cs_testimonial_1_wrap .cs_layered_img_4 {
  left: 68%;
  top: 15%;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layered_img_4 {
    display: none;
  }
}
.cs_testimonial_1_wrap .cs_layered_img_5 {
  left: 80%;
  top: 50%;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layered_img_5 {
    display: none;
  }
}
.cs_testimonial_1_wrap .cs_layered_shape_1 {
  left: 9%;
  top: 60%;
  animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_testimonial_1_wrap .cs_layered_shape_2 {
  left: 88%;
  top: 20%;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.cs_testimonial_1_wrap .cs_layered_shape_3 {
  left: 28%;
  top: 0;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_testimonial_1_wrap .cs_layer_image {
    display: none;
  }
}

@keyframes semi-rotate-anim {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes animo-x {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(44px);
  }
}
.cs_testimonial_2_wrap .cs_testimonial.cs_style_1 .cs_testimonial_icon {
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  .cs_testimonial_2_wrap .cs_testimonial.cs_style_1 .cs_testimonial_icon {
    margin-bottom: 30px;
  }
}
.cs_testimonial_2_wrap .cs_testimonial.cs_style_1 .cs_testimonial_text {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .cs_testimonial_2_wrap .cs_testimonial.cs_style_1 .cs_testimonial_text {
    margin-bottom: 25px;
  }
}
.cs_testimonial_2_wrap .cs_swiper_navigation.cs_style_1 {
  justify-content: flex-start;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .cs_testimonial_2_wrap .cs_swiper_navigation.cs_style_1 {
    margin-top: 40px;
  }
}
.cs_testimonial_2_wrap .cs_swiper_navigation.cs_style_1 > * {
  color: #aeacb8;
  border-color: #aeacb8;
}
.cs_testimonial_2_wrap .cs_swiper_navigation.cs_style_1 > *:hover {
  color: #001c43;
}
.cs_testimonial_2_wrap .cs_testimonial_thumb {
  margin-left: calc(-50vw + 100%);
  height: 100%;
  margin-right: 90px;
}
@media (max-width: 991px) {
  .cs_testimonial_2_wrap .cs_testimonial_thumb {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1370px) {
  .cs_testimonial_1_wrap .cs_layered_img_4 {
    left: 79%;
    top: -3%;
  }
}
@media screen and (max-width: 1200px) {
  .banner-swiper-start {
    margin-top: 80px !important;
  }
  .cs_testimonial_1_wrap .cs_layered_img_1 {
    display: none !important;
  }
  .cs_testimonial_1_wrap .cs_layered_img_2 {
    display: none !important;
  }
  .detail-banner {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .title-all-box .title {
    font-size: 26px !important;
  }

  .title-all-box {
    padding: 0 !important;
  }

  .h-100p {
    height: 0 !important;
  }

  .cs_testimonial_1_wrap {
    min-height: max-content;
    padding: 75px 0 !important;
  }
}
.about-thumb {
  text-align: center;
  position: relative;
  background: #f6f6f6;
  margin-right: 40px;
}
.about-thumb img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.section-head {
  margin-bottom: 40px;
}
.section-head .title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  max-width: 520px;
}
.section-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5e626f;
}

.h-100p {
  height: 100px;
}

.title-all-box {
  text-align: center;
  padding: 30px 50px 30px 0;
  position: relative;
}
.title-all-box .before_title {
  font-size: 18px;
  padding-bottom: 10px;
  color: #001c43;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 23px;
}
.title-all-box .small_text_sub {
  position: absolute;
  color: transparent;
  top: 25px;
  left: -10px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 1px #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
}
.title-all-box .title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
  font-family: var(--primary-font);
}
.title-all-box p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
  color: #4a4e56;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

.corporate-sidebar {
  padding: 40px;
  background-color: #f8f8f8;
  height: max-content;
  position: sticky;
  top: 95px;
}

.corporate-sidebar a {
  padding-left: 10px;
  color: #363636;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  min-height: 40px;
  width: 100%;
  position: relative;
}

.corporate-sidebar a.active {
  color: #001c43;
}

.corporate-sidebar a.active::before {
  position: absolute;
  content: "";
  left: -7px;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 22px;
  background-color: #001c43;
}

.corporate-sidebar a:hover {
  transform: translateX(10px);
}

@media screen and (max-width: 800px) {
  .detail-banner .list ul {
    flex-direction: column;
  }
  .detail-banner .list ul li::after {
    content: unset !important;
  }
  .detail-banner .list ul li a {
    margin: 0 !important;
  }
}

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

.copyright-text ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.copyright-text ul li + li {
  margin-left: 15px;
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.about-content p,
.about-content span {
  font-size: 16px !important;
  font-family: var(--inter) !important;
  color: #000 !important;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.about-content strong {
  font-weight: 600 !important;
}

.about-content p strong,
.about-content span strong {
  font-weight: 600 !important;
}

.about-content p strong span,
.about-content span strong span {
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .kurumsal-list {
    order: 2 !important;
  }
}

.footer-all-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-family: var(--inter);
}

.footer-all-btn i {
  font-size: 16px !important;
}

.btns-carousel {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  margin-bottom: 15px;
}

.btn-carousel {
  display: flex;
  align-items: center;
  font-size: 18px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .btns-carousel {
    justify-content: start !important;
  }
  .acc-footer-contact-info-inner {
    justify-content: start !important;
  }
  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1200px){
    .sub-menu.big{
        width: 100% !important;
        max-width: 1000px !important;
        min-width: 900px !important;
        padding: 30px 10px !important;
        left: -75% !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }
    .sub-menu.big li img{
        width: 35px;
        height: 35px;
        margin-right: 10px;
        transition: all .3s ease-in-out;
        filter: invert(6%) sepia(62%) saturate(4861%) hue-rotate(213deg) brightness(100%) contrast(106%);
    }
    .sub-menu.big li a{
        font-size: 14px !important;
    }
    .sub-menu.big li a:hover img{
        filter: invert(13%) sepia(93%) saturate(2981%) hue-rotate(222deg) brightness(105%) contrast(101%) !important;
    }
    .sub-menu.big::before{
        content: "";
        position: absolute;
        left: 33%;
        top: 15%;
        width: 3px;
        background: linear-gradient(to right, rgba(19, 75, 216, 0.3), #001c43, rgba(19, 75, 216, 0.3));
        height: 130px;
        border-radius: 10px;
    }
     .sub-menu.big::after{
        content: "";
        position: absolute;
        left: 67%;
        top: 15%;
        width: 3px;
        background: linear-gradient(to right, rgba(19, 75, 216, 0.3), #001c43, rgba(19, 75, 216, 0.3));
        height: 130px;
        border-radius: 10px;
    }
    .display-ss{
        display: none !important;
    }
}

@media screen and (max-width: 1200px){
      .display-ss{
        display: block !important;
    }
    .display-bs{
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1369px){
    body{
        overflow-x: hidden;
    }
}
.whatsapp {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 30px;
    background-color: #25d366;
    z-index: 10;
}
.wp-logo::before {
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    background: transparent url(../img/icon/whatsapp.svg) 50% no-repeat;
    background-size: auto;
    background-size: 30px;
}
/*# sourceMappingURL=style.css.map */
