* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  transition: 0.3s;
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--gold);
}
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid var(--gold);
}
li {
  list-style: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters > .c,
.no-gutters > [class*="c-"] {
  padding-right: 0;
  padding-left: 0;
}
.c,
.c-1,
.c-10,
.c-11,
.c-12,
.c-2,
.c-3,
.c-4,
.c-5,
.c-6,
.c-7,
.c-8,
.c-9,
.c-auto,
.c-lg,
.c-lg-1,
.c-lg-10,
.c-lg-11,
.c-lg-12,
.c-lg-2,
.c-lg-3,
.c-lg-4,
.c-lg-5,
.c-lg-6,
.c-lg-7,
.c-lg-8,
.c-lg-9,
.c-lg-auto,
.c-md,
.c-md-1,
.c-md-10,
.c-md-11,
.c-md-12,
.c-md-2,
.c-md-3,
.c-md-4,
.c-md-5,
.c-md-6,
.c-md-7,
.c-md-8,
.c-md-9,
.c-md-auto,
.c-sm,
.c-sm-1,
.c-sm-10,
.c-sm-11,
.c-sm-12,
.c-sm-2,
.c-sm-3,
.c-sm-4,
.c-sm-5,
.c-sm-6,
.c-sm-7,
.c-sm-8,
.c-sm-9,
.c-sm-auto,
.c-xl,
.c-xl-1,
.c-xl-10,
.c-xl-11,
.c-xl-12,
.c-xl-2,
.c-xl-3,
.c-xl-4,
.c-xl-5,
.c-xl-6,
.c-xl-7,
.c-xl-8,
.c-xl-9,
.c-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.c {
  flex-basis: 0%;
  flex-grow: 1;
  max-width: 100%;
}
.c-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.c-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.c-2 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.c-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.c-5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.c-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.c-8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.c-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.c-11 {
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.o-0 {
  order: 0;
}
.o-1 {
  order: 1;
}
.o-2 {
  order: 2;
}
.o-3 {
  order: 3;
}
.o-4 {
  order: 4;
}
.o-5 {
  order: 5;
}
.o-6 {
  order: 6;
}
.o-7 {
  order: 7;
}
.o-8 {
  order: 8;
}
.o-9 {
  order: 9;
}
.o-10 {
  order: 10;
}
.o-11 {
  order: 11;
}
.o-12 {
  order: 12;
}
@media (min-width: 576px) {
  .c-sm {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .c-sm-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .c-sm-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .c-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .c-sm-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .c-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-sm-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .c-sm-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .c-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-sm-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .c-sm-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .c-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .o-sm-first {
    order: -1;
  }
  .o-sm-last {
    order: 13;
  }
  .o-sm-0 {
    order: 0;
  }
  .o-sm-1 {
    order: 1;
  }
  .o-sm-2 {
    order: 2;
  }
  .o-sm-3 {
    order: 3;
  }
  .o-sm-4 {
    order: 4;
  }
  .o-sm-5 {
    order: 5;
  }
  .o-sm-6 {
    order: 6;
  }
  .o-sm-7 {
    order: 7;
  }
  .o-sm-8 {
    order: 8;
  }
  .o-sm-9 {
    order: 9;
  }
  .o-sm-10 {
    order: 10;
  }
  .o-sm-11 {
    order: 11;
  }
  .o-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .c-md {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .c-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .c-md-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .c-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .c-md-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .c-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .c-md-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .c-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-md-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .c-md-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .c-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .o-md-first {
    order: -1;
  }
  .o-md-last {
    order: 13;
  }
  .o-md-0 {
    order: 0;
  }
  .o-md-1 {
    order: 1;
  }
  .o-md-2 {
    order: 2;
  }
  .o-md-3 {
    order: 3;
  }
  .o-md-4 {
    order: 4;
  }
  .o-md-5 {
    order: 5;
  }
  .o-md-6 {
    order: 6;
  }
  .o-md-7 {
    order: 7;
  }
  .o-md-8 {
    order: 8;
  }
  .o-md-9 {
    order: 9;
  }
  .o-md-10 {
    order: 10;
  }
  .o-md-11 {
    order: 11;
  }
  .o-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .c-lg {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .c-lg-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .c-lg-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .c-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .c-lg-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .c-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .c-lg-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .c-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-lg-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .c-lg-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .c-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .o-lg-0 {
    order: 0;
  }
  .o-lg-1 {
    order: 1;
  }
  .o-lg-2 {
    order: 2;
  }
  .o-lg-3 {
    order: 3;
  }
  .o-lg-4 {
    order: 4;
  }
  .o-lg-5 {
    order: 5;
  }
  .o-lg-6 {
    order: 6;
  }
  .o-lg-7 {
    order: 7;
  }
  .o-lg-8 {
    order: 8;
  }
  .o-lg-9 {
    order: 9;
  }
  .o-lg-10 {
    order: 10;
  }
  .o-lg-11 {
    order: 11;
  }
  .o-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .c-xl {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .c-xl-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .c-xl-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .c-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .c-xl-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .c-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-xl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .c-xl-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .c-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-xl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .c-xl-11 {
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .c-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .o-xl-first {
    order: -1;
  }
  .o-xl-last {
    order: 13;
  }
  .o-xl-0 {
    order: 0;
  }
  .o-xl-1 {
    order: 1;
  }
  .o-xl-2 {
    order: 2;
  }
  .o-xl-3 {
    order: 3;
  }
  .o-xl-4 {
    order: 4;
  }
  .o-xl-5 {
    order: 5;
  }
  .o-xl-6 {
    order: 6;
  }
  .o-xl-7 {
    order: 7;
  }
  .o-xl-8 {
    order: 8;
  }
  .o-xl-9 {
    order: 9;
  }
  .o-xl-10 {
    order: 10;
  }
  .o-xl-11 {
    order: 11;
  }
  .o-xl-12 {
    order: 12;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
.m-0 {
  margin: 0;
}
.mt-0,
.my-0 {
  margin-top: 0;
}
.mr-0,
.mx-0 {
  margin-right: 0;
}
.mb-0,
.my-0 {
  margin-bottom: 0;
}
.ml-0,
.mx-0 {
  margin-left: 0;
}
.m-1 {
  margin: 0.25rem;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.mt-3,
.my-3 {
  margin-top: 1rem;
}
.mr-3,
.mx-3 {
  margin-right: 1rem;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem;
}
.ml-3,
.mx-3 {
  margin-left: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.mt-5,
.my-5 {
  margin-top: 3rem;
}
.mr-5,
.mx-5 {
  margin-right: 3rem;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem;
}
.ml-5,
.mx-5 {
  margin-left: 3rem;
}
.p-0 {
  padding: 0;
}
.pt-0,
.py-0 {
  padding-top: 0;
}
.pr-0,
.px-0 {
  padding-right: 0;
}
.pb-0,
.py-0 {
  padding-bottom: 0;
}
.pl-0,
.px-0 {
  padding-left: 0;
}
.p-1 {
  padding: 0.25rem;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.pt-3,
.py-3 {
  padding-top: 1rem;
}
.pr-3,
.px-3 {
  padding-right: 1rem;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem;
}
.pl-3,
.px-3 {
  padding-left: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.pt-5,
.py-5 {
  padding-top: 3rem;
}
.pr-5,
.px-5 {
  padding-right: 3rem;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem;
}
.pl-5,
.px-5 {
  padding-left: 3rem;
}
.m-auto {
  margin: auto;
}
.mt-auto,
.my-auto {
  margin-top: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.mb-auto,
.my-auto {
  margin-bottom: auto;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}
.pl-xl-7 {
  padding-left: 10%;
}
#main .container .row {
  justify-content: center;
}
#main .container .row.row-reverse {
  flex-direction: row-reverse;
}
img {
  max-width: 100%;
  height: auto;
}
:root {
  --ss-first-color: var(--main_color);
  --ss-screenWidth: 80%;
  --ss-right: 10%;
  --ss-left: 10%;
  --light: #f3f5f7;
  --gold: #bc8971;
  --gray: #fafbfc;
  --border-color: #e4e8eb;
  --gray0: #c8c8c8;
  --gray1: #a1abb3;
  --gray2: #64676b;
  --footer: #b7bbbf;
  --text-color: #292b2c;
  --icon: "websima-ico";
  --ss-animation-timing: ease;
  --ss-animation-time: 0s;
  --ss-perspective: 1000px;
  --aws-duration: 0;
  --aws-delay: 0;
  --aws-easing: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --aws-distance: 50px;
  --aws-ndistance: -50px;
}
:before,
:after {
  font-family: var(--icon);
}
::-moz-selection {
  color: #000;
  background: var(--gold);
}
::selection {
  color: var(--gold);
  background: rgba(212, 159, 134, 0.1);
}
html {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  direction: rtl;
  text-align: right;
  font-family: var(--main_font), Arial;
  font-size: 15px;
  color: var(--text-color);
  line-height: 2;
  background: var(--gray);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main {
  padding-top: 210px;
  font-family: var(--main_font);
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 400;
  font-family: var(--main_font);
}
.post-innertext .wp-caption {
  max-width: 100%;
}
.post-innertext p.wp-caption-text {
  font-size: 13px;
  text-align: center;
  margin-top: -15px;
}
.menu-layout {
  position: fixed;
  background: #0000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.globalMenu .sections-nav-main:after,
.globalMenu .sections-nav-main:before {
  border: none;
  box-shadow: none;
}
.sections-nav-main {
  top: 32px;
}
.globalMenu .sections-nav-main:before {
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 15px #eee;
}
#header .menu-layout#intro .row > img {
  position: absolute;
  max-height: 90%;
  left: 0;
  bottom: 0;
}
.menu-layout h1,
.menu-layout h2,
.menu-layout h3,
.menu-layout h4 {
  color: var(--light);
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
}
.menu-layout .short-desc,
.menu-layout b {
  color: var(--gray1);
  font-size: 18px;
  margin: 4px 0 12px 0;
}
.menu-layout p {
  color: var(--gray2);
}
.menu-bg,
.menu-bg1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
}
.menu-bg.open,
.menu-bg1.open {
  visibility: visible;
}
.menu-bg .mbg,
.menu-bg1 .mbg {
  background: #000;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.menu-bg .mbg i,
.menu-bg1 i i {
  background-image: url(https://websima.com/wp-content/uploads/2021/04/intro-bg-1.webp);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  display: block;
  opacity: 0;
  transition: 2s;
}
.openedMenu .mbg i {
  opacity: 1;
  transition: 1s 0.5s;
}
.menu-bg svg,
.menu-bg1 svg {
  height: 0;
  width: 100%;
  fill: rgb(0, 0, 0);
  margin-top: -1px;
  min-width: 800px;
}
#header .menu-layout {
  visibility: hidden;
  opacity: 0;
  left: 110%;
  transition: all 1s 1s, left 0s 0s;
}
#header .menu-layout.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.openedMenu .slidedown {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header nav,
.slidedownParent,
.login-btn {
  z-index: 1001;
  font-family: var(--main_font);
}
.menu-layout {
  padding-top: 50px;
}
.wrap-menu {
  -webkit-clip-path: none !important;
  clip-path: none !important;
  opacity: 1 !important;
}
.globalMenu .slidedown,
.login-btn {
  opacity: 1 !important;
}
.menu-layout .photoFrame img {
  width: 60%;
  transform: translateY(-8px);
  -webkit-animation: float;
  animation: float;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.photoFrame figure {
  height: 80%;
  margin-top: 5%;
}
.photoFrame h3 {
  line-height: 60px !important;
  color: var(--gold) !important;
  font-size: 18px !important;
}
.logo {
  opacity: 1;
  transform: none;
  max-height: 100%;
  width: auto;
}
input,
textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-family: var(--main_font);
  padding: 10px;
  transition: 0.3s;
  z-index: 2;
}
.holder {
  width: var(--ss-screenWidth);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix {
  position: fixed;
  z-index: 100;
}
.top {
  top: 0;
}
.top-10 {
  top: 10px;
}
.top-20 {
  top: 20px;
}
.top-30 {
  top: 30px;
}
.top-40 {
  top: 40px;
}
.top-50 {
  top: 50px;
}
.bottom {
  bottom: 0;
}
.bottom-10 {
  bottom: 10px;
}
.bottom-20 {
  bottom: 20px;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-40 {
  bottom: 40px;
}
.bottom-50 {
  bottom: 50px;
}
.right {
  right: var(--ss-right);
}
.left {
  left: var(--ss-left);
}
.x-center {
  left: 0;
  right: 0;
  margin: auto;
}
.y-center {
  top: 0;
  bottom: 0;
  margin: auto;
}
.center {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.m-0i {
  margin: 0 !important;
}
header {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  background: #fff;
  margin-bottom: 130px;
  z-index: 1001;
}
#header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_right.wrap-menu a:before {
  content: "\e902";
  position: absolute;
  left: 0;
  font-size: 8px;
  width: 100%;
  text-align: center;
  top: -14px;
  transition: 0.25s;
  color: var(--gold);
  opacity: 0;
}
.home_right.wrap-menu a:hover:before {
  opacity: 1;
  top: -10px;
}
.globalMenu:before,
#footer-customers:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background: var(--gold);
  height: 0.1rem;
  top: 100%;
  background: #b8c3cc;
  box-shadow: 0 2px 13px 1px #174c6b5e;
  z-index: 1;
}
.header-menu {
  display: flex;
  justify-content: center;
}
.header-menu a {
  padding: 5px 10px;
}
.globalMenu:after,
.footer-logo {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/g-h2.png);
  background-size: contain;
  width: 238px;
  height: 144px;
  z-index: 1;
  left: calc(50% - 119px);
  bottom: -107px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.5s ease;
  background-size: 100% auto;
  background-position: 0 -47px;
}
header.sticky:after {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#header:after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--gold);
  width: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.4s ease;
}
.sticky #header:after {
  width: 90px;
  transition: 0.5s ease;
}
.header-menu li {
  padding: 5px;
}
.logo-container {
  width: 42px;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer-logo:after {
  content: "";
  position: absolute;
  top: 55%;
  background: url(../../../../../../themes/websima/2021/assets/img/logo-badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 178px;
  height: 130px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.globalMenu .header-logo:before,
.footer-logo:before {
  content: "";
  position: absolute;
  background-size: 258px;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-filter: contrast(1.02) sepia(1) saturate(1.35) hue-rotate(-30deg)
    brightness(7);
  filter: contrast(1.02) sepia(1) saturate(1.35) hue-rotate(-30deg)
    brightness(7);
  height: 78px;
  width: 100%;
  left: 0;
  top: calc(100% + 1px);
  z-index: 0;
}
.globalMenu .logo-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 72px;
}
.mheader-logo {
  float: none;
  margin: 0;
  height: auto;
  display: none;
  align-items: center;
}
.header-logo {
  position: relative;
  z-index: 1000;
  width: 52px;
  top: 0;
  overflow: hidden;
}
.header-logo img,
.footer-logo img {
  position: relative;
  display: block;
  z-index: 5;
}
.wrap-menu {
  width: calc(43% - 48px);
  margin-top: 26px;
}
.content-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(227, 229, 230, 0.5);
  overflow: hidden;
}
h1 {
  font-size: 24px;
  margin-bottom: 14px;
}
.globalMenu .wrap-menu {
  margin: 20px 0 20px 0;
}
.personnel .hover-info h3 {
  font-size: 18px;
}
.personnel .hover-info span {
  font-size: 16px;
}
.globalMenu .slidedown {
  background: #f6f6f6;
  z-index: 1;
  border-radius: 0 0 0.6cm 0.6cm;
  border-top: 0;
  top: -15px;
  width: 36px;
  height: 52px;
  transition: 0s 0s;
  text-align: center;
}
.menu-homepage-2-container,
.menu-homepage-1-container {
  max-width: 400px;
  display: inline-block;
  width: 100%;
}
.home_right.wrap-menu {
  text-align: left;
}
.home_left.wrap-menu {
  text-align: right;
}
section {
  position: relative;
  overflow: visible;
}
.globalMenu .login-btn > span {
  margin-left: 10px;
  display: none;
}
.globalMenu .header-logo:before,
.globalMenu .logo-desc {
  transition: 1s;
  opacity: 1;
}
.openedMenu .globalMenu .header-logo:before,
.openedMenu .globalMenu .logo-desc {
  opacity: 0 !important;
}
.globalMenu .blog-item h3 {
  color: var(--gray1);
}
.globalMenu .blog-item p {
  color: var(--gray2);
}
.slidedownParent {
  display: flex;
  align-items: center;
}
.slidedownParent > span {
  min-width: 80px;
  display: block;
  padding: 9px 0;
  margin-right: 10px;
  display: none;
}
.logo-desc {
  margin-top: 12px;
}
.post-thumbnail-box {
  display: flex;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 100px 5px 5px;
  background: #fff;
}
.post-innertext {
  font-family: var(--text_font);
  padding: 26px 26px 0 26px;
  border-radius: 5px 5px 5px 26px;
  overflow: hidden;
}
.aligncenter {
  display: block;
  margin: 20px auto !important;
}
.post-innertext img {
  margin: 20px 0;
  border-radius: 5px;
}
.post-innertext img.alignright {
  float: right;
  margin-left: 20px;
  margin-top: 0;
}
.post-innertext img.alignleft {
  float: left;
  margin-right: 20px;
  margin-top: 0;
}
.post-innertext h2 {
  font-size: 18px;
  margin: 16px 0 8px 0;
}
.archive .tq1 {
  margin-left: -50px;
}
.header-menu a {
  color: var(--gray2);
}
.tq1 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 100px;
  width: 50px;
  height: 106px;
  opacity: 1;
  cursor: pointer;
  transition: 0.35s ease, opacity 1s;
  overflow: hidden;
  transform: translateY(0);
  margin-left: -50px;
  z-index: 10;
}
.single .tq1 {
  left: 15px;
  right: auto;
}
.tq1:before,
.tq1:after,
.header-logo:after {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/pers.png)
    no-repeat;
  background-size: 50px 106px;
  background-position: 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: 0.3s ease-in-out;
  z-index: 1;
  transform: translate(0, 0);
  display: block !important;
}
.tq1:after,
.header-logo:after {
  -webkit-backdrop-filter: contrast(2) brightness(0.71) hue-rotate(8deg);
  backdrop-filter: contrast(2) brightness(0.71) hue-rotate(8deg);
  z-index: 2;
  height: 60px;
  top: -50px;
  transition: 0s;
  -webkit-mask-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: transparent;
}
.tq1.f:after {
  background-position: 0 -106px;
  top: 126px;
  transition: 0.75s ease-in;
}
.tq1:after {
  -webkit-filter: contrast(1.2) brightness(1.3);
  filter: contrast(1.2) brightness(1.3);
  z-index: 2;
}
.tq1:hover {
  transform: translateY(14px);
}
.tq1.fade {
  opacity: 0;
}
.tq-holder .tq1 {
  position: fixed;
  float: left;
  left: auto;
  right: auto;
  top: 200px;
  margin: 0 !important;
}
.tq-holder {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}
.header-logo:after {
  -webkit-backdrop-filter: contrast(2) hue-rotate(8deg);
  backdrop-filter: contrast(2) hue-rotate(8deg);
  height: 25px;
  top: -20px;
  display: block !important;
  z-index: 9;
}
.header-logo.f:after {
  top: 50px;
  transition: 0.4s ease-in;
}
#main .container {
  position: relative;
}
.rp-title b {
  font-size: 18px;
  margin: 0 0 0 20px;
}
.rp-title span {
  color: var(--gray1);
  white-space: nowrap;
  font-size: 14px;
}
.rp-title b:before,
.quiz-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px 0 0 12px;
  float: right;
  background: url(../../public/img/logo-icon.png) no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.3s;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}
.post-thumbnail {
  position: relative;
  width: calc(100% - 80px);
  border-radius: 10px 103px 10px 10px;
  padding: 5px;
  background: rgb(216, 223, 233);
  background: linear-gradient(
    180deg,
    rgba(216, 223, 233, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
}
blockquote {
  position: relative;
  width: 76%;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 48px 18px 18px 18px;
  margin: 50px auto 60px auto;
  font-family: var(--main_font);
}
blockquote:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: -25px;
  left: calc(50% - 24px);
  border-radius: 50%;
  background: #fff url(../../public/img/logo-icon.png) no-repeat;
  background-size: 30px;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border: 1px solid #e4e8eb;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  z-index: 2;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
blockquote:hover:before {
  transform: rotate(32deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
blockquote:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  z-index: 1;
  left: calc(50% - 40px);
  background: var(--gold);
  top: -2px;
  transition: 0.5s;
  opacity: 0;
}
blockquote:hover:after {
  width: 120px;
  opacity: 1;
  left: calc(50% - 60px);
}
blockquote > p:first-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 120px;
  left: calc(50% - 60px);
  background: var(--gray0);
  top: -2px;
  opacity: 0.5;
  transition: 0.5s;
}
blockquote > p:first-child:hover:after {
  opacity: 0;
}
blockquote em {
  position: absolute;
  right: 30px;
  bottom: -38px;
  color: var(--gray2);
  font-size: 12px;
  font-style: normal;
}
blockquote em:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: var(--gold);
  top: 10px;
  right: -22px;
}
.single-quick-access {
  width: calc(100% - 88px);
  margin: 50px 4px 0 0;
  padding: 16px;
}
.single-quick-access > span {
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  display: block;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.single-quick-access > span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px 0 0 12px;
  float: right;
  background: url(../../public/img/logo-icon.png) no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: 0.3s;
}
.post-innertext p {
  text-align: justify;
}
.post-innertext ul li img {
  margin: 0 0 0 14px;
}
.post-innertext p ul li:before {
  content: "";
  float: right;
  width: 15px;
  height: 8px;
  background: var(--border-color);
  border-radius: 8px;
  margin: 12px 0 0 10px;
}
ol {
  counter-reset: section;
  list-style-type: none;
}
.single-quick-margin {
  margin: 0 4px 0 0;
}
.post-innertext ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  border-left: 1px solid #eee;
  margin-left: 6px;
  padding-left: 2px;
  color: var(--gold);
}
.post-innertext p a {
  position: relative;
  color: #87330b;
  z-index: 1;
}
.post-innertext p a:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  right: -5px;
  top: -5px;
  height: calc(100% + 10px);
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 50%,
    var(--gold) 50%
  );
  background-position: -100.01%;
  background-size: 200% auto;
  transition: background-position 0.25s ease-in-out;
  z-index: -1;
  border-radius: 30px;
  -webkit-mask-image: url(../../../../../../themes/websima/2021/assets/img/Marker.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 95px ​auto;
  opacity: 0.15;
}
.single-post .post-innertext h1:before {
  content: "";
  position: absolute;
  background: var(--gold);
  width: 24px;
  height: 0.1rem;
  margin-top: -4px;
}
.post-innertext p a:hover:before {
  background-position: 0;
}
.single-quick-access a {
  display: block;
  font-size: 14px;
  padding: 8px 0;
}
.single-quick-access a:before {
  content: "";
  display: block;
  background: url(../../../../../../themes/websima/2021/assets/img/li-sign.png)
    no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  float: right;
  margin: 5px 0 0 14px;
  -webkit-filter: grayscale(1) opacity(0.4);
  filter: grayscale(1) opacity(0.4);
  transform: translateX(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: 0.3s;
}
.single-quick-access a:hover:before {
  transform: translateX(4px);
}
.single-quick-access a:hover:before {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
.post-thumbnail:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gray) url(../../public/img/logo-icon.png) no-repeat;
  background-size: 32px;
  background-position: center;
  bottom: -21px;
  left: calc(50% - 26px);
  z-index: 2;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  box-shadow: inset 0 0 20px #00000017;
}
.post-thumbnail:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: var(--gold);
  bottom: 4px;
  left: calc(50% - 60px);
}
.single-info {
  width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: url(../../../../../../themes/websima/2021/assets/img/sd.png)
    no-repeat;
  background-size: contain;
  background-position: center right;
}
.post-day {
  color: var(--gold);
  font-size: 26px;
  line-height: 1;
}
.post-month {
  line-height: 22px;
  color: #777;
}
.post-year {
  line-height: 22px;
  color: #bbb;
}
.article-footer-decs {
  width: 100%;
  padding: 4%;
  background: var(--first-color);
  border-radius: 5px;
  color: var(--text-color);
  font-size: 15px;
  margin: 10px 0;
}
.article-footer-decs p {
  margin: 0;
}
.article-cats {
  width: 50%;
  display: inline-block;
  margin: 16px 0 0 0;
}
.article-cats:before {
  content: "\e90a";
  float: right;
  margin-left: 10px;
  color: var(--gray1);
}
.article-tags:before {
  content: "\e90b";
  float: left;
  margin-right: 10px;
  color: var(--gray1);
}
.article-cats li,
.article-tags a {
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid var(--gray1);
  line-height: 25px;
  margin: 0 0 8px 8px;
  font-size: 14px;
  color: var(--gray1);
  transition: 0.3s;
}
.article-cats li a {
  font-size: 14px;
  color: var(--gray1);
  padding: 2px 8px 0 8px;
  display: block;
  line-height: 24px;
}
.article-cats li:hover,
.article-tags a:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.article-cats li {
  padding: 0;
}
.article-cats li:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.article-cats li a:hover {
  color: var(--gold);
}
.article-tags a {
  margin: 0 8px 8px 0;
}
.article-tags {
  width: 49%;
  display: inline-block;
  text-align: left;
}
.article-footer {
  height: 64px;
  width: calc(100% + 52px);
  margin-right: -26px;
  padding: 10px 26px;
  background: var(--gray)
    url(../../../../../../themes/websima/2021/assets/img/websima-article-footer.png)
    no-repeat;
  background-position: 26px center;
}
.related-title {
  font-size: 20px;
  color: var(--gold);
}
header .icon-zarb:before {
  content: "";
}
header .icon-zarb i {
  display: block;
  width: 32px;
  height: 30px;
  text-align: CENTER;
}
header .icon-zarb i:before,
header .icon-zarb i:after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #979797;
  transform: rotate(40deg);
  transition: 0.45s ease;
}
header .icon-zarb i:after {
  transform: rotate(-40deg);
}
header .icon-zarb:hover i:before,
header .icon-zarb:hover i:after {
  background: var(--gold);
}
header .icon-zarb:hover i:before {
  transform: rotate(-40deg);
}
header .icon-zarb:hover i:after {
  transform: rotate(40deg);
}
#header .sections-nav-main {
  transition: 1s 0s;
}
.blog-item {
  position: relative;
  transition: 0.5s;
  margin-bottom: 10px;
  padding: 7px;
  border-radius: 13px;
  -webkit-filter: none;
  filter: none;
}
.blog-item img {
  width: 120px;
  border-radius: 5px;
  height: auto;
}
.single-banner {
  position: relative;
  width: calc(100% - 88px);
  margin: 60px 4px 0 0;
  display: flex;
}
.single-banner img {
  border-radius: 5px;
}
.single-banner i,
.tdots {
  position: absolute;
  border-radius: 50%;
  background: var(--gray1);
  width: 4px;
  height: 4px;
  top: -30px;
  left: calc(50% - 2px);
}
.single-banner i:before,
.single-banner i:after,
.tdots:before,
.tdots:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gray1);
  left: -10px;
}
.single-banner i:after,
.tdots:after {
  left: 10px;
}
.blog-item-img {
  position: relative;
  margin: 0 0 0 18px;
  background: rgb(216, 223, 233);
  background: linear-gradient(
    180deg,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
  padding: 4px;
  float: right;
  border-radius: 9px;
}
.blog-types {
  margin: 6px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-types a {
  position: relative;
  text-align: center;
  min-width: 100px;
  font-size: 15px;
  margin: 0 2.2%;
}
.blog-types a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: var(--gold);
  opacity: 0;
  transition: 0.35s ease;
}
.blog-types a:hover:before {
  width: 20px;
  left: calc(50% - 10px);
  opacity: 1;
}
.blog-types i {
  font-size: 32px;
}
.blog-types h3 {
  margin: -3px 0 0 0;
}
.blog-item h3 a {
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.blog-item:hover h3 a {
  color: var(--gold);
}
.blog-item p {
  font-size: 14px !important;
  height: auto;
  color: var(--gray1);
  margin: 0 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.blog-item-img:before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: url(../../../../../../themes/websima/2021/assets/img/texture.jpg);
  background-size: cover;
  background-position: 0 0;
  right: 4px;
  top: 4px;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
  border-radius: 5px;
}
.blog-item-img:before {
  -webkit-animation: bgMoveLeft;
  animation: bgMoveLeft;
  -webkit-animation-duration: 12000s;
  animation-duration: 12000s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.blog-item-img:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff url(../../public/img/logo-icon.png) no-repeat;
  background-size: 32px;
  background-position: center;
  transition: 0.5s;
  z-index: 10;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  opacity: 0;
}
.blog-item:hover .blog-item-img:after {
  opacity: 1;
}
@-webkit-keyframes bgMoveLeft {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 80000px 0;
  }
}
@keyframes bgMoveLeft {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 80000px 0;
  }
}
@-webkit-keyframes bgMoveRight {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -80000px 0;
  }
}
@keyframes bgMoveRight {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -80000px 0;
  }
}
.blog-item .post-date {
  font-size: 12px;
  color: var(--gray0);
  transition: 0.3s;
  direction: ltr;
  text-transform: uppercase;
}
.blog-item .post-date:before,
.blog-item > div:before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background: var(--gray0);
  float: right;
  margin: 11px 0 0 11px;
  transition: 0.3s;
}
.blog-item > div:before {
  height: 2px;
  width: 8px;
  float: none;
  display: inline-block;
  border-radius: 1px;
}
.blog-item:hover > div:before {
  width: 38px;
  background: var(--gold);
}
.blog-item:hover .post-date:before {
  background: var(--gold);
}
.blog-item:hover .post-date {
  color: var(--gray1);
}
.blog-item:hover,
.blog-item:hover .blog-item-img:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.comments-wrap {
  margin-top: 50px;
}
.comment-box textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  transition: all 0.3s, height 0s;
}
.comment-txt {
  padding: 0.4rem;
}
.comment-inner-body {
  padding: 20px;
}
.comment-inner-body.admin {
  background: #fff;
  border-radius: 5px 5px 5px 30px;
  box-shadow: 0 0 25px #e3e5e6;
  overflow: hidden;
}
.cmt-admin {
  margin-left: 20px;
  color: var(--gold);
  font-size: 12px;
  line-height: 32px;
}
.reply {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 46px;
}
.reply:before {
  content: "\e909";
  font-style: normal;
  margin: -2px 3px 0 0;
  display: block;
  font-size: 14px;
  height: 34px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.3s;
  text-align: center;
}
.reply:hover:before {
  transform: rotate(90deg);
  color: var(--gold);
}
.reply:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #ddd;
  top: 15px;
  left: -33px;
}
.reply-form {
  padding-bottom: 20px !important;
  margin: 20px 0;
}
.reply-form .newsletter,
.reply-form:before {
  display: none;
}
.reply-form .btn {
  margin: auto;
  display: block;
  width: 135px;
}
.reply-form .comment-field:last-child {
  display: none;
}
.comments-list {
  margin-top: 4rem;
}
.comment-box input,
.comment-box textarea {
  background: transparent;
}
.slidedown img {
  position: relative;
  width: 36px;
  height: auto;
  padding: 6px;
  top: 12px;
  transition: 0.3s ease-in-out;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.slidedown img {
  top: 18px;
}
.comment-txt {
  position: relative;
  display: inline-block;
  width: 100%;
}
.comment-box {
  position: relative;
  padding: 1.1rem;
  border-radius: 5px 30px 5px 5px;
  padding-bottom: 50px;
  overflow: visible;
}
.comment-field {
  position: relative;
  width: 33.33%;
  float: right;
  margin-bottom: 14px;
  padding: 0.4rem;
}
.comment-field span {
  font-size: 14px;
  margin-right: 10px;
}
.comment-field i,
.comment-txt i {
  position: absolute;
  color: var(--gray1);
  font-style: normal;
  font-size: 13px;
  bottom: 14px;
  right: 18px;
  font-family: var(--text_font);
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  direction: ltr;
}
.comment-field:first-child i {
  direction: rtl;
}
.comment-box:before {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/ft-bge.png);
  width: 61px;
  height: 71px;
  left: calc(50% - 30px);
  bottom: -49px;
}
.comment-txt i {
  top: 14px;
}
.submiter {
  padding: 0.4rem;
  margin-top: 14px;
}
.checkbox-newsletter {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 14px;
  cursor: pointer;
}
.checkbox-newsletter label {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.checkbox-newsletter:hover label {
  border: 1px solid var(--gold);
}
.checkbox-newsletter input {
  width: 29px;
  height: 29px;
  opacity: 0;
  cursor: pointer;
}
.newsletter {
  float: left;
  margin: 6px 0;
}
.checkbox-newsletter label:before {
  content: "\e908";
  font-size: 16px;
  margin: -3px 3px 0 0;
  display: block;
  color: var(--gold);
  opacity: 0;
  transform: scale(0.5);
  transition: 0.3s ease;
}
.checkbox-newsletter input:checked + label:before {
  opacity: 1;
  transform: scale(1);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray1);
}
[name="phone"] {
  direction: ltr;
  text-align: right;
}
.comment-txt p {
  color: #d22424;
  font-size: 12px;
  margin: 4px 0;
}
.comment-list > li > .children {
  position: relative;
  padding-right: 50px;
}
.websima_comment .reply-form {
  box-shadow: none !important;
  padding: 0 !important;
}
.comment-list > li {
  display: none;
  opacity: 0;
  transition: opacity 0.4s, display 0s 0.4s;
}
.comment-list > li.show {
  display: block;
  opacity: 1;
  transition: opacity 0.4s, display 0s 0.4s;
}
.comment-list .children:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid var(--gray1);
  border-bottom: 1px solid var(--gray1);
  top: 0;
  right: 19px;
  transform-origin: top;
}
.comment-list .comment-field i {
  display: none;
}
.comment-list .comment-field span {
  font-size: 12px;
}
.sticky-sidebar {
  padding-bottom: 20px;
}
.btn {
  padding: 6px 40px 4px 16px !important;
  width: auto;
  position: relative;
  border: 1px solid var(--gold);
  border-radius: 5px;
  color: var(--gray1);
  font-size: 15px;
  display: inline-block;
  background: #0000;
  transition: 0.4s;
  cursor: pointer;
  font-family: var(--main_font), Arial;
  background: var(--gold);
  color: #fff;
}
.btn:hover {
  box-shadow: 0 0 10px #bc897133;
  border: 1px solid #bc89715e;
  background: #0000;
  color: var(--gold);
  -webkit-backdrop-filter: saturate(0.2);
  backdrop-filter: saturate(0.2);
}
.btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  bottom: -1px;
  border-radius: 5px;
  border: 1px solid var(--gold);
  -webkit-mask-image: -webkit-linear-gradient(
    329deg,
    rgba(255, 255, 255, 0) 44%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 1) 51%,
    rgba(255, 255, 255, 0) 56%
  );
  -webkit-mask-size: 240%;
  -webkit-mask-position: left center;
  transition: 0.8s;
}
.btn:hover:after {
  -webkit-mask-position: right center;
}
.btn:before {
  content: "\e901";
  position: absolute;
  right: 11px;
  top: 3px;
  font-size: 17px;
}
.filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.filters .btn {
  margin: 10px;
  padding: 10px 20px !important;
}
.filters .btn::before {
  display: none;
}
.btn.filter-button.mixitup-control-active {
  webkit-box-shadow: 0 0 10px #bc897133;
  box-shadow: 0 0 10px #bc897133;
  border: 1px solid #bc89715e;
  background: #0000;
  color: var(--gold);
  -webkit-backdrop-filter: saturate(0.2);
  backdrop-filter: saturate(0.2);
}
.row-center .row {
  justify-content: center;
}
.new-comment {
  background: var(--light);
  border-radius: 5px;
}
.cmt-h {
  line-height: 36px;
  margin-bottom: 14px;
}
.cmt-draft {
  color: var(--gold);
}
.cmt-h img {
  width: 34px;
  height: 34px;
  border: 2px solid var(--border-color);
  border-radius: 5px;
  float: right;
  margin-left: 20px;
}
.cmt-info {
  float: left;
  color: #b8c3cc;
  color: var(--gray1);
  display: flex;
  font-size: 12px;
}
[data-aws] {
  transition-timing-function: ease;
}
.personnel img {
  height: auto;
  max-height: 260px;
  width: auto;
}
.header-menu a.active {
  color: var(--gold);
}
.menu-layout .editor-home li:before {
  display: none;
}
.menu-layout .editor-home li:after {
  content: "";
  background: url(../../../../../../themes/websima/2021/assets/img/li-sign.png)
    no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 18px;
  margin: 4px 0 0 14px;
  transform: rotate(-360deg);
  float: right;
  -webkit-filter: grayscale(1) brightness(0.25);
  filter: grayscale(1) brightness(0.25);
  transition: 0.3s;
}
.menu-layout .editor-home li:hover:after {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.menu-layout .editor-home ul {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.post-wrap {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 25px #e3e5e6;
  overflow: hidden;
  height: 100%;
  padding-bottom: 16px;
  transition: 0.5s;
}
.card-thumbnail {
  position: relative;
  width: 100%;
  display: inline-flex;
  background: rgb(216, 223, 233);
  background: linear-gradient(180deg, #d8dfe9 0%, rgba(255, 255, 255, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
  padding: 5px 5px 0 5px;
}
.post-wrap:hover .card-thumbnail {
  background: rgb(216, 223, 233);
  background: linear-gradient(
    180deg,
    var(--gold) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
}
.card-thumbnail:before,
.card-thumbnail:after {
  content: "";
  position: absolute;
  width: calc(50% - 5px);
  height: calc(100% - 5px);
  top: 5px;
  left: 5px;
  border-radius: 5px 0 0 5px;
  background: url(../../../../../../themes/websima/2021/assets/img/texture.jpg);
  background-position: 0 0;
  background-size: 120% auto;
  -webkit-animation: bgMoveRight;
  animation: bgMoveRight;
  -webkit-animation-duration: 20000s;
  animation-duration: 20000s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0;
  transition: 0.5s;
}
.post-wrap:hover .card-thumbnail:before,
.post-wrap:hover .card-thumbnail:after {
  opacity: 1;
}
.card-thumbnail:after {
  left: auto;
  right: 5px;
  transform: rotateY(180deg);
}
.card-thumbnail .sh {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  border-radius: 5px;
  box-shadow: inset 0 0 10px #0004;
}
.globalMenu .slidedown:hover i {
  bottom: -20px;
}
.navigation {
  font-size: 14px;
  line-height: 2;
}
.navigation .disabled a {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.navigation .number:before {
  content: "";
  float: left;
  background: var(--border-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 10px 2px 0 4px;
}
.navigation li.n:before {
  display: none;
}
.cmtp {
  display: none;
  position: relative;
  text-align: center;
}
.cmtp span {
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  color: var(--gray0);
}
.cmtp span:hover {
  color: var(--gold);
}
.cmtp .tdots {
  top: 0;
}
.cmtp .tdots:before,
.cmtp .tdots:after,
.cmtp .tdots {
  width: 5px;
  height: 5px;
}
.previous-page a,
.next-page a {
  display: block;
  background: url(../../../../../../themes/websima/2021/assets/img/sep/arrow1.png)
    no-repeat;
  background-size: contain;
  width: 17px;
  height: 25px;
  transform: rotate(90deg) translate(0, 0);
  margin: 0 20px 0 0;
  transition: 0.4s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.previous-page a:hover {
  transform: rotate(-90deg) translate(0, 8px);
}
.next-page a:hover {
  transform: rotate(90deg) translate(0, 8px);
}
.previous-page.disabled a,
.next-page.disabled a {
  cursor: inherit;
}
.cmtp-next.disable,
.cmtp-prev.disable {
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.previous-page.disabled:hover a {
  transform: rotate(-90deg) translate(0, 0);
}
.next-page.disabled:hover a {
  transform: rotate(90deg) translate(0, 0);
}
.navigation .number a {
  padding: 0 6px;
  color: var(--gray2);
  transition: 0.3s;
}
.navigation .number a:hover {
  color: var(--gold);
}
.navigation .number.active a {
  color: var(--gold);
}
.navigation .number.active a:before {
  content: "";
  position: absolute;
  background: var(--gold);
  width: 16px;
  height: 2px;
  bottom: 2px;
}
.previous-page a {
  transform: rotate(-90deg);
  margin: 0 0 0 20px;
}
.page-separator {
  width: 30px;
  height: 30px;
  background: var(--gray) url(../../public/img/logo-icon.png) no-repeat;
  background-size: contain;
  margin: -3px 16px 0 16px;
}
.card-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.navigation ul {
  display: flex;
  justify-content: center;
}
.card-date {
  position: absolute;
  left: calc(50% - 61px);
  width: 122px;
  height: 138px;
  top: calc(50% - 68px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  transition: 0.5s ease;
  overflow: hidden;
}
.post-wrap:hover .card-date {
  opacity: 1;
  transition: 0.5s 0.2s ease;
}
.card-date:before,
.card-date:after {
  content: "";
  position: absolute;
  width: 122px;
  height: 138px;
  background: url(../../../../../../themes/websima/2021/assets/img/blog-hover.png)
    no-repeat;
  background-size: contain;
  z-index: -1;
}
.card-date:after {
  z-index: -2;
  -webkit-filter: blur(5px) brightness(0.5);
  filter: blur(5px) brightness(0.5);
}
.post-view {
  width: 300px;
  padding: 0 15px 40px 15px;
}
.landing-blog .post-view {
  width: 290px;
  padding: 0 15px 40px 15px;
}
.post-wrap .post-day {
  margin-top: -4px;
}
.post-wrap .post-year,
.post-wrap .post-month,
.post-wrap .post-day {
  transform: translateY(10px);
  opacity: 0;
  transition: 0.5s ease;
}
.post-wrap:hover .post-year,
.post-wrap:hover .post-month,
.post-wrap:hover .post-day {
  transform: translateY(0);
  opacity: 1;
}
.post-wrap:hover .post-year {
  transition-delay: 0.65s;
}
.post-wrap:hover .post-month {
  transition-delay: 0.5s;
}
.post-wrap:hover .post-day {
  transition-delay: 0.35s;
}
.post-wrap:hover h2 a {
  color: var(--gold);
}
.post-text {
  padding: 12px 24px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.post-text a {
  font-size: 16px;
}
.post-excerpt {
  padding: 0 14px;
  color: var(--gray1);
  margin-bottom: 10px;
  font-size: 14px;
}
.post-wrap .post-month {
  line-height: 16px;
}
.page-title:before {
  content: attr(data-title);
  position: absolute;
  color: #eceff4;
  width: 100%;
  top: -10px;
  left: 0;
  font-family: var(--main_font);
  font-weight: 900;
  font-size: 80px;
  background: rgb(244, 246, 249);
  background: linear-gradient(
    180deg,
    rgba(244, 246, 249, 1) 5%,
    rgba(231, 236, 242, 1) 95%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f6f9",endColorstr="#e7ecf2",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  text-transform: uppercase;
  line-height: 80px;
}
.page-template-page-module .post-innertext {
  padding: 0;
}
.module-listcontent .listcontent-item .page-title:before {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 46px;
  top: -26px;
}
.listcontent-item p {
  display: inline;
}
.module-contact .mobile-btn {
  display: none;
  margin: 0 0 16px 0;
}
.module-contact {
  margin: 100px 0;
  display: block;
}
.module-contact .bg {
  text-align: center;
  background: #020202;
  padding-top: 40px;
}
.module-contact .bg.bigp {
  padding: 50px 0 50px;
}
.module-contact .bg:before {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/pers.png);
}
.module-contact-btns {
  position: relative;
  text-align: center;
  z-index: 1;
}
.module-contact-btns i {
  display: inline-block;
  background: url(../../../../../../themes/websima/2021/assets/img/pers.png);
  background-size: contain;
  width: 60px;
  height: 128px;
  margin: -60px 26px -17px 26px;
}
.module-contact:before {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/pers.png);
  top: -49px;
  background-size: 100% auto;
  background-position: bottom;
  width: 50px;
  height: 49px;
  transform: rotate(180deg);
  left: calc(50% - 26px);
}
.single-zee_portfolio .module-contact {
  margin-top: -100px;
}
.single-zee_portfolio .module-contact:before {
  display: none;
}
.module-contact b {
  color: var(--border-color);
  font-size: 18px;
}
.module-contact p.calldesc {
  text-align: center;
  color: var(--gray1) !important;
  margin: -3px 0 0 0;
}
.module-contact .footer-tell {
  display: inline-block;
  float: none;
  margin: -4px 0 0 0;
  direction: ltr;
}
.footer-tell a {
  color: var(--gold);
}
.module-contact img {
  border-radius: 0;
  display: block;
  margin: auto;
}
.module-faq {
  margin: 100px 0;
}
.module-faq ul {
  display: flex;
}
.module-faq li {
  position: relative;
  flex-grow: 1;
  min-width: 33.33%;
  text-align: center;
  transition: 0.3s;
  padding: 14px 0;
  margin: 10px 0;
  cursor: pointer;
}
.module-faq li:before {
  content: "";
  position: absolute;
  background: var(--gold);
  bottom: 0;
  height: 2px;
  width: 0;
  left: 50%;
  opacity: 0;
  transition: 0.35s ease;
}
.module-faq li.active:before {
  width: 20%;
  left: 40%;
  opacity: 1;
}
.module-faq li:hover,
.module-faq li.active {
  color: var(--gold);
}
.global-arrow {
  background: url(../../../../../../themes/websima/2021/assets/img/sep/arrow1.png)
    no-repeat center;
  background-size: 18px;
  height: 40px;
  width: 18px;
  display: block;
  transform: rotate(-90deg);
  margin: 0 0 0 10px;
}
.global-arrow.portfolio-next {
  transform: rotate(90deg);
  margin: 0 10px 0 0;
}
.faq-box > div {
  margin: 12px 0;
}
.slider-parent {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.slider-parent > div {
  position: relative;
  flex-grow: 1;
}
.rcol {
  flex-basis: initial;
  flex-grow: initial;
}
.faq-box b {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 8px 44px 8px 22px;
  cursor: pointer;
}
.faq-box b:before,
.faq-box b:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: var(--gray1);
  border-radius: 1px;
  right: 14px;
  top: 26px;
  transform: rotate(0deg);
  transition: 0.3s ease;
}
.faq-box > div b:after {
  transform: rotate(90deg);
}
.faq-box > div.active b:before {
  transform: rotate(45deg);
  background: var(--gold);
}
.faq-box > div.active b:after {
  transform: rotate(-45deg);
  background: var(--gold);
}
.faq-box p {
  font-size: 16px;
  display: none;
  padding: 8px 44px 8px 22px;
}
.single .post-wrap:after,
.listcontent-item:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--border-color);
  margin: 10px auto;
  bottom: 0;
  left: calc(50% - 20px);
  transition: 0.4s;
  border-radius: 1px;
}
.post-wrap:hover:after {
  background: var(--gold);
}
.card-thumbnail > i,
.slide-frame i {
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: -24px;
  left: calc(50% - 26px);
  z-index: 2;
}
.card-thumbnail > i:before,
.slide-frame i:before,
.slide-frame:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: var(--gold);
  bottom: 22px;
  left: calc(50% - 60px);
  border-radius: 1px;
  transition: 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 1;
}
.card-thumbnail > i:after,
.slide-frame i:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #fff;
  background-image: url(../../public/img/logo-icon.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  border-radius: 50%;
  -webkit-filter: grayscale(1) brightness(1.1);
  filter: grayscale(1) brightness(1.1);
  transform: rotate(0deg);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: all 0.5s, transform 0.35s 0s;
  z-index: 2;
}
.post-wrap:hover .card-thumbnail > i:before,
.slide-frame:hover i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.post-wrap:hover .card-thumbnail > i:after,
.slide-frame:hover i:after {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.portfolio {
  width: 290px;
  padding: 15px;
}
.page-title {
  text-align: center;
  position: relative;
}
.cat-desc {
  text-align: center;
  margin-bottom: 40px;
  color: var(--gray2);
}
.cat-desc p {
  margin-bottom: 15px;
  display: block;
}
.cat-desc {
  text-align: justify;
  font-family: var(--main_font);
}
.archive-desc {
  padding: 26px;
  border-radius: 5px 5px 5px 30px;
}
.article-footer-copy {
  display: flex;
  margin: 10px 0 0 0;
}
.article-footer-copy .d {
  position: relative;
  width: 34px;
  height: 26px;
  margin: -2px 0 0 12px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-footer-copy .d:hover,
.article-footer-copy .d.a {
  background: var(--light);
}
.article-footer-copy .d:hover .tdots,
.article-footer-copy .d.a .tdots {
  background: var(--gold);
  transition: 0.3s 0.2s;
}
.article-footer-copy .d:hover .tdots:after,
.article-footer-copy .d.a .tdots:after {
  background: var(--gold);
  transition: 0.3s 0.4s;
}
.article-footer-copy .d:hover .tdots:before,
.article-footer-copy .d.a .tdots:before {
  background: var(--gold);
  transition: 0.3s;
}
.article-footer-copy .d i {
  position: relative;
  display: block;
  top: 0;
  left: 0;
}
.article-footer-copy a {
  font-size: 12px;
  color: var(--gray1);
  line-height: 27px;
  opacity: 0;
  transform: translateX(20px);
  visibility: hidden;
  transition: 0.5s;
}
.article-footer-copy a::-moz-selection {
  color: var(--gray1);
  background: fff;
}
.article-footer-copy a::selection {
  color: var(--gray1);
  background: #fff;
}
.article-footer-copy.open a {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.article-footer-copy .b {
  border: 1px solid var(--gray0);
  border-radius: 5px;
  padding: 0 12px;
  font-size: 12px;
  color: var(--gray1);
  line-height: 24px;
  height: 26px;
  margin: -2px 10px 0 0;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(20px);
  visibility: hidden;
}
.article-footer-copy.open .b {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.article-footer-copy .b:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
}
.justify-center {
  justify-content: center;
}
.inner-cbox {
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px 40px 10px;
  overflow: hidden;
  height: 100%;
  transition: 0.35s;
  background: #fff;
}
.inner-cbox:hover {
  border: 1px solid var(--gold);
}
.inner-cbox img {
  margin: 0;
}
.inner-cbox h2 {
  font-size: 16px;
  margin: 0;
  color: #000;
  transition: 0.35s;
}
.inner-cbox:hover h2 {
  color: var(--gold);
}
.inner-cbox p {
  font-size: 13px;
  color: var(--gray1);
  transition: 0.35s;
}
.inner-cbox:hover p {
  color: var(--gray2);
}
.meta-cbox {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  font-size: 12px;
  background: var(--border-color);
  color: var(--text-color);
  line-height: 22px;
  padding: 4px 0 0 0;
  direction: ltr;
  transition: 0.35s;
}
.inner-cbox:hover .meta-cbox {
  background: var(--gold);
  color: #fff;
}
.inner-cbox a {
  position: static;
}
.post-innertext .inner-cbox a:before {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  -webkit-mask-image: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 50%
  );
}
.post-innertext .inner-cbox:hover a:before {
  opacity: 0.75;
}
.academy-card {
  padding: 10px 10px 30px 10px;
  position: relative;
  height: 100%;
}
.academy-card .post-excerpt,
.academy-card .post-text {
  padding: 0;
  margin: 10px 0 0 0;
}
.post-hidden {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 12px;
  color: var(--gray1);
}
.academy-card a,
.academy-card p {
  transition: 0.35s;
  display: block;
}
.academy-card a img {
  display: block;
  margin: auto;
}
.post-hidden .download-type {
  color: var(--gold);
}
.academy-card .post-details {
  text-align: left;
}
.academy-card p {
  font-size: 13px;
}
.stars {
  color: var(--gold);
  font-size: 14px;
}
.stars .zmdi {
  font-style: normal;
  margin: 0 6px 0 0;
}
.stars .zmdi:before {
  content: "\2605";
  color: var(--gold);
}
.post-innertext .row h3,
.post-innertext .row h2,
.post-innertext .row h4 {
  font-size: 18px;
  margin: 10px 0 14px 0;
}
.post-innertext ul.tablinks {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 30px;
}
.post-innertext li.tablinkli {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-grow: 1;
  flex-basis: 0%;
  position: relative;
  justify-content: center;
}
.post-innertext li.tablinkli .tablink {
  text-align: center;
  color: #4a4a4a;
  cursor: pointer;
}
.tablinks[data-pos~="2"] li:first-child::before {
  transform: translate3d(-100%, 0, 0);
}
.tablinks .tablink:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  display: block;
  border-radius: 0;
  margin: 0;
  transition: 0.35s;
  visibility: hidden;
  opacity: 0;
}
.tablinkli:before {
  display: none;
}
.tablinks .tablink.active:before {
  left: calc(50% - 25px);
  width: 50px;
  visibility: visible;
  opacity: 1;
}
.post-innertext li.tablinkli .tablink:hover img {
  -webkit-filter: grayscale(0) contrast(100%);
  filter: grayscale(0) contrast(100%);
}
.post-innertext li.tablinkli .tablink.active img {
  transform: scale(0.8);
  -webkit-filter: grayscale(0) contrast(100%);
  filter: grayscale(0) contrast(100%);
}
.post-innertext li.tablinkli img {
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%) contrast(100%);
  filter: grayscale(100%) contrast(100%);
}
.post-innertext li.tablinkli .tablink span {
  color: #4a4a4a;
  transition: all 0.3s linear;
  display: block;
  font-size: 16px;
}
.service-list,
.slider-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -15px;
}
.slider-frame > div {
  padding-top: 0;
}
.s-li {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin-bottom: 50px;
}
.s-list {
  position: relative;
  padding-bottom: 100%;
}
.service-general {
  padding: 0 !important;
  margin: 0 0 !important;
}
.service-general .owl-nav {
  top: calc(50% - 40px);
}
.service-general .s-li {
  padding: 0;
}
.service-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid var(--gray0);
  transition: 0.35s;
}
.service-primery {
  margin: 10px -10px 20px -10px;
}
.service-primery > div {
  width: 25%;
}
.module-portfolio {
  margin: 100px 0;
}
.service-list a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.35s;
}
.service-list a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.service-list a:hover {
  border: 1px solid var(--gold);
}
.service-list h4 {
  position: absolute;
  width: 100%;
  top: 105%;
  color: var(--background);
  transition: 0.35s;
  font-size: 13px !important;
  margin: 0 !important;
  text-align: center;
}
.service-list a:hover h4 {
  color: var(--gold);
}
.sbox-list a {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--gray0);
  margin-bottom: 15px;
  flex-direction: row-reverse;
}
.sbox-list a img {
  margin: 0 0 0 10px;
}
.sbox-list a h4 {
  margin: 0 !important;
}
.module-listcontent {
  margin: 0 0 100px 0;
}
.module-listcontent img {
  width: auto;
  height: 200px;
}
.listcontent-item:after {
  content: "";
  position: absolute;
}
.module-portfolio .intro-btn {
  background: #0005;
}
.module-portfolio {
  background: #01070d;
  text-align: center;
  padding: 116px 0 90px 0;
}
.module-portfolio:before,
.module-portfolio:after {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/sep/tazhib.png);
  background-size: 100% auto;
  width: 196px;
  height: 54px;
  left: calc(50% - 96px);
  transform: rotate(0deg);
  bottom: 0;
  -webkit-filter: sepia(1) hue-rotate(180deg);
  filter: sepia(1) hue-rotate(180deg);
}
.module-portfolio:before {
  transform: rotate(90deg);
  top: -12px;
  bottom: auto;
  width: 89px;
  height: 114px;
  left: calc(50% - 45px);
  background-size: auto 100%;
  background-position: right;
  -webkit-filter: sepia(1) hue-rotate(180deg);
  filter: sepia(1) hue-rotate(180deg);
}
.module-portfolio .container {
  position: static !important;
}
.module-portfolio b {
  color: var(--gray1);
  font-size: 18px;
}
.module-portfolio .container:before,
.module-portfolio .container:after {
  content: "";
  background: url(../../../../../../themes/websima/2021/assets/img/portfolio-badge.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 52px;
  transform: rotate(180deg);
  top: -26px;
  left: calc(50% - 23px);
  z-index: 1;
}
.module-portfolio .container:after {
  left: calc(50% - 21px);
}
.module-portfolio .container:after {
  content: "";
  top: auto;
  bottom: -26px;
  transform: rotate(180deg);
}
.slide-frame:before {
  top: 0;
}
.slide-frame:hover:before,
.slide-frame:hover i:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.portfolio h3 {
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  transition: 0.35s;
}
.owl-portfolio h3 {
  color: var(--gray1);
}
.owl-portfolio .portfolio {
  padding: 10px;
}
.single-zee_portfolio .post-innertext img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
}
.portfolio:hover h3 {
  color: var(--gold);
}
.owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: calc(50% - 12px);
  left: 0;
  z-index: 10;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.owl-nav .owl-prev {
  float: right;
  background-color: transparent;
  transition: 0.3s;
}
.owl-nav .owl-next {
  float: left;
  background-color: transparent;
  transition: 0.3s;
}
.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0;
}
.owl-portfolio .owl-nav {
  top: calc(50% - 60px);
}
.slide-frame i {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: -22px;
  left: calc(50% - 23px);
  z-index: 2;
}
.slide-frame i:after {
  width: 46px;
  height: 46px;
  background-size: 28px;
}
.slide-frame:hover i:after {
  transform: rotate(90deg);
}
.slide-frame:after {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/flow.png);
  background-size: contain;
  width: 28px;
  height: 25px;
  z-index: 11;
  left: calc(50% - 14px);
  top: -16px;
  opacity: 0;
  transition: 0.3s ease;
  transform: scale(1.25);
}
.slide-frame:hover:before,
.slide-frame:hover i:before {
  background: var(--gold);
}
.slide-frame:hover:after {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s 0.25s ease;
}
.slide-frame:hover i {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s 0.25s ease;
}
.slide-frame img {
  display: block !important;
  position: static;
  opacity: 1 !important;
  z-index: 0;
  margin: 0;
}
.portfolio {
  padding: 20px 10px !important;
}
.slide-frame img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.slide-frame:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1 !important;
}
.slider-frame-logo {
  margin: auto !important;
}
.listcontent-item {
  text-align: center;
  padding-bottom: 12px;
}
.module-services {
  margin: 100px 0;
}
.module-services ol {
  margin-bottom: 15px;
}
.module-services .page-title {
  text-align: right;
  font-size: 22px !important;
  margin: 0;
}
.services-desc {
  margin: -12px 0 12px 0;
  display: block;
  color: var(--gray2);
}
.service-list img {
  position: absolute;
  opacity: 0.6;
  transition: 0.35s;
  width: auto;
  height: auto;
  max-width: 58px;
  max-height: 58px;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  margin: 0;
}
.service-list a:hover img {
  opacity: 1;
}
.service-list a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.tab-content {
  position: relative;
  display: table;
  width: 100%;
  border-radius: 5px 5px 20px 5px;
}
.tab-pane {
  position: absolute;
  visibility: hidden;
  width: calc(100% - 2rem);
}
.post-innertext li.tablinkli .tablink.active span,
.post-innertext li.tablinkli .tablink:hover span {
  color: var(--gold);
}
.post-innertext p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.tab-pane.active {
  visibility: visible;
}
.tab-pane p {
  opacity: 0;
  transition: 0.15s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.tab-pane.active p {
  opacity: 1;
  display: block !important;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: 1s ease;
}
* {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.quiz-section {
  font-family: var(--main_font);
}
.quiz-title {
  display: block;
  font-size: 18px;
  line-height: 31px;
  margin-top: 20px;
}
.quiz-desc {
  color: var(--gray1);
}
.aswers-item {
  position: relative;
  color: var(--gray1);
  cursor: pointer;
  transition: 0.3s;
  padding: 0 42px 0 0;
}
.aswers-item:hover {
  color: var(--text-color);
}
.aswers-item:before {
  content: "";
  position: absolute;
  border: 1px solid var(--border-color);
  width: 20px;
  height: 20px;
  right: 0;
  border-radius: 4px;
  display: block;
  margin: 3px 8px;
  transition: 0.3s;
  opacity: 1;
}
.aswers-item.active:before {
  opacity: 0;
}
.aswers-item:after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 9px;
  top: 0;
  border-radius: 4px;
  display: block;
  float: right;
  transition: 0.5s;
  opacity: 0;
  transform: scale(1.2);
}
.ac-checkmark:after {
  content: "\e908";
  color: var(--gold);
}
.ac-cross:after {
  content: "\e910";
  font-size: 20px;
  line-height: 28px;
}
.aswers-item:hover:before {
  border: 1px solid var(--gold);
}
.aswers-item.active:after {
  opacity: 1;
  transform: scale(1);
}
.ac-checkmark.active p {
  color: var(--gold);
}
#mcontact {
  position: relative;
  background: url(https://websima.com/wp-content/uploads/2021/04/intro-bg-1.webp);
  background-size: cover;
  padding-top: 6rem;
}
#mcontact .photoFrame figure {
  height: 70%;
  margin-top: 15%;
}
#mcontact .short-desc {
  margin: 16px 0 23px 0;
  color: var(--gray1);
}
#mcontact .layout-btns div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#footer-customers {
  position: relative;
  display: flex;
  padding: 46px 0;
  background: #fff;
}
#footer-customers:before {
  transform: rotate(180deg);
  top: auto;
  bottom: 100%;
}
.footer-logo {
  background: url(../../../../../../themes/websima/2021/assets/img/ftlogo.png);
  width: 246px;
  bottom: auto;
  top: -97px;
  left: calc(50% - 123px);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-size: 100% auto;
  background-position: 0 1px;
}
.footer-logo:after {
  transform: rotate(180deg);
  top: auto;
  bottom: calc(100% - 40px);
}
.footer-customers-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer-customers-box img {
  max-width: 25%;
  height: auto;
}
.footer-logo:before {
  background-position: top center;
  top: auto;
  bottom: calc(100% + 10px);
}
#footer {
  position: relative;
  background: #000001;
  padding: 140px 0 0 0;
  font-size: 14px;
}
#footer h4 {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 1rem;
}
#footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 110px);
  width: 220px;
  height: 80px;
  background: url(../../../../../../themes/websima/2021/assets/img/footersign.png)
    no-repeat center bottom;
  background-size: contain;
  z-index: 0;
}
.breadcrumb.shortlink {
  display: inline-block;
  width: calc(50% - 120px);
  margin-right: 240px;
  text-align: left;
}
.breadcrumb.categories {
  display: inline-block;
  width: calc(50% - 120px);
}
.breadcrumb ol:before,
.shortlink:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  float: right;
  margin: 8px 0 0 2px;
}
.breadcrumb.shortlink:before {
  float: left;
  margin: 8px 12px 0 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:hover a {
  color: var(--gold);
}
.breadcrumb.categories li:before {
  content: "";
  float: left;
  background: var(--border-color);
  width: 2px;
  height: 8px;
  margin: 6px 0 0 0;
}
.breadcrumb.categories li:last-child:before {
  display: none;
}
#footer:after,
#mcontact:after {
  content: "";
  position: absolute;
  background: url(../../../../../../themes/websima/2021/assets/img/ft-bgee.png);
  width: 61px;
  height: 71px;
  left: calc(50% - 30px);
  top: -23px;
  background-size: 100% auto;
  background-position: 0 1px;
}
.footerdes p {
  color: var(--footer);
  margin-bottom: 8px;
  font-family: var(--text_font);
}
.footerdes h3 {
  font-weight: 400;
  font-size: 20px;
  color: var(--gold);
  margin: -54px 0 16px 0;
}
.footer-breadcrumbs,
.footer-breadcrumbs a {
  position: relative;
  z-index: 2;
  color: var(--gray1);
  font-size: 11px;
  line-height: 24px;
  margin-top: 140px;
}
.footer-breadcrumbs a {
  padding: 0 10px;
}
.footer-breadcrumbs a:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 8px;
  background: var(--gray0);
  margin: 0 10px -2px 0;
}
.footer-breadcrumbs a:last-child:after {
  display: none;
}
.breadcrumb {
  margin: 10px 0;
}
.footer-menus b {
  color: var(--border-color);
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.footer-tell {
  float: right;
  font-size: 28px;
  color: var(--gold);
}
.footer-menus a {
  color: var(--footer);
  font-family: var(--text_font);
}
.footer-menus a:hover {
  color: var(--gold);
}
.footer-links {
  float: left;
}
.footer-links a {
  margin-right: 14px;
  color: #4f5458;
}
.footer-links a:hover {
  color: var(--light);
}
footer .row {
  align-items: flex-start;
}
.footer-namads {
  float: left;
  margin-top: 8px;
}
footer .copyright {
  color: #4f5458;
}
footer .copyright:before {
  margin: 4px 0 0 10px;
}
.footer-links ul {
  display: flex;
  font-size: 10px;
}
#mcontact {
  display: none;
}
.footer-menus li {
  line-height: 1.5;
  margin: 8px 0;
}
.popform {
  display: none;
}
#menumobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  transition: all 0.8s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(4px) grayscale(1);
  backdrop-filter: blur(4px) grayscale(1);
  opacity: 0;
  transition: 1s;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  background-size: 250%;
  background-position: center left;
  z-index: 99;
}
.open.mask {
  opacity: 1;
  visibility: visible;
}
.openedMenu .icon-zarb i:before,
.openedMenu .icon-zarb i:after {
  background: var(--gold);
  width: 2px;
}
#menumobile.open {
  right: 0;
  opacity: 1;
}
#menumobile ul {
  position: absolute;
  font-size: 16px;
  top: 0;
  right: calc(-60vh + 10px);
  width: calc(100vh + 8px);
  height: 100vh;
}
#menumobile li {
  position: absolute;
  padding-left: 30px;
  text-align: left;
  margin: 16px 0;
  line-height: 34px;
  width: 100%;
  top: calc(50% - 30px);
  opacity: 0;
  transform: rotate(0deg);
}
#menumobile.open li {
  opacity: 1;
  transition: 1s 1s ease;
}
#menumobile li a {
  display: inline-block;
  transform-origin: left;
  color: var(--light);
  opacity: 0;
  padding-left: 0;
}
#menumobile.open li a {
  transition: all 0.6s ease, transform 0s 0s;
  padding-left: 20px;
  opacity: 1;
}
#menumobile li:nth-child(1) a {
  transition-delay: 1.4s;
}
#menumobile li:nth-child(2) a {
  transition-delay: 1.6s;
}
#menumobile li:nth-child(3) a {
  transition-delay: 1.8s;
}
#menumobile li:nth-child(4) a {
  transition-delay: 2s;
}
#menumobile li:nth-child(5) a {
  transition-delay: 2.2s;
}
#menumobile li:nth-child(6) a {
  transition-delay: 2.4s;
}
#menumobile li:nth-child(7) a {
  transition-delay: 2.6s;
}
#menumobile li:nth-child(8) a {
  transition-delay: 2.8s;
}
#menumobile li:nth-child(9) a {
  transition-delay: 3s;
}
#menumobile li:nth-child(10) a {
  transition-delay: 3.2s;
}
#menumobile li:before {
  content: "\22B9";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 5px #ad7e698f;
  color: var(--gold);
  font-size: 16px;
  text-align: CENTER;
  line-height: 23px;
}
#menumobile:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60vh;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  border: 1px solid var(--gold);
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0) 100%
  );
}
#menumobile img {
  max-width: 130px;
}
#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--danger);
  text-align: center;
  border-radius: 3px;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sticky-sidebar-container {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 1200px) {
  .comment-list .comment-field i {
    display: none;
  }
  .comment-list .comment-field span {
    font-size: 12px;
  }
  .post-thumbnail {
    border-radius: 10px 73px 10px 10px;
  }
  .post-thumbnail img {
    border-radius: 10px 70px 10px 10px;
  }
}
@media (max-width: 991px) {
  .post-thumbnail {
    width: calc(100% - 50px);
  }
  footer {
    margin: 0 !important;
  }
  .single-banner,
  .single-quick-access {
    width: calc(100% - 40px);
  }
  .tabs-content .tablink span {
    font-size: 14px;
    line-height: 24px;
  }
  .newsletter {
    float: none;
    margin: -10px 0 16px 0;
  }
  .owl-carousel {
    padding: 0 20px;
  }
  .owl-portfolio h3 {
    margin: 10px 0 0 0 !important;
  }
  .globalMenu:after,
  .footer-logo,
  .slidedown,
  #intro .editor-home div > p,
  #intro .intro-btn,
  .slider-nav,
  .tel3,
  .tel2,
  #contact h2,
  #contact p,
  .copyright:before {
    display: none;
  }
  .mheader-logo {
    display: block;
  }
  #header .sections-nav-main {
    display: block;
    transform: scale(0.8);
    opacity: 0;
    transition: 1s 0s;
  }
  .sections-nav-main {
    top: 0;
  }
}
@media (max-width: 768px) {
  .slide-frame img:nth-child(2) {
    opacity: 1 !important;
  }
  .post-innertext img.alignright {
    float: none;
    margin-left: 0;
    display: block;
    margin: 20px auto !important;
  }
  .post-innertext img.alignleft {
    float: none;
    margin-right: 0;
    display: block;
    margin: 20px auto !important;
  }
  .slider-frame {
    flex-wrap: nowrap;
  }
  .tablinkli {
    display: block !important;
  }
  .tablinks {
    display: block !important;
  }
  .tab-pane {
    position: relative;
    display: none;
    width: 100%;
    visibility: visible;
  }
  .tab-pane p {
    font-size: 14px;
    color: var(--gray2);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
  .tablink.active {
    color: var(--gold) !important;
  }
  .tab-pane.active {
    display: block;
  }
  .post-innertext li.tablinkli .tablink {
    border-bottom: 1px solid var(--gold);
    display: block;
    text-align: right;
    line-height: 2.5;
    font-family: var(--main_font);
  }
  .tablinks .tablink.active:before {
    display: none;
  }
  header {
    height: auto;
  }
  .single-zee_portfolio .module-contact {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .mheader-logo {
    margin: 12px 0;
  }
  .sticky #header:after {
    display: none;
  }
  .post-innertext h1:before {
    display: none;
  }
  .single-banner,
  .single-quick-access {
    width: 100%;
  }
  .personnel-holder-mobile-title h3 {
    font-size: 16px !important;
  }
  .menu-layout-contact-intro {
    background: url(../../../../../../themes/websima/2021/assets/img/pers.png)
      no-repeat;
    background-size: 48px;
  }
  .breadcrumb.shortlink {
    display: none;
  }
  .rp-title span {
    white-space: normal;
    display: block;
  }
  .reply {
    margin-left: 10px;
  }
  .reply:after {
    display: none;
  }
  .single-quick-access,
  .single-banner {
    display: none;
  }
  .single-quick-access.mobile-view {
    display: block;
    margin: 40px 0 -20px;
  }
  .post-thumbnail-box {
    margin-bottom: -90px;
    flex-direction: column;
  }
  .related-posts .blog-item-img {
    width: auto;
  }
  .related-posts .blog-item {
    text-align: right;
  }
  .article-tags {
    text-align: right;
  }
  .article-tags:before {
    float: right;
    margin: 0 0 0 10px;
  }
  .single-post .post-innertext {
    padding-top: 110px !important;
  }
  .post-innertext h1 {
    text-align: center !important;
    font-size: 26px;
  }
  blockquote {
    width: 100%;
  }
  .comment-field {
    width: 100%;
    margin: 0;
    float: none;
  }
  .comment-txt {
    margin-top: 20px;
  }
  .post-view {
    width: 270px;
  }
  .newsletter {
    float: right;
    margin: -10px 0 10px 0;
  }
  .comment-box .btn {
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 5px 12px 4px 38px;
  }
  .blog-item p,
  .blog-item .post-date {
    display: none;
  }
  .blog-item img {
    width: 110px;
  }
  .blog-item h3 a {
    white-space: normal;
    font-size: 14px;
  }
  .blog-item .post-date:before {
    display: none;
  }
  .footer-customers-box img {
    width: 44%;
    margin: 14px 0;
  }
  .comment-inner-body {
    padding: 20px 0;
  }
  .comment-inner-body.admin {
    padding: 20px;
  }
  .comment-list > li > .children {
    padding-right: 30px;
  }
  .comment-list .children:before {
    right: 0;
  }
  .article-tags {
    width: 100%;
  }
  .cat-desc {
    text-align: center;
  }
  .navigation .number a {
    padding: 0;
  }
  .page-separator {
    margin: -3px 10px 0 10px;
  }
  .navigation .number:before {
    width: 4px;
    height: 4px;
    margin: 10px 4px 0 4px;
  }
  .footer-links {
    width: 100%;
  }
  footer .copyright {
    margin: 20px 0;
    display: block;
  }
  .footer-links a {
    margin: 0 10px;
  }
  .footer-menus a {
    margin: 6px 0;
    display: block;
  }
  .footer-namads {
    width: 100%;
    text-align: center;
  }
  .globalMenu:after,
  .footer-logo {
    display: none;
  }
  .breadcrumb.categories {
    width: 100%;
  }
  #footer-customers .row {
    overflow-y: auto;
    flex-wrap: nowrap;
  }
  #footer-customers {
    padding: 30px 0 40px 0;
  }
  #footer-customers .c-12 {
    margin: 0;
  }
  .comment-list,
  .rp-title {
    padding: 1.1rem;
  }
  .cmt-info {
    border-bottom: 1px solid #e4e8eb;
    float: none;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
    align-items: center;
    margin: 16px 0 0 0;
    padding: 4px 0 0 0;
    line-height: 27px;
    background: linear-gradient(
      90deg,
      rgb(255 255 255 / 42%) 0%,
      rgba(255, 255, 255, 1) 50%,
      #e4e8eb5e 100%
    );
    border-radius: 5px;
  }
  .websima_comment .cmt-info {
    justify-content: space-evenly;
  }
  .globalMenu {
    margin-bottom: 30px;
  }
  .post-thumbnail {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: auto;
    z-index: 5;
  }
  .post-thumbnail img {
    border-radius: 50%;
  }
  .post-thumbnail:after {
    display: none;
  }
  .post-thumbnail:before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    z-index: -1;
    -webkit-mask-image: linear-gradient(
      to right,
      #000000,
      #00000000 10%,
      #00000000 90%,
      #000000
    );
    mask-image: linear-gradient(
      to right,
      #000000,
      #00000000 10%,
      #00000000 90%,
      #000000
    );
    box-shadow: inset 0 0 20px #cb8b7463;
  }
  .single-info {
    position: relative;
    width: auto;
    margin: -19px auto 0 auto;
    flex-direction: row-reverse;
    padding: 4px 10px 0 10px;
    z-index: 10;
    box-shadow: inset 0 0 10px 0 #c3cdd4d4;
    box-shadow: 0 0 10px 0 #c3cdd4d4;
    border-radius: 11px;
    background: #fff;
  }
  .post-year,
  .post-month,
  .post-day {
    font-size: 13px;
    color: var(--gray1);
    line-height: 1.4;
  }
  .post-month {
    margin: 0 6px;
  }
  .single-info:before,
  .single-info:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: var(--gold);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(188, 137, 113, 1) 30%,
      rgba(188, 137, 113, 1) 70%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: -1;
    display: none;
  }
  .single-info:after {
    top: auto;
    bottom: 0;
  }
  .mheader-logo {
    display: flex !important;
  }
  .icon-zarb {
    top: 36px !important;
    right: -20px !important;
  }
  .tq1 {
    position: fixed;
    left: 15px;
    bottom: 22px;
    top: auto;
    transform: translateY(0) !important;
    width: 37px;
    height: 77px;
    right: auto;
    margin: 0 !important;
  }
  .tq1:after {
    opacity: 0;
  }
  .tq-holder .tq1 {
    top: auto;
  }
  .blog-item-img:before {
    background-size: contain;
  }
  #mcontact {
    display: block;
  }
  .module-services img.attachment-full {
    width: 50%;
    margin: auto;
    display: block;
  }
  section {
    padding: 0;
  }
  .page-title:before {
    font-size: 50px;
    display: block !important;
  }
  .service-primery > div {
    width: 50%;
    margin-bottom: 30px;
  }
  .service-list,
  .slider-frame {
    margin: 20px -10px 50px -10px;
  }
  .module-services {
    margin: 50px 0;
  }
  .module-contact-btns i {
    display: none;
  }
  .blog-types a {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    margin: 15px;
    background: var(--light);
    padding: 14px 0 8px 0;
    align-content: center;
    justify-content: space-evenly;
  }
  .footer-breadcrumbs,
  .footer-breadcrumbs a {
    margin-top: 70px;
  }
  #main {
    padding-top: 150px;
  }
  .tq1:before,
  .tq1:after,
  .header-logo:after {
    background-size: auto 76px;
  }
  .photoFrame h3 {
    line-height: 40px !important;
    font-size: 14px !important;
  }
  footer .intro-btn {
    width: auto !important;
    min-width: 120px !important;
    margin: 5px;
  }
  .footer-customers-box img {
    max-width: 50%;
  }
  .reply:before {
    line-height: 36px;
    margin: -5px 6px 0 0;
  }
}
@media (max-width: 370px) {
  .personnel-holder-mobile-btn {
    width: 90px;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../../themes/websima/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.bTazhib,
.bTazhib:before,
.downsign:before {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.login-btn {
  margin: 0;
}
.slidedown:after {
  display: none;
}
.icon-zarb {
  z-index: 1010;
  top: 26px;
  cursor: pointer;
  right: -10px;
}
.icon-zarb:before {
  font-size: 20px;
  line-height: 42px;
  width: 42px;
  height: 42px;
}
.icon-zarb:after {
  width: 62px;
  height: 62px;
  top: -17px;
  left: -17px;
}
#header .wrap-menu a.active:before {
  opacity: 1;
  top: -10px;
}
.globalMenu .header-logo:before,
.footer-logo:before {
  visibility: hidden;
}
.content-center {
  z-index: 10;
}
.editor-home li a {
  color: var(--gray2);
}
.editor-home li.mark a {
  color: var(--light);
}
.editor-home li:hover a {
  color: var(--gold);
}
.footer-logo:after,
.logo-desc {
  display: none;
}
.header-logo img {
  width: 52px;
  margin: auto;
}
.intro-img {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.5s ease;
}
section.aws .intro-img {
  opacity: 1;
  transform: translateX(0);
}
.photoFrame {
  transition: all 0.6s ease;
}
.photoFrame:before {
  transition: 1s 1.4s ease;
}
.photoFrame:after,
.photoFrame:after {
  transition: 1s 0.4s;
}
.simple-gallery {
  width: 100%;
}
.personnel .info h3 {
  font-size: 16px;
  color: var(--light);
}
#header .wrap-menu a.active:after {
  opacity: 0;
}
html {
  margin-top: 0 !important;
}
.menu-layout p {
  font-size: 16px;
}
.menu-layout .editor-home li:after {
  width: 26px;
  height: 21px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.editor-home li {
  margin: 8px 0;
}
.simple-gallery {
  margin: 0;
}
.menu-layout .blog-item h3 a {
  color: var(--gray0);
}
.menu-layout .blog-item:hover h3 a {
  color: var(--gold);
}
.personnel .photo i:before {
  height: 140%;
}
.menu-footer {
  position: fixed !important;
  bottom: -40px !important;
  top: auto;
  height: 54px !important;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  transition: 1s;
}
.downsign {
  height: 72px;
}
.openedMenu .menu-footer {
  opacity: 1;
  bottom: 0 !important;
  transition: 1s 1.5s;
}
#main .editor-home li {
  transition: 0.3s !important;
}
.login-btn {
  width: 36px;
}
.slidedown i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 70px;
  margin: 0;
  background: url(../../../../../../themes/websima/2021/assets/img/pers.png)
    no-repeat;
  background-size: contain;
  background-position: center 0;
  top: 14px;
  bottom: -16px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.slidedown:hover i {
  background-position: center 6px;
}
.slidedown:hover i:before {
  left: -5px;
}
.slidedown i:before {
  left: -2px;
}
.side-menu {
  top: 60px;
}
.menu-title h3 {
  color: var(--gold);
}
.personnel-holder-mobile-title h3 {
  color: var(--gray1) !important;
}
#personnel .logo {
  position: absolute;
  top: 25px;
  left: 20px;
  opacity: 0;
  transition: 2s;
}
#personnel.active .logo {
  opacity: 1;
}
.menu-title h3 {
  font-size: 20px !important;
}
.intro-btn {
  padding: 6px 32px 6px 24px;
}
.slide-frame img:nth-child(2) {
  display: block !important;
}
.home_right .header-menu {
  justify-content: center;
}
#menumobile {
  background: transparent;
}
.mask {
  background: rgba(0, 0, 0, 0.8);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  background-size: 250%;
  background-position: center left;
}
.mask:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
#menumobile li a {
  font-size: 14px;
}
.menu-mobile-container {
  position: absolute;
}
#menumobile li ul {
  display: none;
}
.slider-frame > div {
  background: transparent;
  box-shadow: none;
}
.slider-frame:before,
.slider-frame:after {
  display: none;
}
.owl-item .portfolio {
  width: 100%;
}
@media (max-width: 991px) {
  .personnel-holder .personnel {
    padding: 0 10px;
  }
}
img.alignleft {
  float: left;
  margin-right: 15px;
}
.btn.l {
  padding: 6px 16px 4px 40px !important;
}
.btn.l:before {
  right: auto;
  left: 11px;
  transform: rotate(180deg);
}
.btn {
  min-width: 160px;
}
.card-thumbnail > i:after,
.slide-frame i:after {
  right: 0;
  left: 0;
  margin: auto;
}
.single-zee_portfolio .portfolio h3 {
  margin-top: 20px;
  color: var(--gold);
}
.cmt-content p {
  font-family: var(--text_font);
}
.blog-item .post-date {
  direction: ltr;
}
.cat-desc {
  text-align: justify !important;
}
@media (max-width: 768px) {
  .service-list a img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  .page-title:before {
    font-size: 60px !important;
  }
  .module-contact .btn {
    display: inline-block;
    margin: 10px 0;
  }
  .module-contact-btns i {
    display: inline-block;
    vertical-align: middle;
  }
  .module-contact img {
    border-radius: 0;
    display: block;
    margin: auto;
    width: 140%;
    margin: 0 -18% 0;
    max-width: unset;
  }
}
@media (max-width: 580px) {
  .module-contact .btn {
    transform: scale(0.8);
  }
  .module-contact-btns i {
    transform: scale(0.5);
    margin: 0 -10px;
  }
  .module-contact p.calldesc {
    font-size: 14px !important;
  }
}
.post-innertext ul {
  padding-right: 15px;
  list-style: decimal;
  margin: 15px 0;
}
.post-innertext ul li {
  list-style: circle;
  margin-bottom: 10px;
}
.post-innertext ul li::marker {
  color: var(--gold);
}
.post-innertext .module-faq ul {
  padding-right: 0;
  list-style: none;
  margin: 0;
}
.post-innertext .module-tabs ul li,
.post-innertext .module-faq ul li {
  list-style: none;
  margin-bottom: 0;
}
.page-template-page-module .post-innertext .row h2 {
  font-size: 22px;
}
.page-template-page-module .post-innertext p {
  font-size: 17px;
}
.single-post .wp-video,
.page-template-page-module .wp-video {
  margin: 20px auto 30px;
  border-radius: 5px;
  overflow: hidden;
  overflow: h;
  border: 1px solid var(--border-color);
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.single-post section.module-contact {
  margin: 60px -30px 60px;
  width: calc(100% + 60px);
}
.lead-badge {
  position: fixed;
  bottom: 22px;
  max-width: min(300px, 66%);
  right: 22px;
  z-index: 110;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #17214c;
  color: #fff;
  border-radius: 8px;
  padding: 42px 18px 18px;
  width: 256px;
}
.lead-badge__logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  display: flex;
}
.lead-badge__logo img {
  width: 48px;
  background: #fff;
  border-radius: 54vw;
}
.lead-badge .title {
  text-align: center;
  font-size: 18px;
  display: block;
  line-height: 1.5;
  margin-bottom: 16px;
}
.lead-badge .lead-badge__btn {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  background: #cd7e58;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 8px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  color: #17214c;
  transition: all 0.3s;
  padding: 0 8px;
}
.lead-badge .lead-badge__btn:hover {
  color: #17214c;
  -webkit-filter: contrast(1.1) brightness(1.1);
  filter: contrast(1.1) brightness(1.1);
}
.lead-badge .lead-badge__btn:before {
  content: "";
  position: absolute;
  right: -15%;
  top: -10%;
  width: 0;
  height: 100%;
  box-shadow: 0 0 19px 9px #ffffff51;
  -webkit-animation: button-glow 2.5s ease-in-out 7s infinite;
  animation: button-glow 2.5s ease-in-out 7s infinite;
}
@-webkit-keyframes button-glow {
  0% {
    right: -15%;
  }
  50% {
    right: 120%;
  }
  100% {
    right: 120%;
  }
}
@keyframes button-glow {
  0% {
    right: -15%;
  }
  50% {
    right: 120%;
  }
  100% {
    right: 120%;
  }
}
.contact-link.lead-badge__btn {
  padding-top: min(7px, 1vw) !important;
  font-size: 20px;
}
#lead-form-wrapper {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  outline: 0;
  padding-top: 30px;
}
.close-lead-form {
  position: fixed;
  background-color: #19222ebd;
  inset: 0;
}
.lead-form-content {
  width: min(512px, 94%);
  flex-direction: column;
  display: flex;
  max-height: 100%;
  height: auto;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #d3d4d4;
}
.lead-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 32px 0;
  border-bottom: 1px solid #ededed;
  padding-bottom: 9px;
}
.lead-form-header .title {
  color: #17214c;
  font-weight: 600;
  font-size: 18px;
}
.lead-form-body {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  overflow-y: auto;
}
#lead-form {
  padding: 0 32px 25px;
}
#lead-form input {
  height: 60px;
  border-radius: 8px;
  border: 1px solid #ededed;
  padding: 20px 24px;
  font-size: 15px;
  transition: all 0.3s;
}
#lead-form label {
  position: absolute;
  z-index: 4;
  top: 0;
  background: #fff;
  transform: translateY(-50%);
  color: #022a5a;
  margin: 0 18px;
  padding: 0 8px;
  right: 0;
  font-size: 15px;
  transition: all 0.3s;
}
#lead-form .form-group {
  position: relative;
}
#lead-form .form-group:focus-within label {
  color: #cd7e58;
}
#lead-form .form-group:focus-within input {
  border-color: #cd7e58;
}
#lead-form .form-row {
  margin-top: 40px;
}
#lead-form .btn {
  height: 56px;
  background: #cd7e58;
  width: 100%;
  color: #17214c;
  font-size: 18px;
  margin-top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
#lead-form .btn::before {
  display: none;
}
#lead-form .btn:after {
  border: 1px solid #cd7e58;
}
#lead-form .btn:hover {
  background: #0000;
  color: #cd7e58;
}
#lead-form input.ltr {
  direction: ltr;
}
#lead-form input:-webkit-autofill,
#lead-form input:-webkit-autofill:active,
#lead-form input:-webkit-autofill:hover,
#lead-form input:-webkit-autofill:focus {
  -webkit-animation-name: autofill;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 100px #fff inset !important;
  -webkit-box-shadow: none;
}
#lead-form-wrapper .response {
  padding: 6px 24px 20px;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 14px;
}
#lead-form-wrapper .response.error {
  color: #ba102b;
}
#lead-form-wrapper .response.sending {
  color: #1f729b;
  font-weight: 600;
  text-align: center;
}
#lead-form-wrapper .response.success {
  color: #438d6c;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.lead-form-header .close {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #ba102b;
  padding: 0 12px 0 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.lead-form-header .close:hover {
  opacity: 0.7;
}
.lead-form-header .close i {
  display: flex;
}
.lead-form-header .close i::after,
.lead-form-header .close i::before {
  content: "";
  background: #ba102b;
  height: 15px;
  width: 1.3px;
  display: block;
  border-radius: 3px;
  line-height: 1;
  margin-top: -4px;
  text-align: right;
  transition: 0.5s;
  transform-origin: 3px;
  font-family: unset;
  transform: rotate(-45deg);
}
.lead-form-header .close i::before {
  transform: rotate(45deg);
  transform-origin: -2px;
}
@media (max-width: 768px) {
  .lead-badge {
    display: flex;
    align-items: center;
    padding: min(3vw, 9px) min(2vw, 9px);
    gap: min(2vw, 10px);
    right: 0;
    border-radius: 8px 0 0 8px;
    width: auto;
    max-width: min(500px, 83vw);
  }
  .lead-badge .lead-badge__logo {
    position: static;
    transform: none;
    flex: none;
    margin-left: 2px;
  }
  .lead-badge .lead-badge__logo img {
    width: min(40px, 7vw);
  }
  .lead-badge .title {
    margin: 0;
    font-size: min(4vw, 16px);
    text-align: right;
    flex: 1;
  }
  .lead-badge .lead-badge__btn {
    white-space: nowrap;
    font-size: min(16px, 4.6vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: min(40px, 9vw);
    flex: none;
    padding: 0 min(2.5vw, 8px);
  }
  #lead-form-wrapper .response {
    padding: 0 24px 20px;
  }
  #lead-form {
    padding: 10px 20px 15px;
  }
  #lead-form .btn {
    height: 48px;
  }
  #lead-form input {
    height: 49px;
  }
  #lead-form .form-row {
    margin-top: 30px;
  }
  #lead-form label {
    font-size: 14px;
  }
  .lead-form-header {
    margin: 21px 32px 0;
  }
  .lead-form-header .title {
    font-size: 16px;
  }
  .lead-badge::after,
  .lead-badge::before {
    display: none;
  }
}
