@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=Questrial&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;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

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-70 {
  margin-bottom: 70px;
}

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

::selection {
  color: #fff;
  background-color: #283271;
}

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: 500;
  color: #000;
  line-height: 26px;
}

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

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

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

.bg-theme {
  background: #283271;
}

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

.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: #283271 !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 #283271;
  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);
  }
}
@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.MovefadeUp {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -23px 0, 100% -23px, 0 100%;
  }
  to {
    background-position: 0 -23px, 0 0, 100% 0, -23px 100%;
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (min-width: 1400px) {
  .container.custom {
    max-width: 1659px;
  }
}
.section-title {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.section-title .short-title-wrapper {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 24px;
  padding-bottom: 6px;
}

.section-title .short-title-wrapper .short-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #292929;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-title .main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title .main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title .sec-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.section-title .sec-content .title {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  transition: all 0.5s ease-out;
}

.section-title .title {
  font-size: 35px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.96px;
    color: #292929;
}

.slider-nav-btn-wrapper {
  display: flex;
  gap: 18px;
}

.slider-nav-btn-wrapper a {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  font-size: 24px;
  color: #292929;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slider-nav-btn-wrapper a:hover {
  background-color: #283271;
  color: #292929;
  border: 1px solid #283271;
}
.slider-nav-btn-wrapper a:hover i {
  color: #fff;
}

.info-card.style-1 {
  background-color: #eff4fd;
    border-radius: 36px;
    padding: 8px 8px;
    margin: 0 12px;
}
.info-card.style-1 .service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
}
.info-card.style-1 .service-image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.info-card.style-1 .service-image:hover img {
  transform: scale(1.1);
}
.info-card.style-1 .content-wrapper .desc {
  margin-top: 15px;
}
.info-card.style-1 .content-wrapper .view-more {
  margin-top: 32px;
}
.info-card.style-1 .content-wrapper .view-more a {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #292929;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  transition: all 0.5s ease-out;
}
.info-card.style-1 .content-wrapper .view-more a i {
  font-size: 22px;
  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}
.info-card.style-1 .content-wrapper .view-more a:hover {
  color: #283271;
}
.info-card.style-1 .content-wrapper .view-more a:hover i {
  color: #7ecaeb;
  transform: rotate(0deg);
  margin-left: 5px;
}

.info-card .title {
  text-align: center;
    font-size: 20px;
    font-weight: 800;
    min-height: 41px;
    line-height: 25.4px;
    letter-spacing: -0.42px;
    color: #2a2a75;
    margin-top: 24px;
    text-transform: capitalize;
}
.info-card .title a {
  color: inherit;
}
.info-card .title a:hover {
  color: #283271;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .main-content {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }

  .info-card .desc {
    font-size: 15px;
    line-height: 28px;
  }

  .section-title .short-title-wrapper {
    padding-bottom: 10px;
    margin-bottom: 18px;
  }

  .section-title .title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.24px;
  }

  .slider-nav-btn-wrapper a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.btn-wrapper {
  display: inline-flex;
  align-items: center;
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  padding: 25px 44px;
  font-size: 20px;
  line-height: initial;
  font-weight: 600;
  background-color: #283271;
  outline: medium none;
  transition: all 0.5s ease-out;
  color: #fff;
  border-radius: 50px;
  text-transform: capitalize;
  white-space: nowrap;
}

.btn-wrapper .circle-arrow-btn {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #283271;
  color: #fff;
}
.btn-wrapper .circle-arrow-btn i {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}

.btn-wrapper:hover .theme-btn,
.btn-wrapper:hover .circle-arrow-btn {
  background-color: #292929;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.post-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-card .image {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 268px;
}
.post-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.001);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #283271;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.post-card .image .circle-btn i {
  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}
.post-card .content {
  display: flex;
  flex-direction: column;
}
.post-card .content .title {
  font-size: 19px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.42px;
    margin-bottom: 0;
}
.post-card .content .title a {
  color: inherit;
}
.post-card .post-meta {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 8px;
}
.post-card .post-meta .single-post-meta {
  color: #525256;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

.post-card:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.post-card:hover .image .circle-btn-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.post-card:hover .image .circle-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}

.about-area {
  background: #f2f5fa;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: 30px;
  margin-left: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.about-thumb {
  position: relative;
  margin-left: 85px;
  margin-bottom: 60px;
}

.about-thumb img:first-child {
  height: 600px;
  object-fit: contain;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-thumb-shape {
    left: -100px;
  }
}
.about-thumb-shape {
  position: absolute;
  bottom: 0;
  left: -170px;
}
.about-thumb-shape img {
  height: 300px !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-thumb-shape {
    left: 0;
  }
}
.ml-60 {
  margin-left: 60px;
}

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

.left-line {
  position: relative;
}

.tp-section__sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #283271;
  display: inline-block;
  margin-bottom: 25px;
}
.tp-section__sub-title::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #283271;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  margin-right: 10px;
}

.tp-section__title {
  font-size: 43px;
  line-height: 1.2;
}

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

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-section p {
    padding: 10px;
  }
}
.tp-section p {
  font-size: 18px;
  display: block;
  padding-right: 55px;
}

.mr-20 {
  margin-right: 20px;
}

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

@media screen and (max-width: 768px) {
  .about-thumb {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .about-area {
    padding: 70px 0 !important;
  }

  .tp-section__title {
    font-size: 30px;
  }

  .about-content {
    margin-left: 0 !important;
  }
}
.slider-area.style-2 {
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 30px 0 30px;
}
.slider-area.style-2:hover .slider-wrapper-six .slick-arrow.prev-btn {
  transform: translateX(0);
}
.slider-area.style-2:hover .slider-wrapper-six .slick-arrow.next-btn {
  transform: translateX(0);
}
.slider-area.style-2 .slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.slider-area.style-2 .slider-bg img {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slider-area.style-2 .slider-wrapper-six:hover .slick-arrow.prev-btn {
  transform: translateX(0);
}
.slider-area.style-2 .slider-wrapper-six:hover .slick-arrow.next-btn {
  transform: translateX(0);
}
.slider-area.style-2 .slider-wrapper-six .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -100%);
  width: 72px;
  height: 72px;
  font-size: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-wrapper-six .slick-arrow.prev-btn {
  left: 80px;
  transform: translateX(-150px);
}
.slider-area.style-2 .slider-wrapper-six .slick-arrow.next-btn {
  right: 80px;
  transform: translateX(150px);
}
.slider-area.style-2 .slider-wrapper-six .slick-arrow:hover {
  background-color: #283271;
  color: #fff;
  border: 1px solid #283271;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-wrapper-six .slick-dots {
  margin: 45px 0 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper-six .slick-dots {
    padding-right: 24px;
    margin: 24px 0 0;
  }
}
.slider-area.style-2 .single-slider-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 940px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .slider-area.style-2 .single-slider-wrapper {
    height: 740px;
  }
}
.slider-area.style-2 .single-slider-wrapper .slider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  z-index: 1;
}
.slider-area.style-2 .single-slider-wrapper .sticky-shape-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 30px 0 0 0;
  width: 264px;
  height: 135px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider-wrapper .sticky-shape-bottom {
    bottom: -1px;
    right: -1px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider-wrapper .sticky-shape-bottom {
    width: 245px;
    height: 115px;
  }
}
.slider-area.style-2 .single-slider-wrapper .sticky-shape-bottom .sticky-right {
  position: absolute;
  top: -34px;
  right: 0;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2
    .single-slider-wrapper
    .sticky-shape-bottom
    .sticky-right {
    top: -34px;
  }
}
.slider-area.style-2
  .single-slider-wrapper
  .sticky-shape-bottom
  .sticky-bottom {
  position: absolute;
  bottom: 0px;
  left: -34px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2
    .single-slider-wrapper
    .sticky-shape-bottom
    .sticky-bottom {
    left: -34px;
  }
}
.slider-area.style-2 .single-slider-wrapper .sticky-shape-bottom .review-card {
  padding: 16px 24px;
  background-color: #283271;
  border-radius: 25px;
  width: 240px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2
    .single-slider-wrapper
    .sticky-shape-bottom
    .review-card {
    width: 230px;
    height: 100px;
  }
}
.slider-area.style-2
  .single-slider-wrapper
  .sticky-shape-bottom
  .review-card
  .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: -0.54px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2
    .single-slider-wrapper
    .sticky-shape-bottom
    .review-card
    .title {
    line-height: 34.8px;
  }
}
.slider-area.style-2
  .single-slider-wrapper
  .sticky-shape-bottom
  .review-card
  .desc {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2
    .single-slider-wrapper
    .sticky-shape-bottom
    .review-card
    .desc {
    font-size: 16px;
  }
}
.slider-area.style-2 .single-slider-wrapper.slick-active .single-slider {
  position: relative;
  z-index: 2;
}
.slider-area.style-2 .single-slider-wrapper .slider-content-wrapper {
  margin: 0;
  z-index: 10;
}
.slider-area.style-2 .single-slider-wrapper .slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 92px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content {
    text-align: start;
    padding: 0 20px;
  }
}
.slider-area.style-2
  .single-slider-wrapper
  .slider-content
  .slider-short-title {
  color: #283271;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
  font-size: 95px;
  font-weight: 600;
  line-height: 104.5px;
  letter-spacing: -1.425px;
  margin-bottom: 24px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transition: all 0.5s ease-out;
  width: 100%;
  max-width: 950px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
    font-size: 43px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
    font-size: 58px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
    font-size: 54px;
    line-height: normal;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
    font-size: 28px;
  }
}
.slider-area.style-2 .single-slider-wrapper .slider-content .slider-short-desc {
  margin-bottom: 40px;
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  transition: all 0.5s ease-out;
}
.slider-area.style-2
  .single-slider-wrapper
  .slider-content
  .slider-short-desc
  p,
.slider-area.style-2
  .single-slider-wrapper
  .slider-content
  .slider-short-desc
  span {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2
    .single-slider-wrapper
    .slider-content
    .slider-short-desc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1399px) {
  .slider-area.style-2
    .single-slider-wrapper
    .slider-content
    .slider-short-desc
    br {
    display: none;
  }
}
.slider-area.style-2 .single-slider-wrapper .slider-content .btn-wrapper {
  width: 264px;
  justify-content: center;
  margin: 0;
  animation-delay: 0.9s;
  animation-duration: 0.9s;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider-wrapper .slider-content .btn-wrapper {
    margin-bottom: 60px;
  }

   .slider-area.style-2 .single-slider-wrapper {
    height: 372px !important;
    background-size: cover;
  }

}
.slider-area.style-2
  .single-slider-wrapper
  .slider-content
  .btn-wrapper:hover
  .theme-btn,
.slider-area.style-2
  .single-slider-wrapper
  .slider-content
  .btn-wrapper:hover
  .circle-arrow-btn {
  background-color: #fff;
  color: #000;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slick-active .slider-content .slider-short-title,
.slider-area.style-2 .slick-active .slider-content .slider-title,
.slider-area.style-2 .slick-active .slider-content .slider-short-desc,
.slider-area.style-2 .slick-active .slider-content .slider-btn-wrapper,
.slider-area.style-2 .slick-active .slider-content .btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area.style-2 .slick-active .slider-content .slider-short-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slick-active .slider-content .slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slick-active .slider-content .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  transition: all 0.5s ease-out;
}
.slider-area.style-2 .slick-active .slider-content .slider-btn-wrapper,
.slider-area.style-2 .slick-active .slider-content .btn-wrapper {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
  transition: all 0.5s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-4 .search-btn-with-btn .cta-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-4 .search-btn-with-btn .cta-btn {
    display: none;
  }
}
.header-area.style-1 .header-menu-area {
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-1 .search-btn-with-btn .search-input {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-1 .search-btn-with-btn .search-input {
    display: none;
  }
}
.header-area.style-1 .search-btn-with-btn .search-btn-wrapper .search-btn {
  border-color: #000;
  background-color: transparent;
}

.header-top {
  background-color: #3e4a88;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  justify-content: space-between;
  padding: 4px 40px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-content {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.header-top .header-top-slogan {
  color: #fff;
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .header-top .header-top-info {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-top .header-top-info {
    padding-bottom: 10px;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.header-top .header-contact-info span:first-child:before {
  display: none;
}
.header-top .header-contact-info span:before {
  background-color: white;
  opacity: 0.361;
  width: 1px;
  display: inline-flex;
  height: 12px;
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-contact-info span:before {
    display: none;
  }
}
.header-top .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.header-top .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.header-top .social-profile .social-profile-title {
  color: #fff;
}
.header-top .social-profile a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  transform: scale(1);
  background-color: transparent;
}
.header-top .social-profile a:hover {
  transition: all 0.4s ease-in-out;
  transform: scale(1.4);
}

.header-menu-area {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 30px;
  transition: all 0.4s ease-in-out;
}
.header-menu-area .search-btn-with-btn {
  gap: 16px;
}
@media (max-width: 991px) {
  .search-btn-wrapper .search-btn:nth-child(2) {
    display: none !important;
  }
}
.header-menu-area .search-btn-with-btn .search-input {
  display: flex;
  border: 1.5px solid #000;
  border-radius: 50px;
  align-self: stretch;
  align-items: center;
  padding: 0 20px;
}
.header-menu-area .search-btn-with-btn .search-input input {
  background-color: transparent;
}
.header-menu-area .search-btn-with-btn .search-input .search-input-btn {
  background-color: transparent;
  font-size: 20px;
  color: #000;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .search-btn-with-btn .btn-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-menu-area .search-btn-with-btn .btn-wrapper i {
    display: none;
  }
}
.header-menu-area .search-btn-with-btn .search-btn-wrapper .search-btn {
  color: #fff;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  width: 56px;
  font-size: 18px;
  border: 1.5px solid #283271;
  background-color: #283271;
  border-radius: 50px;
}
.header-menu-area .search-btn-with-btn .search-btn-wrapper .search-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 200;
  transition: all 0.4s ease 0s;
}
.header-menu-area.sticky-header.sticky_menu .search-btn-wrapper .search-btn {
  color: #fff;
}
.header-menu-area.sticky-header.sticky_menu
  .search-btn-wrapper
  .search-btn:hover {
  color: #3e4a88;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
}
.header-menu-area.sticky_menu .logo {
  height: 74px;
}
.header-menu-area.sticky_menu .logo:before {
  display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
  display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
  transition: all 0.4s ease-in-out;
}
.header-menu-area.sticky_menu .main-menu ul li.active > a,
.header-menu-area.sticky_menu .main-menu ul li.current-menu-ancestor > a {
  color: #3e4a88;
}
.header-menu-area.sticky_menu .main-menu ul li.active > a:after,
.header-menu-area.sticky_menu .main-menu ul li.current-menu-ancestor > a:after {
  display: none;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  padding: 27px 24px;
  color: #000;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area.sticky_menu .main-menu ul li a {
    padding: 27px 15px;
  }
}
.header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #3e4a88;
}
.header-menu-area.sticky_menu .main-menu ul li ul.submenu li.active > a {
  color: #fff;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #fff;
}
.header-menu-area.sticky_menu .ct-header-btn .content-wrapper span {
  color: #000;
}
.header-area.style-2.not-index .header-menu-area .mobile-menu-bar a i {
  color: #283271 !important;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 116px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-menu-area .logo img {
  height: 100px !important;
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
  display: inline-block;
  object-fit: contain;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-menu-area .logo {
    margin-left: -85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
.header-menu-area .logo .standard-logo img {
  transition: all 0.4s ease-in-out;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
.header-menu-area .logo .sticky-logo img {
  transition: all 0.4s ease-in-out;
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.main-menu ul li.active,
.main-menu ul li.current-menu-ancestor {
  position: relative;
}
.main-menu ul li.active > a,
.main-menu ul li.current-menu-ancestor > a {
  color: #3e4a88;
}
.main-menu ul li.dropdown > a {
  padding-right: 30px !important;
}
.main-menu ul li.dropdown > a:before {
  visibility: visible;
}
.main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  right: 15px;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  background-color: #3e4a88;
  color: #fff !important;
}
.main-menu ul li ul.submenu li.active > a:after {
  display: none;
}
.main-menu ul li a {
  display: block;
  padding: 42px 24px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.main-menu ul li a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  top: 50%;
  right: 6px;
  line-height: 0;
  visibility: hidden;
}
.main-menu ul li a:hover {
  color: #3e4a88;
}
.main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 2px solid #3e4a88;
  box-shadow: 0 10px 20px 0 rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
  padding: 20px;
  border-radius: 9px;
  display: block !important;
}
.main-menu ul ul li {
  float: none;
  min-width: 210px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: initial;
  padding: 10px 0;
  color: #3e4a88;
  margin-left: 0;
  font-size: 16px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.main-menu ul ul li a:hover {
  background-color: #3e4a88;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0;
}
.main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid #3e4a88;
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.search-btn-with-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.search-btn-with-btn .cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 8px;
}
.search-btn-with-btn .cta-btn .icon {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.search-btn-with-btn .cta-btn .btn-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.search-btn-with-btn .cta-btn .btn-content .phone-number {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.search-btn-with-btn .cta-btn-wrapper .theme-btn {
  padding: 16px 34px;
  font-size: 18px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.search-form-wrapper.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.search-form-wrapper .search-form-inner {
  width: 768px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.search-form-wrapper .search-form-inner .search-content-filed {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: 30px;
  color: #fff;
}
.search-form-wrapper .search-form-inner .search-form {
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
  padding: 15px 30px;
  flex: 1;
  border-radius: 9px;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form-wrapper
  .search-form-inner
  .search-form
  .search-form-input
  .theme-btn {
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 0 40px;
  border-radius: 9px;
  background-color: #283271;
  color: #000;
}
.search-form-wrapper
  .search-form-inner
  .search-form
  .search-form-input
  .search-icon {
  display: flex;
}
.search-form-wrapper
  .search-form-inner
  .search-form
  .search-form-input
  button.submit-search-btn {
  padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type="search"] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 12px !important;
  flex-grow: 1;
  height: 60px;
  width: 100%;
  color: #525256;
  font-size: 18px;
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-2 .search-btn-with-btn .cta-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-2 .search-btn-with-btn .cta-btn {
    display: none;
  }
}
.header-area.style-2 .header-menu-area {
  top: 19px;
  padding: 0 30px;
}
.header-area.style-2 .header-menu-area .border-radius-shape {
  position: absolute;
  bottom: -35px;
  right: 20px;
}
@media (max-width: 1199px) {
  .header-area.style-2 .header-menu-area .border-radius-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-area .mobile-menu-bar a i {
    color: #fff;
  }
}
.header-area.style-2 .header-menu-area.sticky_menu {
  top: 0;
}
.header-area.style-2 .header-menu-area.sticky_menu .border-radius-shape,
.header-area.style-2 .header-menu-area.sticky_menu .border-radius-top-shape {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-area.sticky_menu .mobile-menu-bar a i {
    color: #000;
  }
}
@media (max-width: 1199px) {
  .header-area.style-2 .header-menu-area.sticky_menu .main-menu ul li a {
    color: #000;
  }
}
@media (max-width: 1199px) {
  .header-area.style-2 .header-menu-area.sticky_menu .main-menu ul li ul li a {
    color: #000;
  }
}
.header-area.style-2 .main-menu-wrapper {
  background-color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .header-area.style-2 .main-menu-wrapper {
    background-color: transparent;
  }
}
.header-area.style-2 .main-menu-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -100%;
  margin-left: -10px;
  top: 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .header-area.style-2 .main-menu-wrapper:before {
    display: none;
  }
}
.header-area.style-2 .main-menu-wrapper .border-radius-top-shape,
.header-area.style-2 .main-menu-wrapper .border-radius-bottom-shape {
  position: absolute;
}
.header-area.style-2 .main-menu-wrapper .border-radius-top-shape {
  top: 0px;
  left: -92px;
}
@media (max-width: 1199px) {
  .header-area.style-2 .main-menu-wrapper .border-radius-top-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-area.style-2 .main-menu ul li a {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .header-area.style-2 .main-menu ul li ul li a {
    color: #000;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid #e0e3ed !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
  background-color: #283271;
  border-color: #283271 !important;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: #000;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #000;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: #000;
}

@media screen and (max-width: 1250px) {
  .mobile-menu-bar {
    margin-top: 30px;
  }

  .header-area.style-2: .header-menu-area .mobile-menu-bar a i {
    color: #fff !important;
  }

  .header-menu-area .logo img {
    height: 70px !important;
  }
}
.search-form-wrapper
  .search-form-inner
  .search-form
  .search-form-input
  .theme-btn {
  display: inline-block;
  height: 60px;
  width: auto;
  padding: 0 40px;
  border-radius: 9px;
  background-color: #283271;
  color: #fff;
}

.copyright-area {
  padding: 10px 0;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.copyright-area p {
  margin-right: 25px;
  color: #fff;
  font-size: 18px;
}

.copyright-text span {
  color: #fff;
}

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

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

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

.copyright-text {
  position: relative;
  padding: 25px 23px;
  position: relative;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright-text .company a {
  color: #283271;
  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: #fff;
}

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

@media screen and (max-width: 800px) {
  .copyright-text {
    flex-direction: column;
  }
  .copyright-text span:first-child {
    margin-bottom: 10px;
  }
}
.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer .footer-wrapper {
  border-radius: 30px;
  margin: 0 20px 20px 20px;
 background-position: right -190px;
  background-repeat: no-repeat;
  background-image: url(../img/shape-bg-05-footer.png);
}

.background-black {
  background-color: #292929;
}

.footer-sec {
  padding-top: 80px;
}

.footer-widget {
  margin-bottom: 30px;
  position: relative;
}

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

.footer .widget-menu-wrapper {
  padding-left: 50px;
  padding-right: 30px;
}

.footer-widget-title {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}

.footer-widget-info {
  position: relative;
}
.footer-widget-info .footer-contact {
  margin-top: 20px;
}

.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 30px;
  gap: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-info ul li:first-child {
  margin-top: 0;
}

.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  font-family: "Questrial", sans-serif;
}

.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}

.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widget.widget_nav_menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.footer-widget.widget_nav_menu li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.5s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-widget.widget_nav_menu li a:hover {
  transition: all 0.5s ease-out;
  color: #283271;
}

@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}
@media (max-width: 992px) {
  .footer-widget {
    margin-bottom: 40px;
  }

  .footer .widget-menu-wrapper {
    padding-left: 0 !important;
  }
}
.mobile-menu-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: #000;
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #000;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 560px) {
  .menu-sidebar-area {
    width: 350px;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  background-color: #283271;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget:last-child {
  border-bottom: 0;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .menu-sidebar-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .header-contact-info
  span {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .header-contact-info
  span.contact-info-item {
  gap: 0 10px !important;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .header-contact-info
  span
  a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .header-contact-info
  span
  a:hover {
  color: #283271;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .social-profile {
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  padding-top: 20px;
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .social-profile
  a {
  color: #3e4a88;
  font-size: 22px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .social-profile
  a:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-sidebar-area
  .menu-sidebar-content
  .menu-sidebar-single-widget
  .social-profile
  a {
  color: #292929;
  font-size: 22px;
  background-color: #ffffff;
  transition: all 0.5s ease-out;
  transform: scale(1);
}

.social-profile a {
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(244, 244, 244, 0.1);
  border-radius: 50px;
  transition: all 0.5s ease-out;
}

.basvuru-form {
  min-height: 56px;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #d6d6d6;
  padding: 0 20px;
  display: flex;
  font-size: 18px;
  align-items: center;
  text-align: center;
  transition: 0.25s ease all;
}
.basvuru-form:hover {
  box-shadow: 0 0 0 1px #283271;
}
@media screen and (max-width: 1250px) {
  .basvuru-form:not(.hover) {
    color: #fff;
  }
  .basvuru-form:hover {
    color: #fff;
  }
}

.basvuru-form.hover {
  width: max-content;
}
.basvuru-form.hover:hover {
  background-color: #283271;
  color: #fff;
}

.processing-section {
  background: #0f5ff1;
}

.processing-section {
  position: relative;
  padding: 120px 0 115px 0;
      margin-right: 30px;
    margin-left: 30px;
    overflow: hidden;
    border-radius: 30px;
}

.centred {
  text-align: center;
}

.processing-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.processing-section .sec-title .sub-title {
  color: #fff;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-left: 27px;
}

.processing-section .sec-title .sub-title:before,
.processing-section .sec-title .sub-title:after {
  background: #fff;
}

.sec-title .sub-title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 8px;
  top: 7px;
  border-radius: 50%;
}

.sec-title .sub-title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 2px;
  border-radius: 50%;
}

.sec-title h2 {
  position: relative;
  display: block;
     font-size: 35px;
    line-height: 36px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.processing-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0 50px;
}

.processing-block-one .inner-box .shape {
  position: absolute;
  top: 57px;
  right: -51%;
  transform: translateX(-50%);
  width: 216px;
  height: 16px;
  background-repeat: no-repeat;
}

.processing-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
}

.processing-block-one .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 130px;
  line-height: 140px;
  font-size: 56px;
  color: #fff;
  z-index: 1;
}
.processing-block-one .inner-box .icon-box .icon img {
  width: 60px;
  height: 60px;
}

.processing-block-one .inner-box .icon-box .count-text {
  color: #0f5ff1;
}

.processing-block-one .inner-box .icon-box .count-text {
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  top: 0;
  right: -20px;
}

.processing-block-one .inner-box .icon-box .count-text:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #0f5ff1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text:after {
  position: absolute;
  content: "";
  width: 38px;
  height: 32px;
  left: 6px;
  top: 4px;
  background: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 29px;
}

.processing-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 9px;
}

.processing-block-one .inner-box .lower-content p {
  color: #fff;
}

.processing-block-one .inner-box .icon-box .icon:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 130px;
  left: 0px;
  top: 0px;
  background: #2b75fc;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .processing-block-one .inner-box .shape,
  .chooseus-section .bg-layer {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .processing-block-one .inner-box {
    margin-bottom: 30px;
  }

  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }

  .post-card .content .title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .processing-block-one .inner-box {
    margin-bottom: 30px;
  }

  .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.header-menu-area .logo a {
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1250px) and (max-width: 1370px) {
  .header-menu-area .logo {
    margin-left: -71px;
  }
}
.page-breadcrumb-area {
  padding-top: 130px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ecf4fe;
    border-radius: 30px;
    margin: 20px 20px 0 20px;
}

.breadcrumb-wrapper {
  padding: 0px;
}

.page-heading h3,
.page-heading .page-title {
  font-size: 39px;
  letter-spacing: -0.96px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 56.8px;
  font-weight: 600;
  text-align: center;
}

.breadcrumb-list {
  text-align: center;
}

.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 12px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}

.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  color: #fff;
}

.breadcrumb-list ul li a {
  font-size: 16px;
  color: #292929;
  text-transform: capitalize;
  line-height: 22.4px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.24px;
  transition: all 0.5s ease-out;
}

.breadcrumb-list ul li:not(:first-child):before {
  content: "\f054";
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
  color: #292929;
}

@media screen and (max-width: 900px) {
  .page-breadcrumb-area {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .page-heading h3,
  .page-heading .page-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-list {
    display: none;
  }
}
.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #283271;
  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: #283271 !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;
}

.contact-content {
  padding-bottom: 100px;
  padding-top: 100px;
  overflow: hidden;
}

.contact-content .contact-text {
  padding-top: 128px;
  position: relative;
  z-index: 10;
}
.contact-content .contact-text .head {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 80px;
  margin-right: -100px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
  z-index: 30;
  position: relative;
  margin-top: 50px;
}
.contact-content .contact-text .head h1 {
  font-size: 40px;
  font-weight: 600;
  color: #858585;
  position: relative;
}
.contact-content .contact-text .head h1::before {
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 80px;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background: #283271;
  width: 50vw;
}
.contact-content .contact-text ul {
  padding: 120px;
}
.contact-content .contact-text ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.contact-content .contact-text ul li .icon {
  margin-right: 20px;
}
.contact-content .contact-text ul li .icon svg {
  display: block;
  transition: 0.4s;
  transform: translateY(0);
}
.contact-content .contact-text ul li .icon svg .colorless {
  transition: 0.4s;
  fill: #000;
}
.contact-content .contact-text ul li .icon svg .colored {
  transition: 0.4s;
  fill: #283271;
}

.contact-content .map {
  height: 100%;
  min-width: 100%;
  min-height: 500px;
  margin-left: -10px;
  margin-right: calc((100vw - 1300px) / 2 * -1);
  position: relative;
}
.contact-content .map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.contact-content .row.row-changed {
  flex-direction: row-reverse;
}

.contact-content .row.row-changed .map {
  margin-left: calc((100vw - 1300px) / 2 * -1);
  margin-right: -10px;
}

.contact-content .row.row-changed .contact-text .head {
  justify-content: flex-start;
  margin-right: 0;
  margin-left: -100px;
}

.contact-content .row.row-changed .contact-text .head h1:before {
  right: initial;
  left: 100%;
  margin-left: 80px;
  margin-right: 0;
}

.contact-content .contact-text ul li:hover .icon svg {
  transform: translateY(-5px);
}
.contact-content .contact-text ul li:hover .icon svg .colorless {
  fill: #283271;
}

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

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

.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.contact .item input[type="text"],
.form.contact .item input[type="email"],
.form.contact .item input[type="tel"],
.form.contact .item textarea,
.form.contact .item select {
  height: 60px;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 1px #d9d9d9;
  color: #0d0d0d;
  transition: 0.25s ease box-shadow;
}

.form.contact .item textarea {
  height: 120px;
}

.form .item textarea {
  padding: 20px;
  height: 100px;
  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: 0 0 0 1px #283271;
}

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

.contact .button {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  border: 0;
  outline: unset;
  cursor: pointer;
  transition: 0.25s ease all;
  background-color: #283271;
}
.contact .button span {
  transition: 0.25s ease color;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}
.contact .button svg {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  fill: #fff;
  transition: 0.25s ease all;
}

@media only screen and (max-width: 1320px) {
  .contact-content .map {
    margin-right: -10px !important;
  }

  .contact-content .row.row-changed .map {
    margin-left: -10px !important;
  }
}
@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;
  }
}
.abouts .img {
  width: max-content;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
}
.abouts .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aim {
  background: #283271;
  border-radius: 30px;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/shape-bg-05-footer.png);
}
.aim .options {
  display: flex;
  justify-content: center;
  position: relative;
}
.aim .options::before {
  content: "";
  position: absolute;
  width: 155px;
  height: 2px;
  background-color: #e6e6e6;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aim .options .option {
  font-size: 3rem;
  font-weight: bold;
  color: #999;
  position: relative;
  display: block;
  transition: 0.25s ease color;
  cursor: pointer;
}
.aim .options .option::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 0;
  height: 2px;
  background-color: #14dd5a;
  transition: 0.25s ease width;
}
.aim .options .option + .option {
  margin-left: 230px;
}
.aim .options .option.active {
  color: #fff;
  pointer-events: none;
}
.aim .sections {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #999;
  overflow: hidden;
  transition: 0.5s ease height;
  position: relative;
}
.aim .sections .section {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease all;
  height: max-content;
}
.aim .sections .section.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.aim .options .option:nth-child(1)::after {
  right: -120px;
}

.aim .options .option.active::after {
  width: 85px;
}

.aim .options .option:nth-child(2)::after {
  left: -126px;
}

.type.text-white * {
  color: #fff !important;
}

.service-nav-item {
  background: #fafaff;
  border-radius: 14px;
  overflow: hidden;
  padding: 14px 10px;
}

.service-nav-item a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 13px;
  border-radius: 10px;
  line-height: 20px;
  transition: all 0.3s ease-in-out 0s;
}

.service-nav-item li + li {
  margin-top: 7px;
}

.service-nav-item a.active,
.service-nav-item a:hover {
  color: #fff;
  background-color: #283271;
}

.service-nav-item a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}

.service-nav-item a.active img,
.service-nav-item a:hover img {
  opacity: 1;
}

.blog.detay .post-title {
  font-size: 30px;
  margin-left: 10px;
  line-height: 57px;
  font-weight: 600;
  letter-spacing: -0.72px;
}

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

.post-thumbnail {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  height: 400px;
  border-radius: 30px;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
}
.post-thumbnail:hover img {
  transform: scale(1.06);
  transition: all 0.5s ease-out;
}

.widget {
  background-color: #ecf4fe;
  padding: 32px;
  margin-bottom: 40px;
  border-radius: 30px;
}
.widget .wp-block-heading {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #292929;
  position: relative;
}

.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}

.widget_latest_post ul li {
  display: flex;
  gap: 24px;
  padding: 7px 0;
  margin-bottom: 10px;
  border: 0;
  align-items: center;
}

.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 102px;
  height: 102px;
  border-radius: 12px;
  position: relative;
}

.widget_latest_post ul li .latest-post-thumb a {
  width: 100%;
  height: 100%;
}

.widget_latest_post ul li a {
  padding-left: 0;
}

.widget ul li a,
.widget ol li a {
  color: #292929;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s ease-out;
}

.widget_latest_post ul li .latest-post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.widget_latest_post ul li .latest-post-desc {
  flex-direction: column-reverse;
  display: flex;
}

.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #292929;
}

.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}

.language {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.language .inner {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.language .inner .wrapper {
  display: block;
  position: relative;
  padding-right: 24px;
  width: fit-content;
}
.language .inner .wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #283271;
  transition: 0.3s ease all;
}
.language .inner .wrapper::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #283271;
  transition: 0.3s ease all;
}
.language .inner .wrapper span {
  display: block;
  font-size: 1.125rem;
  color: #283271;
  position: relative;
  transition: 0.3s ease all;
}
.language .inner .other {
  padding: 20px 30px;
  border-radius: 15px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transform: perspective(1000px) translateX(-50%) translateY(-10px)
    rotateX(15deg) translateZ(0);
  pointer-events: none;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  box-shadow: 0 0 60px -20px rgba(0, 0, 0, 0.1);
}
.language .inner .other a {
  display: block;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s ease all;
  width: 24px;
  text-align: center;
}
.language .inner .other a + a {
  margin-top: 5px;
}
.language .inner .other a:hover {
  color: #283271;
  font-weight: 500;
}
.language .inner:hover .other {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) translateZ(0);
  pointer-events: visible;
}
.language .inner:hover .wrapper {
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.1);
}
.language .inner:hover .wrapper::before {
  transform: translateY(8px);
}

.service-nav-item h3 {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .widget {
    padding: 20px;
  }

  .order-lg-first {
    order: 2;
  }

  .aim .options .option {
    font-size: 1.6rem;
  }

  .aim {
    padding: 80px 15px;
    margin-bottom: 30px;
    border-radius: 0;
  }

  .aim .options .option + .option {
    margin-left: 40px;
  }

  .aim .options::before {
    content: unset !important;
  }

  .aim .options .option::after {
    content: unset !important;
  }

  .aim .options .option.active::after {
    width: 53px;
  }

  .aim .options .option:nth-child(2)::after {
    left: -78px;
  }

  .aim .options .option:nth-child(1)::after {
    right: -76px;
  }

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

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

@media screen and (max-width: 1024px) {
  .teklif-al-cs.active {
    grid-template-columns: 1fr !important;
  }
  .teklif-al-cs.active .left-teklif {
    display: none;
  }
}

.slick-dots {
  display: none !important;
}

.header-menu-area.sticky_menu .logo img {
  margin-top: 0 !important;
}

.header-menu-area.sticky_menu .mobile-menu-bar {
  margin-top: 0 !important;
}

.header-menu-area.sticky_menu .search-btn-with-btn {
  margin-top: 0 !important;
}

.header-area:not(.not-index) .standard-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
}

.menu-sidebar-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(4791%)
    hue-rotate(171deg) brightness(114%) contrast(92%);
}

.header-menu-area.sticky_menu .logo img {
  height: 100% !important;
}

@media screen and (max-width: 1250px) {
  .header-area:not(.not-index) .language .inner .wrapper span {
    color: #fff !important;
  }
  .header-area:not(.not-index) .language .inner .wrapper::before {
    background-color: #fff;
  }
  .header-area:not(.not-index) .language .inner .wrapper::after {
    border-color: #fff !important;
  }
  .header-area .search-btn-with-btn {
    margin-top: 30px;
    padding-right: 15px;
  }
  .header-area:not(.not-index)
    .header-area.style-2
    .header-menu-area
    .mobile-menu-bar
    a
    i {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  .sticky-shape-bottom {
    display: none !important;
  }
  .slider-area.style-2 .single-slider-wrapper {
    height: 640px;
  }
  .slider-area.style-2 .single-slider-wrapper .slider-content .btn-wrapper {
    margin-bottom: 0 !important;
  }
  .slider-short-desc {
    display: none !important;
  }
  .header-menu-area .logo img {
    object-fit: contain !important;
  }
  .btn-wrapper .circle-arrow-btn {
    width: 54px;
    height: 54px;
  }
  .theme-btn,
  .wp-block-loginout a,
  input.theme-btn {
    padding: 15px 44px;
  }
  .teklif-al-cs .right-teklif .form .sub-title {
    max-width: 100%;
  }
  .processing-block-one .inner-box {
    padding: 0 !important;
  }
  .processing-block-one .inner-box .icon-box .icon:before {
    width: 90px;
    height: 90px;
    left: 18%;
    transform: rotate(90deg) translateX(-50%);
    top: 50%;
  }
  .processing-block-one .inner-box .icon-box .count-text {
    top: 9px;
    right: 5px;
  }
  .processing-block-one .inner-box .lower-content {
    padding-top: 5px !important;
  }
  .processing-block-one .inner-box .icon-box .icon img {
    width: 45px;
    height: 45px;
  }
  .info-card.style-1 {
    padding: 22px 18px !important;
  }
  .info-card .title {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 467px) {
  .footer .footer-wrapper {
    background-image: unset !important;
  }
  .aim .options {
    flex-direction: column;
    align-items: center;
  }
  .aim .options .option + .option {
    margin-left: 0 !important;
  }
  .search-btn-wrapper {
    display: none !important;
  }
  .contact-content .contact-text ul li {
    font-size: 17px;
  }
  .contact-content .contact-text .head h1 {
    font-size: 24px !important;
  }
  .contact-content .contact-text ul li .icon svg {
    width: 26px;
    height: 26px;
  }
  .header-menu-area .logo img {
    width: 150px;
    margin-top: 21px;
  }
}


/* Genel tablo ayarı */
table {
    width: 100%;
    border-collapse: collapse;
   
    margin: 20px 0;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Başlık alanı */
thead {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
}

/* Başlık hücreleri */
thead tr th {
    padding: 14px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Satırlar */
tr {
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease;
}

/* Hücreler */
td {
    padding: 14px;
    font-size: 14px;
    color: #333;
}

/* Hover efekti */
tbody tr:hover {
    background: #f5f7ff;
    transform: scale(1.01);
}

/* Zebra (çift satır renklendirme) */
tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Son satır border kaldır */
tbody tr:last-child {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
    table {
        font-size: 13px;
    }
    
    thead {
        display: none;
    }

    tr {
        display: block;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
    }

    td:last-child {
        border-bottom: none;
    }
}

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