@charset "UTF-8";
@font-face {
  font-family: "IranYekan";
  font-style: "normal";
  font-weight: 400;
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Regular.eot");
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Regular.eot?#iefix") format("embedded-opentype"), url("fonts/yekanBakh/Yekan_Bakh_FA_Regular.woff") format("woff"), url("fonts/yekanBakh/Yekan_Bakh_FA_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IranYekan";
  font-style: "normal";
  font-weight: 700;
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Bold.eot");
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/yekanBakh/Yekan_Bakh_FA_Bold.woff") format("woff"), url("fonts/yekanBakh/Yekan_Bakh_FA_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IranYekan";
  font-style: "normal";
  font-weight: 900;
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Fat.eot");
  src: url("fonts/yekanBakh/Yekan_Bakh_FA_Fat.eot?#iefix") format("embedded-opentype"), url("fonts/yekanBakh/Yekan_Bakh_FA_Fat.woff") format("woff"), url("fonts/yekanBakh/Yekan_Bakh_FA_Fat.ttf") format("truetype");
}
@font-face {
  font-family: "icons";
  font-style: "normal";
  font-weight: 400;
  src: url("fonts/icons/icons.eot");
  src: url("fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons/icons.woff") format("woff"), url("fonts/icons/icons.ttf") format("truetype");
}
.icons {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
}

*:focus, *:active {
  outline: none !important;
}

a {
  text-decoration: none;
  outline: none;
  color: #404040;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

figure {
  margin-bottom: 0;
}

body {
  background: #FFF;
  color: #000;
  font-family: "IranYekan", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.transition-300 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.ltr {
  direction: ltr;
  text-align: left;
}

iframe {
  border: none;
  border-radius: 15px;
}

.section {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .section {
    margin-bottom: 60px;
  }
}

.section-title {
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .section-title {
    margin-bottom: 45px;
  }
}
.section-title .title {
  color: #275fa3;
  font-weight: 900 !important;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-title .title {
    font-size: 25px;
    font-size: 1.6483516484rem;
  }
}
@media (min-width: 992px) {
  .section-title .title {
    font-size: 30px;
    font-size: 2.0818875781rem;
  }
}
@media (min-width: 1800px) {
  .section-title .title {
    font-size: 32px;
    font-size: 2.4193548387rem;
  }
}
.section-title .sub-title {
  color: #6281a6;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
  /*@include media-breakpoint-down(sm) {
    text-align: justify;
  }*/
}
@media (max-width: 991.98px) {
  .section-title .sub-title {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .section-title .sub-title {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .section-title .sub-title {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}

.box {
  min-height: 50px;
  background: #FFF;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 10px #1e83ec42;
  -moz-box-shadow: 0 5px 10px #1e83ec42;
  box-shadow: 0 5px 10px #1e83ec42;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .box {
    transition: none;
  }
}
.box .box-content {
  padding: 30px;
}
.box .box-header {
  padding: 15px;
  position: relative;
}
.box .box-header:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.box .box-header .box-title {
  color: #6281a6;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .box .box-header .box-title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  .box .box-header .box-title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  .box .box-header .box-title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
.box .box-header .box-title .icons {
  color: #108bea;
  margin-left: 15px;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .box .box-header .box-title .icons {
    font-size: 19px;
    font-size: 1.2978585334rem;
  }
}
@media (min-width: 992px) {
  .box .box-header .box-title .icons {
    font-size: 20px;
    font-size: 1.387925052rem;
  }
}
@media (min-width: 1800px) {
  .box .box-header .box-title .icons {
    font-size: 22px;
    font-size: 1.6129032258rem;
  }
}
.box.hover-top-effect {
  top: 0;
}
.box.hover-top-effect:hover {
  top: -15px;
}
.box.hover-gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  background: #9721ff;
  background: -moz-linear-gradient(45deg, #9721ff 0%, #108bea 87%, #108bea 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #9721ff), color-stop(87%, #108bea), color-stop(100%, #108bea));
  background: -webkit-linear-gradient(45deg, #9721ff 0%, #108bea 87%, #108bea 100%);
  background: -o-linear-gradient(45deg, #9721ff 0%, #108bea 87%, #108bea 100%);
  background: -ms-linear-gradient(45deg, #9721ff 0%, #108bea 87%, #108bea 100%);
  background: linear-gradient(45deg, #9721ff 0%, #108bea 87%, #108bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9721ff", endColorstr="#108bea", GradientType=1 );
}
@media screen and (prefers-reduced-motion: reduce) {
  .box.hover-gradient:before {
    transition: none;
  }
}
.box.hover-gradient:hover:before {
  opacity: 1;
}

.btn {
  -webkit-box-shadow: 0 2px 5px #0000001f;
  -moz-box-shadow: 0 2px 5px #0000001f;
  box-shadow: 0 2px 5px #0000001f;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  -webkit-box-shadow: 0 3px 5px #00000042;
  -moz-box-shadow: 0 3px 5px #00000042;
  box-shadow: 0 3px 5px #00000042;
}

.gradient, #main-header.header-fixed:after, .other-pages #main-header:after, .btn-gradient, .box .box-header:after {
  background: #9524ff;
  background: -moz-linear-gradient(left, #9524ff 0%, #1389ea 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #9524ff), color-stop(100%, #1389ea));
  background: -webkit-linear-gradient(left, #9524ff 0%, #1389ea 100%);
  background: -o-linear-gradient(left, #9524ff 0%, #1389ea 100%);
  background: -ms-linear-gradient(left, #9524ff 0%, #1389ea 100%);
  background: linear-gradient(to right, #9524ff 0%, #1389ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9524ff", endColorstr="#1389ea", GradientType=1 );
}

.gradient-revert, #mobile-header:after, .btn-gradient:before {
  background: #1389ea;
  background: -moz-linear-gradient(left, #1389ea 0%, #9524ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1389ea), color-stop(100%, #9524ff));
  background: -webkit-linear-gradient(left, #1389ea 0%, #9524ff 100%);
  background: -o-linear-gradient(left, #1389ea 0%, #9524ff 100%);
  background: -ms-linear-gradient(left, #1389ea 0%, #9524ff 100%);
  background: linear-gradient(to right, #1389ea 0%, #9524ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1389ea", endColorstr="#9524ff", GradientType=1 );
}

.btn-gradient {
  border: none;
  color: #FFF;
  padding: 11px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .btn-gradient {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .btn-gradient {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .btn-gradient {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
.btn-gradient .text {
  position: relative;
  z-index: 99;
}
.btn-gradient:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn-gradient:before {
    transition: none;
  }
}
.btn-gradient:hover {
  color: #FFF;
}
.btn-gradient:hover:before {
  opacity: 1;
}

.form-section-title {
  color: #275fa3;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .form-section-title {
    font-size: 17px;
    font-size: 1.1680726801rem;
  }
}
@media (min-width: 992px) {
  .form-section-title {
    font-size: 18px;
    font-size: 1.2491325468rem;
  }
}
@media (min-width: 1800px) {
  .form-section-title {
    font-size: 20px;
    font-size: 1.4516129032rem;
  }
}

.form .form-element {
  position: relative;
  margin-bottom: 15px;
}
.form .form-element.required {
  position: relative;
}
.form .form-element.required:before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  color: #dc3545;
}
@media (max-width: 991.98px) {
  .form .form-element.required:before {
    font-size: 19px;
    font-size: 1.2978585334rem;
  }
}
@media (min-width: 992px) {
  .form .form-element.required:before {
    font-size: 20px;
    font-size: 1.387925052rem;
  }
}
@media (min-width: 1800px) {
  .form .form-element.required:before {
    font-size: 22px;
    font-size: 1.6129032258rem;
  }
}
.form .form-element .form-input, .form .form-element .select2 {
  display: block;
  width: 100% !important;
  height: 55px;
  border: none;
  background: #F1F4F8;
  color: #275fa3;
  padding: 20px 50px 20px 15px;
  resize: none;
  line-height: 1.55;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .form .form-element .form-input, .form .form-element .select2 {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .form .form-element .form-input, .form .form-element .select2 {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .form .form-element .form-input, .form .form-element .select2 {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
.form .form-element .form-input.without-icon, .form .form-element .select2.without-icon {
  padding: 20px 15px;
}
.form .form-element .form-input .select2-selection, .form .form-element .select2 .select2-selection {
  background: none;
  border: none;
}
.form .form-element .form-input.select2, .form .form-element .select2.select2 {
  padding: 13px 10px;
}
.form .form-element .form-input.select2 .select2-selection__arrow, .form .form-element .select2.select2 .select2-selection__arrow {
  top: 25%;
  left: 10px;
}
.form .form-element textarea {
  height: auto !important;
}
.form .form-element .icons {
  color: #ced4da;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .form .form-element .icons {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  .form .form-element .icons {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  .form .form-element .icons {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
.form .form-element label.error {
  position: absolute;
  left: 5px;
  top: -11px;
  color: #dc3545;
  font-size: 11px;
}
.form .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}
.form .custom-control .custom-control-label:before {
  left: auto;
  right: -1.5rem;
  top: -2px;
}
.form .custom-control .custom-control-label:after {
  left: auto;
  right: -1.5rem;
  top: -2px;
}
.form .form-btn {
  padding: 10px 30px;
}
@media (max-width: 991.98px) {
  .form .form-btn {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .form .form-btn {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .form .form-btn {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
.form ::-webkit-input-placeholder {
  /* Edge */
  color: #9EA4C4;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9EA4C4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.select2-dropdown {
  top: 8px;
  background-color: #F1F4F8 !important;
  border: 0 !important;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px !important;
}

.select2-results__option {
  padding: 15px !important;
  color: #275fa3;
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .select2-results__option {
    transition: none;
  }
}
.select2-results__option:first-child {
  border-radius: 10px 10px 0 0 !important;
}
.select2-results__option:last-child {
  border-radius: 0 0 10px 10px !important;
}

.select2-results__option--highlighted {
  background: #108bea !important;
}

.mini-loading {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/assets/img/loading.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.modal-backdrop {
  background: rgba(39, 95, 163, 0.9);
  z-index: 99999;
  opacity: 1 !important;
}

.modal {
  z-index: 999999;
}
@media (max-width: 991.98px) {
  .modal {
    padding-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .modal {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .modal .modal-dialog {
    max-width: 95%;
  }
}
.modal .modal-header .title {
  text-align: center;
  color: #275fa3;
  width: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .modal .modal-header .title {
    font-size: 20px;
    font-size: 1.3736263736rem;
  }
}
@media (min-width: 992px) {
  .modal .modal-header .title {
    font-size: 25px;
    font-size: 1.7349063151rem;
  }
}
@media (min-width: 1800px) {
  .modal .modal-header .title {
    font-size: 27px;
    font-size: 2.0161290323rem;
  }
}
.modal .modal-content {
  direction: rtl;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .modal .modal-content {
    margin-top: 50px;
  }
}
.modal .close-icon {
  width: 55px;
  height: 55px;
  background: #FFF;
  color: #275fa3;
  padding: 16px 0;
  text-align: center;
  font-size: 20px;
  position: fixed;
  left: 100px;
  top: 150px;
  cursor: pointer;
  transition: 300ms;
  border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal .close-icon {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .modal .close-icon {
    top: 100px;
    left: calc(50vw - 22px);
  }
}
@media (max-width: 767.98px) {
  .modal .close-icon {
    top: 30px;
  }
}
.modal .close-icon:hover {
  background: #f87635;
  color: #FFF;
}

.slick-dots {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin: 0;
}
.slick-dots li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-left: 8px;
}
.slick-dots li:last-child {
  margin-left: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #e9ecef;
  font-size: 0;
  border: 0;
  outline: none;
  padding: 0;
  -webkit-box-shadow: 0 2px 5px #00000045;
  -moz-box-shadow: 0 2px 5px #00000045;
  box-shadow: 0 2px 5px #00000045;
  border-radius: 50%;
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slick-dots li button {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.slick-dots li.slick-active button {
  width: 22px;
  background: #f87635;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .slick-dots li.slick-active button {
    width: 14px;
  }
}

.slick-arrow {
  position: absolute;
  top: calc(50vh - 25px);
  z-index: 9;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px #0000002e;
  -moz-box-shadow: 0 3px 10px #0000002e;
  box-shadow: 0 3px 10px #0000002e;
  text-shadow: 0 0 5px #00000073;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slick-arrow {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow:hover {
  background: #f87635;
  color: #FFF;
}
.slick-arrow.slick-prev {
  left: 30px;
  padding: 5px 5px 0 0;
}
.slick-arrow.slick-next {
  right: 30px;
  padding: 5px 0 0px 3px;
}

.paragraph {
  color: #6281a6;
  line-height: 2;
}
@media (max-width: 991.98px) {
  .paragraph {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .paragraph {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .paragraph {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}

.other-pages {
  padding: 145px 0 90px;
}
@media (max-width: 767.98px) {
  .other-pages {
    padding: 90px 0 60px;
  }
}
.other-pages #main-header {
  top: 0;
}
.other-pages .page-cover-header {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -70px;
  position: relative;
}
@media (max-width: 991.98px) {
  .other-pages .page-cover-header {
    height: 300px;
  }
}
.other-pages .page-cover-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(16, 51, 98, 0.7);
}
.other-pages .page-cover-header .page-cover-title {
  color: #FFF;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 9;
  top: 135px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .other-pages .page-cover-header .page-cover-title {
    font-size: 31px;
    font-size: 2.1505376344rem;
  }
}
@media (min-width: 992px) {
  .other-pages .page-cover-header .page-cover-title {
    font-size: 40px;
    font-size: 2.7758501041rem;
  }
}
@media (min-width: 1800px) {
  .other-pages .page-cover-header .page-cover-title {
    font-size: 42px;
    font-size: 3.2258064516rem;
  }
}
@media (max-width: 991.98px) {
  .other-pages .page-cover-header .page-cover-title {
    top: 60px;
  }
}
@media (max-width: 767.98px) {
  .other-pages .page-cover-header .page-cover-title {
    top: 100px;
  }
}
.other-pages .page-cover-items {
  margin-top: -190px;
}
@media (max-width: 991.98px) {
  .other-pages .page-cover-items {
    margin-top: -150px;
  }
}
@media (max-width: 767.98px) {
  .other-pages .page-cover-items {
    margin-top: -80px;
  }
}

.hidden {
  display: none;
}

#main-header {
  direction: rtl;
  text-align: right;
  width: 100%;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 999;
  transition: 500ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  #main-header {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #main-header {
    display: none;
  }
}
#main-header.header-fixed, .other-pages #main-header {
  background: #FFF;
  top: 0;
  padding: 15px 0;
}
#main-header.header-fixed:after, .other-pages #main-header:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main-header.header-fixed #phone, .other-pages #main-header #phone {
  background: #e9ecef;
  color: #275fa3;
}
#main-header .header-wrapper {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-header .navbar-menu {
  padding: 0;
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  #main-header .navbar-menu {
    transition: none;
  }
}
#main-header .navbar-menu li {
  margin-left: 20px;
  position: relative;
}
#main-header .navbar-menu li:last-child {
  margin-left: 0;
}
#main-header .navbar-menu li:hover {
  /*&:before {
    display: none;
  }*/
}
#main-header .navbar-menu li:hover > a {
  color: #f87635;
}
#main-header .navbar-menu li a {
  color: #275fa3;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #main-header .navbar-menu li a {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-header .navbar-menu li a {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #main-header .navbar-menu li a {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#main-header .navbar-menu li .icon-home {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
#main-header .navbar-menu li.active a {
  color: #f87635;
}
#main-header .navbar-menu li.has-submenu:before {
  content: "";
  font-family: "icons";
  color: #275fa3;
  font-size: 20px;
  position: absolute;
  bottom: -35px;
  right: calc(50% - 5px);
}
#main-header .navbar-menu li ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 48px;
  display: none;
  /*&:before {
    content: '\e805';
    font-family: 'icons';
    color: $_dark_blue;
    font-size: 20px;
    position: absolute;
    top: -15px;
    right: 10px;
  }*/
}
#main-header .navbar-menu li ul li {
  list-style-type: none;
  margin-left: 0;
}
#main-header .navbar-menu li ul li a {
  display: block;
  min-width: max-content;
  border-bottom: 1px solid #6281a6;
  padding: 15px 30px;
  color: #FFF;
  text-align: center;
  background: #275fa3;
}
@media (max-width: 991.98px) {
  #main-header .navbar-menu li ul li a {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-header .navbar-menu li ul li a {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-header .navbar-menu li ul li a {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#main-header .navbar-menu li ul li a:hover {
  color: #FFF;
  background: #255a9b;
}
#main-header #phone {
  direction: ltr;
  background: rgba(255, 255, 255, 0.5);
  color: #275fa3;
  padding: 6px 15px 2px;
  font-weight: 700;
  border-radius: 20px;
  /*&:hover {
    background: rgba(255, 255, 255, .5);
  }*/
}
@media (max-width: 991.98px) {
  #main-header #phone {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-header #phone {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #main-header #phone {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#main-header #phone .icons {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 991.98px) {
  #main-header #phone .icons {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-header #phone .icons {
    font-size: 13px;
    font-size: 0.9021512838rem;
  }
}
@media (min-width: 1800px) {
  #main-header #phone .icons {
    font-size: 15px;
    font-size: 1.0483870968rem;
  }
}
#main-header .login-to-shop {
  background: #f87635;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  padding: 7px 15px 3px;
  margin-right: 10px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  #main-header .login-to-shop {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-header .login-to-shop {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-header .login-to-shop {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}

#mobile-header {
  direction: rtl;
  background: #FFF;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  padding: 15px;
}
@media (min-width: 992px) {
  #mobile-header {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #mobile-header {
    padding: 20px 15px;
  }
}
#mobile-header:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#mobile-header #logo-bars {
  position: relative;
  z-index: 99;
}
#mobile-header #logo-bars .logo {
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #mobile-header #logo-bars .logo {
    width: 120px;
  }
}
#mobile-header #logo-bars .hamburger {
  margin-left: 15px;
  vertical-align: middle;
  margin-top: 2px;
}
#mobile-header #logo-bars .hamburger .hamburger-inner {
  background-color: #275fa3;
  width: 30px;
  height: 3px;
}
#mobile-header #logo-bars .hamburger .hamburger-inner:before, #mobile-header #logo-bars .hamburger .hamburger-inner:after {
  width: 30px;
  height: 3px;
  background-color: #275fa3;
}
#mobile-header #logo-bars #mobile-phone {
  color: #275fa3;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #mobile-header #logo-bars #mobile-phone {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #mobile-header #logo-bars #mobile-phone {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #mobile-header #logo-bars #mobile-phone {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #mobile-header #logo-bars #mobile-phone {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#mobile-header.open .hamburger.is-active .hamburger-inner, #mobile-header.open .hamburger.is-active .hamburger-inner::before, #mobile-header.open .hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}
#mobile-header .login-to-shop {
  background: #275fa3;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  display: block;
  width: fit-content;
  padding: 5px 15px 3px;
  margin-right: 12px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  #mobile-header .login-to-shop {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #mobile-header .login-to-shop {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #mobile-header .login-to-shop {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#mobile-header #mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  #mobile-header #mobile-menu {
    transition: none;
  }
}
#mobile-header #mobile-menu:after {
  content: "";
  font-family: "icons";
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 45vh;
  left: 25px;
}
#mobile-header #mobile-menu.open {
  right: 0;
  opacity: 1;
}
#mobile-header #mobile-menu #menu-content {
  height: 100%;
  width: 80%;
  background: #FFF;
  overflow: auto;
}
#mobile-header #mobile-menu #menu-content .menu-logo {
  width: 100px;
  display: block;
  margin: auto;
  padding: 15px 0;
}
#mobile-header #mobile-menu ul {
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 2px solid #dee2e6;
}
#mobile-header #mobile-menu ul li {
  list-style-type: none;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #mobile-header #mobile-menu ul li {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #mobile-header #mobile-menu ul li {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #mobile-header #mobile-menu ul li {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#mobile-header #mobile-menu ul li.active a {
  color: #f87635;
}
#mobile-header #mobile-menu ul li a {
  display: block;
  color: #275fa3;
  padding: 10px 15px;
  position: relative;
}
#mobile-header #mobile-menu ul li ul {
  padding-right: 20px;
  background: #f8f9fa;
  display: none;
  border-top: 0;
}
#mobile-header #mobile-menu ul li ul .icon-home {
  margin-left: 5px;
}
#mobile-header #mobile-menu ul li ul li a {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  #mobile-header #mobile-menu ul li ul li a {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #mobile-header #mobile-menu ul li ul li a {
    font-size: 13px;
    font-size: 0.9021512838rem;
  }
}
@media (min-width: 1800px) {
  #mobile-header #mobile-menu ul li ul li a {
    font-size: 15px;
    font-size: 1.0483870968rem;
  }
}
#mobile-header #mobile-menu ul li ul li ul li {
  margin-bottom: 5px;
}
#mobile-header #mobile-menu ul li ul li ul li a {
  color: #6c757d;
}
#mobile-header #mobile-menu ul li.has-submenu > a:before {
  display: inline-block;
  content: "";
  font-family: "icons";
  margin-left: 5px;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #mobile-header #mobile-menu ul li.has-submenu > a:before {
    transition: none;
  }
}
#mobile-header #mobile-menu ul li.open > a:before {
  transform: rotate(-90deg);
}

/*#mobile-header {
  direction: rtl;
  background: $_dark_blue;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: $_margin;

  @include media-breakpoint-up(lg) {
    display: none;
  }
  @include media-breakpoint-only(md) {
    padding: 20px $_margin;
  }

  #logo-bars {
    position: relative;
    z-index: 99;

    .logo {
      width: 100px;

      @include media-breakpoint-only(md) {
        width: 120px;
      }
    }
    .hamburger {
      margin-left: $_margin;
      vertical-align: text-top;
      margin-top: 2px;
    }
    #mobile-phone {
      color: #FFF;
      @include font-size(14);
    }

  } // #logo-bars

  #mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    //right: 0;
    z-index: 9;
    padding-top: 80px;
    opacity: 0;
    @include transition(300ms);

    background: rgba(149,36,255,1);
    background: -moz-linear-gradient(45deg, rgba(149,36,255,1) 0%, rgba(19,137,234,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(149,36,255,1)), color-stop(100%, rgba(19,137,234,1)));
    background: -webkit-linear-gradient(45deg, rgba(149,36,255,1) 0%, rgba(19,137,234,1) 100%);
    background: -o-linear-gradient(45deg, rgba(149,36,255,1) 0%, rgba(19,137,234,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(149,36,255,1) 0%, rgba(19,137,234,1) 100%);
    background: linear-gradient(45deg, rgba(149,36,255,1) 0%, rgba(19,137,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9524ff', endColorstr='#1389ea', GradientType=1 );

    &:after {
      content: "";
      display: block;
      width: 100%;
      height: 15%;
      position: absolute;
      bottom: 0;
      right: 0;
      background: url(/assets/img/logo-white.png) no-repeat center;
      opacity: 0.1;
    }
    &.open {
      right: 0;
      opacity: 1;
    }

    ul {
      margin: 0;
      padding: 0;

      li {
        list-style-type: none;
        color: #FFF;
        margin-bottom: 5px;
        font-weight: 700;
        @include font-size(14);

        &.active {
          a {
            background: linear-gradient(90deg, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .3) 100%);
          }
        }

        a {
          display: block;
          color: #FFF;
          padding: $_margin;

          &:hover {
            background: linear-gradient(90deg, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .3) 100%);
          }
        }

        ul {
          margin-right: $_margin*2;
          border-right: 1px solid #ebeef8;
        }

      } // li

    } // ul

  } // #mobile-menu

} */
#slideshow {
  height: 100vh;
  margin-bottom: 120px;
}
#slideshow:before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 991.98px) {
  #slideshow:before {
    display: none;
  }
}
#slideshow .item {
  position: relative;
  height: 100vh;
  z-index: 99;
}
#slideshow .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 9;
}
@media (min-width: 992px) {
  #slideshow .item:before {
    display: none;
  }
}
#slideshow .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#slideshow .item .content-wrapper {
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  #slideshow .item .content-wrapper {
    top: 30%;
  }
}
#slideshow .item .content {
  width: 45%;
}
@media (max-width: 991.98px) {
  #slideshow .item .content {
    width: 100%;
    text-align: center;
  }
}
#slideshow .item .content .title {
  color: #FFF;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-shadow: 0 1px 5px #0000007a;
}
@media (max-width: 991.98px) {
  #slideshow .item .content .title {
    font-size: 27px;
    font-size: 1.935483871rem;
  }
}
@media (min-width: 992px) {
  #slideshow .item .content .title {
    font-size: 36px;
    font-size: 2.4982650937rem;
  }
}
@media (min-width: 1800px) {
  #slideshow .item .content .title {
    font-size: 38px;
    font-size: 2.9032258065rem;
  }
}
#slideshow .item .content .description {
  color: #FFF;
  line-height: 2;
  text-align: justify;
  text-shadow: 0 1px 3px #0000007a;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  #slideshow .item .content .description {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #slideshow .item .content .description {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #slideshow .item .content .description {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#slideshow .item .content .btn {
  width: 250px;
  padding: 13px 30px;
}
#slideshow .slick-dots {
  top: -60px;
  /*@include media-breakpoint-up(lg) {
    display: none !important;
  }*/
}
#slideshow .slick-dots li button {
  background: #FFF;
}
#slideshow .slick-dots li.slick-active button {
  background: #108bea;
}

#services .box {
  cursor: pointer;
}
#services .box:hover .title, #services .box:hover .description {
  color: #FFF;
}
#services .box .title {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #275fa3;
  font-weight: 700;
  position: relative;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  /*@include media-breakpoint-down(sm) {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }*/
}
@media screen and (prefers-reduced-motion: reduce) {
  #services .box .title {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #services .box .title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #services .box .title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #services .box .title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
@media (max-width: 767.98px) {
  #services .box .title {
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
#services .box .description {
  line-height: 2;
  height: 120px;
  overflow: hidden;
  color: #6281a6;
  text-align: justify;
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  #services .box .description {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #services .box .description {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #services .box .description {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (max-width: 767.98px) {
  #services .box .description {
    height: 135px;
  }
}
#services .box .icon {
  width: 65px;
  height: 65px;
  padding: 5px;
  background: #fff;
  border-bottom: 2px solid #f87635;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: 99;
  -webkit-box-shadow: 0 2px 10px #1e83ec30;
  -moz-box-shadow: 0 2px 10px #1e83ec30;
  box-shadow: 0 2px 10px #1e83ec30;
  border-radius: 10px;
  /*@include media-breakpoint-down(sm) {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    right: auto;
    left: 15px;
  }*/
}
@media (max-width: 767.98px) {
  #services .box .icon {
    width: 55px;
    height: 55px;
    top: 10px;
    right: -10px;
  }
}

#more-service-details .img-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#more-service-details .img {
  width: 60px;
  height: 60px;
}
#more-service-details .title {
  color: #275fa3;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #more-service-details .title {
    font-size: 17px;
    font-size: 1.1680726801rem;
  }
}
@media (min-width: 992px) {
  #more-service-details .title {
    font-size: 18px;
    font-size: 1.2491325468rem;
  }
}
@media (min-width: 1800px) {
  #more-service-details .title {
    font-size: 20px;
    font-size: 1.4516129032rem;
  }
}

#features {
  position: relative;
}
#features:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  #features:before {
    background-size: cover;
  }
}
#features #features-slider {
  margin: -15px;
}
#features #features-slider .item {
  padding: 15px 0 30px;
}
#features .box {
  margin: 0 15px;
  cursor: pointer;
}
#features .box:hover .title, #features .box:hover .description {
  color: #FFF;
}
#features .box:hover .icon {
  filter: brightness(0) invert(1);
}
#features .box .title {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  position: relative;
  z-index: 99;
  color: #275fa3;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #features .box .title {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #features .box .title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #features .box .title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #features .box .title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
@media (max-width: 767.98px) {
  #features .box .title {
    height: 30px;
  }
}
#features .box .description {
  color: #6281a6;
  text-align: justify;
  line-height: 2;
  height: 210px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  #features .box .description {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #features .box .description {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #features .box .description {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (max-width: 767.98px) {
  #features .box .description {
    height: 110px;
  }
}
#features .box .icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  #features .box .icon {
    margin-bottom: 15px;
  }
}

#customers {
  position: relative;
}
#customers:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/left-pattern.png") no-repeat right;
  position: absolute;
  left: 0;
}
@media (max-width: 767.98px) {
  #customers:before {
    background-size: cover;
  }
}
#customers #customers-slider {
  margin: -15px;
}
#customers #customers-slider .item {
  padding: 15px 0 30px;
}
#customers .box {
  margin: 0 15px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #customers .box {
    margin: 0 10px;
  }
}
#customers .box:hover .title {
  color: #275fa3;
}
#customers .box:hover .icon {
  filter: grayscale(0);
}
#customers .box .box-content {
  padding: 30px 5px;
}
#customers .box .title {
  height: 30px;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  #customers .box .title {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #customers .box .title {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #customers .box .title {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
@media (min-width: 992px) {
  #customers .box .title {
    color: #6c757d;
  }
}
@media (max-width: 767.98px) {
  #customers .box .title {
    margin-bottom: 0;
  }
}
#customers .box .icon {
  width: 100px;
  margin: 0 auto 15px auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #customers .box .icon {
    transition: none;
  }
}
@media (min-width: 992px) {
  #customers .box .icon {
    filter: grayscale(1);
  }
}
@media (max-width: 767.98px) {
  #customers .box .icon {
    width: 80px;
  }
}

#check-warranty .box {
  height: 180px;
  background: url("/assets/img/check-warranty.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 768px) {
  #check-warranty .box {
    display: block;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #check-warranty .box {
    background: none;
    height: 220px;
  }
}
#check-warranty .box .box-content {
  padding: 30px 30px 0px 30px;
}
@media (max-width: 767.98px) {
  #check-warranty .box .box-content {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  #check-warranty .header {
    margin-right: -45px;
  }
}
#check-warranty .title {
  font-weight: 900;
  color: #275fa3;
}
@media (max-width: 991.98px) {
  #check-warranty .title {
    font-size: 25px;
    font-size: 1.6483516484rem;
  }
}
@media (min-width: 992px) {
  #check-warranty .title {
    font-size: 30px;
    font-size: 2.0818875781rem;
  }
}
@media (min-width: 1800px) {
  #check-warranty .title {
    font-size: 32px;
    font-size: 2.4193548387rem;
  }
}
@media (max-width: 767.98px) {
  #check-warranty .title {
    text-align: center;
  }
}
#check-warranty .sub-title {
  color: #6281a6;
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  #check-warranty .sub-title {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #check-warranty .sub-title {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #check-warranty .sub-title {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
@media (max-width: 767.98px) {
  #check-warranty .sub-title {
    text-align: center;
  }
}
#check-warranty .form {
  direction: ltr;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  #check-warranty .form {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#check-warranty .form input {
  min-width: 200px;
  margin-right: 15px;
  color: #275fa3;
  border: 1px solid #108bea;
  text-transform: uppercase;
  padding: 4px 10px 0 10px;
}
@media (max-width: 767.98px) {
  #check-warranty .form input {
    width: 180px;
    min-width: unset;
    margin-right: 0;
  }
}
#check-warranty .form input:focus {
  -webkit-box-shadow: 0 5px 10px #1e83ec42;
  -moz-box-shadow: 0 5px 10px #1e83ec42;
  box-shadow: 0 5px 10px #1e83ec42;
}
#check-warranty .form ::-webkit-input-placeholder {
  /* Edge */
  color: #275fa3;
}
#check-warranty .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #275fa3;
}

#posts {
  position: relative;
}
#posts:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  #posts:before {
    background-size: cover;
  }
}
#posts #posts-slider {
  margin: -15px;
}
#posts #posts-slider .item {
  padding: 15px 0 30px;
}
#posts .box {
  margin: 0 15px;
  padding: 0;
}
#posts .box:hover .post-img:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#posts .box .content {
  padding: 15px 30px;
}
#posts .box .post-img {
  position: relative;
}
#posts .box .post-img:after {
  content: "";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(16, 139, 234, 0.5);
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.2s ease-in-out;
  border-radius: 15px 15px 0 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  #posts .box .post-img:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #posts .box .post-img:after {
    font-size: 31px;
    font-size: 2.1505376344rem;
  }
}
@media (min-width: 992px) {
  #posts .box .post-img:after {
    font-size: 40px;
    font-size: 2.7758501041rem;
  }
}
@media (min-width: 1800px) {
  #posts .box .post-img:after {
    font-size: 42px;
    font-size: 3.2258064516rem;
  }
}
@media (max-width: 991.98px) {
  #posts .box .post-img:after {
    display: none;
  }
}
#posts .box .post-img img {
  border-radius: 15px 15px 0 0;
}
#posts .box .title {
  height: 60px;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #posts .box .title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #posts .box .title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #posts .box .title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
@media (max-width: 767.98px) {
  #posts .box .title {
    height: 55px;
  }
}
#posts .box .title a {
  color: #275fa3;
}
#posts .box .details {
  display: flex;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  #posts .box .details {
    margin-top: 15px;
  }
}
#posts .box .details .det {
  margin-left: 30px;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #posts .box .details .det {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #posts .box .details .det {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #posts .box .details .det {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#posts .box .details .det .icons {
  display: inline-block;
  margin-left: 5px;
  color: #adb5bd;
  vertical-align: bottom;
}

#questions .box, #questions-page .box {
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #questions .box, #questions-page .box {
    min-height: auto;
  }
}
#questions .box:before, #questions-page .box:before {
  content: "";
  display: block;
  width: 75%;
  height: 105%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/assets/img/questions.png") no-repeat center;
  background-size: cover;
  border-radius: 17px;
}
@media (max-width: 767.98px) {
  #questions .box:before, #questions-page .box:before {
    display: none;
  }
}
#questions .box:after, #questions-page .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(80deg, rgba(255, 255, 255, 0) 0%, white 65%);
  border-radius: 0 15px 15px;
}
#questions .box .section-title, #questions-page .box .section-title {
  margin-bottom: 30px;
}
#questions .box .title, #questions-page .box .title {
  text-align: right;
}
#questions #questions-content, #questions-page #questions-content {
  position: relative;
  z-index: 99;
}
#questions #questions-content #questions-accordion, #questions-page #questions-content #questions-accordion {
  width: 55%;
}
@media (max-width: 991.98px) {
  #questions #questions-content #questions-accordion, #questions-page #questions-content #questions-accordion {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  #questions #questions-content #questions-accordion, #questions-page #questions-content #questions-accordion {
    width: 100%;
  }
}
#questions #questions-content #questions-accordion .title, #questions-page #questions-content #questions-accordion .title {
  color: #275fa3;
  font-weight: 700;
  padding: 15px 15px 5px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #questions #questions-content #questions-accordion .title, #questions-page #questions-content #questions-accordion .title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #questions #questions-content #questions-accordion .title, #questions-page #questions-content #questions-accordion .title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #questions #questions-content #questions-accordion .title, #questions-page #questions-content #questions-accordion .title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#questions #questions-content #questions-accordion .title:before, #questions-page #questions-content #questions-accordion .title:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #275fa3;
  position: absolute;
  right: -5px;
  top: 23px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  #questions #questions-content #questions-accordion .title:before, #questions-page #questions-content #questions-accordion .title:before {
    width: 8px;
    height: 8px;
    right: 0;
    top: 22px;
  }
}
#questions #questions-content #questions-accordion .body, #questions-page #questions-content #questions-accordion .body {
  color: #6c757d;
  line-height: 2;
  height: 115px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #questions #questions-content #questions-accordion .body, #questions-page #questions-content #questions-accordion .body {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #questions #questions-content #questions-accordion .body, #questions-page #questions-content #questions-accordion .body {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #questions #questions-content #questions-accordion .body, #questions-page #questions-content #questions-accordion .body {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}

#questions-page {
  position: relative;
}
#questions-page:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  right: 0;
  top: 10%;
}
@media (max-width: 767.98px) {
  #questions-page:before {
    background-size: cover;
  }
}
#questions-page #questions-content {
  position: relative;
  z-index: 99;
  background: #FFF;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 10px #1e83ec42;
  -moz-box-shadow: 0 5px 10px #1e83ec42;
  box-shadow: 0 5px 10px #1e83ec42;
  padding: 30px;
  border-radius: 15px;
}
#questions-page #questions-content #questions-accordion {
  width: 100%;
}

#main-footer {
  direction: rtl;
  text-align: right;
  color: #fff;
  min-height: 400px;
  background: url("/assets/img/footer.png") no-repeat;
  background-size: cover;
}
#main-footer .footer-section {
  padding-top: 60px;
  padding-bottom: 15px;
}
#main-footer .footer-section .footer-title {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .footer-title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .footer-title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .footer-title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#main-footer .footer-section.contact-details {
  padding-right: 30px;
  padding-left: 30px;
  background: rgba(89, 101, 157, 0.5);
  border-radius: 0 0 15px 15px;
}
#main-footer .footer-section.contact-details ul {
  margin: 45px 0 0 0;
  padding: 0;
}
#main-footer .footer-section.contact-details ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
  line-height: 2;
}
#main-footer .footer-section.contact-details ul li .value {
  color: #FFF;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section.contact-details ul li .value {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section.contact-details ul li .value {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section.contact-details ul li .value {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (max-width: 991.98px) {
  #main-footer .footer-section.contact-details ul li .value.number {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section.contact-details ul li .value.number {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section.contact-details ul li .value.number {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#main-footer .footer-section.contact-details ul li .icons {
  position: absolute;
  right: 0;
  top: 2px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section.contact-details ul li .icons {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section.contact-details ul li .icons {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section.contact-details ul li .icons {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#main-footer .footer-section.contact-details ul li.socials {
  padding-right: 0;
}
#main-footer .footer-section.contact-details ul li.socials .value {
  margin-left: 20px;
}
#main-footer .footer-section.contact-details ul li.socials .icons {
  position: static;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section.contact-details ul li.socials .icons {
    font-size: 17px;
    font-size: 1.1680726801rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section.contact-details ul li.socials .icons {
    font-size: 18px;
    font-size: 1.2491325468rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section.contact-details ul li.socials .icons {
    font-size: 20px;
    font-size: 1.4516129032rem;
  }
}
#main-footer .footer-section.contact-details ul li.socials .icons:hover {
  opacity: 0.5;
}
#main-footer .footer-section .links {
  padding: 0;
  margin-bottom: 45px;
}
#main-footer .footer-section .links li {
  list-style-type: none;
  margin-bottom: 20px;
}
#main-footer .footer-section .links li a {
  color: #FFF;
  opacity: 0.7;
  position: relative;
  right: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #main-footer .footer-section .links li a {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .links li a {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .links li a {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .links li a {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#main-footer .footer-section .links li a:before {
  content: "";
  font-family: "icons";
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .links li a:before {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .links li a:before {
    font-size: 10px;
    font-size: 0.693962526rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .links li a:before {
    font-size: 12px;
    font-size: 0.8064516129rem;
  }
}
#main-footer .footer-section .links li a:hover {
  right: 5px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  #main-footer .footer-section.register-section {
    padding-top: 0;
  }
}
#main-footer .footer-section .register {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .register {
    margin-bottom: 15px;
  }
}
#main-footer .footer-section .register .input {
  border: none;
  width: 100%;
  background: rgba(89, 101, 157, 0.9);
  height: 50px;
  padding: 10px 10px 10px 35px;
  text-align: left;
  direction: ltr;
  color: #dee2e6;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .register .input {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .register .input {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .register .input {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#main-footer .footer-section .register .icons {
  position: absolute;
  left: 10px;
  top: 14px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .register .icons {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .register .icons {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .register .icons {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#main-footer .footer-section .register .btn {
  width: 70px;
  border: 1px solid #adb5bd;
  padding: 5px 10px;
  background: rgba(89, 101, 157, 0.9);
  color: #dee2e6;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: none;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .register .btn {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .register .btn {
    font-size: 10px;
    font-size: 0.693962526rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .register .btn {
    font-size: 12px;
    font-size: 0.8064516129rem;
  }
}
#main-footer .footer-section .register .btn:hover, #main-footer .footer-section .register .btn.active {
  border-color: transparent;
  background: #f8f9fa;
  color: #275fa3;
}
#main-footer .footer-section .register .btn .loading {
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("/assets/img/loading.svg") no-repeat center;
  background-size: contain;
  display: none;
}
#main-footer .footer-section .register #message {
  position: absolute;
  top: -20px;
  left: 10px;
  margin: 0;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 991.98px) {
  #main-footer .footer-section .register #message {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-section .register #message {
    font-size: 11px;
    font-size: 0.7633587786rem;
  }
}
@media (min-width: 1800px) {
  #main-footer .footer-section .register #message {
    font-size: 13px;
    font-size: 0.8870967742rem;
  }
}
#main-footer .footer-section .register #message.done {
  display: none;
}
#main-footer .footer-section .register #message.fail {
  display: none;
}
#main-footer .footer-section .register ::-webkit-input-placeholder {
  /* Edge */
  color: #adb5bd;
}
#main-footer .footer-section .register :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adb5bd;
}
#main-footer .footer-section .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-footer .footer-section .logos a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 130px;
  background: #FFF;
  padding: 10px;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 3px 10px #00000029;
  -moz-box-shadow: 0 3px 10px #00000029;
  box-shadow: 0 3px 10px #00000029;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
@media screen and (prefers-reduced-motion: reduce) {
  #main-footer .footer-section .logos a {
    transition: none;
  }
}
#main-footer .footer-section .logos a:hover {
  top: -3px;
}
#main-footer #footer-bottom {
  padding: 20px 15px 15px;
  background: #FFF;
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
}
#main-footer #footer-bottom .copy-right {
  color: #6281a6;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #main-footer #footer-bottom .copy-right {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer #footer-bottom .copy-right {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-footer #footer-bottom .copy-right {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#main-footer #footer-bottom .sai {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #275fa3;
}
@media (max-width: 991.98px) {
  #main-footer #footer-bottom .sai {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #main-footer #footer-bottom .sai {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #main-footer #footer-bottom .sai {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (max-width: 767.98px) {
  #main-footer #footer-bottom .sai {
    margin-top: 10px;
  }
}
#main-footer #footer-bottom .sai:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/assets/img/sai.png") no-repeat center;
  background-size: contain;
  vertical-align: bottom;
  margin-left: 5px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.article img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.article .article-content {
  padding: 20px;
}
.article .article-title {
  color: #275fa3;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 991.98px) {
  .article .article-title {
    font-size: 19px;
    font-size: 1.2978585334rem;
  }
}
@media (min-width: 992px) {
  .article .article-title {
    font-size: 20px;
    font-size: 1.387925052rem;
  }
}
@media (min-width: 1800px) {
  .article .article-title {
    font-size: 22px;
    font-size: 1.6129032258rem;
  }
}
@media (max-width: 1199.98px) {
  .article .article-title {
    white-space: normal;
    text-overflow: unset;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .article .article-title {
    margin-bottom: 5px;
  }
}
.article .article-title a {
  color: #275fa3;
}
.article .article-text {
  color: #6281a6;
  line-height: 2.2;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .article .article-text {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .article .article-text {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  .article .article-text {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (min-width: 1200px) {
  .article .article-text {
    height: 100px;
  }
}
@media (max-width: 1799.98px) {
  .article .article-text {
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .article .article-text {
    height: 120px;
  }
}
.article .article-details {
  margin-top: 30px;
}
.article .article-details ul {
  padding: 0;
  margin: 0;
}
.article .article-details ul li {
  list-style: none;
  color: #9EA4C4;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .article .article-details ul li {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .article .article-details ul li {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  .article .article-details ul li {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
.article .article-details ul li .icon {
  margin-left: 5px;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .article .article-details ul li .icon {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .article .article-details ul li .icon {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .article .article-details ul li .icon {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
.article .more {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .article .more {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .article .more {
    font-size: 10px;
    font-size: 0.693962526rem;
  }
}
@media (min-width: 1800px) {
  .article .more {
    font-size: 12px;
    font-size: 0.8064516129rem;
  }
}

#article .article-title {
  overflow: visible;
  white-space: unset;
  height: auto;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #article .article-title {
    font-size: 17px;
    font-size: 1.2087912088rem;
  }
}
@media (min-width: 992px) {
  #article .article-title {
    font-size: 22px;
    font-size: 1.5267175573rem;
  }
}
@media (min-width: 1800px) {
  #article .article-title {
    font-size: 24px;
    font-size: 1.7741935484rem;
  }
}
#article .category {
  display: block;
  color: #6281a6;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #article .category {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #article .category {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #article .category {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#article .category:hover {
  color: #275fa3;
}
#article .article-text {
  height: auto;
  overflow: visible;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #article .article-text {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #article .article-text {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #article .article-text {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#article .article-text p {
  line-height: 2.2;
}
#article .article-text blockquote {
  margin: 20px 0;
  padding: 10px 30px;
  background: #ECEEF7;
  color: #626A98;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #article .article-text blockquote {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #article .article-text blockquote {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #article .article-text blockquote {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#article .article-text blockquote:before {
  content: "";
  font-family: "icons";
  margin-left: 15px;
}
#article .article-text ul, #article .article-text ol {
  padding-right: 20px;
  margin: 15px 0;
}
@media (max-width: 767.98px) {
  #article .article-text ul, #article .article-text ol {
    padding: 0;
  }
}
#article .article-text ul li, #article .article-text ol li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #626A98;
}
#article .article-text ul li:before, #article .article-text ol li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #626A98;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  border-radius: 50%;
}
#article .article-text img {
  border-radius: 15px;
}
#article .article-details {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: flex-start;
  direction: ltr;
}
#article .article-details #share {
  position: relative;
}
#article .article-details #share.active .share-btn {
  background: #275fa3;
  color: #FFF;
  border-radius: 50% 0 0 50%;
}
#article .article-details #share.active .share-icons {
  border-right-width: 1px;
  width: 200px;
}
#article .article-details #share .share-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #275fa3;
  text-align: center;
  padding-top: 13px;
  padding-right: 2px;
  color: #275fa3;
  cursor: pointer;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce) {
  #article .article-details #share .share-btn {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #article .article-details #share .share-btn {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #article .article-details #share .share-btn {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #article .article-details #share .share-btn {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#article .article-details #share .share-btn:hover {
  background: #275fa3;
  color: #FFF;
}
#article .article-details #share .share-icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #FFF;
  border: 1px solid #275fa3;
  border-left: 0;
  border-right-width: 0;
  direction: ltr;
  text-align: left;
  width: 0;
  height: 50px;
  position: absolute;
  top: 0;
  left: 49px;
  margin: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 0 30px 30px 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  #article .article-details #share .share-icons {
    transition: none;
  }
}
#article .article-details #share .share-icons .item {
  color: #adb5bd;
}
@media (max-width: 991.98px) {
  #article .article-details #share .share-icons .item {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #article .article-details #share .share-icons .item {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #article .article-details #share .share-icons .item {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#article .article-details #share .share-icons .item:hover {
  color: #275fa3;
}
#article .article-details ul {
  padding: 0;
  margin: 0;
  direction: rtl;
}
#article .article-details ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  #article .article-details ul li {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #article .article-details ul li {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #article .article-details ul li {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#article .article-details ul li .icons {
  margin-left: 5px;
  vertical-align: bottom;
}

#last-posts {
  padding: 0;
}
#last-posts .last-post {
  border-bottom: 1px solid #F2F2F2;
}
#last-posts .last-post:last-child {
  border-bottom: 0;
}
#last-posts .last-post:hover a {
  background: rgba(148, 153, 182, 0.15);
}
#last-posts .last-post:hover:last-child a {
  border-radius: 0 0 10px 10px;
}
#last-posts .last-post a {
  display: block;
  padding: 15px 30px;
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  #last-posts .last-post a {
    transition: none;
  }
}
#last-posts .last-post .title {
  color: #275fa3;
  line-height: 1.5;
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #last-posts .last-post .title {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #last-posts .last-post .title {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #last-posts .last-post .title {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
#last-posts .last-post img {
  margin-top: 3px;
  border-radius: 0.25rem;
}
#last-posts .last-post .details ul {
  padding: 0;
  margin: 0;
}
#last-posts .last-post .details ul li {
  list-style: none;
  color: #adb5bd;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  #last-posts .last-post .details ul li {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #last-posts .last-post .details ul li {
    font-size: 10px;
    font-size: 0.693962526rem;
  }
}
@media (min-width: 1800px) {
  #last-posts .last-post .details ul li {
    font-size: 12px;
    font-size: 0.8064516129rem;
  }
}
#last-posts .last-post .details ul li .icons {
  margin-left: 5px;
  vertical-align: bottom;
}

.pagination ul {
  padding: 0;
  margin: 0;
  text-align: center;
  direction: ltr;
}
.pagination ul li {
  list-style-type: none;
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .pagination ul li {
    display: none;
  }
}
.pagination ul li a, .pagination ul li span {
  border: 1px solid transparent;
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px 15px 10px;
  background: #FFF;
  color: #7B7DA3;
  -webkit-box-shadow: 0 3px 17px rgba(0, 93, 255, 0.1);
  -moz-box-shadow: 0 3px 17px rgba(0, 93, 255, 0.1);
  box-shadow: 0 3px 17px rgba(0, 93, 255, 0.1);
  transition: 300ms;
  border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .pagination ul li a, .pagination ul li span {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .pagination ul li a, .pagination ul li span {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .pagination ul li a, .pagination ul li span {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  .pagination ul li a, .pagination ul li span {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
@media (max-width: 991.98px) {
  .pagination ul li.active, .pagination ul li:hover {
    display: inline-block;
  }
}
.pagination ul li.active a, .pagination ul li:hover a {
  border-color: #108bea;
  color: #108bea;
}
@media (max-width: 991.98px) {
  .pagination ul li:first-child {
    display: inline-block;
  }
}
.pagination ul li:first-child a {
  padding: 14px 3px 0 0;
  background: #9499B6;
  color: #FFF;
}
.pagination ul li:first-child a:hover {
  border-color: transparent;
  background: #828bb6;
}
@media (max-width: 991.98px) {
  .pagination ul li:last-child {
    display: inline-block;
  }
}
.pagination ul li:last-child a {
  padding: 14px 0 0 2px;
  background: #108bea;
  color: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(91, 190, 255, 0.5);
  -moz-box-shadow: 0 3px 6px rgba(91, 190, 255, 0.5);
  box-shadow: 0 3px 6px rgba(91, 190, 255, 0.5);
}
.pagination ul li:last-child a:hover {
  background: #2953ff;
}

.categories {
  padding: 0;
  margin: 0;
}
.categories li {
  list-style-type: none;
  margin-bottom: 15px;
}
.categories li:last-child {
  margin-bottom: 0;
}
.categories li a {
  display: block;
  color: #A5AACB;
  padding-right: 15px;
  position: relative;
  line-height: 2;
  transition: 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .categories li a {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .categories li a {
    font-size: 14px;
    font-size: 0.9733939001rem;
  }
}
@media (min-width: 992px) {
  .categories li a {
    font-size: 15px;
    font-size: 1.040943789rem;
  }
}
@media (min-width: 1800px) {
  .categories li a {
    font-size: 17px;
    font-size: 1.2096774194rem;
  }
}
.categories li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #A5AACB;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  right: -5px;
  top: 12px;
  transition: 300ms;
  border-radius: 50%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .categories li a:before {
    transition: none;
  }
}
.categories li a:hover {
  color: #275fa3;
}
.categories li a:hover:before {
  background: #275fa3;
}

.tags {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  list-style-type: none;
  margin: 0 0 10px 10px;
  display: flex;
  min-width: fit-content;
}
.tags li a {
  color: #9499B6;
  border: 1px solid #9499B6;
  padding: 10px 15px;
  line-height: 1;
  transition: 300ms;
  border-radius: 20px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .tags li a {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .tags li a {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .tags li a {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  .tags li a {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
.tags li a:hover {
  border-color: #275fa3;
  color: #275fa3;
}

#galleries {
  position: relative;
}
#galleries:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  #galleries:before {
    background-size: cover;
  }
}
#galleries .box:hover .gallery-img:after {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#galleries .box .content {
  padding: 15px 30px;
}
#galleries .box .gallery-img {
  position: relative;
}
#galleries .box .gallery-img:after {
  content: "";
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(16, 139, 234, 0.5);
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transition: all 0.2s ease-in-out;
  border-radius: 15px 15px 0 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  #galleries .box .gallery-img:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #galleries .box .gallery-img:after {
    font-size: 31px;
    font-size: 2.1505376344rem;
  }
}
@media (min-width: 992px) {
  #galleries .box .gallery-img:after {
    font-size: 40px;
    font-size: 2.7758501041rem;
  }
}
@media (min-width: 1800px) {
  #galleries .box .gallery-img:after {
    font-size: 42px;
    font-size: 3.2258064516rem;
  }
}
@media (max-width: 991.98px) {
  #galleries .box .gallery-img:after {
    display: none;
  }
}
#galleries .box .gallery-img img {
  border-radius: 15px 15px 0 0;
}
#galleries .box .title {
  height: 60px;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  #galleries .box .title {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #galleries .box .title {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #galleries .box .title {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
@media (max-width: 767.98px) {
  #galleries .box .title {
    height: 55px;
  }
}
#galleries .box .title a {
  color: #275fa3;
}
#galleries .box .details {
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  #galleries .box .details {
    margin-top: 15px;
  }
}
#galleries .box .details .det {
  margin-left: 30px;
  color: #6c757d;
}
@media (max-width: 991.98px) {
  #galleries .box .details .det {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #galleries .box .details .det {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #galleries .box .details .det {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#galleries .box .details .det .icons {
  display: inline-block;
  margin-left: 5px;
  color: #adb5bd;
  vertical-align: bottom;
}

#gallery-items .item {
  position: relative;
  display: block;
  cursor: pointer;
}
#gallery-items .item:hover:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#gallery-items .item:hover:after {
  display: none;
}
#gallery-items .item:before {
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(16, 139, 234, 0.5);
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
@media screen and (prefers-reduced-motion: reduce) {
  #gallery-items .item:before {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #gallery-items .item:before {
    font-size: 31px;
    font-size: 2.1505376344rem;
  }
}
@media (min-width: 992px) {
  #gallery-items .item:before {
    font-size: 40px;
    font-size: 2.7758501041rem;
  }
}
@media (min-width: 1800px) {
  #gallery-items .item:before {
    font-size: 42px;
    font-size: 3.2258064516rem;
  }
}
@media (max-width: 991.98px) {
  #gallery-items .item:before {
    background: rgba(16, 139, 234, 0.2);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
#gallery-items .item:after {
  font-family: "icons";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  #gallery-items .item:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #gallery-items .item:after {
    font-size: 31px;
    font-size: 2.1505376344rem;
  }
}
@media (min-width: 992px) {
  #gallery-items .item:after {
    font-size: 40px;
    font-size: 2.7758501041rem;
  }
}
@media (min-width: 1800px) {
  #gallery-items .item:after {
    font-size: 42px;
    font-size: 3.2258064516rem;
  }
}
#gallery-items .item.image:before {
  content: "";
}
#gallery-items .item.video:before, #gallery-items .item.video:after {
  content: "";
}
#gallery-items .item img {
  border-radius: 15px;
}

#video-wrapper {
  background: url("/assets/img/loading.svg") no-repeat center !important;
}
@media (min-width: 768px) {
  #video-wrapper {
    min-height: 400px;
  }
}

#about-us {
  position: relative;
}
#about-us:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  #about-us:before {
    background-size: cover;
  }
}
#about-us #customers:before {
  display: none;
}
#about-us #board-of-directors-slider {
  margin: -15px;
}
#about-us #board-of-directors-slider .item {
  padding: 15px 0 30px;
}
#about-us #board-of-directors-slider .box {
  margin: 0 15px;
  text-align: center;
}
#about-us #board-of-directors-slider .box .box-content {
  padding: 15px;
}
#about-us #board-of-directors-slider .box .image {
  margin: 0 auto 15px auto;
  border-radius: 0.25rem;
}
#about-us #board-of-directors-slider .box .name {
  color: #275fa3;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #about-us #board-of-directors-slider .box .name {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #about-us #board-of-directors-slider .box .name {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #about-us #board-of-directors-slider .box .name {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#about-us #board-of-directors-slider .box .job {
  color: #6281a6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #about-us #board-of-directors-slider .box .job {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #about-us #board-of-directors-slider .box .job {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #about-us #board-of-directors-slider .box .job {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}

.leaflet-popup-content {
  margin: 10px 15px !important;
  text-align: center;
  font-family: "IranYekan";
  font-size: 18px;
}

#hire, #contact-us {
  position: relative;
}
#hire:before, #contact-us:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  left: 0;
  top: 250px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  #hire:before, #contact-us:before {
    background-size: cover;
  }
}

#contact-us:before {
  top: 400px;
}
#contact-us #map-wrapper #map {
  width: 100%;
  height: 500px;
  background: url("/assets/img/loading.svg") no-repeat center !important;
  border-radius: 12px;
}
#contact-us .contact-details {
  margin: 30px 0 0 0;
  padding: 0;
}
#contact-us .contact-details li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
  line-height: 2;
}
#contact-us .contact-details li:last-child {
  margin-bottom: 0;
}
#contact-us .contact-details li .value {
  color: #6281a6;
}
@media (max-width: 991.98px) {
  #contact-us .contact-details li .value {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #contact-us .contact-details li .value {
    font-size: 12px;
    font-size: 0.8327550312rem;
  }
}
@media (min-width: 1800px) {
  #contact-us .contact-details li .value {
    font-size: 14px;
    font-size: 0.9677419355rem;
  }
}
@media (max-width: 991.98px) {
  #contact-us .contact-details li .value.number {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #contact-us .contact-details li .value.number {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #contact-us .contact-details li .value.number {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#contact-us .contact-details li .icons {
  position: absolute;
  right: 0;
  top: 2px;
  color: #275fa3;
}
@media (max-width: 991.98px) {
  #contact-us .contact-details li .icons {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #contact-us .contact-details li .icons {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #contact-us .contact-details li .icons {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#contact-us .contact-details li.socials {
  padding-right: 0;
}
#contact-us .contact-details li.socials .value {
  margin-left: 20px;
}
#contact-us .contact-details li.socials .icons {
  position: static;
}
@media (max-width: 991.98px) {
  #contact-us .contact-details li.socials .icons {
    font-size: 17px;
    font-size: 1.1680726801rem;
  }
}
@media (min-width: 992px) {
  #contact-us .contact-details li.socials .icons {
    font-size: 18px;
    font-size: 1.2491325468rem;
  }
}
@media (min-width: 1800px) {
  #contact-us .contact-details li.socials .icons {
    font-size: 20px;
    font-size: 1.4516129032rem;
  }
}
#contact-us .contact-details li.socials .icons:hover {
  opacity: 0.5;
}

#representation {
  position: relative;
}
#representation:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background: url("/assets/img/right-pattern.png") no-repeat right;
  position: absolute;
  right: 0;
  top: 40%;
}
@media (max-width: 767.98px) {
  #representation:before {
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #warranty .box {
    padding: 30px;
  }
}
#warranty .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 30px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #warranty .section-title {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#warranty .section-title .icons {
  font-size: 120px;
  color: #275fa3;
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  #warranty .section-title .icons {
    font-size: 80px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #warranty .section-title .title, #warranty .section-title .sub-title {
    text-align: right;
  }
}
#warranty .form {
  justify-content: center;
  margin-top: 15px;
}
#warranty .form .form-control {
  width: 40%;
  height: 50px;
  margin-left: 30px;
  color: #275fa3;
  border: 1px solid #108bea;
  text-transform: uppercase;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  #warranty .form .form-control {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #warranty .form .form-control {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #warranty .form .form-control {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#warranty .form .form-control:focus {
  -webkit-box-shadow: 0 5px 10px #1e83ec42;
  -moz-box-shadow: 0 5px 10px #1e83ec42;
  box-shadow: 0 5px 10px #1e83ec42;
}
#warranty .form ::-webkit-input-placeholder {
  /* Edge */
  color: #6281a6;
}
#warranty .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6281a6;
}
#warranty #warranty-result {
  display: none;
}
#warranty #warranty-result .result-content {
  margin-top: 90px;
}
#warranty #warranty-result ul li {
  padding-right: 20px;
  position: relative;
}
#warranty #warranty-result ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #6281a6;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
}
#warranty #warranty-result .result-details {
  padding: 0;
  margin: 0;
}
#warranty #warranty-result .result-details li {
  list-style-type: none;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#warranty #warranty-result .result-details li:last-child {
  margin-bottom: 0;
}
#warranty #warranty-result .result-details li .title {
  color: #6281a6;
}
@media (max-width: 991.98px) {
  #warranty #warranty-result .result-details li .title {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #warranty #warranty-result .result-details li .title {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #warranty #warranty-result .result-details li .title {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#warranty #warranty-result .result-details li .value {
  color: #275fa3;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #warranty #warranty-result .result-details li .value {
    font-size: 15px;
    font-size: 1.0382868267rem;
  }
}
@media (min-width: 992px) {
  #warranty #warranty-result .result-details li .value {
    font-size: 16px;
    font-size: 1.1103400416rem;
  }
}
@media (min-width: 1800px) {
  #warranty #warranty-result .result-details li .value {
    font-size: 18px;
    font-size: 1.2903225806rem;
  }
}
#warranty #warranty-result .circle {
  float: none;
  margin: 60px auto;
}
#warranty #warranty-result .circle .remain-day {
  width: 100% !important;
  font-size: 0.1em !important;
  margin-top: 25%;
}
#warranty #warranty-result .warranty-terms {
  padding: 0;
  margin: 0;
}
#warranty #warranty-result .warranty-terms li {
  margin-bottom: 30px;
  color: #6281a6;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  #warranty #warranty-result .warranty-terms li {
    font-size: 13px;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  #warranty #warranty-result .warranty-terms li {
    font-size: 14px;
    font-size: 0.9715475364rem;
  }
}
@media (min-width: 1800px) {
  #warranty #warranty-result .warranty-terms li {
    font-size: 16px;
    font-size: 1.1290322581rem;
  }
}
#warranty #warranty-result .warranty-terms li:last-child {
  margin-bottom: 0;
}
#warranty #warranty-result #valid .section-title {
  color: #28a745;
}
#warranty #warranty-result #valid .section-title .icons, #warranty #warranty-result #valid .section-title .title, #warranty #warranty-result #valid .section-title .sub-title {
  color: #28a745;
}
#warranty #warranty-result #valid .section-title {
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.2);
}
#warranty #warranty-result #invalid .section-title {
  color: #ffac1b;
}
#warranty #warranty-result #invalid .section-title .icons, #warranty #warranty-result #invalid .section-title .title, #warranty #warranty-result #invalid .section-title .sub-title {
  color: #ffac1b;
}
#warranty #warranty-result #invalid .section-title {
  background: rgba(255, 193, 7, 0.2);
  border: 1px solid rgba(255, 193, 7, 0.2);
}
#warranty #warranty-result #notFound .section-title {
  color: #dc3545;
}
#warranty #warranty-result #notFound .section-title .icons, #warranty #warranty-result #notFound .section-title .title, #warranty #warranty-result #notFound .section-title .sub-title {
  color: #dc3545;
}
#warranty #warranty-result #notFound .section-title {
  background: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.2);
}

#main {
  direction: rtl;
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
