.ikon-list.style1 .item-inner,
.call-banner a,
.ikon-content,
.ikon-content i,
.banner-btn,
.acc-1.style1 .panel-body,
.project-list .item-wrap .item,
.project-list .item-wrap .item::before,
.project-list .item-wrap .item img,
.project-list .detail-btn {
  transition: all 0.5s ease-in;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
body p.customer-feed::before,
.home-tabs a::after,
ul.list li::before,
.ty.ty-check-3::before,
.ty.ty-close-4::before {
  font-family: "freedom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 1rem;
}
html::-webkit-scrollbar {
  width: calc(6px + 0.1vw);
  height: 6px;
}
html::-webkit-scrollbar-thumb {
  background: #0d6cf0;
}
body {
  font-size: 1rem;
  width: 100%;
  min-height: 100vh;
  font-family: "Poppins";
}
* ::selection {
  background-color: #0d6cf0;
  color: #fff;
}
.all-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: transparent;
  outline: 0;
  border: 0;
}
.home-service {
  background-color: #1a1a1a;
}
.home-service .content-img {
  display: none !important;
}
.service-page {
  border-top: 1px solid #9e9e9e;
}
.service-page.title5 .section-title-wrap {
  color: #414141;
}
.service-page .ikon-list.style1 .content-title {
  font-size: calc(20px + 0.3vw);
  text-transform: uppercase;
}
.service-page .ikon-list.style1 .content-title i {
  opacity: 1;
  color: #0d6cf0;
}
.service-page .ikon-list.style1 .item {
  margin: 0;
  padding: 8px;
}
.ikon-list .item-inner {
  position: relative;
  z-index: 5;
}
.ikon-list.style1 .item {
  margin: 20px 0;
  padding: 10px;
}
.ikon-list.style1 .item-inner {
  border: 1px solid #e2e2e2;
  padding: 25px calc(20px + 0.5vw);
  height: 100%;
}
.ikon-list.style1 .content-title {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 600;
}
.ikon-list.style1 .content-title i {
  display: block;
  font-size: 48px;
  opacity: 0.25;
  margin: 10px 0 25px 0;
}
.ikon-list.style1 .content-desc {
  font-size: 15px;
  opacity: 0.7;
  line-height: 1.6;
}
.ikon-list.dark {
  color: #fff;
}
.ikon-list.dark .item-inner {
  border-color: rgba(255, 255, 255, 0.178);
}
.ikon-list.dark .item-inner:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.378);
}
.ikon-list.dark .item-inner:hover .content-desc {
  opacity: 1;
}
.ikon-list.dark .item-inner:hover .content-title i {
  opacity: 1;
  transform: translateX(5px);
}
body p.customer-feed {
  background-color: #fff;
  padding: calc(20px + 2vw) 20px;
  font-size: calc(24px + 0.4vw) !important;
  font-weight: 600;
  margin-bottom: calc(30px + 2vw) !important;
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 20;
  border: 5px dashed rgba(13, 108, 240, 0.25);
  margin-top: 60px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
body p.customer-feed::before {
  position: absolute;
  z-index: -1;
  font-size: 80px;
  color: #0d6cf0;
  top: -50px;
  left: 20px;
  pointer-events: none;
  content: "\57";
}
body p.customer-feed span {
  font-size: 16px !important;
  display: block;
  margin-top: 20px;
  letter-spacing: -0.5px;
  line-height: 1.6;
}
.footer-signature {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  background-color: transparent;
}
.footer-signature a {
  color: #fff;
  text-decoration: underline;
}
.call-banner {
  background-color: #333;
  padding: 30px 20px;
  border-radius: 20px;
  margin: 30px 0;
  color: #fff;
}
.call-banner p {
  font-size: calc(24px + 0.3vw) !important;
  letter-spacing: -0.4px !important;
  margin-bottom: 15px !important;
}
.call-banner a {
  display: inline-block;
  margin: 15px auto;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: calc(12px + 0.2vw);
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.319);
  text-transform: uppercase;
  border-radius: 50px;
}
.call-banner a:hover {
  color: #222;
  background-color: #fff;
}
#main-content img {
  max-width: 100%;
}
.p-list-img img {
  width: 100%;
  box-shadow: 0 0 50px 4px rgba(0, 0, 0, 0.15);
}
.p-list-img > * {
  padding: 15px calc(15px + 2vw);
}
.content-about {
  align-items: center;
  padding: calc(30px + 1.5vw) 0;
  display: flex;
  position: relative;
  z-index: 20;
}
.content-about .about-img img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-about.big-img .about-img {
    flex: 0 0 44%;
  }
  .content-about.big-img .about-img img {
    max-height: none;
    min-height: 600px;
  }
  .content-about .about-img {
    flex: 0 0 44%;
  }
  .content-about .about-img img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
  }
}
.content-about .about-text {
  position: relative;
  z-index: 10;
}
.content-about .about-text::before {
  width: 120px;
  height: 120px;
  z-index: -1;
  pointer-events: none;
  border-left: 14px solid #0d6cf0;
  border-bottom: 14px solid #0d6cf0;
  left: -20px;
  bottom: -20px;
  content: "";
  position: absolute;
}
.content-about .about-text .title {
  font-size: calc(27px + 0.7vw) !important;
  font-weight: 600;
  letter-spacing: -2px !important;
  margin-bottom: 22px !important;
  position: relative;
  line-height: 1.2 !important;
}
.content-about .about-text p {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .content-about .text-inner {
    width: calc(100% + 50px);
    padding: 50px 60px;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
}
.content-about.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .content-about.reverse .text-inner {
    transform: translateX(-50px);
  }
}
.content-about.reverse .about-text::before {
  left: auto;
  right: -14px;
  border-left: 0;
  border-right: 14px solid #0d6cf0;
}
@media screen and (max-width: 768px) {
  .content-about {
    flex-direction: column !important;
  }
  .content-about.hide-img .about-img {
    display: none !important;
  }
  .content-about .about-img {
    order: -1;
  }
  .content-about .about-text::before {
    display: none !important;
  }
  .content-about .about-text .title:first-child {
    position: relative;
    margin-top: -68px !important;
    background: #fff;
    padding: 20px !important;
    border-top-right-radius: 30px;
    transform: translateX(-21px);
    margin-bottom: 0 !important;
  }
}
.tercih-static {
  min-height: 600px;
  padding: calc(60px + 3vw) 0;
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #1a1a1a;
}
.tercih-static .bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  opacity: 0.5;
}
.tercih-static .page-title {
  font-weight: 700;
  font-size: calc(36px + 1.4vw);
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 0;
  position: relative;
  z-index: 5;
}
.tercih-static .desc {
  font-weight: 700;
  font-size: calc(20px + 0.5vw);
  line-height: 1.05;
}
.tercih-static .list1 {
  margin-top: 30px;
  font-size: 16px;
  list-style: none;
  margin-left: 22px;
}
.tercih-static .list1 li {
  padding: 5px 0;
  display: flex;
}
.tercih-static .list1 li i {
  font-size: 13px;
  margin-right: 10px;
  transform: translateY(5px);
}
.tercih-static .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.tercih-static .bg-img img {
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
.title11 {
  font-size: calc(24px + 1.3vw);
  letter-spacing: -1.5px;
  font-weight: 600;
}
.desc11 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.ikon-content {
  display: flex;
  padding: 25px 15px;
  margin-bottom: 20px;
  border: 2px dashed #e2e2e2;
  border-radius: 20px;
}
.ikon-content:hover {
  border-color: #0d6cf0;
}
.ikon-content:hover i {
  color: #0d6cf0;
  transform: translateX(10px);
}
.ikon-content i {
  width: 180px;
  height: 180px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b6b4b4;
  font-size: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ikon-content {
    flex-direction: column;
  }
  .ikon-content i {
    width: 120px;
    height: 120px;
    font-size: 80px;
    margin-bottom: 15px;
  }
}
.home-tab-content {
  border-left: 1px solid #e2e2e2;
}
.home-tab-content .tab-pane {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
}
.home-tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  max-height: 900px;
  overflow: auto;
  padding: 0 20px;
}
.home-tabs-wrapper {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.home-tabs-wrapper p {
  margin-bottom: 10px;
}
.home-tabs-wrapper h4 {
  font-size: calc(26px + 0.7vw);
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.home-tabs-wrapper .tab-navs {
  width: calc(20% + 80px);
  padding-right: 0;
  padding-left: 0;
}
.home-tabs-wrapper .tab-contents {
  width: calc(80% - 80px);
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .home-tabs-wrapper .tab-navs,
  .home-tabs-wrapper .tab-contents {
    width: 100%;
    padding: 20px 0;
  }
}
.home-tabs {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.home-tabs a {
  color: #222;
  line-height: 1.4;
  padding: 20px calc(20px + 1vw) !important;
  margin: 4px 0 !important;
  display: flex !important;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
}
.home-tabs a::after {
  content: "\48";
  margin-left: auto;
}
.home-tabs li {
  width: 100%;
  float: none !important;
}
.home-tabs li.active a {
  background-color: #e2e2e2 !important;
  border: 0 !important;
  transform: translateX(-8px);
}
.logo-round {
  border-radius: 10px;
  box-shadow: 0 8px 26px 4px rgba(0, 0, 0, 0.08);
  padding: 8px;
}
article {
  word-break: break-word;
}
.content-detail-01 .content-desc {
  font-size: 24px;
  line-height: 1.45;
}
.advice-content {
  background: #f5f5f5;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.12);
  margin: 30px 0;
}
.bigbanner-dark {
  background-color: #111;
  padding: 100px 0;
  position: relative;
  color: #fff;
  z-index: 10;
  min-height: 600px;
  text-align: left !important;
  border-bottom-right-radius: calc(80px + 5vw);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bigbanner-dark {
    min-height: 450px;
  }
}
.bigbanner-dark .container {
  padding: 20px calc(30px + 2vw);
}
.bigbanner-dark .bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  opacity: 0.5;
}
.bigbanner-dark .list li {
  font-size: 16px !important;
}
.bigbanner-dark .list li::before {
  color: #fff !important;
}
.bigbanner-dark .page-title {
  font-size: calc(38px + 1vw);
  letter-spacing: -2px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.1;
  color: #fff !important;
}
.bigbanner-dark .page-title::before {
  display: none;
}
.bigbanner-dark .title2 {
  color: #fff !important;
}
.bigbanner-dark .banner-desc {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.35;
}
.bigbanner-dark .title2 {
  font-size: calc(24px + 0.5vw);
  letter-spacing: -0.5px;
  line-height: 1.35;
  margin-top: calc(20px + 1vw);
  margin-bottom: 20px;
}
.banner-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 14px;
}
.banner-list li {
  position: relative;
  padding: 10px 25px;
}
.banner-list li:not(:first-child) {
  border-left: 1px solid currentColor;
}
@media screen and (max-width: 991px) {
  .banner-list li:not(:first-child) {
    border-left: 0;
  }
  .banner-list li:not(:first-child) {
    border-top: 1px solid currentColor;
  }
}
.banner-list li span {
  color: #0d6cf0;
  font-weight: 600;
  display: inline-block;
  padding-right: 10px;
}
.banner-btn {
  background-color: #0d6cf0;
  width: 460px;
  display: inline-block;
  border-radius: 50px;
  padding: 16px 30px;
  max-width: 100%;
  text-align: center;
  margin-top: 45px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 40px;
  outline: 2px solid transparent;
}
.banner-btn:hover {
  background-color: #fff;
  color: #111;
  transform: translateY(-4px);
  outline: 2px solid rgba(0, 0, 0, 0.4);
}
.list2 {
  list-style: none;
}
.list2 li {
  display: flex;
  font-size: 17px;
  margin-bottom: 10px;
}
.list2 li i {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  position: relative;
  top: 4px;
  border-radius: 50%;
  background-color: #0d6cf0;
  color: #fff;
  font-size: 12px;
}
.call-banner1 {
  position: relative;
  padding: calc(30px + 2vw) 0;
  box-shadow: 0 15px 38px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
}
.call-banner1 .bg-img {
  position: absolute;
  width: 800px;
  height: auto;
  transform: rotate(20deg);
  left: 0;
  max-width: 100%;
  top: -50px;
  z-index: -1;
}
.call-banner1 .banner-title {
  font-size: 36px;
  letter-spacing: -1px;
}
.s-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: calc(30px + 1vw);
  line-height: 1.3;
  letter-spacing: -1.6px;
}
.small-container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.ikon-list-11 .item-wrap {
  padding: 20px;
  position: relative;
}
.ikon-list-11 .item-wrap .counter {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 40px;
  top: -6px;
  background-color: #fff;
  color: #0d6cf0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.12);
  font-style: 25px;
  letter-spacing: -2px;
}
.ikon-list-11 .item-wrap .title {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.ikon-list-11 .item-wrap .item {
  background-color: #fff;
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 20px;
  height: 100%;
  margin-bottom: 25px;
  padding-top: 40px;
}
.ikon-list-11 .item-wrap .item i {
  color: #0d6cf0;
  font-size: 60px;
  transform: rotate(-5deg);
  margin-right: 15px;
}
.time-line1 .item-wrap {
  margin: 20px 0;
  position: relative;
  z-index: 4;
}
.time-line1 .item-wrap:not(:last-child)::before {
  width: 1px;
  height: 100%;
  background-color: #222;
  z-index: -1;
  content: "";
  position: absolute;
  left: 18px;
  top: 40px;
}
.time-line1 .item {
  display: flex;
  padding: 20px 0;
}
.time-line1 .item .counter {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-right: 15px;
}
.time-line1 .item .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.acc-1.style1 .panel {
  border: 1px solid #e2e2e2 !important;
  margin-bottom: 6px;
}
.acc-1.style1 .panel-title {
  font-weight: 600;
  padding: 6px 10px;
  line-height: 1.4;
}
.acc-1.style1 .panel-title a {
  font-size: calc(16px + 0.2vw);
}
.acc-1.style1 .panel-title i {
  margin-right: 10px;
  color: #0d6cf0;
  font-size: 36px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s ease all;
}
.acc-1.style1 .panel-title a[aria-expanded="false"] i {
  opacity: 0.3;
}
.project-list .item-wrap {
  padding: 15px;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.project-list .item-wrap .item {
  position: relative;
  color: #fff;
  padding: 30px 20px 0 20px;
  background-color: #2f2f39;
  z-index: 15;
  border-top-right-radius: 30px;
}
.project-list .item-wrap .item::before {
  width: 100%;
  height: 200px;
  left: 0;
  opacity: 1;
  bottom: 0;
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.0200455) 0%,
    #fff 90%
  );
  z-index: 5;
  pointer-events: none;
}
.project-list .item-wrap .item img {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0 auto;
  box-shadow: -10px -15px 46px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.project-list .item-wrap .item.color-ustun {
  background-color: #df814b;
}
.project-list .item-wrap .item.color-hasbil {
  background-color: #e6a046;
}
.project-list .item-wrap .item.color-atrium {
  background-color: #566779;
}
.project-list .item-wrap .item.color-fi {
  background-color: #40669b;
}
.project-list .item-wrap .item.color-pulluk {
  background-color: #b95454;
}
.project-list .item-wrap .item.color-kyc {
  background-color: #b95454;
}
.project-list .item-wrap .item-text {
  padding: 0 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.project-list .item-wrap .item-text .title {
  font-size: 26px;
  letter-spacing: -0.8px;
  font-weight: 700;
  line-height: 1.4;
}
.project-list .item-wrap .item-text .desc {
  font-size: 16px;
  margin-bottom: 25px;
}
.project-list .item-wrap:hover .item {
  transform: translateY(10px) scale(0.98);
}
.project-list .item-wrap:hover .item::before {
  height: 300px;
  transform: translateY(6px);
}
.project-list .item-wrap:hover .item img {
  transform: translateY(20px);
}
.project-list .item-wrap:hover .detail-btn {
  background-color: inherit;
  color: #fff;
  transform: translateY(-6px);
}
.project-list .detail-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  z-index: 10;
  color: #222;
  box-shadow: 0 0 46px 5px rgba(0, 0, 0, 0.2);
  padding: 12px 25px;
  border-radius: 50px;
  width: 300px;
  max-width: 90%;
  z-index: 6;
  font-size: 14px;
  font-weight: 700;
  background-color: #f4f4f4;
}
.advice-article {
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  border-left: 4px solid #0d6cf0;
  margin: 25px 0;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
}
.advice-article span.name {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
.advice-article .link {
  color: #0d6cf0;
  text-decoration: underline;
  display: block;
  font-size: 16px;
  display: block;
}
.content-list.style2 .item .item-inner .content-title {
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
.content-list.style2 .item .item-inner {
  background-color: #fff;
}
ul.list {
  list-style: none;
}
ul.list li {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 6px 0;
}
ul.list li::before {
  content: "\55";
  margin-right: 8px;
  top: 3px;
  position: relative;
  display: inline-block;
}
ul.list li .page-link {
  color: #0d6cf0 !important;
}
ul.list li::before {
  color: #0d6cf0 !important;
}
.section-padding {
  padding: calc(40px + 3vw) 0;
}
.home-title-wrap {
  margin-bottom: 30px;
}
.home-title-wrap .title {
  font-size: calc(36px + 1.5vw);
  line-height: 1.2;
  margin: 0;
  margin-bottom: 6px;
  letter-spacing: -1px;
}
.home-title-wrap .desc {
  font-size: 18px;
  line-height: 1.5;
}
.faq-list {
  padding: calc(20px + 2vw) 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.faq-list:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: calc(25px + 2vw);
}
.faq-list .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 992px) {
  .faq-list .title {
    padding-right: calc(30px + 2vw);
  }
  .faq-list .desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) {
  #three-column #left-column,
  #three-column #right-column {
    display: none;
  }
  #middle-column {
    width: 900px;
    flex: 0 0 900px;
    max-width: 100%;
    margin: 0 auto;
  }
}
#middle-column {
  padding: 0 15px !important;
}
@media screen and (min-width: 992px) {
  body .yenises-header {
    position: relative;
    background-color: #fff;
  }
  body .yenises-header .header-inner {
    background-color: #fff;
  }
}
.inner-footer {
  padding: 60px 0;
}
.content-date,
.content-category {
  color: #fff !important;
}
article h2 {
  font-size: calc(30px + 0.45vw) !important;
  letter-spacing: -0.6px;
  line-height: 1.2 !important;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}
article h3 {
  font-size: calc(24px + 0.3vw) !important;
  letter-spacing: -0.6px;
  line-height: 1.2 !important;
  margin-top: 15px !important;
  margin-bottom: 8px !important;
  color: #1a1a1a !important;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .menu-trigger.full-height {
    width: auto;
  }
  .search-btn {
    color: #fff !important;
  }
  .mobile-nav1 .social-menu {
    margin-top: 30px !important;
  }
  .mobile-nav1 .social-menu a {
    width: 64px !important;
    height: 64px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0.8;
  }
  .mobile-nav1 .social-menu a i {
    font-size: 14px;
  }
  .mobile-nav1 .ikon-link {
    color: #fff !important;
  }
}
.ty.ty-check-3::before {
  content: "\55" !important;
}
.ty.ty-close-4::before {
  content: "\e010" !important;
}
.ty.ty-question-3::before {
  width: 6px;
  height: 6px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.plan-table-list li .plan-info-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-link,
.template-link.link-2 {
  display: none !important;
}
.template-links {
  padding: 25px;
}
.template-link.link-1 {
  width: 100% !important;
  background-color: #1a1a1a !important;
  color: #fff !important;
}
#main-content .page-title {
  font-size: calc(36px + 1.5vw);
  letter-spacing: -1.2px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 25px;
}
#main-content .page-title::before {
  display: none;
}
article h2,
article h3,
article h4,
article h5 {
  margin-top: 45px !important;
  margin-bottom: 15px !important;
  color: #35393b !important;
  font-weight: 600 !important;
}
article p,
article {
  font-size: 18px;
  line-height: 1.6;
}
article h2 {
  font-size: calc(2.5rem + 0.5vw) !important;
  letter-spacing: -1px !important;
}

article h3 {
  font-size: calc(1.75rem + 0.3vw) !important;

  letter-spacing: -0.5px !important;
}
article h4 {
  font-size: calc(1.25rem + 0.25vw) !important;
  letter-spacing: -0.5px;
}

article pre {
  padding: 15px;
  background-color: #f2f6fd;
  color: #2a2b2e;
  margin: 25px 0;
  border-radius: 12px;
  border: 1px solid #abbbda;
  font-size: 18px;
}
.my-counter {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.my-counter li::before {
  top: 20px !important;
}

ul p,
ol p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
}