/* Colors */
/* Functions */
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/Metropolis-Bold.woff2') format('woff2'), url('../../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YL5rulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVjJx26TKEr37c9WBI.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YOZqulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YMptulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YK5sulw.ttf) format('truetype');
}
body.admin-bar header {
  padding-top: 32px;
}
.ti-widget.ti-goog .ti-review-header {
  margin-top: 10px;
}
.slider-fluid {
  overflow: hidden;
}
.slider-fluid .owl-stage-outer {
  overflow: inherit;
}
.slider-fluid .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.slider-fluid .owl-stage > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-fluid .owl-stage .owl-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-fluid .owl-stage .owl-item:not(.active) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider-fluid .owl-stage .owl-item:not(.active) a {
  cursor: default;
  pointer-events: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
}
::-moz-selection {
  background-color: #171212;
  color: #fff;
}
::selection {
  background-color: #171212;
  color: #fff;
}
.box-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(39, 39, 39, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 0;
  width: 100%;
  background-color: #272727;
  margin-right: -100%;
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
  flex: 1;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: invert(1);
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 8px;
  line-height: 1;
  position: relative;
  font-size: 18px;
  color: #ffffff;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  font-size: 16px;
  letter-spacing: 0;
}
#side-menu .content ul.menu li ul.sub-menu li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#side-menu .content .social-area {
  padding: 60px 0;
  border-top: 1px solid #595959;
}
#side-menu .content .social-area .s-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #939393;
  margin-bottom: 16px;
  text-align: center;
}
#side-menu .content ul.social-menu li {
  padding: 0 8px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg g[stroke],
#side-menu .content ul.social-menu li a svg path[stroke] {
  stroke: #939393;
}
#side-menu .content .lang-list li {
  border-bottom: 1px solid #595959;
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content .lang-list li:last-child {
  border: none;
}
header .web-lang {
  margin-left: 10px;
  cursor: pointer;
  height: max-content;
}
header .web-lang li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.79;
  color: #fff;
  overflow: unset;
}
header .web-lang li svg {
  margin-left: 5px;
  width: 24px;
  height: 24px;
}
header .web-lang li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 80%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 5px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li a {
  display: flex;
  padding: 8px 16px;
  color: #fff;
}
header .web-lang li ul.sub-menu li a .flag-img {
  width: 20px;
  display: block;
  height: auto;
  margin-right: 20px;
}
header .web-lang li ul.sub-menu li a div {
  font-size: 13px;
  font-weight: bold;
  color: #0d3f82;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header #header-bottom ul.header-menu li {
  position: relative;
  flex: 1;
  display: flex;
  margin: 0 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li:hover > a {
  color: #BD141E;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
  font-weight: 700;
  color: #BD141E;
}
header #header-bottom ul.header-menu li a {
  font-size: 14px;
  color: rgba(23, 18, 18, 0.7);
  padding: 4px 10px;
  display: inline-flex;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
header #header-bottom ul.header-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -100%);
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
header #header-bottom ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  height: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #171212;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
  display: block;
  position: relative;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0D3F82;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mobile-hamburger-menu {
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #171212;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  background: #BD141E;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  background: #BD141E;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  background: #333;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  background: #333;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
main {
  flex: 1;
}
#home-slider .active .item .slider-title,
#home-slider .active .item .slider-desc,
#home-slider .active .item .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0s;
}
#home-slider .active .item .slider-desc {
  animation-delay: 0.5s;
}
#home-slider .active .item .btn {
  animation-delay: 1s;
}
#home-slider .owl-dots button.owl-dot.active {
  background-color: #BD141E;
}
#price-table .bg-blue .price-table-list-ul ul li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#price-table .price-table-list-ul ul {
  text-align: center;
}
#price-table .price-table-list-ul ul li {
  font-size: 16px;
  color: #171212;
  padding: 12px 0;
  border-bottom: 1px solid #EEEEEE;
}
#price-table .price-table-list-ul ul li:last-child {
  border-bottom: none;
}
#sss .sss-area {
  --gutter-x: 35px;
  --gutter-x2: -35px;
}
#sss .sss-area .soru-cevap {
  border-bottom: solid 0.4px #ccc;
  margin-bottom: 30px;
}
#sss .sss-area .soru-cevap .soru .alt-soru {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #171212;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
#sss .sss-area .soru-cevap .soru svg {
  width: 40px;
  height: 40px;
  color: #0a0f2b;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sss .sss-area .soru-cevap .soru .acilmis {
  transition: all ease 0.3s;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
#sss .sss-area .soru-cevap .soru .acilmisa {
  height: auto;
  opacity: 1;
  padding: 30px 0 0;
}
#sss .sss-area .soru-cevap .soru .acilir {
  cursor: pointer;
  margin-bottom: 30px;
}
#sss .sss-area .soru-cevap:last-child {
  border: none;
  margin-bottom: 0;
}
#sss .rotate svg {
  transform: rotate(-180deg);
  color: #0d3f82 !important;
}
#sss .red {
  color: #e30510 !important;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #272727;
}
.pagination ul li.active a {
  border-color: #272727;
  background-color: #272727;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 36px;
  height: 36px;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #171212;
}
.post-content p,
.post-content ul,
.post-content ol {
  margin: 24px 0;
}
.post-content h1 {
  font-size: 28px;
}
.post-content h2 {
  font-size: 24px;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 20px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 24px 0;
  line-height: 1.2;
  color: #171212;
  font-weight: 700;
}
.post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
.post-content ul {
  padding-left: 20px;
}
.post-content ul li {
  list-style: disc;
}
.post-content p img {
  margin-bottom: 20px;
}
.post-content a {
  color: #0D3F82;
  font-weight: 600;
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
footer .footer-menu ul.fm-list li {
  margin-bottom: 8px;
}
footer .footer-menu ul.fm-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-top: 4px;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-menu ul.fm-list li a:hover:after {
  width: 100%;
}
footer .footer-menu ul.fm-list li a:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #BD141E;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
