/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Pelak-Thin.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Pelak-Ultralight.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Pelak-Light.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pelak-Medium.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pelak-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Pelak-Black.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Pelak-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Pelak-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Pelak;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Pelak-Regular.woff2") format("woff2");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #ea7609;
  text-decoration: none !important;
}
a:hover {
  color: #193263;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pelak", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 800;
  line-height: 1.6;
}
html {
  background: #ea7609;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Pelak", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  direction: rtl;
  background: #fff;
  color: #212b35;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(19, 61, 102, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Pelak", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-content {
  border: none;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-header {
  display: flex;
  align-items: center;
  border: none;
  padding: 44px 44px 0;
}
.modal-body {
  padding: 44px;
}
.modal-footer {
  border: none;
  padding: 0 44px 44px;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a.page-numbers,
.pagination > li > .page-numbers.current {
  background: #ededed;
  color: #193263;
  font-size: 14px;
  font-weight: 700;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  line-height: 1px;
  white-space: nowrap;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: #ea7609;
  color: #fff;
}
/*Custom*/
.container-fluid {
  max-width: 1470px;
}
.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.section-divider {
  width: 100%;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-header {
  text-align: center;
}
.section-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 300%;
  text-align: center;
  color: #ea7609;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  z-index: 1;
  white-space: nowrap;
}
.section-title::before {
  content: attr(data-title);
  font-size: 275%;
  color: #ededed;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: blur(2px);
  white-space: nowrap;
}
.section-subtitle {
  font-size: 44px;
  font-weight: bold;
  line-height: 0.9;
  line-height: 1.6;
  text-align: center;
  color: #193263;
  margin: 0;
}
* + .section-subtitle {
  margin-top: 20px;
}
.section-subtitle p {
  margin: 0;
}
.section-desc {
  margin: 20px 0 0;
}
.section-body > p:last-child {
  margin-bottom: 0;
}
.section:first-of-type .section-wrapper {
  padding-top: 100px;
}
.section:last-of-type .section-wrapper {
  padding-bottom: 0;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
#page-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#header + #page-body {
  padding-top: 100px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
.page-title {
  color: #193263;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
#page-cover {
  position: relative;
}
#page-cover > img {
  width: 100%;
}
.subsection {
  padding: 40px 0;
}
.subsection:first-of-type {
  padding-top: 0;
}
* + .subsection {
  padding-top: 40px !important;
}
.subsection:last-of-type {
  padding-bottom: 0;
}
.subsection:not(.subsection-covered) + .subsection {
  padding-top: 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 15px;
}
.subsection-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.subsection-title {
  font-size: 20px;
  font-weight: 600;
  color: #193263;
  margin: 0;
  line-height: 1;
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.subsection-body > p:last-child {
  margin-bottom: 0;
}
.tbutton {
  height: 48px;
  border-radius: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.tbutton-small {
  height: 34px;
  border-radius: 34px;
  padding: 0 12px;
  font-size: 13px;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: #ea7609;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: #fff;
  border-color: #ea7609;
  color: #ea7609;
}
.tbutton-primary-outline {
  background: none;
  border-color: #ea7609;
  color: #ea7609;
}
.tbutton-primary-outline:hover {
  background: #ea7609;
  border-color: #ea7609;
  color: #fff;
}
.tbutton-dark-fill {
  background: #193263;
  border-color: #193263;
  color: #fff;
}
.tbutton-dark-fill:hover {
  background: #ededed;
  border-color: #193263;
  color: #193263;
}
.tbutton-light-fill {
  background: #ededed;
  color: #193263;
}
.tbutton-light-fill:hover {
  background: #193263;
  border-color: #193263;
  color: #fff;
}
#header {
  position: relative;
  z-index: 1000;
}
.header-top {
  padding: 30px 0;
}
.header-top > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom {
  border-top: 1px solid #193263;
  border-bottom: 1px solid #193263;
}
.logo {
  margin-left: auto;
}
.logo > img {
  height: 100px;
}
.search-card-form {
  background: #ededed;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.search-card-input,
.search-card-btn {
  height: 40px;
  padding: 0;
  border: none;
  background: none;
}
.search-card-input {
  width: 100%;
  padding-right: 10px;
  transition: all 0.3s ease-out;
}
.search-card-input:focus {
  text-align: center;
}
.user-nav {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-nav > li:not(:first-child) {
  margin-right: 10px;
}
.nav-toggle,
.search-toggle {
  border: none;
  background: none;
  padding: 0;
}
.cta-toggle {
  background: #ea7609;
  color: #fff;
  line-height: 1;
  height: 40px;
  border-radius: 40px;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 700;
  direction: ltr;
  display: inline-flex;
  align-items: center;
}
.cta-toggle:hover {
  background: #193263;
  color: #fff;
}
.search-toggle,
.search-card-btn {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.77 24.77'%3E%3Cpath d='m23.86,24.77c-.23,0-.46-.09-.64-.26l-4.92-4.93c-2.01,1.71-4.53,2.64-7.19,2.64-2.97,0-5.76-1.16-7.85-3.25-2.1-2.1-3.25-4.89-3.25-7.85S1.16,5.35,3.25,3.25C5.35,1.15,8.14,0,11.11,0s5.76,1.16,7.85,3.25c2.1,2.1,3.25,4.89,3.25,7.85,0,2.62-.95,5.2-2.64,7.19l4.93,4.93c.35.35.35.93,0,1.28-.18.18-.41.26-.64.26ZM11.11,1.81c-2.48,0-4.82.97-6.58,2.72-1.76,1.75-2.72,4.09-2.72,6.57h0c0,2.48.97,4.82,2.72,6.58,1.75,1.76,4.09,2.72,6.58,2.72s4.82-.97,6.58-2.72c1.73-1.73,2.72-4.13,2.72-6.58s-.97-4.82-2.72-6.58c-1.76-1.76-4.09-2.72-6.58-2.72Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}
#footer {
  background: url(../img/bg-footer.png) no-repeat center top;
  background-size: cover;
  padding-top: 230px;
  margin-top: auto;
}
body.home #footer {
  padding-top: 140px;
}
.footer-top {
  padding: 70px 0 110px;
  border-top: 1px solid #193263;
}
.fblock {
  padding: 10px 0;
}
.footer-logo img {
  height: 80px;
}
.footer-desc {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav > li {
  width: 50%;
  margin-bottom: 16px;
}
.footer-nav > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.footer-nav > li > a:hover {
  color: #ea7609;
}
.footer-contact {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact > li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-contact > li > a {
  color: rgba(0, 0, 0, 0.7);
}
.footer-bottom {
  padding: 20px 0;
  background-color: #090909;
  color: #fff;
}
.copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: 0.8;
}
.powered {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.powered > a {
  color: #ffffff;
}
.powered > a:hover {
  color: #ea7609;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social > li:not(:last-child) {
  margin-left: 16px;
}
.footer-social img {
  height: 18px;
  filter: brightness(0) invert(1);
}
.footer-social > li > a:hover {
  opacity: 0.5;
}
.section-slideshow .section-wrapper {
  padding: 0 !important;
}
.slide-card-img {
  width: 100%;
}
.product-card {
  background: #ededed;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.product-card::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M0.324 12.336l4.224 4.224c0.088 0.088 0.208 0.142 0.342 0.142 0.267 0 0.484-0.217 0.484-0.484 0-0.134-0.054-0.254-0.142-0.342l-3.42-3.408h21.516c0.265 0 0.48-0.215 0.48-0.48s-0.215-0.48-0.48-0.48h-21.516l3.408-3.384c0.088-0.088 0.142-0.208 0.142-0.342 0-0.267-0.217-0.484-0.484-0.484-0.134 0-0.254 0.054-0.342 0.142l-4.212 4.224c-0.085 0.087-0.137 0.205-0.137 0.336s0.052 0.249 0.137 0.336zM1.38 12s0 0 0 0v0 0s0 0 0 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 50% auto;
  background-color: #193263;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 40px;
  content: "";
  border-radius: 0 15px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.product-card:hover {
  background: #193263;
}
.product-card:hover::after {
  opacity: 1;
  visibility: visible;
}
.product-card-header {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.product-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
}
.product-card:hover .product-card-img {
  transform: scale(2);
  transform-origin: 15% center;
}
.product-card-body {
  background: #f9f9f9;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.product-card-title {
  color: #193263;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.section-product .section-footer {
  text-align: center;
}
.blog-card {
  background: #ededed;
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-card-header {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.blog-card-header::before {
  padding-top: 66.6666667%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.blog-card:hover .blog-card-img {
  filter: grayscale(1) blur(3px);
}
.blog-card-body {
  padding: 10px 0 20px;
}
.blog-card-title {
  color: #193263;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.blog-card-desc {
  margin-top: 10px;
}
.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.blog-card-cat {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #ea7609;
  padding: 6px;
  background-color: rgba(234, 118, 9, 0.1);
  border-radius: 5px;
}
.blog-card-cat:hover {
  background-color: #ea7609;
  color: #fff;
}
.blog-card-time {
  font-size: 11px;
  line-height: 1;
  font-size: 200;
}
.section-blog .section-footer {
  text-align: center;
}
.page-subheader .page-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 30px;
}
.page-subheader .page-desc {
  font-size: 18px;
  font-weight: 500;
  color: #ea7609;
}
.contact-info-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}
.contact-info {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 5px;
}
.contact-info > li > span[dir="ltr"] {
  white-space: nowrap;
  letter-spacing: 1px;
}
body.page-template-page-contact .subsection-slideshow .subsection-slide-card {
  position: relative;
}
body.page-template-page-contact
  .subsection-slideshow
  .subsection-slide-card::before {
  padding-top: 36%;
  display: block;
  content: "";
}
.subsection-slide-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.subsection-slideshow .slick-dots {
  display: flex;
  align-items: center;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.subsection-slideshow .slick-dots > li {
  width: 100%;
  height: 10px;
}
.subsection-slideshow .slick-dots > li > button {
  width: 100%;
  height: 100%;
  background: #dcdcdc;
  border: none;
  padding: 0;
}
.subsection-slideshow .slick-dots > li.slick-active > button {
  background: #ea7609;
}
.product-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.product-subtitle {
  margin-top: 10px;
}
.product-body {
  margin-top: 30px;
}
.product-tab-nav {
  border-top: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-tab-nav > li {
  width: 100%;
}
.product-tab-nav > li > a {
  font-size: 15px;
  font-weight: 700;
  color: #969696;
  padding: 14px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-tab-nav > li.active > a {
  color: #ea7609;
}
.product-tab-content {
  border: 1px solid #dcdcdc;
}
.product-tab-content > div {
  padding: 10px;
}
.product-tab-content table {
  margin: 0;
}
.product-tab-content table th,
.product-tab-content table td {
  width: 50%;
}
.product-gallery {
  background: #ededed;
  border-radius: 15px;
  padding: 10px;
}
.product-gallery-header > img {
  border-radius: 5px;
  width: 100%;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 30px;
}
.entry-cover {
  position: relative;
}
.entry-cover::before {
  padding-top: 55%;
  display: block;
  content: "";
}
.entry-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  margin: 0;
}
* + .entry-title {
  margin-top: 30px;
}
.entry-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
* + .entry-info {
  margin-top: 15px;
}
.entry-info-time {
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
}
.entry-info-cat {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ea7609;
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(234, 118, 9, 0.1);
  text-transform: lowercase;
}
.entry-info-cat:hover {
  background-color: #ea7609;
  color: #fff;
}
.entry-excerpt {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background: radial-gradient(
    157.55% 886% at 77.81% 50%,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(234, 118, 9, 0.21) 100%
  );
  border-right: 3px solid #ea7609;
  margin-top: 32px;
}
.entry-content > p:last-child,
.entry-content blockquote > p:last-child {
  margin-bottom: 0;
}
.entry-content > ul,
.entry-content > ol {
  list-style-position: inside;
  padding: 0;
}
.entry-meta,
.entry-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li {
  display: flex;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-meta > li > i {
  width: 26px;
  align-self: center;
}
.entry-meta > li > strong {
  margin-right: 5px;
}
.entry-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.form-group > label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
.form-control {
  height: 40px;
  border: solid 1px #ededed;
  border-radius: 5px;
  background-color: #ededed;
}
.form-control:focus {
  background-color: #ededed;
  border-color: #ea7609;
}
.breadcrumb {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.breadcrumb > li:not(:last-child)::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #193263;
  margin: 0 10px;
  display: inline-flex;
  opacity: 0.5;
  content: "";
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.6;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .logo > img:nth-child(1) {
    display: none;
  }
  .nav-toggle,
  .search-toggle,
  .cta-toggle {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .nav-toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M0 3.456h24.048v1.848h-24.048v-1.848z'%3E%3C/path%3E%3Cpath d='M0 10.956h24.048v1.848h-24.048v-1.848z'%3E%3C/path%3E%3Cpath d='M0 18.648h24.048v1.848h-24.048v-1.848z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 25px 25px;
  }
  .cta-toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 848.57 848.57'%3E%3Cpath fill='%23fff' d='m848.57,670.18c0,10.85-2.01,25.01-6.03,42.49s-8.24,31.24-12.66,41.28c-8.44,20.09-32.95,41.38-73.53,63.88-37.77,20.49-75.13,30.74-112.1,30.74-10.85,0-21.4-.7-31.64-2.11-10.25-1.41-21.8-3.92-34.65-7.53s-22.4-6.53-28.63-8.74c-6.23-2.21-17.38-6.33-33.45-12.35s-25.92-9.64-29.53-10.85c-39.37-14.06-74.53-30.74-105.47-50.02-51.43-31.74-104.56-75.03-159.41-129.88s-98.14-107.98-129.88-159.41c-19.29-30.94-35.96-66.09-50.02-105.47-1.21-3.62-4.82-13.46-10.85-29.53s-10.15-27.22-12.35-33.45c-2.21-6.23-5.12-15.77-8.74-28.63s-6.13-24.41-7.53-34.65c-1.41-10.25-2.11-20.79-2.11-31.64,0-36.96,10.25-74.33,30.74-112.1C53.24,51.63,74.53,27.12,94.62,18.68c10.04-4.42,23.81-8.64,41.28-12.66S167.54,0,178.39,0c5.63,0,9.84.6,12.66,1.81,7.23,2.41,17.88,17.68,31.94,45.8,4.42,7.63,10.45,18.48,18.08,32.54s14.67,26.82,21.09,38.27,12.66,22.2,18.68,32.24c1.21,1.61,4.72,6.63,10.55,15.07s10.15,15.57,12.96,21.4,4.22,11.55,4.22,17.18c0,8.04-5.73,18.08-17.18,30.13s-23.91,23.1-37.37,33.15-25.92,20.69-37.37,31.94-17.18,20.49-17.18,27.72c0,3.62,1,8.14,3.01,13.56s3.72,9.54,5.12,12.35,4.22,7.63,8.44,14.46,6.53,10.65,6.93,11.45c30.54,55.04,65.49,102.25,104.87,141.63,39.37,39.38,86.58,74.33,141.63,104.87.8.4,4.62,2.71,11.45,6.93s11.65,7.03,14.46,8.44,6.93,3.11,12.35,5.12,9.94,3.01,13.56,3.01c7.23,0,16.47-5.73,27.72-17.18s21.9-23.91,31.94-37.37,21.09-25.92,33.15-37.37,22.1-17.18,30.13-17.18c5.63,0,11.35,1.41,17.18,4.22s12.96,7.13,21.4,12.96,13.46,9.34,15.07,10.55c10.04,6.03,20.79,12.25,32.24,18.68s24.21,13.46,38.27,21.09,24.91,13.66,32.54,18.08c28.12,14.06,43.39,24.71,45.8,31.94,1.21,2.81,1.81,7.03,1.81,12.66Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 22px 22px;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: #193263;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(90deg);
    content: "";
  }
  #navigation > ul > li a:before {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: 4px;
  }
  #navigation li.submenu.active > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  #navigation ul ul > li > a {
    padding-right: 32px;
  }
  #navigation ul ul > li a:before {
    right: 16px;
  }
  .search-card {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2002;
    width: 100vw;
    height: 105px;
    padding: 15px;
    background: #fff;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-card.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .search-card-form {
    width: 100%;
  }
  .header-top {
    padding: 15px 0;
  }
  .logo > img {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .logo > img:nth-child(2) {
    display: none;
  }
  .user-nav > li:not(:first-child),
  .search-toggle,
  .nav-toggle {
    display: none;
  }
  #navigation {
    line-height: 1;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation > ul > li > a {
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #193263;
    display: inline-flex;
    align-items: center;
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-left: 32px;
  }
  #navigation > ul > li.menu-item-has-children > a::before {
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8.37461L0 2.37461L1.4 0.974609L6 5.57461L10.6 0.974609L12 2.37461L6 8.37461Z' fill='%231C1B1F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
  }
  #navigation > ul > li:hover > a {
    background: #eaeaea;
    color: #193263;
  }
  #navigation > ul > li.current-menu-ancestor > a,
  #navigation > ul > li.current-page-parent > a,
  #navigation > ul > li.current-menu-parent > a,
  #navigation > ul > li.current-menu-item > a {
    background: #193263;
    color: #fff;
  }
  #navigation
    > ul
    > li.current-menu-ancestor.menu-item-has-children
    > a::before,
  #navigation > ul > li.current-page-parent.menu-item-has-children > a::before,
  #navigation > ul > li.current-menu-parent.menu-item-has-children > a::before,
  #navigation > ul > li.current-menu-item.menu-item-has-children > a::before {
    filter: brightness(0) invert(1);
  }
  #navigation > ul > li {
    position: relative;
  }
  #navigation li > ul {
    background: #fff;
    border: 1px solid #ececec;
    border-top: 3px solid #ff5f00;
    width: 240px;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    transform: translateY(50px);
  }
  #navigation li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul ul > li > a {
    font-size: 14px;
    padding: 10px;
    display: block;
  }
  #navigation ul ul > li:hover > a,
  #navigation ul ul > li.current-menu-item > a {
    background: #ececec;
    color: #ff5f00;
  }
  .footer-bottom > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-card {
    width: 100%;
    width: 500px;
    height: 40px;
  }
  .header-logo,
  .user-nav {
    flex-grow: 1;
    flex-basis: 0;
  }
  .user-nav {
    justify-content: end;
  }
}
