/* BG */
/* Borders */
/* Buttons */
/* Typography */

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
/* Table of contants header */
.ez-toc-sidebar .title-toc-new {
	padding-right:25px;
	word-break: break-word;
}

.contact-us__main{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-us__wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.contact-us__wrapper input{
    max-width: 100%;
    height: 36px;
  border-top: unset!important;
  border-left: unset!important;
  border-right: unset!important;
  background-color: #FFFFFF00;
  border-bottom: 1px solid #2E2E2E;
  font-family: 'Karla';
  font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    border-radius: unset;
    position: relative;
}
.contact-us__wrapper input:placeholder{
    color: #2E2E2E;
opacity: 0.5;
}
.contact-us__wrapper span.wpcf7-form-control-wrap {
	    max-width: calc((100% - 40px) / 2);
}
@media(max-width: 767px) {
	.contact-us__wrapper span.wpcf7-form-control-wrap {
	    max-width: 100%;
}
}
.new-select{
    max-width: 100%;
    width: 100%;
     font-family: 'Karla';
  font-weight: 400;
    font-size: 18px;
    line-height: 36px;
     color: #2E2E2E;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-us__message{
    max-width: 100%;
    height: 36px;
    border-top:unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
        font-family: 'Karla';
        background-color: #FFFFFF00;
  font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    
    
}
.contact-us__message:placeholder{
    color: #2E2E2E;
}
#contact-send{
    background-color:#C63031!important;
    color: #FFFFFF;
    border:none;
    appearance: none;
    outline: none;
    font-family: 'Karla';
    height: 55px;
    min-width: 122px;
}
.wpcf7-spinner{
    position: absolute;
    top: 0;
    right: 0;
}

.wpcf7-form-control-wrap{
    width: 100%;
}

span.wpcf7-not-valid-tip{
    display: block !important;
    position: absolute;
}

.new-select__list{
   top:42px !important; 
}
.elementor-shortcode .container__btn {
  display: flex;
}
.elementor-shortcode .container__btn #case_extend__btn {
  background-color: #C63031;
  color: white;
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  margin: 16px auto;
  cursor: pointer;
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode .err_msg {
  display: flex;
  flex-direction: column;
  margin: 8px 0 100px 0;
}
.elementor-shortcode .err_msg div.err_msg_btn {
  margin: 40px auto;
  background-color: #F5F5F7;
  padding: 14px 28px;
  font-size: 16px;
  font-family: "Karla", sans-serif;
}
.elementor-shortcode div.err_msg_text {
  margin: 0 auto;
}
.elementor-shortcode div.err_msg_text p {
  text-align: center;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  margin: 0;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.grid-wrapper.posts-block {
  height: auto;
  margin: 24px 0 60px 0;
}
@media only screen and (max-width: 1431px) {
  .grid-wrapper.posts-block {
    margin: 24px 16px 60px 0;
  }
}
.grid-wrapper.posts-block .cases-post__card{
    display: flex;
    flex-direction: column;
}

.grid-wrapper.posts-block .cases-post__card .cases-post__content .cases-post__tags .cases-post__tags-item {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card .cases-post__content .cases-post__tags .cases-post__tags-item {
    margin: 0 8px 8px 0;
  }
}
.grid-wrapper.posts-block .cases-post__card:hover {
  transition: all 0.25s;
  background-color: #2E2E2E;
  outline: 20px solid #2E2E2E;
  border: none;
}
@media screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card:hover {
    outline: 10px solid #2E2E2E;
  }
}
.grid-wrapper.posts-block .cases-post__card:hover .cases-post__content {
  border-color: #2E2E2E;
}
.grid-wrapper.posts-block .cases-post__card:hover .cases-post__content .btn-arrow {
  background-color: #C63031;
  border-color: #C63031;
}
.grid-wrapper.posts-block .cases-post__card:hover h3 a {
  color: white;
}
.grid-wrapper.posts-block .cases-post__card:hover .cases-post__tags .cases-post__tags-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.grid-wrapper.posts-block .cases-post__card:hover .cases-post__content .btn-arrow svg > path {
  stroke: white;
}
.grid-wrapper.posts-block .cases-post__card a.cases-post__thumbnail div img {
  border-style: none;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.grid-wrapper.posts-block .cases-post__card div::after {
  display: block;
  background-color: #959595;
  width: 100%;
  height: 100%;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__tags {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 150px;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__tags a {
  font-size: 14px;
  line-height: 24px;
  color: #959595;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 5px 16px 0;
  font-weight: 400;
  cursor: pointer;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__tags a:hover {
  color: #C63031;
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card .cases-post__tags {
    max-height: 120px;
  }
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content {
  min-height: 400px;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #000;
	height:100%;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content h3 {
  line-height: 1.3;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid gray;
  cursor: pointer;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow .arrow-btn__svg {
  position: absolute;
  transform: translateX(-45px);
  transition: all linear 0.3s;
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow {
    display: none;
  }
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow-mobile {
  color: #C63031;
  margin: 55px 0 0 0;
  display: none;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow-mobile div {
  display: flex;
  width: 105px;
  justify-content: space-between;
  height: 30px;
  align-items: center;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow-mobile div p {
  display: inline;
  margin: 0;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow-mobile div svg > path {
  stroke: #C63031;
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card .cases-post__content .btn-arrow-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.posts-block .cases-post__card .cases-post__content {
    padding: 30px;
    min-height: 230px;
  }
  .grid-wrapper.posts-block .cases-post__card .cases-post__content h3 {
    margin: 0 0 20px 0;
  }
}
.grid-wrapper.posts-block .cases-post__card .btn-arrow:hover > .arrow-btn__svg {
  transform: translateX(45px);
}
@media only screen and (min-width: 1432px) {
  .grid-wrapper {
    margin: 0 16px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1431px) {
  .grid-wrapper.posts-block {
    margin: 24px 16px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.posts-block {
    margin: 24px 16px 60px;
  }
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode .filter-block__toggle {
  margin: 0 16px;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #000;
  display: none;
}
.elementor-shortcode .filter-block__toggle div.filter__toggle-text {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.elementor-shortcode .dropdown-block__toggle .cases__toggle-text {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.elementor-shortcode div.section-container {
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 40px 0 68px 0;
}
.elementor-shortcode div.section-container .filter-block {
  height: 80px;
  display: flex;
  width: 100%;
}
.elementor-shortcode div.section-container .filter-block .filter-category {
  width: 25%;
  border-bottom: 1px solid #000;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.elementor-shortcode div.section-container .filter-block .filter-category.active {
  border: 1px solid #000;
  border-bottom: none;
}
.elementor-shortcode div.section-container .filter-block .filter-category.active h4 {
  color: #C63031;
}
.elementor-shortcode div.section-container .filter-block .filter-category h4 {
  text-align: center;
  font-size: 18px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode div.section-container .filter-block {
    flex-direction: column;
    padding: 10px 0 10px 20px;
    height: auto;
    border: 1px solid #000;
    border-top: none;
    display: none;
  }
  .elementor-shortcode div.section-container .filter-block.active {
    display: flex;
  }
  .elementor-shortcode div.section-container .filter-block.hide {
    display: none;
  }
  .elementor-shortcode div.section-container .filter-block .filter-category {
    justify-content: unset;
    font-size: 18px;
    margin: 10px 0;
    border-bottom: none;
  }
  .elementor-shortcode div.section-container .filter-block .filter-category.active {
    border: none;
  }
  .elementor-shortcode div.section-container .filter-block .filter-category.active h4 {
    color: darkgray;
  }
  .elementor-shortcode div.section-container .filter-block .filter-category h4 {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode div.section-container {
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #FFFFFF;
    position: absolute;
    margin: 0;
  }
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode div.section-container {
    margin: 0px 16px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode .filter-block__toggle {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
  }
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode .dropdown-block__toggle {
  margin: 0 16px;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #000;
  display: none;
}
.elementor-shortcode div#case__counter p {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #999999;
}
.elementor-shortcode div#filter-description pre {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 28px 0 0;
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode div#filter-description pre {
    margin: 28px 0px 0;
  }
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode div#filter-description {
    margin: 28px 16px 0;
  }
}
.elementor-shortcode p#filter-description_toggle {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: none;
  color: #C63031;
  margin: 16px 0px 0;
  cursor: pointer;
}
.elementor-shortcode p#filter-description_toggle.active {
  display: block;
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode p#filter-description_toggle {
    margin: 16px 16px 0;
  }
}
.elementor-shortcode div.filter__dropdown-menu__container {
  display: none;
}
.elementor-shortcode div.filter__dropdown-menu__container.active {
  display: block;
}
.elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu {
  display: flex;
  flex-wrap: wrap;
}
.elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu.active {
  margin: 0 0 40px 0;
}
.elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu a.cs-filter {
  color: #2E2E2E;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  margin: 12px 16px 0 0;
  cursor: pointer;
}
.elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu a.cs-filter.active {
  background-color: #C63031;
  border: none;
  color: white;
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode div.filter__dropdown-menu__container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #FFFFFF;
    margin: 0 16px;
    border: 1px solid #000;
    max-height: 218px;
    overflow-y: auto;
	border-top: none;
  }
  .elementor-shortcode div.filter__dropdown-menu__container.active {
    flex-direction: column;
  }
  .elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu.active {
    flex-direction: column;
    border-top: none;
    margin: 0;
  }
  .elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu a.cs-filter {
    border: none;
    margin: 0;
  }
  .elementor-shortcode div.filter__dropdown-menu__container div.filter__dropdown-menu a.cs-filter.active {
    background-color: transparent;
    color: darkgray;
  }
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode div.filter__dropdown-menu__container {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode .dropdown-block__toggle, .elementor-shortcode .filter-block__toggle {
    justify-content: space-between;
    margin-top: 34px;
    display: flex;
  }
  .elementor-shortcode .dropdown-block__toggle.active, .elementor-shortcode .filter-block__toggle.active {
    display: flex;
  }
  .elementor-shortcode .dropdown-block__toggle .toggle-btn, .elementor-shortcode .filter-block__toggle .toggle-btn {
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    align-items: center;
  }
  .elementor-shortcode .dropdown-block__toggle .toggle-btn.active, .elementor-shortcode .filter-block__toggle .toggle-btn.active {
    transform: rotate(-90deg);
  }
  .elementor-shortcode .dropdown-block__toggle .toggle-btn p.symbol, .elementor-shortcode .filter-block__toggle .toggle-btn p.symbol {
    font-size: 40px;
  }
}
.elementor-shortcode div#case__counter p {
  margin: 24px 16px 16px 0;
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode div#case__counter p {
    margin: 24px 16px 16px 16px;
  }
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
@media only screen and (max-width: 767px) {
  div.page-content .elementor-77787 .elementor-element.elementor-element-1a672de .elementor-heading-title {
    font-size: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1431px) {
  .elementor-shortcode div.section-container {
    margin: 40px 16px 68px;
  }
}
@media screen and (max-width: 767px) {
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-text {
    margin: 0;
  }
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-html {
    margin: 0;
  }
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-html p.pp {
    margin: 0;
  }
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-submit {
    display: inline;
  }
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-submit .elementor-button[type=submit] {
    background-color: transparent;
    border-bottom: 1px solid #C63031;
    padding: 0;
  }
  #globalcontactform .elementor-form-fields-wrapper .elementor-field-type-submit .elementor-button[type=submit] .elementor-button-text {
    padding: 20px 0 8px 0;
    color: #C63031;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
}
/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode .case__terms {
  display: flex;
  flex-wrap: wrap;
}
.elementor-shortcode .case__terms .cases-post__tags-item {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2E2E2E;
  padding: 0 12px;
  border: 1px solid #000;
  margin: 0 15px 7px 0;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-shortcode .case__terms .cases-post__tags-item:hover {
  color: #C63031;
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode .case__search {
  display: flex;
  max-width: 440px;
  border-bottom: 1px solid #C63031;
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .elementor-shortcode .case__search {
    margin: 0 16px;
  }
}
.elementor-shortcode .case__search #inp.case__input-field {
  padding: 18px 0 18px 20px;
  border: none;
  border-radius: 0;
}
.elementor-shortcode .case__search #button {
  border: none;
  border-radius: 0;
  background: url(https://innowise.com/wp-content/themes/hello-elementor/assets/icons/bx_bx-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  padding: 25px;
  filter: invert(21%) sepia(51%) saturate(3337%) hue-rotate(339deg) brightness(101%) contrast(80%);
}
@media screen and (max-width: 1431px) {
  .elementor-shortcode .case__search {
    margin: 0 16px 40px;
  }
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode.container__btn #case_extend__btn {
  background-color: #C63031;
  color: white;
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  margin: 16px auto;
}
.elementor-shortcode.container__btn #case_extend__btn .hide {
  display: none;
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
.elementor-shortcode #container__case-title {
  margin: 60px 0;
	word-wrap: break-word;
}
@media only screen and (max-width: 1431px) {
  .elementor-shortcode #container__case-title {
    margin-left: 16px;
  }
}
.elementor-shortcode #container__case-title h1 {
  color: #2E2E2E;
  margin: 0;
}

/* BG */
/* Borders */
/* Buttons */
/* Typography */
/* BG */
/* Borders */
/* Buttons */
/* Typography */
main.search-container {
  background-color: #FBFBFD;
}
main.search-container #search-container__content {
  max-width: 1140px;
}
main.search-container #search-container__content .page-header .title_search {
  margin: 100px 0 60px 0;
  text-align: center;
}
main.search-container #search-container__content .page-header .search-form-it {
  margin: 0 0 80px 0;
}
main.search-container #search-container__content .page-header .search-form-it .search-form form {
  display: flex;
}
main.search-container #search-container__content .page-header .search-form-it .search-form form .search-field {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #C63031;
}
main.search-container #search-container__content .page-header .search-form-it .search-form form .search-submit {
  display: none;
}
main.search-container #search-container__content .page-header .search-result__qty {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
  padding-bottom: 80px;
}
main.search-container #search-container__content .search-result__content a:hover .search-result__block .search-result__block__title h2 {
  color: #C63031;
	text-decoration: underline;
	border:none !important;
}
main.search-container #search-container__content .search-result__content a:hover .search-result__block .search-result__block__title .search-result__description {
  color: #333333;
}
main.search-container #search-container__content .search-result__content a .search-result__block {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 40px;
}
main.search-container #search-container__content .search-result__content a .search-result__block .search-result__description {
  color: #333333;
}
main.search-container #search-container__content .search-result__content a .search-result__block .search-result__block__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main.search-container #search-container__content .search-result__content a .search-result__block .search-result__block__title .meta-search-block {
  padding: 4px 12px;
  border: 1px solid #959595;
  color: #959595;
  margin: 0 24px 0 0;
}
main.search-container #search-container__content .search-result__content a .search-result__block .search-result__block__title h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #2E2E2E;
  transition: all 0.2s;
}
main.search-container #search-container__content .search-result__content .search_nothing-found {
  margin-bottom: 150px;
}
main.search-container #search-container__content .search-result__content .search_nothing-found .search_nothing-found__content p {
  text-align: center;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  margin: 0;
}
main.search-container #search-container__content .upload-btn__container {
  padding: 10px 0 15px;
  display: flex;
  justify-content: center;
}
main.search-container #search-container__content .upload-btn__container #upload-btn {
  padding: 10px 20px;
  border: none;
  background-color: #C63031;
  border-radius: 0;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: white;
}

/*# sourceMappingURL=main.css.map */