@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url(../fonts/font.css);
* {
  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;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Urbanist", sans-serif !important;
  background-color: #fff;
  color: #121212;
}

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;
}

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

.mb0 {
  margin-bottom: 40px;
}

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

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

::selection {
  color: #fff;
  background-color: #004bad;
}

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

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

p {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

img {
  object-position: center;
  object-fit: cover;
}

button {
  background-color: transparent;
  border: 0;
}

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

.bg-theme {
  background: #004bad;
}

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

.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;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}
.type p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

.type ul li {
  font-family: "Urbanist", sans-serif !important;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}

h4 strong {
  font-size: 21px;
  margin-bottom: 8px;
  position: relative;
  display: block;
}

.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: 75px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

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

.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}

.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}

.img-search .figure-img-search {
  width: 100%;
  object-fit: contain;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}

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

.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}

.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #004bad !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

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

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

.search-text h4 a {
  color: #000;
}

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

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_section_heading.cs_style_1.cs_type_1 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px 30px;
  margin-bottom: 50px;
}

.cs_section_heading.cs_style_1 .cs_section_heading_left {
  max-width: 670px;
}

.cs_section_heading.cs_style_1 .cs_section_subtitle {
  line-height: 1.55em;
  text-transform: capitalize;
  margin-bottom: 10px;
  letter-spacing: 1.44px;
}

.cs_accent_color {
  color: #004bad;
}

.cs_semibold {
  font-weight: 600;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.17em;
}

.cs_section_heading.cs_style_1 .cs_section_title {
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .cs_fs_48 {
    font-size: 35px;
  }
}
.cs_fs_48 {
  font-size: 33px;
  line-height: 0.7em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cs_fs_48 {
    font-size: 26px !important;
  }
  .ikonyazi {
    display: none !important;
  }
}

.cs_accent_color {
  color: #004bad;
}

.cs_section_heading.cs_style_1
  .cs_section_heading_left
  + .cs_section_heading_right {
  max-width: 420px;
}

.cs_section_heading.cs_style_1 .cs_section_heading_right {
  max-width: 470px;
  line-height: 1.87em;
}

.cs_slider_gap_30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs_slider_gap_30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slide > div {
  display: flex;
  flex-direction: column;
}

.cs_card.cs_style_1 {
  padding: 30px;
  position: relative;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_card.cs_style_1 .cs_card_thumbnail {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  overflow: hidden;
}

.cs_card.cs_style_1 .cs_card_thumbnail img {
  width: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.6sease;
  transition: all 0.6sease;
}

.cs_card.cs_style_1 .cs_card_bio {
  position: relative;
  z-index: 1;
}

.cs_card.cs_style_1::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #e6f1f7;
  opacity: 0.4;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.cs_card.cs_style_1 .cs_card_bio {
  position: relative;
  z-index: 1;
}

.cs_bold {
  font-weight: 700;
}

.cs_fs_24 {
  font-size: 19px;
  line-height: 1em;
  text-align: center;
}

@media (max-width: 991px) {
  .cs_section_heading.cs_style_1.cs_type_1 {
    flex-direction: column;
    align-items: start;
  }

  .cs_fs_48 {
    font-size: 36px;
  }
}
.cs_pagination.cs_style_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs_pagination.cs_style_1.cs_type_1 li button {
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: none;
}
.cs_pagination.cs_style_1.cs_type_1 li button::after {
  width: 10px;
  height: 10px;
  background-color: #004bad;
}
.cs_pagination.cs_style_1.cs_type_1 li.slick-active button {
  background-color: #004bad;
}
.cs_pagination.cs_style_1.cs_type_1 li.slick-active button::after {
  background-color: #fff;
}
.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex !important;
  gap: 7px;
  position: unset !important;
  margin-top: 40px;
  width: max-content;
}
.cs_pagination.cs_style_1 li {
  display: flex;
  margin: 0 !important;
}
.cs_pagination.cs_style_1 li button {
  height: 18px;
  width: 18px;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cs_pagination.cs_style_1 li button::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 27, 0.3);
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.cs_pagination.cs_style_1 li.slick-active button {
  border-color: #004bad;
}
.cs_pagination.cs_style_1 li.slick-active button::after {
  background-color: #004bad;
}

section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ps-6 {
  padding-left: 6% !important;
}

.pe-6 {
  padding-right: 6% !important;
}

.bg-very-light-gray {
  background-color: #f4f1ed;
}

.border-color-transparent-base-color {
  border-color: rgba(160, 135, 91, 0.2) !important;
}

@media (max-width: 1399px) {
  .xl-ps-5 {
    padding-left: 5% !important;
  }
}
@media (max-width: 1399px) {
  .xl-pe-5 {
    padding-right: 5% !important;
  }
}
.feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ps-8 {
  padding-left: 8% !important;
}

.pe-8 {
  padding-right: 8% !important;
}

.feature-box .feature-box-icon-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

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

.h-120px {
  height: 120px !important;
}

.w-120px {
  width: 120px !important;
}

.icon-with-text-style-10 .feature-box-icon:before {
  width: 100%;
  height: 50%;
  background-color: #004bad;
  opacity: 0.12;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-40deg);
  transform-origin: bottom center;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .feature-box-icon i:not([class*="text-gradient-"]) {
  display: flex;
}

.feature-box .feature-box-icon-rounded i {
  position: relative;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.icon-extra-large {
  font-size: 53px;
}

.text-base-color {
  color: #004bad;
}

.fs-22 {
  font-size: 22px;
}

.btn-link.text-dark-gray,
.text-dark-gray,
a.text-dark-gray-hover:hover {
  color: #232323;
}

.icon-with-text-style-10:hover .feature-box-icon {
  transform: scale(1.1);
  transition: all 0.3scubic-bezier 0.37, 0.8, 0.63, 1.2;
}

.icon-with-text-style-10:hover .feature-box-icon:before {
  height: 100%;
  transform-origin: center;
  opacity: 1;
}

.icon-with-text-style-10:hover .feature-box-icon i {
  color: #fff;
}

.qu-about-us.layout-1 .section-thumbnail {
  position: relative;
}
.qu-about-us.layout-1 .section-thumbnail img {
  width: 100%;

  object-fit: contain;
}

.qu-about-us.layout-1 .section-thumbnail .experience {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #004bad;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

@media screen and (min-width: 1200px) {
  .qu-about-us.layout-1 .section-thumbnail .experience .number {
    font-size: 100px;
  }
}
.qu-about-us.layout-1 .section-thumbnail .experience .number {
  font: 600 90px/0.65 "Urbanist", sans-serif;
  color: #004bad;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
}

.qu-about-us.layout-1 .section-thumbnail .experience p {
  font: 400 14px/1.875 "Urbanist", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .qu-about-us.layout-1 .section-content {
    padding-left: 40px;
  }
}
.section-title h6 {
  color: #004bad;
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.section-title h6::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #004bad;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e9eaee;
}

.section-title h2 {
  color: #222429;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 440px;
}

@media screen and (max-width: 575px) {
  .qu-about-us.layout-1 .section-thumbnail .experience {
    display: none;
  }
}
@media (max-width: 950px) {
  .feature-box {
    margin-bottom: 40px;
  }
}
.qu-our-service {
  background-color: #222429;
}
.qu-our-service .swiper-pagination {
  position: unset !important;
  transform: unset !important;
}

@media screen and (min-width: 1200px) {
  .qu-our-service .our-service-slider {
    margin-top: 80px;
  }
}
.qu-our-service .our-service-slider {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .qu-our-service .service-item {
    padding: 160px 50px 60px;
  }
}
.qu-our-service .service-item {
  padding: 160px 30px 57px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  height: 450px;
  display: flex;
  align-items: flex-end;
  transition-duration: 0.35s;
  overflow: hidden;
  border-radius: 10px;
}
.qu-our-service .service-item:hover::before {
  background: linear-gradient(0deg, #012f85 20%, #121212 85%);
}

.qu-our-service .service-item::before {
  opacity: 0.8;
  top: 0 !important;
  background: linear-gradient(0deg, #003eb3 20%, #12121245 85%);
  transition-duration: 0.35s;
}

.qu-our-service .service-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  top: 195px;
  z-index: 1;
  transition-duration: 0.35s;
}

.qu-our-service .service-item .background {
  height: 100%;
}

.qu-our-service .service-item .background {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  inset: 0;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.qu-our-service .service-item .content {
  position: relative;
  z-index: 2;
}

.qu-our-service .service-item .title {
  margin: 20px 0;
  color: white;
  font-size: 22px;
  font-weight: 800;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media screen and (max-width: 767px) {
  .qu-our-service .swiper-pagination.desktop-pagination {
    display: none;
  }
}
.qu-our-service .swiper-pagination.desktop-pagination {
  margin-left: auto;
}

.qu-our-service .swiper-pagination {
  position: inherit;
  transform: none !important;
  width: 100px !important;
  padding: 8px;
  left: 0 !important;
  bottom: 0;
  text-align: center;
}

.qu-our-service .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fc2909;
  margin: 0 8px;
  position: relative;
  transform: scale(1);
  opacity: 0.4;
}

.qu-our-service .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fc2909;
  opacity: 0.25;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.qu-our-service .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.single-slider {
  min-height: 100vh;
  padding: 100px 0;
  display: flex !important;
  align-items: center;
  position: relative;
}

.slider-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(32, 32, 32, 0.85) 0%,
      rgba(32, 32, 32, 0.3) 51.04%,
      rgba(32, 32, 32, 0.75) 100%
    ),
    linear-gradient(0deg, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25));
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .slider-right-bg {
    right: 0 !important;
    width: 50% !important;
  }
}
@media (max-width: 991.98px) {
  .slider-right-bg {
    right: 0 !important;
    width: 50% !important;
  }

  .slider-right-bg::before {
    left: -25px !important;
  }
}
@media (max-width: 1500px) {
  .slider-right-bg {
    background-position: left !important;
    width: 40%;
    mask-position: left !important;
  }
}
.slider-right-bg {
  background-size: cover;
  background-position: center;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  position: absolute;
  mask-image: url(../img/mask_bg.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .slider-right-bg::before {
    left: -15px !important;
  }
}
@media (max-width: 1500px) {
  .slider-right-bg::before {
    left: -25px;
  }
}
@media (max-width: 1800px) {
  .slider-right-bg::before {
    left: 0px;
  }
}
.slider-right-bg::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  background-image: url(../img/shape.svg);
  width: 433px;
  height: 802px;
}

@media (max-width: 1500px) {
  .slider-active .banner-content {
    margin-top: 60px;
  }
}
.slider-active .banner-content {
  margin-top: 80px;
}

@media (max-width: 1199.98px) {
  .banner-content .title {
    font-size: 40px;
  }
}
@media (max-width: 1500px) {
  .banner-content .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.banner-content .title {
  font-size: 40px;
  text-transform: none;
  margin-bottom: 40px;
  line-height: 0.8;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .banner-content p {
    width: 68%;
  }
}
@media (max-width: 1500px) {
  .banner-content p {
    margin: 0 auto 30px;
  }
}
.banner-content p {
  width: 75%;
  margin: 0 auto 45px;
  color: #fff;
}

.btn {
  user-select: none;
  background: #004bad none repeat scroll 0 0;
  border: 1.3px solid #004bad;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1rem;
  margin-bottom: 0;
  padding: 19px 38px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  transition: background 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    border 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.btn_m {
  position: relative;
  overflow: hidden;
  height: 1rem;
}

.btn_c {
  transition: transform 0.6scubic-bezier 0.55, 0, 0.1, 1;
}

.btn_t1 {
  transform-origin: 100%;
  transition: transform 0.45s cubic-bezier(0.55, 0, 0.1, 1),
    color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  display: block;
}

.btn_t2 {
  transform-origin: 0;
  transition: transform 0.45s cubic-bezier(0.55, 0, 0.1, 1),
    color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  display: block;
  transform: rotate(40deg);
}

.btn:hover .btn_t2 {
  transform: rotate(0);
}

.btn:hover .btn_t1 {
  transform: rotate(40deg);
}

.btn:hover .btn_c {
  transform: translateY(-1rem);
}

@media (max-width: 767.98px) {
  .slider-right-bg {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content .title {
    font-size: 55px;
  }
}
@media (max-width: 767.98px) {
  .banner-content .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .banner-content .btn {
    display: none;
  }
}
.slider-area {
  overflow: hidden;
  clip-path: polygon(
    50% 100%,
    50% 100%,
    54.684% 98.422%,
    59.457% 96.966%,
    64.311% 95.632%,
    69.241% 94.419%,
    74.238% 93.328%,
    79.297% 92.357%,
    84.409% 91.507%,
    89.569% 90.777%,
    94.768% 90.168%,
    100% 89.678%,
    100% -0.185%,
    0% -0.185%,
    0% 89.678%,
    0% 89.678%,
    5.233% 90.165%,
    10.433% 90.773%,
    15.595% 91.502%,
    20.709% 92.352%,
    25.769% 93.324%,
    30.768% 94.416%,
    35.697% 95.63%,
    40.551% 96.965%,
    45.321% 98.422%,
    50% 100%
  );
}

.top-to-bottom-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .banner-content .slide-desc {
    display: none;
  }

  .single-slider {
    min-height: 50vh;
  }
}
.td_site_header {
  position: absolute;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}
.td_site_header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to left,
    #fff,
    #fff5,
    transparent,
    transparent,
    #fff5,
    #fff
  );
}

.td_header_social_btns {
  display: flex;
  gap: 40px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .td_header_social_btns {
    gap: 18px;
  }
}

.td_header_btns {
  display: flex;
  gap: 20px;
}

.td_header_search_wrap {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.3s ease;
}
.td_header_search_wrap.active {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.td_header_search {
  position: relative;
  width: 270px;
}
.td_header_search .td_header_search_input {
  padding: 12px 55px 12px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 27, 0.2);
  width: 100%;
  outline: none;
}
.td_header_search .td_header_search_input:focus {
  border-color: rgba(0, 0, 27, 0.5);
}
.td_header_search .td_header_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  padding-bottom: 2px;
}
.td_header_search .td_header_search_btn:hover {
  opacity: 0.7;
}

.td_header_contact_list {
  display: flex;
}
.td_header_contact_list li {
  display: flex;
  gap: 6px;
}
.td_header_contact_list li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

.td_hero_icon_btns {
  display: flex;
  gap: 14px;
}

.td_hero_toolbox_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.td_hero_toolbox {
  display: flex;
  align-items: center;
}
.td_hero_toolbox li {
  display: flex;
}
.td_hero_toolbox li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 27, 0.5);
}

.td_circle_btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid 00001b;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.td_circle_btn img {
  height: 18px;
}
.td_circle_btn:hover {
  background-color: #f4f3ef;
}

.td_circle_btn_label {
  position: absolute;
  left: -4px;
  top: -4px;
  font-size: 10px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 2px;
  border-radius: 8px;
  background-color: #004bad;
  color: #fff;
  text-align: center;
}

.td_hero_text_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.td_hero_text_btn span {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1),
    color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_hero_text_btn:hover span {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}

.td_header_dropdown_btn {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: rgba(235, 236, 237, 0.3);
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.td_header_dropdown_btn.active + .td_header_dropdown_list {
  opacity: 1;
  visibility: visible;
}
.td_header_dropdown_btn.active .td_header_dropdown_btn_tobble_icon {
  transform: rotate(180deg);
}

.td_header_dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  border-radius: 7px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 5px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.td_header_dropdown_list a {
  display: block;
  padding: 8px 20px;
}

.td_header_dropdown_btn_tobble_icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: rgba(217, 236, 255, 0.3);
  transition: all 0.3s ease;
}

.td_hamburger_btn {
  padding: 0;
  display: flex;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  width: 50px;
  height: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .td_hamburger_btn {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .td_hamburger_btn {
    display: none;
  }
}
.td_hamburger_btn::before,
.td_hamburger_btn::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
}
.td_hamburger_btn::before {
  top: 0;
}
.td_hamburger_btn::after {
  bottom: 0;
}
.td_hamburger_btn:hover {
  opacity: 0.7;
}

.td_site_header.td_style_1 .td_main_header_in,
.td_site_header.td_style_1 .td_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.td_site_header.td_style_1 .td_main_header_in {
  height: 90px;
}
.td_site_header.td_style_1 .td_top_header_in {
  height: 50px;
  transition: all 0.3s ease;
}
.td_site_header.td_style_1 .td_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: unset !important;
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1 .td_main_header_right {
    padding-right: 50px;
  }
}
.td_site_header.td_style_1 .td_top_header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.td_site_header.td_style_1 .td_top_header .td_btn.td_style_1 .td_btn_in {
  padding: 13px 18px;
}
.td_site_header.td_style_1 .td_main_header_left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.td_site_header.td_style_1.td_type_1 {
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
.td_site_header.td_style_1.td_type_1 .td_header_dropdown_btn {
  border-radius: 30px;
  background-color: #fff;
}
.td_site_header.td_style_1.td_type_1 .td_header_dropdown_list {
  background-color: #fff;
}
.td_site_header.td_style_1.td_type_2 {
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  background-color: #fff;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_2 .td_main_header_right {
    gap: 70px;
  }
}
.td_site_header.td_style_1.td_type_2 .td_circle_btn {
  background-color: rgba(235, 236, 237, 0.3);
}
.td_site_header.td_style_1.td_type_2 .td_circle_btn:hover {
  background-color: #ebeced;
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn {
  background-color: #fff;
  height: 34px;
  width: 34px;
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn img {
  height: 15px;
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.td_site_header.td_style_1.td_type_3 {
  background: linear-gradient(
    180deg,
    rgb(0 64 178 / 73%) 22%,
    rgb(0 64 178 / 45%) 43%,
    rgb(0 64 178 / 20%) 68%
  );
}
.td_language_wrap {
  margin-right: 15px;
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn {
  height: initial;
  width: initial;
  border: none;
  padding: 0;
  margin-right: 15px;
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn img {
  height: 24px;
  filter: brightness(0) invert(1);
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn:hover {
  background-color: transparent;
  opacity: 0.7;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  gap: 8px;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_btn:hover {
  opacity: 0.8;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_list {
  left: initial;
  right: 0;
  width: 150px;
}
.td_site_header.td_style_1.td_type_3 .td_header_social_btns a:hover {
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_3 .td_header_social_btns,
  .td_site_header.td_style_1.td_type_3 .td_nav .td_nav_list > li > a {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_main_header_left .td_site_branding {
    display: none;
  }
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1.td_type_3 .td_header_social_btns {
    display: none;
  }
  .td_site_header.td_style_1.td_type_3.td_heading_color .td_menu_toggle {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap {
    background-color: #004bad;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap .td_site_branding {
    display: none;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav a:hover {
    color: #fff;
  }
}
.td_site_header.td_style_1.td_type_4 .td_main_header_left {
  gap: 40px;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_4 .td_nav .td_nav_list > li > a {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_nav .td_nav_list > li > a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1.td_type_4 .td_nav_list_wrap {
    background-color: #004bad;
  }
  .td_site_header.td_style_1.td_type_4 .td_nav {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_btn.td_style_1 .td_btn_in {
    background-color: #fff;
    color: 00001b;
  }
  .td_site_header.td_style_1.td_type_4
    .td_btn.td_style_1
    .td_btn_in.td_heading_bg::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn {
    border-color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn img {
    filter: brightness(0) invert(1);
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn:hover img {
    filter: initial;
  }
  .td_site_header.td_style_1.td_type_4.td_heading_color .td_menu_toggle {
    color: #fff;
  }
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky {
  background-color: #004bad;
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky
  .td_btn.td_style_1
  .td_btn_in {
  background-color: #fff;
  color: 00001b;
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky
  .td_btn.td_style_1
  .td_btn_in.td_heading_bg::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn {
  border-color: #fff;
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn img {
  filter: brightness(0) invert(1);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky
  .td_circle_btn:hover
  img {
  filter: initial;
}
.td_site_header.td_style_1.td_type_5 {
  background-color: #fff;
}
@media (min-width: 1600px) {
  .td_site_header.td_style_1.td_type_5 .td_main_header_left .td_site_branding {
    margin-right: 50px;
  }
}

.td_site_header.td_style_1.td_sticky_active {
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.td_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.td_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.td_side_header .td_side_header_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: zoom-out;
  transition: all 0.4s ease;
  opacity: 0;
}
.td_side_header .td_side_header_in {
  width: 500px;
  height: 100vh;
  background-color: #fff;
  flex: none;
  margin-left: auto;
  overflow: auto;
  padding: 70px 50px 50px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  transition: all 0.4s ease;
}
@media (max-width: 450px) {
  .td_side_header .td_side_header_in {
    padding: 70px 50px 50px 20px;
  }
}
.td_side_header .td_side_header_heading {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
}
.td_side_header .td_side_header_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 22px;
}
.td_side_header .td_side_header_box {
  padding: 30px 0;
}
.td_side_header .td_close {
  opacity: 0;
}
.td_side_header.active {
  opacity: 1;
  visibility: visible;
}
.td_side_header.active .td_side_header_overlay,
.td_side_header.active .td_close {
  opacity: 1;
}
.td_side_header.active .td_side_header_in {
  right: 0;
}
.td_side_header .td_side_header_contact_info li {
  padding-left: 32px;
  position: relative;
}
.td_side_header .td_side_header_contact_info li:not(:last-child) {
  margin-bottom: 20px;
}
.td_side_header .td_side_header_contact_info i {
  color: #004bad;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  width: 18px;
  text-align: center;
}

.td_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background-color: transparent;
  color: 00001b;
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}
.td_close::before,
.td_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.td_close::before {
  transform: rotate(45deg);
}
.td_close:hover {
  color: #004bad;
  transform: scale(1.05);
}

.td_site_header_spacing_100 {
  height: 100px;
}

@media screen and (max-width: 1199px) {
  .td_site_header_spacing_100 {
    height: 80px;
  }

  .td_site_header.td_style_1 .container {
    max-width: 100%;
  }
  .td_site_header.td_style_1 .td_nav {
    display: flex;
  }
  .td_site_header.td_style_1 .td_top_header {
    display: none;
  }
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in {
    padding: 8px 15px;
    gap: 5px;
  }
}
.td_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.td_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: #fff;
}
.td_gescout_sticky .td_top_header_in {
  overflow: hidden;
}
.td_gescout_sticky.td_white_bg {
  background-color: #fff;
}
.td_gescout_sticky.td_site_header.td_style_1 .td_top_header_in {
  height: 0;
  transition: all 0.3s ease;
}
.td_gescout_sticky.td_fixed_sticky {
  top: 0;
  opacity: 1;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.td_gescout_show {
  top: 0 !important;
  opacity: 1;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.td_site_branding {
  display: inline-block;
}
.td_site_branding + .td_nav {
  margin-left: 60px;
}
@media (max-width: 1600px) {
  .td_site_branding + .td_nav {
    margin-left: 40px;
  }
}
@media (max-width: 1540px) {
  .td_site_branding + .td_nav {
    margin-left: 30px;
  }
}
.td_site_branding img {
  height: 135px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.td_side_header_in img {
  height: 180px;
  filter: unset !important;
}

.td_main_header {
  position: relative;
}
.td_main_header .container-fluid {
  padding-right: 95px;
  padding-left: 95px;
}

@media screen and (min-width: 1200px) {
  .td_main_header_center,
  .td_top_header_center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .td_site_header.td_style_1 .td_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .td_site_header.td_style_1 .td_nav_list_wrap {
    height: 100%;
    flex: none;
  }
  .td_site_header.td_style_1 .td_nav_list_wrap_in {
    height: 100%;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap_in {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .td_nav {
    display: flex;
    align-items: center;
    flex: none;
    height: 100%;
    line-height: 1.6em;
  }
  .td_nav .td_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .td_nav .td_nav_list > li {
    margin-right: 25px;
    height: inherit;
  }
  .td_nav .td_nav_list > li:last-child {
    margin-right: 0;
  }
  .td_nav .td_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
  }
  .td_nav .td_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .td_nav .td_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .td_nav .td_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .td_nav .td_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .td_nav .td_nav_list li:not(.td_mega_menu) {
    position: relative;
  }
  .td_nav .td_nav_list ul {
    width: 260px;
    background-color: #fff;
    position: absolute;
    box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 7px;
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list ul li:hover ul {
    top: 0px;
  }
  .td_nav .td_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list ul a {
    display: block;

    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
  }

  .td_nav .td_nav_list ul ul {
    top: 15px;
    left: 100%;
  }

  .td_menu_toggle,
  .td_munu_dropdown_toggle {
    display: none;
  }

  .td_nav .td_nav_list .td_mega_menu {
    position: relative;
  }
  .td_nav .td_nav_list .td_mega_wrapper {
    width: 1296px !important;
    display: flex !important;
    position: fixed;
    top: 90px !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px 10px;
    border-top: 2px solid #004bad;
    border-radius: 0 0 5px 5px;
  }
  .td_nav .td_nav_list .td_mega_wrapper h4 {
    padding: 8px 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    color: inherit;
  }
  .td_nav .td_nav_list .td_mega_wrapper a {
    padding: 7px 10px;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li {
    flex: 1;
    padding: 10px 0;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li ul a {
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list .td_mega_menu:hover .td_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }

  .td_top_header + .td_main_header .td_nav .td_nav_list .td_mega_wrapper {
    top: 140px !important;
  }

  .td_gescout_show
    .td_top_header
    + .td_main_header
    .td_nav
    .td_nav_list
    .td_mega_wrapper {
    top: 90px !important;
  }

  .td_site_header.td_style_1.td_size_md .td_nav .td_nav_list .td_mega_wrapper {
    top: 85px !important;
  }

  .td_nav
    .td_nav_list
    > li
    ul:not(.td_mega_wrapper)
    .menu-item-has-children
    > a {
    position: relative;
  }
}
@media screen and (max-width: 1600px) {
  .td_main_header .container-fluid {
    /* padding-right: 25px; */
    padding-left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .td_nav .td_nav_list .td_mega_wrapper {
    width: 1116px !important;
  }

  .td_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .td_main_header .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .td_nav .td_nav_list .td_mega_wrapper {
    width: 100% !important;
  }

  .td_site_header_full_width .container {
    padding: 0 15px;
  }

  .td_munu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .td_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .td_munu_dropdown_toggle span:before,
  .td_munu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .td_munu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .td_munu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .menu-item-has-children .menu-item-has-children .td_munu_dropdown_toggle {
    padding: 20px 18px;
  }

  .td_site_branding {
    position: relative;
    z-index: 101;
  }

  .td_nav_list_wrap {
    position: fixed;
    width: 100vw;
    left: -100vw;
    top: 0;
    background-color: #fff;
    transition: all 0.4s ease;
    height: calc(100vh - 80px);
    padding-top: 40px;
    margin-top: 80px;
  }
  .td_nav_list_wrap.td_active {
    left: 0vw;
  }

  .td_nav .td_nav_list_wrap_in {
    max-height: 100%;
    overflow: auto;
  }
  .td_nav .td_nav_list {
    width: 100%;
    padding: 0;
    line-height: 1.6em;
  }
  .td_nav .td_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .td_nav .td_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .td_nav .td_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .td_nav .menu-item-has-children {
    position: relative;
  }

  /*Mobile Menu Button*/
  .td_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #fff;
  }
  .td_menu_toggle span,
  .td_menu_toggle span:before,
  .td_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .td_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .td_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .td_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .td_site_header.td_style_1 .td_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    gap: 15px;
  }

  .td_site_header.td_style_1.td_heading_color .td_menu_toggle {
    color: #00001b;
  }

  .td_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .td_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .td_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }

  .td_nav .td_nav_list a {
    position: relative;
  }

  .td_site_header.td_style_1 .td_main_header_in {
    height: 80px;
  }

  .td_site_header .current-menu-item > a:before {
    display: none;
  }

  .td_site_header.td_style_1 .td_main_header_center .td_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .td_site_header.td_style_1 {
    top: 0;
  }

  .td_nav .td_nav_list img {
    display: none;
  }

  .td_mega_wrapper h4 {
    font-size: inherit;
    margin: 0;
    padding: 12px 15px;
    line-height: 16px;
    color: inherit;
  }
}
@media screen and (max-width: 991px) {
  .td_site_header .container {
    max-width: 100%;
  }

  .td_site_header.td_style_1 .td_header_category_wrap {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in i,
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in svg {
    display: none;
  }
  .td_site_header.td_style_1 .td_hero_toolbox_wrap .td_btn.td_style_1 {
    display: none;
  }

  .td_header_btns {
    gap: 10px;
  }

  .td_header_search_wrap {
    position: fixed;
    top: 60px;
    left: 14px;
    right: 14px;
  }
  .td_header_search_wrap .td_header_search {
    width: 100%;
  }

  .td_site_header.td_style_1.td_type_3 .td_main_header_right {
    gap: 15px;
  }
}
@media screen and (max-width: 420px) {
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in {
    padding: 6px 10px;
    gap: 5px;
    font-size: 14px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    padding-right: 45px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    gap: 10px;
  }

  .td_circle_btn {
    height: 34px;
    width: 34px;
  }

  .td_hero_icon_btns {
    gap: 7px;
  }

  .td_hero_toolbox li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }

  .td_language_wrap {
    display: flex;
  }
  .td_language_wrap .td_header_dropdown_btn span {
    display: none;
  }
  .td_language_wrap .td_header_dropdown_btn img {
    height: 22px;
  }
}
@media screen and (max-width: 370px) {
  .td_header_btns > *:nth-child(2) {
    display: none;
  }

  .td_site_header.td_style_1 .td_hero_text_btn span {
    display: none;
  }
  .td_site_header.td_style_1 .td_hero_text_btn img {
    height: 24px;
  }

  .td_site_header.td_style_1.td_type_1 .td_btn.td_style_1 {
    display: none;
  }
  .td_site_header.td_style_1.td_type_1 .td_main_header_right {
    gap: 0;
  }
}
@media screen and (max-width: 340px) {
  .td_site_header.td_style_1.td_type_2 .td_wishlist_btn {
    display: none;
  }
}
.copyright-area-inner {
  width: 100%;
}

.copyright-text span {
  color: rgba(255, 255, 255, 0.8);
}

.sanatustuCopy a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
}

.copyright-text {
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  opacity: 1 !important;
}

.copyright-text a,
.copyright-text span {
  opacity: 1 !important;
}

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

.copyright-text ul li a {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.copyright-text ul li + li {
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .copyright-text {
    flex-direction: column;
  }
  .copyright-text span:first-child {
    margin-bottom: 10px;
  }
}
.footer-one {
  background-color: rgba(4, 16, 33, 0.95);
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.footer-one h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 16px;
  color: #fff;
}

.footer-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(4, 16, 33, 0.98);
}

.footer-about {
  position: relative;
}

.footer-about::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -20px;
  height: 190%;
  width: 500%;
  background-color: #0e1c31;
  z-index: -1;
}

.footer-main-one {
  position: relative;
  z-index: 1;
}

.footer-one-inner {
  padding: 75px 0;
}

.footer-one-about-details p {
  margin: 43px 0;
  color: rgba(255, 255, 255, 0.8);
}

footer h3,
footer h4 {
  color: #fff;
}

footer h3 {
  margin-bottom: 33px;
}

.footer-one-about-contact ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 23px;
}

.footer-one-about-contact ul li a {
  display: flex;
  column-gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer-one-about-contact ul li a:hover {
  color: #979795;
}

.footer-one-about-contact ul li a i {
  display: flex;
  font-size: 30px;
}

.footer-one-link ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: var(--loanlift-border-dark);
  transition: all 0.5s;
}

.footer-one-link ul li:hover a::after {
  width: 100%;
}

.footer-one-link {
  width: fit-content;
  margin: auto;
}

.footer-one-link ul li + li {
  margin-top: 18px;
}

.footer-one-link ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.footer-one-link ul li i {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.footer-one-link ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  position: relative;
}

.footer-one-link ul li a i {
  display: flex;
  font-size: 15px;
}

.footer-One-subscribe p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-One-subscribe-form {
  margin-top: 28px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.footer-One-subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-One-subscribe-form input {
  border: none;
  background: none;
  color: var(--loanlift-text-light);
  height: 42px;
  padding-left: 15px;
  width: 65%;
  color: white;
}

.footer-One-subscribe-form input::placeholder {
  color: #c2c2c2;
}

.footer-one-social-media {
  margin-top: 28px;
}

.footer-one-social-media ul {
  margin-top: 24px;
  display: flex;
  column-gap: 24px;
}

.footer-one-social-media ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
}

.footer-lower {
  position: relative;
  z-index: 1;
  background-color: #0b192e;
  padding: 35px 0;
}

.footer-copy-right-one p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.footer-buttom-link ul {
  display: flex;
  column-gap: 40px;
  justify-content: end;
}

.footer-buttom-link ul li {
  position: relative;
}

.footer-buttom-link ul li + li::before {
  content: "|";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  color: var(--loanlift-text-dark-grey);
}

.footer-buttom-link ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-buttom-link ul li a:hover {
  color: #979795;
}

.footer-copy-right-one a {
  font-weight: 700;
  color: var(--loanlift-text-light);
}

.footer-one-about img {
  filter: brightness(0) invert(1);
}

.btn-small {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 15px !important;
}

.btn-primary {
  background: transparent;
  column-gap: 10px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #fff;
  line-height: 30px;
  padding: 8px 30px;
  border-radius: 30px;
  transition: all 500ms ease;
  z-index: 1;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: -1;
  height: 140px;
  width: 230px;
  transform: translate(-167px, -110px) rotate(-34deg);
  transition: all 500ms ease;
}

.btn-primary:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000;
}

.btn-primary:hover::after {
  transform: translate(0px, -60px) rotate(-34deg);
}

.blog-card-two {
  position: relative;
  background-color: #fff;
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
  transition: all 400ms ease;
  overflow: hidden;
  border-radius: 20px;
}

.blog-card-two__content {
  position: relative;
  padding: 30px 30px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

.blog-card-two__meta li.blog-card-two__meta__date {
  width: 59px;
  height: 54px;
  background-color: #004bad;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 1.2em;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.blog-card-two__meta li.blog-card-two__meta__date span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

.blog-card-two__title {
  margin: 0;
  text-transform: none;
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 600;
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, #004bad 0%, #004bad 100%) 0px 95%/0px
    1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__image {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.blog-card-two__image img {
  height: 100%;
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.blog-card-two__image img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 0;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}

.blog-card-two:hover {
  filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.1));
}

.blog-card-two:hover .blog-card-two__image img:nth-child(2) {
  height: 100%;
  visibility: visible;
}

.blog-card-two__rm {
  font-weight: 500;
  color: #838383;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  width: max-content;
  align-items: center;
  background: linear-gradient(to right, #004bad 0%, #004bad 100%) 0px 95%/0px
    1px no-repeat;
  transition: all 500ms ease;
}

.blog-card-two__rm svg {
  margin-left: 10px;
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.blog-card-two__rm:hover {
  background-size: 100% 1px;
}

.blog-card-two__title a:hover {
  color: #004bad;
  background-size: 100% 1px;
  text-shadow: 0 0 1px #004bad;
}

.blog-card-two--reverse {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #004bad;
  align-items: center;
  font-family: "Urbanist", 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: #004bad !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;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}

.type h3 {
  font-size: 1.925rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.contact {
  padding: 70px 15px;
  width: calc(100% - 30px);
  margin: 15px auto 0 auto;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.form {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.form .item.full {
  grid-column: 1 / span 2;
}

.form .item {
  position: relative;
}

.form-control-wrap {
  position: relative;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
  color: #0d0d0d;
  transition: 0.25s ease all;
  border: 1px solid rgba(0, 75, 173, 0.4);
  border-radius: 13px !important;
}
.form .item input[type="text"]:hover,
.form .item input[type="email"]:hover,
.form .item input[type="tel"]:hover,
.form .item textarea:hover,
.form .item select:hover {
  border-color: #004bad !important;
}

.form .item textarea {
  padding: 20px;
  height: 150px;
  resize: none;
  appearance: none;
}

.form .item input[type="text"]:focus,
.form .item input[type="email"]:focus,
.form .item input[type="tel"]:focus,
.form .item textarea:focus,
.form .item select:focus {
  box-shadow: unset !important;
}

.form-right {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .contact-content {
    padding-top: 40px !important;
  }

  .contact-content .contact-text {
    padding-top: 50px !important;
  }

  .contact-content .contact-text ul {
    padding: 50px;
  }

  .contact-content .contact-text .head {
    justify-content: flex-start;
    padding: 30px 50px;
    margin-top: 0;
    background: rgba(244, 244, 244, 0.9);
    overflow: hidden;
  }

  .contact-content .row.row-changed .contact-text .head h1:before {
    margin-left: 30px !important;
  }

  .contact-content .contact-text .head h1 {
    font-size: 28px;
  }

  .contact-content .row.row-changed .contact-text .head {
    margin-left: 0 !important;
  }

  .contact-content .contact-text .head h1:before {
    right: initial;
    width: 100vw;
    left: 100%;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-text ul {
    padding: 24px;
  }

  .form .item:not(.full) {
    grid-column: 1 / span 2;
  }
}
.contact-form-box {
  position: relative;
  z-index: 100;
  padding: 30px;
}

.contact-form-box .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .google-map {
    position: relative;
  }

  .google-map {
    height: 400px;
  }

  .contact-form-box {
    padding: 0 0 30px 0;
  }
}
.contact-info-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.contact-info-item .contact-image .image-anime {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.contact-info-item .contact-image .image-anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.contact-info-item:hover .contact-image .image-anime:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.contact-info-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-info-item .contact-info-content {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 30px;
  z-index: 3;
  overflow: hidden;
  word-break: break-all;
}

.contact-info-item .contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info-item .contact-info-content p {
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-all;
}

.contact-info-item .contact-info-content ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.contact-info-item .contact-info-content ul li {
  display: inline-block;
  margin-right: 4px;
}

.contact-info-item .contact-info-content ul li a {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004bad;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.contact-info-item .contact-info-content ul li a:hover {
  background: #004195;
  color: #fff;
}

.contact-info-item .contact-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 20px;
  background: #004bad;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.contact-info-item .contact-icon img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .contact-information {
    gap: 40px;
  }

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

  .social-medias h4 {
    font-size: 22px !important;
  }

  .type h3 {
    font-size: 1.325rem;
  }

  .form-wrapper p {
    font-size: 16px;
  }
}
.google-map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 16px;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.contact-information {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-information ul.ul-contact {
  padding: 30px;
  border: 2px solid rgba(0, 75, 173, 0.2);
  border-radius: 30px;
}
.contact-information ul.ul-contact li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  user-select: none;
}
.contact-information ul.ul-contact li a {
  color: #000;
}
.contact-information ul.ul-contact li .icon {
  margin-right: 20px;
}
.contact-information ul.ul-contact li .icon svg {
  display: block;
  transition: 0.4s;
  transform: translateY(0);
  width: 32px;
  height: 32px;
}
.contact-information ul.ul-contact li .icon svg .colorless {
  transition: 0.4s;
  fill: #000;
}
.contact-information ul.ul-contact li .icon svg .colored {
  transition: 0.4s;
  fill: #000;
}

.contact-title {
  position: relative;
  padding-left: 30px;
}
.contact-title::before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #004bad;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}
.contact-title p {
  color: #575756;
  font-size: 16px;
  line-height: 24px;
}

.social-medias {
  margin-top: 30px;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid rgba(0, 75, 173, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-medias span {
  font-size: 25px;
  font-weight: 700;
}
.social-medias h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
}
.social-medias ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-medias ul li a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  background-color: rgba(0, 75, 173, 0.2);
  display: grid;
  place-items: center;
  color: #000;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.social-medias ul li a:hover {
  background-color: #004bad;
  color: #fff;
}

a.mapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  border-radius: 9999rem;
  padding: 18px 35px;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
a.mapBtn span {
  display: block;
  z-index: 2;
}
a.mapBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background-color: #fff;
}
a.mapBtn:hover {
  color: #000;
}
a.mapBtn:hover::before {
  transform: scaleX(1);
}
a.mapBtn:hover svg path {
  fill: #000;
}

.contact-panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-panel.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: max-content;
}

.contact-information .tabs {
  display: flex;
  align-items: center;
  column-gap: 45px;
  position: relative;
}
.contact-information .tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  bottom: 0;
}
.contact-information .tabs .tab-item {
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 21px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contact-information .tabs .tab-item.active {
  color: #fff;
}
.contact-information .tabs .tab-item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;

  background-position: center center;
  background-size: cover;

  clip-path: polygon(
    50% 100%,
    50% 100%,
    54.684% 98.422%,
    59.457% 96.966%,
    64.311% 95.632%,
    69.241% 94.419%,
    74.238% 93.328%,
    79.297% 92.357%,
    84.409% 91.507%,
    89.569% 90.777%,
    94.768% 90.168%,
    100% 89.678%,
    100% -0.185%,
    0% -0.185%,
    0% 89.678%,
    0% 89.678%,
    5.233% 90.165%,
    10.433% 90.773%,
    15.595% 91.502%,
    20.709% 92.352%,
    25.769% 93.324%,
    30.768% 94.416%,
    35.697% 95.63%,
    40.551% 96.965%,
    45.321% 98.422%,
    50% 100%
  );
}

.light-content {
  color: #fff;
}

.bg-dark-1 {
  background-color: #000 !important;
}

.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before {
  background: #111;
  opacity: 0.3;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gradient-dark {
  background-image: linear-gradient(0deg, #010101 0%, transparent 60%);
}

.opacity-07 {
  opacity: 0.7 !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

.home-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.btn-mod.btn-small {
  padding: 7px 15px 6px;
}

.btn-mod.btn-border-w {
  border-color: rgba(255, 255, 255, 0.98);
}

.btn-mod.btn-circle {
  border-radius: 30px;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.light-content a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-dark-1);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.065em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}

.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-animate-y-1 {
  display: block;
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.size-18 {
  font-size: 18.5px !important;
}

.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1366px) {
  .hs-title-1 {
    font-size: calc(1.2rem + 1vw) !important;
  }
}
.hs-title-1 {
  margin-top: 90px;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.085;
  letter-spacing: -0.035em;
}

.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #010101 !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.68, -3, 0.27, 5);
}

.scroll-down i {
  position: relative;
  top: 1px;
  z-index: 2;
}

.scroll-down:hover:before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transform: translate(-50%, -50%) scale(1.25);
}

.primary-btn2 {
  width: max-content;
  text-align: center;
  padding: 10px 20px;
  background-color: rgba(0, 75, 173, 0.1);
  border: 1px solid rgba(0, 75, 173, 0.1);
  border-radius: 10px;
  transition-duration: 0.35s;
}
.primary-btn2:hover {
  background-color: #004bad;
  border-color: #004bad;
  color: #fff;
}

.td_hover_layer_1,
.td_hover_layer_2,
.td_hover_layer_3,
.td_hover_layer_4,
.td_hover_layer_5 {
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.td_social_btns.td_style_1 {
  display: flex;
  margin-left: -10px;
  gap: 5px;
}
.td_social_btns.td_style_1 a {
  flex: none;
  height: 45px;
  width: 45px;
  font-size: 20px;
  border-radius: 50%;
}
.td_social_btns.td_style_1 a:hover {
  color: #fff;
  background-color: #004bad;
}

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

.td_newsletter.td_style_1 .td_newsletter_form {
  position: relative;
}
.td_newsletter.td_style_1 .td_newsletter_input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  padding: 10px 170px 10px 20px;
  outline: none;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_newsletter_input {
    padding: 10px 20px;
  }
}
.td_newsletter.td_style_1 .td_newsletter_input:focus {
  border-color: #004bad;
}
.td_newsletter.td_style_1 .td_btn.td_style_1 {
  position: absolute;
  right: 3px;
  top: 3px;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_btn.td_style_1 {
    position: initial;
    margin-top: 10px;
    width: 100%;
  }
}
.td_newsletter.td_style_1.td_type_1 {
  min-height: 440px;
  background-color: #d6fef6;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .td_newsletter.td_style_1.td_type_1 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 {
    min-height: 340px;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_1 .container {
  position: relative;
  z-index: 2;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  max-height: 100%;
  bottom: 0;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 img,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 img {
  max-height: 100%;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
  right: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  left: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_2 {
  background-color: #004bad;
  overflow: hidden;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_form {
  max-width: 757px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
  height: 60px;
  border-radius: 0;
  font-weight: 500;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
    padding: 5px 20px;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 {
    width: 100%;
    position: initial;
    margin-top: 10px;
  }
}
.td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 .td_btn_in {
  height: 60px;
  padding: 13px 35px;
}
.td_newsletter.td_style_1.td_type_2 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1.td_type_2 br {
    display: none;
  }
}
.td_newsletter.td_style_1 .td_newsletter_shape_1 {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  left: -78px;
  bottom: -84px;
  border: 1px solid #fff;
}
.td_newsletter.td_style_1 .td_newsletter_shape_2 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  right: -99px;
  bottom: -146px;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1 .td_newsletter_shape_2 {
    display: none;
  }
}
.td_newsletter.td_style_1 .td_newsletter_shape_3 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  right: -154px;
  top: -196px;
  background-color: #fff;
  opacity: 0.1;
}
.td_newsletter.td_style_1 .td_newsletter_shape_4 {
  left: 12%;
  top: 36%;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1 .td_newsletter_shape_4 {
    display: none;
  }
}

.td_btn.td_style_1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  outline: none;
  border: none;
}
.td_btn.td_style_1 .td_btn_in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 25px;
  gap: 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.td_btn.td_style_1 .td_btn_in::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.4s ease;
}
.td_btn.td_style_1 .td_btn_in > * {
  position: relative;
  z-index: 2;
}
.td_btn.td_style_1 .td_btn_in.td_heading_bg::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.td_btn.td_style_1:hover {
  color: #fff;
}
.td_btn.td_style_1:hover .td_btn_in::before {
  opacity: 1;
}
.td_btn.td_style_1.td_with_shadow::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 2px;
  top: 4px;
  border-radius: inherit;
  background-color: #004bad;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.td_btn.td_style_1.td_with_shadow:hover::after {
  left: 2px;
  top: -4px;
}
.td_btn.td_style_1.td_with_shadow_2 {
  box-shadow: 6px 6px 0px 0px #00001b;
}
.td_btn.td_style_1.td_with_shadow_2:hover {
  box-shadow: 6px -6px 0px 0px #00001b;
}
.td_btn.td_style_1.td_type_1 {
  box-shadow: 0 0 0px 1px #00001b;
}
.td_btn.td_style_1.td_type_1.td_with_shadow::after {
  background-color: #00001b;
  opacity: 1;
}
.td_btn.td_style_1.td_type_1 .td_btn_in::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.td_btn.td_style_1.td_type_2 .td_btn_icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: -13px -20px -13px 0;
  border: 1px solid currentColor;
}
.td_btn.td_style_1.td_type_2 .td_btn_in {
  padding: 13px 20px;
  gap: 12px;
  min-width: 170px;
  justify-content: space-between;
}
.td_btn.td_style_1.td_type_2 .td_btn_in span:nth-child(1) {
  flex: 1;
}
.td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 12px 24px;
  border: 1px solid currentColor;
  transition: border 0.3s ease;
}
.td_btn.td_style_1.td_type_3:hover .td_btn_in {
  color: #fff;
  border-color: #004bad;
}
.td_btn.td_style_1.td_type_3:hover .td_btn_in::before {
  background-color: #004bad;
}
.td_btn.td_style_1.td_type_4 .td_btn_in {
  padding: 12px 10px;
  border: 1px solid currentColor;
  gap: 0;
  min-width: 50px;
}
.td_btn.td_style_1.td_type_4 .td_btn_text {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.td_btn.td_style_1.td_type_4 .td_btn_icon {
  display: flex;
}
.td_btn.td_style_1.td_type_4 .td_btn_icon svg {
  width: 16px;
  height: 16px;
}
.td_btn.td_style_1.td_type_4:hover .td_btn_in {
  color: #fff;
  gap: 10px;
  padding: 12px 24px;
  transition: all 0.4s ease;
}
.td_btn.td_style_1.td_type_4:hover .td_btn_in::before {
  background-color: #004bad;
}
.td_btn.td_style_1.td_type_4:hover .td_btn_text {
  max-width: 200px;
}
.td_btn.td_style_1.td_type_5 .td_btn_in:before {
  opacity: 0.15;
  background-color: #004bad;
}
.td_btn.td_style_1.td_type_5:hover .td_btn_in:before {
  opacity: 0.25;
}

.td_accent_bg {
  background-color: #004bad;
}

.td_white_color {
  color: #fff;
}

.img-blog {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}

.img-blog img {
  width: 100%;
  height: 100%;
}

.blog_details_right {
  padding: 25px;
  border: 1px solid rgba(3, 26, 38, 0.1);
}

.blog_details_right_header h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.popular_blog {
  margin-top: 25px;
}

.popular_blog_img {
  width: 90px;
  height: 100px;
}

.popular_blog_img img {
  height: 100%;
}

.popular_blog_text {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 18px;
}

.popular_blog_text p span {
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.popular_blog_text a {
  font-size: 16px;
}

.corporate-items {
  --items-count: 6;
  display: grid;
  grid-template-columns: repeat(var(--items-count), 1fr);
  gap: 25px 15px;
}

.corporate-item {
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.corporate-item a {
  padding: 8px;
  height: 90px;
  text-align: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.corporate-item a .line-bg {
  margin-top: 20px;
  width: 100px;
  height: 5px;
  border-radius: 4px;
  background-color: #004bad;
}
.corporate-item:hover {
  border-color: #004bad;
}

.corporate-item:nth-child(2) a .line-bg {
  background-color: #0d1ed9;
}

.corporate-item:nth-child(3) a .line-bg {
  background-color: #10d90d;
}

.corporate-item:nth-child(4) a .line-bg {
  background-color: #d9400d;
}

.corporate-item:nth-child(5) a .line-bg {
  background-color: #a6d90d;
}

.corporate-item:nth-child(2).active {
  border-color: #0d1ed9;
}

.corporate-item:nth-child(3).active {
  border-color: #10d90d;
}

.corporate-item:nth-child(4).active {
  border-color: #d9400d;
}

.corporate-item:nth-child(3).active {
  border-color: #a6d90d;
}

.corporate-item.active {
  border-color: #004bad;
}

.counts {
  background-color: #f9f9f9;
  padding-top: 100px !important;
}

.slider-wrap.homecarousel .swiper-wrapper {
  z-index: 0;
}

.project-item {
  padding: 0 0 70px 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 500px;
  width: 100%;
}
.project-item a {
  display: block;
  height: 100%;
}
.project-item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.project-item .thumb-info {
  position: absolute;
  bottom: 70px;
  left: 0px;
  right: 0px;
  padding: 40px 70px 50px;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  transition: all 200ms linear;
}
.project-item .thumb-info h3 {
  text-align: left;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.project-item .thumb-info h3::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -40px;
  top: -20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.51);
}
.project-item .thumb-info h3 a {
  color: #fff;
}
.project-item .thumb-info h3 p {
  color: #fff;
  opacity: 0.6;
  font-weight: 900;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 10px;
}
.project-item .thumb-info .btn {
  padding: 25px 50px;
  position: relative;
  margin-top: 10px;
  font-size: 0.66em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s linear;
  color: #fff;
  background: #292929;
  border: unset;
  border-radius: 0;
  letter-spacing: 0.4px;
  float: left;
}
.project-item .thumb-info .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 1px;
  width: 0;
  transition: all 0.3s linear;
  background-color: #fff;
}
.project-item .thumb-info .btn:hover {
  border: unset;
  padding-left: 60px;
}
.project-item .thumb-info .btn:hover::before {
  width: 20px;
}

.slider-wrap .swiper-slide {
  background: #fff;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-wrap.homecarousel .swiper-scrollbar {
  position: relative !important;
  margin-top: -20px;
  bottom: 30px;
  left: 0;
}

.scroll-page {
  position: absolute;
  display: block;
  bottom: 10%;
  left: 18%;
  transform: translate(-50%, -50%);
  z-index: 100;
  filter: invert(1);
  animation: scrollAnimation 3s infinite linear;
}

@keyframes scrollAnimation {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.project-item:hover .gallery-popup {
  right: 0;
}
.project-item .gallery-popup {
  position: absolute;
  z-index: 12;
  top: 0;
  right: -90px;
  color: #000;
  font-size: 1.2em;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  display: grid;
  place-items: center;
  transition: all 0.3s linear;
}

.category-widget {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  padding-left: 30px;
}

.widget-title {
  position: relative;
  display: block;
  padding: 21px 0px;
  border-bottom: 1px solid #e2e2e2;
}

.widget-title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.category-widget .category-list li {
  position: relative;
  display: block;
  padding: 18px 26px 17px 0px;
  border-bottom: 1px solid #e2e2e2;
}

.category-widget .category-list li a:hover,
.category-widget .category-list li a.current {
  color: #004bad;
}

.category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
}

.category-widget .category-list li a:hover i,
.category-widget .category-list li a.current i {
  color: #004bad;
}

.category-widget .category-list li a i {
  position: absolute;
  top: -2px;
  right: -6px;
  font-size: 24px;
  color: #a9a6a5;
  transition: all 500ms ease;
}

.category-widget .category-list li a:hover:before,
.category-widget .category-list li a.current:before {
  width: 38px;
  height: 1px;
  top: 10px;
  right: 13px;
}

.category-widget .category-list li a:hover:before,
.category-widget .category-list li a.current:before {
  background: #004bad;
}

.category-widget .category-list li a:before {
  position: absolute;
  content: "";
  background: #e2e2e2;
  width: 1px;
  height: 37px;
  top: -18px;
  right: 39px;
  transition: all 500ms ease;
}

@media (max-width: 768px) {
  .corporate-items {
    --items-count: 2 !important;
  }
  .corporate-item a {
    font-size: 17px;
  }
  .corporate-item a .line-bg {
    width: 50px;
  }
  .row-cols-1 > * {
    flex: 0 0 50%;
  }
  .project-item img {
    height: 450px;
  }
  .footer-one-link {
    margin: 24px 0 !important;
  }
  .footer-about::after {
    display: none !important;
  }
  .footer-one-about-contact {
    margin-bottom: 24px;
    text-align: center;
  }
  .footer-one-about-contact ul li a {
    justify-content: center;
  }
  .qu-our-service .swiper-pagination .swiper-pagination-bullet {
    margin-top: 20px;
  }
  .footer-one-about {
    margin-bottom: 15px;
  }
  .footer-one-about img {
    display: block;
    margin: 0 auto;
  }
}
.image-box .image {
  position: relative;
  display: block;
}
.image-box .image img {
  height: 500px;
  width: 100%;
}

.single-item-carousel .owl-nav {
  position: absolute;
  top: 0px;
  right: -24px;
  background: #fff;
  width: 144px;
  height: 74px;
  line-height: 62px;
  text-align: center;
  margin-top: 0;
}
.single-item-carousel .owl-nav button {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width: 38px;
  background: transparent;
  height: 24px;
}
.single-item-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
.single-item-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-1.png);
  width: 38px;
  height: 24px;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: all 500ms ease;
}
.single-item-carousel .owl-nav span {
  display: none;
}
.single-item-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-2.png);
  width: 38px;
  height: 24px;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: all 500ms ease;
}
.single-item-carousel .owl-dots .owl-dot span {
  margin: 0 3px !important;
  height: 8px;
  width: 20px;
  transition: all 0.4s ease-in-out;
}
.single-item-carousel .owl-dots .owl-dot.active span,
.single-item-carousel .owl-dots .owl-dot:hover span {
  width: 30px;
  background: #004bad;
}

.ikonyazi {
  font-size: 15px;
  line-height: 22px;
  color: #505050;
  margin-top: 12px;
}

.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 0.4s ease;
  width: 100%;
  background: transparent url(../img/icon/whatsapp.svg) 50% no-repeat;
  background-size: auto;
  background-size: 30px;
}

.gallery-box,
.portfolio-box {
  overflow: hidden;
  will-change: transform;
  height: 400px;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.bg-base-color,
.header-cart-icon .cart-count {
  background-color: #004aad;
}

.gallery-box a {
  display: block;
  height: 100%;
  width: 100%;
}

.gallery-box img {
  transform: scale(1.13) translateZ(0);
  width: 100%;
  height: 100%;
}

.transition,
.transition-inner-all * {
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.gallery-box .move-bottom-top,
.portfolio-box .move-bottom-top {
  transform: translateY(15px);
  opacity: 0;
}

.gallery-box i {
  opacity: 0;
  font-size: 30px;
  visibility: hidden;
}

.gallery-box:hover img {
  opacity: 0.2;
  transform: scale(1) translateZ(0);
}

.gallery-box:hover .move-bottom-top,
.gallery-box:hover .move-top-bottom,
.portfolio-box:hover .move-bottom-top,
.portfolio-box:hover .move-top-bottom {
  transform: translateY(0);
  opacity: 1;
}

.gallery-box:hover i {
  opacity: 1;
  visibility: visible;
}

.left-0px {
  left: 0;
}
.top-0px {
  top: 0;
}

@media (min-width: 576px) {
  .product-brochure {
    padding: 40px 30px;
  }
}

@media (min-width: 400px) {
  .product-brochure {
    background-position: -80px -15px;
  }
}
.product-brochure {
  padding: 47px 10px;
  background: url(../img/katalog-sidebar.png) -122px -22px no-repeat #3a3131;
  line-height: 1.4;
  font-weight: 700;
  text-align: right;
  color: white;
}

.product-brochure__inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.product-brochure p:first-child {
  margin-top: 0 !important;
}

.product-brochure p:last-child {
  margin-bottom: 0 !important;
}

.product-brochure p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-brochure .custom-btn {
  border-color: currentColor;
  color: #fff;
  border-radius: 10px;
}

.product-brochure .custom-btn:hover {
  background-color: #fff;
  color: #004bad;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-btn,
  .top-bar__action .custom-btn:first-child:before,
  .top-bar__navigation a:after {
    transition: none;
  }
}
.custom-btn--big {
  min-width: 180px;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-brochure p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  letter-spacing: 0;
  border: 2px solid;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  user-select: none;
  user-drag: none;
  touch-action: manipulation;
  z-index: 0;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}

.td_gescout_sticky {
  background-color: #fff !important;
  background: #fff !important;
}

.td_gescout_sticky .td_site_branding img {
  filter: unset !important;
}

@media (min-width: 1200px) {
  .td_gescout_sticky .td_nav .td_nav_list > li > a {
    color: #000 !important;
  }
}

.td_gescout_sticky .td_header_social_btns a {
  color: #000 !important;
}

.td_gescout_sticky .td_header_dropdown_btn {
  color: #000 !important;
}

.td_gescout_sticky .td_header_dropdown_btn img {
  filter: invert(1);
}

.td_gescout_sticky .td_circle_btn img {
  filter: unset !important;
}

.td_gescout_sticky .td_hamburger_btn::before,
.td_gescout_sticky .td_hamburger_btn::after {
  background-color: #000 !important;
}

@media (max-width: 1199px) {
  .td_gescout_sticky .td_menu_toggle {
    color: #000 !important;
  }
  .td_toggle_active {
    color: #fff !important;
  }
}

.certificate-box {
  position: relative;
  transition-duration: 450ms;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

.gradient {
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  height: 75%;
  box-shadow: 0px 0px 0px 0px rgba(0, 64, 173, 0.1);
  border: solid transparent 1px;
  transition-duration: 350ms;
}

.certificate-box:hover .gradient {
  border-color: rgba(2, 58, 74, 0.6);
}

.image-field {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition-duration: 450ms;
  position: relative;
  max-width: calc(100% - 100px);
}

.certificate-box .image a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 350px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .certificate-box .image a {
    height: 250px;
  }
}

@media (max-width: 640px) {
  .certificate-box .image a {
    height: 200px;
  }
}

.image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  transition-duration: 450ms;
  position: relative;
  z-index: 2;
  transform: translateZ(0);
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.text-field {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 3;
}

.title .text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: normal;
  transition-duration: 450ms;
}

@media (max-width: 768px) {
  .title .text {
    font-size: 16px;
  }
}

.button-field {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.button {
  min-width: 150px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  position: relative;
  gap: 10px;
  transition: all 450ms;
  overflow: hidden;
  border-radius: 8px;
  background-color: #efefef;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.button:hover {
  background-color: #0040b2;
  color: white;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.icon i {
  font-size: 18px;
  height: 18px;
  color: #000;
  transition-duration: 450ms;
}

.button:hover .icon i {
  color: white;
}

.icon-with-text-style-10:hover .feature-box-icon svg {
  fill: #fff !important;
}

.project-block-two {
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-two .inner-box {
  position: relative;
}

.project-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}

.project-block-two .inner-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}

.project-block-two .inner-box .content-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 343px;
  z-index: 5;
  border-radius: 10px;
  background-color: #fff;
}

.project-block-two .inner-box .content-box .inner {
  position: relative;
  padding: 14px 35px;
}

.project-block-two .inner-box .content-box .cat {
  position: relative;
  display: block;
  color: #0040b2;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-block-two .inner-box .content-box .title {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-size: 19px;
}

.project-block-two .inner-box .content-box .inner .read-more {
  position: absolute;
  top: -20px;
  right: 29px;
  width: 50px;
  height: 50px;
  line-height: 62px;
  font-size: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background-color: #0040b2;
}

.project-block-two .inner-box .content-box .inner .read-more svg path {
  fill: #fff;
}

.project-block-two .inner-box:hover .image img {
  transform: scale(1.1);
  filter: grayscale(1);
}

.single-item-carousel .image {
  max-height: unset !important;
}

.slider-active .slick-dots {
  top: 50%;
  left: 4%;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: max-content;
  z-index: 15;
}

.slider-active .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 8px 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.slider-active .slick-dots li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2.5px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.slider-active .slick-dots li.slick-active {
  opacity: 1;
}

.slider-active .slick-dots li.slick-active::after {
  border-color: #fff;
}

.slider-active .slick-dots li button:before {
  text-indent: -9999px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  height: 300px;
}
.box .image-wrapper {
  flex: 59;
  min-width: 0;
}
.box .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
.box .text-wrapper {
  flex: 82;
  min-width: 0;
  background-color: #9a8c7f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.box .inner {
  max-width: 600px;
  width: 100%;
  color: #f5f5f5;
}
.box h3 {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.375;
  color: #003eb3;
}
.box p {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: #ecebea;
}
.box .button {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #003eb3;
  color: #f5f5f5;
  padding: 0 30px;
  font-weight: bold;
  text-decoration: none;
  min-width: max-content !important;
  max-width: max-content !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: unset !important;
  transition: background-color 0.3s ease;
}
.box .button:hover {
  background-color: #333;
}
.box .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.box .button:hover::before {
  transform: scaleX(1);
}
.box .button .text {
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.box .button .split {
  width: 1px;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.15);
  position: relative;
  z-index: 2;
}
.box .button .icon {
  margin-left: 8px;
  font-size: 14px;
  color: #f5f5f5;
  position: relative;
  z-index: 2;
}

.box .button .icon i {
  color: #fff !important;
  font-size: 14px !important;
}

.td_nav_list_wrap .footer-one-about-contact {
  display: none;
}

.td_nav_list_wrap .td_header_social_btns {
  display: none;
}

@media (max-width: 900px) {
  .box {
    flex-direction: column;
    height: max-content !important;
  }
  .box .text-wrapper {
    padding: 50px 20px !important;
  }
  .td_site_header.td_style_1.td_type_3 .td_circle_btn {
    margin-right: 0 !important;
  }
}

@media (max-width: 1200px) {
  .td_nav_list_wrap .td_header_social_btns {
    display: flex !important;
    padding: 0 15px;
    margin-top: 5px;
  }
  .td_nav_list_wrap .footer-one-about-contact {
    display: block !important;
    margin-top: 20px;
    text-align: left !important;
  }
  .header-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
  }

  .td_nav_list_wrap .footer-one-about-contact ul li a {
    justify-content: flex-start !important;
    padding: 0 15px;
  }
}

.remove-y {
  overflow-y: hidden !important;
}

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