/*
Theme Name: Triolla Wisdom-Hub
Description:  A simple, three column, widget-ready WordPress theme.
Author:  Ashish Gupta
Author URI:  http: //createam.co
version:  5.0
Tags:  fixed-width, three-columns, threaded-comments, brown
*/

/*================================================== RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'SFProText';
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  padding: 0;
  direction: ltr;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  background: #e9eaef !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: 'SFProText';
  font-weight: normal;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  list-style: none;
  display: block;
}
ul.list li {
  display: list-item;
  list-style: inside;
  list-style-type: disc;
}
ol.list li {
  display: list-item;
  list-style: inside;
  list-style-type: decimal;
}
dd {
  margin: 0 0 0 40px;
}
img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.clr {
  clear: both;
  display: block;
}
.cf:after,
.wrap:after,
ul:after,
ol:after,
.clear {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

/*================================================== FORM */
button,
input,
select,
textarea {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
  background: none;
  font-size: 100%;
  color: #000;
  display: block;
  padding: 0 10px;
  text-transform: none;
  width: 100%;
  text-align: left;
}
select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type='button'],
input[type='submit'],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  padding: 10px;
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: 40px;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/**/
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  display: none;
}
input[type='checkbox'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid #dce0e1;
  vertical-align: middle;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  cursor: pointer;
}
input[type='checkbox']:checked + label span {
  background: url(images/tick.png) no-repeat center center #fff;
}
input[type='radio'] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
input[type='radio']:checked + label span {
  background: url(images/dot.png) no-repeat center center #fff;
}
input[type='checkbox']:checked + label {
  color: #253470;
}
/**/
::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  color: #919191;
  opacity: 1;
}
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #919191;
}
/**/
::-moz-selection {
  color: #6f6f6f;
  background: #cca77e;
}
::selection {
  color: #6f6f6f;
  background: #cca77e;
}
/**/
.tbl {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
/**/
input.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
textarea.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
div.wpcf7 img.ajax-loader {
  display: none !important;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: hidden !important;
}
div.wpcf7-validation-errors {
  margin: 10px 0 !important;
  text-align: center;
  display: none !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-response-output {
  margin: 10px 0 !important;
  text-align: center;
}

/*================================================== TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #000;
}
p {
  line-height: 140%;
  margin-bottom: 20px;
  font-family: 'SFProText';
}
p:last-child {
  margin-bottom: 0px;
}

/*================================================== SITE CSS */

button,
input,
select,
textarea {
  font-weight: 400;
  font-family: 'SFProText';
}
#wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*=== HEADER */
#header {
  position: relative;
}
.logo {
}
.logo a {
  display: block;
}

/*---Home Page----*/
.home_right {
  width: 560px;
  min-height: 100vh;
  float: right;
  background: #fff;
}
.home_right_inner {
  padding: 57px 76px 57px 62px;
  background: #fff;
}
.home_right .home_logo {
  margin: 0px auto;
  width: 160px;
}
.home_form {
  padding: 66px 0px 0px 0px;
}
.home_form h1 {
  font-size: 54px;
  line-height: 47px;
  font-weight: bold;
  margin: 0px 0px 68px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 10px;

 
}

/*.home_form .lrm-user-modal-container-inner{ overflow: inherit;}
.home_form .lrm-inline .lrm-user-modal-container{ border:none; margin:0px; width:100%;}
.home_form .lrm-form{ padding:0px !important;}
.home_form .lrm-form .lrm-fieldset-wrap{ padding:0px !important;}
.home_form .lrm-form label.image-replace, .home_form .lrm-form .lrm-image-replace{ background-image:none !important;}
.home_form .lrm-form label.image-replace{font-size:16px !important; font-family:'inter' !important; color:#808080 !important; position:absolute; left:21px !important; top:27px !important;transition: 0.4s !important;-webkit-transition: 0.4s !important; width:auto;}
.home_form .lrm-form .fieldset.ffactive label.image-replace{font-size: 12px !important;background: #FFF!important;top: 3px!important;padding: 0px 5px!important;left: 15px!important;}
.home_form .lrm-form .fieldset{margin-bottom:24px; padding:0px !important;}
.home_form .lrm-form input{width:100% !important; height:50px !important; border-radius:6px!important; -moz-border-radius:6px!important; -webkit-border-radius:6px!important; padding:13px 15px!important; border:1px solid #C9C8CC!important; font-size:16px!important; font-family:'inter'!important; color:#808080!important; background:#FFF !important;}
.home_form .lrm-form input::-webkit-input-placeholder { color: #9D9D9D; opacity: 0;}
.home_form .lrm-form input:-moz-placeholder { color: #9D9D9D; opacity: 0; }
.home_form .lrm-form input::-moz-placeholder { color: #9D9D9D; opacity: 0; }
.home_form .lrm-form input:-ms-input-placeholder { color: #9D9D9D; opacity: 0;}
.home_form .lrm-nice-checkbox__label{ display:none !important;}
.home_form .lrm-form .fieldset--default{ padding:0px !important;}
.home_form .lrm-form button[type=submit]{ width:100% !important; height:44px!important; border-radius:4px!important; -moz-border-radius:4px!important; -webkit-border-radius:4px!important; color:#000!important; font-size:14px!important; font-weight:bold!important; text-align:center!important; background:#F9D753!important; padding:0px;}
.home_form .lrm-signin-section.is-selected p.lrm-form-bottom-message {display: none;}
.home_form .lrm-font-svg .lrm-form .hide-password, .lrm-font-svg .lrm-form .lrm-ficon-eye{ display:none;}*/

.home_form .login_from h2 {
  display: none;
}

.home_form .login-wrap {
  max-width: 100%;
  padding: 0px;
  border: none;
}
.home_form .login-wrap .log-form-group {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.home_form .login-wrap .log-form-group .select-wrapper select {display:none;}
.home_form .login-wrap .log-form-group .select-wrapper a.select-styled {display:block;  border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding:0px 15px; border: 1px solid #c9c8cc; font-size: 16px; font-family: 'Inter'; font-weight: 300; color: #808080; line-height:48px; position:relative;}
.home_form .login-wrap .log-form-group .select-wrapper a.select-styled:after {content: ''; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 0; height: 0;  border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-top: 6px solid #c9c8cc; transition:0.3s; -webkit-transition:0.3s;}
.home_form .login-wrap .log-form-group .select-wrapper a.select-styled.active:after { border-bottom: 6px solid #c9c8cc; border-top:0px;}
.home_form .select-options {position:absolute; top:41px; left:0px; width:100%; background:#fff; z-index:9; padding:10px 0; border-right: 1px solid #c9c8cc; border-left: 1px solid #c9c8cc; border-bottom: 1px solid #c9c8cc; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; display:none; max-height:240px; overflow:auto;}
.home_form .select-options a {display:block; line-height:1;  color: #808080; font-size: 16px; font-family: 'Inter'; font-weight: 300; padding:10px 15px; margin:0;}
.home_form .select-options a:hover, .home_form .select-options a.act { background:#f9d753; color:#000;}
.home_form .select-options a:last-child {margin-bottom:0px;}
.home_form .login-wrap .log-form-group .select-wrapper a.select-styled.error {border: 1px solid #f00;}
p.validation { font-size:16px; line-height:1; color:#808080; font-family:'Inter'; font-weight:300; margin:5px 0 0 0;}
.select-wrapper {
  position: relative;

 /* &::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c9c8cc;
  }*/
}

.home_form .login-wrap .log-form-group input[type='text'],
.home_form .login-wrap .log-form-group select,
.home_form .login-wrap .log-form-group input[type='email'],
.home_form .login-wrap .log-form-group input[type='password'] {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 13px 15px;
  border: 1px solid #c9c8cc;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 300;
  color: #808080;
}
#login-form p.validation {display:none;}
.passfieldeye {position: absolute; top:12px; right:5px;}
.passfieldeye a img.two {display:none;}
.passfieldeye a.activepass img.one {display:none;}
.passfieldeye a.activepass img.two {display: block;}
.home_form .login-wrap .log-form-group label {
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 300;
  color: #808080;
  position: absolute;
  left: 16px;
  top: 19px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.home_form .login-wrap .log-form-group.ffactive label {
  font-size: 12px;
  background: #fff;
  top: 2px;
  padding: 0px 5px;
  left: 11px;
}
.home_form .login-submit {
}
.home_form .login-submit input[type='submit'],
.home_form .login-submit button[type='submit'] {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f9d753;
  border: none;
  letter-spacing: normal;
}
.home_form .login-submit input[type='submit']:hover,
.home_form .login-submit button[type='submit']:hover {
  box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  -moz-box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  -webkit-box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  font-size: 16px;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}
.form-group input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 13px 15px;
  border: 1px solid #c9c8cc;
  font-size: 16px;
  font-family: 'inter';
  font-weight: 300;
  color: #808080;
}
.form-group label {
  font-size: 16px;
  font-family: 'inter';
  font-weight: 300;
  color: #808080;
  position: absolute;
  left: 16px;
  top: 19px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.form-group.ffactive label {
  font-size: 12px;
  background: #fff;
  top: -5px;
  padding: 0px 5px;
  left: 11px;
}
.form-group_button {
}
.form-group_button .btn {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f9d753;
}
.home_banner {
  width: calc(100% - 560px);
  min-height: 100vh;
  float: left;
  position: relative;
}
.home_banner_in {
  position: absolute;
  width: 100%;
  padding: 0px 97px;
  bottom: 116px;
  left: 0px;
}
.home_banner_in h3 {
  font-size: 92px;
  line-height: 83px;
  color: #fff;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.home_banner_in h3 span {
  display: block;
  font-weight: bold;
}

/*---Inner pages----*/
.inner_banners {
  position: relative;
  height: 400px;
}
.inner_banners_img {
  height: 100%;
}
.inner_banners_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.wrap1790 {
  max-width: 1790px;
  margin: 0px auto;
}
.inner_banner_top {
  position: absolute;
  top: 47px;
  left: 0px;
  right: 0px;
}
.inner_banner_top .logo {
  padding-left: 5px;
}
.inner_banner_top .logo img {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}
.logo_text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 11px;
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;
  padding-top: 5px;
}
.logo_text span {
  font-weight: 700;
  display: block;
}
.banner_left {
  width: 186px;
  float: left;
}
.inner_banner_bot {
  position: absolute;
  bottom: 55px;
  left: 0px;
  right: 0px;
}
.banner_title {
  float: right;
  width: calc(100% - 186px);
  padding: 0px 68px 0px 96px;
}
.banner_title h2 {
  font-size: 14px;
  line-height: 16px;
  color: #ffd729;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.banner_title h1 {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.page_right {
  float: right;
  width: calc(100% - 186px);
  padding: 25px 68px 0px 96px;
}
.filter_options {
}
.free_search {
  float: left;
  width: 239px;
  margin-right: 11px;
  position: relative;
}
.free_search input.searchbox {
  height: 35px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  padding: 0px 28px 0px 17px;
  background: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  color: #9d9d9d;
}
.free_search input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.free_search input:-moz-placeholder {
  color: #9d9d9d;
  opacity: 1;
}
.free_search input::-moz-placeholder {
  color: #9d9d9d;
  opacity: 1;
}
.free_search input:-ms-input-placeholder {
  color: #9d9d9d;
}
.free_search .freesearch {
  background: url(images/search_icon.svg) no-repeat;
  position: absolute;
  right: 14px;
  width: 20px;
  height: 20px;
  top: 7px;
  font-size: 0px;
}
.filter_tags {
  float: left;
  width: 172px;
  position: relative;
}
.filter_tags h4 {
  height: 35px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  padding: 11px 27px 0px 20px;
  background: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  color: #9d9d9d;
  position: relative;
  margin: 0px;
  cursor: pointer;
}
.filter_tags h4:after/*, .filter-multi-select > .dropdown-toggle::before*/ {
  background: url(images/search_arrow.svg) no-repeat;
  position: absolute;
  right: 15px;
  width: 12px;
  height: 6px;
  top: 13px;
  font-size: 0px;
  content: '';
  background-size: cover;
}

.all_designs {
  padding: 25px 0px 181px 0px;
  min-height: 600px;
}
.all_designs ul {
  margin: 0px -23.5px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.all_designs ul li {
  float: none;
  width: 25%;
  padding: 0px 23.5px;
  margin: 0px 0px 58px 0px;
  display: inline-flex;
}
.all_designs ul li .project_mid {
  padding: 17px 0px 22px 0px;
  border-bottom: 1px solid rgba(137, 128, 128, 20%);
  margin-left: 9px;
}
.all_designs ul li .project_box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 9px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  /*cursor: pointer;*/
  overflow: hidden;
}
.project_img, .project_mid_main {pointer-events:none;}
.all_designs ul li .project_box:hover {
  box-shadow: 0px 33px 32.29999923706055px 0px rgba(0, 0, 0, 15%);
  -moz-box-shadow: 0px 33px 32.29999923706055px 0px rgba(0, 0, 0, 15%);
  -webkit-box-shadow: 0px 33px 32.29999923706055px 0px rgba(0, 0, 0, 15%);
}
.all_designs ul li a {
  display: block;
}
.all_designs ul li .project_box .project_img img {
  obeject-fit: cover;
  height: 100%;
}
.all_designs ul li .project_box .project_name {
  margin: 0px 0px 5px 0px;
}
.all_designs ul li .project_box .project_name a {
  display: block;
}
.all_designs ul li .project_box .project_name h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
  margin: 0px 0px 1px 0px;
  padding: 0px;
}
.all_designs ul li .project_box .project_name .project_date {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #979797;
}
.all_designs ul li .project_box .project_text {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.all_designs ul li .project_box .project_text a {
  display: block;
}
.all_designs ul li.hebrew .project_box .project_text p {
  direction: rtl;
  text-align: right;
}
.all_designs ul li .project_box .project_text p {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
}
.all_designs ul li .project_box .project_external {
  margin-top: 17px;
}
.all_designs ul li .project_box .project_external a {
  display: inline-block;
  background: #020B29;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  padding: 4px 10px 4px 27px;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
}
.all_designs ul li .project_box .project_external a span {
  position: absolute;
  width: 14px;
  left: 10px;
  top: 6px;
}
/*.all_designs ul li .project_box  .project_external a:before{ position:absolute; content:''; width:14px;}*/
.all_designs ul li .project_box .project_tags {
  margin: 8px 0px 3px 9px;
  font-size: 0px;
  display: flex;
  width: fit-content;
  min-width: fit-content;
  flex-wrap: nowrap;
  min-height: 23px;
}
.all_designs ul li .project_box .project_tags span.tag {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 23px;
  padding: 0px 7px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-right: 7px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
  flex-shrink: 0;
}
.all_designs ul li .project_box .project_tags span.tag:last-child {
  margin-right: 0px;
}
.all_designs ul li .project_box .project_tags span.tag_in {
  position: relative;
  z-index: 2;
}
.all_designs ul li .project_box .project_tags span i {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 1; /*opacity:30%;*/
}
.all_designs ul li a {
  text-decoration: none;
}

.sidebar_left {
  width: 186px;
  float: left;
  background: #fff;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  -moz-box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  -webkit-box-shadow: 0px 17px 20.200000762939453px 0px rgba(0, 0, 0, 10%);
  padding: 26px 0px;
  position: relative;
  margin-top: -200px;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
}
.sidebar_left .sidebar_in {
  max-height: 87vh;
  overflow: hidden;
  overflow-y: auto;
}
.sidebar_left .sidebar_in::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  background-color: #ffffff;
}
.sidebar_left .sidebar_in::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}
.sidebar_left .sidebar_in::-webkit-scrollbar-thumb {
  background-color: /*#E0E0E0*/ rgba(0, 0, 0, 0.5);
}
.sticky .sidebar_left {
  position: fixed;
  top: 10px;
  margin-top: 0px;
}

.sidebar_left ul {
  margin: 0px;
  padding: 0px;
}
.sidebar_left ul li h3,
.sidebar_left ul li a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 8px;
  padding: 0px 5px 0px 21px;
  position: relative;
}
/*.sidebar_left ul li > a{ font-size:14px; line-height:17px; font-weight:700; color:#000; display:block; margin-bottom:8px; padding:0px 21px; position: relative; transition:0.3s; -moz-transition:0.3s; -webkit-transition:0.3s;}*/
.sidebar_left ul ul.sub_cat {
  padding: 0px 0px 12px 0px;
}
.sidebar_left ul ul.sub_cat li a {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  display: block;
  margin: 0px;
  padding-left: 33px;
  padding-right: 5px;
  position: relative;
  text-decoration: none;
  color: #000;
}
.sidebar_left ul li a:hover,
.sidebar_left ul li.select a,
.sidebar_left ul li a:hover,
.sidebar_left ul li.active a {
  background: #e9eaef;
  font-weight: 700 !important;
}
.sidebar_left ul li a:hover:before,
.sidebar_left ul li.select a:before,
.sidebar_left ul li a:hover:before,
.sidebar_left ul li.active a:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 6px;
  background: #ffd729;
}

#wrapper.hidescroll {
  overflow: hidden;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 47%);
  z-index: 99;
  display: none;
}
.project_pop {
  width: 619px;
  position: fixed;
  height: 100%;
  z-index: 999;
  right: -100%;
  background: #fff;
  box-shadow: 0px 4px 58.5px 0px rgba(0, 0, 0, 25%);
  -moz-box-shadow: 0px 4px 58.5px 0px rgba(0, 0, 0, 25%);
  -webkit-box-shadow: 0px 4px 58.5px 0px rgba(0, 0, 0, 25%);
  top: 0px; /*display:none;*/
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
 
}
/*body.activepopup .overlay {
  display: block;
}
body.activepopup .project_pop {
  right: 0px;
}*/
.project_pop_in {
  padding: 22px 13px 20px 23px;
}
.closeproject {
  display: block;
  color: #979797;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.closeproject:hover {
  color: #000;
  text-decoration: none;
}
.pop_project_detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #ffffff;
}
.pop_project_detail::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}
.pop_project_detail::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.pop_project_detail {
  padding: 0px 10px 70px 0px;
  margin-top: 14px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.pop_project_detail .pop_project_img {
  margin-bottom: 22px;
}
.pop_project_detail .pop_project_img img {
  obeject-fit: cover;
  height: 100%;
}
.pop_project_con {
  padding-left: 12px;
}
.pop_project_top {
  padding: 0px 3px 37px 0px;
}
.pop_project_con .pop_pro_title {
  float: left;
  width: calc(100% - 123px);
}
.pop_pro_title h3 {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  padding: 0px 0px 2px 0px;
  margin: 0px;
  font-family: 'Roboto';
}
.pop_pro_title .pop_project_date {
  font-size: 16px;
  line-height: 23px;
  color: #979797;
  font-weight: 400;
}
.pop_project_con .pop_pro_link {
  float: right;
  width: 123px;
}
.pop_project_con .pop_pro_link a {
  display: block;
  background: #f3f7fa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  padding: 4px 9px 3px 36px;
  font-size: 15px;
  line-height: 37px;
}
.pop_project_con .pop_pro_link a span {
  position: absolute;
  width: 20px;
  left: 9px;
  top: 11px;
}
.pop_project_con .pop_pro_link a span img {
  width: 100%;
}
.pop_project_txt {
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.pop_project_txt p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  padding-bottom: 25px;
}
.pop_project_con.hebrew .pop_project_txt p {
  direction: rtl;
  text-align: right;
}
.pop_project_cat {
  padding: 16px 0px 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.pop_project_cat {
  font-size: 16px;
  line-height: 23px;
  color: #979797;
  font-weight: 400;
}
.pop_project_cat strong {
  font-weight: 700;
  color: #000;
}
.pop_project_tags {
  padding: 6px 0px 24px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.pop_project_tags .pop_tag_title {
  font-size: 16px;
  line-height: 23px;
  color: #979797;
  font-weight: 400;
  padding-bottom: 16px;
}
.pop_project_tags ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
.pop_project_tags ul li {
  display: inline-block;
  font-size: 14px;
  color: #000;
  position: relative;
  font-weight: 400;
  line-height: 38px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 0px 18px;
  text-align: center;
  margin: 0px 11px 13px 0px;
  overflow: hidden;
}
.pop_project_tags ul li:last-child {
  margin-right: 0px;
}
.pop_project_tags ul li span {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1; /*:30%;*/
}
.pop_comments {
  padding: 16px 0px 0px 0px;
}
.pop_comments .add_comments {
  font-size: 16px;
  line-height: 23px;
  color: #979797;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}

/*----400 Page----*/
.wraperror {
  max-width: 500px;
  margin: 0px auto;
  padding: 50px 0px;
  text-align: center;
}
.wraperror h1 {
  font-size: 54px;
  line-height: 47px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #000;
  text-align: center;
}
.errormessage {
  padding: 15px 0px;
}
.errormessage p {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 300;
}
.backbut {
  display: inline-block;
  line-height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f9d753;
  padding: 0px 30px;
}

.loaderbox {
  margin-left: 10px;
  float: left;
}
.hide {
  display: none !important;
}

.filter-multi-select.dropdown {
  display: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 9px;
  box-shadow: 0px 4px 18.299999237060547px 0px rgba(0, 0, 0, 25%);
  -moz-box-shadow: 0px 4px 18.299999237060547px 0px rgba(0, 0, 0, 25%);
  -webkit-box-shadow: 0px 4px 18.299999237060547px 0px rgba(0, 0, 0, 25%);
  position: absolute !important;
  top: 44px;
  padding: 13px 11px 4px;
  width: 237px;
  z-index: 9999;
}
.filter-multi-select.dropdown.show {
  display: block;
}
.dropdown-menu .filter.dropdown-item {
  /*display: none;*/
  position: relative;
  margin-bottom: 14px;
}
span.placeholder {
  display: none;
}
/*.filter-multi-select > .viewbar > .selected-items > .item:before{content: '';position: absolute;width: 100%;height: 100%;left: 0px;z-index: -1;}*/

.togglemenu {
  display: none;
  width: 30px;
  margin: 0px 11px 0 0px;
  height: 26px;
  position: relative;
  z-index: 9;
  right: 0px;
  float: left;
  font-size: 10px;
  color: #000;
}
.togmenu_in {
  height: 22px;
}
.togglemenu a {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.togglemenu a:hover {
  color: #000;
  text-decoration: none;
}
.togglemenu a span {
  display: block;
  margin: 0 0 5px 0;
  height: 3px;
  background: #222;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.menuact .togglemenu a span.one {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 9px;
}
.menuact .togglemenu a span.three {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menuact .togglemenu a span.two {
  display: none;
}

span.selected-items {
  color: #9d9d9d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: none;
  width: 100%;
  padding: 0px 8px;
}
span.placeholder[hidden] + span.selected-items {
  display: block;
}

.filter-multi-select > .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  background-color: #ffffff;
}
.filter-multi-select > .dropdown-menu::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}
.filter-multi-select > .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
}

.comment_box {
  margin-top: 20px;
}
.comment_box textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 70px;
}
.comment_box .btn_comment.do_save {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  margin-top: 15px;
  margin-right: 10px;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f9d753;
  border: none;
}
.comment_box .btn_comment {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  margin-top: 15px;
  background: #f3f7fa;
  margin-right: 10px;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: none;
}
.comment_box .msgbox {
  padding-top: 10px;
}
.err-msg {
  color: #f00;
}
.succ-msg {
  color: #4bb543;
  font-weight: bold;
}
.comment_box textarea.err {
  border: 1px solid #f00;
}
.all_comments {
  margin-top: 20px;
}
.all_comments li {
  display: block;
  margin-bottom: 15px;
}
.com-author {
  width: 50%;
  float: left;
  font-weight: bold;
}
.com-date {
  width: 50%;
  float: right;
  text-align: right;
}
.com-text {
  clear: both;
  padding-top: 5px;
}

@media only screen and (max-width: 1820px) {
  .wrap1790 {
    padding: 0px 20px;
  }
  .banner_title h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1540px) {
  .banner_title {
    padding: 0px 50px;
  }
  .banner_title h1 {
    font-size: 60px;
  }
  .page_right {
    padding: 25px 50px 0px 50px;
  }

  .all_designs ul li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1400px) {
  .home_form h1 {
    font-size: 48px;
    line-height: 40px;
  }
  .home_banner_in h3 {
    font-size: 72px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1280px) {
  .home_right {
    width: 460px;
  }
  .home_right_inner {
    padding: 47px 66px 47px 52px;
  }
  .home_banner {
    width: calc(100% - 460px);
  }
  .home_banner_in {
    padding: 0px 45px;
  }
}

@media only screen and (max-width: 1280px) {
  .all_designs ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 979px) {
  .home_right {
    width: 360px;
  }
  .home_right_inner {
    padding: 47px 42px 47px 42px;
  }
  .home_form h1 {
    font-size: 38px;
    line-height: 1;
  }
  .home_banner {
    width: calc(100% - 360px);
  }
  .home_banner_in {
    padding: 0px 45px;
  }
  .home_banner_in h3 {
    font-size: 52px;
    line-height: 45px;
  }

  .banner_left {
    display: none;
  }
  .banner_title {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .sidebar_left {
    float: none;
    margin: 20px 0px 0px 0px;
    float: none;
    display: none;
  }
  .page_right {
    padding: 25px 0px 0px 0px;
    float: none;
    width: 100%;
  }

  .togglemenu {
    display: block;
  }
  .maincontent .wrap1790 {
    position: relative;
  }
  .sticky .sidebar_left {
    margin: 20px 0px 0px 0px;
  }
  .sidebar_left,
  .sticky .sidebar_left {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 9;
  }
  .banner_title h1 {
    font-size: 40px;
  }

  .project_pop {
    width: 70%;
  }
  .pop_pro_title h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .all_designs ul li .project_box .project_img img {
    height: auto;
  }
  .pop_project_detail .pop_project_img img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .home_right {
    width: 100%;
    float: none;
    height: auto !important;
    min-height: 300px;
  }
  .home_form h1 {
    text-align: center;
  }
  .home_form {
    padding: 50px 0px 0px 0px;
  }
  .home_right_inner {
    padding: 47px 42px 20px 42px;
  }
  .home_form .lrm-inline .lrm-user-modal-container {
    margin: 0px auto;
  }
  .home_banner {
    float: none;
    width: 100%;
    min-height: 300px;
    height: auto !important;
  }
  .inner_banners {
    height: 300px;
  }
  .home_banner_in {
    bottom: 50px;
  }

  .project_pop {
    width: 100%;
   /* right: inherit;*/
    top: -100%;
  }
  body.activepopup .project_pop {
    /*right: inherit;*/
    top: 0px;
  }
  .pop_project_con .pop_pro_title {
    float: none;
    width: 100%;
  }
  .pop_project_con .pop_pro_link {
    float: none;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 510px) {
  .togglemenu {
    float: none;
    margin-bottom: 15px;
  }
  .free_search {
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .filter_tags {
    float: none;
    width: 100%;
  }
  .filter-multi-select.dropdown {
    width: 100%;
  }

  .all_designs ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .home_banner_in {
    padding: 0px 25px;
  }
}

.inner_banners_add_submit {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;

  a {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border-radius: 38px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: #ffd729;
    border: none;
  }
}

.submit-dialog {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.dialog-content {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #fff;
  width: 500px;
  padding: 30px;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;

  .dialog-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  h2 {
    line-height: 1.1;
    font-weight: 800;
  }

  .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border-radius: 15px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: #ffd729;
    border: none;
    width: 100%;
  }

  form {
    .wpcf7-spinner {
      display: none;
    }

    input[type='text'] {
      border-radius: 9px;
      border: 1px solid #eeeeee;
      width: 100%;
      padding: 15px 10px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .wpcf7-response-output {
      border: none;
      text-align: left;
      padding: 0;
      margin-top: 10px;
    }

    p {
      margin: 0;
    }
  }
}

.sign-up-link {
  font-size: 15px;

  a {
    color: blue;
    font-weight: 700;
  }
}
