html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
/* gradients */
/**
 * common colors
 */
/**
 * notification colors
 */
/* slick */
/* boxshadow */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("../fonts/OPTIMA.woff") format("woff");
}
@font-face {
  font-family: "Optima Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Italic"), url("../fonts/Optima_Italic.woff") format("woff");
}
@font-face {
  font-family: "Optima Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Medium"), url("../fonts/Optima Medium.woff") format("woff");
}
@font-face {
  font-family: "Optima Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Medium"), url("../fonts/OPTIMA_B.woff") format("woff");
}
@font-face {
  font-family: "adobe_garamond_probold";
  src: url("../fonts/agaramondpro-bold-webfont.woff2") format("woff2"), url("../fonts/agaramondpro-bold-webfont.woff") format("woff"), url("../fonts/agaramondpro-bold-webfont.ttf") format("truetype"), url("../fonts/agaramondpro-bold-webfont.svg#adobe_garamond_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adobe_garamond_proregular";
  src: url("../fonts/agaramondpro-regular-webfont.woff2") format("woff2"), url("../fonts/agaramondpro-regular-webfont.woff") format("woff"), url("../fonts/agaramondpro-regular-webfont.ttf") format("truetype"), url("../fonts/agaramondpro-regular-webfont.svg#adobe_garamond_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---En styling--- */
html:not([dir=rtl]) {
  /**
   * common colors
   */
  /**
   * notification colors
   */
  /* slick */
  /* boxshadow */
  /**
   * common colors
   */
  /**
   * notification colors
   */
  /* slick */
  /* boxshadow */
  /* gradients */
  /*
   * typography
   */
  /*
  * colors and gradients
  */
}
html:not([dir=rtl]) .base-page {
  min-height: calc(100vh - 27rem);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .base-page {
    min-height: calc(100vh - 42rem);
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .web-only,
  html:not([dir=rtl]) .for-dt {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  html:not([dir=rtl]) .mob-only,
  html:not([dir=rtl]) .for-mob {
    display: none !important;
  }
}
@media only screen and (min-width: 990px) {
  html:not([dir=rtl]) .for-tab {
    display: none !important;
  }
}
html:not([dir=rtl]) .decoration-none {
  text-decoration: none !important;
}
html:not([dir=rtl]) .c-pointer {
  cursor: pointer !important;
}
html:not([dir=rtl]) .c-not-allowed {
  cursor: not-allowed !important;
}
html:not([dir=rtl]) .c-text {
  cursor: text !important;
}
html:not([dir=rtl]) p {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 25px;
}
html:not([dir=rtl]) .no-overflow {
  overflow: hidden !important;
}
html:not([dir=rtl]) a.has-link {
  cursor: pointer;
}
html:not([dir=rtl]) .ls-0 {
  list-style-type: none;
}
html:not([dir=rtl]) a {
  text-decoration: none !important;
}
html:not([dir=rtl]) img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
html:not([dir=rtl]) .relative {
  position: relative;
}
html:not([dir=rtl]) .overflow-hidden {
  overflow: hidden;
}
html:not([dir=rtl]) .hidden {
  display: none !important;
}
html:not([dir=rtl]) .bdr-1 {
  border-radius: 10px;
}
html:not([dir=rtl]) .bdr-solid {
  border: 4px solid #465765;
}
html:not([dir=rtl]) .full-height {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
html:not([dir=rtl]) .v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html:not([dir=rtl]) .pt-scroll {
  padding-top: 5rem !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .pt-scroll {
    padding-top: 1.875rem !important;
  }
}
html:not([dir=rtl]) .p-top1 {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-top1 {
    padding-top: 3.75rem;
  }
}
html:not([dir=rtl]) .p-top2 {
  padding-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-top2 {
    padding-top: 3.125rem;
  }
}
html:not([dir=rtl]) .p-top3 {
  padding-top: 6.875rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-top3 {
    padding-top: 3.75rem;
  }
}
html:not([dir=rtl]) .p-bot1 {
  padding-bottom: 8.125rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-bot1 {
    padding-bottom: 4.375rem;
  }
}
html:not([dir=rtl]) .p-bot2 {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-bot2 {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-m-0 {
    padding: 0 !important;
  }
}
html:not([dir=rtl]) .gr-grad, html[dir=rtl] .bs-list-wrapper .list-item:hover html:not([dir=rtl]) .content-block, html[dir=rtl] .abt-ovm-wrapper .card ul html:not([dir=rtl]) li::before, html:not([dir=rtl]) .logo-wrapper-txt, html:not([dir=rtl]) .gtnch-wrapper, html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block, html:not([dir=rtl]) .logo-wrapper-block, html:not([dir=rtl]) .abt-ovm-wrapper .card ul li::before, html:not([dir=rtl]) .abt-video-wrappper::before, html:not([dir=rtl]) .menu-wrapper, html:not([dir=rtl]) .block-3::before, html:not([dir=rtl]) .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::before {
  background: linear-gradient(90deg, #00A967 -0.23%, #009891 47.77%, #008681 99.77%);
}
html:not([dir=rtl]) .rd-grad, html[dir=rtl] .timeline html:not([dir=rtl]) .content-wrapper::after, html:not([dir=rtl]) .timeline .content-wrapper::after {
  background: linear-gradient(90deg, #E62A10 -0.23%, #9A1715 99.77%);
}
html:not([dir=rtl]) .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input[type=submit] {
  border-radius: 3px;
  padding: 8px 10px;
  border: none;
  outline: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear 0s;
  text-align: center;
}
html:not([dir=rtl]) .site-link.link-1, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input[type=submit] {
  background-color: #E52A10;
  color: #FFFFFF;
}
html:not([dir=rtl]) .site-link.link-1:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input[type=submit]:hover {
  border: 1px solid #E52A10;
  background-color: transparent;
  color: #E52A10;
}
html:not([dir=rtl]) .site-link.link-2, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-2[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-2[type=submit] {
  border: 1px solid #E52A10;
  color: #E52A10;
}
html:not([dir=rtl]) .site-link.link-2:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-2[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-2[type=submit]:hover {
  background-color: #E52A10;
  color: #FFFFFF;
}
html:not([dir=rtl]) .site-link.link-3, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-3[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-3[type=submit] {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
html:not([dir=rtl]) .site-link.link-3:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-3[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-3[type=submit]:hover {
  background-color: #FFFFFF;
  color: #E52A10;
}
html:not([dir=rtl]) .site-link.link-4, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-4[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-4[type=submit] {
  border: 1px solid #008681;
  color: #008681;
}
html:not([dir=rtl]) .site-link.link-4:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.link-4[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.link-4[type=submit]:hover {
  background-color: #008681;
  color: #FFFFFF;
}
html:not([dir=rtl]) .site-link.ln-xxl, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.ln-xxl[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.ln-xxl[type=submit] {
  min-width: 214px;
  height: 51px;
}
html:not([dir=rtl]) .site-link.ln-xl, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.ln-xl[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.ln-xl[type=submit] {
  min-width: 157px;
  height: 51px;
}
html:not([dir=rtl]) .site-link.ln-lg, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.ln-lg[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.ln-lg[type=submit] {
  min-width: 135px;
  height: 42px;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .site-link.ln-md, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.ln-md[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.ln-md[type=submit] {
  min-width: 128px;
  height: 35px;
  font-size: 0.75rem;
}
html:not([dir=rtl]) .site-link.ln-sm, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) input.ln-sm[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input.ln-sm[type=submit] {
  max-width: 113px;
  height: 35px;
  font-size: 0.75rem;
}
html:not([dir=rtl]) .text-underline {
  text-decoration: underline !important;
}
html:not([dir=rtl]) .block-bd {
  border: 1px solid #465765;
  padding: 12px;
  border-radius: 6px;
}
html:not([dir=rtl]) .site-input {
  padding: 11px 40px 11px 10px;
  border-radius: 5px;
}
html:not([dir=rtl]) .site-input.sl-lg {
  height: 60px;
  min-width: 220px;
}
html:not([dir=rtl]) .site-input.sl-md {
  height: 40px;
  min-width: 170px;
}
html:not([dir=rtl]) .field-1 {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #E52A10;
}
html:not([dir=rtl]) .field-1.placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html:not([dir=rtl]) .field-1:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html:not([dir=rtl]) .field-1::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html:not([dir=rtl]) .field-1:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html:not([dir=rtl]) .field-1::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html:not([dir=rtl]) label {
  color: #00A967;
  margin-bottom: 10px;
}
html:not([dir=rtl]) input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #D7DDED;
  color: #E52A10;
  background-color: #FFFFFF;
}
html:not([dir=rtl]) input:focus {
  outline: none;
}
html:not([dir=rtl]) input.placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) input:-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) input::-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) input:-ms-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) input::-webkit-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) textarea {
  border: 1px solid #D7DDED;
  color: #00A967;
  background-color: #FFFFFF;
  border-radius: 5px;
  resize: none;
  width: 100%;
  height: 80px;
  outline: none;
  padding: 10px 20px;
}
html:not([dir=rtl]) textarea.placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) textarea:-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) textarea::-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) textarea:-ms-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html:not([dir=rtl]) .bootstrap-select {
  max-width: none;
  width: 100% !important;
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle {
  height: 40px;
  color: #00A967 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #D7DDED !important;
  outline: none !important;
  padding: 0 20px;
  text-align: unset;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle::after {
  background: url(../image/down-arrow.svg) no-repeat left top;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 14px;
  height: 8px;
  border: 0;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu {
  padding: 0;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu ul li {
  padding: 5px 20px;
  list-style-type: none;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu ul li:hover {
  background-color: #E52A10;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu ul li:hover a {
  color: #FFFFFF !important;
}
html:not([dir=rtl]) .bootstrap-select .dropdown-menu ul li a {
  color: #00A967 !important;
  font-size: 0.9375rem;
  display: block;
}
html:not([dir=rtl]) .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
html:not([dir=rtl]) .slick-slide img {
  width: 100%;
}
html:not([dir=rtl]) .slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
html:not([dir=rtl]) .slick-dots li {
  margin: 0 6px;
  height: auto;
  width: auto;
}
html:not([dir=rtl]) .slick-dots li button {
  width: 50px;
  height: 5px;
  padding: 0;
  opacity: 1;
  background: #008681;
  position: relative;
  overflow: hidden;
}
html:not([dir=rtl]) .slick-dots li button::before {
  content: "";
}
html:not([dir=rtl]) .slick-dots li.slick-active button, html:not([dir=rtl]) .slick-dots li:hover button {
  opacity: 1;
  background: #E52A10;
}
html:not([dir=rtl]) .sl-arrow .slick-prev, html:not([dir=rtl]) .sl-arrow .slick-next {
  z-index: 99;
}
html:not([dir=rtl]) .sl-arrow .slick-prev {
  left: 5px;
}
html:not([dir=rtl]) .sl-arrow .slick-prev::before {
  content: url(../image/slick-nav-prev.svg);
}
html:not([dir=rtl]) .sl-arrow .slick-next {
  right: 5px;
}
html:not([dir=rtl]) .sl-arrow .slick-next::before {
  content: url(../image/slick-nav-next.svg);
}
html:not([dir=rtl]) .bg-1 {
  background-color: #E52A10 !important;
}
html:not([dir=rtl]) .color-1 {
  color: #E52A10 !important;
}
html:not([dir=rtl]) .bg-2 {
  background-color: #00A967 !important;
}
html:not([dir=rtl]) .color-2 {
  color: #00A967 !important;
}
html:not([dir=rtl]) .bg-3, html[dir=rtl] .bs-list-wrapper .list-item html:not([dir=rtl]) .content-block, html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block {
  background-color: #008681 !important;
}
html:not([dir=rtl]) .color-3 {
  color: #008681 !important;
}
html:not([dir=rtl]) .bg-4 {
  background-color: #FFFFFF !important;
}
html:not([dir=rtl]) .color-4 {
  color: #FFFFFF !important;
}
html:not([dir=rtl]) .bg-5 {
  background-color: #000000 !important;
}
html:not([dir=rtl]) .color-5 {
  color: #000000 !important;
}
html:not([dir=rtl]) .bg-6, html:not([dir=rtl]) .error-msg-wrapper {
  background-color: #465765 !important;
}
html:not([dir=rtl]) .color-6 {
  color: #465765 !important;
}
html:not([dir=rtl]) .bg-7, html[dir=rtl] .crtfct-image-popup .modal-dialog html:not([dir=rtl]) .modal-content, html[dir=rtl] .accordian-content-wrapper .accordion-body html:not([dir=rtl]) .top-content-wrapper, html:not([dir=rtl]) .crtfct-image-popup .modal-dialog .modal-content, html:not([dir=rtl]) .crtn-list-wrapper, html:not([dir=rtl]) .nws-detail-wrapper, html:not([dir=rtl]) .nws-list-wrapper, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper, html:not([dir=rtl]) .abut-founder-wrapper {
  background-color: #F0F5F8 !important;
}
html:not([dir=rtl]) .color-7 {
  color: #F0F5F8 !important;
}
html:not([dir=rtl]) .bg-8 {
  background-color: color-8 !important;
}
html:not([dir=rtl]) .color-8 {
  color: color-8 !important;
}
html:not([dir=rtl]) .bg-9 {
  background-color: color-9 !important;
}
html:not([dir=rtl]) .color-9 {
  color: color-9 !important;
}
html:not([dir=rtl]) .weight-300 {
  font-weight: 300 !important;
}
html:not([dir=rtl]) .lighter, html[dir=rtl] .jb-detail-wrapper .jb-details-block html:not([dir=rtl]) li, html[dir=rtl] .jb-detail-wrapper .jb-details-block html:not([dir=rtl]) p, html:not([dir=rtl]) html[dir=rtl] .accordian-content-wrapper .accordion-body ul li, html[dir=rtl] .accordian-content-wrapper .accordion-body ul html:not([dir=rtl]) li, html[dir=rtl] .bsns-detail-content-wrapper html:not([dir=rtl]) li, html[dir=rtl] .csr-chrty-fndtn-wrapper html:not([dir=rtl]) .link-txt, html[dir=rtl] .abt-ovm-wrapper .card ul html:not([dir=rtl]) li, html[dir=rtl] .menu-wrapper .contact-links html:not([dir=rtl]) a, html:not([dir=rtl]) html[dir=rtl] .menu-wrapper .menu-footer-wrapper address, html[dir=rtl] .menu-wrapper .menu-footer-wrapper html:not([dir=rtl]) address, html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li html:not([dir=rtl]) a, html:not([dir=rtl]) html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li a, html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li html:not([dir=rtl]) a, html[dir=rtl] .menu-wrapper .search-wrapper .search-block html:not([dir=rtl]) input[type=text], html[dir=rtl] .menu-wrapper nav ul > li html:not([dir=rtl]) a,
html[dir=rtl] .menu-wrapper nav ul > li html:not([dir=rtl]) span, html:not([dir=rtl]) html[dir=rtl] .global-footer a, html[dir=rtl] .global-footer html:not([dir=rtl]) a, html[dir=rtl] .lst-nws-wrapper .nws-content html:not([dir=rtl]) p, html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block li, html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block p, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul li, html:not([dir=rtl]) .bsns-detail-content-wrapper li, html:not([dir=rtl]) .csr-chrty-fndtn-wrapper .link-txt, html:not([dir=rtl]) .abt-ovm-wrapper .card ul li, html:not([dir=rtl]) .menu-wrapper .contact-links a, html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper address, html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li a, html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li a, html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text], html:not([dir=rtl]) .menu-wrapper nav ul > li a,
html:not([dir=rtl]) .menu-wrapper nav ul > li span, html:not([dir=rtl]) .global-footer a, html:not([dir=rtl]) .lst-nws-wrapper .nws-content p {
  font-weight: 300 !important;
}
html:not([dir=rtl]) .weight-400 {
  font-weight: 400 !important;
}
html:not([dir=rtl]) .normal, html[dir=rtl] .vr-setps-form html:not([dir=rtl]) h6,
html[dir=rtl] .vr-setps-form html:not([dir=rtl]) p, html[dir=rtl] .jb-details-block html:not([dir=rtl]) p, html[dir=rtl] .common-form-wrapper html:not([dir=rtl]) p, html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content html:not([dir=rtl]) p, html[dir=rtl] .abt-cg-wrapper html:not([dir=rtl]) h4, html[dir=rtl] .block3-slider-wrapper .block3-items .content-block html:not([dir=rtl]) h6, html:not([dir=rtl]) .vr-setps-form h6,
html:not([dir=rtl]) .vr-setps-form p, html:not([dir=rtl]) .jb-details-block p, html:not([dir=rtl]) .common-form-wrapper p, html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p, html:not([dir=rtl]) .abt-cg-wrapper h4, html:not([dir=rtl]) .block3-slider-wrapper .block3-items .content-block h6 {
  font-weight: 400 !important;
}
html:not([dir=rtl]) .weight-500 {
  font-weight: 500 !important;
}
html:not([dir=rtl]) .medium, html[dir=rtl] .vr-form-steps li html:not([dir=rtl]) i,
html[dir=rtl] .vr-form-steps li html:not([dir=rtl]) .progress-marker, html[dir=rtl] .map-locations-list-wrapper html:not([dir=rtl]) .accordion-header.collapsed, html[dir=rtl] .jb-filter-list-block .accordion-item html:not([dir=rtl]) .accordion-header, html[dir=rtl] .abt-ovm-wrapper .card html:not([dir=rtl]) span, html[dir=rtl] .inner-spotlight-wrapper .spotlight-content html:not([dir=rtl]) h3,
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content html:not([dir=rtl]) span,
html:not([dir=rtl]) html[dir=rtl] h6,
html[dir=rtl] html:not([dir=rtl]) h6,
html:not([dir=rtl]) html[dir=rtl] h5,
html[dir=rtl] html:not([dir=rtl]) h5,
html:not([dir=rtl]) html[dir=rtl] h4,
html[dir=rtl] html:not([dir=rtl]) h4,
html:not([dir=rtl]) html[dir=rtl] h3,
html[dir=rtl] html:not([dir=rtl]) h3,
html:not([dir=rtl]) html[dir=rtl] h2,
html[dir=rtl] html:not([dir=rtl]) h2,
html:not([dir=rtl]) html[dir=rtl] h1,
html[dir=rtl] html:not([dir=rtl]) h1, html:not([dir=rtl]) .vr-form-steps li i,
html:not([dir=rtl]) .vr-form-steps li .progress-marker, html:not([dir=rtl]) .map-locations-list-wrapper .accordion-header.collapsed, html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header, html:not([dir=rtl]) .abt-ovm-wrapper .card span, html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content h3,
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content span, html:not([dir=rtl]) .heading-h6,
html:not([dir=rtl]) h6, html:not([dir=rtl]) .heading-h5,
html:not([dir=rtl]) h5, html:not([dir=rtl]) .heading-h4,
html:not([dir=rtl]) h4, html:not([dir=rtl]) .heading-h3,
html:not([dir=rtl]) h3, html:not([dir=rtl]) .heading-h2,
html:not([dir=rtl]) h2, html:not([dir=rtl]) .heading-h1,
html:not([dir=rtl]) h1 {
  font-weight: 500 !important;
}
html:not([dir=rtl]) .weight-600 {
  font-weight: 600 !important;
}
html:not([dir=rtl]) .semi-bold, html[dir=rtl] .map-locations-list-wrapper html:not([dir=rtl]) .accordion-header, html[dir=rtl] .abut-founder-wrapper .content-block html:not([dir=rtl]) h5, html:not([dir=rtl]) .map-locations-list-wrapper .accordion-header, html:not([dir=rtl]) .abut-founder-wrapper .content-block h5 {
  font-weight: 600 !important;
}
html:not([dir=rtl]) .weight-700 {
  font-weight: 700 !important;
}
html:not([dir=rtl]) .bold, html[dir=rtl] .error-msg-wrapper html:not([dir=rtl]) h2, html[dir=rtl] .log-wrapper .login-form-wrapper html:not([dir=rtl]) h3, html[dir=rtl] .log-wrapper .login-form-wrapper html:not([dir=rtl]) h5, html[dir=rtl] .vr-setps-form html:not([dir=rtl]) h5, html[dir=rtl] .vr-form-steps li.active html:not([dir=rtl]) span,
html[dir=rtl] .vr-form-steps li.active html:not([dir=rtl]) .progress-title, html[dir=rtl] .vr-form-steps li.is-active html:not([dir=rtl]) span,
html[dir=rtl] .vr-form-steps li.is-active html:not([dir=rtl]) .progress-title, html[dir=rtl] .vr-form-steps li.is-complete html:not([dir=rtl]) span,
html[dir=rtl] .vr-form-steps li.is-complete html:not([dir=rtl]) .progress-title, html[dir=rtl] .vr-form-steps li.active html:not([dir=rtl]) i,
html[dir=rtl] .vr-form-steps li.active html:not([dir=rtl]) .progress-marker, html[dir=rtl] .vr-form-steps li.is-active html:not([dir=rtl]) i,
html[dir=rtl] .vr-form-steps li.is-active html:not([dir=rtl]) .progress-marker, html[dir=rtl] .vr-form-steps li.is-complete html:not([dir=rtl]) i,
html[dir=rtl] .vr-form-steps li.is-complete html:not([dir=rtl]) .progress-marker, html[dir=rtl] .map-locations-list-wrapper html:not([dir=rtl]) h5, html[dir=rtl] .jb-details-block dl html:not([dir=rtl]) dt, html[dir=rtl] .jb-details-block html:not([dir=rtl]) h5, html[dir=rtl] .jb-list-wrapper html:not([dir=rtl]) .filter-btn, html[dir=rtl] .jb-list-top-content-wrapper html:not([dir=rtl]) h5, html[dir=rtl] .vr-top-content-wrapper html:not([dir=rtl]) h5, html[dir=rtl] .common-form-wrapper html:not([dir=rtl]) h4, html[dir=rtl] .gtnch-wrapper .lt-block html:not([dir=rtl]) h6, html[dir=rtl] .cnct-top-content-wrapper html:not([dir=rtl]) h5, html[dir=rtl] .crtn-list-wrapper .crtcn-block .item-name-block html:not([dir=rtl]) p, html[dir=rtl] .nws-detail-wrapper html:not([dir=rtl]) .date, html[dir=rtl] .news-filter-wrapper html:not([dir=rtl]) label, html[dir=rtl] .nws-list-wrapper .lst-nws-wrapper .nws-content html:not([dir=rtl]) p, html[dir=rtl] .cntct-info-wrapper html:not([dir=rtl]) span, html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li html:not([dir=rtl]) span, html[dir=rtl] .accordian-content-wrapper .accordion-header html:not([dir=rtl]) .accordion-button, html[dir=rtl] .bs-list-wrapper .list-item .content-block html:not([dir=rtl]) span, html[dir=rtl] .csr-content-wrapper .csr-content-block html:not([dir=rtl]) .txt-link, html[dir=rtl] .fndr-msg-wrappper .content-area html:not([dir=rtl]) h5, html:not([dir=rtl]) html[dir=rtl] .menu-wrapper .search-wrapper .q-links span, html[dir=rtl] .menu-wrapper .search-wrapper .q-links html:not([dir=rtl]) span, html[dir=rtl] .global-footer html:not([dir=rtl]) .foot-title, html[dir=rtl] .block3-slider-wrapper .block3-items:hover .content-block html:not([dir=rtl]) h6, html:not([dir=rtl]) .error-msg-wrapper h2, html:not([dir=rtl]) .log-wrapper .login-form-wrapper h3, html:not([dir=rtl]) .log-wrapper .login-form-wrapper h5, html:not([dir=rtl]) .vr-setps-form h5, html:not([dir=rtl]) .vr-form-steps li.active span,
html:not([dir=rtl]) .vr-form-steps li.active .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-active span,
html:not([dir=rtl]) .vr-form-steps li.is-active .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-complete span,
html:not([dir=rtl]) .vr-form-steps li.is-complete .progress-title, html:not([dir=rtl]) .vr-form-steps li.active i,
html:not([dir=rtl]) .vr-form-steps li.active .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-active i,
html:not([dir=rtl]) .vr-form-steps li.is-active .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-complete i,
html:not([dir=rtl]) .vr-form-steps li.is-complete .progress-marker, html:not([dir=rtl]) .map-locations-list-wrapper h5, html:not([dir=rtl]) .jb-details-block dl dt, html:not([dir=rtl]) .jb-details-block h5, html:not([dir=rtl]) .jb-list-wrapper .filter-btn, html:not([dir=rtl]) .jb-list-top-content-wrapper h5, html:not([dir=rtl]) .vr-top-content-wrapper h5, html:not([dir=rtl]) .common-form-wrapper h4, html:not([dir=rtl]) .gtnch-wrapper .lt-block h6, html:not([dir=rtl]) .cnct-top-content-wrapper h5, html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .item-name-block p, html:not([dir=rtl]) .nws-detail-wrapper .date, html:not([dir=rtl]) .news-filter-wrapper label, html:not([dir=rtl]) .nws-list-wrapper .lst-nws-wrapper .nws-content p, html:not([dir=rtl]) .cntct-info-wrapper span, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li span, html:not([dir=rtl]) .accordian-content-wrapper .accordion-header .accordion-button, html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block span, html:not([dir=rtl]) .csr-content-wrapper .csr-content-block .txt-link, html:not([dir=rtl]) .fndr-msg-wrappper .content-area h5, html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links span, html:not([dir=rtl]) .global-footer .foot-title, html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .content-block h6 {
  font-weight: 700 !important;
}
html:not([dir=rtl]) .weight-800 {
  font-weight: 800 !important;
}
html:not([dir=rtl]) .extra-bold {
  font-weight: 800 !important;
}
html:not([dir=rtl]) .weight-900 {
  font-weight: 900 !important;
}
html:not([dir=rtl]) .extra-black {
  font-weight: 900 !important;
}
html:not([dir=rtl]) .heading-h1,
html:not([dir=rtl]) h1 {
  font-size: 4rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h1,
  html:not([dir=rtl]) h1 {
    font-size: 1.875rem !important;
  }
}
html:not([dir=rtl]) .heading-h2,
html:not([dir=rtl]) h2 {
  font-size: 3.5rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h2,
  html:not([dir=rtl]) h2 {
    font-size: 2.375rem !important;
  }
}
html:not([dir=rtl]) .heading-h3,
html:not([dir=rtl]) h3 {
  font-size: 2.625rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h3,
  html:not([dir=rtl]) h3 {
    font-size: 1.9375rem !important;
  }
}
html:not([dir=rtl]) .heading-h4,
html:not([dir=rtl]) h4 {
  font-size: 2.4375rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h4,
  html:not([dir=rtl]) h4 {
    font-size: 1.5625rem !important;
  }
}
html:not([dir=rtl]) .heading-h5,
html:not([dir=rtl]) h5 {
  font-size: 1.5rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h5,
  html:not([dir=rtl]) h5 {
    font-size: 1.125rem !important;
  }
}
html:not([dir=rtl]) .heading-h6,
html:not([dir=rtl]) h6 {
  font-size: 1.125rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .heading-h6,
  html:not([dir=rtl]) h6 {
    font-size: 1.125rem !important;
  }
}
html:not([dir=rtl]) .para-1 {
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .para-1 {
    font-size: 1.125rem !important;
  }
}
html:not([dir=rtl]) .para-2 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .para-2 {
    font-size: 1rem !important;
  }
}
html:not([dir=rtl]) .para-3 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .para-3 {
    font-size: 0.875rem !important;
  }
}
html:not([dir=rtl]) .p-type1 p {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-type1 p {
    font-size: 18px !important;
  }
}
html:not([dir=rtl]) .p-type2 p, html:not([dir=rtl]) .p-type2 span {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-type2 p, html:not([dir=rtl]) .p-type2 span {
    font-size: 20px !important;
  }
}
html:not([dir=rtl]) .p-type3 p {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .p-type3 p {
    font-size: 14px !important;
  }
}
html:not([dir=rtl]) .br-left {
  border-radius: 4rem 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .br-left {
    border-radius: 2rem 0 0 2rem;
  }
}
html:not([dir=rtl]) .br-top {
  border-radius: 4rem 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .br-top {
    border-radius: 2rem 2rem 0 0;
  }
}
html:not([dir=rtl]) .br-right {
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .br-right {
    border-radius: 0 2rem 2rem 0;
  }
}
html:not([dir=rtl]) .br-bottom {
  border-radius: 0 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .br-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}
html:not([dir=rtl]) .bt-1 {
  border-top: 1px solid #E52A10;
}
html:not([dir=rtl]) .bt-c1 {
  border-top: 1px solid #E52A10;
}
html:not([dir=rtl]) .bb-1 {
  border-bottom: 1px solid #E52A10;
}
html:not([dir=rtl]) .bb-c1 {
  border-bottom: 1px solid #E52A10;
}
html:not([dir=rtl]) .bl-1 {
  border-left: 1px solid #E52A10;
}
html:not([dir=rtl]) .bl-c1 {
  border-left: 1px solid #E52A10;
}
html:not([dir=rtl]) .br-1 {
  border-right: 1px solid #E52A10;
}
html:not([dir=rtl]) .br-c1 {
  border-right: 1px solid #E52A10;
}
html:not([dir=rtl]) .c-default {
  cursor: default !important;
}
html:not([dir=rtl]) h1, html:not([dir=rtl]) h2 {
  margin-bottom: 20px;
}
html:not([dir=rtl]) h3, html:not([dir=rtl]) h4, html:not([dir=rtl]) h5, html:not([dir=rtl]) h6 {
  margin-bottom: 15px;
}
html:not([dir=rtl]) ol, html:not([dir=rtl]) ul {
  margin: 20px 0 20px 20px;
}
html:not([dir=rtl]) ol li, html:not([dir=rtl]) ul li {
  line-height: 1.5;
}
html:not([dir=rtl]) ol {
  list-style-type: decimal;
}
html:not([dir=rtl]) ul {
  list-style-type: disc;
}
html:not([dir=rtl]) ul li::marker {
  color: #E52A10;
}
html:not([dir=rtl]) a {
  color: #E52A10;
}
html:not([dir=rtl]) table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
html:not([dir=rtl]) table th, html:not([dir=rtl]) table td {
  border: 0;
  padding: 15px;
  text-align: left;
}
html:not([dir=rtl]) table th {
  padding: 10px 15px;
}
html:not([dir=rtl]) table td {
  padding: 20px 15px;
  background: none;
}
html:not([dir=rtl]) table td img {
  border-radius: 3px;
}
html:not([dir=rtl]) table tr:nth-child(even) {
  background-color: #F0F5F8;
}
html:not([dir=rtl]) table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
html:not([dir=rtl]) table th {
  background-color: #008681;
  font-weight: 700;
  color: #FFFFFF;
}
html:not([dir=rtl]) body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #465765;
}
@media (min-width: 1400px) {
  html:not([dir=rtl]) .container {
    max-width: 1300px;
  }
}
html:not([dir=rtl]) .global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 80px;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header {
    background-color: #FFFFFF;
    height: 79px;
  }
}
html:not([dir=rtl]) .global-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
html:not([dir=rtl]) .global-header .logo-wrapper {
  transition: all 0.2s ease-in-out 0s;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .logo-wrapper {
    padding-top: 10px;
    transform: scale(0.8);
    transform-origin: left center;
  }
}
html:not([dir=rtl]) .global-header .logo-wrapper h1 {
  margin-bottom: 0;
}
html:not([dir=rtl]) .global-header .logo-wrapper a {
  display: inline-flex;
  align-items: center;
}
html:not([dir=rtl]) .global-header .logo-wrapper a img {
  max-width: 145px;
  transition: all 0.2s ease-in-out 0s;
  filter: grayscale(1) brightness(10) contrast(10);
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .logo-wrapper a img {
    filter: none;
  }
}
html:not([dir=rtl]) .global-header .logo-wrapper a span {
  font-size: 0.8125rem;
  color: #FFFFFF;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  display: block;
  line-height: normal;
  width: 138px;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .logo-wrapper a span {
    color: #465765;
  }
}
html:not([dir=rtl]) .global-header .logo-wrapper a span::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .logo-wrapper a span::before {
    background-color: #E52A10;
  }
}
html:not([dir=rtl]) .global-header.active, html:not([dir=rtl]) .global-header.inner-header {
  transition: all 0.2s ease-in-out 0s;
}
html:not([dir=rtl]) .global-header.active::after, html:not([dir=rtl]) .global-header.inner-header::after {
  transition: all 0.2s ease-in-out 0s;
  background-color: #FFFFFF;
  height: 100%;
}
html:not([dir=rtl]) .global-header.active .logo-wrapper, html:not([dir=rtl]) .global-header.inner-header .logo-wrapper {
  padding: 15px 0;
  transition: all 0.2s ease-in-out 0s;
}
html:not([dir=rtl]) .global-header.active .logo-wrapper img, html:not([dir=rtl]) .global-header.inner-header .logo-wrapper img {
  transition: all 0.2s ease-in-out 0s;
  max-width: 145px;
  filter: none;
}
html:not([dir=rtl]) .global-header.active .logo-wrapper span, html:not([dir=rtl]) .global-header.inner-header .logo-wrapper span {
  width: auto;
  transition: all 0.2s ease-in-out 0s;
  color: #465765;
}
html:not([dir=rtl]) .global-header.active .logo-wrapper span::before, html:not([dir=rtl]) .global-header.inner-header .logo-wrapper span::before {
  background-color: #E52A10;
  transition: all 0.2s ease-in-out 0s;
}
html:not([dir=rtl]) .global-header.active .login-btn-wrap img, html:not([dir=rtl]) .global-header.inner-header .login-btn-wrap img {
  filter: brightness(0);
}
html:not([dir=rtl]) .global-header.active .login-btn-wrap span, html:not([dir=rtl]) .global-header.inner-header .login-btn-wrap span {
  color: #000000;
}
html:not([dir=rtl]) .global-header.active .search-btn-wraper a, html:not([dir=rtl]) .global-header.inner-header .search-btn-wraper a {
  filter: brightness(0);
}
html:not([dir=rtl]) .global-header.active .language-switcher a, html:not([dir=rtl]) .global-header.inner-header .language-switcher a {
  filter: brightness(0);
}
html:not([dir=rtl]) .global-header .search-btn-wraper {
  position: absolute;
  right: 12%;
  top: 28px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .search-btn-wraper {
    display: none;
  }
}
html:not([dir=rtl]) .global-header .search-btn-wraper a {
  background: url(../image/search_icon.svg) no-repeat left top;
  width: 18px;
  height: 18px;
  display: block;
}
html:not([dir=rtl]) .global-header .login-btn-wrap {
  position: absolute;
  right: 15%;
  top: 22px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-header .login-btn-wrap {
    display: none;
  }
}
html:not([dir=rtl]) .global-header .login-btn-wrap a {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .global-header .login-btn-wrap a img {
  margin-right: 5px;
}
html:not([dir=rtl]) .global-header .login-btn-wrap a span {
  font-size: 0.875rem;
  color: #FFFFFF;
}
html:not([dir=rtl]) .language-switcher {
  position: absolute;
  right: 8%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .language-switcher {
    display: none;
  }
}
html:not([dir=rtl]) .language-switcher ul {
  margin: 30px 0 0;
}
html:not([dir=rtl]) .language-switcher li {
  list-style-type: none;
}
html:not([dir=rtl]) .language-switcher li.is-active {
  display: none;
}
html:not([dir=rtl]) .language-switcher li[hreflang=ar] a {
  background: url(../image/ar-text.svg) no-repeat left top;
  padding: 20px;
  font-size: 0;
}
html:not([dir=rtl]) .menu-btn {
  position: absolute;
  right: 0;
  top: 0;
}
html:not([dir=rtl]) .menu-btn .open-btn {
  width: 80px;
  height: 80px;
  background: url(../image/menu-btn.svg) no-repeat left top/100%;
  display: flex;
}
html:not([dir=rtl]) .menu-btn .open-btn.close-btn {
  background: url(../image/menu-close.svg) no-repeat left top/100%;
}
html:not([dir=rtl]) .spotlight-wrapper {
  width: 100%;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper {
    position: relative;
    padding-bottom: 10px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-img-block img {
  margin-left: auto;
  width: auto;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .spotlight-img-block img {
    width: 100%;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .content-lt-bg {
  background-color: #F0F5F8;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .content-lt-bg {
    display: block;
    width: 100%;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .arrow-wrapper {
  display: flex;
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 130px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .arrow-wrapper {
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-wrapper .arrow-wrapper {
    left: 15px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .arrow-wrapper span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .arrow-wrapper span {
    border: 1px solid #E52A10;
    width: 48px;
    height: 48px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper #prevArrow {
  background: url(../image/spotlight-arrow.svg) no-repeat center center;
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper #prevArrow {
    background: url(../image/spotlight-arrow-red.svg) no-repeat center center;
  }
}
html:not([dir=rtl]) .spotlight-wrapper #nextArrow {
  margin-left: 10px;
  background: url(../image/spotlight-arrow.svg) no-repeat center center;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper #nextArrow {
    background: url(../image/spotlight-arrow-red.svg) no-repeat center center;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .slick-dots {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  bottom: auto;
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .slick-dots {
    flex-direction: row;
    position: static;
    transform: none;
    margin-top: 30px !important;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .slick-dots li {
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .slick-dots li {
    margin: 0 10px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .slick-dots li button {
  border-radius: 0;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .slick-dots li button {
    background-color: #00A967;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .slick-dots li.slick-active button {
  background-color: #E52A10;
}
html:not([dir=rtl]) .spotlight-wrapper .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  min-height: 668px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .container {
    min-height: auto;
    position: static;
    transform: none;
    padding-top: 70px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .popup-play-btn {
  width: 136px;
  height: 136px;
  display: flex;
  background: url(../image/play-btn.svg) no-repeat left top/100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .popup-play-btn {
    width: 102px;
    height: 102px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .spotlight-wrapper .popup-play-btn {
    bottom: 10%;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-slider-wrapper {
  position: relative;
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-slider-wrapper video {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .spotlight-slider-wrapper video {
    opacity: 1;
    height: auto;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 668px;
  max-width: 710px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper {
    min-height: 260px;
    padding-top: 150px;
    padding-bottom: 43px;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper h2 {
  color: #FFFFFF;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.3s;
  margin-bottom: 40px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper h2 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 300 !important;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper span {
  font-size: 1.25rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.2s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper span {
    font-size: 0.8125rem;
    margin-bottom: 20px;
    color: #E52A10 !important;
  }
}
html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper input[type=submit], html:not([dir=rtl]) .spotlight-wrapper .spotlight-content-wrapper .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .spotlight-wrapper .spotlight-content-wrapper input[type=submit] {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.4s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .spotlight-wrapper .slick-slider {
    margin-bottom: 20px;
  }
}
html:not([dir=rtl]) .slick-active .spotlight-content-wrapper h2 {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.5s;
}
html:not([dir=rtl]) .slick-active .spotlight-content-wrapper span {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.3s;
}
html:not([dir=rtl]) .slick-active .spotlight-content-wrapper .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .slick-active .spotlight-content-wrapper input[type=submit], html:not([dir=rtl]) .slick-active .spotlight-content-wrapper .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .slick-active .spotlight-content-wrapper input[type=submit] {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.7s;
}
html:not([dir=rtl]) .popup-video-wrapper .modal-dialog {
  max-width: 830px;
}
html:not([dir=rtl]) .popup-video-wrapper .modal-dialog .btn-close {
  top: -30px;
  position: absolute;
  right: 0;
  background-color: white;
}
html:not([dir=rtl]) .popup-video-wrapper .modal-content {
  position: relative;
  min-height: 470px;
}
html:not([dir=rtl]) .popup-video-wrapper .modal-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html:not([dir=rtl]) .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::before {
  width: 237px;
  height: 237px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .content-area::before {
    width: 200px;
    height: 200px;
  }
}
html:not([dir=rtl]) .block-2 {
  margin: 140px 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 {
    margin: 50px 0;
  }
}
html:not([dir=rtl]) .block-2 .img-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .img-block {
    padding: 0 0 0 10px;
  }
}
html:not([dir=rtl]) .block-2 .img-block .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block .content-area::before, html:not([dir=rtl]) .block-2 .img-block .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block .content-area::after, html:not([dir=rtl]) .block-2 .img-block .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block .content-area::before {
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .img-block .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block .content-area::before, html:not([dir=rtl]) .block-2 .img-block .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block .content-area::after, html:not([dir=rtl]) .block-2 .img-block .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block .content-area::before {
    left: 20px !important;
  }
}
html:not([dir=rtl]) .block-2 .img-block.aos-animate .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block.aos-animate .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::after, html:not([dir=rtl]) .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::before {
  left: -10px;
  bottom: -10px;
  transition: all 0.2s ease-in 0.5s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .img-block.aos-animate .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block.aos-animate .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::after, html:not([dir=rtl]) .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::before {
    left: 0px !important;
  }
}
html:not([dir=rtl]) .block-2 .content-wrapper {
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .content-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
html:not([dir=rtl]) .block-2 .content-wrapper h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .content-wrapper h5 {
    margin-bottom: 30px;
    line-height: 30px;
  }
}
html:not([dir=rtl]) .block-2 .content-wrapper p {
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-2 .content-wrapper p {
    line-height: 25px;
  }
}
html:not([dir=rtl]) .block-2 .content-wrapper .img-block {
  margin-bottom: 30px;
}
html:not([dir=rtl]) .block-3 {
  min-height: 630px;
  overflow-x: hidden;
  text-align: center;
  padding-top: 66px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-3 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .block-3 {
    min-height: 695px;
  }
}
html:not([dir=rtl]) .block-3::before {
  content: "";
  width: 100%;
  height: calc(100% - 72px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
html:not([dir=rtl]) .block-3 h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
}
html:not([dir=rtl]) .block-3 p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .block-3 p {
    font-size: 1rem;
    line-height: 23px;
  }
}
html:not([dir=rtl]) .block-3 .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .block-3 input[type=submit], html:not([dir=rtl]) .block-3 .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .block-3 input[type=submit] {
  margin-top: 20px;
}
html:not([dir=rtl]) .block3-slider-wrapper {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .block3-slider-wrapper {
    margin-top: 100px;
  }
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-list {
  overflow: visible;
  margin: 0 3px;
  padding: 69px 0;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-slide {
  margin: 0 6px;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow {
  right: 0;
  width: 34px;
  height: 34px;
  background-color: #465765;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow::after, html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow::before {
  opacity: 1;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow.slick-prev {
  left: 0;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow.slick-prev::before {
  background: url(../image/white-arrow.svg) no-repeat left top/100%;
  content: "";
  display: block;
  height: 17px;
  width: 9px;
  transform: scaleX(-1);
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow.slick-next {
  right: 0;
}
html:not([dir=rtl]) .block3-slider-wrapper .slider-items-container .slick-arrow.slick-next::before {
  background: url(../image/white-arrow.svg) no-repeat left top/100%;
  content: "";
  display: block;
  height: 17px;
  width: 9px;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items {
  transition: all 0.2s linear 0s;
  position: relative;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items img {
  transform: translateY(0);
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .content-wrapper {
  position: absolute;
  bottom: -72px;
  left: 0;
  width: 100%;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .content-block {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 10px;
  width: 100%;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .content-block h6 {
  color: #000000;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .link-block {
  background-color: #FFFFFF;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear 0s;
  overflow: hidden;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .link-block::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #F0F5F8;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .link-block::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #E52A10;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .link-block a {
  display: inline;
  position: relative;
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items .link-block a::after {
  content: "";
  background: url(../image/lm-arrow.svg) no-repeat left top;
  width: 12px;
  height: 9px;
  position: absolute;
  right: -5px;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover img {
  transform: translateY(-52px);
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .link-block {
  height: 52px;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .link-block::before {
  width: 100%;
  right: 0;
  transform-origin: right;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .link-block::after {
  width: 100%;
  transition: all 0.3s linear 0s;
}
html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .link-block a::after {
  right: -17px;
  transition: all 0.3s linear 0.2s;
  opacity: 1;
}
html:not([dir=rtl]) .block-4 {
  padding: 171px 0 100px;
  margin-top: -72px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-4 {
    padding: 120px 0 50px;
  }
}
html:not([dir=rtl]) .block-4 .content-wrapper {
  padding-right: 80px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-4 .content-wrapper {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
html:not([dir=rtl]) .block-4 h5 {
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-4 h5 {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .block-4 h5 {
    margin-bottom: 30px;
  }
}
html:not([dir=rtl]) .block-4 p {
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-4 p {
    line-height: 25px;
  }
}
html:not([dir=rtl]) .block-4 .img-block {
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-4 .img-block img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  html:not([dir=rtl]) .block-4 .img-block img {
    margin-bottom: 40px;
  }
}
html:not([dir=rtl]) .block-4 .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-4 .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-4 .content-area::before, html:not([dir=rtl]) .block-4 .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-4 .content-area::after, html:not([dir=rtl]) .block-4 .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-4 .content-area::before {
  left: auto;
  right: 15px;
  bottom: 0;
}
html:not([dir=rtl]) .block-4 .aos-animate .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-4 .aos-animate .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .block-4 .aos-animate .content-area::before, html:not([dir=rtl]) .block-4 .aos-animate .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .block-4 .aos-animate .content-area::after, html:not([dir=rtl]) .block-4 .aos-animate .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .block-4 .aos-animate .content-area::before {
  background: linear-gradient(270deg, #00a967 -0.23%, #009891 47.77%, #008681 99.77%);
  right: 0;
  bottom: -15px;
  transition: all 0.3s linear 0.2s;
}
html:not([dir=rtl]) .number-block-wrappers {
  min-height: 500px;
  width: 100%;
  padding: 90px 0;
  background: url(../image/number-block-img.jpg) no-repeat center center/cover;
}
html:not([dir=rtl]) .number-block-wrappers h5 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .number-block-wrappers .number-block {
  width: 228px;
  height: 228px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block {
    width: 100%;
    height: 180px;
    padding: 25px 10px;
  }
}
html:not([dir=rtl]) .number-block-wrappers .number-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #FFFFFF;
  transition: all 0.4s linear 0s;
  opacity: 0;
}
html:not([dir=rtl]) .number-block-wrappers .number-block p {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 0;
  line-height: 25px;
  opacity: 0;
  transition: all 0.4s linear 0s;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block p {
    font-size: 0.875rem;
  }
}
html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block {
    margin: 10px 0;
  }
}
html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block h2 {
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  font-size: 42px !important;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block h2 {
    font-size: 28px !important;
    margin: 0;
  }
}
html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block h2 span {
  font-weight: 700;
}
html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block .text-size {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 42px !important;
  opacity: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .number-block-wrappers .number-block .odometer-text-block .text-size {
    font-size: 24px !important;
  }
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block .odometer-inside,
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block .text-size {
  animation: zwingAnim 3.6s forwards ease-out 0.2s;
  opacity: 1;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block p {
  opacity: 1;
  animation: zoomAnim 3.6s forwards ease 0.3s;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block::before {
  animation: zoomAnim 3s forwards ease 0s;
  opacity: 1;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.92);
  transition: all 0.4s ease-out 0s;
  transform-origin: top center;
  opacity: 0;
  z-index: -1;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block:hover p,
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block:hover h2 {
  color: #E52A10;
  transition: all 0.4s linear 0s;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block:hover::before {
  transition: all 0.4s linear 0s;
  border: 5px solid #E52A10;
  z-index: 0;
}
html:not([dir=rtl]) .number-block-wrappers.aos-animate .number-block:hover::after {
  transition: all 0.4s ease-in-out 0s;
  height: 100%;
  opacity: 1;
}
@keyframes zoomAnim {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zwingAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
html:not([dir=rtl]) .prtns-logo-wrapper {
  margin: 62px 0;
}
html:not([dir=rtl]) .prtns-logo-wrapper h5 {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
html:not([dir=rtl]) .prtns-logo-wrapper .prnts-logo-blocks {
  margin: 0;
  padding: 60px 0;
}
html:not([dir=rtl]) .prtns-logo-wrapper .prnts-logo-blocks .slick-slide {
  margin: 0 28px;
}
html:not([dir=rtl]) .prtns-logo-wrapper .prnts-logo-blocks li {
  list-style-type: none;
}
html:not([dir=rtl]) .prtns-logo-wrapper .slick-dots {
  bottom: 0;
}
html:not([dir=rtl]) .prtns-logo-wrapper .slick-dots li {
  margin: 0 10px;
}
html:not([dir=rtl]) .prtns-logo-wrapper .slick-dots li button {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background-color: #00A967;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .prtns-logo-wrapper .slick-dots li button {
    width: 25px;
  }
}
html:not([dir=rtl]) .prtns-logo-wrapper .slick-dots li.slick-active button {
  background-color: #E52A10;
}
html:not([dir=rtl]) .block-5 {
  padding: 105px 0 74px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .block-5 {
    padding: 50px 0;
  }
}
html:not([dir=rtl]) .block-5 h5 {
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .block-5 .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .block-5 input[type=submit], html:not([dir=rtl]) .block-5 .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .block-5 input[type=submit] {
  margin: 0 auto;
}
html:not([dir=rtl]) .lst-nws-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .lst-nws-wrapper {
    margin-right: 20px;
  }
}
html:not([dir=rtl]) .lst-nws-wrapper .nws-content {
  padding: 20px;
  background-color: #F0F5F8;
  border: 1px solid #eaeaea;
}
html:not([dir=rtl]) .lst-nws-wrapper .nws-content p {
  font-size: 1.125rem;
  line-height: 23px;
  height: 50px;
  overflow-y: hidden;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .lst-nws-wrapper .img-block img {
    max-width: none;
    width: 100%;
  }
}
html:not([dir=rtl]) .date {
  color: #465765;
  background: url(../image/date-icon.svg) no-repeat left center;
  padding-left: 20px;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 25px;
}
html:not([dir=rtl]) .global-footer {
  background-color: #465765;
  min-height: 393px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer {
    overflow-x: hidden;
  }
}
html:not([dir=rtl]) .global-footer .footer-logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 393px;
  background: rgba(39, 54, 66, 0.5);
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-logo-block {
    min-height: 180px;
    padding: 35px 0;
  }
}
html:not([dir=rtl]) .global-footer .footer-logo-block::before {
  content: "";
  background: rgba(39, 54, 66, 0.5);
  position: absolute;
  top: 0;
  right: 100%;
  width: 110%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-logo-block::after {
    content: "";
    background: rgba(39, 54, 66, 0.5);
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
  }
}
html:not([dir=rtl]) .global-footer p {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 35px;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer p {
    margin-bottom: 0;
  }
}
html:not([dir=rtl]) .global-footer .foot-title {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 20px;
  display: block;
}
html:not([dir=rtl]) .global-footer a {
  color: #FFFFFF;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .global-footer ul {
  margin: 0;
}
html:not([dir=rtl]) .global-footer ul li {
  list-style-type: none;
}
html:not([dir=rtl]) .global-footer .footer-nav {
  padding-top: 65px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-nav {
    padding-top: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  html:not([dir=rtl]) .global-footer .footer-nav .foot-title {
    position: relative;
  }
  html:not([dir=rtl]) .global-footer .footer-nav .foot-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/white-arrow.svg) no-repeat left top/100%;
    width: 10px;
    height: 20px;
    transition: all 0.3s linear 0s;
  }
  html:not([dir=rtl]) .global-footer .footer-nav .foot-title.active::after {
    transform: rotate(90deg);
    transition: all 0.3s linear 0s;
  }
}
html:not([dir=rtl]) .global-footer .footer-nav ul {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-nav ul {
    display: none;
  }
}
html:not([dir=rtl]) .global-footer .footer-nav ul li {
  margin-bottom: 22px;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-nav ul li {
    margin-bottom: 10px;
  }
}
html:not([dir=rtl]) .global-footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .footer-nav ul li:last-child {
    margin-bottom: 10px;
  }
}
html:not([dir=rtl]) .global-footer .contact-detail-block {
  padding-top: 65px;
}
html:not([dir=rtl]) .global-footer .contact-detail-block p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .contact-detail-block {
    padding-top: 20px;
  }
}
html:not([dir=rtl]) .global-footer .contact-detail-block a {
  display: block;
  padding-bottom: 10px;
}
html:not([dir=rtl]) .global-footer .contact-detail-block .call-block,
html:not([dir=rtl]) .global-footer .contact-detail-block .email-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 15px;
}
html:not([dir=rtl]) .global-footer .contact-detail-block .location-block p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 18px;
}
html:not([dir=rtl]) .global-footer .social-links-block {
  padding-top: 65px;
  padding-left: 35px;
}
html:not([dir=rtl]) .global-footer .social-links-block p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .social-links-block {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}
html:not([dir=rtl]) .global-footer .social-links-block ul {
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s linear 0s;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .social-links-block ul {
    display: flex;
  }
}
html:not([dir=rtl]) .global-footer .social-links-block ul li {
  margin-bottom: 25px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .global-footer .social-links-block ul li a {
  display: inline-flex;
  align-items: center;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .global-footer .social-links-block ul li a img {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .social-links-block ul li a img {
    margin-right: 30px;
    width: 27px;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .global-footer .social-links-block ul li a span {
    display: none;
  }
}
html:not([dir=rtl]) .global-footer .social-links-block ul:hover li a {
  opacity: 0.5;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .global-footer .social-links-block ul:hover li a:hover {
  opacity: 1;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .no-scroll {
  overflow: hidden;
}
html:not([dir=rtl]) .menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .container {
    margin: 0;
    padding: 0;
  }
  html:not([dir=rtl]) .menu-wrapper #menu-back-btn {
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 155px;
    font-size: 0.75rem;
    z-index: 6;
    display: none;
  }
}
html:not([dir=rtl]) .menu-wrapper nav {
  padding-top: 170px;
  width: 50%;
}
@media only screen and (max-height: 899px) {
  html:not([dir=rtl]) .menu-wrapper nav {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav {
    width: 100%;
    padding-top: 90px;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .menu-wrapper nav ul {
    height: 50vh;
    overflow-y: scroll;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li {
  list-style-type: none;
  line-height: normal;
  position: relative;
}
html:not([dir=rtl]) .menu-wrapper nav ul > li a,
html:not([dir=rtl]) .menu-wrapper nav ul > li span {
  font-size: 2.4375rem;
  color: #FFFFFF;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-height: 799px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li a,
  html:not([dir=rtl]) .menu-wrapper nav ul > li span {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li a,
  html:not([dir=rtl]) .menu-wrapper nav ul > li span {
    font-size: 1.375rem;
    padding: 10px 0;
    padding-left: 5%;
    display: flex;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li:hover {
  background-color: rgba(240, 245, 248, 0.2);
}
html:not([dir=rtl]) .menu-wrapper nav ul > li:hover::after {
  content: "";
  background-color: rgba(240, 245, 248, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
}
html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub > a::after,
html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub span::after {
  content: "";
  background: url(../image/white-arrow.svg) no-repeat left top/100%;
  width: 12px;
  height: 24px;
  display: block;
  margin-left: 38px;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub > a::after,
  html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub span::after {
    width: 8px;
    height: 16px;
    margin-left: auto;
    margin-right: 20px;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub.active {
  display: block !important;
}
html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub.active li {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub.active > a::after,
  html:not([dir=rtl]) .menu-wrapper nav ul > li.has-sub.active span::after {
    transform: rotate(90deg);
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul {
  position: fixed;
  right: 80px;
  top: 0;
  width: calc(50% - 80px);
  height: 100%;
  background: rgba(240, 245, 248, 0.1);
  padding-top: 100px;
  display: none;
  padding-bottom: 10%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul {
    width: 100%;
    z-index: 1;
    right: auto;
    left: 0;
    top: 138px;
    height: 40vh;
    overflow-y: scroll;
    background: linear-gradient(90deg, #00a967 -0.23%, #009891 47.77%, #008681 99.77%);
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li:hover {
  background-color: rgba(240, 245, 248, 0.2);
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li:hover::after {
  display: none;
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li a,
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li span {
  padding: 20px 0 20px 5%;
  font-size: 1.5625rem;
  width: 100%;
}
@media only screen and (max-height: 799px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li a,
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li span {
    padding: 15px 0 15px 5%;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li a,
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li span {
    font-size: 1rem;
    padding: 12px 0 12px 5%;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul {
  position: static;
  background-color: transparent;
  padding-top: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul {
    height: auto;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul li {
  padding-left: 0;
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul li a {
  padding: 10px 0 10px 8%;
  font-size: 1.25rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul li a {
    font-size: 0.8125rem;
    padding: 9px 0 9px 8%;
  }
}
html:not([dir=rtl]) .menu-wrapper nav ul > li > ul li ul .mCSB_scrollTools {
  display: none !important;
}
html:not([dir=rtl]) .menu-wrapper .side-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .side-menu {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 185px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .side-menu .social-link-wraper {
    display: none;
  }
}
html:not([dir=rtl]) .menu-wrapper .side-menu .language-switcher {
  right: 18px;
  bottom: 140px;
  top: auto;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .side-menu .language-switcher {
    display: none;
  }
}
html:not([dir=rtl]) .menu-wrapper .social-link-wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html:not([dir=rtl]) .menu-wrapper .social-link-wraper a {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .search-btn-wraper {
    display: none;
  }
}
html:not([dir=rtl]) .menu-wrapper .search-btn-wraper a {
  background: url(../image/search_icon.svg) no-repeat left top;
  width: 18px;
  height: 18px;
  display: block;
}
html:not([dir=rtl]) .menu-wrapper .login-btn-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .login-btn-wrap {
    margin-top: 0;
  }
}
html:not([dir=rtl]) .menu-wrapper .login-btn-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .login-btn-wrap a {
    flex-direction: row;
    max-width: none;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    padding: 5px 7px;
  }
  html:not([dir=rtl]) .menu-wrapper .login-btn-wrap a img {
    width: 24px;
  }
}
html:not([dir=rtl]) .menu-wrapper .login-btn-wrap span {
  color: #FFFFFF;
  font-size: 0.75rem;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .login-btn-wrap span {
    margin-top: 0;
    margin-left: 10px;
  }
}
html:not([dir=rtl]) .menu-wrapper .mob-language-btn {
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  padding: 5px 12px;
  justify-content: center;
  margin-left: 5px;
  display: none;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .mob-language-btn {
    display: flex;
    align-items: center;
  }
}
html:not([dir=rtl]) .menu-wrapper .mob-language-btn span {
  font-size: 0.75rem;
  display: inline;
  margin-right: 10px;
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .mob-language-btn .language-switcher {
  display: block;
  position: static;
}
html:not([dir=rtl]) .menu-wrapper .mob-language-btn .language-switcher ul {
  margin: 0;
}
html:not([dir=rtl]) .menu-wrapper .mob-language-btn .language-switcher ul a {
  padding: 0;
  background-size: 100%;
  width: 28px;
  height: 12px;
  display: block;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper {
  position: absolute;
  right: 80px;
  width: calc(50% - 80px);
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  padding: 170px 45px 0;
}
@media screen and (max-height: 790px) {
  html:not([dir=rtl]) .menu-wrapper .search-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .search-wrapper {
    display: none !important;
  }
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block {
  position: relative;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text] {
  border-radius: 3px;
  border: 2px solid rgba(224, 224, 224, 0.19);
  background: rgba(216, 216, 216, 0.1);
  height: 65px;
  padding-left: 30px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text].placeholder {
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text]:-moz-placeholder {
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text]::-moz-placeholder {
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block .search-icon {
  background: url(../image/search_icon2.svg) no-repeat left top;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 0;
  border: 0;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links {
  padding-top: 50px;
}
@media screen and (max-height: 780px) {
  html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links {
    padding-top: 20px;
  }
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links span {
  font-size: 1.25rem;
  color: #FFFFFF;
  display: block;
  padding: 20px 0 20px 30px;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul {
  margin: 0;
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(153, 207, 205, 0.2);
}
html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li a {
  padding: 20px 0 20px 30px;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-height: 790px) {
  html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li a {
    padding: 10px 0 10px 30px;
  }
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper {
  background: linear-gradient(90deg, #00a967 -0.23%, #168a85 47.77%, #168a85 99.77%);
  min-height: 120px;
  padding: 30px 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper {
    display: none;
  }
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links {
  margin: 0;
  display: flex;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li {
  list-style-type: none;
  margin-top: 10px;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li a {
  color: #FFFFFF;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li a::after {
  content: "|";
  margin: 0 10px;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li:last-child a::after {
  display: none;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper .address-wrapper {
  display: flex;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper .map-icon {
  display: block;
  background: url(../image/map-icon.svg) no-repeat left top/100%;
  width: 15px;
  height: 20px;
  margin-top: 2px;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper address {
  color: #FFFFFF;
  padding-left: 12px;
  line-height: 18px;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper address p {
  line-height: 18px;
}
html:not([dir=rtl]) .menu-wrapper .contact-links {
  margin-left: 90px;
}
html:not([dir=rtl]) .menu-wrapper .contact-links ul {
  margin: 0;
  list-style: none;
}
html:not([dir=rtl]) .menu-wrapper .contact-links a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
  font-size: 0.8125rem;
}
html:not([dir=rtl]) .menu-wrapper .contact-links a.email {
  background: url(../image/email-icon.svg) no-repeat left center;
}
html:not([dir=rtl]) .menu-wrapper .contact-links a.call {
  background: url(../image/phone-icon.svg) no-repeat left center;
}
html:not([dir=rtl]) .menu-wrapper .contact-links a.print {
  background: url(../image/printer-icon.svg) no-repeat left center;
}
html:not([dir=rtl]) .menu-wrapper .mobile-search-block {
  display: none;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    max-width: 260px;
    width: 100%;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text] {
    border: 1px solid #4dc395;
    background: rgba(216, 216, 216, 0.1);
    height: 45px;
    padding-left: 10px;
    font-weight: 300;
    color: #FFFFFF;
    width: 100%;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text].placeholder {
    color: #FFFFFF;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text]:-moz-placeholder {
    color: #FFFFFF;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text]::-moz-placeholder {
    color: #FFFFFF;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text]:-ms-input-placeholder {
    color: #FFFFFF;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block input[type=text]::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  html:not([dir=rtl]) .menu-wrapper .mobile-search-block .search-icon {
    background: url(../image/search_icon.svg) no-repeat left center/100%;
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 0;
    border: 0;
    width: 20px;
    height: 25px;
    padding: 0;
  }
}
html:not([dir=rtl]) .inner-spotlight-wrapper {
  margin-top: 80px;
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
}
html:not([dir=rtl]) .inner-spotlight-wrapper img {
  max-width: none;
  width: 100%;
}
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content .container {
  min-height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content .container {
    left: 0;
    top: 100px;
    transform: none;
  }
}
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content h3,
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content span {
  color: #FFFFFF;
}
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content span {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content h3 {
  margin-bottom: 0;
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #E52A10;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .bredcrumbs-menu-wrapper {
    display: none;
  }
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper ul {
  width: 100%;
  display: flex;
  margin: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper ul li {
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: relative;
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper ul li::after {
  content: "//";
  margin: 0 5px;
  color: #99cfcd;
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper ul li:last-child::after {
  display: none;
}
html:not([dir=rtl]) .bredcrumbs-menu-wrapper ul li a {
  color: #99cfcd;
}
html:not([dir=rtl]) .fndr-msg-wrappper {
  margin: 106px 0;
}
html:not([dir=rtl]) .fndr-msg-wrappper .img-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .img-block {
    width: 76%;
    margin: 0 auto 30px;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .pattern-bg {
  background: url(../image/bg-logo.svg) no-repeat left top/100%;
  width: 386px;
  height: 386px;
  position: absolute;
  top: -55px;
  left: -50px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .pattern-bg {
    width: 172px;
    height: 172px;
    top: -40;
    left: 0;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area {
  background-color: #F0F5F8;
  padding: 45px 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .content-area {
    width: 90%;
    margin: 0 auto;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area::before {
  content: "";
  width: 194px;
  height: 194px;
  right: -20px;
  top: -20px;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .content-area::before {
    width: 128px;
    height: 128px;
    right: -10px;
    top: -10px;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area::after {
  content: "";
  width: 194px;
  height: 194px;
  left: -20px;
  bottom: -20px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .content-area::after {
    width: 128px;
    height: 128px;
    left: -10px;
    bottom: -10px;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .content-area h5 {
    line-height: 38px;
    font-size: 24px !important;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area span {
  text-transform: uppercase;
  color: #E52A10;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .fndr-msg-wrappper .content-area span {
    line-height: 38px;
  }
}
html:not([dir=rtl]) .fndr-msg-wrappper .content-area p {
  font-size: 1.25rem;
  color: #465765;
  line-height: 34px;
}
html:not([dir=rtl]) .cprt-gvrn-wrappper {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-gvrn-wrappper {
    padding: 50px 0 0;
  }
}
html:not([dir=rtl]) .cprt-gvrn-wrappper .content-area h5 {
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-gvrn-wrappper .content-area h5 {
    margin-bottom: 35px;
    line-height: 30px;
    font-size: 20px !important;
  }
}
html:not([dir=rtl]) .cprt-gvrn-wrappper .content-area p {
  margin-bottom: 50px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-gvrn-wrappper .content-area p {
    font-size: 1rem;
    line-height: 30px;
  }
}
html:not([dir=rtl]) .cprt-img-slider-wrapper, html:not([dir=rtl]) .bsns-detail-slider-wrapper {
  padding: 50px 0 115px;
  background-color: #F0F5F8;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper, html:not([dir=rtl]) .bsns-detail-slider-wrapper {
    padding: 50px 0;
  }
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slider-main-img-block img, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slider-main-img-block img {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .slider-main-img-block img, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slider-main-img-block img {
    border-radius: 2px;
  }
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .thumb-img-wrapper, html:not([dir=rtl]) .bsns-detail-slider-wrapper .thumb-img-wrapper {
    display: none;
  }
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .thumb-img-wrapper img, html:not([dir=rtl]) .bsns-detail-slider-wrapper .thumb-img-wrapper img {
  height: 90px !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3px;
  border-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .thumb-img-wrapper img, html:not([dir=rtl]) .bsns-detail-slider-wrapper .thumb-img-wrapper img {
    height: 78px !important;
  }
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .thumb-img-wrapper img, html:not([dir=rtl]) .bsns-detail-slider-wrapper .thumb-img-wrapper img {
    height: 64px !important;
  }
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #E52A10;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow::before, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow.slick-prev, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow.slick-prev::before, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow.slick-prev::before {
  background: url(../image/spotlight-arrow.svg) no-repeat center center/100%;
  transform: scaleX(-1);
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow.slick-next, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-arrow.slick-next::before, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-arrow.slick-next::before {
  background: url(../image/spotlight-arrow.svg) no-repeat center center/100%;
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-dots, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-dots {
  bottom: -50px;
}
html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-dots li button, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-dots li button {
  width: 50px;
  height: 5px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .cprt-img-slider-wrapper .slick-dots li button, html:not([dir=rtl]) .bsns-detail-slider-wrapper .slick-dots li button {
    width: 25px;
  }
}
html:not([dir=rtl]) .abt-content-wrappper {
  padding: 80px 0 60px;
}
html:not([dir=rtl]) .abt-content-wrappper h5 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .abt-content-wrappper p {
  font-size: 1.25rem;
  line-height: 34px;
}
html:not([dir=rtl]) .abt-video-wrappper {
  min-height: 1000px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .abt-video-wrappper {
    min-height: 860px;
  }
}
html:not([dir=rtl]) .abt-video-wrappper::before {
  content: "";
  width: 100%;
  height: 690px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-video-wrappper::before {
    height: calc(100% - 100px);
  }
}
html:not([dir=rtl]) .abt-video-wrappper .video-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  border-radius: 5px;
  height: 650px;
}
@media only screen and (max-width: 1399px) {
  html:not([dir=rtl]) .abt-video-wrappper .video-wrapper {
    height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .abt-video-wrappper .video-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-video-wrappper .video-wrapper {
    height: 250px;
  }
}
html:not([dir=rtl]) .abt-video-wrappper .video-wrapper .video-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html:not([dir=rtl]) .abt-video-wrappper .video-wrapper .video-thumb img {
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
html:not([dir=rtl]) .abt-video-wrappper .video-wrapper .play-icon {
  max-width: 125px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
html:not([dir=rtl]) .abt-video-wrappper .video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
html:not([dir=rtl]) .abt-video-wrappper .bottom-content {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .abt-video-wrappper .bottom-content {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-video-wrappper .bottom-content {
    margin-top: 30px;
  }
}
html:not([dir=rtl]) .abt-video-wrappper .bottom-content h5 {
  color: #FFFFFF;
  margin-bottom: 40px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .abt-video-wrappper .bottom-content p {
  color: #FFFFFF;
  line-height: 33px;
}
html:not([dir=rtl]) .timeline-wrapper {
  background-color: #F0F5F8;
  padding: 86px 0;
}
html:not([dir=rtl]) .timeline-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
html:not([dir=rtl]) .timeline {
  display: flex;
  position: relative;
}
html:not([dir=rtl]) .timeline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #008681;
}
html:not([dir=rtl]) .timeline p {
  font-size: 0.8125rem;
  color: #465765;
  margin-bottom: 0;
}
html:not([dir=rtl]) .timeline .content-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  position: relative;
  z-index: 2;
}
html:not([dir=rtl]) .timeline .content-wrapper::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
html:not([dir=rtl]) .timeline .content-wrapper.odd {
  flex-direction: column;
}
html:not([dir=rtl]) .timeline .content-wrapper.even {
  flex-direction: column-reverse;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-top {
  margin-top: 45px;
  margin-bottom: 0;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-top:after, html:not([dir=rtl]) .timeline .content-wrapper.even .content-top:before {
  bottom: 100%;
  top: auto;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-top:after {
  border-top-color: transparent;
  border-bottom-color: #FFFFFF;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-top:before {
  border-top-color: transparent;
  border-bottom-color: #00A967;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-bottom {
  flex-direction: column-reverse;
}
html:not([dir=rtl]) .timeline .content-wrapper.even .content-bottom span {
  margin-bottom: 0;
  margin-top: 15px;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-top {
  max-width: 240px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #00A967;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 86px;
  border-radius: 5px;
  margin-bottom: 45px;
  position: relative;
  padding: 10px;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-top img {
  margin-bottom: 6px;
  width: auto;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-top:after, html:not([dir=rtl]) .timeline .content-wrapper .content-top:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  top: 100%;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #00A967;
  left: 50%;
  margin-left: -11px;
  border-width: 11px;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-bottom {
  max-width: 225px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 150px);
  padding: 0 10px;
}
html:not([dir=rtl]) .timeline .content-wrapper .content-bottom span {
  font-size: 1.1875rem;
  color: #465765;
  display: block;
  margin-bottom: 15px;
}
html:not([dir=rtl]) .timeline .slick-list {
  z-index: 5;
}
html:not([dir=rtl]) .timeline .slick-arrow {
  width: 38px;
  height: 38px;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .timeline .slick-arrow {
    width: 28px;
    height: 28px;
  }
}
html:not([dir=rtl]) .timeline .slick-arrow::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../image/timeline-arrow.svg) no-repeat left top/100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear 0s;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .timeline .slick-arrow::before {
    opacity: 1;
    width: 28px;
    height: 28px;
  }
}
html:not([dir=rtl]) .timeline .slick-arrow.slick-next {
  right: -37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .timeline .slick-arrow.slick-next {
    right: 0;
  }
}
html:not([dir=rtl]) .timeline .slick-arrow.slick-prev {
  left: -37px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .timeline .slick-arrow.slick-prev {
    left: 0;
  }
}
html:not([dir=rtl]) .timeline .slick-arrow.slick-prev::before {
  transform: scaleX(-1);
}
html:not([dir=rtl]) .abt-ovm-wrapper {
  padding: 70px 0 35px;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card {
  box-shadow: 5px 6px 27px 0px rgba(70, 87, 101, 0.13);
  background-color: #FFFFFF;
  border: 2px solid #F0F5F8;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .abt-ovm-wrapper .card {
    margin-bottom: 30px;
  }
}
html:not([dir=rtl]) .abt-ovm-wrapper .card img {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card span {
  color: #E52A10;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card p {
  line-height: 30px;
  color: #465765;
  margin-bottom: 0;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card ul {
  margin: 0;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card ul li {
  color: #465765;
  line-height: 30px;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}
html:not([dir=rtl]) .abt-ovm-wrapper .card ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
html:not([dir=rtl]) .abut-founder-wrapper {
  padding: 100px 0;
}
html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper {
  margin-left: 20px;
  position: relative;
}
html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper .content-area::before, html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .abut-founder-wrapper .img-wrapper .content-area::before, html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .abut-founder-wrapper .img-wrapper .content-area::after {
  z-index: 1;
  width: 165px;
  height: 155px;
}
html:not([dir=rtl]) .abut-founder-wrapper .img-wrapper img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .abut-founder-wrapper .content-block {
    margin-top: 50px;
  }
}
html:not([dir=rtl]) .abut-founder-wrapper .content-block h5 {
  color: #465765;
  text-transform: uppercase;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .abut-founder-wrapper .content-block p {
  color: #465765;
  line-height: 34px;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .abut-founder-wrapper .content-block .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .abut-founder-wrapper .content-block input[type=submit], html:not([dir=rtl]) .abut-founder-wrapper .content-block .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .abut-founder-wrapper .content-block input[type=submit] {
  min-width: 220px;
  height: 42px;
  font-size: 0.875rem;
}
html:not([dir=rtl]) .abt-cg-wrapper {
  background: url(../image/about-cg-img.jpg) no-repeat center center/cover;
  min-height: 504px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-cg-wrapper {
    background: url(../image/mob-about-cg-img.jpg) no-repeat center top/cover;
    min-height: 700px;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
html:not([dir=rtl]) .abt-cg-wrapper h4 {
  color: #FFFFFF;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-cg-wrapper h4 {
    margin-bottom: 30px;
    font-size: 39px !important;
    padding-right: 20px;
    line-height: normal;
  }
}
html:not([dir=rtl]) .abt-cg-wrapper p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-cg-wrapper p {
    font-size: 1rem;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
html:not([dir=rtl]) .abt-map-wrapper {
  background: url(../image/map-img.svg) no-repeat center center/cover;
  min-height: 480px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .abt-map-wrapper {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-map-wrapper {
    background: url(../image/mob-map-img.svg) no-repeat bottom center/cover;
    min-height: 560px;
    align-items: flex-start;
  }
}
html:not([dir=rtl]) .abt-map-wrapper h5 {
  text-transform: uppercase;
  color: #008681;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .abt-map-wrapper h5 {
    padding-top: 100px;
  }
}
html:not([dir=rtl]) .logo-wrapper-block {
  height: 385px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .logo-wrapper-block {
    align-items: end;
    padding-bottom: 40px;
  }
}
html:not([dir=rtl]) .logo-wrapper-block .container {
  position: static;
  min-height: auto;
  transform: none;
}
html:not([dir=rtl]) .logo-wrapper-block img {
  max-width: 356px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .logo-wrapper-block img {
    max-width: 256px;
    margin-left: 0;
  }
}
html:not([dir=rtl]) .csr-content-wrapper {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .csr-content-wrapper {
    padding-bottom: 46px;
  }
}
html:not([dir=rtl]) .csr-content-wrapper .container {
  position: relative;
}
html:not([dir=rtl]) .csr-content-wrapper .csr-content-block {
  padding-top: 64px;
}
html:not([dir=rtl]) .csr-content-wrapper .csr-content-block h5 {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .csr-content-wrapper .csr-content-block h5 {
    font-size: 20px !important;
  }
  html:not([dir=rtl]) .csr-content-wrapper .csr-content-block h5 br {
    display: none;
  }
}
html:not([dir=rtl]) .csr-content-wrapper .csr-content-block hr {
  margin: 0 0 30px;
  border-width: 2px;
  border-color: #00A967;
  opacity: 1;
  max-width: 526px;
}
html:not([dir=rtl]) .csr-content-wrapper .csr-content-block p {
  line-height: 28px;
  color: #465765;
}
html:not([dir=rtl]) .csr-content-wrapper .csr-content-block .txt-link {
  text-decoration: underline !important;
}
html:not([dir=rtl]) .csr-content-wrapper .img-block {
  margin-left: -120px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .csr-content-wrapper .img-block {
    margin-left: 0;
  }
}
html:not([dir=rtl]) .csr-slider-wrapper {
  background-color: #F0F5F8;
  padding: 87px 0 105px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .csr-slider-wrapper {
    padding: 50px 0;
  }
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content {
  transform: translateX(-100%);
  transition: all 0.5s linear 0s;
  opacity: 0;
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content h5 {
    margin-bottom: 20px;
    font-size: 24px !important;
  }
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p {
  font-size: 2.25rem;
  line-height: 50px;
  color: #465765;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .img-block {
  transform: translateX(100%);
  transition: all 0.5s linear 0s;
  opacity: 0;
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .img-block img {
  border-radius: 5px;
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .slick-active .itmes-content {
  transform: translateX(0);
  transition: all 0.5s linear 0s;
  opacity: 1;
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .slick-active .img-block {
  transform: translateX(0);
  transition: all 0.5s linear 0s;
  opacity: 1;
}
html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .slick-dots {
  bottom: -50px;
}
html:not([dir=rtl]) .csr-chrty-fndtn-wrapper {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .csr-chrty-fndtn-wrapper {
    padding: 20px 0 50px;
    background-color: #F0F5F8;
  }
}
html:not([dir=rtl]) .csr-chrty-fndtn-wrapper .contant-wrapper h5 {
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: normal;
}
html:not([dir=rtl]) .csr-chrty-fndtn-wrapper .img-wrapper {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  width: 100%;
  min-height: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 27px 0px rgba(70, 87, 101, 0.13);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .csr-chrty-fndtn-wrapper .img-wrapper {
    min-height: auto;
    padding: 20px 10px;
  }
}
html:not([dir=rtl]) .csr-chrty-fndtn-wrapper .link-txt {
  color: #465765;
  margin-top: 10px;
  background: url(../image/glob-icon.svg) no-repeat left center;
  padding: 12px 0 12px 42px;
}
html:not([dir=rtl]) .bsns-list-top-content-wrapper {
  padding: 100px 0;
}
html:not([dir=rtl]) .bsns-list-top-content-wrapper h5 {
  line-height: normal;
  margin-bottom: 50px;
}
html:not([dir=rtl]) .bsns-list-top-content-wrapper p {
  line-height: 28px;
  color: #465765;
}
html:not([dir=rtl]) .bs-list-wrapper {
  padding: 50px 0 90px;
  background-color: #F0F5F8;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item {
  position: relative;
  padding-bottom: 118px;
  overflow: hidden;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item img {
  max-width: none;
  width: 100%;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 118px;
  transition: all 0.2s linear 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.25rem;
  max-width: 266px;
  line-height: 30px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.2s linear 0s;
  width: 100%;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block span::after {
  content: "";
  position: absolute;
  right: -30%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/list-arrow.svg) no-repeat left top/100%;
  width: 58px;
  height: 54px;
  transition: all 0.4s linear 0s;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block p {
  line-height: 28px;
  font-size: 0.875rem;
  color: #FFFFFF;
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.1s linear 0s;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block input[type=submit], html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item .content-block input[type=submit] {
  opacity: 0;
  transition: all 0.2s linear 0s;
  padding: 0;
  height: 0 !important;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block {
  height: 100%;
  transition: all 0.4s linear 0s;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block span {
  margin-bottom: 30px;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block span::after {
  transition: all 0.4s linear 0s;
  transform: translateY(-50%) scaleY(-1);
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block p {
  transition: all 0.2s linear 0s;
  display: block;
  opacity: 1;
  height: 140px;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block input[type=submit], html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item:hover .content-block input[type=submit] {
  opacity: 1;
  transition: all 0.2s linear 0.1s;
  display: flex;
  height: 42px !important;
}
html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block .site-link:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block input[type=submit]:hover, html:not([dir=rtl]) .bs-list-wrapper .list-item:hover .content-block .log-wrapper .login-form-wrapper form input[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item:hover .content-block input[type=submit]:hover {
  border: 1px solid #E52A10;
  background-color: #FFFFFF;
  color: #E52A10;
}
html:not([dir=rtl]) .bsns-detail-content-wrapper {
  padding: 100px 0 20px;
}
html:not([dir=rtl]) .bsns-detail-content-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
html:not([dir=rtl]) .bsns-detail-content-wrapper p {
  color: #465765;
  line-height: 28px;
  margin-bottom: 40px;
}
html:not([dir=rtl]) .bsns-detail-slider-wrapper {
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
html:not([dir=rtl]) .accordian-content-wrapper h5 {
  text-transform: uppercase;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion {
  margin-top: 35px;
  margin-bottom: 100px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-item {
  border-radius: 0;
  border: 0;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-header {
  margin-bottom: 10px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-header .accordion-button {
  background-color: #008681;
  border-radius: 0;
  color: #FFFFFF;
  padding: 25px 26px;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .accordian-content-wrapper .accordion-header .accordion-button {
    font-size: 1rem;
    padding: 17px;
    border-radius: 5px;
  }
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-header .accordion-button::after {
  filter: brightness(50);
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body {
  margin-top: -10px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper {
  margin: -1.2rem;
  padding: 50px 35px 45px 25px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .img-block {
  position: relative;
  z-index: 2;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .img-block img {
  margin-left: auto;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .img-back-block, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::after, html[dir=rtl] .fndr-msg-wrappper html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::before, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::before, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper .fndr-msg-wrappper .content-area::after, html:not([dir=rtl]) .fndr-msg-wrappper .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::after {
  left: auto;
  right: -10px;
  width: 184px;
  height: 174px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .top-content-wrapper p {
  margin-bottom: 0;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body p {
  line-height: 33px;
  color: #465765;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul {
  margin-top: 10px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul li {
  line-height: 33px;
  color: #465765;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul li::marker {
  color: #465765;
  font-size: 10px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .bottom-content {
  padding: 70px 10px;
  margin: -1.2rem;
  margin-bottom: 50px;
  background: #fffdfd;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .bottom-content h5 {
  text-transform: none;
  margin-bottom: 50px;
  border-bottom: 1px solid #E52A10;
  display: inline-block;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block {
    flex-wrap: wrap;
  }
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li {
  list-style-type: none;
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  box-shadow: 5px 6px 27px 0px rgba(70, 87, 101, 0.13);
  width: 135px;
  height: 150px;
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 22px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li {
    margin: 0 12px 24px;
  }
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li img {
  margin-bottom: 12px;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li span {
  color: #E52A10;
  line-height: normal;
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li:first-child {
    margin-left: 12px;
  }
}
html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li:last-child {
    margin-right: 20px;
  }
}
html:not([dir=rtl]) .cntct-info-wrapper {
  margin: -25px 0 55px;
}
html:not([dir=rtl]) .cntct-info-wrapper span {
  text-transform: uppercase;
  color: #E52A10;
  display: block;
  padding-bottom: 50px;
}
html:not([dir=rtl]) .cntct-info-wrapper ul {
  margin: 0;
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .cntct-info-wrapper ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
}
html:not([dir=rtl]) .cntct-info-wrapper ul li a {
  color: #465765;
}
html:not([dir=rtl]) .cntct-info-wrapper ul li a.call {
  background: url(../image/call-icon.svg) no-repeat left center;
  padding-left: 40px;
}
html:not([dir=rtl]) .cntct-info-wrapper ul li a.mail {
  background: url(../image/mail-icon.svg) no-repeat left center;
  padding-left: 40px;
}
html:not([dir=rtl]) .cntct-info-wrapper ul li a.site {
  background: url(../image/glob-icon2.svg) no-repeat left center;
  padding-left: 40px;
}
html:not([dir=rtl]) .nws-list-wrapper {
  padding: 50px 0 100px;
}
html:not([dir=rtl]) .nws-list-wrapper .lst-nws-wrapper .nws-content {
  background-color: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
}
html:not([dir=rtl]) .nws-list-wrapper .lst-nws-wrapper .nws-content p {
  color: #465765;
  margin-bottom: 15px;
  line-height: normal;
}
html:not([dir=rtl]) .nws-list-wrapper .lst-nws-wrapper .nws-content .date {
  background: url(../image/date-icon2.svg) no-repeat left center;
  color: #465765;
  font-size: 0.875rem;
  margin-bottom: 15px;
  padding-left: 26px;
}
html:not([dir=rtl]) .nws-list-wrapper .status-message {
  color: #E52A10;
}
html:not([dir=rtl]) .news-filter-wrapper {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
}
html:not([dir=rtl]) .news-filter-wrapper label {
  margin-bottom: 4px;
  color: #E52A10;
}
html:not([dir=rtl]) .news-filter-wrapper .title-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
html:not([dir=rtl]) .news-filter-wrapper .title-block a {
  font-size: 0.875rem;
  color: #008681;
}
html:not([dir=rtl]) .news-filter-wrapper .field {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
html:not([dir=rtl]) .news-filter-wrapper .field input {
  color: #465765;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  font-size: 0.75rem;
}
html:not([dir=rtl]) .news-filter-wrapper .field input.placeholder {
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field input:-moz-placeholder {
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field input::-moz-placeholder {
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field input:-ms-input-placeholder {
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field input::-webkit-input-placeholder {
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field select {
  margin-top: 20px;
  max-width: 125px;
  border: 1px solid #cfd2d6;
  background-color: #f4f4f4;
  color: #465765;
}
html:not([dir=rtl]) .news-filter-wrapper .field select:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .news-filter-wrapper .form-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
html:not([dir=rtl]) .news-filter-wrapper .form-actions input[type=submit] {
  border: 0;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  color: #008681;
  padding: 0;
}
html:not([dir=rtl]) .nws-detail-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .nws-detail-wrapper {
    padding-top: 30px;
  }
}
html:not([dir=rtl]) .nws-detail-wrapper img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .nws-detail-wrapper img {
    margin-bottom: 30px;
  }
}
html:not([dir=rtl]) .nws-detail-wrapper .date {
  font-size: 1rem;
  background: url(../image/date-icon2.svg) no-repeat left center;
  padding-left: 26px;
}
html:not([dir=rtl]) .nws-detail-wrapper p {
  color: #465765;
  font-size: 1.5rem;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .nws-detail-wrapper p {
    font-size: 1rem;
    line-height: 28px;
  }
}
html:not([dir=rtl]) .crtn-list-wrapper {
  padding: 50px 0 100px;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-filter .title-block {
  margin-bottom: 30px;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-filter .field {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-filter select {
  max-width: none;
  margin: 0;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .img-block {
  padding: 42px;
  border: 0.738px solid rgba(70, 87, 101, 0.2);
  background: linear-gradient(66deg, rgba(156, 222, 196, 0.3) 0%, rgba(255, 255, 255, 0.3) 51.46%, rgba(156, 222, 196, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .item-name-block {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #008681;
  position: relative;
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .item-name-block::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../image/fullscreen-icon.svg) no-repeat left top/100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .item-name-block p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-right: 15px;
}
html:not([dir=rtl]) .crtfct-image-popup .modal-dialog {
  max-width: 1300px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .crtfct-image-popup .modal-dialog {
    margin: 0 auto;
    max-width: none;
    width: 95%;
  }
}
html:not([dir=rtl]) .crtfct-image-popup .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
  padding: 150px 130px;
  border: 1px solid rgba(70, 87, 101, 0.5);
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .crtfct-image-popup .modal-dialog .modal-content {
    padding: 60px 30px;
  }
}
html:not([dir=rtl]) .crtfct-image-popup .modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #465765;
}
html:not([dir=rtl]) .crtfct-image-popup .modal-dialog .btn-close:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .cnct-top-content-wrapper {
  padding: 100px 0 70px;
}
html:not([dir=rtl]) .cnct-top-content-wrapper h5 {
  color: #465765;
  margin-bottom: 30px;
  font-size: 24px !important;
}
html:not([dir=rtl]) .cnct-top-content-wrapper p {
  color: #465765;
  line-height: 28px;
}
html:not([dir=rtl]) .gtnch-wrapper {
  width: 100%;
  min-height: 700px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 60px;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .gtnch-wrapper .lt-block {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block h6 {
  color: #FFFFFF;
  font-size: 1rem;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block a {
  font-size: 0.8125rem;
  color: #FFFFFF;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .call-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .call-block ul {
  margin: 0;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .call-block ul li {
  list-style-type: none;
  line-height: normal;
  margin-bottom: 5px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .call-block ul li a {
  background: url(../image/call-icon2.svg) no-repeat left center/16px;
  padding: 4px 0 4px 26px;
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .mail-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .address-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .address-block address {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../image/map-pin.svg) no-repeat left 20px/24px;
  font-size: 0.8125rem;
  color: #FFFFFF;
  padding-left: 34px;
  line-height: 18px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block {
  padding-top: 20px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block h6 {
  margin-bottom: 25px;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block span,
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block p {
  font-size: 0.6875rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block span {
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}
html:not([dir=rtl]) .gtnch-wrapper .lt-block .branch-block p {
  margin-bottom: 20px;
  line-height: 15px;
}
html:not([dir=rtl]) .common-form-wrapper {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .common-form-wrapper {
    padding-bottom: 30px;
  }
}
html:not([dir=rtl]) .common-form-wrapper h4 {
  font-size: 30px !important;
  color: #FFFFFF;
  margin-bottom: 10px;
}
html:not([dir=rtl]) .common-form-wrapper p {
  color: #FFFFFF;
  line-height: 25px;
}
html:not([dir=rtl]) .common-form-wrapper form {
  margin-top: 30px;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .common-form-wrapper .field {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .common-form-wrapper label {
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-bottom: 6px;
}
html:not([dir=rtl]) .common-form-wrapper label.error {
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
  color: #E52A10;
}
html:not([dir=rtl]) .common-form-wrapper input {
  border: 1px solid rgba(167, 170, 188, 0.4);
  border-radius: 3px;
  font-size: 0.8125rem;
  color: #607b7d;
  padding-left: 37px !important;
}
html:not([dir=rtl]) .common-form-wrapper input.placeholder {
  color: #607b7d;
}
html:not([dir=rtl]) .common-form-wrapper input:-moz-placeholder {
  color: #607b7d;
}
html:not([dir=rtl]) .common-form-wrapper input::-moz-placeholder {
  color: #607b7d;
}
html:not([dir=rtl]) .common-form-wrapper input:-ms-input-placeholder {
  color: #607b7d;
}
html:not([dir=rtl]) .common-form-wrapper input::-webkit-input-placeholder {
  color: #607b7d;
}
html:not([dir=rtl]) .common-form-wrapper input[type=submit] {
  background-color: #E52A10;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.875rem;
  transition: all 0.2s linear 0s;
}
html:not([dir=rtl]) .common-form-wrapper input[type=submit]:hover {
  transition: all 0.2s linear 0s;
  background-color: #FFFFFF;
  color: #E52A10;
  border: 1px solid #E52A10;
}
html:not([dir=rtl]) .common-form-wrapper .group-item {
  position: relative;
}
html:not([dir=rtl]) .common-form-wrapper .group-item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
html:not([dir=rtl]) .common-form-wrapper .group-item i.user {
  width: 16px;
  height: 16px;
  background: url(../image/cntct-form-icon1.svg) no-repeat left top;
}
html:not([dir=rtl]) .common-form-wrapper .group-item i.email {
  width: 16px;
  height: 13px;
  background: url(../image/cntct-form-icon2.svg) no-repeat left top;
}
html:not([dir=rtl]) .common-form-wrapper .group-item i.phone {
  width: 16px;
  height: 16px;
  background: url(../image/cntct-form-icon3.svg) no-repeat left top;
}
html:not([dir=rtl]) .common-form-wrapper .group-item i.company {
  width: 17px;
  height: 14px;
  background: url(../image/cntct-form-icon4.svg) no-repeat left top;
}
html:not([dir=rtl]) .common-form-wrapper textarea {
  font-size: 0.8125rem;
  color: #607b7d;
  border-radius: 3px;
  height: 80px;
  border: 1px solid rgba(167, 170, 188, 0.4);
  padding-left: 12px;
}
html:not([dir=rtl]) .common-form-wrapper .form-tel {
  padding-left: 50px !important;
}
html:not([dir=rtl]) .jb-list-top-content-wrapper, html:not([dir=rtl]) .vr-top-content-wrapper {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-list-top-content-wrapper, html:not([dir=rtl]) .vr-top-content-wrapper {
    padding-bottom: 25px;
  }
}
html:not([dir=rtl]) .jb-list-top-content-wrapper h5, html:not([dir=rtl]) .vr-top-content-wrapper h5 {
  font-size: 30px !important;
  color: #465765;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .jb-list-top-content-wrapper p, html:not([dir=rtl]) .vr-top-content-wrapper p {
  line-height: 44px;
  color: #465765;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-list-top-content-wrapper p, html:not([dir=rtl]) .vr-top-content-wrapper p {
    font-size: 1rem;
    line-height: 30px;
  }
}
html:not([dir=rtl]) .jb-list-wrapper {
  padding-top: 80px;
  background-color: #F0F5F8;
}
html:not([dir=rtl]) .jb-list-wrapper .filter-btn {
  display: none;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  color: #465765;
  height: 54px;
  padding: 17px;
  position: relative;
  margin-bottom: 20px;
}
html:not([dir=rtl]) .jb-list-wrapper .filter-btn::after {
  content: "";
  background: url(../image/filter-icon.svg) no-repeat left top;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-list-wrapper .filter-btn {
    display: flex;
  }
}
html:not([dir=rtl]) .jb-filter-list-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 55px 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-filter-list-block {
    display: none;
  }
}
html:not([dir=rtl]) .jb-filter-list-block .form-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
html:not([dir=rtl]) .jb-filter-list-block .form-actions .form-submit {
  border: 0;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  padding: 0;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item {
  border: 0;
  border-radius: 0;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header {
  font-size: 16px !important;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header a {
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  color: #465765;
  box-shadow: none;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header a::after {
  width: 16px;
  height: 16px;
  background-size: 100%;
  transform: rotate(270deg);
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header a.accordion-button:not(.collapsed) {
  background-color: transparent;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-item .accordion-header a.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body {
  padding: 0 24px 33px;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body ul {
  margin: 0;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body legend {
  display: none;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body label {
  margin: 0;
  line-height: normal;
  line-height: normal;
  color: #465765;
  font-size: 0.8125rem;
  margin-left: 10px;
  display: flex;
  width: 100%;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body span {
  font-size: 0.75rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #dedede;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body input[type=checkbox] {
  width: 17.7px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #465765;
  margin: 0;
  padding: 0;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body input[type=checkbox]:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .jb-filter-list-block .accordion-body input[type=checkbox]:checked {
  background-color: #FFFFFF;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23465765' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
html:not([dir=rtl]) .jb-details-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .jb-details-block {
    padding: 20px 15px;
  }
}
html:not([dir=rtl]) .jb-details-block h5 {
  color: #465765;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .jb-details-block h5 {
    margin-bottom: 20px;
  }
}
html:not([dir=rtl]) .jb-details-block .jb-info-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block .jb-info-wrap {
    flex-direction: column-reverse;
  }
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block .adrs-dtls {
    margin-bottom: 20px;
  }
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 34px;
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls span.address {
  margin-right: 20px;
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls span.address::before {
  background: url(../image/map-pin2.svg) no-repeat left top;
}
html:not([dir=rtl]) .jb-details-block .adrs-dtls span.cmp-name::before {
  background: url(../image/building.svg) no-repeat left top;
}
html:not([dir=rtl]) .jb-details-block dl {
  display: flex;
  color: #465765;
  margin-top: 20px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .jb-details-block dl {
    flex-wrap: wrap;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block dl {
    margin-top: 0;
  }
}
html:not([dir=rtl]) .jb-details-block dl dt {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block dl dt {
    flex: 0 0 25%;
  }
}
html:not([dir=rtl]) .jb-details-block dl dd {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .jb-details-block dl dd {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block dl dd {
    flex: 0 0 50%;
  }
}
html:not([dir=rtl]) .jb-details-block p {
  line-height: 23px;
}
html:not([dir=rtl]) .jb-details-block .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form html:not([dir=rtl]) .jb-details-block input[type=submit], html:not([dir=rtl]) .jb-details-block .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .jb-details-block input[type=submit] {
  width: 178px;
  height: 47px;
}
html:not([dir=rtl]) .jb-details-block .time {
  background: url(../image/clock.svg) no-repeat left center/24px;
  color: #465765;
  font-size: 0.8125rem;
  position: absolute;
  right: 22px;
  bottom: 31px;
  padding: 6px 0 6px 32px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-details-block .time {
    position: static;
    margin-bottom: 20px;
    display: block;
  }
}
html:not([dir=rtl]) .jb-detail-wrapper {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-detail-wrapper {
    padding: 50px 0 20px;
  }
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block {
  border: 0;
  border-radius: 0;
  padding: 0;
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block h5 {
  margin-bottom: 15px;
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block p {
  font-size: 1rem;
  line-height: 29px;
  margin-bottom: 30px;
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block ol {
  margin-bottom: 30px;
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block li {
  line-height: 29px;
}
html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block ul li::marker {
  font-size: 9px;
  color: #465765;
}
html:not([dir=rtl]) .jb-form-wrapper {
  background-color: #F0F5F8;
  padding: 100px 0 90px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .jb-form-wrapper {
    padding: 50px 0 40px;
  }
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper {
  padding: 0 30px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper form {
  margin-top: 17px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .field {
  margin-bottom: 20px;
  position: relative;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .field .email {
  height: 14px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .btn-block {
  margin-top: 50px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper input[type=submit] {
  margin-top: 10px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .form-item-resume .form-submit {
  display: flex;
  justify-content: center;
  border: 1px solid #E52A10;
  background-color: #FFFFFF;
  color: #E52A10;
  padding-left: 20px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .form-item-resume .messages--error {
  font-size: 0.75rem;
  color: #E52A10;
  line-height: normal;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper .form-item-resume .messages--error .placeholder {
  opacity: 1;
  display: inline;
  background-color: inherit;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper h4 {
  color: #465765;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper p {
  color: #465765;
  margin-bottom: 5px;
}
html:not([dir=rtl]) .jb-form-wrapper .common-form-wrapper label {
  color: #465765;
}
html:not([dir=rtl]) .user-login-form {
  max-width: 400px;
  margin: 100px auto;
}
html:not([dir=rtl]) .user-login-form .form-item {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .user-login-form .form-item input {
  margin-bottom: 10px;
}
html:not([dir=rtl]) .captcha {
  margin-bottom: 20px;
  position: relative;
}
html:not([dir=rtl]) .status-message {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
html:not([dir=rtl]) .map-locations-list-wrapper {
  margin: 60px 0;
}
html:not([dir=rtl]) .map-locations-list-wrapper h5 {
  color: #465765;
  margin-bottom: 50px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .locations-list-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  height: 640px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .locations-list-block .mCSB_inside > .mCSB_container {
  margin: 0;
}
html:not([dir=rtl]) .map-locations-list-wrapper .locations-list-block .mCS-dark.mCSB_scrollTools .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3);
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion {
  padding: 0 17px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-item {
  margin: 10px 0;
  background-color: #F0F5F8;
  border: 0;
  border-radius: 0;
  padding: 13px 10px 13px 20px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-header {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #008681;
  cursor: pointer;
  pointer-events: none;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-header.collapsed {
  pointer-events: all;
  font-size: 0.875rem;
  color: #465765;
  background: url(../image/location-map-pin.svg) no-repeat left center/18px;
  padding-left: 20px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body {
  padding: 20px 0 0;
  margin-right: 20px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul {
  margin: 0;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul li {
  list-style-type: none;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul li:last-child {
  margin-bottom: 0;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul li.call {
  padding-left: 20px;
  background: url(../image/location-phone.svg) no-repeat left center/16px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul li.mail {
  padding-left: 20px;
  background: url(../image/location-mail.svg) no-repeat left center/16px;
}
html:not([dir=rtl]) .map-locations-list-wrapper .accordion-body ul li a {
  font-size: 0.75rem;
  color: #465765;
}
html:not([dir=rtl]) .map-locations-list-wrapper .bef-exposed-form {
  display: none;
}
html:not([dir=rtl]) .map-locations-list-wrapper .geofield-google-map {
  width: 100% !important;
}
html:not([dir=rtl]) .vr-form-steps {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
html:not([dir=rtl]) .vr-form-steps .progress-tracker {
  margin: 0;
  width: 100%;
}
html:not([dir=rtl]) .vr-form-steps li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-height: 100px;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-form-steps li {
    display: none;
    max-width: none;
  }
}
html:not([dir=rtl]) .vr-form-steps li::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #E52A10;
  z-index: -1;
}
html:not([dir=rtl]) .vr-form-steps li::after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 18px;
  background-color: #E52A10;
  z-index: -1;
}
html:not([dir=rtl]) .vr-form-steps li i,
html:not([dir=rtl]) .vr-form-steps li .progress-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #E52A10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #E52A10;
}
html:not([dir=rtl]) .vr-form-steps li i::after,
html:not([dir=rtl]) .vr-form-steps li .progress-marker::after {
  z-index: 6;
  background-color: transparent !important;
}
html:not([dir=rtl]) .vr-form-steps li i::before,
html:not([dir=rtl]) .vr-form-steps li .progress-marker::before {
  background-color: transparent !important;
  z-index: 6;
}
html:not([dir=rtl]) .vr-form-steps li span,
html:not([dir=rtl]) .vr-form-steps li .progress-title {
  color: #E52A10;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .vr-form-steps li span,
  html:not([dir=rtl]) .vr-form-steps li .progress-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-form-steps li span,
  html:not([dir=rtl]) .vr-form-steps li .progress-title {
    font-size: 16px;
  }
}
html:not([dir=rtl]) .vr-form-steps li:first-child.active::before, html:not([dir=rtl]) .vr-form-steps li:first-child.is-active::before {
  left: 0;
}
html:not([dir=rtl]) .vr-form-steps li:last-child.active::after, html:not([dir=rtl]) .vr-form-steps li:last-child.is-active::after {
  background-color: #008681;
}
html:not([dir=rtl]) .vr-form-steps li.active::before, html:not([dir=rtl]) .vr-form-steps li.is-active::before, html:not([dir=rtl]) .vr-form-steps li.is-complete::before {
  background-color: #008681;
  left: -50%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-form-steps li.active::before, html:not([dir=rtl]) .vr-form-steps li.is-active::before, html:not([dir=rtl]) .vr-form-steps li.is-complete::before {
    left: 0;
  }
}
html:not([dir=rtl]) .vr-form-steps li.active i,
html:not([dir=rtl]) .vr-form-steps li.active .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-active i,
html:not([dir=rtl]) .vr-form-steps li.is-active .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-complete i,
html:not([dir=rtl]) .vr-form-steps li.is-complete .progress-marker {
  border: 0;
  color: #FFFFFF;
  background-color: #008681;
}
html:not([dir=rtl]) .vr-form-steps li.active span,
html:not([dir=rtl]) .vr-form-steps li.active .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-active span,
html:not([dir=rtl]) .vr-form-steps li.is-active .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-complete span,
html:not([dir=rtl]) .vr-form-steps li.is-complete .progress-title {
  color: #008681;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-form-steps li.current, html:not([dir=rtl]) .vr-form-steps li.is-active {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-form-steps li .progress-text {
    display: block;
  }
}
html:not([dir=rtl]) .vr-setps-form {
  background-color: #F0F5F8;
  padding: 80px 0 0;
  margin-top: 50px;
}
html:not([dir=rtl]) .vr-setps-form.next-step-btn-wrapper {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 80px;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper {
  padding: 0;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field {
  position: relative;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field label {
  color: #465765;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  line-height: normal;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field label.error {
  color: #E52A10;
  font-size: 11px;
  bottom: -24px;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input {
  padding-left: 30px;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input.placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input:-moz-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input::-moz-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input:-ms-input-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input::-webkit-input-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field input:focus {
  border-color: #b4bbc1;
  transition: all 0.3s ease;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea {
  padding-left: 30px;
  padding-top: 20px;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea.placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea:-moz-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea::-moz-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea:-ms-input-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .common-form-wrapper .field textarea::-webkit-input-placeholder {
  color: #b4bbc1;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  border-color: rgba(167, 170, 188, 0.4);
  border-radius: 3px;
  padding: 0;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap input[type=checkbox]:checked {
  background-color: #FFFFFF;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23465765' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
html:not([dir=rtl]) .vr-setps-form .check-wrap input[type=checkbox]:focus {
  box-shadow: none;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap label {
  margin: 0 !important;
  margin-right: 10px !important;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap label.error {
  bottom: -16px !important;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap .check-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap .form-item {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .vr-setps-form .check-wrap .form-item label {
  margin-right: 10px !important;
}
html:not([dir=rtl]) .vr-setps-form .webform-multiple-table .form-text {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .vr-setps-form .webform-multiple-add input[type=submit] {
  background-color: #FFFFFF;
  border-style: dashed;
  color: #607b7d;
}
html:not([dir=rtl]) .vr-setps-form h6,
html:not([dir=rtl]) .vr-setps-form p {
  font-size: 13px !important;
  color: #465765;
  margin-bottom: 20px;
  line-height: 16px;
}
html:not([dir=rtl]) .vr-setps-form h5 {
  font-size: 13px !important;
  color: #465765;
  margin-bottom: 20px;
  line-height: 15px;
}
html:not([dir=rtl]) .vr-setps-form p {
  margin-top: 20px;
  margin-bottom: 0;
}
html:not([dir=rtl]) .vr-setps-form input[type=date] {
  text-transform: uppercase;
  position: relative;
}
html:not([dir=rtl]) .vr-setps-form input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
html:not([dir=rtl]) .vr-setps-form input[type=date]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #999;
}
html:not([dir=rtl]) .vr-setps-form .note,
html:not([dir=rtl]) .vr-setps-form .webform-element-description {
  font-style: italic;
  color: #b85d5b;
  line-height: 21px;
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: normal;
}
html:not([dir=rtl]) .vr-setps-form table {
  margin: 0;
}
html:not([dir=rtl]) .vr-setps-form table th {
  display: none;
}
html:not([dir=rtl]) .vr-setps-form table tr {
  background-color: transparent;
  position: relative;
}
html:not([dir=rtl]) .vr-setps-form table tr td {
  padding: 0;
}
html:not([dir=rtl]) .vr-setps-form .webform-multiple-table--operations {
  position: absolute;
  right: -40px;
  top: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .vr-setps-form .webform-multiple-table--operations {
    right: 0;
    top: -10px;
  }
}
html:not([dir=rtl]) .vr-setps-form .webform-multiple-table--operations input[type=image] {
  width: 20px;
  height: 20px !important;
  opacity: 0.8;
  padding: 0 !important;
  border-radius: 50%;
  border: 2px solid #5d5d5d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
html:not([dir=rtl]) .vr-setps-form .js-webform-radios {
  display: flex;
}
html:not([dir=rtl]) .vr-setps-form .js-form-type-radio {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .vr-setps-form .js-form-type-radio input[type=radio] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
html:not([dir=rtl]) .vr-setps-form .js-form-type-radio label {
  margin-bottom: 0 !important;
  margin-right: 10px;
}
html:not([dir=rtl]) .vr-setps-form #edit-actions-wizard-prev {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .vr-setps-form .description {
  margin-top: 10px;
}
html:not([dir=rtl]) .vr-setps-form .vr-form-error-message {
  margin-bottom: 30px;
  color: #E52A10;
}
html:not([dir=rtl]) .vr-setps-form .vr-form-error-message h2 {
  color: #E52A10;
}
html:not([dir=rtl]) .vr-setps-form.next-step-btn-wrapper .vr-form-error-message {
  display: none;
}
html:not([dir=rtl]) .form-select {
  font-size: 0.8125rem;
  border-radius: 3px;
  padding-left: 30px;
  height: 40px;
}
html:not([dir=rtl]) .form-select:required:invalid {
  color: #b4bbc1;
}
html:not([dir=rtl]) .form-select:focus {
  box-shadow: none;
  border-color: #b4bbc1;
}
html:not([dir=rtl]) .form-select option {
  color: #465765;
}
html:not([dir=rtl]) .inputDnD {
  position: relative;
}
html:not([dir=rtl]) .inputDnD .btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid rgba(71, 71, 71, 0.33);
  color: rgba(70, 87, 101, 0.5);
  background: rgba(217, 217, 217, 0.3);
  z-index: 2;
}
html:not([dir=rtl]) .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  color: rgba(70, 87, 101, 0.7) !important;
}
html:not([dir=rtl]) .inputDnD .form-control-file:before {
  content: attr(data-title);
  background-color: #FFFFFF;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  padding-right: 130px;
  text-wrap: wrap;
  overflow: hidden;
}
html:not([dir=rtl]) .inputDnD .form-file {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 100%;
}
html:not([dir=rtl]) .inputDnD .form-submit {
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  background-color: #FFFFFF !important;
  color: rgba(70, 87, 101, 0.7) !important;
}
html:not([dir=rtl]) .form-managed-file {
  position: relative;
}
html:not([dir=rtl]) .form-managed-file .form-file {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 66px;
}
html:not([dir=rtl]) .form-managed-file .form-submit {
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  background-color: #FFFFFF !important;
  color: rgba(70, 87, 101, 0.7) !important;
}
html:not([dir=rtl]) .form-managed-file .js-form-type-checkbox {
  display: flex;
  align-items: center;
}
html:not([dir=rtl]) .form-managed-file .js-form-type-checkbox label {
  margin-bottom: 0 !important;
}
html:not([dir=rtl]) .form-managed-file .check-wrap {
  margin: 10px 0;
}
html:not([dir=rtl]) .ajax-progress {
  position: absolute;
  top: 40px;
  right: -30px;
}
html:not([dir=rtl]) .log-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #F0F5F8;
}
html:not([dir=rtl]) .log-wrapper .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .log-wrapper .container {
    position: static;
    transform: none;
  }
}
html:not([dir=rtl]) .log-wrapper .logo-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  html:not([dir=rtl]) .log-wrapper .logo-wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper h5 {
  font-size: 18px;
  color: #465765;
  margin-bottom: 15px;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper h3 {
  color: #465765;
  margin-bottom: 20px;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper form {
  margin-top: 50px;
  margin-bottom: 50px;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper form .field {
  margin-bottom: 20px;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper form label {
  color: #465765;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper form input[type=submit] {
  margin-top: 10px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
html:not([dir=rtl]) .log-wrapper .login-form-wrapper a {
  font-size: 0.8125rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
html:not([dir=rtl]) .log-wrapper .login-img-wrapper {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  html:not([dir=rtl]) .log-wrapper .login-img-wrapper {
    display: none;
  }
}
html:not([dir=rtl]) .log-wrapper .login-img-wrapper img {
  max-width: none;
  width: 100%;
}
html:not([dir=rtl]) .error-msg-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .error-msg-wrapper {
    height: auto;
  }
}
html:not([dir=rtl]) .error-msg-wrapper h2 {
  color: #FFFFFF;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
html:not([dir=rtl]) .error-msg-wrapper p {
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .logo-wrapper-txt .spotlight-content .container {
    position: static;
    padding-top: 50px;
  }
}
html:not([dir=rtl]) .logo-wrapper-txt .spotlight-content h3 {
  width: 74%;
}
@media only screen and (max-width: 767px) {
  html:not([dir=rtl]) .logo-wrapper-txt .logo-wrapper-block {
    height: auto;
  }
  html:not([dir=rtl]) .logo-wrapper-txt .logo-wrapper-block .container {
    padding-top: 0;
  }
}
html:not([dir=rtl]) .pager {
  margin: 0;
}
html:not([dir=rtl]) .pager__item {
  list-style-type: none;
  text-align: center;
}
html:not([dir=rtl]) .pager__item a {
  border: 1px solid #E52A10;
  padding: 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
html:not([dir=rtl]) .rm-link {
  color: #E52A10;
  position: relative;
  display: inline-flex;
  align-items: center;
}
html:not([dir=rtl]) .rm-link::after {
  content: "";
  background: url(../image/link-icon.svg) no-repeat left top/100%;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
html:not([dir=rtl]) .rm-link:hover::after {
  animation: linkArrowAnim 0.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes linkArrowAnim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(5px);
  }
}
html:not([dir=rtl]) .form-item-type-of-services-other {
  margin-top: 20px;
}
html:not([dir=rtl]) .form-tel {
  padding-left: 50px !important;
}
html:not([dir=rtl]) .iti {
  display: block;
}
html:not([dir=rtl]) .webform-submission-form strong.error.form-item--error-message {
  margin-top: 10px;
  font-size: 12px;
}
html:not([dir=rtl]) .vr-setps-form label {
  display: block;
}
html:not([dir=rtl]) .vr-setps-form .iti {
  display: block;
}
html:not([dir=rtl]) .vr-setps-form table[data-drupal-selector=edit-address-and-contact-person-items] .webform-multiple-table--operations, html:not([dir=rtl]) .vr-setps-form table[data-drupal-selector=edit-list-of-companies-items] .webform-multiple-table--operations, html:not([dir=rtl]) .vr-setps-form table[data-drupal-selector=edit-description-model-make-year-and-quantity-items] .webform-multiple-table--operations, html:not([dir=rtl]) .vr-setps-form table[data-drupal-selector=edit-contracts-details-items] .webform-multiple-table--operations {
  top: 45px;
}

/* ---Ar styling--- */
html[dir=rtl] {
  /**
   * common colors
   */
  /**
   * notification colors
   */
  /* slick */
  /* boxshadow */
  /**
   * common colors
   */
  /**
   * notification colors
   */
  /* slick */
  /* boxshadow */
  /* gradients */
  /*
   * typography
   */
  /*
  * colors and gradients
  */
}
html[dir=rtl] .base-page {
  min-height: calc(100vh - 27rem);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .base-page {
    min-height: calc(100vh - 42rem);
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .web-only,
  html[dir=rtl] .for-dt {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  html[dir=rtl] .mob-only,
  html[dir=rtl] .for-mob {
    display: none !important;
  }
}
@media only screen and (min-width: 990px) {
  html[dir=rtl] .for-tab {
    display: none !important;
  }
}
html[dir=rtl] .decoration-none {
  text-decoration: none !important;
}
html[dir=rtl] .c-pointer {
  cursor: pointer !important;
}
html[dir=rtl] .c-not-allowed {
  cursor: not-allowed !important;
}
html[dir=rtl] .c-text {
  cursor: text !important;
}
html[dir=rtl] p {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 25px;
}
html[dir=rtl] .no-overflow {
  overflow: hidden !important;
}
html[dir=rtl] a.has-link {
  cursor: pointer;
}
html[dir=rtl] .ls-0 {
  list-style-type: none;
}
html[dir=rtl] a {
  text-decoration: none !important;
}
html[dir=rtl] img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
html[dir=rtl] .relative {
  position: relative;
}
html[dir=rtl] .overflow-hidden {
  overflow: hidden;
}
html[dir=rtl] .hidden {
  display: none !important;
}
html[dir=rtl] .bdr-1 {
  border-radius: 10px;
}
html[dir=rtl] .bdr-solid {
  border: 4px solid #465765;
}
html[dir=rtl] .full-height {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
html[dir=rtl] .v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
html[dir=rtl] .pt-scroll {
  padding-top: 5rem !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .pt-scroll {
    padding-top: 1.875rem !important;
  }
}
html[dir=rtl] .p-top1 {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-top1 {
    padding-top: 3.75rem;
  }
}
html[dir=rtl] .p-top2 {
  padding-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-top2 {
    padding-top: 3.125rem;
  }
}
html[dir=rtl] .p-top3 {
  padding-top: 6.875rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-top3 {
    padding-top: 3.75rem;
  }
}
html[dir=rtl] .p-bot1 {
  padding-bottom: 8.125rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-bot1 {
    padding-bottom: 4.375rem;
  }
}
html[dir=rtl] .p-bot2 {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-bot2 {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-m-0 {
    padding: 0 !important;
  }
}
html[dir=rtl] .gr-grad, html[dir=rtl] .logo-wrapper-txt, html[dir=rtl] .gtnch-wrapper, html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block, html[dir=rtl] .logo-wrapper-block, html[dir=rtl] .abt-ovm-wrapper .card ul li::before, html[dir=rtl] .abt-video-wrappper::before, html[dir=rtl] .menu-wrapper, html[dir=rtl] .block-3::before, html[dir=rtl] .img-back-block, html[dir=rtl] .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::after, html:not([dir=rtl]) .abt-ovm-wrapper .card ul html[dir=rtl] li::before, html:not([dir=rtl]) .bs-list-wrapper .list-item:hover html[dir=rtl] .content-block {
  background: linear-gradient(90deg, #00A967 -0.23%, #009891 47.77%, #008681 99.77%);
}
html[dir=rtl] .rd-grad, html[dir=rtl] .timeline .content-wrapper::after, html:not([dir=rtl]) .timeline html[dir=rtl] .content-wrapper::after {
  background: linear-gradient(90deg, #E62A10 -0.23%, #9A1715 99.77%);
}
html[dir=rtl] .site-link, html[dir=rtl] .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input[type=submit] {
  border-radius: 3px;
  padding: 8px 10px;
  border: none;
  outline: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear 0s;
  text-align: center;
}
html[dir=rtl] .site-link.link-1, html[dir=rtl] .log-wrapper .login-form-wrapper form input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input[type=submit] {
  background-color: #E52A10;
  color: #FFFFFF;
}
html[dir=rtl] .site-link.link-1:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form input[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input[type=submit]:hover {
  border: 1px solid #E52A10;
  background-color: transparent;
  color: #E52A10;
}
html[dir=rtl] .site-link.link-2, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-2[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-2[type=submit] {
  border: 1px solid #E52A10;
  color: #E52A10;
}
html[dir=rtl] .site-link.link-2:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-2[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-2[type=submit]:hover {
  background-color: #E52A10;
  color: #FFFFFF;
}
html[dir=rtl] .site-link.link-3, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-3[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-3[type=submit] {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
html[dir=rtl] .site-link.link-3:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-3[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-3[type=submit]:hover {
  background-color: #FFFFFF;
  color: #E52A10;
}
html[dir=rtl] .site-link.link-4, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-4[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-4[type=submit] {
  border: 1px solid #008681;
  color: #008681;
}
html[dir=rtl] .site-link.link-4:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form input.link-4[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.link-4[type=submit]:hover {
  background-color: #008681;
  color: #FFFFFF;
}
html[dir=rtl] .site-link.ln-xxl, html[dir=rtl] .log-wrapper .login-form-wrapper form input.ln-xxl[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.ln-xxl[type=submit] {
  min-width: 214px;
  height: 51px;
}
html[dir=rtl] .site-link.ln-xl, html[dir=rtl] .log-wrapper .login-form-wrapper form input.ln-xl[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.ln-xl[type=submit] {
  min-width: 157px;
  height: 51px;
}
html[dir=rtl] .site-link.ln-lg, html[dir=rtl] .log-wrapper .login-form-wrapper form input.ln-lg[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.ln-lg[type=submit] {
  min-width: 135px;
  height: 42px;
  font-size: 0.875rem;
}
html[dir=rtl] .site-link.ln-md, html[dir=rtl] .log-wrapper .login-form-wrapper form input.ln-md[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.ln-md[type=submit] {
  min-width: 128px;
  height: 35px;
  font-size: 0.75rem;
}
html[dir=rtl] .site-link.ln-sm, html[dir=rtl] .log-wrapper .login-form-wrapper form input.ln-sm[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] input.ln-sm[type=submit] {
  max-width: 113px;
  height: 35px;
  font-size: 0.75rem;
}
html[dir=rtl] .text-underline {
  text-decoration: underline !important;
}
html[dir=rtl] .block-bd {
  border: 1px solid #465765;
  padding: 12px;
  border-radius: 6px;
}
html[dir=rtl] .site-input {
  padding: 11px 40px 11px 10px;
  border-radius: 5px;
}
html[dir=rtl] .site-input.sl-lg {
  height: 60px;
  min-width: 220px;
}
html[dir=rtl] .site-input.sl-md {
  height: 40px;
  min-width: 170px;
}
html[dir=rtl] .field-1 {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #E52A10;
}
html[dir=rtl] .field-1.placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] .field-1:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] .field-1::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] .field-1:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] .field-1::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
html[dir=rtl] label {
  color: #00A967;
  margin-bottom: 10px;
}
html[dir=rtl] input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #D7DDED;
  color: #E52A10;
  background-color: #FFFFFF;
}
html[dir=rtl] input:focus {
  outline: none;
}
html[dir=rtl] input.placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] input:-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] input::-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] input:-ms-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] input::-webkit-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] textarea {
  border: 1px solid #D7DDED;
  color: #00A967;
  background-color: #FFFFFF;
  border-radius: 5px;
  resize: none;
  width: 100%;
  height: 80px;
  outline: none;
  padding: 10px 20px;
}
html[dir=rtl] textarea.placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] textarea:-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] textarea::-moz-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] textarea:-ms-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #E52A10;
}
html[dir=rtl] .bootstrap-select {
  max-width: none;
  width: 100% !important;
  display: flex;
  align-items: center;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle {
  height: 40px;
  color: #00A967 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #D7DDED !important;
  outline: none !important;
  padding: 0 20px;
  text-align: unset;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle::after {
  background: url(../image/down-arrow.svg) no-repeat left top;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 14px;
  height: 8px;
  border: 0;
}
html[dir=rtl] .bootstrap-select .dropdown-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
}
html[dir=rtl] .bootstrap-select .dropdown-menu {
  padding: 0;
}
html[dir=rtl] .bootstrap-select .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
html[dir=rtl] .bootstrap-select .dropdown-menu ul li {
  padding: 5px 20px;
  list-style-type: none;
}
html[dir=rtl] .bootstrap-select .dropdown-menu ul li:hover {
  background-color: #E52A10;
}
html[dir=rtl] .bootstrap-select .dropdown-menu ul li:hover a {
  color: #FFFFFF !important;
}
html[dir=rtl] .bootstrap-select .dropdown-menu ul li a {
  color: #00A967 !important;
  font-size: 0.9375rem;
  display: block;
}
html[dir=rtl] .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
html[dir=rtl] .slick-slide img {
  width: 100%;
}
html[dir=rtl] .slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
html[dir=rtl] .slick-dots li {
  margin: 0 6px;
  height: auto;
  width: auto;
}
html[dir=rtl] .slick-dots li button {
  width: 50px;
  height: 5px;
  padding: 0;
  opacity: 1;
  background: #008681;
  position: relative;
  overflow: hidden;
}
html[dir=rtl] .slick-dots li button::before {
  content: "";
}
html[dir=rtl] .slick-dots li.slick-active button, html[dir=rtl] .slick-dots li:hover button {
  opacity: 1;
  background: #E52A10;
}
html[dir=rtl] .sl-arrow .slick-prev, html[dir=rtl] .sl-arrow .slick-next {
  z-index: 99;
}
html[dir=rtl] .sl-arrow .slick-prev {
  left: 5px;
}
html[dir=rtl] .sl-arrow .slick-prev::before {
  content: url(../image/slick-nav-prev.svg);
}
html[dir=rtl] .sl-arrow .slick-next {
  right: 5px;
}
html[dir=rtl] .sl-arrow .slick-next::before {
  content: url(../image/slick-nav-next.svg);
}
html[dir=rtl] .bg-1 {
  background-color: #E52A10 !important;
}
html[dir=rtl] .color-1 {
  color: #E52A10 !important;
}
html[dir=rtl] .bg-2 {
  background-color: #00A967 !important;
}
html[dir=rtl] .color-2 {
  color: #00A967 !important;
}
html[dir=rtl] .bg-3, html[dir=rtl] .bs-list-wrapper .list-item .content-block, html:not([dir=rtl]) .bs-list-wrapper .list-item html[dir=rtl] .content-block {
  background-color: #008681 !important;
}
html[dir=rtl] .color-3 {
  color: #008681 !important;
}
html[dir=rtl] .bg-4 {
  background-color: #FFFFFF !important;
}
html[dir=rtl] .color-4 {
  color: #FFFFFF !important;
}
html[dir=rtl] .bg-5 {
  background-color: #000000 !important;
}
html[dir=rtl] .color-5 {
  color: #000000 !important;
}
html[dir=rtl] .bg-6, html[dir=rtl] .error-msg-wrapper {
  background-color: #465765 !important;
}
html[dir=rtl] .color-6 {
  color: #465765 !important;
}
html[dir=rtl] .bg-7, html[dir=rtl] .crtfct-image-popup .modal-dialog .modal-content, html[dir=rtl] .crtn-list-wrapper, html[dir=rtl] .nws-detail-wrapper, html[dir=rtl] .nws-list-wrapper, html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper, html[dir=rtl] .abut-founder-wrapper, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body html[dir=rtl] .top-content-wrapper, html:not([dir=rtl]) .crtfct-image-popup .modal-dialog html[dir=rtl] .modal-content {
  background-color: #F0F5F8 !important;
}
html[dir=rtl] .color-7 {
  color: #F0F5F8 !important;
}
html[dir=rtl] .bg-8 {
  background-color: color-8 !important;
}
html[dir=rtl] .color-8 {
  color: color-8 !important;
}
html[dir=rtl] .bg-9 {
  background-color: color-9 !important;
}
html[dir=rtl] .color-9 {
  color: color-9 !important;
}
html[dir=rtl] .weight-300 {
  font-weight: 300 !important;
}
html[dir=rtl] .lighter, html[dir=rtl] .jb-detail-wrapper .jb-details-block li, html[dir=rtl] .jb-detail-wrapper .jb-details-block p, html[dir=rtl] .accordian-content-wrapper .accordion-body ul li, html[dir=rtl] .bsns-detail-content-wrapper li, html[dir=rtl] .csr-chrty-fndtn-wrapper .link-txt, html[dir=rtl] .abt-ovm-wrapper .card ul li, html[dir=rtl] .menu-wrapper .contact-links a, html[dir=rtl] .menu-wrapper .menu-footer-wrapper address, html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li a, html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li a, html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text], html[dir=rtl] .menu-wrapper nav ul > li a,
html[dir=rtl] .menu-wrapper nav ul > li span, html[dir=rtl] .global-footer a, html[dir=rtl] .lst-nws-wrapper .nws-content p, html:not([dir=rtl]) .lst-nws-wrapper .nws-content html[dir=rtl] p, html[dir=rtl] html:not([dir=rtl]) .global-footer a, html:not([dir=rtl]) .global-footer html[dir=rtl] a, html:not([dir=rtl]) .menu-wrapper nav ul > li html[dir=rtl] a,
html:not([dir=rtl]) .menu-wrapper nav ul > li html[dir=rtl] span, html:not([dir=rtl]) .menu-wrapper .search-wrapper .search-block html[dir=rtl] input[type=text], html[dir=rtl] html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li a, html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links ul li html[dir=rtl] a, html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper ul.text-links li html[dir=rtl] a, html[dir=rtl] html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper address, html:not([dir=rtl]) .menu-wrapper .menu-footer-wrapper html[dir=rtl] address, html:not([dir=rtl]) .menu-wrapper .contact-links html[dir=rtl] a, html:not([dir=rtl]) .abt-ovm-wrapper .card ul html[dir=rtl] li, html:not([dir=rtl]) .csr-chrty-fndtn-wrapper html[dir=rtl] .link-txt, html:not([dir=rtl]) .bsns-detail-content-wrapper html[dir=rtl] li, html[dir=rtl] html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul li, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body ul html[dir=rtl] li, html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block html[dir=rtl] p, html:not([dir=rtl]) .jb-detail-wrapper .jb-details-block html[dir=rtl] li {
  font-weight: 300 !important;
}
html[dir=rtl] .weight-400 {
  font-weight: 400 !important;
}
html[dir=rtl] .normal, html[dir=rtl] .vr-setps-form h6,
html[dir=rtl] .vr-setps-form p, html[dir=rtl] .jb-details-block p, html[dir=rtl] .common-form-wrapper p, html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p, html[dir=rtl] .abt-cg-wrapper h4, html[dir=rtl] .block3-slider-wrapper .block3-items .content-block h6, html:not([dir=rtl]) .block3-slider-wrapper .block3-items .content-block html[dir=rtl] h6, html:not([dir=rtl]) .abt-cg-wrapper html[dir=rtl] h4, html:not([dir=rtl]) .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content html[dir=rtl] p, html:not([dir=rtl]) .common-form-wrapper html[dir=rtl] p, html:not([dir=rtl]) .jb-details-block html[dir=rtl] p, html:not([dir=rtl]) .vr-setps-form html[dir=rtl] h6,
html:not([dir=rtl]) .vr-setps-form html[dir=rtl] p {
  font-weight: 400 !important;
}
html[dir=rtl] .weight-500 {
  font-weight: 500 !important;
}
html[dir=rtl] .medium, html[dir=rtl] .vr-form-steps li i,
html[dir=rtl] .vr-form-steps li .progress-marker, html[dir=rtl] .map-locations-list-wrapper .accordion-header.collapsed, html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header, html[dir=rtl] .abt-ovm-wrapper .card span, html[dir=rtl] .inner-spotlight-wrapper .spotlight-content h3,
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content span, html[dir=rtl] .heading-h6,
html[dir=rtl] h6, html[dir=rtl] .heading-h5,
html[dir=rtl] h5, html[dir=rtl] .heading-h4,
html[dir=rtl] h4, html[dir=rtl] .heading-h3,
html[dir=rtl] h3, html[dir=rtl] .heading-h2,
html[dir=rtl] h2, html[dir=rtl] .heading-h1,
html[dir=rtl] h1,
html[dir=rtl] html:not([dir=rtl]) h1,
html:not([dir=rtl]) html[dir=rtl] h1,
html[dir=rtl] html:not([dir=rtl]) h2,
html:not([dir=rtl]) html[dir=rtl] h2,
html[dir=rtl] html:not([dir=rtl]) h3,
html:not([dir=rtl]) html[dir=rtl] h3,
html[dir=rtl] html:not([dir=rtl]) h4,
html:not([dir=rtl]) html[dir=rtl] h4,
html[dir=rtl] html:not([dir=rtl]) h5,
html:not([dir=rtl]) html[dir=rtl] h5,
html[dir=rtl] html:not([dir=rtl]) h6,
html:not([dir=rtl]) html[dir=rtl] h6, html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content html[dir=rtl] h3,
html:not([dir=rtl]) .inner-spotlight-wrapper .spotlight-content html[dir=rtl] span, html:not([dir=rtl]) .abt-ovm-wrapper .card html[dir=rtl] span, html:not([dir=rtl]) .jb-filter-list-block .accordion-item html[dir=rtl] .accordion-header, html:not([dir=rtl]) .map-locations-list-wrapper html[dir=rtl] .accordion-header.collapsed, html:not([dir=rtl]) .vr-form-steps li html[dir=rtl] i,
html:not([dir=rtl]) .vr-form-steps li html[dir=rtl] .progress-marker {
  font-weight: 500 !important;
}
html[dir=rtl] .weight-600 {
  font-weight: 600 !important;
}
html[dir=rtl] .semi-bold, html[dir=rtl] .map-locations-list-wrapper .accordion-header, html[dir=rtl] .abut-founder-wrapper .content-block h5, html:not([dir=rtl]) .abut-founder-wrapper .content-block html[dir=rtl] h5, html:not([dir=rtl]) .map-locations-list-wrapper html[dir=rtl] .accordion-header {
  font-weight: 600 !important;
}
html[dir=rtl] .weight-700 {
  font-weight: 700 !important;
}
html[dir=rtl] .bold, html[dir=rtl] .error-msg-wrapper h2, html[dir=rtl] .log-wrapper .login-form-wrapper h3, html[dir=rtl] .log-wrapper .login-form-wrapper h5, html[dir=rtl] .vr-setps-form h5, html[dir=rtl] .vr-form-steps li.active span,
html[dir=rtl] .vr-form-steps li.active .progress-title, html[dir=rtl] .vr-form-steps li.is-active span,
html[dir=rtl] .vr-form-steps li.is-active .progress-title, html[dir=rtl] .vr-form-steps li.is-complete span,
html[dir=rtl] .vr-form-steps li.is-complete .progress-title, html[dir=rtl] .vr-form-steps li.active i,
html[dir=rtl] .vr-form-steps li.active .progress-marker, html[dir=rtl] .vr-form-steps li.is-active i,
html[dir=rtl] .vr-form-steps li.is-active .progress-marker, html[dir=rtl] .vr-form-steps li.is-complete i,
html[dir=rtl] .vr-form-steps li.is-complete .progress-marker, html[dir=rtl] .map-locations-list-wrapper h5, html[dir=rtl] .jb-details-block dl dt, html[dir=rtl] .jb-details-block h5, html[dir=rtl] .jb-list-wrapper .filter-btn, html[dir=rtl] .jb-list-top-content-wrapper h5, html[dir=rtl] .vr-top-content-wrapper h5, html[dir=rtl] .common-form-wrapper h4, html[dir=rtl] .gtnch-wrapper .lt-block h6, html[dir=rtl] .cnct-top-content-wrapper h5, html[dir=rtl] .crtn-list-wrapper .crtcn-block .item-name-block p, html[dir=rtl] .nws-detail-wrapper .date, html[dir=rtl] .news-filter-wrapper label, html[dir=rtl] .nws-list-wrapper .lst-nws-wrapper .nws-content p, html[dir=rtl] .cntct-info-wrapper span, html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li span, html[dir=rtl] .accordian-content-wrapper .accordion-header .accordion-button, html[dir=rtl] .bs-list-wrapper .list-item .content-block span, html[dir=rtl] .csr-content-wrapper .csr-content-block .txt-link, html[dir=rtl] .fndr-msg-wrappper .content-area h5, html[dir=rtl] .menu-wrapper .search-wrapper .q-links span, html[dir=rtl] .global-footer .foot-title, html[dir=rtl] .block3-slider-wrapper .block3-items:hover .content-block h6, html:not([dir=rtl]) .block3-slider-wrapper .block3-items:hover .content-block html[dir=rtl] h6, html:not([dir=rtl]) .global-footer html[dir=rtl] .foot-title, html[dir=rtl] html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links span, html:not([dir=rtl]) .menu-wrapper .search-wrapper .q-links html[dir=rtl] span, html:not([dir=rtl]) .fndr-msg-wrappper .content-area html[dir=rtl] h5, html:not([dir=rtl]) .csr-content-wrapper .csr-content-block html[dir=rtl] .txt-link, html:not([dir=rtl]) .bs-list-wrapper .list-item .content-block html[dir=rtl] span, html:not([dir=rtl]) .accordian-content-wrapper .accordion-header html[dir=rtl] .accordion-button, html:not([dir=rtl]) .accordian-content-wrapper .accordion-body .services-block li html[dir=rtl] span, html:not([dir=rtl]) .cntct-info-wrapper html[dir=rtl] span, html:not([dir=rtl]) .nws-list-wrapper .lst-nws-wrapper .nws-content html[dir=rtl] p, html:not([dir=rtl]) .news-filter-wrapper html[dir=rtl] label, html:not([dir=rtl]) .nws-detail-wrapper html[dir=rtl] .date, html:not([dir=rtl]) .crtn-list-wrapper .crtcn-block .item-name-block html[dir=rtl] p, html:not([dir=rtl]) .cnct-top-content-wrapper html[dir=rtl] h5, html:not([dir=rtl]) .gtnch-wrapper .lt-block html[dir=rtl] h6, html:not([dir=rtl]) .common-form-wrapper html[dir=rtl] h4, html:not([dir=rtl]) .jb-list-top-content-wrapper html[dir=rtl] h5, html:not([dir=rtl]) .jb-list-wrapper html[dir=rtl] .filter-btn, html:not([dir=rtl]) .jb-details-block html[dir=rtl] h5, html:not([dir=rtl]) .jb-details-block dl html[dir=rtl] dt, html:not([dir=rtl]) .map-locations-list-wrapper html[dir=rtl] h5, html:not([dir=rtl]) .vr-top-content-wrapper html[dir=rtl] h5, html:not([dir=rtl]) .vr-form-steps li.active html[dir=rtl] i,
html:not([dir=rtl]) .vr-form-steps li.active html[dir=rtl] .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-active html[dir=rtl] i,
html:not([dir=rtl]) .vr-form-steps li.is-active html[dir=rtl] .progress-marker, html:not([dir=rtl]) .vr-form-steps li.is-complete html[dir=rtl] i,
html:not([dir=rtl]) .vr-form-steps li.is-complete html[dir=rtl] .progress-marker, html:not([dir=rtl]) .vr-form-steps li.active html[dir=rtl] span,
html:not([dir=rtl]) .vr-form-steps li.active html[dir=rtl] .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-active html[dir=rtl] span,
html:not([dir=rtl]) .vr-form-steps li.is-active html[dir=rtl] .progress-title, html:not([dir=rtl]) .vr-form-steps li.is-complete html[dir=rtl] span,
html:not([dir=rtl]) .vr-form-steps li.is-complete html[dir=rtl] .progress-title, html:not([dir=rtl]) .vr-setps-form html[dir=rtl] h5, html:not([dir=rtl]) .log-wrapper .login-form-wrapper html[dir=rtl] h5, html:not([dir=rtl]) .log-wrapper .login-form-wrapper html[dir=rtl] h3, html:not([dir=rtl]) .error-msg-wrapper html[dir=rtl] h2 {
  font-weight: 700 !important;
}
html[dir=rtl] .weight-800 {
  font-weight: 800 !important;
}
html[dir=rtl] .extra-bold {
  font-weight: 800 !important;
}
html[dir=rtl] .weight-900 {
  font-weight: 900 !important;
}
html[dir=rtl] .extra-black {
  font-weight: 900 !important;
}
html[dir=rtl] .heading-h1,
html[dir=rtl] h1 {
  font-size: 4rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h1,
  html[dir=rtl] h1 {
    font-size: 1.875rem !important;
  }
}
html[dir=rtl] .heading-h2,
html[dir=rtl] h2 {
  font-size: 3.5rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h2,
  html[dir=rtl] h2 {
    font-size: 2.375rem !important;
  }
}
html[dir=rtl] .heading-h3,
html[dir=rtl] h3 {
  font-size: 2.625rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h3,
  html[dir=rtl] h3 {
    font-size: 1.9375rem !important;
  }
}
html[dir=rtl] .heading-h4,
html[dir=rtl] h4 {
  font-size: 2.4375rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h4,
  html[dir=rtl] h4 {
    font-size: 1.5625rem !important;
  }
}
html[dir=rtl] .heading-h5,
html[dir=rtl] h5 {
  font-size: 1.5rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h5,
  html[dir=rtl] h5 {
    font-size: 1.125rem !important;
  }
}
html[dir=rtl] .heading-h6,
html[dir=rtl] h6 {
  font-size: 1.125rem !important;
  color: #E52A10;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .heading-h6,
  html[dir=rtl] h6 {
    font-size: 1.125rem !important;
  }
}
html[dir=rtl] .para-1 {
  font-size: 1.125rem !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .para-1 {
    font-size: 1.125rem !important;
  }
}
html[dir=rtl] .para-2 {
  font-size: 1rem !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .para-2 {
    font-size: 1rem !important;
  }
}
html[dir=rtl] .para-3 {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .para-3 {
    font-size: 0.875rem !important;
  }
}
html[dir=rtl] .p-type1 p {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-type1 p {
    font-size: 18px !important;
  }
}
html[dir=rtl] .p-type2 p, html[dir=rtl] .p-type2 span {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-type2 p, html[dir=rtl] .p-type2 span {
    font-size: 20px !important;
  }
}
html[dir=rtl] .p-type3 p {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .p-type3 p {
    font-size: 14px !important;
  }
}
html[dir=rtl] .br-left {
  border-radius: 4rem 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .br-left {
    border-radius: 2rem 0 0 2rem;
  }
}
html[dir=rtl] .br-top {
  border-radius: 4rem 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .br-top {
    border-radius: 2rem 2rem 0 0;
  }
}
html[dir=rtl] .br-right {
  border-radius: 0 4rem 4rem 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .br-right {
    border-radius: 0 2rem 2rem 0;
  }
}
html[dir=rtl] .br-bottom {
  border-radius: 0 0 4rem 4rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .br-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}
html[dir=rtl] .bt-1 {
  border-top: 1px solid #E52A10;
}
html[dir=rtl] .bt-c1 {
  border-top: 1px solid #E52A10;
}
html[dir=rtl] .bb-1 {
  border-bottom: 1px solid #E52A10;
}
html[dir=rtl] .bb-c1 {
  border-bottom: 1px solid #E52A10;
}
html[dir=rtl] .bl-1 {
  border-left: 1px solid #E52A10;
}
html[dir=rtl] .bl-c1 {
  border-left: 1px solid #E52A10;
}
html[dir=rtl] .br-1 {
  border-right: 1px solid #E52A10;
}
html[dir=rtl] .br-c1 {
  border-right: 1px solid #E52A10;
}
html[dir=rtl] .c-default {
  cursor: default !important;
}
html[dir=rtl] h1, html[dir=rtl] h2 {
  margin-bottom: 20px;
}
html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6 {
  margin-bottom: 15px;
}
html[dir=rtl] ol, html[dir=rtl] ul {
  margin: 20px 0 20px 20px;
}
html[dir=rtl] ol li, html[dir=rtl] ul li {
  line-height: 1.5;
}
html[dir=rtl] ol {
  list-style-type: decimal;
}
html[dir=rtl] ul {
  list-style-type: disc;
}
html[dir=rtl] ul li::marker {
  color: #E52A10;
}
html[dir=rtl] a {
  color: #E52A10;
}
html[dir=rtl] table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
html[dir=rtl] table th, html[dir=rtl] table td {
  border: 0;
  padding: 15px;
  text-align: left;
}
html[dir=rtl] table th {
  padding: 10px 15px;
}
html[dir=rtl] table td {
  padding: 20px 15px;
  background: none;
}
html[dir=rtl] table td img {
  border-radius: 3px;
}
html[dir=rtl] table tr:nth-child(even) {
  background-color: #F0F5F8;
}
html[dir=rtl] table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
html[dir=rtl] table th {
  background-color: #008681;
  font-weight: 700;
  color: #FFFFFF;
}
html[dir=rtl] body {
  font-family: "Almarai", sans-serif;
  font-size: 1rem;
  color: #465765;
}
@media (min-width: 1400px) {
  html[dir=rtl] .container {
    max-width: 1300px;
  }
}
html[dir=rtl] .global-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  height: 80px;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header {
    background-color: #FFFFFF;
    height: 79px;
  }
}
html[dir=rtl] .global-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
html[dir=rtl] .global-header .logo-wrapper {
  transition: all 0.2s ease-in-out 0s;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .logo-wrapper {
    padding-top: 10px;
    transform: scale(0.8);
    transform-origin: right center;
  }
}
html[dir=rtl] .global-header .logo-wrapper h1 {
  margin-bottom: 0;
}
html[dir=rtl] .global-header .logo-wrapper a {
  display: inline-flex;
  align-items: center;
}
html[dir=rtl] .global-header .logo-wrapper a img {
  max-width: 145px;
  transition: all 0.2s ease-in-out 0s;
  filter: grayscale(1) brightness(10) contrast(10);
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .logo-wrapper a img {
    filter: none;
  }
}
html[dir=rtl] .global-header .logo-wrapper a span {
  font-size: 0.8125rem;
  color: #FFFFFF;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  display: block;
  line-height: normal;
  width: 138px;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .logo-wrapper a span {
    color: #465765;
  }
}
html[dir=rtl] .global-header .logo-wrapper a span::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .logo-wrapper a span::before {
    background-color: #E52A10;
  }
}
html[dir=rtl] .global-header.active, html[dir=rtl] .global-header.inner-header {
  transition: all 0.2s ease-in-out 0s;
}
html[dir=rtl] .global-header.active::after, html[dir=rtl] .global-header.inner-header::after {
  transition: all 0.2s ease-in-out 0s;
  background-color: #FFFFFF;
  height: 100%;
}
html[dir=rtl] .global-header.active .logo-wrapper, html[dir=rtl] .global-header.inner-header .logo-wrapper {
  padding: 15px 0;
  transition: all 0.2s ease-in-out 0s;
}
html[dir=rtl] .global-header.active .logo-wrapper img, html[dir=rtl] .global-header.inner-header .logo-wrapper img {
  transition: all 0.2s ease-in-out 0s;
  max-width: 145px;
  filter: none;
}
html[dir=rtl] .global-header.active .logo-wrapper span, html[dir=rtl] .global-header.inner-header .logo-wrapper span {
  width: auto;
  transition: all 0.2s ease-in-out 0s;
  color: #465765;
}
html[dir=rtl] .global-header.active .logo-wrapper span::before, html[dir=rtl] .global-header.inner-header .logo-wrapper span::before {
  background-color: #E52A10;
  transition: all 0.2s ease-in-out 0s;
}
html[dir=rtl] .global-header.active .login-btn-wrap img, html[dir=rtl] .global-header.inner-header .login-btn-wrap img {
  filter: brightness(0);
}
html[dir=rtl] .global-header.active .login-btn-wrap span, html[dir=rtl] .global-header.inner-header .login-btn-wrap span {
  color: #000000;
}
html[dir=rtl] .global-header.active .search-btn-wraper a, html[dir=rtl] .global-header.inner-header .search-btn-wraper a {
  filter: brightness(0);
}
html[dir=rtl] .global-header.active .language-switcher a, html[dir=rtl] .global-header.inner-header .language-switcher a {
  filter: brightness(0);
}
html[dir=rtl] .global-header .search-btn-wraper {
  position: absolute;
  left: 12%;
  top: 28px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .search-btn-wraper {
    display: none;
  }
}
html[dir=rtl] .global-header .search-btn-wraper a {
  background: url(../image/search_icon.svg) no-repeat right top;
  width: 18px;
  height: 18px;
  display: block;
}
html[dir=rtl] .global-header .login-btn-wrap {
  position: absolute;
  left: 15%;
  top: 22px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-header .login-btn-wrap {
    display: none;
  }
}
html[dir=rtl] .global-header .login-btn-wrap a {
  display: flex;
  align-items: center;
}
html[dir=rtl] .global-header .login-btn-wrap a img {
  margin-left: 5px;
}
html[dir=rtl] .global-header .login-btn-wrap a span {
  font-size: 0.875rem;
  color: #FFFFFF;
}
html[dir=rtl] .language-switcher {
  position: absolute;
  left: 8%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .language-switcher {
    display: none;
  }
}
html[dir=rtl] .language-switcher ul {
  margin: 30px 0 0;
}
html[dir=rtl] .language-switcher li {
  list-style-type: none;
}
html[dir=rtl] .language-switcher li.is-active {
  display: none;
}
html[dir=rtl] .language-switcher li[hreflang=en] a {
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
}
html[dir=rtl] .menu-btn {
  position: absolute;
  left: 0;
  top: 0;
}
html[dir=rtl] .menu-btn .open-btn {
  width: 80px;
  height: 80px;
  background: url(../image/menu-btn.svg) no-repeat right top/100%;
  display: flex;
}
html[dir=rtl] .menu-btn .open-btn.close-btn {
  background: url(../image/menu-close.svg) no-repeat right top/100%;
}
html[dir=rtl] .spotlight-wrapper {
  width: 100%;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper {
    position: relative;
    padding-bottom: 10px;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-img-block img {
  margin-right: auto;
  width: auto;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .spotlight-img-block img {
    width: 100%;
  }
}
html[dir=rtl] .spotlight-wrapper .content-lt-bg {
  background-color: #F0F5F8;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .content-lt-bg {
    display: block;
    width: 100%;
  }
}
html[dir=rtl] .spotlight-wrapper .arrow-wrapper {
  display: flex;
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 130px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .arrow-wrapper {
    right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spotlight-wrapper .arrow-wrapper {
    right: 15px;
  }
}
html[dir=rtl] .spotlight-wrapper .arrow-wrapper span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .arrow-wrapper span {
    border: 1px solid #E52A10;
    width: 48px;
    height: 48px;
  }
}
html[dir=rtl] .spotlight-wrapper #prevArrow {
  background: url(../image/spotlight-arrow.svg) no-repeat center center;
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper #prevArrow {
    background: url(../image/spotlight-arrow-red.svg) no-repeat center center;
  }
}
html[dir=rtl] .spotlight-wrapper #nextArrow {
  margin-right: 10px;
  background: url(../image/spotlight-arrow.svg) no-repeat center center;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper #nextArrow {
    background: url(../image/spotlight-arrow-red.svg) no-repeat center center;
  }
}
html[dir=rtl] .spotlight-wrapper .slick-dots {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  bottom: auto;
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .slick-dots {
    flex-direction: row;
    position: static;
    transform: none;
    margin-top: 30px !important;
  }
}
html[dir=rtl] .spotlight-wrapper .slick-dots li {
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .slick-dots li {
    margin: 0 10px;
  }
}
html[dir=rtl] .spotlight-wrapper .slick-dots li button {
  border-radius: 0;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .slick-dots li button {
    background-color: #00A967;
  }
}
html[dir=rtl] .spotlight-wrapper .slick-dots li.slick-active button {
  background-color: #E52A10;
}
html[dir=rtl] .spotlight-wrapper .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  min-height: 668px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .container {
    min-height: auto;
    position: static;
    transform: none;
    padding-top: 70px;
  }
}
html[dir=rtl] .spotlight-wrapper .popup-play-btn {
  width: 136px;
  height: 136px;
  display: flex;
  background: url(../image/play-btn.svg) no-repeat left top/100%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .popup-play-btn {
    width: 102px;
    height: 102px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .spotlight-wrapper .popup-play-btn {
    bottom: 10%;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-slider-wrapper {
  position: relative;
}
html[dir=rtl] .spotlight-wrapper .spotlight-slider-wrapper video {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .spotlight-slider-wrapper video {
    opacity: 1;
    height: auto;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 668px;
  max-width: 710px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper {
    min-height: 260px;
    padding-top: 150px;
    padding-bottom: 43px;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper h2 {
  color: #FFFFFF;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.3s;
  margin-bottom: 40px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper h2 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 300 !important;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper span {
  font-size: 1.25rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.2s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper span {
    font-size: 0.8125rem;
    margin-bottom: 20px;
    color: #E52A10 !important;
  }
}
html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper .site-link, html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .spotlight-wrapper .spotlight-content-wrapper input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .spotlight-wrapper .spotlight-content-wrapper input[type=submit] {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.6s ease-in-out 0.4s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .spotlight-wrapper .slick-slider {
    margin-bottom: 20px;
  }
}
html[dir=rtl] .slick-active .spotlight-content-wrapper h2 {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.5s;
}
html[dir=rtl] .slick-active .spotlight-content-wrapper span {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.3s;
}
html[dir=rtl] .slick-active .spotlight-content-wrapper .site-link, html[dir=rtl] .slick-active .spotlight-content-wrapper .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .slick-active .spotlight-content-wrapper input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .slick-active .spotlight-content-wrapper input[type=submit] {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.7s;
}
html[dir=rtl] .popup-video-wrapper .modal-dialog {
  max-width: 830px;
}
html[dir=rtl] .popup-video-wrapper .modal-dialog .btn-close {
  top: -30px;
  position: absolute;
  left: 0;
  background-color: white;
}
html[dir=rtl] .popup-video-wrapper .modal-content {
  position: relative;
  min-height: 470px;
}
html[dir=rtl] .popup-video-wrapper .modal-content iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .img-back-block, html[dir=rtl] .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::after {
  width: 237px;
  height: 237px;
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .img-back-block, html[dir=rtl] .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .content-area::after {
    width: 200px;
    height: 200px;
  }
}
html[dir=rtl] .block-2 {
  margin: 140px 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 {
    margin: 50px 0;
  }
}
html[dir=rtl] .block-2 .img-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .img-block {
    padding: 0 10px 0 0;
  }
}
html[dir=rtl] .block-2 .img-block .img-back-block, html[dir=rtl] .block-2 .img-block .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block .content-area::after, html[dir=rtl] .block-2 .img-block .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block .content-area::after {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .img-block .img-back-block, html[dir=rtl] .block-2 .img-block .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block .content-area::after, html[dir=rtl] .block-2 .img-block .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block .content-area::after {
    right: 20px !important;
  }
}
html[dir=rtl] .block-2 .img-block.aos-animate .img-back-block, html[dir=rtl] .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::after, html[dir=rtl] .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block.aos-animate .content-area::after {
  right: -10px;
  bottom: -10px;
  transition: all 0.2s ease-in 0.5s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .img-block.aos-animate .img-back-block, html[dir=rtl] .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::after, html[dir=rtl] .block-2 .img-block.aos-animate .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block.aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-2 .img-block.aos-animate .content-area::after {
    right: 0px !important;
  }
}
html[dir=rtl] .block-2 .content-wrapper {
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .content-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
html[dir=rtl] .block-2 .content-wrapper h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .content-wrapper h5 {
    margin-bottom: 30px;
    line-height: 30px;
  }
}
html[dir=rtl] .block-2 .content-wrapper p {
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-2 .content-wrapper p {
    line-height: 25px;
  }
}
html[dir=rtl] .block-2 .content-wrapper .img-block {
  margin-bottom: 30px;
}
html[dir=rtl] .block-3 {
  min-height: 630px;
  overflow-x: hidden;
  text-align: center;
  padding-top: 66px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-3 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .block-3 {
    min-height: 695px;
  }
}
html[dir=rtl] .block-3::before {
  content: "";
  width: 100%;
  height: calc(100% - 72px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
html[dir=rtl] .block-3 h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
}
html[dir=rtl] .block-3 p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .block-3 p {
    font-size: 1rem;
    line-height: 23px;
  }
}
html[dir=rtl] .block-3 .site-link, html[dir=rtl] .block-3 .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .block-3 input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .block-3 input[type=submit] {
  margin-top: 20px;
}
html[dir=rtl] .block3-slider-wrapper {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .block3-slider-wrapper {
    margin-top: 100px;
  }
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-list {
  overflow: visible;
  margin: 0 3px;
  padding: 69px 0;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-slide {
  margin: 0 6px;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow {
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #465765;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow::after, html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow::before {
  opacity: 1;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow.slick-prev {
  right: 0;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow.slick-prev::before {
  background: url(../image/white-arrow.svg) no-repeat right top/100%;
  content: "";
  display: block;
  height: 17px;
  width: 9px;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow.slick-next {
  left: 0;
}
html[dir=rtl] .block3-slider-wrapper .slider-items-container .slick-arrow.slick-next::before {
  background: url(../image/white-arrow.svg) no-repeat right top/100%;
  content: "";
  display: block;
  height: 17px;
  width: 9px;
  transform: scaleX(-1);
}
html[dir=rtl] .block3-slider-wrapper .block3-items {
  transition: all 0.2s linear 0s;
  position: relative;
}
html[dir=rtl] .block3-slider-wrapper .block3-items img {
  transform: translateY(0);
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .content-wrapper {
  position: absolute;
  bottom: -72px;
  right: 0;
  width: 100%;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .content-block {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 10px;
  width: 100%;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .content-block h6 {
  color: #000000;
  margin: 0;
  line-height: 26px;
  text-transform: uppercase;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .link-block {
  background-color: #FFFFFF;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear 0s;
  overflow: hidden;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .link-block::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #F0F5F8;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: right;
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .link-block::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #E52A10;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .link-block a {
  display: inline;
  position: relative;
  display: flex;
  align-items: center;
}
html[dir=rtl] .block3-slider-wrapper .block3-items .link-block a::after {
  content: "";
  background: url(../image/lm-arrow.svg) no-repeat right top;
  width: 12px;
  height: 9px;
  position: absolute;
  left: -5px;
  transition: all 0.3s linear 0s;
  opacity: 0;
  transform: scaleX(-1);
}
html[dir=rtl] .block3-slider-wrapper .block3-items:hover img {
  transform: translateY(-52px);
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items:hover .link-block {
  height: 52px;
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items:hover .link-block::before {
  width: 100%;
  left: 0;
  transform-origin: left;
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items:hover .link-block::after {
  width: 100%;
  transition: all 0.3s linear 0s;
}
html[dir=rtl] .block3-slider-wrapper .block3-items:hover .link-block a::after {
  left: -17px;
  transition: all 0.3s linear 0.2s;
  opacity: 1;
}
html[dir=rtl] .block-4 {
  padding: 171px 0 100px;
  margin-top: -72px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-4 {
    padding: 120px 0 50px;
  }
}
html[dir=rtl] .block-4 .content-wrapper {
  padding-left: 80px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-4 .content-wrapper {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
html[dir=rtl] .block-4 h5 {
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-4 h5 {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .block-4 h5 {
    margin-bottom: 30px;
  }
}
html[dir=rtl] .block-4 p {
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-4 p {
    line-height: 25px;
  }
}
html[dir=rtl] .block-4 .img-block {
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-4 .img-block img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  html[dir=rtl] .block-4 .img-block img {
    margin-bottom: 40px;
  }
}
html[dir=rtl] .block-4 .img-back-block, html[dir=rtl] .block-4 .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-4 .content-area::after, html[dir=rtl] .block-4 .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-4 .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-4 .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-4 .content-area::after {
  right: auto;
  left: 15px;
  bottom: 0;
}
html[dir=rtl] .block-4 .aos-animate .img-back-block, html[dir=rtl] .block-4 .aos-animate .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .block-4 .aos-animate .content-area::after, html[dir=rtl] .block-4 .aos-animate .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .block-4 .aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-4 .aos-animate .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .block-4 .aos-animate .content-area::after {
  background: linear-gradient(270deg, #00a967 -0.23%, #009891 47.77%, #008681 99.77%);
  left: 0;
  bottom: -15px;
  transition: all 0.3s linear 0.2s;
}
html[dir=rtl] .number-block-wrappers {
  min-height: 500px;
  width: 100%;
  padding: 90px 0;
  background: url(../image/number-block-img.jpg) no-repeat center center/cover;
}
html[dir=rtl] .number-block-wrappers h5 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase;
}
html[dir=rtl] .number-block-wrappers .number-block {
  width: 228px;
  height: 228px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .number-block-wrappers .number-block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .number-block-wrappers .number-block {
    width: 100%;
    height: 180px;
    padding: 25px 10px;
  }
}
html[dir=rtl] .number-block-wrappers .number-block::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #FFFFFF;
  transition: all 0.4s linear 0s;
  opacity: 0;
}
html[dir=rtl] .number-block-wrappers .number-block p {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 0;
  line-height: 25px;
  opacity: 0;
  transition: all 0.4s linear 0s;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .number-block-wrappers .number-block p {
    font-size: 0.875rem;
  }
}
html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  margin: 30px 0;
  direction: ltr;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block {
    margin: 10px 0;
  }
}
html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block h2 {
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  font-size: 42px !important;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block h2 {
    font-size: 28px !important;
    margin: 0;
  }
}
html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block h2 span {
  font-weight: 700;
}
html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block .text-size {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 42px !important;
  opacity: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .number-block-wrappers .number-block .odometer-text-block .text-size {
    font-size: 24px !important;
  }
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block .odometer-inside,
html[dir=rtl] .number-block-wrappers.aos-animate .number-block .text-size {
  animation: zwingAnim 3.6s forwards ease-out 0.2s;
  opacity: 1;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block p {
  opacity: 1;
  animation: zoomAnim 3.6s forwards ease 0.3s;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block::before {
  animation: zoomAnim 3s forwards ease 0s;
  opacity: 1;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.92);
  transition: all 0.4s ease-out 0s;
  transform-origin: top center;
  opacity: 0;
  z-index: -1;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block:hover p,
html[dir=rtl] .number-block-wrappers.aos-animate .number-block:hover h2 {
  color: #E52A10;
  transition: all 0.4s linear 0s;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block:hover::before {
  transition: all 0.4s linear 0s;
  border: 5px solid #E52A10;
  z-index: 0;
}
html[dir=rtl] .number-block-wrappers.aos-animate .number-block:hover::after {
  transition: all 0.4s ease-in-out 0s;
  height: 100%;
  opacity: 1;
}
@keyframes zoomAnim {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zwingAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
html[dir=rtl] .prtns-logo-wrapper {
  margin: 62px 0;
}
html[dir=rtl] .prtns-logo-wrapper h5 {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
html[dir=rtl] .prtns-logo-wrapper .prnts-logo-blocks {
  margin: 0;
  padding: 60px 0;
}
html[dir=rtl] .prtns-logo-wrapper .prnts-logo-blocks .slick-slide {
  margin: 0 28px;
}
html[dir=rtl] .prtns-logo-wrapper .prnts-logo-blocks li {
  list-style-type: none;
}
html[dir=rtl] .prtns-logo-wrapper .slick-dots {
  bottom: 0;
}
html[dir=rtl] .prtns-logo-wrapper .slick-dots li {
  margin: 0 10px;
}
html[dir=rtl] .prtns-logo-wrapper .slick-dots li button {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background-color: #00A967;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .prtns-logo-wrapper .slick-dots li button {
    width: 25px;
  }
}
html[dir=rtl] .prtns-logo-wrapper .slick-dots li.slick-active button {
  background-color: #E52A10;
}
html[dir=rtl] .block-5 {
  padding: 105px 0 74px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .block-5 {
    padding: 50px 0;
  }
}
html[dir=rtl] .block-5 h5 {
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}
html[dir=rtl] .block-5 .site-link, html[dir=rtl] .block-5 .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .block-5 input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .block-5 input[type=submit] {
  margin: 0 auto;
}
html[dir=rtl] .lst-nws-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .lst-nws-wrapper {
    margin-left: 20px;
  }
}
html[dir=rtl] .lst-nws-wrapper .nws-content {
  padding: 20px;
  background-color: #F0F5F8;
  border: 1px solid #eaeaea;
}
html[dir=rtl] .lst-nws-wrapper .nws-content p {
  font-size: 1.125rem;
  line-height: 23px;
  height: 50px;
  overflow-y: hidden;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .lst-nws-wrapper .img-block img {
    max-width: none;
    width: 100%;
  }
}
html[dir=rtl] .date {
  color: #465765;
  background: url(../image/date-icon.svg) no-repeat right center;
  padding-right: 20px;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 25px;
}
html[dir=rtl] .global-footer {
  background-color: #465765;
  min-height: 393px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer {
    overflow-x: hidden;
  }
}
html[dir=rtl] .global-footer .footer-logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 393px;
  background: rgba(39, 54, 66, 0.5);
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-logo-block {
    min-height: 180px;
    padding: 35px 0;
  }
}
html[dir=rtl] .global-footer .footer-logo-block::before {
  content: "";
  background: rgba(39, 54, 66, 0.5);
  position: absolute;
  top: 0;
  left: 100%;
  width: 110%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-logo-block::after {
    content: "";
    background: rgba(39, 54, 66, 0.5);
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
  }
}
html[dir=rtl] .global-footer p {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 35px;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer p {
    margin-bottom: 0;
  }
}
html[dir=rtl] .global-footer .foot-title {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 20px;
  display: block;
}
html[dir=rtl] .global-footer a {
  color: #FFFFFF;
  font-size: 0.8125rem;
}
html[dir=rtl] .global-footer ul {
  margin: 0;
}
html[dir=rtl] .global-footer ul li {
  list-style-type: none;
}
html[dir=rtl] .global-footer .footer-nav {
  padding-top: 65px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-nav {
    padding-top: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  html[dir=rtl] .global-footer .footer-nav .foot-title {
    position: relative;
  }
  html[dir=rtl] .global-footer .footer-nav .foot-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/white-arrow.svg) no-repeat right top/100%;
    width: 10px;
    height: 20px;
    transition: all 0.3s linear 0s;
    transform: scaleX(-1);
  }
  html[dir=rtl] .global-footer .footer-nav .foot-title.active::after {
    transform: rotate(90deg);
    transition: all 0.3s linear 0s;
  }
}
html[dir=rtl] .global-footer .footer-nav ul {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-nav ul {
    display: none;
  }
}
html[dir=rtl] .global-footer .footer-nav ul li {
  margin-bottom: 22px;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-nav ul li {
    margin-bottom: 10px;
  }
}
html[dir=rtl] .global-footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .footer-nav ul li:last-child {
    margin-bottom: 10px;
  }
}
html[dir=rtl] .global-footer .contact-detail-block {
  padding-top: 65px;
}
html[dir=rtl] .global-footer .contact-detail-block p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .contact-detail-block {
    padding-top: 20px;
  }
}
html[dir=rtl] .global-footer .contact-detail-block a {
  display: block;
  padding-bottom: 10px;
}
html[dir=rtl] .global-footer .contact-detail-block .call-block,
html[dir=rtl] .global-footer .contact-detail-block .email-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 15px;
}
html[dir=rtl] .global-footer .contact-detail-block .location-block p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 18px;
}
html[dir=rtl] .global-footer .social-links-block {
  padding-top: 65px;
  padding-right: 35px;
}
html[dir=rtl] .global-footer .social-links-block p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .social-links-block {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}
html[dir=rtl] .global-footer .social-links-block ul {
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s linear 0s;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .social-links-block ul {
    display: flex;
  }
}
html[dir=rtl] .global-footer .social-links-block ul li {
  margin-bottom: 25px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .global-footer .social-links-block ul li a {
  display: inline-flex;
  align-items: center;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .global-footer .social-links-block ul li a img {
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .social-links-block ul li a img {
    margin-left: 30px;
    width: 27px;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .global-footer .social-links-block ul li a span {
    display: none;
  }
}
html[dir=rtl] .global-footer .social-links-block ul:hover li a {
  opacity: 0.5;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .global-footer .social-links-block ul:hover li a:hover {
  opacity: 1;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .no-scroll {
  overflow: hidden;
}
html[dir=rtl] .menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .container {
    margin: 0;
    padding: 0;
  }
  html[dir=rtl] .menu-wrapper #menu-back-btn {
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 155px;
    font-size: 0.75rem;
    z-index: 6;
    display: none;
  }
}
html[dir=rtl] .menu-wrapper nav {
  padding-top: 170px;
  width: 50%;
}
@media only screen and (max-height: 899px) {
  html[dir=rtl] .menu-wrapper nav {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav {
    width: 100%;
    padding-top: 90px;
  }
}
html[dir=rtl] .menu-wrapper nav ul {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .menu-wrapper nav ul {
    height: 50vh;
    overflow-y: scroll;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li {
  list-style-type: none;
  line-height: normal;
  position: relative;
}
html[dir=rtl] .menu-wrapper nav ul > li a,
html[dir=rtl] .menu-wrapper nav ul > li span {
  font-size: 2.4375rem;
  color: #FFFFFF;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-height: 799px) {
  html[dir=rtl] .menu-wrapper nav ul > li a,
  html[dir=rtl] .menu-wrapper nav ul > li span {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .menu-wrapper nav ul > li a,
  html[dir=rtl] .menu-wrapper nav ul > li span {
    font-size: 1.375rem;
    padding: 10px 0;
    padding-right: 5%;
    display: flex;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li:hover {
  background-color: rgba(240, 245, 248, 0.2);
}
html[dir=rtl] .menu-wrapper nav ul > li:hover::after {
  content: "";
  background-color: rgba(240, 245, 248, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
}
html[dir=rtl] .menu-wrapper nav ul > li.has-sub > a::after,
html[dir=rtl] .menu-wrapper nav ul > li.has-sub span::after {
  content: "";
  background: url(../image/white-arrow.svg) no-repeat right top/100%;
  width: 12px;
  height: 24px;
  display: block;
  margin-right: 38px;
  margin-top: 5px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li.has-sub > a::after,
  html[dir=rtl] .menu-wrapper nav ul > li.has-sub span::after {
    width: 8px;
    height: 16px;
    margin-right: auto;
    margin-left: 20px;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li.has-sub.active {
  display: block !important;
}
html[dir=rtl] .menu-wrapper nav ul > li.has-sub.active li {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li.has-sub.active > a::after,
  html[dir=rtl] .menu-wrapper nav ul > li.has-sub.active span::after {
    transform: rotate(90deg);
  }
}
html[dir=rtl] .menu-wrapper nav ul > li > ul {
  position: fixed;
  left: 80px;
  top: 0;
  width: calc(50% - 80px);
  height: 100%;
  background: rgba(240, 245, 248, 0.1);
  padding-top: 100px;
  display: none;
  padding-bottom: 10%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul {
    width: 100%;
    z-index: 1;
    left: auto;
    right: 0;
    top: 138px;
    height: 40vh;
    overflow-y: scroll;
    background: linear-gradient(90deg, #00a967 -0.23%, #009891 47.77%, #008681 99.77%);
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li:hover {
  background-color: rgba(240, 245, 248, 0.2);
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li:hover::after {
  display: none;
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li a,
html[dir=rtl] .menu-wrapper nav ul > li > ul li span {
  padding: 20px 5% 20px 0;
  font-size: 1.5625rem;
  width: 100%;
}
@media only screen and (max-height: 799px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul li a,
  html[dir=rtl] .menu-wrapper nav ul > li > ul li span {
    padding: 15px 5% 15px 0;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul li a,
  html[dir=rtl] .menu-wrapper nav ul > li > ul li span {
    font-size: 1rem;
    padding: 12px 5% 12px 0;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li ul {
  position: static;
  background-color: transparent;
  padding-top: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul li ul {
    height: auto;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li ul li {
  padding-left: 0;
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li ul li a {
  padding: 10px 8% 10px 0;
  font-size: 1.25rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper nav ul > li > ul li ul li a {
    font-size: 0.8125rem;
    padding: 9px 8% 9px 0;
  }
}
html[dir=rtl] .menu-wrapper nav ul > li > ul li ul .mCSB_scrollTools {
  display: none !important;
}
html[dir=rtl] .menu-wrapper .side-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .side-menu {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 185px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .side-menu .social-link-wraper {
    display: none;
  }
}
html[dir=rtl] .menu-wrapper .side-menu .language-switcher {
  left: 18px;
  bottom: 140px;
  top: auto;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .side-menu .language-switcher {
    display: none;
  }
}
html[dir=rtl] .menu-wrapper .social-link-wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html[dir=rtl] .menu-wrapper .social-link-wraper a {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .search-btn-wraper {
    display: none;
  }
}
html[dir=rtl] .menu-wrapper .search-btn-wraper a {
  background: url(../image/search_icon.svg) no-repeat right top;
  width: 18px;
  height: 18px;
  display: block;
}
html[dir=rtl] .menu-wrapper .login-btn-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .login-btn-wrap {
    margin-top: 0;
  }
}
html[dir=rtl] .menu-wrapper .login-btn-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .login-btn-wrap a {
    flex-direction: row;
    max-width: none;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    padding: 5px 7px;
  }
  html[dir=rtl] .menu-wrapper .login-btn-wrap a img {
    width: 24px;
  }
}
html[dir=rtl] .menu-wrapper .login-btn-wrap span {
  color: #FFFFFF;
  font-size: 0.75rem;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .login-btn-wrap span {
    margin-top: 0;
    margin-right: 10px;
  }
}
html[dir=rtl] .menu-wrapper .mob-language-btn {
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  padding: 5px 12px;
  justify-content: center;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .mob-language-btn {
    display: flex;
    align-items: center;
  }
}
html[dir=rtl] .menu-wrapper .mob-language-btn span {
  font-size: 0.75rem;
  display: inline;
  margin-left: 10px;
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .mob-language-btn .language-switcher {
  display: block;
  position: static;
}
html[dir=rtl] .menu-wrapper .mob-language-btn .language-switcher ul {
  margin: 0;
}
html[dir=rtl] .menu-wrapper .mob-language-btn .language-switcher ul li[hreflang=en] a {
  background: none;
  font-size: 12px;
  color: #FFFFFF;
  width: auto;
  height: auto;
}
html[dir=rtl] .menu-wrapper .search-wrapper {
  position: absolute;
  left: 80px;
  width: calc(50% - 80px);
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  padding: 170px 45px 0;
}
@media screen and (max-height: 790px) {
  html[dir=rtl] .menu-wrapper .search-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .search-wrapper {
    display: none !important;
  }
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block {
  position: relative;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text] {
  border-radius: 3px;
  border: 2px solid rgba(224, 224, 224, 0.19);
  background: rgba(216, 216, 216, 0.1);
  height: 65px;
  padding-right: 30px;
  font-size: 1.25rem;
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text].placeholder {
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text]:-moz-placeholder {
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text]::-moz-placeholder {
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
}
html[dir=rtl] .menu-wrapper .search-wrapper .search-block .search-icon {
  background: url(../image/search_icon2.svg) no-repeat right top;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 0;
  border: 0;
}
html[dir=rtl] .menu-wrapper .search-wrapper .q-links {
  padding-top: 50px;
}
@media screen and (max-height: 780px) {
  html[dir=rtl] .menu-wrapper .search-wrapper .q-links {
    padding-top: 20px;
  }
}
html[dir=rtl] .menu-wrapper .search-wrapper .q-links span {
  font-size: 1.25rem;
  color: #FFFFFF;
  display: block;
  padding: 20px 30px 20px 0;
}
html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul {
  margin: 0;
}
html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(153, 207, 205, 0.2);
}
html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li a {
  padding: 20px 0 20px 30px;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: block;
}
@media screen and (max-height: 790px) {
  html[dir=rtl] .menu-wrapper .search-wrapper .q-links ul li a {
    padding: 10px 0 10px 30px;
  }
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper {
  background: linear-gradient(90deg, #00a967 -0.23%, #168a85 47.77%, #168a85 99.77%);
  min-height: 120px;
  padding: 30px 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .menu-footer-wrapper {
    display: none;
  }
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 0.8125rem;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links {
  margin: 0;
  display: flex;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li {
  list-style-type: none;
  margin-top: 10px;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li a {
  color: #FFFFFF;
  font-size: 0.8125rem;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li a::after {
  content: "|";
  margin: 0 10px;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper ul.text-links li:last-child a::after {
  display: none;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper .address-wrapper {
  display: flex;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper .map-icon {
  display: block;
  background: url(../image/map-icon.svg) no-repeat left top/100%;
  width: 15px;
  height: 20px;
  margin-top: 2px;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper address {
  color: #FFFFFF;
  padding-right: 12px;
  line-height: 18px;
  font-size: 0.8125rem;
}
html[dir=rtl] .menu-wrapper .menu-footer-wrapper address p {
  line-height: 18px;
}
html[dir=rtl] .menu-wrapper .contact-links {
  margin-right: 90px;
}
html[dir=rtl] .menu-wrapper .contact-links ul {
  margin: 0;
  list-style: none;
}
html[dir=rtl] .menu-wrapper .contact-links a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  margin-bottom: 5px;
  font-size: 0.8125rem;
}
html[dir=rtl] .menu-wrapper .contact-links a.email {
  background: url(../image/email-icon.svg) no-repeat right center;
}
html[dir=rtl] .menu-wrapper .contact-links a.call {
  background: url(../image/phone-icon.svg) no-repeat right center;
}
html[dir=rtl] .menu-wrapper .contact-links a.print {
  background: url(../image/printer-icon.svg) no-repeat right center;
}
html[dir=rtl] .menu-wrapper .mobile-search-block {
  display: none;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .menu-wrapper .mobile-search-block {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    max-width: 260px;
    width: 100%;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text] {
    border: 1px solid #4dc395;
    background: rgba(216, 216, 216, 0.1);
    height: 45px;
    padding-right: 10px;
    font-weight: 300;
    color: #FFFFFF;
    width: 100%;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text].placeholder {
    color: #FFFFFF;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text]:-moz-placeholder {
    color: #FFFFFF;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text]::-moz-placeholder {
    color: #FFFFFF;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text]:-ms-input-placeholder {
    color: #FFFFFF;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block input[type=text]::-webkit-input-placeholder {
    color: #FFFFFF;
  }
  html[dir=rtl] .menu-wrapper .mobile-search-block .search-icon {
    background: url(../image/search_icon.svg) no-repeat left center/100%;
    position: absolute;
    top: 10px;
    left: 13px;
    font-size: 0;
    border: 0;
    width: 20px;
    height: 25px;
    padding: 0;
  }
}
html[dir=rtl] .inner-spotlight-wrapper {
  margin-top: 80px;
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
}
html[dir=rtl] .inner-spotlight-wrapper img {
  max-width: none;
  width: 100%;
}
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content .container {
  min-height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .inner-spotlight-wrapper .spotlight-content .container {
    left: auto;
    right: 0;
    top: 100px;
    transform: none;
  }
}
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content h3,
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content span {
  color: #FFFFFF;
}
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content span {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}
html[dir=rtl] .inner-spotlight-wrapper .spotlight-content h3 {
  margin-bottom: 0;
}
html[dir=rtl] .bredcrumbs-menu-wrapper {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #E52A10;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .bredcrumbs-menu-wrapper {
    display: none;
  }
}
html[dir=rtl] .bredcrumbs-menu-wrapper ul {
  width: 100%;
  display: flex;
  margin: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
}
html[dir=rtl] .bredcrumbs-menu-wrapper ul li {
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: relative;
}
html[dir=rtl] .bredcrumbs-menu-wrapper ul li::after {
  content: "//";
  margin: 0 5px;
  color: #99cfcd;
}
html[dir=rtl] .bredcrumbs-menu-wrapper ul li:last-child::after {
  display: none;
}
html[dir=rtl] .bredcrumbs-menu-wrapper ul li a {
  color: #99cfcd;
}
html[dir=rtl] .fndr-msg-wrappper {
  margin: 106px 0;
}
html[dir=rtl] .fndr-msg-wrappper .img-block {
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .img-block {
    width: 76%;
    margin: 0 auto 30px;
  }
}
html[dir=rtl] .fndr-msg-wrappper .pattern-bg {
  background: url(../image/bg-logo.svg) no-repeat right top/100%;
  width: 386px;
  height: 386px;
  position: absolute;
  top: -55px;
  right: -50px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .pattern-bg {
    width: 172px;
    height: 172px;
    top: -40;
    right: 0;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area {
  background-color: #F0F5F8;
  padding: 45px 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .content-area {
    width: 90%;
    margin: 0 auto;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area::before {
  content: "";
  width: 194px;
  height: 194px;
  left: -20px;
  top: -20px;
  bottom: auto;
  right: auto;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .content-area::before {
    width: 128px;
    height: 128px;
    left: -10px;
    top: -10px;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area::after {
  content: "";
  width: 194px;
  height: 194px;
  right: -20px;
  bottom: -20px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .content-area::after {
    width: 128px;
    height: 128px;
    right: -10px;
    bottom: -10px;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .content-area h5 {
    line-height: 38px;
    font-size: 24px !important;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area span {
  text-transform: uppercase;
  color: #E52A10;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .fndr-msg-wrappper .content-area span {
    line-height: 38px;
  }
}
html[dir=rtl] .fndr-msg-wrappper .content-area p {
  font-size: 1.25rem;
  color: #465765;
  line-height: 34px;
}
html[dir=rtl] .cprt-gvrn-wrappper {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-gvrn-wrappper {
    padding: 50px 0 0;
  }
}
html[dir=rtl] .cprt-gvrn-wrappper .content-area h5 {
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-gvrn-wrappper .content-area h5 {
    margin-bottom: 35px;
    line-height: 30px;
    font-size: 20px !important;
  }
}
html[dir=rtl] .cprt-gvrn-wrappper .content-area p {
  margin-bottom: 50px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-gvrn-wrappper .content-area p {
    font-size: 1rem;
    line-height: 30px;
  }
}
html[dir=rtl] .cprt-img-slider-wrapper, html[dir=rtl] .bsns-detail-slider-wrapper {
  padding: 50px 0 115px;
  background-color: #F0F5F8;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-img-slider-wrapper, html[dir=rtl] .bsns-detail-slider-wrapper {
    padding: 50px 0;
  }
}
html[dir=rtl] .cprt-img-slider-wrapper .slider-main-img-block img, html[dir=rtl] .bsns-detail-slider-wrapper .slider-main-img-block img {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-img-slider-wrapper .slider-main-img-block img, html[dir=rtl] .bsns-detail-slider-wrapper .slider-main-img-block img {
    border-radius: 2px;
  }
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .cprt-img-slider-wrapper .thumb-img-wrapper, html[dir=rtl] .bsns-detail-slider-wrapper .thumb-img-wrapper {
    display: none;
  }
}
html[dir=rtl] .cprt-img-slider-wrapper .thumb-img-wrapper img, html[dir=rtl] .bsns-detail-slider-wrapper .thumb-img-wrapper img {
  height: 90px !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3px;
  border-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  html[dir=rtl] .cprt-img-slider-wrapper .thumb-img-wrapper img, html[dir=rtl] .bsns-detail-slider-wrapper .thumb-img-wrapper img {
    height: 78px !important;
  }
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .cprt-img-slider-wrapper .thumb-img-wrapper img, html[dir=rtl] .bsns-detail-slider-wrapper .thumb-img-wrapper img {
    height: 64px !important;
  }
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #E52A10;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow::before, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow.slick-prev, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow.slick-prev {
  right: 0;
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow.slick-prev::before, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow.slick-prev::before {
  background: url(../image/spotlight-arrow.svg) no-repeat center center/100%;
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow.slick-next, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow.slick-next {
  left: 0;
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-arrow.slick-next::before, html[dir=rtl] .bsns-detail-slider-wrapper .slick-arrow.slick-next::before {
  background: url(../image/spotlight-arrow.svg) no-repeat center center/100%;
  transform: scaleX(-1);
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-dots, html[dir=rtl] .bsns-detail-slider-wrapper .slick-dots {
  bottom: -50px;
}
html[dir=rtl] .cprt-img-slider-wrapper .slick-dots li button, html[dir=rtl] .bsns-detail-slider-wrapper .slick-dots li button {
  width: 50px;
  height: 5px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .cprt-img-slider-wrapper .slick-dots li button, html[dir=rtl] .bsns-detail-slider-wrapper .slick-dots li button {
    width: 25px;
  }
}
html[dir=rtl] .abt-content-wrappper {
  padding: 80px 0 60px;
}
html[dir=rtl] .abt-content-wrappper h5 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
html[dir=rtl] .abt-content-wrappper p {
  font-size: 1.25rem;
  line-height: 34px;
}
html[dir=rtl] .abt-video-wrappper {
  min-height: 1000px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .abt-video-wrappper {
    min-height: 860px;
  }
}
html[dir=rtl] .abt-video-wrappper::before {
  content: "";
  width: 100%;
  height: 690px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-video-wrappper::before {
    height: calc(100% - 100px);
  }
}
html[dir=rtl] .abt-video-wrappper .video-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  border-radius: 5px;
}
@media only screen and (max-width: 1399px) {
  html[dir=rtl] .abt-video-wrappper .video-wrapper {
    height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .abt-video-wrappper .video-wrapper {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-video-wrappper .video-wrapper {
    height: 250px;
  }
}
html[dir=rtl] .abt-video-wrappper .video-wrapper .video-thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html[dir=rtl] .abt-video-wrappper .video-wrapper .video-thumb img {
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
html[dir=rtl] .abt-video-wrappper .video-wrapper .play-icon {
  max-width: 125px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
html[dir=rtl] .abt-video-wrappper .video-wrapper iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
html[dir=rtl] .abt-video-wrappper .bottom-content {
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .abt-video-wrappper .bottom-content {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-video-wrappper .bottom-content {
    margin-top: 30px;
  }
}
html[dir=rtl] .abt-video-wrappper .bottom-content h5 {
  color: #FFFFFF;
  margin-bottom: 40px;
  text-transform: uppercase;
}
html[dir=rtl] .abt-video-wrappper .bottom-content p {
  color: #FFFFFF;
  line-height: 33px;
}
html[dir=rtl] .timeline-wrapper {
  background-color: #F0F5F8;
  padding: 86px 0;
}
html[dir=rtl] .timeline-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
html[dir=rtl] .timeline {
  display: flex;
  position: relative;
}
html[dir=rtl] .timeline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #008681;
}
html[dir=rtl] .timeline p {
  font-size: 0.8125rem;
  color: #465765;
  margin-bottom: 0;
}
html[dir=rtl] .timeline .content-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  position: relative;
  z-index: 2;
}
html[dir=rtl] .timeline .content-wrapper::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
html[dir=rtl] .timeline .content-wrapper.odd {
  flex-direction: column;
}
html[dir=rtl] .timeline .content-wrapper.even {
  flex-direction: column-reverse;
}
html[dir=rtl] .timeline .content-wrapper.even .content-top {
  margin-top: 45px;
  margin-bottom: 0;
}
html[dir=rtl] .timeline .content-wrapper.even .content-top:after, html[dir=rtl] .timeline .content-wrapper.even .content-top:before {
  bottom: 100%;
  top: auto;
}
html[dir=rtl] .timeline .content-wrapper.even .content-top:after {
  border-top-color: transparent;
  border-bottom-color: #FFFFFF;
}
html[dir=rtl] .timeline .content-wrapper.even .content-top:before {
  border-top-color: transparent;
  border-bottom-color: #00A967;
}
html[dir=rtl] .timeline .content-wrapper.even .content-bottom {
  flex-direction: column-reverse;
}
html[dir=rtl] .timeline .content-wrapper.even .content-bottom span {
  margin-bottom: 0;
  margin-top: 15px;
}
html[dir=rtl] .timeline .content-wrapper .content-top {
  max-width: 240px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #00A967;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 86px;
  border-radius: 5px;
  margin-bottom: 45px;
  position: relative;
  padding: 10px;
}
html[dir=rtl] .timeline .content-wrapper .content-top img {
  margin-bottom: 6px;
  width: auto;
}
html[dir=rtl] .timeline .content-wrapper .content-top:after, html[dir=rtl] .timeline .content-wrapper .content-top:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  top: 100%;
}
html[dir=rtl] .timeline .content-wrapper .content-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
}
html[dir=rtl] .timeline .content-wrapper .content-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #00A967;
  left: 50%;
  margin-left: -11px;
  border-width: 11px;
}
html[dir=rtl] .timeline .content-wrapper .content-bottom {
  max-width: 225px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 150px);
  padding: 0 10px;
}
html[dir=rtl] .timeline .content-wrapper .content-bottom span {
  font-size: 1.1875rem;
  color: #465765;
  display: block;
  margin-bottom: 15px;
}
html[dir=rtl] .timeline .slick-list {
  z-index: 5;
}
html[dir=rtl] .timeline .slick-arrow {
  width: 38px;
  height: 38px;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .timeline .slick-arrow {
    width: 28px;
    height: 28px;
  }
}
html[dir=rtl] .timeline .slick-arrow::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../image/timeline-arrow.svg) no-repeat right top/100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s linear 0s;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .timeline .slick-arrow::before {
    opacity: 1;
    width: 28px;
    height: 28px;
  }
}
html[dir=rtl] .timeline .slick-arrow.slick-next {
  left: -37px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .timeline .slick-arrow.slick-next {
    left: 0;
  }
}
html[dir=rtl] .timeline .slick-arrow.slick-next::before {
  transform: scaleX(-1);
}
html[dir=rtl] .timeline .slick-arrow.slick-prev {
  right: -37px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .timeline .slick-arrow.slick-prev {
    right: 0;
  }
}
html[dir=rtl] .abt-ovm-wrapper {
  padding: 70px 0 35px;
}
html[dir=rtl] .abt-ovm-wrapper .card {
  box-shadow: 5px 6px 27px 0px rgba(70, 87, 101, 0.13);
  background-color: #FFFFFF;
  border: 2px solid #F0F5F8;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .abt-ovm-wrapper .card {
    margin-bottom: 30px;
  }
}
html[dir=rtl] .abt-ovm-wrapper .card img {
  margin-bottom: 20px;
}
html[dir=rtl] .abt-ovm-wrapper .card span {
  color: #E52A10;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
html[dir=rtl] .abt-ovm-wrapper .card p {
  line-height: 30px;
  color: #465765;
  margin-bottom: 0;
}
html[dir=rtl] .abt-ovm-wrapper .card ul {
  margin: 0;
}
html[dir=rtl] .abt-ovm-wrapper .card ul li {
  color: #465765;
  line-height: 30px;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
}
html[dir=rtl] .abt-ovm-wrapper .card ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 50%;
}
html[dir=rtl] .abut-founder-wrapper {
  padding: 100px 0;
}
html[dir=rtl] .abut-founder-wrapper .img-wrapper {
  margin-right: 20px;
  position: relative;
}
html[dir=rtl] .abut-founder-wrapper .img-wrapper .img-back-block, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .abut-founder-wrapper .img-wrapper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .abut-founder-wrapper .img-wrapper .content-area::after, html[dir=rtl] .abut-founder-wrapper .img-wrapper .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .abut-founder-wrapper .img-wrapper .content-area::before, html[dir=rtl] .abut-founder-wrapper .img-wrapper .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .abut-founder-wrapper .img-wrapper .content-area::after {
  z-index: 1;
  width: 165px;
  height: 155px;
}
html[dir=rtl] .abut-founder-wrapper .img-wrapper img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .abut-founder-wrapper .content-block {
    margin-top: 50px;
  }
}
html[dir=rtl] .abut-founder-wrapper .content-block h5 {
  color: #465765;
  text-transform: uppercase;
  margin-bottom: 30px;
}
html[dir=rtl] .abut-founder-wrapper .content-block p {
  color: #465765;
  line-height: 34px;
  margin-bottom: 30px;
}
html[dir=rtl] .abut-founder-wrapper .content-block .site-link, html[dir=rtl] .abut-founder-wrapper .content-block .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .abut-founder-wrapper .content-block input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .abut-founder-wrapper .content-block input[type=submit] {
  min-width: 220px;
  height: 42px;
  font-size: 0.875rem;
}
html[dir=rtl] .abt-cg-wrapper {
  background: url(../image/about-cg-img-ar.jpg) no-repeat center center/cover;
  min-height: 504px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-cg-wrapper {
    background: url(../image/mob-about-cg-img.jpg) no-repeat center top/cover;
    min-height: 700px;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
html[dir=rtl] .abt-cg-wrapper h4 {
  color: #FFFFFF;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-cg-wrapper h4 {
    margin-bottom: 30px;
    font-size: 39px !important;
    padding-left: 20px;
    line-height: normal;
  }
}
html[dir=rtl] .abt-cg-wrapper p {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-cg-wrapper p {
    font-size: 1rem;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
html[dir=rtl] .abt-map-wrapper {
  background: url(../image/map-img.svg) no-repeat center center/cover;
  min-height: 480px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .abt-map-wrapper {
    min-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-map-wrapper {
    background: url(../image/mob-map-img.svg) no-repeat bottom center/cover;
    min-height: 560px;
    align-items: flex-start;
  }
}
html[dir=rtl] .abt-map-wrapper h5 {
  text-transform: uppercase;
  color: #008681;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .abt-map-wrapper h5 {
    padding-top: 100px;
  }
}
html[dir=rtl] .logo-wrapper-block {
  height: 385px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .logo-wrapper-block {
    align-items: end;
    padding-bottom: 40px;
  }
}
html[dir=rtl] .logo-wrapper-block .container {
  position: static;
  min-height: auto;
  transform: none;
}
html[dir=rtl] .logo-wrapper-block img {
  max-width: 356px;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .logo-wrapper-block img {
    max-width: 256px;
    margin-right: 0;
  }
}
html[dir=rtl] .csr-content-wrapper {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .csr-content-wrapper {
    padding-bottom: 46px;
  }
}
html[dir=rtl] .csr-content-wrapper .container {
  position: relative;
}
html[dir=rtl] .csr-content-wrapper .csr-content-block {
  padding-top: 64px;
}
html[dir=rtl] .csr-content-wrapper .csr-content-block h5 {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .csr-content-wrapper .csr-content-block h5 {
    font-size: 20px !important;
  }
  html[dir=rtl] .csr-content-wrapper .csr-content-block h5 br {
    display: none;
  }
}
html[dir=rtl] .csr-content-wrapper .csr-content-block hr {
  margin: 0 0 30px;
  border-width: 2px;
  border-color: #00A967;
  opacity: 1;
  max-width: 526px;
}
html[dir=rtl] .csr-content-wrapper .csr-content-block p {
  line-height: 28px;
  color: #465765;
}
html[dir=rtl] .csr-content-wrapper .csr-content-block .txt-link {
  text-decoration: underline !important;
}
html[dir=rtl] .csr-content-wrapper .img-block {
  margin-right: -120px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .csr-content-wrapper .img-block {
    margin-right: 0;
  }
}
html[dir=rtl] .csr-slider-wrapper {
  background-color: #F0F5F8;
  padding: 87px 0 105px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .csr-slider-wrapper {
    padding: 50px 0;
  }
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content {
  transform: translateX(-100%);
  transition: all 0.5s linear 0s;
  opacity: 0;
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content h5 {
    margin-bottom: 20px;
    font-size: 24px !important;
  }
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p {
  font-size: 2.25rem;
  line-height: 50px;
  color: #465765;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .itmes-content p {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .img-block {
  transform: translateX(100%);
  transition: all 0.5s linear 0s;
  opacity: 0;
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .csr-slider-items .img-block img {
  border-radius: 5px;
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .slick-active .itmes-content {
  transform: translateX(0);
  transition: all 0.5s linear 0s;
  opacity: 1;
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .slick-active .img-block {
  transform: translateX(0);
  transition: all 0.5s linear 0s;
  opacity: 1;
}
html[dir=rtl] .csr-slider-wrapper .csr-slider-content-block .slick-dots {
  bottom: -50px;
}
html[dir=rtl] .csr-chrty-fndtn-wrapper {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .csr-chrty-fndtn-wrapper {
    padding: 20px 0 50px;
    background-color: #F0F5F8;
  }
}
html[dir=rtl] .csr-chrty-fndtn-wrapper .contant-wrapper h5 {
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: normal;
}
html[dir=rtl] .csr-chrty-fndtn-wrapper .img-wrapper {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  width: 100%;
  min-height: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 27px 0px rgba(70, 87, 101, 0.13);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .csr-chrty-fndtn-wrapper .img-wrapper {
    min-height: auto;
    padding: 20px 10px;
  }
}
html[dir=rtl] .csr-chrty-fndtn-wrapper .link-txt {
  color: #465765;
  margin-top: 10px;
  background: url(../image/glob-icon.svg) no-repeat left center;
  padding: 12px 0 12px 42px;
}
html[dir=rtl] .bsns-list-top-content-wrapper {
  padding: 100px 0;
}
html[dir=rtl] .bsns-list-top-content-wrapper h5 {
  line-height: normal;
  margin-bottom: 50px;
}
html[dir=rtl] .bsns-list-top-content-wrapper p {
  line-height: 28px;
  color: #465765;
}
html[dir=rtl] .bs-list-wrapper {
  padding: 50px 0 90px;
  background-color: #F0F5F8;
}
html[dir=rtl] .bs-list-wrapper .list-item {
  position: relative;
  padding-bottom: 118px;
  overflow: hidden;
}
html[dir=rtl] .bs-list-wrapper .list-item img {
  max-width: none;
  width: 100%;
}
html[dir=rtl] .bs-list-wrapper .list-item .content-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 118px;
  transition: all 0.2s linear 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
html[dir=rtl] .bs-list-wrapper .list-item .content-block span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.25rem;
  max-width: 266px;
  line-height: 30px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.2s linear 0s;
  width: 100%;
}
html[dir=rtl] .bs-list-wrapper .list-item .content-block span::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/list-arrow.svg) no-repeat right top/100%;
  width: 58px;
  height: 54px;
  transition: all 0.4s linear 0s;
}
html[dir=rtl] .bs-list-wrapper .list-item .content-block p {
  line-height: 28px;
  font-size: 0.875rem;
  color: #FFFFFF;
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  transition: all 0.1s linear 0s;
}
html[dir=rtl] .bs-list-wrapper .list-item .content-block .site-link, html[dir=rtl] .bs-list-wrapper .list-item .content-block .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item .content-block input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .bs-list-wrapper .list-item .content-block input[type=submit] {
  opacity: 0;
  transition: all 0.2s linear 0s;
  padding: 0;
  height: 0 !important;
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block {
  height: 100%;
  transition: all 0.4s linear 0s;
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block span {
  margin-bottom: 30px;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block span::after {
  transition: all 0.4s linear 0s;
  transform: translateY(-50%) scaleY(-1);
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block p {
  transition: all 0.2s linear 0s;
  display: block;
  opacity: 1;
  height: 140px;
  margin-bottom: 30px;
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block .site-link, html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item:hover .content-block input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block input[type=submit] {
  opacity: 1;
  transition: all 0.2s linear 0.1s;
  display: flex;
  height: 42px !important;
}
html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block .site-link:hover, html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block .log-wrapper .login-form-wrapper form input[type=submit]:hover, html[dir=rtl] .log-wrapper .login-form-wrapper form .bs-list-wrapper .list-item:hover .content-block input[type=submit]:hover, html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .bs-list-wrapper .list-item:hover .content-block input[type=submit]:hover {
  border: 1px solid #E52A10;
  background-color: #FFFFFF;
  color: #E52A10;
}
html[dir=rtl] .bsns-detail-content-wrapper {
  padding: 100px 0 20px;
}
html[dir=rtl] .bsns-detail-content-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
html[dir=rtl] .bsns-detail-content-wrapper p {
  color: #465765;
  line-height: 28px;
  margin-bottom: 40px;
}
html[dir=rtl] .bsns-detail-content-wrapper ul {
  margin-right: 20px;
  margin-left: 0;
}
html[dir=rtl] .bsns-detail-slider-wrapper {
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
html[dir=rtl] .accordian-content-wrapper h5 {
  text-transform: uppercase;
}
html[dir=rtl] .accordian-content-wrapper .accordion {
  margin-top: 35px;
  margin-bottom: 100px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-item {
  border-radius: 0;
  border: 0;
}
html[dir=rtl] .accordian-content-wrapper .accordion-header {
  margin-bottom: 10px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-header .accordion-button {
  background-color: #008681;
  border-radius: 0;
  color: #FFFFFF;
  padding: 25px 26px;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .accordian-content-wrapper .accordion-header .accordion-button {
    font-size: 1rem;
    padding: 17px;
    border-radius: 5px;
  }
}
html[dir=rtl] .accordian-content-wrapper .accordion-header .accordion-button::after {
  filter: brightness(50);
}
html[dir=rtl] .accordian-content-wrapper .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body {
  margin-top: -10px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper {
  margin: -1.2rem;
  padding: 50px 25px 45px 35px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .img-block {
  position: relative;
  z-index: 2;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .img-block img {
  margin-right: auto;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .img-back-block, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::before, html:not([dir=rtl]) .fndr-msg-wrappper html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::after, html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .fndr-msg-wrappper .content-area::before, html[dir=rtl] .fndr-msg-wrappper .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::before, html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper .fndr-msg-wrappper .content-area::after, html[dir=rtl] .fndr-msg-wrappper .accordian-content-wrapper .accordion-body .top-content-wrapper .content-area::after {
  right: auto;
  left: -10px;
  width: 184px;
  height: 174px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .top-content-wrapper p {
  margin-bottom: 0;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body p {
  line-height: 33px;
  color: #465765;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body ul {
  margin-top: 10px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body ul li {
  line-height: 33px;
  color: #465765;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body ul li::marker {
  color: #465765;
  font-size: 10px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .bottom-content {
  padding: 70px 10px;
  margin: -1.2rem;
  margin-bottom: 50px;
  background: #fffdfd;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .bottom-content h5 {
  text-transform: none;
  margin-bottom: 50px;
  border-bottom: 1px solid #E52A10;
  display: inline-block;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block {
    flex-wrap: wrap;
  }
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li {
  list-style-type: none;
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  box-shadow: 5px 6px 27px 0px rgba(70, 87, 101, 0.13);
  width: 135px;
  height: 150px;
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 22px;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li {
    margin: 0 12px 24px;
  }
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li img {
  margin-bottom: 12px;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li span {
  color: #E52A10;
  line-height: normal;
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li:first-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li:first-child {
    margin-right: 12px;
  }
}
html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li:last-child {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .accordian-content-wrapper .accordion-body .services-block li:last-child {
    margin-left: 20px;
  }
}
html[dir=rtl] .cntct-info-wrapper {
  margin: -25px 0 55px;
}
html[dir=rtl] .cntct-info-wrapper span {
  text-transform: uppercase;
  color: #E52A10;
  display: block;
  padding-bottom: 50px;
}
html[dir=rtl] .cntct-info-wrapper ul {
  margin: 0;
  display: flex;
  align-items: center;
}
html[dir=rtl] .cntct-info-wrapper ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 0;
}
html[dir=rtl] .cntct-info-wrapper ul li a {
  color: #465765;
}
html[dir=rtl] .cntct-info-wrapper ul li a.call {
  background: url(../image/call-icon.svg) no-repeat right center;
  padding-right: 40px;
}
html[dir=rtl] .cntct-info-wrapper ul li a.mail {
  background: url(../image/mail-icon.svg) no-repeat right center;
  padding-right: 40px;
}
html[dir=rtl] .cntct-info-wrapper ul li a.site {
  background: url(../image/glob-icon2.svg) no-repeat right center;
  padding-left: 40px;
}
html[dir=rtl] .nws-list-wrapper {
  padding: 50px 0 100px;
}
html[dir=rtl] .nws-list-wrapper .lst-nws-wrapper .nws-content {
  background-color: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
}
html[dir=rtl] .nws-list-wrapper .lst-nws-wrapper .nws-content p {
  color: #465765;
  margin-bottom: 15px;
  line-height: normal;
}
html[dir=rtl] .nws-list-wrapper .lst-nws-wrapper .nws-content .date {
  background: url(../image/date-icon2.svg) no-repeat right center;
  color: #465765;
  font-size: 0.875rem;
  margin-bottom: 15px;
  padding-right: 26px;
}
html[dir=rtl] .nws-list-wrapper .form-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
html[dir=rtl] .nws-list-wrapper .form-actions input[type=submit] {
  border: 0;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  color: #008681;
  padding: 0;
}
html[dir=rtl] .nws-list-wrapper .status-message {
  color: #E52A10;
}
html[dir=rtl] .news-filter-wrapper {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
}
html[dir=rtl] .news-filter-wrapper label {
  margin-bottom: 4px;
  color: #E52A10;
}
html[dir=rtl] .news-filter-wrapper .title-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
html[dir=rtl] .news-filter-wrapper .title-block a {
  font-size: 0.875rem;
  color: #008681;
}
html[dir=rtl] .news-filter-wrapper .field {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
html[dir=rtl] .news-filter-wrapper .field input {
  color: #465765;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  font-size: 0.75rem;
}
html[dir=rtl] .news-filter-wrapper .field input.placeholder {
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field input:-moz-placeholder {
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field input::-moz-placeholder {
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field input:-ms-input-placeholder {
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field input::-webkit-input-placeholder {
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field select {
  margin-top: 20px;
  max-width: 125px;
  border: 1px solid #cfd2d6;
  background-color: #f4f4f4;
  color: #465765;
}
html[dir=rtl] .news-filter-wrapper .field select:focus {
  box-shadow: none;
}
html[dir=rtl] .nws-detail-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .nws-detail-wrapper {
    padding-top: 30px;
  }
}
html[dir=rtl] .nws-detail-wrapper img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .nws-detail-wrapper img {
    margin-bottom: 30px;
  }
}
html[dir=rtl] .nws-detail-wrapper .date {
  font-size: 1rem;
  background: url(../image/date-icon2.svg) no-repeat right center;
  padding-right: 26px;
}
html[dir=rtl] .nws-detail-wrapper p {
  color: #465765;
  font-size: 1.5rem;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .nws-detail-wrapper p {
    font-size: 1rem;
    line-height: 28px;
  }
}
html[dir=rtl] .crtn-list-wrapper {
  padding: 50px 0 100px;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-filter .title-block {
  margin-bottom: 30px;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-filter .field {
  margin-bottom: 20px;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-filter select {
  max-width: none;
  margin: 0;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-block .img-block {
  padding: 42px;
  border: 0.738px solid rgba(70, 87, 101, 0.2);
  background: linear-gradient(66deg, rgba(156, 222, 196, 0.3) 0%, rgba(255, 255, 255, 0.3) 51.46%, rgba(156, 222, 196, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-block .item-name-block {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #008681;
  position: relative;
}
html[dir=rtl] .crtn-list-wrapper .crtcn-block .item-name-block::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../image/fullscreen-icon.svg) no-repeat right top/100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
html[dir=rtl] .crtn-list-wrapper .crtcn-block .item-name-block p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 15px;
}
html[dir=rtl] .crtfct-image-popup .modal-dialog {
  max-width: 1300px;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .crtfct-image-popup .modal-dialog {
    margin: 0 auto;
    max-width: none;
    width: 95%;
  }
}
html[dir=rtl] .crtfct-image-popup .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
  padding: 150px 130px;
  border: 1px solid rgba(70, 87, 101, 0.5);
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .crtfct-image-popup .modal-dialog .modal-content {
    padding: 60px 30px;
  }
}
html[dir=rtl] .crtfct-image-popup .modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #465765;
}
html[dir=rtl] .crtfct-image-popup .modal-dialog .btn-close:focus {
  box-shadow: none;
}
html[dir=rtl] .cnct-top-content-wrapper {
  padding: 100px 0 70px;
}
html[dir=rtl] .cnct-top-content-wrapper h5 {
  color: #465765;
  margin-bottom: 30px;
  font-size: 24px !important;
}
html[dir=rtl] .cnct-top-content-wrapper p {
  color: #465765;
  line-height: 28px;
}
html[dir=rtl] .gtnch-wrapper {
  width: 100%;
  min-height: 700px;
}
html[dir=rtl] .gtnch-wrapper .lt-block {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 60px;
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .gtnch-wrapper .lt-block {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
html[dir=rtl] .gtnch-wrapper .lt-block h6 {
  color: #FFFFFF;
  font-size: 1rem;
}
html[dir=rtl] .gtnch-wrapper .lt-block a {
  font-size: 0.8125rem;
  color: #FFFFFF;
}
html[dir=rtl] .gtnch-wrapper .lt-block .call-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}
html[dir=rtl] .gtnch-wrapper .lt-block .call-block ul {
  margin: 0;
}
html[dir=rtl] .gtnch-wrapper .lt-block .call-block ul li {
  list-style-type: none;
  line-height: normal;
  margin-bottom: 5px;
}
html[dir=rtl] .gtnch-wrapper .lt-block .call-block ul li a {
  background: url(../image/call-icon2.svg) no-repeat right center/16px;
  padding: 4px 26px 4px 0;
  display: flex;
  align-items: center;
}
html[dir=rtl] .gtnch-wrapper .lt-block .mail-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html[dir=rtl] .gtnch-wrapper .lt-block .address-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html[dir=rtl] .gtnch-wrapper .lt-block .address-block address {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../image/map-pin.svg) no-repeat right 20px/24px;
  font-size: 0.8125rem;
  color: #FFFFFF;
  padding-right: 34px;
  line-height: 18px;
}
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block {
  padding-top: 20px;
}
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block h6 {
  margin-bottom: 25px;
}
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block span,
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block p {
  font-size: 0.6875rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block span {
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}
html[dir=rtl] .gtnch-wrapper .lt-block .branch-block p {
  margin-bottom: 20px;
  line-height: 15px;
}
html[dir=rtl] .common-form-wrapper {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .common-form-wrapper {
    padding-bottom: 30px;
  }
}
html[dir=rtl] .common-form-wrapper h4 {
  font-size: 30px !important;
  color: #FFFFFF;
  margin-bottom: 10px;
}
html[dir=rtl] .common-form-wrapper p {
  color: #FFFFFF;
  line-height: 25px;
}
html[dir=rtl] .common-form-wrapper form {
  margin-top: 30px;
  margin-bottom: 30px;
}
html[dir=rtl] .common-form-wrapper .field {
  margin-bottom: 20px;
}
html[dir=rtl] .common-form-wrapper label {
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-bottom: 6px;
}
html[dir=rtl] .common-form-wrapper label.error {
  font-size: 0.625rem;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -14px;
  color: #E52A10;
}
html[dir=rtl] .common-form-wrapper input {
  border: 1px solid rgba(167, 170, 188, 0.4);
  border-radius: 3px;
  font-size: 0.8125rem;
  color: #607b7d;
  padding-right: 37px !important;
  text-align: right;
}
html[dir=rtl] .common-form-wrapper input.placeholder {
  color: #607b7d;
}
html[dir=rtl] .common-form-wrapper input:-moz-placeholder {
  color: #607b7d;
}
html[dir=rtl] .common-form-wrapper input::-moz-placeholder {
  color: #607b7d;
}
html[dir=rtl] .common-form-wrapper input:-ms-input-placeholder {
  color: #607b7d;
}
html[dir=rtl] .common-form-wrapper input::-webkit-input-placeholder {
  color: #607b7d;
}
html[dir=rtl] .common-form-wrapper input[type=submit] {
  background-color: #E52A10;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 0.875rem;
  transition: all 0.2s linear 0s;
  text-align: center;
}
html[dir=rtl] .common-form-wrapper input[type=submit]:hover {
  transition: all 0.2s linear 0s;
  background-color: #FFFFFF;
  color: #E52A10;
  border: 1px solid #E52A10;
}
html[dir=rtl] .common-form-wrapper .group-item {
  position: relative;
}
html[dir=rtl] .common-form-wrapper .group-item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
html[dir=rtl] .common-form-wrapper .group-item i.user {
  width: 16px;
  height: 16px;
  background: url(../image/cntct-form-icon1.svg) no-repeat right top;
}
html[dir=rtl] .common-form-wrapper .group-item i.email {
  width: 16px;
  height: 13px;
  background: url(../image/cntct-form-icon2.svg) no-repeat right top;
}
html[dir=rtl] .common-form-wrapper .group-item i.phone {
  width: 16px;
  height: 16px;
  background: url(../image/cntct-form-icon3.svg) no-repeat right top;
}
html[dir=rtl] .common-form-wrapper .group-item i.company {
  width: 17px;
  height: 14px;
  background: url(../image/cntct-form-icon4.svg) no-repeat right top;
}
html[dir=rtl] .common-form-wrapper textarea {
  font-size: 0.8125rem;
  color: #607b7d;
  border-radius: 3px;
  height: 80px;
  border: 1px solid rgba(167, 170, 188, 0.4);
  padding-right: 12px;
}
html[dir=rtl] .common-form-wrapper .form-tel {
  padding-right: 50px !important;
}
html[dir=rtl] .jb-list-top-content-wrapper, html[dir=rtl] .vr-top-content-wrapper {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-list-top-content-wrapper, html[dir=rtl] .vr-top-content-wrapper {
    padding-bottom: 25px;
  }
}
html[dir=rtl] .jb-list-top-content-wrapper h5, html[dir=rtl] .vr-top-content-wrapper h5 {
  font-size: 30px !important;
  color: #465765;
  margin-bottom: 30px;
}
html[dir=rtl] .jb-list-top-content-wrapper p, html[dir=rtl] .vr-top-content-wrapper p {
  line-height: 44px;
  color: #465765;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-list-top-content-wrapper p, html[dir=rtl] .vr-top-content-wrapper p {
    font-size: 1rem;
    line-height: 30px;
  }
}
html[dir=rtl] .jb-list-wrapper {
  padding-top: 80px;
  background-color: #F0F5F8;
}
html[dir=rtl] .jb-list-wrapper .filter-btn {
  display: none;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  color: #465765;
  height: 54px;
  padding: 17px;
  position: relative;
  margin-bottom: 20px;
}
html[dir=rtl] .jb-list-wrapper .filter-btn::after {
  content: "";
  background: url(../image/filter-icon.svg) no-repeat right top;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-list-wrapper .filter-btn {
    display: flex;
  }
}
html[dir=rtl] .jb-filter-list-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 55px 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-filter-list-block {
    display: none;
  }
}
html[dir=rtl] .jb-filter-list-block .form-actions {
  position: absolute;
  top: 10px;
  left: 10px;
}
html[dir=rtl] .jb-filter-list-block .form-actions .form-submit {
  border: 0;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  padding: 0;
}
html[dir=rtl] .jb-filter-list-block .accordion-item {
  border: 0;
  border-radius: 0;
}
html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header {
  font-size: 16px !important;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px;
}
html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header a {
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  color: #465765;
  box-shadow: none;
}
html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header a::after {
  width: 16px;
  height: 16px;
  background-size: 100%;
  transform: rotate(270deg);
}
html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header a.accordion-button:not(.collapsed) {
  background-color: transparent;
}
html[dir=rtl] .jb-filter-list-block .accordion-item .accordion-header a.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
html[dir=rtl] .jb-filter-list-block .accordion-body {
  padding: 0 24px 33px;
}
html[dir=rtl] .jb-filter-list-block .accordion-body ul {
  margin: 0;
}
html[dir=rtl] .jb-filter-list-block .accordion-body ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
html[dir=rtl] .jb-filter-list-block .accordion-body legend {
  display: none;
}
html[dir=rtl] .jb-filter-list-block .accordion-body .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
}
html[dir=rtl] .jb-filter-list-block .accordion-body label {
  margin: 0;
  line-height: normal;
  line-height: normal;
  color: #465765;
  font-size: 0.8125rem;
  margin-right: 10px;
  display: flex;
  width: 100%;
}
html[dir=rtl] .jb-filter-list-block .accordion-body span {
  font-size: 0.75rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #dedede;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-right: auto;
}
html[dir=rtl] .jb-filter-list-block .accordion-body input[type=checkbox] {
  width: 17.7px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #465765;
  margin: 0;
  padding: 0;
}
html[dir=rtl] .jb-filter-list-block .accordion-body input[type=checkbox]:focus {
  box-shadow: none;
}
html[dir=rtl] .jb-filter-list-block .accordion-body input[type=checkbox]:checked {
  background-color: #FFFFFF;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23465765' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
html[dir=rtl] .jb-details-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.3);
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .jb-details-block {
    padding: 20px 15px;
  }
}
html[dir=rtl] .jb-details-block h5 {
  color: #465765;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .jb-details-block h5 {
    margin-bottom: 20px;
  }
}
html[dir=rtl] .jb-details-block .jb-info-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block .jb-info-wrap {
    flex-direction: column-reverse;
  }
}
html[dir=rtl] .jb-details-block .adrs-dtls {
  display: flex;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block .adrs-dtls {
    margin-bottom: 20px;
  }
}
html[dir=rtl] .jb-details-block .adrs-dtls span {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 34px;
}
html[dir=rtl] .jb-details-block .adrs-dtls span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
html[dir=rtl] .jb-details-block .adrs-dtls span.address {
  margin-left: 20px;
}
html[dir=rtl] .jb-details-block .adrs-dtls span.address::before {
  background: url(../image/map-pin2.svg) no-repeat right top;
}
html[dir=rtl] .jb-details-block .adrs-dtls span.cmp-name::before {
  background: url(../image/building.svg) no-repeat right top;
}
html[dir=rtl] .jb-details-block dl {
  display: flex;
  color: #465765;
  margin-top: 20px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .jb-details-block dl {
    flex-wrap: wrap;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block dl {
    margin-top: 0;
  }
}
html[dir=rtl] .jb-details-block dl dt {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block dl dt {
    flex: 0 0 25%;
  }
}
html[dir=rtl] .jb-details-block dl dd {
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .jb-details-block dl dd {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block dl dd {
    flex: 0 0 50%;
  }
}
html[dir=rtl] .jb-details-block p {
  line-height: 23px;
}
html[dir=rtl] .jb-details-block .site-link, html[dir=rtl] .jb-details-block .log-wrapper .login-form-wrapper form input[type=submit], html[dir=rtl] .log-wrapper .login-form-wrapper form .jb-details-block input[type=submit], html:not([dir=rtl]) .log-wrapper .login-form-wrapper form html[dir=rtl] .jb-details-block input[type=submit] {
  width: 178px;
  height: 47px;
}
html[dir=rtl] .jb-details-block .time {
  background: url(../image/clock.svg) no-repeat right center/24px;
  color: #465765;
  font-size: 0.8125rem;
  position: absolute;
  left: 22px;
  bottom: 31px;
  padding: 6px 32px 6px 0;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-details-block .time {
    position: static;
    margin-bottom: 20px;
    display: block;
  }
}
html[dir=rtl] .jb-detail-wrapper {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-detail-wrapper {
    padding: 50px 0 20px;
  }
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block {
  border: 0;
  border-radius: 0;
  padding: 0;
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block h5 {
  margin-bottom: 15px;
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block p {
  font-size: 1rem;
  line-height: 29px;
  margin-bottom: 30px;
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block ol {
  margin-bottom: 30px;
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block li {
  line-height: 29px;
}
html[dir=rtl] .jb-detail-wrapper .jb-details-block ul li::marker {
  font-size: 9px;
  color: #465765;
}
html[dir=rtl] .jb-form-wrapper {
  background-color: #F0F5F8;
  padding: 100px 0 90px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .jb-form-wrapper {
    padding: 50px 0 40px;
  }
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper {
  padding: 0 30px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper form {
  margin-top: 17px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .field {
  margin-bottom: 20px;
  position: relative;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .field .email {
  height: 14px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .btn-block {
  margin-top: 50px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper input[type=submit] {
  margin-top: 10px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .form-item-resume .form-submit {
  display: flex;
  justify-content: center;
  border: 1px solid #E52A10;
  background-color: #FFFFFF;
  color: #E52A10;
  padding-left: 20px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .form-item-resume .messages--error {
  font-size: 0.75rem;
  color: #E52A10;
  line-height: normal;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper .form-item-resume .messages--error .placeholder {
  opacity: 1;
  display: inline;
  background-color: inherit;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper h4 {
  color: #465765;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper p {
  color: #465765;
  margin-bottom: 5px;
}
html[dir=rtl] .jb-form-wrapper .common-form-wrapper label {
  color: #465765;
}
html[dir=rtl] .user-login-form {
  max-width: 400px;
  margin: 100px auto;
}
html[dir=rtl] .user-login-form .form-item {
  margin-bottom: 20px;
}
html[dir=rtl] .user-login-form .form-item input {
  margin-bottom: 10px;
}
html[dir=rtl] .captcha {
  margin-bottom: 20px;
  position: relative;
}
html[dir=rtl] .status-message {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
html[dir=rtl] .map-locations-list-wrapper {
  margin: 60px 0;
}
html[dir=rtl] .map-locations-list-wrapper h5 {
  color: #465765;
  margin-bottom: 50px;
}
html[dir=rtl] .map-locations-list-wrapper .locations-list-block {
  border-radius: 5px;
  border: 1px solid rgba(70, 87, 101, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  height: 640px;
}
html[dir=rtl] .map-locations-list-wrapper .locations-list-block .mCSB_inside > .mCSB_container {
  margin: 0;
}
html[dir=rtl] .map-locations-list-wrapper .locations-list-block .mCS-dark.mCSB_scrollTools .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.3);
}
html[dir=rtl] .map-locations-list-wrapper .accordion {
  padding: 0 17px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-item {
  margin: 10px 0;
  background-color: #F0F5F8;
  border: 0;
  border-radius: 0;
  padding: 13px 20px 13px 10px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-header {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #008681;
  cursor: pointer;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-header.collapsed {
  pointer-events: none;
  font-size: 0.875rem;
  pointer-events: all;
  color: #465765;
  background: url(../image/location-map-pin.svg) no-repeat right center/18px;
  padding-right: 20px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body {
  padding: 20px 0 0;
  margin-left: 20px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul {
  margin: 0;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul li {
  list-style-type: none;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul li:last-child {
  margin-bottom: 0;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul li.call {
  padding-right: 20px;
  background: url(../image/location-phone.svg) no-repeat right center/16px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul li.mail {
  padding-right: 20px;
  background: url(../image/location-mail.svg) no-repeat right center/16px;
}
html[dir=rtl] .map-locations-list-wrapper .accordion-body ul li a {
  font-size: 0.75rem;
  color: #465765;
}
html[dir=rtl] .map-locations-list-wrapper .bef-exposed-form {
  display: none;
}
html[dir=rtl] .map-locations-list-wrapper .geofield-google-map {
  width: 100% !important;
}
html[dir=rtl] .vr-form-steps {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
html[dir=rtl] .vr-form-steps .progress-tracker {
  margin: 0;
  width: 100%;
}
html[dir=rtl] .vr-form-steps li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-height: 100px;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-form-steps li {
    display: none;
    max-width: none;
  }
}
html[dir=rtl] .vr-form-steps li::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 18px;
  background-color: #E52A10;
  z-index: -1;
}
html[dir=rtl] .vr-form-steps li::after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #E52A10;
  z-index: -1;
}
html[dir=rtl] .vr-form-steps li i,
html[dir=rtl] .vr-form-steps li .progress-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #E52A10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #E52A10;
}
html[dir=rtl] .vr-form-steps li i::after,
html[dir=rtl] .vr-form-steps li .progress-marker::after {
  z-index: 6;
  background-color: transparent !important;
}
html[dir=rtl] .vr-form-steps li i::before,
html[dir=rtl] .vr-form-steps li .progress-marker::before {
  background-color: transparent !important;
  z-index: 6;
}
html[dir=rtl] .vr-form-steps li span,
html[dir=rtl] .vr-form-steps li .progress-title {
  color: #E52A10;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .vr-form-steps li span,
  html[dir=rtl] .vr-form-steps li .progress-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-form-steps li span,
  html[dir=rtl] .vr-form-steps li .progress-title {
    font-size: 16px;
  }
}
html[dir=rtl] .vr-form-steps li:first-child.active::before, html[dir=rtl] .vr-form-steps li:first-child.is-active::before {
  right: 0;
}
html[dir=rtl] .vr-form-steps li:last-child.active::after, html[dir=rtl] .vr-form-steps li:last-child.is-active::after {
  background-color: #008681;
}
html[dir=rtl] .vr-form-steps li.active::before, html[dir=rtl] .vr-form-steps li.is-active::before, html[dir=rtl] .vr-form-steps li.is-complete::before {
  background-color: #008681;
  right: -50%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-form-steps li.active::before, html[dir=rtl] .vr-form-steps li.is-active::before, html[dir=rtl] .vr-form-steps li.is-complete::before {
    right: 0;
  }
}
html[dir=rtl] .vr-form-steps li.active i,
html[dir=rtl] .vr-form-steps li.active .progress-marker, html[dir=rtl] .vr-form-steps li.is-active i,
html[dir=rtl] .vr-form-steps li.is-active .progress-marker, html[dir=rtl] .vr-form-steps li.is-complete i,
html[dir=rtl] .vr-form-steps li.is-complete .progress-marker {
  border: 0;
  color: #FFFFFF;
  background-color: #008681;
}
html[dir=rtl] .vr-form-steps li.active span,
html[dir=rtl] .vr-form-steps li.active .progress-title, html[dir=rtl] .vr-form-steps li.is-active span,
html[dir=rtl] .vr-form-steps li.is-active .progress-title, html[dir=rtl] .vr-form-steps li.is-complete span,
html[dir=rtl] .vr-form-steps li.is-complete .progress-title {
  color: #008681;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-form-steps li.current, html[dir=rtl] .vr-form-steps li.is-active {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-form-steps li .progress-text {
    display: block;
  }
}
html[dir=rtl] .vr-setps-form {
  background-color: #F0F5F8;
  padding: 80px 0 0;
  margin-top: 50px;
}
html[dir=rtl] .vr-setps-form.next-step-btn-wrapper {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 80px;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper {
  padding: 0;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field {
  position: relative;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field label {
  color: #465765;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  line-height: normal;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field label.error {
  color: #E52A10;
  font-size: 11px;
  bottom: -24px;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input {
  padding-right: 30px;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input.placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input:-moz-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input::-moz-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input:-ms-input-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input::-webkit-input-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field input:focus {
  border-color: #b4bbc1;
  transition: all 0.3s ease;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea {
  padding-right: 30px;
  padding-top: 20px;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea.placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea:-moz-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea::-moz-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea:-ms-input-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .common-form-wrapper .field textarea::-webkit-input-placeholder {
  color: #b4bbc1;
}
html[dir=rtl] .vr-setps-form .check-wrap {
  display: flex;
  align-items: center;
}
html[dir=rtl] .vr-setps-form .check-wrap input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  border-color: rgba(167, 170, 188, 0.4);
  border-radius: 3px;
  padding: 0;
}
html[dir=rtl] .vr-setps-form .check-wrap input[type=checkbox]:checked {
  background-color: #FFFFFF;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23465765' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
html[dir=rtl] .vr-setps-form .check-wrap input[type=checkbox]:focus {
  box-shadow: none;
}
html[dir=rtl] .vr-setps-form .check-wrap label {
  margin: 0 !important;
  margin-right: 10px !important;
}
html[dir=rtl] .vr-setps-form .check-wrap label.error {
  bottom: -16px !important;
}
html[dir=rtl] .vr-setps-form .check-wrap .check-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
html[dir=rtl] .vr-setps-form .check-wrap .form-item {
  display: flex;
  align-items: center;
}
html[dir=rtl] .vr-setps-form .check-wrap .form-item label {
  margin-right: 10px !important;
}
html[dir=rtl] .vr-setps-form .webform-multiple-table .form-text {
  margin-bottom: 20px;
}
html[dir=rtl] .vr-setps-form .webform-multiple-add input[type=submit] {
  background-color: #FFFFFF;
  border-style: dashed;
  color: #607b7d;
}
html[dir=rtl] .vr-setps-form h6,
html[dir=rtl] .vr-setps-form p {
  font-size: 13px !important;
  color: #465765;
  margin-bottom: 20px;
  line-height: 16px;
}
html[dir=rtl] .vr-setps-form h5 {
  font-size: 13px !important;
  color: #465765;
  margin-bottom: 20px;
  line-height: 15px;
}
html[dir=rtl] .vr-setps-form p {
  margin-top: 20px;
  margin-bottom: 0;
}
html[dir=rtl] .vr-setps-form input[type=date] {
  text-transform: uppercase;
  position: relative;
}
html[dir=rtl] .vr-setps-form input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
html[dir=rtl] .vr-setps-form input[type=date]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #999;
}
html[dir=rtl] .vr-setps-form .note,
html[dir=rtl] .vr-setps-form .webform-element-description {
  font-style: italic;
  color: #b85d5b;
  line-height: 21px;
  margin-bottom: 20px;
  font-size: 0.8125rem;
  line-height: normal;
}
html[dir=rtl] .vr-setps-form table {
  margin: 0;
}
html[dir=rtl] .vr-setps-form table th {
  display: none;
}
html[dir=rtl] .vr-setps-form table tr {
  background-color: transparent;
  position: relative;
}
html[dir=rtl] .vr-setps-form table tr td {
  padding: 0;
}
html[dir=rtl] .vr-setps-form .webform-multiple-table--operations {
  position: absolute;
  right: -40px;
  top: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .vr-setps-form .webform-multiple-table--operations {
    right: 0;
    top: -10px;
  }
}
html[dir=rtl] .vr-setps-form .webform-multiple-table--operations input[type=image] {
  width: 20px;
  height: 20px !important;
  opacity: 0.8;
  padding: 0 !important;
  border-radius: 50%;
  border: 2px solid #5d5d5d !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .vr-setps-form .js-webform-radios {
  display: flex;
}
html[dir=rtl] .vr-setps-form .js-form-type-radio {
  display: flex;
  align-items: center;
}
html[dir=rtl] .vr-setps-form .js-form-type-radio input[type=radio] {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
html[dir=rtl] .vr-setps-form .js-form-type-radio label {
  margin-bottom: 0 !important;
  margin-left: 10px;
}
html[dir=rtl] .vr-setps-form #edit-actions-wizard-prev {
  margin-bottom: 20px;
}
html[dir=rtl] .vr-setps-form .description {
  margin-top: 10px;
}
html[dir=rtl] .vr-setps-form .vr-form-error-message {
  margin-bottom: 30px;
  color: #E52A10;
}
html[dir=rtl] .vr-setps-form .vr-form-error-message h2 {
  color: #E52A10;
}
html[dir=rtl] .vr-setps-form.next-step-btn-wrapper .vr-form-error-message {
  display: none;
}
html[dir=rtl] .form-select {
  font-size: 0.8125rem;
  border-radius: 3px;
  padding-right: 30px;
  height: 40px;
}
html[dir=rtl] .form-select:required:invalid {
  color: #b4bbc1;
}
html[dir=rtl] .form-select:focus {
  box-shadow: none;
  border-color: #b4bbc1;
}
html[dir=rtl] .form-select option {
  color: #465765;
}
html[dir=rtl] .inputDnD {
  position: relative;
}
html[dir=rtl] .inputDnD .btn {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  border: 1px solid rgba(71, 71, 71, 0.33);
  color: rgba(70, 87, 101, 0.5);
  background: rgba(217, 217, 217, 0.3);
  z-index: 2;
}
html[dir=rtl] .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 6em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  color: rgba(70, 87, 101, 0.7) !important;
}
html[dir=rtl] .inputDnD .form-control-file:before {
  content: attr(data-title);
  background-color: #FFFFFF;
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  padding-right: 130px;
  text-wrap: wrap;
  overflow: hidden;
}
html[dir=rtl] .inputDnD .form-file {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 100%;
}
html[dir=rtl] .inputDnD .form-submit {
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  background-color: #FFFFFF !important;
  color: rgba(70, 87, 101, 0.7) !important;
}
html[dir=rtl] .form-managed-file {
  position: relative;
}
html[dir=rtl] .form-managed-file .form-file {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 66px;
}
html[dir=rtl] .form-managed-file .form-submit {
  width: 100%;
  height: 66px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed rgba(70, 87, 101, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 5px;
  background-color: #FFFFFF !important;
  color: rgba(70, 87, 101, 0.7) !important;
}
html[dir=rtl] .form-managed-file .js-form-type-checkbox {
  display: flex;
  align-items: center;
}
html[dir=rtl] .form-managed-file .js-form-type-checkbox label {
  margin-bottom: 0 !important;
}
html[dir=rtl] .form-managed-file .check-wrap {
  margin: 10px 0;
}
html[dir=rtl] .ajax-progress {
  position: absolute;
  top: 40px;
  left: -30px;
}
html[dir=rtl] .log-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #F0F5F8;
}
html[dir=rtl] .log-wrapper .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .log-wrapper .container {
    position: static;
    transform: none;
  }
}
html[dir=rtl] .log-wrapper .logo-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  html[dir=rtl] .log-wrapper .logo-wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
html[dir=rtl] .log-wrapper .login-form-wrapper h5 {
  font-size: 18px;
  color: #465765;
  margin-bottom: 15px;
}
html[dir=rtl] .log-wrapper .login-form-wrapper h3 {
  color: #465765;
  margin-bottom: 20px;
}
html[dir=rtl] .log-wrapper .login-form-wrapper form {
  margin-top: 50px;
  margin-bottom: 50px;
}
html[dir=rtl] .log-wrapper .login-form-wrapper form .field {
  margin-bottom: 20px;
}
html[dir=rtl] .log-wrapper .login-form-wrapper form label {
  color: #465765;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
html[dir=rtl] .log-wrapper .login-form-wrapper form input[type=submit] {
  margin-top: 10px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
html[dir=rtl] .log-wrapper .login-form-wrapper a {
  font-size: 0.8125rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
html[dir=rtl] .log-wrapper .login-img-wrapper {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  html[dir=rtl] .log-wrapper .login-img-wrapper {
    display: none;
  }
}
html[dir=rtl] .log-wrapper .login-img-wrapper img {
  max-width: none;
  width: 100%;
}
html[dir=rtl] .error-msg-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .error-msg-wrapper {
    height: auto;
  }
}
html[dir=rtl] .error-msg-wrapper h2 {
  color: #FFFFFF;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
html[dir=rtl] .error-msg-wrapper p {
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: normal;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .logo-wrapper-txt .spotlight-content .container {
    position: static;
    padding-top: 50px;
  }
}
html[dir=rtl] .logo-wrapper-txt .spotlight-content h3 {
  width: 74%;
}
@media only screen and (max-width: 767px) {
  html[dir=rtl] .logo-wrapper-txt .logo-wrapper-block {
    height: auto;
  }
  html[dir=rtl] .logo-wrapper-txt .logo-wrapper-block .container {
    padding-top: 0;
  }
}
html[dir=rtl] .pager {
  margin: 0;
}
html[dir=rtl] .pager__item {
  list-style-type: none;
  text-align: center;
}
html[dir=rtl] .pager__item a {
  border: 1px solid #E52A10;
  padding: 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
html[dir=rtl] .captcha__title {
  display: none;
}
html[dir=rtl] .rm-link {
  color: #E52A10;
  position: relative;
  display: inline-flex;
  align-items: center;
}
html[dir=rtl] .rm-link::after {
  content: "";
  background: url(../image/link-icon-ar.svg) no-repeat right top/100%;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
html[dir=rtl] .rm-link:hover::after {
  animation: linkArrowAnim 0.5s ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes linkArrowAnim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(5px);
  }
}
html[dir=rtl] .form-item-type-of-services-other {
  margin-top: 20px;
}
html[dir=rtl] .iti {
  display: block;
}
html[dir=rtl] .webform-submission-form strong.error.form-item--error-message {
  margin-top: 10px;
  font-size: 12px;
}
html[dir=rtl] .vr-setps-form label {
  display: block;
}
html[dir=rtl] .vr-setps-form .iti {
  display: block;
}
html[dir=rtl] .vr-setps-form table[data-drupal-selector=edit-address-and-contact-person-items] .webform-multiple-table--operations, html[dir=rtl] .vr-setps-form table[data-drupal-selector=edit-list-of-companies-items] .webform-multiple-table--operations, html[dir=rtl] .vr-setps-form table[data-drupal-selector=edit-description-model-make-year-and-quantity-items] .webform-multiple-table--operations, html[dir=rtl] .vr-setps-form table[data-drupal-selector=edit-contracts-details-items] .webform-multiple-table--operations {
  top: 45px;
}

/*------------------------------------------------START custom styling----------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */