* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

textarea:focus,
select:focus,
input:focus {
  outline: 0 none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", serif;
  --color-black: #232727;
  --font-size-small: 14px;
  --font-weight-regular: 400;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none;
}

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

header {
  position: -webkit-sticky;
  position: sticky;
  top: -43px;
  z-index: 9;
  background: #fff;
}

.hd-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
}

.hd-contact a p {
  font-weight: 400;
  font-size: 12px;
  color: 000000;
}

.hd-contact i {
  font-size: 22px;
  border-right: 2px solid var(--border-gray);
  color: var(--color-gold);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  transition: 0.3s;
}

.hd-contact i:hover {
  border-color: var(--bg-gold);
  transition: 0.3s;
}

.header-right.d-flex.justify-content-between.align-items-center.ml-5 {
  width: 100%;
  height: auto;
}

.social-media-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none !important;
}

.social-media-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.social-media-footer:hover {
  border-color: #4e4231;
}

.social-media-footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.social-media-footer ul li {
  padding: 8px;
}

.social-media-footer ul li a i {
  background: #b29063;
  width: 28px;
  border-radius: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  font-size: var(--font-size-light);
}

.social-media-footer ul li a i:hover {
  background: var(--bg-gold);
  transition: 0.3s;
}

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

.social-media:hover {}

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

.social-media ul li:nth-last-child(2) {
  border-right: 1px solid #e9e9e9;
}

.social-media ul li a i {
  background: none;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.3s;
  font-size: 14px;
}

.social-media ul li a i:hover {
  transition: 0.3s;
  color: #000;
}

.social-media-btn {
  background: #a28a69;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  transition: 0.5s;
  font-size: var(--font-size-small);
  padding: 0 30px;
  font-weight: 500;
  border-radius: 0px;
}

.social-media-btn:hover {
  background: #29395E;
  color: var(--bg-white);
}

.mobile-social-media {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 90%;
}

.mobile-social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid var(--border-gray);
  padding-right: 10px;
}

.mobile-social-media ul li {
  padding: 8px;
}

.mobile-social-media ul li a i {
  background: #d2d2d2;
  width: 28px;
  border-radius: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  font-size: var(--font-size-light);
}

.mobile-social-media ul li a i:hover {
  background: var(--bg-gold);
  transition: 0.3s;
}

.mobile-social-media-btn {
  background: #324b81;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.mobile-social-media-btn:hover {
  background: #666666;
  transition: 0.3s;
  color: var(--bg-white);
}

.line {
  border: 1px solid var(--border-gray);
}

.bg-gray {
  background-color: #ebeeeb57;
}

.video {
  display: block;
  align-items: center;
  margin-top: -200px;
  width: 100%;
  height: auto;
  position: relative;
}

.video-img {
  width: 100%;
}

.video-img img {
  width: 100%;
  display: block;
}

.video .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 150px;
  transition: 0.5s;
  z-index: 1;
}

.play-button {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  right: 20%;
  z-index: 1;
  display: none;
}

.content-title {
  color: #232727;
  font-size: 40px;
  width: 100%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.title-inner {
  position: relative;
  font-size: 36px;
  width: max-content;
  z-index: 1;
  font-weight: var(--font-weight-bold);
  color: var(--bg-black);
}

.title-inner::after {
  content: "";
  background: var(--bg-gold);
  width: 192px;
  height: 22px;
  position: absolute;
  bottom: 6px;
  right: -8px;
  z-index: -1;
}

.content {
  color: #232727;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.content-btn {
  display: block;
}

.content-btn a {
  background: #ffffff;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  color: #242727;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
}

.content-btn a:hover {
  background: #242727;
  border: 1px solid #242727;
  transition: 0.3s;
  color: #fff;
}

.content-title-container span {
  color: #000000;
  font-size: 36px;
  font-weight: 300;
  width: 100%;
  display: block;
  letter-spacing: 1px;
}

.content-title-container span+span {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  display: block;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.content-title-container {
  width: 100%;
}

.content-title-container p {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-light);
}

.content-title p strong {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-bold);
  position: relative;
}

.content-title p strong::after {
  content: "";
  border-right: 1px solid var(--bg-gold);
  height: 84px;
  position: absolute;
  top: 72px;
  right: 241px;
}

/* .slider-inner img {
  width: 100% !important;
} */

.svg img {
  width: 100%;
  margin-top: -1px;
}

#myTab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--color-black);
  background: var(--bg-blue);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link {
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  border-bottom: 2px solid transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs .nav-link:hover {
  border-bottom: 2px solid var(--bg-gold);
  width: 100%;
  color: var(--bg-gold);
  font-weight: var(--font-weight-medium);
  transition: 0.3s;
}

.nav-tabs .nav-link:active {
  color: var(--color-soft-gold);
  border-bottom: 2px solid var(--color-soft-gold);
  transition: 0.3s;
}

.nav-tabs {
  border: none;
}

.insurance {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: black;
  border-radius: 20px;
}

.insurance-img {
  width: 100%;
  opacity: 0.7;
}

.insurance strong {
  position: absolute;
  bottom: 7%;
  left: 9%;
  color: var(--bg-white);
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-semibold);
}

.services-slider .slick-dots {
  bottom: 0px;
}

.counter-slider .slick-dots {
  bottom: 0px !important;
}

.insurance-img img {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  object-fit: cover;
}

/* .insurance .overlay { 
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
} */

.overlay {
  width: 97%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 10px;
  transition: 0.5s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: all 1s ease;
  transform: translateY(28%);
  cursor: pointer;
}

.insurance:hover .overlay {
  height: 100%;
  bottom: 56px;
  transition: all 1s ease;
  border-radius: 20px;
  transform: translateY(0);
}

.insurance:hover img {
  opacity: 0.5;
}

.overlay-info {
  position: absolute;
}

.info-title {
  color: var(--bg-white);
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  padding: 20px 0;
}

.insurance .overlay-info p {
  width: 90%;
  color: var(--bg-white);
  font-size: var(--font-size-light);
  font-weight: var(--font-weight-regular);
  opacity: 0;
  min-height: 125px;
}

.insurance:hover .overlay-info p {
  opacity: 1;
}

.info-button-1 {
  background: #ffffff;
  width: 99%;
  padding: 0.5rem;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  color: #00113b;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
}

.info-button-1:hover {
  background: none;
  border: 1px solid #ffffff;
  transition: 0.3s;
  color: #fff;
}

.info-button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #ffffff;
  padding: 0.5rem;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  white-space: nowrap;
  /* Metni bir satÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rda tutar */
  overflow: hidden;
  /* TaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸an kÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±smÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± gizler */
  text-overflow: ellipsis;
}

.info-button-2:hover {
  color: #00113b;
  background: #ffffff;
  transition: 0.3s;
}

.bg-soft {
  background: #ebeeeb57;
}

.wr-top {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  margin: 82px 10px;
  min-height: 160px;
  width: 100%;
  justify-content: center;
  position: relative;
}

.wr-top span {
  border-right: 2px solid #e7eefd;
  height: 46px;
  display: none;
}

.wr-top img {
  width: 100%;
  display: none;
}

.wr-top-title {
  color: var(--color-soft-gold);
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  opacity: 20%;
}

.wr-top strong {
  color: #D2D2D2;
  font-size: 105px;
  font-weight: 900;
  opacity: 100%;
  text-align: center;
}

.wr-top p {
  color: #29395e;
  font-size: 26px;
  font-weight: var(--font-weight-semibold);
  width: 100%;
  display: block;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wr-top p:hover::after {
  opacity: 100%;
  transition: 0.3s;
}

.top-title span {
  color: var(--bg-gold);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-semibold);
  width: 100%;
  display: block;
}

.top-title p {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-light);
}

.top-title p strong {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-bold);
  position: relative;
}

.top-title p strong::after {
  content: "";
  border-right: 1px solid var(--bg-gold);
  height: 44px;
  position: absolute;
  top: 72px;
  right: 241px;
}

.solution-partners {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.solution .solution-partners-inner {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.solution-partners-inner a {
  width: 115px;
  display: block;
}

.solution-partners-inner a img {
  width: 100%;
}

.solution-partners .slick-prev {
  display: none !important;
}

.solution-partners .slick-next {
  display: none !important;
}

.counter-slider .slick-prev {
  display: none !important;
}

.counter-slider .slick-next {
  display: none !important;
}

.wr-title span {
  color: var(--bg-gold);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-semibold);
  width: 100%;
  display: block;
}

.wr-title p {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-light);
}

.wr-title p strong {
  font-size: 42px;
  color: var(--bg-black);
  font-weight: var(--font-weight-bold);
  position: relative;
}

.wr-title p strong::after {
  content: "";
  border-right: 1px solid var(--bg-gold);
  height: 44px;
  position: absolute;
  top: 72px;
  right: 120%;
}

.solution {
  position: relative;
  display: block;
}

.solution span {
  width: 118px;
  height: 118px;
  display: block;
  background: var(--bg-gray);
  border-radius: 100%;
}

.solution img {
  position: absolute;
  top: 0;
  left: -8px;
}

.solution strong {
  position: absolute;
  top: 50px;
  left: 37px;
  width: 50%;
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-medium);
}

.solution strong::before {
  content: "";
  background-color: var(--bg-gold);
  width: 6px;
  height: 6px;
  position: absolute;
  left: -14px;
  top: 8px;
  border-radius: 100%;
}

.solution p {
  color: var(--bg-dark-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  width: 66%;
}

.solution-bottom-number {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: var(--font-weight-semibold);
  opacity: 30%;
}

.solution-bottom-number::before {
  content: "";
  border: 1px solid #000;
  opacity: 30%;
  position: absolute;
  left: 25px;
  width: 96px;
}

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

.solution-btn {
  width: 150px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(86, 84, 85);
  background: linear-gradient(90deg,
      rgba(86, 84, 85, 1) 0%,
      rgba(17, 17, 17, 1) 100%);
  border-radius: 10px;
  color: var(--bg-white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  transition: 0.3s;
}

.solution-btn:hover {
  background: rgb(60, 59, 59);
  background: linear-gradient(90deg,
      rgba(60, 59, 59, 1) 0%,
      rgba(60, 59, 59, 1) 100%);
  transition: 0.3s;
  color: var(--bg-white);
}

.referance {
  display: block;
  padding: 70px 0;
}

.reference-title {
  font-size: 42px;
  font-weight: 600;
  color: #212529;
  text-align: center;
}

.referance-inner {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  justify-content: center;
  /* background: red; */
}

.referance-inner a {
  display: block;
  width: 75%;
}

.referance-inner a img {
  max-width: 100%;
  height: auto;
}

.blog-title {
  font-size: 38px;
  font-weight: var(--font-weight-bold);
  opacity: 100%;
  color: var(--bg-dark-black);
}

.blog-inner img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  border-radius: 0px;
}

.blog-inner a {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50px;
}

.blog-bottom {
  position: relative;
}

.blog-bottom span::before {
  content: "";
  border-left: 2px solid var(--bg-gold);
  height: 60px;
  display: block;
  position: absolute;
  left: 4px;
}

.blog-bottom span {
  color: var(--bg-black);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-bold);
  opacity: 100%;
}

.blog-bottom p {
  width: 90%;
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  opacity: 80%;
}

.bg-dark-black {
  background: #4b4a4b;
}

.ft-bottom-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-contact a {
  color: #fff;
}

.bottom-contact a:hover {
  border-color: var(--bg-gold);
  color: var(--bg-gold) !important;
  transition: 0.3s;
}

.ft-bottom-contact {
  border: 2px solid var(--border-soft-gray);
  border-radius: 30px;
  transition: 0.3s;
  width: 346px;
  height: 221px;
  display: block;
  color: #fff;
}

.ft-bottom-contact:hover,
.ft-bottom-contact:hover>.bottom-contact a {
  border-color: var(--bg-gold);
  color: var(--bg-gold) !important;
  transition: 0.3s;
}

.bottom-contact i {
  height: 37px;
  font-size: 30px;
  text-align: center;
  width: 100%;
  display: block;
}

.bottom-contact span {
  text-align: center;
  width: 99%;
  display: block;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  opacity: 100%;
  margin-top: 16px;
  line-height: 20px;
}

.bottom-contact span+span {
  margin-top: 0px !important;
}

.ft-left ul {
  display: flex;
}

.ft-left ul li {
  padding: 16px;
}

.ft-left ul li a {
  color: #c6c3c6;
  font-size: var(--font-size-light);
  font-weight: var(--font-weight-semibold);
  transition: 0.3s;
}

.ft-left ul li a:hover {
  color: var(--bg-gold);
  text-decoration: underline;
  transition: 0.3s;
}

.ft-right {
  display: block;
}

.ft-right a {
  width: 120px;
  height: 42px;
  background-color: var(--bg-gold);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  border-radius: 10px;
  transition: 0.3s;
}

.ft-right a:hover {
  background-color: var(--color-black);
  transition: 0.3s;
}

.ft-bottom-inner {
  color: #000000;
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  opacity: 100%;
}

.bg-black:last-child {
  border-bottom: none;
}

.modal-dialog {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-title {
  line-height: 1.5;
  color: #00113b;
  font-size: 28px;
  font-weight: bold;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
  margin-top: 60px;
  padding: 40px;
  margin-bottom: -1px;
}

.modal-social-media-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-social-media-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.modal-social-media-body input {
  width: 100%;
  display: block;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  padding-left: 14px;
  margin-top: 10px;
  color: #00113b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}

.modal-social-media-body .file-container {
  width: 100%;
  display: block;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #dddddd;
  padding: 10px 6px;
  margin-top: 10px;
  color: #00113b;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: end;
  align-items: center;
  border-radius: 0;
}

.modal-social-media-body .file-container input[type="file"] {
  display: none;
}

.modal-social-media-body .file-container label {
  height: 32px;
  background: #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
}

.modal-social-media-body ::placeholder {
  color: #00113b;
}

.text-area-container {
  margin-top: 30px;
  display: block;
}

.text-area-container ::-webkit-input-placeholder {
  color: #00113b;
}

#social-media-dialog {
  width: 100%;
  display: block;
  height: 45px;
  border-radius: 0;
  border: 1px solid #dddddd;
  padding-left: 14px;
  margin-top: 10px;
  color: #00113b;
  font-size: 14px;
  font-weight: 500;
}

#social-media-dialog option {
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  opacity: 60%;
}

.text-area-container #dialog-message {
  width: 100%;
  display: block;
  height: 130px;
  border: 1px solid #dddddd;
  padding: 14px 20px;
  margin-top: 10px;
  color: #00113b;
  font-size: 14px;
  font-weight: 500;
}

.modal-social-media-footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.social-media-footer-btn {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  font-size: 18px;
  font-weight: bolder;
  background: #0e161f;
  transition: 0.3s;
  margin-top: 40px;
  border-radius: 0;
}

.social-media-footer-btn:hover {
  background: #5673ae;
  transition: 0.3s;
  color: var(--bg-white);
}

.category-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a1c489c;
}

.category-banner img {
  width: 100%;
  z-index: -2;
}

.category-banner-inner {
  position: absolute;
  text-align: center;
}

.category-banner .category-top-title {
  font-size: 46px;
  color: #fff;
  font-weight: 300;
  position: relative;
}

.category-banner .category-top-title span {
  font-weight: 600;
}

.wp-menu {
  width: 100%;
  display: block;
}

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

.wp-menu ul li {
  padding: 20px 10px;
}

.wp-menu ul li a {
  padding: 10px;
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  border-radius: 46px;
}

.wp-menu ul li a:hover {
  transition: 0.3s;
  color: #ffffff;
  background: #5a7fce;
  border-radius: 46px;
}

.wp-menu ul li .active {
  background: #5a7fce;
  transition: 0.3s;
  color: #ffffff;
  border-radius: 46px;
}

.wp-menu ul li a:active {
  background: var(--bg-gold);
  color: var(--color-white);
  border-radius: 10px;
}

.insurance-title span {
  color: var(--bg-gold);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-semibold);
  width: 100%;
  display: block;
}

.insurance-title p {
  font-size: 36px;
  color: var(--bg-black);
  font-weight: var(--font-weight-light);
}

.insurance-title p strong {
  font-size: 36px;
  color: var(--bg-black);
  font-weight: var(--font-weight-bold);
  position: relative;
}

.insurance-slick-number ul {
  display: flex;
  justify-content: center;
}

.insurance-slick-number ul li {
  padding: 5px;
}

.insurance-slick-number ul li a {
  width: 40px;
  height: 40px;
  background: var(--bg-gray);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-black);
  transition: 0.3s;
}

.insurance-slick-number ul li a:hover {
  transition: 0.3s;
  background: var(--bg-gold);
  color: var(--bg-white);
}

.category-info {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}

.wp-menu-btn {
  width: 7%;
}

.wp-menu-btn a {
  width: 120px;
  height: 42px;
  background: var(--bg-gold);
  color: var(--bg-white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.vehicle-insurance {
  width: 100%;
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
}

.icon-list {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.vehicle-insurance-inner {
  width: 56%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.vehicle-insurance-inner p {
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
}

.icon-list-img {
  width: 25%;
  display: block;
  text-align: center;
}

.icon-box {
  display: flex;
  width: 128px;
  height: 128px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  border: 10px solid #ececeb;
  background: #fff;
  margin: 0 auto;
}

.icon-box img {
  width: 48px;
  height: 48px;
}

.icon-list-img p {
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
}

.icon-list-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-list-button a {
  width: 222px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  background: rgb(86, 84, 85);
  background: linear-gradient(90deg,
      rgba(86, 84, 85, 1) 0%,
      rgba(17, 17, 17, 1) 100%);
  transition: 0.3s;
  border-radius: 10px;
}

.icon-list-button a:hover {
  background: rgb(60, 59, 59);
  background: linear-gradient(90deg,
      rgba(60, 59, 59, 1) 0%,
      rgba(60, 59, 59, 1) 100%);
  transition: 0.3s;
  color: var(--bg-white);
}

.guarantee-number {
  color: var(--color-soft-gold);
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  opacity: 30%;
}

.guarantee-title {
  color: var(--color-soft-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  opacity: 100%;
  padding-left: 20px;
  width: 80%;
  display: block;
}

.guarantee-title::after {
  content: "";
  border-left: 3px solid var(--bg-dark-black);
  height: 55px;
  display: block;
  position: absolute;
  top: 43px;
  left: 18px;
}

.guarantee-info {
  color: var(--color-soft-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  opacity: 80%;
}

.guarantee-title-2 {
  color: var(--color-soft-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  opacity: 100%;
  padding-left: 20px;
  width: 80%;
  display: block;
}

.guarantee-title-2::after {
  content: "";
  border-left: 3px solid var(--bg-dark-black);
  height: 34px;
  display: block;
  position: absolute;
  top: 43px;
  left: 18px;
}

.guarantee-title-3 {
  color: var(--color-soft-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  opacity: 100%;
  padding-left: 20px;
  width: 80%;
  display: block;
}

.guarantee-title-3::after {
  content: "";
  border-left: 3px solid var(--bg-dark-black);
  height: 34px;
  display: block;
  position: absolute;
  top: 43px;
  left: 18px;
}

.advantage {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: center;
}

.advantage span {
  display: flex;
  width: 30px;
  height: 30px;
  background: var(--color-soft-gold);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: var(--bg-white);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-medium);
}

.advantage p {
  color: var(--color-soft-gold);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  width: 80%;
}

.assistant-services {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.conditions-title span {
  color: var(--bg-black);
  font-size: var(--font-size-medium);
  font-weight: var(--font-weight-semibold);
  width: 100%;
  display: block;
}

.conditions-title p {
  font-size: 36px;
  color: var(--bg-black);
  font-weight: var(--font-weight-light);
}

.conditions-title p strong {
  font-size: 36px;
  color: var(--bg-black);
  font-weight: var(--font-weight-bold);
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px;
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 20px;
  color: var(--bg-black);
}

.panel-title {
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-body {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.conditions-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conditions-button a {
  width: 183px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-white);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  background: rgb(86, 84, 85);
  background: linear-gradient(90deg,
      rgba(86, 84, 85, 1) 0%,
      rgba(17, 17, 17, 1) 100%);
  transition: 0.3s;
  border-radius: 10px;
}

.conditions-button a:hover {
  background: rgb(60, 59, 59);
  background: linear-gradient(90deg,
      rgba(60, 59, 59, 1) 0%,
      rgba(60, 59, 59, 1) 100%);
  transition: 0.3s;
  color: var(--bg-white);
}

.detail-info {
  width: 74%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-small);
  color: var(--bg-black);
  font-weight: var(--font-weight-regular);
}

ul.link-list {
  width: 100%;
}

.link-list span {
  color: var(--bg-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  display: block;
  width: 100%;
  padding: 10px;
}

.top-p {}

.referance-slider li.slick-active {
  background: #ffffff !important;
  border: 2px solid #314a80;
}

.referance-slider .slick-dots li {
  background: #efefef;
}

.referance-slider .slick-dots {
  bottom: -5px;
}

.referance-slider {
  padding: 70px 0 30px 0;
}

.category-button {
  width: 100%;

  background: #b29063;
  height: 46px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--bg-white);
  transition: 0.3s;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 16px;
  color: #fff;
}

.category-button:hover {
  color: #fff;
}

.bg-gray .collapse:not(.show) {
  display: block !important;
}

.gotop {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fc671d;
  color: #fff;
  cursor: pointer;
  z-index: 51;
  width: 0;
  border-radius: 50% 0 0 50%;
  transition: all 0.3s ease;
}

.gotop a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

.menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}

.accordion-menu {
  width: 100%;
  border-radius: 0;
}

.accordion-menu li.open .dropdownlink {
  color: #000;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlink {
  cursor: pointer;
  height: 50px;
  display: block;
  padding-top: 15px;
  font-size: 16px;
  background: #fff;

  color: #565455;
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
  font-weight: 600;
  padding-left: 25px;
  border-radius: 20px;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 21px;
}

.submenuItems {
  display: none;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
}

.submenuItems a {
  display: block;
  color: #ffffff;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}

.panel-adress-contact {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  background: #f8f8f8;
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  z-index: 9999;
}

.panel-adress-contact .ft-panel-adress {
  width: 50%;
  height: 50px;
  background: var(--color-soft-gold);
}

.panel-adress-contact .ft-panel-adress a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.panel-adress-contact .ft-panel-contact {
  width: 50%;
  height: 50px;
  background: var(--bg-gold);
}

.panel-adress-contact .ft-panel-contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.offer-button a {
  width: 120px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: #b29063;
  font-size: 14px;
  font-weight: 500;
  padding-top: 2px;
}

.offer-button a:hover {
  background: #4e4231;
}

.pulse-button {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: rgba(49, 74, 128, 0.5);
  box-shadow: 0 0 0 0 rgb(178 144 99 / 42%);
  -webkit-animation: pulse 3s infinite;
}

.pulse-button a {
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(49, 74, 128, 0.7);
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(49, 74, 128, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(49, 74, 128, 0);
  }
}

.overlay-active {
  bottom: 0;
  left: 8%;
}

.slick-slide {
  height: auto !important;
}

.contact-btn a {
  font-size: 16px;
  color: #314a80;
  border: 2px solid #cd943a;
  font-weight: 600;
  padding: 14px 32px;
  transition: 0.3s;
}

.contact-btn a:hover {
  color: #fff;
  background: #314a80;
  transition: 0.3s;
}

.price-detail {
  font-size: 26px;
  font-weight: 600;
  color: #314a80;
}

.main-content {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact-element i {
  width: 50px;
  height: 50px;
  background: #314a80;
  font-size: 18px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #fff;
}

.contact-element span strong {
  width: 100%;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.contact-element span small {
  width: 100%;
  display: block;
  font-size: 18px;
}

.contact-form {
  width: 70%;
  margin: auto;
}

.contact-form select {
  width: 100%;
  height: 50px;
  margin: auto;
  border-radius: 0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-top: 10px;
}

.contact-form input::placeholder {
  color: #000 !important;
}

.contact-form textarea::placeholder {
  color: #000 !important;
}

.contact-form button {
  width: 160px;
  height: 40px;
  margin: auto;
  border-radius: 0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  background: transparent;
  border: 1px solid var(--bg-gold) !important;
  border-radius: 50px !important;
  transition: 0.3s;
}

.contact-form button:hover {
  background: var(--bg-gold);
  color: var(--color-white);
  transition: 0.3s;
}

.contact-form button:focus {
  background: var(--bg-gold);
  color: var(--color-white);
  transition: 0.3s;
}

.contact-form button:active {
  background: var(--bg-gold) !important;
  color: var(--color-white) !important;
  transition: 0.3s;
}

.contact-form input {
  width: 100%;
  height: 50px;
  margin: auto;
  border-radius: 0 !important;

  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-top: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 110px;
  margin: auto;
  border-radius: 0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-top: 10px;
}

.contact-form .form-group {
  margin-bottom: 0px !important;
}

.btn-primary {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #b29063 !important;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.wsmainfull {
  background-color: #fff;
}

.wsmenu>.wsmenu-list {
  background-color: #fff;
}

/* Mobile Header */

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn01 {
  background-color: #d7412e;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn02 {
  border-color: #d7412e;
}

.wsmenu>.wsmenu-list>li>a:after {
  background: #232727;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #444;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #ea592b;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #232727;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #ea592b;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #ea592b;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #ea592b;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.page-link {
  color: #314a80 !important;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}

.page-link:hover {
  background: #324b80 !important;
  color: var(--bg-white) !important;
}

.page-item:last-child .page-link {
  border-radius: 50%;
}

.page-item:first-child .page-link {
  border-radius: 50%;
}

.page-link:active,
.page-link:focus {
  outline: 0 !important;
}

.gallery-img img {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
}

.btn:focus,
.btn:active {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-bottom {
  border-bottom: 1px solid #000;
}

.dropdown-galeri .dropdown-item {
  font-weight: 400px !important;
  font-size: 14px;
  padding: 10px 13px;
}

.page-link,
.page-link:active,
.page-link:hover,
.page-link:focus {
  outline: 0;
  box-shadow: none !important;

  color: #4e4e4e;
}

.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.language ul {
  position: relative;
}

.language ul li a {
  color: #bcbcbc;
  font-size: 12px;
  font-weight: 500;
  transition: 0.5s;
}

.language ul li a:hover {
  color: #000000;
  transition: 0.5s;
}

.language ul li a::after {
  content: "/";
  padding: 0 8px 0 8px;
  color: #bcbcbc;
  font-size: 14px;
}

.language ul li:last-child a::after {
  content: none;
}

.search i {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-right: 18px;
  color: #314a81;
}

.bg-blue {
  background-color: #EBEEEB;
  position: relative;
  padding: 60px 0;
}

.blue-bg-img {
  position: absolute;
  right: 0;
  top: -60px;
  bottom: 0;
  display: none;
}

.blue-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-container {
  display: flex;
  align-items: center;
}

.button-container .contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #a28a69;
  transition: 0.3s;
  border: 1px solid #a28a69;
  padding: 15px 30px;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 500;
}

.button-container .contact-button a:hover {
  color: #fff;
  background: #a28a69;
  transition: 0.3s;
}

.about-vector {
  position: absolute;
  right: -240px;
  top: -130px;
  z-index: 0;
  transform: rotate(111deg);
}

.wrapper {
  position: relative;
}

.services-slider {
  width: 90%;
  margin: 0 auto;
}

.events-bg {
  background-image: url(../images/events-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.evetns-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.evetns-img-container img {
  display: block;
  width: 100%;
}

.evetns-info-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-left: 17px;
}

.evetns-info-container .events-info-title {
  color: #232727;
  font-size: 28px;
  font-weight: 600;
}

.evetns-info-container span {
  color: #232727;
  font-size: 15px;
  font-weight: 300;
  padding: 42px 0;
  display: block;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.events-info-button {
  display: block;
}

.events-info-button a {
  background: #29395e;
  padding: 15px 30px;
  border: 1px solid transparent;
  color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}

.events-info-button a:hover {
  background: none;
  border: 1px solid #00113b;
  transition: 0.3s;
  color: #00113b;
}

.consultancy .consultancy-title {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.consultancy .consultancy-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.consultancy .consultancy-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #232727;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  padding: 15px 30px;
  margin: 0 4px;
}

.consultancy .consultancy-list ul li a:hover {
  background: #29395e;
  color: #ffffff;
}

.consultancy .consultancy-list ul li .active {
  background: #29395e;
  color: #ffffff;
  transition: 0.3s;
  margin: 0 4px;
}

.consultancy-detail-title {
  font-size: 32px;
}

.consultancy-detail-info {
  display: block;
  margin: 10px 0 30px 0;
  color: #232727;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.consultancy-detail-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.consultancy-detail-list ul li {
  padding-bottom: 34px;
  white-space: nowrap;
  /* Metni bir satÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rda tutar */
  overflow: hidden;
  /* TaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸an kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±smÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± gizler */
  text-overflow: ellipsis;
}

.consultancy-detail-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 16px;
  transition: 0.3s;
  white-space: nowrap;
  /* Metni bir satÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rda tutar */
  overflow: hidden;
  /* TaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸an kÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±smÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± gizler */
  text-overflow: ellipsis;
}

.consultancy-detail-list ul li a:hover {
  padding-left: 16px;
  transition: 0.3s;
  color: #5a7fce;
}

.consultancy-detail-list ul li a i {
  margin-right: 16px;
}

.consultancy-detail-img-container {
  display: block;
  width: 100%;
  height: 100%;
}

.consultancy-detail-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.consultancy-detail-bg {
  background: #ffffff;
  padding: 48px;
}

.wr-top .counter-info-container {
  padding-left: 18px;
  width: 100%;
  text-align: center;
}

.counter-container {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.solution-partners .top-title span {
  color: #00113b;
  font-size: 42px;
  font-weight: lighter;
}

.blog-container {
  padding: 90px 0;
}

.blog-container .blog-title {
  font-size: 42px;
  color: #29395e;
  font-weight: 600;
}

.blog-container .blog-info {
  width: 90%;
  font-size: 16px;
  padding: 20px 0 !important;
  display: block;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #232727;
}

.blog-slider {
  position: relative;
}

.blog-slider .slick-dots {
  bottom: -20px;
}

.blog-inner {
  display: flex;
  flex-direction: column;
}

.blog-inner a {
  display: block;
  width: 100%;
  color: #29395e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.blog-inner a:hover {
  text-decoration: none;
}

.blog-inner .blog-inner-title {
  padding: 20px 0;
  color: #29395e;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.blog-inner .blog-inner-info {
  display: block;
  color: #232727;
  font-size: 14px;
  font-weight: 300;
  min-height: 150px;
}

.slick-dots li {
  background: #ffffff !important;
}

li.slick-active {
  background: #ffffff !important;
}

.services-slider .slick-next {
  display: none !important;
}

.services-slider .slick-prev {
  display: none !important;
}

.blog-slider .slick-next {
  display: none !important;
}

.blog-slider .slick-prev {
  display: none !important;
}

.contact-bg {
  background-image: url(../images/bg.jpg);
  background-position: left bottom;
}

.contact-left-container {
  padding-top: 100px;
}

.contact-left-container .contact-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
}

.contact-left-container .contact-info {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0;
  width: 80%;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.contact-left-container .contact-phones-list ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.contact-left-container .contact-phones-list ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin-right: 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 35% 32% 32%;
}

.footer-grid .footer-left {
  padding: 30px;
  background: #f8f9f8;
}

.footer-grid .footer-menu {
  border-right: 1px solid #dddddd;
  padding: 40px 0 20px 50px;
}

.footer-grid .footer-menu ul li {
  padding-bottom: 8px;
}

.footer-grid .footer-menu ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  width: 100%;
  display: block;
  letter-spacing: 0.5px;
}

.footer-grid .footer-menu ul li a:hover {
  color: #314a80;
  transition: 0.3s;
}

.footer-grid .footer-left .footer-info-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  padding-top: 20px;
}

.footer-grid .footer-left .footer-info-container span {
  display: block;
  width: 96%;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.3px;
}

.footer-grid .footer-left .footer-info-container .footer-info-img img {
  max-width: 75%;
  display: block;
}

.footer-grid .footer-social-media {
  padding: 30px 0 20px 40px;
}

.footer-grid .footer-social-media .social-media-title {
  font-size: 16px;
  font-weight: 500;
}

.footer-grid .footer-social-media ul {
  padding-top: 40px;
}

.footer-grid .footer-social-media ul li {
  padding-bottom: 24px;
}

.footer-grid .footer-social-media ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer-grid .footer-social-media ul li a:hover {
  color: #314a80;
  transition: 0.3s;
}

.footer-grid .footer-social-media ul li a i {
  margin-right: 10px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-container {
  width: 70%;
  margin: 0 auto;
}

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

.breadcrumb {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
}

.category-banner-inner .breadcrumb .breadcrumb-link {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.category-banner-inner .breadcrumb .breadcrumb-link:hover {
  color: #5a7fce;
}

.category-banner-inner .breadcrumb p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px !important;
  color: #ffffff !important;
}

.category-banner-inner .breadcrumb span {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff !important;
}

.detail-container {
  background: #ffffff;
  /* border-radius: 12px; */
  padding: 30px;
}

.detail-container .detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.detail-container .detail-list ul li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin: 16px 0;
}

.detail-container .detail-list ul li a {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-container .detail-list ul li a:hover {
  padding-left: 16px;
  transition: 0.3s;
  color: #5a7fce;
}

.detail-container .detail-list ul li a i {
  margin-right: 16px;
}

.detail-contact {
  background: linear-gradient(to right, #a28a69, #a28a69), url(../images/detail-contact-bg.png);
  background-size: cover;
  border-radius: 0;
  padding: 40px 0 30px 30px;
  margin-top: 40px;
  position: relative;
}

.detail-contact img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-contact .contact-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.detail-contact .contact-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 0;
  display: block;
  width: 90%;
  letter-spacing: 0.3px;
  line-height: 22px;
}

.detail-contact .contact-phone a {
  color: #ffffff;
  font-size: 26px;
  font-weight: bolder;
}

.detail-contact .contact-button-container {
  display: block;
  width: 100%;
  margin: 40px 0 20px 0;
  position: relative;
}

.detail-contact .contact-button-container a {
  color: #00113b;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.detail-contact .contact-button-container a:hover {
  background: #5a7fce;
  color: #ffffff;
  transition: 0.3s;
}

.detail-right-info {
  background: #ffffff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.detail-right-info .detail-title {
  font-size: 30px;
  font-weight: 500;
}

.detail-right-info .detail-description {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 20px 0;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.detail-slider a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.detail-slider .slick-prev {
  display: none !important;
}

.detail-slider .slick-next {
  display: none !important;
}

.detail-slider .slick-dots li {
  background: #ffffff;
}

.detail-bottom .detail-bottom-img img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-bottom .detail-bottom-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.detail-bottom .detail-bottom-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.detail-bottom .detail-bottom-list ul li {
  margin-bottom: 20px;
}

.detail-bottom .detail-bottom-list ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.detail-bottom .detail-bottom-list ul li a:hover {
  transition: 0.3s;
  color: #324a7f;
}

.detail-bottom .detail-bottom-list ul li a i {
  width: 26px;
  height: 26px;
  border: 2px solid #324a7f;
  color: #324a7f;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.detail-counter .counter-container {
  width: 100%;
  display: block;
}

.detail-bottom-slider {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.detail-bottom-slider .detail-bottom-slider-title {
  width: 89%;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  font-weight: lighter;
  padding-top: 30px;
}

.detail-bottom-slider .slick-dots li {
  top: 42px !important;
}

.languages i {
  font-size: 20px;
  color: #314a80;
}

.col-xl-3.col-lg-12.col-md-12.mobile-collapse {
  display: none;
}

.col-xl-3.col-lg-12.col-md-12.desktop-collapse {
  display: block;
}

.collapsible {
  border: 1px solid transparent;
  background: linear-gradient(to right, #314a80, #2d3a59);
  border-radius: 5px;
  color: #ffff;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: 95%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 10px 10px 10px;
}

.collapsible .arrow {
  font-size: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.collapsible.active .arrow {
  transform: rotate(180deg);
}

.collapse-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

#search-form {
  display: flex;
}

#search-form input[type="search"] {
  color: #000000;
  border: none;
  width: 100%;
  padding: 25px;
  font-size: 14px;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  background: #fff;
  border-radius: 0;
}

#search-form button {
  color: #141414;
  background: #fbfdf9;
  border: none;
  padding: 7px;
  cursor: pointer;
  font-size: 20px;
  padding-right: 19px;
}

#search-form button:focus {
  outline: none;
}

#search-toggle {
  display: none;
  transition: 0.2s;
}

.search-backdrop,
.search-content {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  transition: 0.2s;
}

.search-backdrop {
  width: 100vw;

  height: 100vh;

  cursor: pointer;

  background-color: #0000008c;

  transform: translateY(100%);
}

.search-content {
  width: 100%;
  height: 78px;
  transform: translateY(-100%);
}

#search-toggle:checked~.search-backdrop {
  opacity: 1;
  z-index: 998;
  transform: translateY(0%);
}

#search-toggle:checked~.search-content {
  opacity: 1;
  z-index: 999;
  transform: translateY(0%);
}

.search-container input::-webkit-input-placeholder {
  color: #554d47;
}

.search-container input::-ms-input-placeholder {
  color: #554d47;
}

.search-container input:-ms-input-placeholder {
  color: #554d47;
}

.search-container input::placeholder {
  color: #554d47;
}

.works-img img {
  width: 100%;
  border-radius: 10px;
}

.works-wp {
  width: 100%;
  display: inline-block;
}

.works-wp span {
  width: 100%;
  display: inline-block;
  font-size: 22px;
  color: #2b3e59;
  font-weight: 600;
}

.works-wp p {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #8e9cac;
  font-weight: 400;
  line-height: 26px;
}

.work-btn a {
  width: 116px;
  height: 48px;
  display: inline-block;
  text-align: center;
  background: #2b3e59;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
  transition: 0.3s;
}

.work-btn a i {
  font-size: 12px;
}

.work-btn a:hover {
  background: #4f687f;
  transition: 0.3s;
}

.ft-bottom-right img {
  width: 110px;
}

span.top-title {
  font-size: 26px !important;
}

.hd-logo a img {
  width: auto;
}

.slick-dots li {
  border: 2px solid #ccc !important;
}

.referance-slider li.slick-active {
  background: #ffffff !important;
  border: 2px solid #314a80 !important;
}

li.slick-active {
  border: 2px solid #00113b !important;
  background: #fff !important;
}

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

.referance .slick-next {
  display: none !important;
}

.referance .slick-prev {
  display: none !important;
}

.video-container {
  position: relative;
  z-index: 1;
}

.page-category span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}

.page-category ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
}

.page-category ul li {
  width: 32.5%;
  box-sizing: border-box;
}

.page-category ul li a {
  display: block;
  background: #fff;
  padding: 20px 16px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s;
  color: #2e3f63;
  font-weight: 600;
  letter-spacing: 1px;
}

.page-category ul li a:hover {
  color: #fff;
  background-color: #2e3f63;
}

.info-button-2.ml-3 {
  margin-left: 4px !important;
}

.info-button {
  width: 90%;
  display: grid !important;
  grid-template-columns: 44% 62% !important;
}

.container.d-flex.justify-content-between.align-items-center.p-3 {
  padding-top: 28px !important;
  padding-bottom: 20px !important;
}

a.search {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

a.search label {
  margin-bottom: 0px !important;
}

a.search img {
  width: 28px;
}

.wsmenu>.wsmenu-list>li>a {
  font-weight: 500 !important;
}

.topContainer {
  background: #ebeeeb6e;
}

.events-section {
  width: 100%;
  display: grid;
  grid-template-columns: 46% 45%;
  gap: 4%;
}

.iconX {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.6;
}

.content-logo img {
  width: 100px;
}

.form-control {
  border: 1px solid #f0f0f0 !important;
}

.language.d-flex.align-items-center.ml-4 {
  display: none !important;
}

.slider-inner img {
  width: 100%;
}