/*
Theme Name: Kartaca
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kartaca
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, u {
  text-decoration: none;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

body, html {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #585b62;
}

body.admin-bar {
  margin-top: -32px;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  height:0;
}

/* HEADER */

header {
  height: 93px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
}

.header-container {
  max-width: 1180px;
  margin: 0 auto;
}

#kartaca {
  float: left;
  margin: 24px 0 25px 0;
  background: url(assets/images/kartaca_logo.png) left center no-repeat;
  background-size: contain !important;
  width: 130px;
  height: 50px;
}

#kartaca-mobile {
  display:none;
}

header .header-container i.mobile-menu-switch {
  display: none;
}

#kartaca-mobile-white {
  float: left;
  margin: 15px 0 15px 0;
  background: url(assets/images/kartaca_logo_white.png) left center no-repeat;
  background-size: contain !important;
  width: 75px;
  height: 32px;
}

nav {
  float: right;
  height: 93px;
  display: flex;
  align-items: center;
}

nav > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-top-menu {
  display: none;
}

.nav-item {
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #242221 !important;
  margin-left: 33px;
  display: inline;
}

.nav-item:hover {
  cursor: pointer;
}

.nav-collapsable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.nav-collapsable .collapse-content {
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  top: 93px;
  width: 100%;
  left: 0;
  padding-bottom: 55px;
}

.nav-collapsable .collapse-content .container {
  max-width: 1180px;
  margin: 0 auto;
}

.nav-collapsable .collapse-content .item {
  float: left;
  margin-right: 8%;
}

.nav-collapsable .collapse-content .item .title {
  color: #b6b6b6;
  font-family: Manrope-Medium, sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 25px;
}

.nav-collapsable .collapse-content .item a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-collapsable.active {
  color: #5348fe !important;
}

.nav-collapsable.active .collapse-content {
  display: block;
}

.nav-collapsable.active .collapse-content:hover {
  cursor: default;
}

.nav-collapsable .collapse-content a {
  color: #1b2258;
  font-size: 13px;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}

nav .arrow {
  margin-left: 10px;
}

.nav-collapsable .collapse-content .mega-menu-image {
  height: 248px;
  width: 30%;
  object-fit: contain;
}

/* MAIN */
main .parent {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 30px;
}

main .parent .bold_timeline_container {
  z-index: 0;
}

/* MAIN - LEFT MENU */

main .left-menu {
  float: left;
  min-width: 230px;
}

main .left-menu .menu-block {
  margin-bottom: 50px;
}

main .left-menu .title {
  font-family: Manrope-Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  color: #b6b6b6;
}

main .left-menu .item {
  border-bottom: 1px solid #d8d8d8;
  border-radius: 2.5px;
  letter-spacing: 0.1px;
  color: #1b2258;
  height: 50px;
}

main .left-menu .item span {
  display: block;
  padding-top: 10px;
}

main .left-menu .item .arrow {
  margin-right: 15px;
  vertical-align: middle;
}

main .left-menu .item.active {
  color: #5348fe;
}

/* MAIN - MAIN CONTAINER */

main .main-container {
  margin-left: 390px;
  min-height: 600px;
}

  main .breadcrumb {
  font-size: 11px;
  color: #585b62;
  height: 15px;
  opacity: 0.43;
  white-space: nowrap;
}

main .breadcrumb .arrow {
  padding: 0 10px;
}

main .breadcrumb .current {
  color: #000000;
}

main .banner {
  position: relative;
  max-width: 95%;
  height: 265px;
  margin: 0 auto;
}


main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 265px;
  object-fit: cover;
}

main .contact-main-title {
  margin-top: 100px;
  text-align: center;
  font-size: 32px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
}

main .banner.contact-page {
  height: 265px;
  max-width: initial;
}

main .contact-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 1180px;
  margin: 30px auto 0 auto;
}

main .contact-items .contact-item {
  width: 365px;
  height: 285px;
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #18205f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .contact-items .contact-item i {
  display: block;
  font-size: 55px;
}

main .contact-items .contact-item i,
main .contact-items .contact-item p {
  text-align: center;
}

main .contact-items .contact-item .contact-title {
  font-family: "Manrope-Semibold", sans-serif;
  color: #18205f;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

main .contact-items .contact-item .contact-description {
  line-height: 18px;
  width: 320px;
  margin: 0 auto 5px auto;
  min-height: 75px;
}

main .contact-items .contact-item a {
  width: 346px;
  height: 42px;
  border: 1px solid #5348fe;
  border-radius: 6px;
  background-color: #5348fe;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin: 0 auto;
}

main .banner .breadcrumb {
  position: absolute;
  font-weight: 500;
  top: 32px;
  color: #ffffff;
  opacity: 1;
  left: 150px;
  font-size: 11px;
}

main .banner .breadcrumb .current {
  color: #ffffff;
}

main .banner .info {
  position: absolute;
  top: 74px;
  left: 150px;
}

main .banner .info .title {
  font-family: "Manrope-Semibold", sans-serif;
  color: #ffffff;
  font-size: 48px;
}

main .banner .info .description {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

main .banner .info .description br {
  display: block;
  margin: 14px 0;
  line-height: 14px;
  content: ' ';
}

main .main-container .faq {
  margin-top: 70px;
}

main .main-container .faq .item {
  max-width: 750px;
  min-height: 80px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(209, 209, 209, 0.5);
  background-color: #ffffff;
}

main .main-container .faq .item .question {
  display: table;
  font-family: "Manrope-Medium", sans-serif;
  font-size: 14px;
  line-height: 80px;
  color: #18205f;
  padding: 0 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

main .main-container .faq .item:hover {
  cursor: pointer;
}

main .main-container .faq .item .question i {
  margin-right: 20px;
}

main .main-container .faq .item .question .text {
  line-height: 19px;
  display: table-cell;
  vertical-align: middle;
}

main .main-container .faq .item .answer {
  display: none;
  padding: 0 25px 35px;
}

main .main-container .faq .item .answer:hover {
  cursor: initial;
}

main .main-container .faq .item .answer::after {
  clear: both;
}

main .main-container .faq .item.open {
  border: 1px solid #5348fe;
}

main .main-container .faq .item.open .answer {
  display: block;
}

main .main-container .faq .item table {
  margin: 30px auto 0 auto;
  width: 100%;
}

main .main-container .faq .item table,
main .main-container .faq .item td,
main .main-container .faq .item th {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}

main .main-container .faq .item table thead {
  border-radius: 4px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(271deg, #5748fe, #7760ff);
  color: #ffffff;
  font-family: "Manrope-Light", sans-serif;
}

main .main-container .faq .item table thead th {
  min-width: 120px;
  height: 60px;
  text-align: left;
  padding-left: 25px;
}

main .main-container .faq .item table td {
  text-align: left;
  padding: 20px 25px;
  font-size: 12px;
  line-height: 22px;
}

main .main-container .faq .item table tr:nth-of-type(even) {
  background: rgba(232, 232, 250, 0.25);
}

main .main-container .faq .item .answer ul {
  list-style: disc outside;
  max-width: 650px;
  margin: 0 auto;
}

main .main-container .faq .item .answer table ul {
  width: 100%;
}

main .main-container .faq .item .answer ul li {
  margin-bottom: 15px;
  font-size: 13px;
}

main .main-container .faq .item .answer ul li:last-child {
  margin-bottom: 0;
}

main .main-container .faq .item .answer .subtitle:first-of-type {
  margin-top: 0;
}

main .main-container .faq .item .answer .subtitle {
  font-family: "Manrope-Medium", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #5748fe;
  margin-top: 20px;
  margin-bottom: 20px;
}


main .main-container .faq .item table.icon-table-head,
main .main-container .faq .item table.icon-table-head td,
main .main-container .faq .item table.icon-table-head th {
  border-collapse: initial;
  border: 0;
}

main .main-container .faq .item .answer.no-padding {
  padding: 0;
}

main .main-container .faq .item .answer table.icon-table-head tr {
  height: 100px;
  border: 1px solid #ebebeb;
}

main .main-container .faq .item .answer table.icon-table-head th {
  width: 100px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(323deg, #5748fe, #7760ff);
  border: 1px solid rgba(235, 235, 235, 0.09)
}

main .main-container .faq .item .answer table.icon-table-head th i {
  font-size: 25px;
  color: #ffffff;
}

main .main-container .faq .item .answer table.icon-table-head td {
  border-bottom: 1px solid #ebebeb;
}

main .main-container .faq .item .answer table.icon-table-head tr:first-child th {
  border-top-right-radius: 12px;
}

main .main-container .faq .item .answer table.icon-table-head tr:last-child td {
}


main .mobile-content-menu-layer {
  display: none;
}

video {
  object-fit: cover;
  width: 100vh;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
}

.video-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}

.front-page-banner-wrapper .video-layer .scroll-container {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 28px);
  width: 30px;
  height: 65px;
}

.front-page-banner-wrapper .video-layer .scroll-container:hover,
.front-page-banner-wrapper .video-layer .scroll-container .chevron {
  cursor: pointer;
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move-chevron 3s ease-out infinite;
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron:before,
.front-page-banner-wrapper .video-layer .scroll-container .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffffff;
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.front-page-banner-wrapper .video-layer .scroll-container .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

body.home main .front-page-banner-wrapper {
  position: relative;
  top: -99px;
  min-height: 100%;
  display: block;
  margin: 0 auto -110px auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body.home main .front-page-banner-wrapper .mobile {
  display: none;
}

body.home main .front-page-banner-wrapper .slogan-wrapper {
  display: inline-block;
  max-width: 1180px;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: auto;
}

body.home main .front-page-banner-wrapper .custom-message {
  display: inline-block;
  max-width: 1180px;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

body.home main .front-page-banner-wrapper .custom-message span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Manrope-Semibold", sans-serif;
  line-height: 41px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

body.home main .front-page-banner-wrapper h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Manrope-Semibold", sans-serif;
  line-height: 54px;
  width: 580px;
}

body.home main .front-page-banner-wrapper h2 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Manrope-Semibold", sans-serif;
  line-height: 41px;
  width: 580px;
  margin-top: 15px;
}

body.home main .front-page-banner-wrapper img {
  display: block;
  width: 100%;
  margin-bottom: -113px;
}

body.home header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: initial;
}

body.home.top-nav-active header {
  background-color: #ffffff;
}

body.home .nav-item {
  color: #ffffff !important;
}

body.home.top-nav-active .nav-item {
  color: #242221 !important;
}

body.home #kartaca {
  background: url(assets/images/kartaca_logo_white.png) left center no-repeat !important;
  background-size: contain !important;
}

body.home.top-nav-active #kartaca {
  background: url(assets/images/kartaca_logo.png) left center no-repeat !important;
  background-size: contain !important;
}

body.home h1 {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 42px;
  color: #16235f;
  line-height: 50px;
}

body.home h2 {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 36px;
  color: #16235f;
  line-height: 44px;
}

body.home .product-information {
  min-height: 845px;
  margin-bottom: 60px;
}

body.home .product-information img.mobile {
  display: none;
}

body.home .product-proud img.mobile {
  display: none;
}

body.home .product-information .slider {
  display: inline-flex;
  flex-wrap: wrap;
  height: 160px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 54px;
}

body.home .product-information .slider .item {
  display: none;
  width: 178px;
  height: 160px;
  border-radius: 4px;
  color: #182165;
  font-size: 14px;
  font-family: "Manrope-Semibold", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.home .product-information .show {
  display: inline-block !important;
}

body.home .product-information .load-left,
body.home .product-information .load-right {
  display: none;
  width: 55px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 54px;
}

body.home .product-information .load-left:hover,
body.home .product-information .load-right:hover {
  cursor: pointer;
}

body.home .product-information .load-left {
  float: left;
  background: url(assets/images/oval-left.png) right center no-repeat;
  margin-right: 55px;
}

body.home .product-information .load-right {
  float: right;
  background: url(assets/images/oval-right.png) left center no-repeat;
}

body.home .product-information .slider .item.active {
  color: #ffffff;
  background-color: #5348fe;
}

body.home .product-information .slider .item .svg {
  padding-top: 18px;
  padding-left: 21px;
}

body.home .product-information .slider .item .svg path {
  fill: #182165;
}

body.home .product-information .slider .item.active .svg path {
  fill: #ffffff;
}

body.home .product-information .slider .item p {
  padding: 15px 22px 24px;
  line-height: 20px;
}

body.home .product-information .detail {
  display: none;
}

body.home .product-information .detail .info {
  max-width: 455px;
  float: left;
}

body.home .product-information .detail .info h2 {
  margin-bottom: 30px;
}

body.home .product-information .detail .info .info-detail {
  font-size: 16px;
  line-height: 26px;
  color: #16235f;
}

body.home .product-information .detail .comment-wrapper-mobile {
  display: none;
}

body.home .product-information .detail .comment-wrapper {
  float: right;
  width: 650px;
}

body.home .product-information .detail .comment-line {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope-Medium", sans-serif;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #f394b2;
  width: 50%;
}

body.home .product-information .detail .comment-triangle {
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #d87796;
  border-left: 26px solid transparent;
  margin-top: 0;
  margin-left: 5px;
}

body.home .product-information .detail .person-information {
  margin-top: 13px;
  float: right;
  width: 250px;
}

body.home .product-information .detail .person-information img {
  float: left;
}

body.home .product-information .detail .person-information .name {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #16235f;
  margin-bottom: 6px;
  padding-top: 12px;
  padding-left: 90px;
}

body.home .product-information .detail .person-information .caption {
  font-size: 14px;
  line-height: 20px;
  color: #16235f;
  padding-left: 90px;
}

body.home .product-proud {
  margin-top: 130px;
}

body.home .product-proud .product-detail-and-list {
  max-width: 455px;
  float: left;
}

body.home .product-proud .product-detail-and-list .detail {
  min-height: 250px;
  position: relative;
}

body.home .product-proud .product-detail-and-list h2 {
  font-size: 36px;
  font-family: "Manrope-Semibold", sans-serif;
  color: #3a54e6;
  margin-top: 40px;
}

body.home .product-proud .product-detail-and-list .summary {
  color: #16235f;
  font-size: 18px;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 30px;
}

body.home .product-proud .product-detail-and-list a.button {
  display: inline-block;
  font-size: 16px;
  color: #3e51ec;
  padding: 16px 35px;
  border-radius: 4px;
  border: 2px solid #5668d1;
  position: absolute;
  bottom: 0;
}

body.home .product-proud .product-detail-and-list .product-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 435px;
  justify-content: space-between;
}

body.home .product-proud .product-detail-and-list .product-list.mobile {
  display: none;
}

body.home .product-proud .product-detail-and-list .product-list .product-name {
  font-family: "Manrope-Medium", sans-serif;
  font-size: 17px;
  line-height: 48px;
  color: #16235f;
  width: 110px;
}

body.home .product-proud .product-detail-and-list .product-list .product-name i {
  padding-right: 20px;
}

body.home .product-proud .product-detail-and-list .product-list .product-name:hover {
  cursor: pointer;
}

body.home .product-proud .product-detail-and-list .product-list .product-name.active {
  color: #3a54e6;
}

body.home .product-proud .product-detail-and-list .product-list .product-name.active i {
  padding-left: 5px;
  padding-right: 15px;
}

body.home .product-proud .wrapper {
  float: right;
  width: 532px;
}

body.home .product-proud .wrapper .product-meet-demands {
  width: 453px;
  height: 100px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background: url(assets/images/product_meet_demand.png) left center no-repeat, linear-gradient(273deg, #5748fe, #7760ff);
  position: relative;
  float: right;
}

body.home .product-proud .wrapper .product-meet-demands .content {
  padding: 18px 0;
  margin-left: 140px;
}

body.home .product-proud .wrapper .product-meet-demands p.title {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

body.home .product-proud .wrapper .product-meet-demands p.description {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.8;
  width: 275px;
}

body.home .product-proud .wrapper .product-meet-demands .arrow-big {
  background: rgba(255, 255, 255, 0.09) url(assets/images/arrow-right-big.png) center center no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  right: 0;
  bottom: -12px;
}

body.home .news-list {
  margin-top: 135px;
  margin-bottom: 100px;
}

body.home .news-list-override {
  height: 600px;
}

body.home .news-list .mobile {
  display: none;
}

body.home .news-list h1 {
  max-width: 280px;
}

body.home .news-list .left {
  float: left;
}

body.home .news-list .right {
  float: right;
}

body.home .news-list .left > a {
  color: #4256d1;
  font-size: 16px;
  font-family: "Manrope-Semibold", sans-serif;
  display: block;
  margin-top: 17px;
}

body.home .news-list .news-item {
  float: left;
}

body.home .news-list .news-item h3 {
  font-size: 26px;
  line-height: 36px;
  width: 100%;
  font-family: "Manrope-Semibold", sans-serif;
  margin-top: 24px;
  color: #16235f;
  text-align: left;
}

body.home .news-list .left .news-item {
  max-width: 260px;
  max-height: 350px;
  margin-top: 38px;
}

body.home .news-list .left .news-item img {
  max-width: 260px;
  max-height: 250px;
}

body.home .news-list .left .news-item:last-of-type {
  margin-left: 35px;
}

body.home .news-list .right .news-item {
  max-width: 550px;
  max-height: 535px;
}

body.home .news-list .right .news-item img {
  max-width: 550px;
  max-height: 437px;
}

body.single-news .content {
  margin-top: 25px;
}

body.single-product main .main-container .faq .answer .attribute-list {
  display: flex;
  flex-wrap: wrap;
}

body.single-product main .main-container .faq .answer .attribute-list .attribute {
  width: 100px;
  height: 100px;
  border-radius: 7px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(283deg, #5748fe, #7760ff);
  color: #ffffff;
  font-size: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
}

body.single-product main .main-container .faq .answer .attribute-list .attribute span.small {
  font-size: 11px;
}

body.single-product main .main-container .faq .answer .attribute-list .attribute i,
body.single-product main .main-container .faq .answer .attribute-list .attribute img {
  font-size: 29px;
  display: block;
  text-align: center;
  margin: 15px auto;
}

body.single-product main .main-container .faq .answer .attribute-list .attribute span {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
}

body.single-product main .main-container .faq .answer .notice {
  font-size: 12px;
  text-align: center;
}

body.single-product main .main-container .faq .answer .project-item .wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5);
  background-color: #ffffff;
  float: left;
}

body.single-product main .main-container .faq .answer .project-item .introduction {
  display: inline-block;
  width: 80%;
  margin-left: 37px;
}

body.single-product main .main-container .faq .answer .project-item .introduction .subtitle {
  font-family: "Manrope-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #18205f;
}

body.single-product main .main-container .description {
  margin-top: 15px;
}

body.single-product main .main-container .faq .answer .project-item .introduction .description {
  font-size: 12px;
  margin-top: 0;
}


body.single-product main .main-container a.product-detail {
  font-family: "Manrope-Regular", sans-serif;
  color: #5348fe;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px solid;
  margin-top: 40px;
  margin-bottom: 120px;
}

body.single-product main .main-container .faq .answer .slogan {
  text-align: center;
  font-family: "Manrope-Medium", sans-serif;
  font-size: 13px;
  margin-top: 15px;
  color: #5748fe;
}

body.single-product main .main-container a.product-detail {
  font-family: "Manrope-Regular", sans-serif;
  color: #5348fe;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px solid;
  margin-top: 40px;
  margin-bottom: 120px;
}

body.single-product main .main-container .img-center {
  margin: 0 auto;
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

p.aligncenter {
  width: 100%;
  display: inline-block;
}

.parent .blog-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.parent .blog-item {
  width: 48%;
  margin-bottom: 25px;
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

.parent .blog-item img {
  height: 250px;
  display: block;
  margin: 0 auto;
}

.parent .blog-item p {
  padding-left: 23px;
  padding-right: 23px;
}

.parent .blog-item p.title {
  font-size: 16px;
  color: #18205f;
  padding-top: 26px;
  line-height: 22px;
  border-top: 1px solid rgba(209, 209, 209, 0.5);
}

.parent .blog-item p.description {
  font-size: 13px;
  color: #585b62;
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 66px;
  line-height: 18px;
}

.parent .blog-item p.date {
  font-size: 13px;
  font-family: "Manrope-Bold", sans-Serif;
  margin-bottom: 40px;
}

.parent .blog-item p.read-more {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Manrope-Bold", sans-Serif;
  color: #5348fe;
}

/* FOOTER */

footer {
  margin-top: 70px;
}

/* FOOTER - CUSTOMERS */

footer .customers {
  background-color: #ffffff;
}

footer .customers .customers-container {
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 25px;
  background: #fff;
}

footer .customers .customers-container p {
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  color: #18205f;
  font-size: 32px;
  line-height: 45px;
  padding-top: 50px;
  padding-bottom: 46px;
}

footer .customers .customers-container .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer .customers .customers-container .images img:last-child {
  margin-right: 0;
}

footer .customers .customers-container .images img {
  margin-right: 40px;
  margin-bottom: 70px;
}

footer .customers .customers-container .mobile {
  display: none;
}

/* FOOTER - ACTIONS AND LINKS */

footer .actions-links {
  background-color: #1f2238;
}

footer .actions-links-container,
footer .arr-social-container {
  max-width: 1180px;
  margin: 0 auto;
}

footer .actions-links-container .navigation-newsletter {
  height: 52px;
  border-bottom: 1px solid #282c47;
  padding-top: 50px;
  padding-bottom: 30px;
}

footer .actions-links-container .navigation-newsletter .nav {
  line-height: 22px;
  float: left;
  width: 55%;
}

footer .actions-links-container a.mobile {
  display: none;
}

footer .actions-links-container a.desktop img {
  margin-right: 62px;
  float: left;
  padding-top: 41px;
  padding-bottom: 30px;
  width: 103px;
  height: 44px;
}

footer .actions-links-container .navigation-newsletter .nav a {
  display: inline-block;
  vertical-align: top;
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-right: 38px;
  margin-bottom: 20px;
}

footer .actions-links-container .navigation-newsletter .newsletter {
  display: inline-block;
  float: right;
  position: relative;
  top: -10px;
}

footer .actions-links-container .navigation-newsletter .newsletter p {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
  line-height: 20px;
}

footer .actions-links-container .navigation-newsletter .newsletter > p {
  line-height: 42px;
}

footer .actions-links-container .newsletter input:focus {
  opacity: 1 !important;
  outline: none !important;
}

footer .actions-links-container .navigation-newsletter .newsletter input[type="submit"] {
  cursor: pointer !important;
}

/* FOOTER - ALL RIGHTS RESERVED AND SOCIAL LINKS */

footer .arr-social-container {
  height: 76px;
}

footer .arr-social-container p {
  line-height: 76px;
  float: left;
  color: #ffffff;
  font-size: 14px;
}

footer .arr-social-container .social-buttons {
  padding-top: 20px;
  float: right;
}

footer .arr-social-container .social-buttons a {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 12px;
}

footer .navigation-newsletter a.button {
  font-size: 15px;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  position: relative;
  float: right;
  margin-top: -10px;
}

/* LAYER */
#layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  display: none;
}

#product-attributes-wrapper svg {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 11px;
  display: block;
  margin: 0 auto;
}

#product-attributes-wrapper text {
  pointer-events: none;
}

#product-attributes-wrapper .inner_node rect {
  pointer-events: all;
}

#product-attributes-wrapper .inner_node rect.highlight {
  stroke: #315B7E;
  stroke-width: 2px;
}

#product-attributes-wrapper .outer_node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
  pointer-events: all;
}

#product-attributes-wrapper .outer_node circle.highlight {
  stroke: #315B7E;
  stroke-width: 2px;
}

#product-attributes-wrapper .link {
  fill: none;
}

#product-attributes-wrapper svg .inner_node text {
  fill: #ffffff;
}

#product-attributes-wrapper svg rect.clicked,
#product-attributes-wrapper svg circle.clicked {
  stroke: #315B7E !important;
  stroke-width: 2px !important;
}

#product-attributes-wrapper svg text.clicked {
  font-weight: bold;
}

#product-attributes-wrapper svg path.clicked {
  stroke-width: 5px;
}

#product-attributes-wrapper .banner {
  width: 100%;
  max-width: initial;
  height: 180px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background-image: linear-gradient(272deg, #5748fe, #7760ff);
}

#product-attributes-wrapper .banner .breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  position: absolute;
  left: 75px;
}

#product-attributes-wrapper .banner h1 {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 32px;
  line-height: 38px;
}

#product-attributes-wrapper .banner h2 {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: normal;
}

#product-attributes-wrapper .banner .info {
  position: absolute;
  top: 74px;
  left: 75px;
  display: block;
  margin: 0 auto;
  max-width: 1180px;
}

a.a-button {
  padding: 15px 25px;
  background-color: #5348fe;
  border-radius: 6px;
  color: #ffffff !important;
}

body.error404 .wrapper {
  width: 502px;
  height: 435px;
  display: block;
  margin: 0 auto;
  background: url(assets/images/404-desktop.png) center bottom no-repeat;
  position: relative;
  text-align: center;
}

body.error404 .wrapper .title {
  display: block;
  margin: 0 auto;
  font-size: 32px;
  line-height: 38px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
}

body.error404 .wrapper .fault {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 38px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
}

body.error404 .wrapper .content {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

body.error404 .wrapper a {
  margin: 20px auto 0 auto;
  display: inline-block;
  border-radius: 4px;
  color: #5668d1;
  border: 2px solid #5668d1;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.contact-form-page {
  background-color: #F0EEFC;
  padding: 20px;
}

.contact-form-page h1 {
  font-size: 32px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 45px;
}

.contact-form-page div.wpforms-container-full {
  margin-top: 30px;
}

.contact-form-page .wpforms-form {
  width: 550px;
  margin: 0 auto;
}

.contact-form-page div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.contact-form-page div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.contact-form-page div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
  height: 56px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(34, 40, 41, 0.08);
  background-color: #ffffff;
}

.contact-form-page div.wpforms-container-full .wpforms-form label {
  font-family: "Manrope-Semibold", sans-serif;
  color: #18205f;
  font-size: 15px;
  margin-bottom: 10px;
}

.contact-form-page div.wpforms-container-full .wpforms-form  button {
  width: 155px;
  height: 42px;
  border-radius: 6px;
  background-color: #5348fe;
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

.contact-form-page .wpforms-confirmation-container-full {
  background-image: linear-gradient(271deg, #5748fe, #7760ff);
  border: 0;
  color: #ffffff;
  margin-top: 30px;
}

.contact-form-page div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li,
.contact-form-page div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
  width: 275px;
}

#kartaca-subscribe-newsletter input[type="email"] {
  width: 100%;
  height: 35px;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(34, 40, 41, 0.08);
  background-color: #ffffff;
}

#kartaca-subscribe-newsletter .form-item {
  margin: 10px 0;
}

#kartaca-subscribe-newsletter .form-error {
  min-height: 28px;
  color: #f45e44;
}

#kartaca-subscribe-newsletter > .form-error {
  height: auto;
}

#kartaca-subscribe-newsletter .form-success {
  color: #51ca94;
}

#kartaca-subscribe-newsletter button {
  padding: 15px 25px;
  background-color: #5348fe;
  border-radius: 6px;
  color: #ffffff;
  font-family: "Manrope-Regular", sans-serif;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  margin-top: 10px;
}

#kartaca-subscribe-newsletter button:hover {
  cursor: pointer;
}

#kartaca-subscribe-newsletter button:disabled {
  background-color: #3d4659;
}

#kartaca-subscribe-newsletter .intro {
  font-family: "Manrope-Semibold", sans-serif;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

#kartaca-subscribe-newsletter .sub-text {
  font-size: 12px;
  line-height: 12px;
  margin-top: 15px;
}

.page-numbers-container{
  display: flex;
  place-content: center;
}

ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

.page-numbers a,
.page-numbers span {
  display: block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.product-small-icon  {
  vertical-align: middle;
  margin-right: 7px;
  height: 25px !important;
}

.detail .title {
  display: block;
}
.detail .title h2{
  vertical-align: middle;
  display: inline-flex !important;
}

.detail .title .product-small-icon{
  margin-top: 35px;
  margin-right: 5px;
  height: 40px !important;
}

body.home .product-proud .product-detail-and-list .detail {
  min-height: 300px;
}

main .banner .info .title {
  margin-left: 35px;
}

.product-header-icon  {
  height: 45px !important;
  margin-top: 25px;
  object-fit: contain !important;
  width: 28px !important;
}

.product-header-top-menu-item img {
  vertical-align: middle;
  margin-right: 7px;
  height: 35px !important;
}

.product-header-top-menu-item div {
  vertical-align: middle;
  display: inline-flex;
  flex-flow: column;
}

.product-header-top-menu-item .desc {
  font-size: 10px;
}

.product-header-top-menu-item .sub-title {
  font-size: 12px;
  color: black;
}

.parent .sector {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  min-height: 200px;
}

.parent .sector .sector-img{
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.parent .sector .sector-img img{
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  justify-content: end;
}

.parent .sector .sector-text{
  width: 40%;
}

.parent .sector .sector-text .title{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.parent .sector .sector-text .desc{
  font-family: "Manrope-Medium", sans-serif;
  font-size: 17px;
}

.parent .desc{
  margin-top: 20px;
  margin-bottom: 10px;
}

.parent .table{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.parent .table div{
  padding: 10px;
  flex: 1 1 0;
  min-height: 200px;
  word-break: break-word;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  transition: 0.5s;
  position: relative;
}

.parent .table div img{
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.parent .sub-title{
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-size: 28px;
  color: #18205f;
}

.table div .title{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.table div .read-more{
  font-weight: bold;
  color: #5748fe;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.table div .alt{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #5748fe;
  margin-bottom: 10px;
}

.table div .desc{
  margin-bottom: 30px;
}

.parent .clients-img-container{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.parent-override .testimonial-slider-override{
  margin-top: 30px;
  margin-bottom: 30px;
}

.parent-override .testimonial-slider-override .testimonial-slider-title-override{
  text-align: center;
}

.parent #success-stories{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.parent #success-stories div{
  padding: 10px;
  min-height: 200px;
  word-break: break-word;
  width: 33%;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  transition: 0.5s;
  position: relative;
}

.parent #success-stories div img{
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

#success-stories div .title{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#success-stories div .read-more{
  font-weight: bold;
  color: #5748fe;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

#success-stories div .desc{
  margin-bottom: 30px;
}

#success-stories div .alt{
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #5748fe;
  margin-bottom: 10px;
}

.parent-override .main-container .breadcrumb-wrapper{
  pointer-events: none;
}

.parent .blog-page {
  margin-top: 20px;
}

.parent .blog-wrapper {
  float: left;
  width: 70%;
}

.parent .blog-wrapper .blog-main-image{
  width: 100%;
  max-height: 400px;
}

.parent .blog-wrapper .blog-main-image#mobile{
  display: none;
}

.parent .blog-wrapper h3{
  font-size: 20px;
  border: 1px solid #5e78f5;
  border-radius: 3px;
  background-color: #5e78f5;
  color: white;
  padding-left: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.parent .empty-wrapper {
  float: left;
  width: 5%;
}

.parent .flow-wrapper{
  float: right;
  width: 25%;
}

.parent .flow-wrapper .similar-wrapper {
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 30px;
}

.parent .flow-wrapper .similar-wrapper h3{
  font-size: 20px;
  border: 1px solid #5e78f5;
  border-radius: 3px;
  background-color: #5e78f5;
  color: white;
  padding-left: 20px;
  letter-spacing: 1px;
}

.parent .flow-wrapper .similar-wrapper .similar-post {
  display: flex;
  margin-left: 10px;
  margin-right: 10px
}

.parent .flow-wrapper .similar-wrapper .similar-post .similar-image-wrapper {
  width: 25%;
  margin: 5px;
}

.parent .flow-wrapper .similar-wrapper .similar-post .similar-image-wrapper .similar-image {
  width: 100%;
  height: 100%;
}

.parent .flow-wrapper .similar-wrapper .similar-post .similar-text-wrapper {
  width: 75%;
  position: relative;
}

.parent .flow-wrapper .similar-wrapper .similar-post .similar-text-wrapper .similar-title {
  position: absolute;
  top: 5px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.parent .flow-wrapper .similar-wrapper .similar-post .similar-text-wrapper .similar-subtitle {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.parent .flow-wrapper .popular-wrapper {
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 30px;
}

.parent .flow-wrapper .popular-wrapper h3{
  font-size: 20px;
  border: 1px solid #5e78f5;
  border-radius: 3px;
  background-color: #5e78f5;
  color: white;
  padding-left: 20px;
  letter-spacing: 1px;
}

.parent .flow-wrapper .popular-wrapper .popular-post {
  display: flex;
  margin-left: 10px;
  margin-right: 10px
}

.parent .flow-wrapper .popular-wrapper .popular-post .popular-image-wrapper {
  width: 25%;
  margin: 5px;
}

.parent .flow-wrapper .popular-wrapper .popular-post .popular-image-wrapper .popular-image {
  width: 100%;
  height: 100%;
}

.parent .flow-wrapper .popular-wrapper .popular-post .popular-text-wrapper {
  width: 75%;
  position: relative;
}

.parent .flow-wrapper .popular-wrapper .popular-post .popular-text-wrapper .popular-title {
  position: absolute;
  top: 5px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.parent .flow-wrapper .popular-wrapper .popular-post .popular-text-wrapper .popular-subtitle {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.parent .flow-wrapper .categories-wrapper {
  border-radius: 6px;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  margin-top: 30px;
}

.parent .flow-wrapper .categories-wrapper .category-names {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 20px;
}

.parent .flow-wrapper .categories-wrapper h3{
  font-size: 20px;
  border: 1px solid #5e78f5;
  border-radius: 3px;
  background-color: #5e78f5;
  color: white;
  padding-left: 20px;
  letter-spacing: 1px;
}

.parent .flow-wrapper .categories-wrapper .category-names a{
  text-decoration: none;
  margin-right: 5px;
  padding: 4px 6px;
  background-color: #e2e7e9;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  margin-top: 3px;
}
.parent .flow-wrapper .categories-wrapper .category-names a:hover {
  background-color: #f4f4f5;
}

.topics-toggler, .populars-toggler{
  display: none;
  color: #18205f;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Manrope-Bold', sans-serif;
  margin-top: 5px;
}

.parent #post-content {
  float: left;
  width: 70%;
}

#partners-main .title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #18205f;
  letter-spacing: 1px;
}

#partners-main .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#partners-main .header-wrapper img {
  width: 40%;
}

#partners-main .text-wrapper {
  width: 55%;
}

#partners-main .text-wrapper .title {
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  font-size: 36px;
  line-height: 1.23em;
}

#partners-main .text-wrapper .sub-title {
  font-size: 26px;
  font-weight: normal;
  color: #18205f;
  letter-spacing: 0.2px;
  line-height: 1.50em;
}

#partners-main .text-wrapper .description {
  font-size: 18px;
  font-weight: normal;
  color: #18205f;
  letter-spacing: 0.2px;
  line-height: 1.50em;
}

#partners-main .solution-focus-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#partners-main .solution-focus-wrapper .solution-focus-part-wrapper {
  width: 30%;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  padding: 10px;
}

#partners-main .solution-focus-wrapper .solution-focus-part-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-top: 5px;
}

#partners-main .solution-focus-wrapper .title {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #5748fe;
}

#partners-main .solution-focus-wrapper .description {
  font-size: 16px;
  font-weight: normal;
  color: #18205f;
  line-height: 1.50em;
}

#partners-main .solution-focus-wrapper .url {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #18205f;
  text-align: center;
}

#partners-main .specializations-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#partners-main .specializations-wrapper img {
  width: 58%;
  object-fit: contain;
  height: 200px;
}

#partners-main .specializations-wrapper .description {
  width: 40%;
  font-size: 20px;
  color: #18205f;
  line-height: 1.40em;
  letter-spacing: 0.2px;
}

#partners-main .why-kartaca-title {
  margin-top: 10px;
  font-size: 27px;
  font-weight: bold;
  color: #18205f;
  display: inline;
  letter-spacing: 1px;
}

#partners-main .expertises-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}

#partners-main .expertises-wrapper .expertises-part-wrapper {
  width: 30%;
  box-shadow: 1px 2px 2px 0 rgba(209, 209, 209, 0.5), -3px -2px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
}

#partners-main .expertises-wrapper .expertises-part-wrapper .title {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #5748fe;
  text-align: center;
  letter-spacing: 1px;
}

#partners-main .expertises-wrapper .expertises-part-wrapper .description {
  font-size: 16px;
  font-weight: normal;
  color: #18205f;
  line-height: 1.40em;
}

#partners-main .expertises-wrapper .expertises-part-wrapper ul{
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #18205f;
  line-height: 1.50em;
}

#partners-main .team-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-color: #e3e3e3;
  margin-bottom: 40px;
  margin-top: 10px;
}

#partners-main .team-wrapper .team-part-wrapper {
  width: 30%;
  padding: 10px;
}

#partners-main .team-wrapper .team-part-wrapper .title {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #5748fe;
  text-align: center;
  letter-spacing: 1px;
}

#partners-main .team-wrapper .team-part-wrapper .description {
  font-size: 16px;
  font-weight: normal;
  color: #18205f;
  text-align: center;
  line-height: 1.40em;
}

#partners-main #success-stories{margin-top: 10px;
  margin-bottom: 20px;
}

#partners-main #success-stories .title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #5748fe;
  text-align: center;
}

#partners-main #success-stories .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #18205f;
}

#partners-main #success-stories div img{
  height: 200px;
  max-height: initial;
}

.line {
  width: 53px;
  height: 0;
  border: 3px solid #18205f;
  margin: 10px;
  display:inline-block;
}

#partners-main .button-wrapper {
  display: flex;
  justify-content: center;
}

#partners-main .button {
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  padding: 10px 20px;
  background-color: #5348fe;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 20px;
}

#partners-main .blog-items-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}

#partners-main .blog-items-wrapper .blog-item {
  width: 19%;
}

#partners-main .blog-items-wrapper .blog-item img {
  object-fit: contain;
  width: 100%;
  height: 224px;
  margin: 0;
}

#partners-main  .blog-item p.title {
  font-size: 16px;
  margin-top: 0;
  color: #18205f;
  padding-top: 26px;
  line-height: 22px;
  border-top: 1px solid rgba(209, 209, 209, 0.5);
}

#partners-main  .blog-item p.description {
  font-size: 13px;
  color: #585b62;
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 66px;
  line-height: 18px;
}

#partners-main  .blog-item p.date {
  font-size: 13px;
  font-family: "Manrope-Bold", sans-Serif;
  margin-bottom: 40px;
}

#partners-main  .blog-item p.read-more {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Manrope-Bold", sans-Serif;
  color: #5348fe;
}

#partners-main .contact-form-page {
  margin-top: 40px;
}

.customer-slider-widget h1 {
  margin-bottom: 30px;
}

.customer-slider-widget .customer-slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.customer-slider-widget .customer-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
}

.customer-slider-widget .customer-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: 5px;
  filter: grayscale(100%);
}

.parent .customer-slider-widget .customer-slider .swiper-slide img:hover {
  filter: grayscale(0);
}

.customer-slider-widget .customer-slider .swiper-pagination {
  position: initial;
}

.parent-override .product-meet-demands {
  width: 780px;
  margin-bottom: 30px;
  height: 100px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px 0 rgba(95, 78, 254, 0.25);
  background: url(assets/images/product_meet_demand.png) left center no-repeat, linear-gradient(273deg, #5748fe, #7760ff);
  position: relative;
}

.parent-override .product-meet-demands .content {
  padding: 18px 0;
  margin-left: 140px;
}

.parent-override .product-meet-demands p.title {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

.parent-override .product-meet-demands p.description {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.8;
  width: 580px;
}

.parent-override .product-meet-demands .arrow-big {
  background: rgba(255, 255, 255, 0.09) url(assets/images/arrow-right-big.png) center center no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  right: 0;
  bottom: -12px;
}

.customer-slider-widget h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  color: #18205f;
  font-size: 32px;
  line-height: 45px;
}

footer .customer-slider-widget h1 {
  padding: 15px;
}

/*
 * Responsive Reusable Cards
*/

.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7%;
}

.card-item h3 {
  font-size: 26px;
  line-height: 36px;
  width: 100%;
  font-family: "Manrope-Semibold", sans-serif;
  margin-top: 12px;
  color: #16235f;
}

body.home .posts-list a, body.single-sector .posts-list a {
  color: #4256d1;
  font-size: 16px;
  font-family: "Manrope-Semibold", sans-serif;
}

body.home .posts-item, body.single-sector .posts-item {
  margin: auto;
  margin-top: 20px;
  width: 25%;
}

body.home .posts-item img, body.single-sector .posts-item img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}

body.home .posts-item p, body.single-sector .posts-item p {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #585b62;
}

body.single-sector .posts-list {
  margin-bottom: 100px;
}

body.single-sector .posts-list h1 {
  letter-spacing: 0.5px;
  font-size: 28px;
  color: #18205f;
}

body.single-sector .posts-list .card .card-item h3 {
  font-size: 16px;
  color: #16235f;
}

body.single-sector .posts-list .mobile {
  display: none;
}

div.posts-list {
  height: 500px !important;
}

.posts-list h1 {
  margin-bottom: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.home .product-information h1 {
  margin-top: 30px;
}

.parent .gated-content__row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 36px;
}

.parent .gated-content__hero p,
.parent .gated-content__hero span
{
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.parent .gated-content__body-text *:not(h1, h2, h3, h4, h5, h6, strong) {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

.parent .gated-content__row li {
    list-style-position: inside;
}

.parent .gated-content__row li p {
    display: inline;
}

.parent .gated-content__hero h1 {
    font-family: "Manrope-Semibold", sans-serif;
    font-size: 32px;
    display: block;
    letter-spacing: 0.2px;
    color: #18205f;
    line-height: 44px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.parent .gated-content__hero img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid lightgray;
}

.parent .gated-content__download,
.parent .gated-content__body div.wpforms-container-full button {
    background-color: #5348fe;
    color: #fff !important;
    padding: 11px 15px;
    display: inline-block;
    line-height: normal;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    transition: 0.5s;
    cursor: pointer;
}

.parent .gated-content__body .form__container {
    padding: 24px;
    border: 1px solid lightgray;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: -20px;
}

.parent .gated-content__body .form__container h2 {
    color: #000;
    margin-bottom: 14px;
    font-size: 24px;
    padding-left: 8px;
    color: #18205f;
}

.parent .gated-content__body div.wpforms-container-full button:hover {
    height: 48px;
}

.parent .gated-content__body div.wpforms-container-full .wpforms-field-container .wpforms-field {
    display: flex;
}

.parent .gated-content__body div.wpforms-container-full .wpforms-field-container .wpforms-field label {
    max-width: 30%;
    width: 100%;
    color: #18205f;
    font-size: 15px;
}

.parent .gated-content__body div.wpforms-container-full .wpforms-field-container .wpforms-field [name^="wpforms[fields]"] {
    flex: 1;
    max-width: none;
    border-radius: 6px;
}

.parent .gated-content__row .wpforms-container-full  {
  margin: 0 !important;
}

.parent .gated-content__hero .gated-content__download-hidden {
    display: none !important;
}

.parent .gated-content__body {
    margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .parent .gated-content__row {
        grid-template-columns: repeat(1, minmax(0,1fr));
    }

    .parent .gated-content__body {
      margin-top: 20px;
    }

    .parent .gated-content__body h2 {
        margin-bottom: 10px;
    }

    .parent .gated-content__hero h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .parent .gated-content__hero p,
    .parent .gated-content__hero span {
        font-size: 16px;
    }

    .parent .gated-content__body div.wpforms-container-full .wpforms-field-container .wpforms-field {
      display: block;
    }

    .parent .gated-content__body div.wpforms-container-full .wpforms-field-container .wpforms-field label {
      max-width: none;
    }

    .parent .gated-content__body .form__container {
      margin-top: -10px;
    }
}

.sector-resource-table.table div img.resource-image {
  width: 100%;
  min-height: 200px;
  object-fit: contain;
}

.sector-resource-table.table div .resource-title {
  font-size: 16px;
  font-weight: bold;
  color: #16235f;
  text-align: center;
}
