@import "normalize.css";
@import "bootstrap.rtl.min.css";
@import "jquery.mmenu.all.css";
@import "jquery.mmenu.positioning.css";
@import "owl.carousel.min.css";
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}
body {
  color: #525252;
  direction: rtl;
  font-family: sahel;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-weight: 400;
  min-height: 100%;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  body > div {
    width: 100%;
    overflow-x: hidden;
  }
}
svg {
  display: inline-block;
  vertical-align: middle;
}
html {
  height: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
div.clr {
  width: 100%;
  clear: both;
  height: 1px;
}
.tab-container {
  margin-bottom: 30px;
}
.tab-container > ul > li {
  display: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tab-container > ul > li.active {
  display: block;
  animation-name: fadeInUp;
  animation-duration: .4s;
}
.tab-container > ul > li:hover > a {
  padding-left: 40px;
}
a {
  color: #f36700;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
a:hover {
  color: #525252;
}
p {
  margin: 0 0 10px;
  color: #525252;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
  line-height: 1 ;
  font-weight: 700;
  font-family: sahel;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
button,
input,
select,
textarea {
  font-family: sahel;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  display: block;
  max-width: 100%;
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Sahel-Light-FD.eot");
  src: url("../fonts/Sahel-Light-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-Light-FD.woff") format("woff"), url("../fonts/Sahel-Light-FD.woff2") format("woff2"), url("../fonts/Sahel-Light-FD.ttf") format("truetype");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Sahel-FD.eot");
  src: url("../fonts/Sahel-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-FD.woff") format("woff"), url("../fonts/Sahel-FD.woff2") format("woff2"), url("../fonts/Sahel-FD.ttf") format("truetype");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Sahel-SemiBold-FD.eot");
  src: url("../fonts/Sahel-SemiBold-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-SemiBold-FD.woff") format("woff"), url("../fonts/Sahel-SemiBold-FD.woff2") format("woff2"), url("../fonts/Sahel-SemiBold-FD.ttf") format("truetype");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Sahel-Bold-FD.eot");
  src: url("../fonts/Sahel-Bold-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-Bold-FD.woff") format("woff"), url("../fonts/Sahel-Bold-FD.woff2") format("woff2"), url("../fonts/Sahel-Bold-FD.ttf") format("truetype");
}
@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Sahel-Black-FD.eot");
  src: url("../fonts/Sahel-Black-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-Black-FD.woff") format("woff"), url("../fonts/Sahel-Black-FD.woff2") format("woff2"), url("../fonts/Sahel-Black-FD.ttf") format("truetype");
}
button,
.btn {
  cursor: pointer;
  transition: all .3s;
}
input:focus,
input:hover {
  outline: none;
  box-shadow: none;
}
.sub-title {
  color: #f36700;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-right: 80px;
  margin-bottom: 50px;
  margin-top: -12px;
}
.sub-title:before {
  content: '';
  position: absolute;
  background: #1abc9c;
  top: 50%;
  right: 0;
  width: 56px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
.sub-text {
  position: relative;
  bottom: 40px;
  font-size: 16px;
  padding-right: 80px;
}
.home-sec {
  padding: 70px 0;
}
.more a,
.more button {
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 20px;
  min-width: 100px;
  border: none;
  text-align: center;
  color: #fff;
  background: #f36700;
  display: inline-block;
}
.more a:hover,
.more button:hover {
  background: #c05100;
}
.more a.orange,
.more button.orange {
  background: #00d8ae;
}
.more a.orange:hover,
.more button.orange:hover {
  background: #00a585;
}
input.common {
  margin-bottom: 15px;
  width: 100%;
  line-height: 50px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #e3ebf6;
}
textarea.common {
  margin-bottom: 15px;
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  padding: 10px 15px;
  border: 1px solid #e3ebf6;
  height: 200px;
}
.shade {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  padding: 25px;
}
label {
  display: block;
  margin-bottom: 5px;
}
.in-section {
  padding: 80px 0;
}
.home-title {
  text-align: center;
  margin-bottom: 50px;
}
.home-title h1,
.home-title h2,
.home-title h3,
.home-title h4,
.home-title h5,
.home-title h6 {
  margin-bottom: 0;
  font-size: 22px;
}
.home-title p {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  text-align: center;
}
.home-title p:before {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
}
.home-title p span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.loadmore {
  text-align: center;
  margin: 40px 0 ;
}
.loadmore a {
  display: inline-block;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 25px;
  background: #f36700;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.loadmore a:hover {
  background: #c05100;
}
body .owl-nav .owl-next,
body .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
body .owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}
body .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}
body .owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}
body .owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}
body .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #1abc9c!important;
  background-color: #f36700 !important;
  color: #fff!important;
  text-decoration: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 30px 4px 0 4px;
  opacity: .5;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.heading-section {
  padding-bottom: 20px;
}
.heading-section .heading-area .title {
  position: relative;
  padding-right: 0px;
}
.heading-section .heading-area .title h2 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 0;
}
.heading-section .heading-area .title h2:before {
  position: absolute;
  right: 0;
  top: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f36700 transparent transparent;
  content: '';
}
.title.triangle-side {
  margin-bottom: 30px;
  padding: 15px 30px 15px 0;
  position: relative;
}
.title.triangle-side span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.title.triangle-side h2 {
  font-size: 20px;
  font-weight: 900;
}
.title.triangle-side:before {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f36700 transparent transparent;
  content: '';
}
.more-link {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.es-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.es-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.es-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
input {
  line-height: inherit;
}
input[type="text"]:focus {
  border-color: #44b1e4!important;
  outline: 0!important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(36, 78, 125, 0) !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(36, 78, 125, 0) !important;
}
fieldset {
  min-width: 0!important;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
}
.es-form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.es-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.es-form-control::placeholder {
  color: #6c757d!important;
  opacity: 1;
}
.es-form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.es-form-control-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.es-form-group {
  margin-bottom: 1rem!important;
}
.es-form-simple input[type='text'] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.es-position-relative .es-form-control {
  padding-left: -webkit-calc(4rem);
  padding-left: -moz-calc(4rem);
  padding-left: calc(4rem);
}
.es-form-control {
  padding-right: -webkit-calc(4rem);
  padding-right: -moz-calc(4rem);
  padding-right: calc(4rem);
  padding-left: 1rem;
}
.es-position-relative {
  position: relative!important;
}
.es-form-control-position {
  line-height: 3.2rem;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
}
.es-form-control:focus {
  color: #4e5154;
  border-color: #3bafda;
  outline: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.es-input-field-right-placeholder::placeholder {
  text-align: right;
  direction: rtl;
}
input[type="text"] {
  padding: 7px 15px;
  margin: 0 0 0;
}
input[type="text"]:focus {
  border-color: #44b1e4;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
::selection {
  background: #1abc9c;
  background: var(--themecolor);
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: 0!important;
}
fieldset {
  margin-bottom: 30px;
}
.es-col-1,
.es-col-2,
.es-col-3,
.es-col-4,
.es-col-5,
.es-col-6,
.es-col-7,
.es-col-8,
.es-col-9,
.es-col-10,
.es-col-11,
.es-col-12,
.es-col,
.es-col-auto,
.col-sm-1,
.es-col-sm-2,
.es-col-sm-3,
.es-col-sm-4,
.es-col-sm-5,
.es-col-sm-6,
.es-col-sm-7,
.es-col-sm-8,
.es-col-sm-9,
.es-col-sm-10,
.es-col-sm-11,
.es-col-sm-12,
.es-col-sm,
.es-col-sm-auto,
.col-md-1,
.es-col-md-2,
.es-col-md-3,
.es-col-md-4,
.es-col-md-5,
.es-col-md-6,
.es-col-md-7,
.es-col-md-8,
.es-col-md-9,
.es-col-md-10,
.es-col-md-11,
.es-col-md-12,
.es-col-md,
.es-col-md-auto,
.col-lg-1,
.es-col-lg-2,
.es-col-lg-3,
.es-col-lg-4,
.es-col-lg-5,
.es-col-lg-6,
.es-col-lg-7,
.es-col-lg-8,
.es-col-lg-9,
.es-col-lg-10,
.es-col-lg-11,
.es-col-lg-12,
.es-col-lg,
.es-col-lg-auto,
.col-xl-1,
.es-col-xl-2,
.es-col-xl-3,
.es-col-xl-4,
.es-col-xl-5,
.es-col-xl-6,
.es-col-xl-7,
.es-col-xl-8,
.es-col-xl-9,
.es-col-xl-10,
.es-col-xl-11,
.es-col-xl-12,
.es-col-xl,
.es-col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
.es-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
grammarly-desktop-integration {
  display: none;
}
#menus > ul {
  display: none;
}
#footer {
  padding: 30px 0;
  background: linear-gradient(90deg, #303030 50%, #ffaa06 50%);
}
#footer .left {
  display: flex;
  padding: 50px 60px 0 0;
}
#footer .left .info {
  padding: 0 20px 0 0;
}
#footer .left .info p {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #footer .left {
    padding: 50px 0px 0 0;
  }
}
#footer .copyright {
  display: flex;
  align-items: center;
}
#footer .copyright a {
  color: #fff;
  padding: 0 2px;
  cursor: pointer;
  margin-left: 0!important;
}
#footer .copyright a:hover {
  color: #000;
}
.logo-links {
  padding: 30px 0;
  background: linear-gradient(0deg, #dddddd 68%, #ffaa06 68%);
}
@media only screen and (max-width: 992px) {
  .logo-links {
    background: #dddddd;
  }
}
.logo-links .owl-carousel .owl-item img {
  width: auto;
}
.logo-links .clipped-text {
  position: relative;
}
.logo-links .clipped-text .title {
  position: relative;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 1px;
  right: 0;
  top: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .logo-links .clipped-text .title {
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .logo-links .clipped-text .title {
    position: static;
    text-align: center;
    margin-bottom: 15px;
    color: #303030;
  }
}
.logo-links .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-links .item a img {
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}
.logo-links .item a span {
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  border-top: 1px solid #04929c;
  padding-top: 5px;
}
.logo-links .item a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.logo-links .owl-carousel .owl-nav {
  position: absolute;
  right: -200px;
  bottom: 15px;
}
.logo-links .owl-carousel .owl-nav button {
  opacity: 1;
  left: -58px;
  border: 1px solid #ffffff;
  color: #FFF;
  background: transparent;
}
.logo-links .owl-carousel .owl-nav .owl-next {
  right: -22px;
}
.logo-links .owl-carousel .owl-nav:hover button {
  opacity: 1;
  left: -58px;
  border: 1px solid #ffffff;
  color: #FFF;
  background: transparent;
}
.logo-links .owl-carousel .owl-nav:hover .owl-next {
  right: -22px;
}
@media only screen and (max-width: 1200px) {
  .logo-links .owl-carousel .owl-nav {
    right: -130px;
  }
}
#gallery {
  padding: 30px 0 10px 0;
  background: #3c3c3c;
  background-image: url(images/gallery-back-img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#gallery .heading-section.heading-section-one {
  padding-bottom: 20px;
}
#gallery .heading-section.heading-section-one .heading-area .title h2 {
  color: #fff;
}
#gallery .heading-section.heading-section-one .heading-area .title h2:after {
  content: ' ';
  position: absolute;
  left: -40px;
  color: #5d5f5d;
  font-size: .75em;
  top: 50%;
  transform: translateY(-50%);
  background: url('images/left.svg');
  width: 28px;
  height: 28px;
}
#gallery .heading-section.heading-section-one .heading-area .heading-groups ul {
  margin-right: 40px;
  list-style: none;
  padding: 2px 0 0 0;
}
@media only screen and (max-width: 576px) {
  #gallery .heading-section.heading-section-one .heading-area .heading-groups ul {
    margin-right: 20px;
  }
}
#gallery .heading-section.heading-section-one .heading-area .heading-groups ul li {
  float: right;
}
#gallery .heading-section.heading-section-one .heading-area .heading-groups ul li a {
  color: #777;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  transition: all cubic-bezier(0.17, 0.84, 0.44, 1) 0.3s;
}
#gallery .heading-section.heading-section-one .heading-area .heading-groups ul li a:hover {
  background: #575a5e;
  box-shadow: -7.071px -7.071px 20px 0 #000000, 8.192px 5.736px 20px 0 #000000;
  color: #fff;
}
.video-box {
  margin-bottom: 20px;
}
.video-box .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.video-box .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0px 2px 0 2px;
  background-color: transparent;
  border: 2px solid #fff;
}
.video-box .owl-dots .owl-dot.active {
  width: 30px;
  background-color: #fff !important;
  border: 2px solid #fff !important;
  opacity: 1;
  border-radius: 5px;
}
.video-box .owl-carousel .owl-stage {
  padding: 0px 0;
}
.video-box .video-item {
  height: 0;
  padding-bottom: 66.66667%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-box .video-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.video-box .video-item > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.video-box .video-item > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  z-index: 11;
  transform: translate(-50%, -50%);
  color: #f36700;
  border: 3px solid #f36700;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.video-box .video-item img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: all cubic-bezier(0.17, 0.84, 0.44, 1) 0.3s;
}
.video-box .video-item h3 {
  padding: 0 15px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: translateX(-50%);
  color: #fff;
  z-index: 9;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.video-box .video-item:hover > i {
  background: #f36700;
  color: #fff;
}
.video-box .video-item:hover img {
  transform: scale(1.1);
}
.video-box .video-item.img-item {
  margin: 0 0 20px 0;
}
.video-box .video-item.img-item > i {
  transform: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 35px;
  background: #036;
  color: #fff;
  border: 0px solid #f36700;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  font-size: 18px;
}
#tender-sector {
  background: #fef2d7;
  padding: 30px 0;
  position: relative;
}
#tender-sector:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 350px 350px 0;
  border-color: transparent #f5de98 transparent transparent;
}
#tender-sector .title.triangle-side {
  margin-bottom: 0;
}
#tender-sector .item {
  background: #d3ebfd;
  padding: 5px;
}
#tender-sector .item .tender-img {
  position: relative;
  margin-bottom: 15px;
}
#tender-sector .item .tender-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #d3ebfd;
  z-index: 0;
}
#tender-sector .item .tender-content h3 a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: justify;
  min-height: 20px;
  max-height: 55px;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
  padding: 0 10px;
}
#tender-sector .item .tender-content p {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0 0 35px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product-sector {
  padding: 20px 0;
}
#product-sector .row.sp-row {
  justify-content: center;
}
#product-sector .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #04325f;
}
#product-sector .content .image a {
  position: relative;
  display: block;
}
#product-sector .content .image a:after {
  content: '';
  left: -120px;
  top: 0;
  height: 100%;
  width: 200px;
  background: #7bc4ca;
  position: absolute;
  border-right: 20px solid rgba(219, 210, 188, 0.9);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  z-index: 0;
}
#product-sector .content .image a .effect {
  width: 100%;
  height: 100%;
  border: 10px solid rgba(253, 254, 255, 0.5);
  position: absolute;
  top: 0;
}
#product-sector .content .image a img {
  max-width: 320px;
}
#product-sector .content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 15px 10px 15px;
  flex-grow: 1;
}
#product-sector .content .data .main-title {
  position: relative;
  right: 0;
  bottom: 0;
}
#product-sector .content .data h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
#product-sector .content .data .info {
  margin-right: 20px;
  margin-right: 0;
  width: 100%;
}
#product-sector .content .data .info h6 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
#product-sector .content .data .info a {
  font-size: 14px;
  font-weight: 600;
  float: left;
}
@media only screen and (max-width: 1200px) {
  #product-sector .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  #product-sector .content .image a {
    margin-bottom: 15px;
  }
  #product-sector .content .image a:after {
    display: none;
  }
  #product-sector .content .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px;
  }
  #product-sector .content .data .main-title {
    position: static;
  }
}
#counter-sector {
  padding: 30px 0;
  margin: 0;
  background: linear-gradient(50deg, #eaeff5 66%, #303030 66%);
}
#counter-sector .title {
  color: #fff;
}
#counter-sector .clipped-text .title {
  position: relative;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 1px;
  right: 0;
  top: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #counter-sector {
    margin-top: 15px;
    margin-bottom: 15px;
    background: linear-gradient(50deg, #eaeff5 72%, #303030 72%);
  }
  #counter-sector .title {
    color: #000;
  }
  #counter-sector .clipped-text .title {
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  #counter-sector {
    background: #eaeff5;
  }
  #counter-sector .clipped-text .title {
    position: static;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
  }
}
#counter-sector .counter-small {
  text-align: center;
  font-size: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#counter-sector .counter-small h6,
#counter-sector .counter-small span {
  color: #000;
}
#counter-sector .counter-small h6 {
  font-size: 15px;
  margin-bottom: 15px;
}
#counter-sector .counter-small h5 {
  font-size: 15px;
  font-weight: 600;
  color: #f36700;
}
@media only screen and (max-width: 992px) {
  #counter-sector .counter-small {
    margin-bottom: 20px;
  }
}
#news {
  padding: 0px 0 20px;
  background: linear-gradient(0deg, #fcb019 20%, rgba(0, 0, 0, 0) 20%), linear-gradient(0deg, rgba(33, 37, 41, 0.79) 81%, #ffffff 76%)
}
#news .owl-carousel .post-item {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}
#news .owl-carousel .post-item .post-item-wrap .post-image a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.666667%;
  position: relative;
  overflow: hidden;
}
#news .owl-carousel .post-item .post-item-wrap .post-image a img {
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description {
  padding: 15px;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description h2 {
  letter-spacing: 0;
  margin: 0 0 10px 0;
  line-height: 24px;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description h2 a {
  transition: 0.3s;
  color: #0e759d;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: right;
  margin: 0;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description h2 a:hover {
  color: #11277d;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description h2 a:active {
  color: #f36700;
}
#news .owl-carousel .post-item .post-item-wrap .post-item-description span i {
  margin-left: 5px;
}
#news .owl-carousel .post-item:hover {
  border: 1px solid #ea9a27;
}
#news .owl-carousel .post-item:hover .post-item-wrap .post-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#news .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
#news .owl-carousel .owl-dots .owl-dot.active {
  border-radius: 5px;
  width: 50px;
  background-color: #ccc;
}
#other-links {
  background: #e9eff4;
}
#other-links .links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#other-links .links-item .links-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 15px;
}
#other-links .links-item .links-image a {
  border-radius: 50%;
  border: 3px solid #d9ecfa;
  display: inline-block;
}
#other-links .links-item .links-image img {
  border-radius: 50%!important;
}
#other-links .links-item .links-title h3 {
  margin-bottom: 0;
}
#other-links .links-item .links-title h3 a {
  font-weight: 600;
  color: #f36700;
  font-size: 18px;
}
#other-links .owl-carousel .owl-stage-outer {
  padding: 0 50px;
}
@media only screen and (max-width: 992px) {
  #other-links .owl-carousel .owl-stage-outer {
    padding: 0 0px;
  }
}
#slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#slider:before {

}
#slider .theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  color: #242424;
  padding: 8px 26px;
  font-weight: 600;
  overflow: hidden;
  background-color: #f36700;
  text-transform: uppercase;
}
#slider .btn-style-one .txt {
  position: relative;
  z-index: 1;
}
#slider .btn-style-one:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
#slider .btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#slider .btn-style-one:hover {
  color: #242424;
}
#slider .slide {
  position: relative;
  padding: 220px 0px 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
  height: calc(100vh - 203px);
}
@media only screen and (max-width: 992px) {
  #slider .slide {
    padding: 150px 0 60px;
  }
}
#slider .slide .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
#slider .active .slide {
  z-index: 6;
}
#slider .active .slide .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transform-origin: center;
}
#slider .content {
  position: relative;
  z-index: 10;
  max-width: 700px;
  z-index: 3;
  text-align: center;
  -webkit-transition-delay: all 4;
  -o-transition-delay: all 4;
  transition-delay: all 4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 30px;
  margin: 0 auto;
}
#slider .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
@media only screen and (max-width: 992px) {
  #slider .content h2 {
    font-size: 20px;
  }
}
#slider .active .content h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}
#slider .content .text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 35px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
#slider .active .content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1800ms;
}
#slider .owl-carousel .owl-nav .owl-prev,
#slider .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  margin-top: -25px;
  width: 100%;
  height: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .main-slider:hover .owl-nav {
  opacity: 1;
}
#slider .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 5px 0px 0px 5px;
  opacity: 0.70;
  text-align: center;
  color: #353535;
  background-image: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.9);
}
#slider .owl-prev {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0.70;
  text-align: center;
  color: #353535;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
}
#slider .owl-next:hover,
#slider .owl-prev:hover {
  background: #00d8ae;
  opacity: 1;
}
#slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
}
#slider .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
#slider .owl-dots .owl-dot.active span {
  background: #00d8ae;
}
#header {
  position: relative;
  background-color: #2b3341d6;
  border-bottom: 5px solid #fcb11a;
}
#header .ft-home,
#header .ft-navigation {
  padding: 8px 0;
}
#header #social {
  float: left;
  margin: 30px 15px 0 0;
  -webkit-transition: margin .4s ease,opacity .3s ease;
  transition: margin .4s ease,opacity .3s ease;
}
#header .flagimage {
  width: 57px;
  margin-left: 7px;
  margin-right: 0px;
  float: left;
}
#header #header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}
#header .container {
  position: relative;
}
#header #logo {
  position: relative;
  font-size: 36px;
  line-height: 100%;
  margin-left: 40px;
  margin-right: 0;
  height: 173px;
  margin: 0 auto;
}
#header #logo a {
  display: block;
  color: #000;
}
#header #logo a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 173px;
}
#header #logo a.standard-logo {
  display: block;
}
#header #logo a.retina-logo {
  display: none;
}
#header.full-header {

}
#header.full-header #logo {
  position: absolute;
  right: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 0 !important;
  padding: 5px !important;
  height: 180px;
  overflow: hidden;

}
#header.full-header #logo img {
  height: 150px !important;
}
#header.full-header .leader {
  height: 100px;
}
#header .social-icon {
  display: block;
  float: left;
  text-align: center!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal;
  margin: 0 0 0px 5px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px!important;
  color: #fff;
  text-shadow: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
}
#header .social-icon.si-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff!important;
  border-color: transparent;
}
#header .social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px!important;
}
#header .social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}
#header .social-icon i {
  display: block;
  position: relative;
}
#header .social-icon i:last-child {
  color: #fff!important;
}
#header .social-icon:hover {
  color: #555;
  border-color: transparent;
}
#header .social-icon:hover i:first-child {
  margin-top: -38px;
}
#header .social-icon:hover.si-facebook {
  background-color: #3b5998!important;
}
#header .social-icon:hover.si-rss {
  background-color: #ee802f!important;
}
#header .social-icon:hover.si-instagram {
  background-color: #db2669!important;
}
.espritmenu ul {
  list-style: none;
  margin: 0;
}
.espritmenu ul li {
  position: relative;
}
.espritmenu ul li > a {
  display: block;
  line-height: 22px;
  color: #444;
  color: var(--primary-menu-font-color);
  font-weight: 700;
  font-weight: var(--primary-menu-font-weight);
  font-size: .8125rem;
  font-size: var(--primary-menu-font-size);
  font-family: Raleway, sans-serif;
  font-family: var(--primary-menu-font);
  -webkit-transition: margin .4s ease,padding .4s ease;
  -o-transition: margin .4s ease,padding .4s ease;
  transition: margin .4s ease,padding .4s ease;
}
.espritmenu ul li:hover > a {
  color: #1abc9c;
  color: var(--themecolor);
}
.espritmenu ul > li {
  float: left;
  margin-left: 2px;
}
.espritmenu ul ul:not(.mega-menu-column) {
  background-color: #fff;
  border: 1px solid #eee;
  border-top-color: var(--themecolor);
  margin: 0;
  border-top: 0 solid #1abc9c;
}
.espritmenu ul ul li {
  float: none;
  margin: 0;
}
.espritmenu ul ul li:first-child {
  border-top: 0;
}
.espritmenu ul ul li > a {
  font-size: .75rem;
  font-size: var(--primary-menu-submenu-font-size);
  font-weight: 700;
  font-weight: var(--primary-menu-submenu-font-weight);
  color: #666;
  border: 0;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-family: var(--primary-menu-submenu-font);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}
.espritmenu ul ul li:hover > a {
  padding-left: 0px;
  color: #fff;
}
.espritmenu > ul {
  float: left;
}
.espritmenu > ul > li:first-child {
  margin-left: 0;
}
.espritmenu > ul > li > ul {
  -webkit-transition: top .4s ease;
  -o-transition: top .4s ease;
  transition: top .4s ease;
}
.espritmenu > ul > li > a {
  display: block;
  line-height: 22px;
  padding: 40px 5px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: margin .4s ease,padding .4s ease;
  transition: margin .4s ease,padding .4s ease;
}
#top-search {
  float: left;
  margin: 40px 15px 40px 0;
  -webkit-transition: margin .4s ease,opacity .3s ease;
  -o-transition: margin .4s ease,opacity .3s ease;
  transition: margin .4s ease,opacity .3s ease;
}
#top-search a {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 22px;
  color: #303030;
}
#top-search a i {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#top-search a i.niafam-close {
  opacity: 0;
}
#top-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#top-search form input {
  box-shadow: none!important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0!important;
  font-size: 30px;
  padding: 10px 0 10px 80px;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 500;
  margin-top: 0!important;
  font-family: Raleway, sans-serif;
  font-family: var(--primary-menu-font);
}
#header,
#header-wrap,
#logo img {
  -webkit-transition: height .4s ease,opacity .3s ease;
  -o-transition: height .4s ease,opacity .3s ease;
  transition: height .4s ease,opacity .3s ease;
}
.form-control {
  border-radius: 3px;
}
.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none;
}
.mburger {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  width: 60px;
  height: 40px;
  --mb-bar-height: 2px;
  color: #024188!important;
  z-index: 999;
}
.mburger b {
  display: block;
  position: absolute;
  left: 10px;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: 5px;
  -webkit-transition: bottom 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: bottom .2s ease,transform .2s ease,width .2s ease;
  transition: bottom .2s ease,transform .2s ease,width .2s ease;
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: 5px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.mburger b:nth-of-type(3) {
  top: 50%;
  -webkit-transition: top 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: top .2s ease,transform .2s ease,width .2s ease;
  transition: top .2s ease,transform .2s ease,width .2s ease;
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
}
.mburger.mburger--collapse b:nth-of-type(1) {
  -webkit-transition: bottom 0.2s ease, margin 0.2s ease, -webkit-transform 0.2s ease;
  transition: bottom 0.2s ease, margin 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: bottom .2s ease,margin .2s ease,transform .2s ease;
  transition: bottom .2s ease,margin .2s ease,transform .2s ease;
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: .2s,0s,0;
  -o-transition-delay: .2s,0s,0;
  transition-delay: .2s,0s,0;
}
.mburger.mburger--collapse b:nth-of-type(2) {
  -webkit-transition: top .2s ease,opacity 0 ease;
  -o-transition: top .2s ease,opacity 0 ease;
  transition: top .2s ease,opacity 0 ease;
  -webkit-transition-delay: .3s,.3s;
  -o-transition-delay: .3s,.3s;
  transition-delay: .3s,.3s;
}
.mburger.mburger--collapse b:nth-of-type(3) {
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: top .2s ease,transform .2s ease;
  transition: top .2s ease,transform .2s ease;
  transition: top 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
#side-panel-trigger,
#top-account,
#top-cart,
#top-search {
  float: left;
  margin: 40px 15px 40px 0;
}
#side-panel-trigger,
#top-account,
#top-cart,
#top-search {
  margin: 35px 5px 40px 10px;
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none!important;
  }
  .espritmenu {
    --menu-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .espritmenu ul {
    list-style: none;
    margin: 0;
  }
  .espritmenu ul li,
  .espritmenu ul li a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
  }
  .espritmenu ul li a:hover,
  .espritmenu ul li:hover {
    color: #fff;
  }
  .espritmenu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .espritmenu ul li {
    padding-left: 15px;
    margin-left: 15px;
  }
  .espritmenu ul li a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .espritmenu ul li a:only-child:before {
    padding-right: 0;
    display: none;
  }
  .espritmenu > ul li {
    position: relative;
  }
  .espritmenu > ul li ul li:last-child {
    border-bottom: 0 solid rgba(0, 0, 0, 0.15);
  }
  .espritmenu > ul li ul li::before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid orange;
  }
  .espritmenu > ul li ul li:hover {
    background-color: #0f96cc;
  }
  .espritmenu > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .espritmenu > ul > li {
    position: relative;
  }
  .espritmenu > ul > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    background: #d1ab6a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .espritmenu > ul > li > a:hover {
    color: #000;
  }
  .espritmenu > ul > li:last-child:before {
    display: none;
  }
  .espritmenu ul li a:not(:only-child) {
    margin-left: 15px;
  }
  nav.es-navbar ul ul li a:hover {
    color: #fff;
    padding-right: 0;
    background: 0 0!important;
  }
  .espritmenu ul li:hover {
    color: #f36700;
    background: #d3ebfd;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
  }
  .espritmenu ul li:hover a {
    color: #000;
  }
  .espritmenu ul li {
    padding-left: 0;
    margin-left: 0;
  }
  .espritmenu ul > li > a::before {
    content: ' ';
    position: absolute;
    left: 13px;
    top: 45%;
    -webkit-transform: translateY(-40%) rotate(225deg);
    transform: translateY(-40%) rotate(225deg);
    width: 10px;
    height: 10px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .espritmenu ul li a:only-child:before {
    padding-right: 0;
    display: none;
  }
  .espritmenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--menu-height);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    float: right;
  }
  .espritmenu > ul li ul {
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    min-width: 200px;
    background-color: #123573;
    position: absolute;
    top: calc(var(--menu-height));
    right: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.2);
    border: 0 solid rgba(255, 255, 255, 0.5);
    border-radius: 0 0 5px 5px;
    z-index: 99;
    border-top: 1px solid #ffffff;
  }
  .espritmenu > ul li ul li {
    margin: 0;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 40px;
    padding-left: 30px;
    min-width: 180px;
    width: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .espritmenu > ul li ul li a {
    color: #fff;
  }
  .espritmenu > ul li ul li:hover {
    background-color: #f36700;
    border-radius: 0;
  }
  .espritmenu > ul > li {
    position: relative;
    padding: 0 12px;
    height: 100px;
  }
}
body.stretched #header.full-header .container {
  width: 100%;
  max-width: none;
  padding: 0 15px;
}
body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input {
  padding-left: 40px;
}
body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) .espritmenu > ul {
  opacity: 1;
  -webkit-transition: height .4s ease,margin .4s ease,opacity .2s .2s ease;
  -o-transition: height .4s ease,margin .4s ease,opacity .2s .2s ease;
  transition: height .4s ease,margin .4s ease,opacity .2s .2s ease;
}
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body.top-search-open #top-search .niafam-close {
  display: inline-block;
  opacity: 1;
}
body.top-search-open #top-search .niafam-search {
  display: none;
}
body.top-search-open #top-search form {
  opacity: 1;
  z-index: 999;
}
body.top-search-open #top-search #top-search-trigger {
  z-index: 1000;
}
body.top-search-open #header-wrap #logo,
body.top-search-open .espritmenu > .container > ul,
body.top-search-open .espritmenu > ul,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account,
body.top-search-open #top-cart {
  opacity: 0;
}
body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input {
  padding-right: 40px;
  padding-left: 0;
}
body:not(.top-search-open) #header-wrap #logo {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (max-width: 991px) {
  #primary-menu-trigger {
    right: 0;
    left: auto;
  }
  #top-search a {
    left: 0px;
    right: auto;
  }
  #top-search a {
    left: 0px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .col_full {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #top-search form input {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  #primary-menu-trigger {
    left: 0;
    right: 20px;
  }
  #top-search a {
    right: auto;
    left: 0px;
  }
  #top-search form input {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 429px) {
  #social {
    display: none;
  }
}
@media (max-width: 1600px) {
  #header.full-header #logo::before {
    right: -185px !important;
  }
  #header.full-header #logo::after {
    right: 50%!important;
  }
}
@media (max-width: 1450px) {
  #header.full-header #logo::before {
    right: -250px !important;
  }
}
@media (max-width: 1375px) {
  #logo img {
    height: 140px !important;
  }
  #header.full-header #logo::before {
    right: -340px !important;
  }
  #header.full-header #logo::after {
    right: 12%!important;
  }
}
@media (max-width: 1800px) {
  #header.full-header #logo {
    right: -7.6vw;
  }
}
@media (max-width: 1500px) {
  #header.full-header #logo {
    right: -14.6vw;
  }
}
@media (max-width: 1451px) {
  #header.full-header #logo {
    right: -6.6vw;
  }
}
@media (max-width: 992px) {
  #header.full-header #logo {
    right: -2.6vw;
  }
}
@media (max-width: 991.98px) {
  .espritmenu {
    display: none!important;
  }
}
@media (max-width: 1279.98px) {
  #logo img {
    height: 140px !important;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1199.98px) {
  #header.full-header #logo {
    overflow: hidden;
  }
  #header.full-header #logo::after {
    display: none;
  }
  #header.full-header #logo::before {
    width: 200px;
    height: 100px;
    right: -30px !important;
  }
  #logo img {
    height: 70px !important;
    margin: 0;
  }
  #header.full-header .espritmenu > ul {
    float: right;
    padding-left: 0;
    margin-left: 0;
    border-left: 0 solid #eee;
    border-right: 0 solid #eee;
    padding-right: 0;
    margin-right: 0;
  }
  .espritmenu > ul > li {
    padding: 0 5px;
  }
  body.stretched #header.full-header .container {
    padding: 0 10px;
  }
  .espritmenu ul li a:not(:only-child) {
    margin-left: 10px;
  }
  .espritmenu ul > li > a::before {
    left: 6px;
    font-size: .675em;
  }
  .social > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 125px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #social {
    margin: 15px 15px 0 0;
  }
  .social-icon {
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 991.98px) {
  #mainMenu-trigger {
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  #header.full-header #logo {
    height: 89px !important;
  }
  #header.full-header #logo img,
  #header #logo a img {
    height: 70px !important;
  }
}
.sticky-header #top-search form input {
  border: none!important;
}
#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.sticky-header #header-wrap .leader {
  height: 60px;
}
#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 60px;
}
#header.sticky-header:not(.static-sticky) .espritmenu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}
#header.sticky-header:not(.static-sticky) #top-search {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
#header.sticky-header #header-wrap {
  right: 0;
  left: auto;
}
#header.sticky-header .social-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
#header.sticky-header:not(.static-sticky) #top-search {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
#header.full-header.sticky-header #logo::after {
  height: 90px;
}
#header.full-header.sticky-header #logo::before {
  height: 90px;
}
#header.full-header.sticky-header #logo {
  padding: 10px 30px 0 0;
}
#header.full-header.sticky-header #social {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
#header.sticky-header:not(.static-sticky) .espritmenu > ul > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}
#header.sticky-header .espritmenu {
  --menu-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header.sticky-header .espritmenu > ul > li::before {
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}
#header.sticky-header .espritmenu > ul li ul {
  top: 85px;
}
#header.sticky-header .espritmenu > ul > li > a {
  color: #f36700;
}
@media (max-width: 1199.98px) {
  #header.full-header.sticky-header #social {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
}
#header.full-header.sticky-header #logo {
  height: 60px !important;
}
#header.full-header.sticky-header #logo img {
  height: 74px !important;
}
.islider .section {
  padding: 60px 0;
}
.islider .section .col-ptit h1 {
  color: #ffff;
}
.islider .section .col-ptit h1 {
  min-height: 50px;
}
.page-location {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.page-location .breadcrumb {
  margin-bottom: 0;
  padding: 5px 0 !important;
  font-size: 14px;
  line-height: 28px;
}
.page-location .breadcrumb span {
  font-size: 14px;
  color: #303030;
  font-weight: 500;
  transition: .3s;
}
.page-location .breadcrumb span:hover {
  color: #f36700;
}
.page-location .breadcrumb ul.breadcrumb li + li:before {
  content: '';
  display: inline-block;
  color: #000!important;
  font-size: 12px;
  position: relative;
  top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(315deg);
}
#content {
  background-color: #eaeff5;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#content #es-content {
  box-shadow: 0px 3px 10px 0px #00000022;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px;
}
#content .title.triangle-side {
  margin-bottom: 10px;
}
#content .title.triangle-side h2 {
  margin-bottom: 0;
}
.es-post-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}
.es-post-item:last-child {
  border-bottom: none;
}
.es-post-item .es-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.es-post-item .es-post-meta ul {
  margin: 0;
  padding: 0;
}
.es-post-item .es-meta {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  list-style-type: circle;
  color: #6e6e6e;
}
.es-post-item .es-meta:first-child {
  margin-left: 0;
  padding-left: 0;
}
.es-post-item .es-meta:last-child {
  margin-right: 0;
  padding-right: 0;
}
.es-post-item .es-post-thumb {
  position: relative;
}
.es-post-item .es-post-thumb i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  color: #fff;
  padding: 5px;
  background: #f65314;
}
.es-post-item .es-post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.es-post-item .es-post-title a {
  color: #000;
}
.es-post-item .es-post-kicker {
  margin: 0;
  color: #cd2122;
  font-weight: 400;
  letter-spacing: 0;
}
.es-post-item .es-post-dis {
  margin-right: 15px;
  width: 100%;
}
.es-post-item .es-post-dis .es-post-meta ul {
  margin: 0;
  padding: 0;
}
.es-post-item .es-post-header {
  padding: 0px 0 15px;
}
@media only screen and (max-width: 768px) {
  .es-post-item .es-post-title {
    font-size: 20px;
    line-height: 30px;
  }
  .es-post-item .es-post-item .es-post-dis {
    padding-left: 0;
    width: 100%;
  }
  .es-post-item .es-post-item .es-post-thumb {
    margin-bottom: 30px;
    width: 100%;
  }
  .es-post-item .es-post-meta {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .es-post-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .es-post-item .es-post-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .es-post-item .es-post-thumb img {
    width: 100%;
  }
  .es-post-item .es-post-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pagination {
  margin: 0.755em 0;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  padding: 0 10px;
  border-radius: .25rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li:last-child > a {
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.notifications {
  box-shadow: 0px 3px 10px 0px #00000022;
  background-color: #fff;
  border-radius: 10px;
  height: calc(-10%);
  position: relative;
  overflow: auto;
  height: 450px;
  margin-bottom: 30px;
}
.notifications:after {
  content: "";
  width: 100%;
  height: 90px;
  background-image: linear-gradient(to top, #ffffff, transparent);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: 0.3s;
}
.notifications:hover:after {
  height: 0px;
}
.notifications ul {
  margin: 0;
  padding: 15px;
  list-style: none;
  height: 100%;
}
.notifications ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f36700;
  position: absolute;
  right: 10px;
  top: 0;
}
.notifications ul li {
  padding-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
.notifications ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f36700;
  position: absolute;
  right: -7px;
  top: 6px;
  border-radius: 2px;
}
.notifications ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #f36700;
  position: absolute;
  right: -3px;
  top: 9px;
}
.notifications ul li .spans {
  margin-bottom: 5px;
}
.notifications ul li .spans .date {
  font-size: 14px;
  color: #f36700;
}
.notifications ul li .spans .type {
  font-size: 14px;
  color: #fff;
  background: #f36700;
  border-radius: 3px;
  padding: 0px 10px;
  margin-left: 5px;
}
.notifications ul li a {
  color: #303030;
  transition: 0.3s;
  font-weight: 500;
}
.notifications ul li a:hover {
  color: #11277d;
}
#sidebar {
  position: sticky;
  top: 60px;
}
.main-content {
  margin-bottom: 60px;
}
.main-content img {
  border-radius: 5px;
}
.main-content ol,
.main-content ul {
  margin: 25px 0;
  line-height: 30px;
}
.main-content ul {
  list-style: disc;
  margin-right: 30px;
}
.main-content .wp-block-image {
  text-align: center;
  font-size: 13px;
  margin: 50px auto;
}
.main-content .wp-block-image img {
  border-radius: 5px !important;
}
.main-content .wp-block-image figcaption {
  padding-top: 10px;
}
.main-content .wp-block-image .alignleft {
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .main-content .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px;
  }
}
.main-content .wp-block-image .alignright {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .main-content .wp-block-image .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
.main-content .top .hit,
.main-content .top .code,
.main-content .top .date,
.main-content .top .cat {
  display: inline-block;
  margin-left: 30px;
  color: #999;
  font-size: 14px;
}
.main-content .top .hit svg,
.main-content .top .code svg,
.main-content .top .date svg,
.main-content .top .cat svg,
.main-content .top .hit i,
.main-content .top .code i,
.main-content .top .date i,
.main-content .top .cat i {
  color: #f36700;
}
@media only screen and (max-width: 1200px) {
  .main-content .top .hit,
  .main-content .top .code,
  .main-content .top .date,
  .main-content .top .cat {
    display: block;
    float: none !important;
  }
}
.main-content .top .cat {
  float: left;
  margin-left: 0;
}
.main-content .top .cat span {
  display: inline-block;
}
.main-content .top .cat ul {
  display: inline-block;
  margin: 0;
}
.main-content .top .cat ul li {
  display: inline-block;
  margin-right: 10px;
}
.main-content .top .cat ul li a {
  color: #999;
}
.main-content .top .m-title {
  padding-bottom: 20px;
}
.main-content .top .sing-inf {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.main-content .top .sharing {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  width: 40px;
  margin-bottom: 0px;
}
.main-content .top .sharing h4 {
  font-size: 13px;
  color: #000;
}
.main-content .top .sharing ul.share {
  padding-top: 0px;
  margin-right: 0;
}
.main-content .top .sharing ul.share li {
  display: block;
  line-height: 40px;
  float: right;
  margin-left: 10px;
}
.main-content .top .sharing ul.share li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  text-align: center;
  color: #000;
}
.main-content .top .sharing ul.share li a .fa,
.main-content .top .sharing ul.share li a .fab {
  line-height: 40px;
}
.main-content p {
  margin: 20px 0 30px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin: 0 0 5px;
}
.main-content h1 {
  font-size: 30px;
}
.main-content h2 {
  font-size: 28px;
}
.main-content h3 {
  font-size: 26px;
}
.main-content h4 {
  font-size: 24px;
}
.main-content h5 {
  font-size: 22px;
}
.main-content h6 {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .main-content h1 {
    font-size: 24px;
  }
  .main-content h2 {
    font-size: 22px;
  }
  .main-content h3 {
    font-size: 20px;
  }
  .main-content h4 {
    font-size: 18px;
  }
  .main-content h5 {
    font-size: 17px;
  }
  .main-content h6 {
    font-size: 16px;
  }
}
.news-info-wrap {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 15px;
}
.news-info-wrap ul {
  margin: 0;
}
.news-info-wrap .news-info {
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.news-info-wrap .news-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  float: right;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.news-info-wrap .news-info ul li {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-info-wrap .news-info ul li i {
  margin-left: 5px;
  color: #162559;
}
.news-info-wrap .news-tools {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.news-info-wrap .news-tools ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-info-wrap .news-tools ul li {
  margin-right: 7px;
  float: left;
  list-style-type: none;
}
.news-info-wrap .news-tools ul li a {
  display: flex;
}
.news-info-wrap .news-tools ul li i {
  color: #000;
}
.news-head h6 {
  font-weight: 600;
  font-size: 1em;
  color: #004e88;
  margin-bottom: 0;
  line-height: 28px;
}
.news-head h2 {
  font-weight: 900;
  font-size: 1.4em;
  color: #000;
  line-height: 32px;
  margin-bottom: 10px;
}
.news-lead p {
  background: #eff3f6;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: justify;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 26px;
  color: #000;
}
.news-img {
  border: 5px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0px 15px 0;
  line-height: 0;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  align-items: center;
  float: right;
}
.meta-list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-top: 30px;
}
.meta-list span {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.meta-list .es-news-tags ul {
  padding: 0;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}
.meta-list .es-news-tags ul li {
  display: block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 5px 5px;
  float: right;
}
.meta-list .es-news-tags ul li a {
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #6e6e6e;
}
.meta-list .es-news-tags ul li a:hover {
  color: #000;
}
.meta-list .es-news-tags ul li:first-child {
  margin-right: 0;
}
.meta-list a {
  margin: auto 4px;
}
.administrator-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.administrator-info .administrator-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.administrator-info .administrator-avatar img {
  border-radius: 100%;
  width: 64px;
}
.administrator-info .administrator-description {
  margin-right: 15px;
}
.administrator-info .administrator-description h4 {
  font-size: 14px;
  line-height: 28px;
  margin: 0 auto 5px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .administrator-info .administrator-avatar {
    text-align: center;
    width: 100%;
  }
  .administrator-info .administrator-description {
    margin-top: 15px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .administrator-info .administrator-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .administrator-info .administrator-description {
    margin-right: 0;
  }
}
.es-archive-list {
  display: flex;
  justify-content: end;
  width: 100%;
}
.es-archive-list a {
  background: #f4c20d;
  color: #000;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.es-archive-list a:hover {
  background: #db3236;
  color: #fff;
}
.product-reviews .inner {
  background-color: #eaeff5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-reviews .review-area {
  padding-bottom: 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
.product-reviews .post-title h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 30px 0;
}
.submit-button {
  background: #44b1e4 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: button;
  cursor: pointer;
}

.apexcharts-legend-text {
  font-family: sahel !important;
}
#chart-tabel {
  margin-bottom: 100px;
}
#chart {
  margin-bottom: 30px;
}

/* فایل style.css یا داخل <style> در head */
.table-production {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Sahel', sans-serif;
  margin-top: 20px;
}
.table-production thead tr {
  background-color: #FFA500;
  color: white;
  text-align: center;
}
.table-production th,
.table-production td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.table-production tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-production tbody tr:nth-child(odd) {
  background-color: #fff;
}
/* اختیاری: هاور روی ردیف‌ها */
.table-production tbody tr:hover {
  background-color: #ffe0b3;
  transition: 0.3s;
}
