body {
  overflow-x: hidden;
}

.close-modal {
  cursor: pointer;
  color: var(--e-global-color-469fccb);
}

.close-modal:hover {
  font-size: larger;
  font-weight: bold;
}

.iw-custom-btn {
  width: 100%;
  background-color: var(--e-global-color-469fccb) !important;
  border: 1px solid var(--e-global-color-469fccb) !important;
  color: white !important;
  padding: 10px;
  border-radius: 37px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* .iw-custom-btn a{
color:  var(--e-global-color-469fccb);
font-weight: bold;
} */
.iw-custom-btn:hover {
  background-color: white !important;
  border: 1px solid var(--e-global-color-469fccb) !important;
  transition: 0.3s;
  color: var(--e-global-color-469fccb) !important;
  cursor: pointer;
}

/* .iw-custom-btn a:hover{
color:white;
} */
body.page-template-templates-contenthub {
  /* background-color:#cfcfcf;  */
  font-family: "Poppins";
}

body.single-casestudies {
  /* background-color:#cfcfcf;  */
  font-family: "Poppins";
}

body.single-post {
  font-family: "Poppins";
}

.search-section {
  width: 86vw;
  margin: 0 auto;
}

.contentHub-main {
  margin-top: 30px;
}

.content-hub-posts {
  justify-content: center;
  /* width: 100%;
  margin: 28px !important; */
  flex-wrap: wrap;
}

.card_from_tab {
  min-height: 18vw;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  /* gap: 40px; */
  width: 425px;
  /* background-color: #cf0018; */
  /* background-color: black; */
  margin-right: 13px;
  text-decoration: none !important;
  min-width: 425px;
  max-width: 500px;
  margin-bottom: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.card_from_tab:hover {
  /* margin: 0px 1.25rem 0px 0px; */
  margin: 0px 1.25rem 10px 10px;
  flex: 1.2 1 0%;
  transition: flex 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  color: transparent !important;
}

@media (max-width: 1400px) {
  .card_from_tab {
    min-height: 12vw;
  }
}

@media (max-width: 700px) {
  .card_from_tab {
    min-width: 285px;
    width: 326px;
  }
}

.card_from_tab .post-type {
  font-size: 15px;
  color: white;
  font-weight: 900;
  text-transform: none;
  padding: 15px;
  margin: 0 0 0.25rem;
  line-height: 1.5;
  min-height: 40px;
}

.card_from_tab .post-title {
  font-size: 20px;
  color: white;
  font-weight: 900;
  text-transform: none;
  padding: 0 30px;
  margin: 0 0 0.25rem;
  line-height: 1.5;
  min-height: 70px;
}

.card_from_tab:hover {
  cursor: pointer;
}

.card_from_tab .image-blog img {
  width: 100%;
  height: 250px;
  min-height: 250px;
  object-fit: cover;
  position: relative;
}

.card_from_tab .image-blog img:hover {
  filter: brightness(65%);
}

.card_from_tab .cpt-image {
  box-shadow: 0px 0px 15px 0px rgba(2, 3, 20, 0.15);
  transition: 0.3s;
  width: 154px;
  height: 154px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  margin-bottom: 2rem;
}

.card_from_tab .cpt-image img {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  object-fit: none;
  object-position: 50% 50%;
}

.card_from_tab .cpt-image .cpt-image-overlay {
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: pink;
  background: linear-gradient(180deg, rgba(102, 32, 38, 0) 0%, #020314 100%);
}

.card_from_tab:hover .cpt-image {
  transform: scale(1.1);
  cursor: pointer;
}

.card_from_tab_title {
  padding: 0 10px;
  /* min-height: 140px; */
  min-height: 95px;
}

.card_from_tab_title h2 {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  /* color: white;  ova bese predhosno sega ke bidi  */
  color: #333333;
}

.card_from_tab_title h2:hover {
  text-decoration: underline;
  /* ova e po novo */
  color: var(--e-global-color-469fccb);
}

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

.page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: black !important;
  background: transparent;
  transition: all 0.3s ease;
}

.page-numbers:hover {
  color: white !important;
  background: black;
  text-decoration: none !important;
}

.page-numbers.next {
  width: 64px;
  height: 64px;
}

.page-numbers.prev {
  width: 64px;
  height: 64px;
}

.page-numbers.current {
  width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white !important;
  background: black !important;
  padding: 0.25rem;
  font-weight: bold;
}

/* end pagination */
/*  select options from form*/

.selectdiv {
  position: relative;
  /* padding: 15px; */
}

.select-div {
  width: 16.6666%;
}

.content-hub-search {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.content-hub-search form {
  justify-content: space-between;
}

.content-hub-search select {
  border-color: transparent;
  text-decoration: underline;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ellipsis;
  width: 150px;
  overflow: hidden;
  font-size: 1.1vw;
  /* padding: 12px 30px 12px 22px; */
  width: 100%;
  padding-right: 25px;

  /* display: inline-block; */
  /* reset */
  /* margin: 0;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;

width: 100%;
font-size: 14px;

color: black;
outline: none; */
}

.selectdiv select {
  background: url("../img/expand_more.svg");
  background-position: center right;
  background-size: 40px 24px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.selectdiv select:focus {
  background: url("../img/expand_less.svg");
  background-position: center right;
  background-size: 40px 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  outline: 0;
  border-color: transparent;
}

.select-div input[type="text"] {
  width: 100%;
}

/* end select */

/* right side bar */
.single-post .sidebar-container a {
  color: var(--e-global-color-469fccb);
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.single-post .sidebar-container a:hover {
  color: #aa071a;
}

.single-post .related-post-title a {
  color: var(--e-global-color-469fccb);
  font-weight: bold;
}

.single-post .related-post-title a:hover {
  color: #aa071a;
}

.single-post #main {
  margin-top: 53px;
}

.single-casestudies #main {
  margin-top: 53px;
}

/*
.single-casestudies #right-sidebar a{
color:var(--e-global-color-469fccb);
font-weight: bold;
margin-bottom: 15px;
display: inline-block;
} */

/* pagination search result */
.search .nav-links {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.search #serachResultsContainerSearch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.search .title_arvhove_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 20px;
}

/* hide thumnbnail image from blog page */
.single-post .thumbnail {
  display: none;
}

.single-post .single-post-title {
  display: none;
}

/* Modal for subscribe */
.modal {
  display: flex;
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog-custom {
  background-color: white;
  margin: auto;
  /* max-width: 55vw; */
  max-width: 88vw;
  padding: 25px;
  min-height: 35vh;
  /* max-height: 85vh; */
  max-height: 100vh;
  overflow: hidden;
  /* overflow-y: scroll; */
  overflow-y: auto;
  font-size: 14px;
  color: initial;
}

.modal-title {
  min-width: 45vw;
}

.single-casestudies .wpcf7-submit {
  width: 100%;
  border-radius: 37px;
}

.single-casestudies .wpcf7-submit:hover {
  background-color: white;
  border: 1px solid var(--e-global-color-469fccb);
  transition: 0.3s;
  color: var(--e-global-color-469fccb);
  cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: white !important;
  color: var(--e-global-color-469fccb) !important;
}

@media only screen and (max-width: 600px) {
  .modal-dialog {
    width: 100vw;
  }
}

/* .modal-dialog-centered{
display: flex;
-ms-flex-align: center;
align-items: center;
/* min-height: calc(100% - 1rem); 
max-width: 20vw;

} */
.d-none {
  display: none;
}

/* End of modal  */
/* media screen */

@media (max-width: 1200px) {
  .select-div {
    width: 100%;
    display: block;
  }

  .select-div:last-child {
    margin-bottom: 30px;
    width: 90%;
  }

  .select-arrow {
    right: 50px;
  }

  .content-hub-search select {
    font-size: 18px;
  }
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  background-color: white !important;
}

.page-id-462 .elementor-462 .wpcf7-form:first-of-type {
  background: #fff;
  padding: 45px;
  margin-top: 65px;
  /* width: 90%; */
  width: 100%;
  font-size: 14px;
  color: inherit;
}

.page-id-462 .wpcf7-form input,
.page-id-462 .wpcf7-form textarea,
.page-id-462 .wpcf7-form label {
  width: 100%;
}

.wpcf7-form label {
  width: 100%;
}

.page-id-462 textarea {
  resize: none;
}

#footer_section .wpcf7-form.invalid .wpcf7-response-output {
  background-color: var(--e-global-color-469fccb) !important;
}

#footer_section .wpcf7-form.spam .wpcf7-response-output {
  background-color: var(--bs-orange) !important;
}

#footer_section .wpcf7-form.success .wpcf7-response-output {
  background-color: var(--e-global-color-accent) !important;
}

.page-template-default.page.page-id-36056 article {
  min-height: 114vh;
}

.elementskit-entry-thumb img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

/* .elementskit-post-body {
  min-height: 447px;
} */
/* .elementskit-post-body >p{
  min-height: 220px;
} */
/* .elementskit-post-image-card{
  min-height: 895px;
}
@media screen and (max-width: 767px){
  .elementskit-post-image-card{
    min-height: 700px;
  }
}
@media screen and (max-width: 1084px) and (min-width: 992px){
  .elementskit-post-image-card{
    min-height: 930px;
  }
} */
.entry-title {
  /* min-height: 50px; */
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

.post-meta-list {
  min-height: 60px;
}

.elementskit-post-body>p {
  /* min-height: 150px; */
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

.elementskit-post-image-card {
  height: 100%;
}

.removeLink {
  margin-top: 15px;
  display: inline-block;
  color: white !important;
}

/* .grecaptcha-badge {
  z-index: 9999;
} */

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--e-global-color-469fccb) !important;
  color: white !important;
}

/* @media (max-width: 1120px) { */
@media (orientation: landscape) {
  .landscape-home-hero {
    min-height: 120vh !important;
  }

  .home-hero-h1 {
    margin-top: 40px !important;
  }
}

.homePageSolutionTailord .elementskit-infobox .box-body h3 {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.homePageSolutionTailord .elementskit-infobox .box-body p {
  line-height: 26px !important;
  height: 104px;
  overflow: hidden;
}

@media (min-width: 1020px) and (max-width: 1340px) {
  .homePageSolutionTailord .elementskit-infobox .box-body p {
    height: 182px;
  }
}

@media (max-width: 768px) {
  .homePageSolutionTailord .elementskit-infobox .box-body p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .homePageSolutionTailord .elementskit-infobox .box-body p {
    height: auto;
  }
}

/* .grecaptcha-badge {
  display: none;
} */

.logo-top a {
  display: inline;
}

.latest_news_container .elementskit-entry-thumb img {
  height: 200px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .latest_news_container .ekit-wid-con .col-md-6:nth-child(3) {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .latest_news_container .ekit-wid-con .col-md-6 {
    margin-top: 35px;
  }

  .latest_news_container .elementskit-post-body>p {
    min-height: auto;
  }
}

.elementor-page-28 .eael-tabs-content .profile-body {
  min-height: 100px;
}

.product-title .elementskit-info-box-title {
  min-height: 6vw;
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .product-title .elementskit-info-box-title {
    min-height: 8vw;
  }

  .elementskit-entry-thumb img {
    max-height: 150px !important;
  }
}

@media (min-width: 950px) and (max-width: 1100px) {
  .product-title .elementskit-info-box-title {
    min-height: 9vw;
  }

  .elementskit-entry-thumb img {
    max-height: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .product-title .elementskit-info-box-title {
    min-height: 14vw;
  }
}

@media (max-width: 768px) {
  .product-title .elementskit-info-box-title {
    min-height: auto;
  }
}

.job-description {
  height: 160px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 6px solid;
  background-color: #ececec;
  padding: 15px;
}

@media (min-width: 900px) and (max-width: 1025px) {

  .elementor-page-40240 .elementor-element-733c9a35 .ekit-heading--title.elementskit-section-title,
  .page-id-3673 .elementor-element-da688c7 .ekit-heading--title.elementskit-section-title,
  .page-id-3699 .elementor-element-41de3df3 .ekit-heading--title.elementskit-section-title,
  .page-id-3648 .elementor-element-75a0910 .ekit-heading--title.elementskit-section-title,
  .page-id-32175 .elementor-element-2e0ef04 .ekit-heading--title.elementskit-section-title,
  .page-id-32346 .elementor-element-461c8aa .ekit-heading--title.elementskit-section-title,
  .page-id-3741 .elementor-element-7cdc584f .ekit-heading--title.elementskit-section-title,
  .page-id-3735 .elementor-element-65c49fd8 .ekit-heading--title.elementskit-section-title,
  .page-id-32890 .elementor-element-154873a .ekit-heading--title.elementskit-section-title,
  .page-id-39881 .elementor-element-461c8aa .ekit-heading--title.elementskit-section-title,
  .page-id-3308 .elementor-element-a62f63e .ekit-heading--title.elementskit-section-title,
  .page-id-3242 .elementor-element-16c96466 .ekit-heading--title.elementskit-section-title,
  .page-id-3501 .elementor-element-5ac4350c .ekit-heading--title.elementskit-section-title,
  .page-id-2849 .elementor-element-3fe2fda .ekit-heading--title.elementskit-section-title {
    text-align: center;
  }

  .elementskit-entry-thumb img {
    max-height: 150px !important;
  }
}

.slider-homepage-testimonials .elementor-swiper {
  border-radius: 37px;
  overflow: hidden;
}

/* check box contact form */
.spanJobDarkMode input[type="checkbox"]:checked:before {
  content: "\2713";
  margin-bottom: -1px;
  color: black;
  font-weight: 600;
}

.spanJobDarkMode a {
  font-size: 15px !important;
}

.page-id-462 input[type="checkbox"] {
  width: unset !important;
}

.elementor-40702 .elementor-element.elementor-element-7bc4977c .elementor-pagination {
  text-align: center;
  margin-top: 34px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.accelerators h1,
.accelerators h2,
.accelerators h3,
.accelerators h4,
.accelerators h4,
.accelerators h6 {
  margin: 15px 0;
}

.post-template-default .container h2 {
  font-size: 28px;
  margin: 30px 0 15px 0;
}

.post-template-default .container h3 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}

.post-template-default .container img {
  margin: 15px 0;
}

/* .post-template-default h1,
.post-template-default h2,
.post-template-default h3 {
  margin: 30px 0 15px 0;
} */
#iframeModalShow .modal-dialog-custom {
  width: 90%;
}

#iframeModalShow .modal-dialog-custom .models3d {
  height: 70vh;
}

@media (max-width: 1290px) {
  .elementor-43452 .elementor-element.elementor-element-28224b44:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
  }
}

@media screen and (screen size za iphone 13 pro landscape) {
  .refferal-products-btn {
    margin-top: 0px;
  }
}

.referral-program-form .wpcf7-response-output {
  color: white;
}


/* for contact form red * */
label .required-asterisk {
  color: #CF0018;
  /* Red color for the asterisk */
  font-weight: bold;
  /* Bold font for emphasis */
  margin-left: 3px;
  /* Optional spacing */
}

