@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
html {
  height: 101%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  width: 100%;
  overflow-x: hidden; }

.text-brand {
  color: #1f478f !important; }

.datepicker-container .header {
  height: unset !important; }

.bg-primary-color {
  background: #1f478f; }

.bg-secondary-color {
  background: #ea943e; }

.bg-gray-color {
  background: #9E9E9E; }

.bg-red-color {
  background: #F44336; }

.bg-purple-color {
  background: #9C27B0; }

.bg-indigo-color {
  background: #3F51B5; }

.bg-blue-color {
  background: #2196F3; }

.bg-teal-color {
  background: #009688; }

.bg-green-color {
  background: #4CAF50; }

.bg-yellow-color {
  background: #FFEB3B; }

.bg-yellow-color {
  background: #FFEB3B; }

.bg-amber-color {
  background: #FFC107; }

.bg-orange-color {
  background: #FF9800; }

.text-primary-color {
  color: #1f478f; }

.text-secondary-color {
  color: #ea943e; }

.text-gray-color {
  color: #9E9E9E; }

.text-red-color {
  color: #F44336; }

.text-purple-color {
  color: #9C27B0; }

.text-indigo-color {
  color: #3F51B5; }

.text-blue-color {
  color: #2196F3; }

.text-teal-color {
  color: #009688; }

.text-green-color {
  color: #4CAF50; }

.text-yellow-color {
  color: #FFEB3B; }

.text-yellow-color {
  color: #FFEB3B; }

.text-amber-color {
  color: #FFC107; }

.text-orange-color {
  color: #FF9800; }

.reverse-grid-item {
  display: flex; }
  .reverse-grid-item > div {
    width: 50%; }
  .reverse-grid-item:nth-of-type(odd) {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .reverse-grid-item:nth-of-type(odd) {
        flex-direction: column; } }
  .reverse-grid-item .thumbnail {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .reverse-grid-item .thumbnail img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .reverse-grid-item .thumbnail img {
      transition: all 250ms; }
    .reverse-grid-item .thumbnail .play-video {
      position: absolute;
      font-size: 90px;
      color: #fff;
      transition: all 250ms; }
      .reverse-grid-item .thumbnail .play-video:hover {
        transform: scale(1.1); }
    .reverse-grid-item .thumbnail h4 {
      position: absolute;
      font-size: 66px;
      text-transform: uppercase;
      color: #fff;
      z-index: 1;
      text-shadow: 2px 2px 0 #000; }
      @media screen and (max-width: 768px) {
        .reverse-grid-item .thumbnail h4 {
          font-size: 36px; } }
  .reverse-grid-item .text {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .reverse-grid-item .text {
        padding: 25px; } }
    .reverse-grid-item .text p {
      color: rgba(255, 255, 255, 0.8);
      font-weight: lighter;
      line-height: 30px; }
      .reverse-grid-item .text p a {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold; }
  @media screen and (max-width: 768px) {
    .reverse-grid-item {
      flex-direction: column; }
      .reverse-grid-item > div {
        width: 100%; } }

.top-navbar {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0; }
  .top-navbar a {
    color: #9E9E9E;
    font-weight: bold;
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 250ms;
    border-right: 1px solid rgba(158, 158, 158, 0.5); }
    .top-navbar a:hover {
      color: #ea943e;
      text-decoration: none; }
    .top-navbar a:last-child {
      padding-right: 0;
      border-right: 0; }
  @media screen and (max-width: 768px) {
    .top-navbar {
      overflow-x: scroll;
      justify-content: flex-start; }
      .top-navbar a:last-child {
        padding-right: 10px; } }

.navbar {
  border-bottom: 4px solid #ea943e; }
  .navbar .navbar-nav {
    padding: 0 !important; }
  .navbar .nav-special-link {
    color: #1f478f !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 250ms; }
    .navbar .nav-special-link:hover {
      color: #ea943e !important; }
    @media screen and (min-width: 1200px) {
      .navbar .nav-special-link {
        position: relative;
        padding-right: 20px !important;
        padding-left: 20px !important; } }
    .navbar .nav-special-link:after {
      border-top-color: #ea943e; }
      @media screen and (min-width: 1200px) {
        .navbar .nav-special-link:after {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: -5px;
          width: 15px;
          border-top: 10px solid #ea943e;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent; } }
  @media screen and (min-width: 1200px) {
    .navbar .dropdown-menu {
      right: 50%;
      left: unset;
      transform: translateX(50%);
      margin: 13px auto 0 auto;
      border-radius: 0;
      border-color: #ea943e;
      border-bottom-width: 4px; } }
  .navbar .lang {
    color: #ea943e !important; }
    .navbar .lang.active {
      font-weight: bold; }

.footer {
  padding: 50px 0;
  background: #1f478f;
  color: #fff; }
  .footer .links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center; }
    .footer .links a {
      color: #fff;
      padding: 5px 15px;
      transition: all 250ms; }
      .footer .links a:hover {
        color: #ea943e;
        text-decoration: none; }
  .footer .socials {
    display: flex;
    align-items: center; }
    .footer .socials-link {
      margin-left: 15px; }
      .footer .socials-link a {
        color: #fff;
        font-size: 24px;
        margin: 0 3px;
        transition: all 250ms; }
        .footer .socials-link a:hover {
          text-decoration: none;
          opacity: .7; }

.header {
  width: 100%;
  height: 500px;
  background: #eee;
  overflow: hidden;
  position: relative; }
  .header img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .header > img {
      filter: blur(15px);
      transform: scale(1.1); } }
  .header > img {
    opacity: .8; }
  .header .single-title {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-shadow: 2px 3px 0 #fff;
    text-transform: uppercase;
    color: #1f478f;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 90px; }
    @media screen and (max-width: 568px) {
      .header .single-title {
        font-size: 46px;
        font-weight: bold; } }
  .header .text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center; }
    .header .text > div {
      background: rgba(255, 255, 255, 0.75);
      padding: 20px; }
      .header .text > div h1 {
        font-size: 50px;
        text-transform: uppercase;
        color: #1f478f;
        font-weight: lighter; }
        @media screen and (max-width: 768px) {
          .header .text > div h1 {
            font-size: 36px; } }
      .header .text > div p {
        color: #1f478f; }

.news-card {
  border-bottom: 3px solid #1f478f;
  color: #1f478f; }
  .news-card .imgHolder {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #eee;
    margin-bottom: 15px; }
    .news-card .imgHolder img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .news-card .read-more {
    color: #1f478f !important; }

.selectBox input {
  display: none; }
  .selectBox input:checked + label {
    border-color: #00c853;
    z-index: 1;
    box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.1); }
    .selectBox input:checked + label:before {
      background: #00c853;
      box-shadow: 0 0 0 1px #00c853; }

.selectBox label {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  font-weight: bold; }
  .selectBox label:before {
    content: '';
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .selectBox label:hover {
    border-color: #999;
    z-index: 1; }

.selectBox.radio label:before {
  border-radius: 100%; }

.selectBoxGroup {
  display: flex;
  flex-wrap: wrap; }
  .selectBoxGroup .selectBox {
    margin-left: -1px; }
    .selectBoxGroup .selectBox:first-child {
      margin-left: 0; }
  @media screen and (max-width: 568px) {
    .selectBoxGroup {
      flex-direction: column; }
      .selectBoxGroup .selectBox {
        margin-left: 0; }
        .selectBoxGroup .selectBox label {
          width: 100%; } }
  .selectBoxGroup.underneath {
    flex-direction: column; }
    .selectBoxGroup.underneath .selectBox {
      margin-left: 0; }
      .selectBoxGroup.underneath .selectBox label {
        width: 100%; }
  .selectBoxGroup.rtl {
    direction: rtl; }
    .selectBoxGroup.rtl label {
      background: #fff;
      width: 100%;
      padding: 12px 40px 12px 15px;
      text-align: right; }
      .selectBoxGroup.rtl label:before {
        right: 15px; }

.product-drp {
  width: 500px; }
  @media screen and (max-width: 992px) {
    .product-drp {
      width: unset; } }
  .product-drp .icon-row {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .product-drp .icon-row {
        flex-direction: column; } }
    .product-drp .icon-row .dropdown-item {
      display: flex;
      width: unset;
      padding: 0 10px;
      position: relative; }
      @media screen and (max-width: 992px) {
        .product-drp .icon-row .dropdown-item {
          align-items: center;
          padding: 5px 10px; } }
      .product-drp .icon-row .dropdown-item img {
        width: 100px;
        transition: all 250ms; }
        @media screen and (max-width: 992px) {
          .product-drp .icon-row .dropdown-item img {
            width: 60px; } }
      .product-drp .icon-row .dropdown-item span {
        position: absolute;
        font-weight: bold;
        opacity: 0;
        top: 50%;
        transition: all 250ms;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center; }
        @media screen and (max-width: 992px) {
          .product-drp .icon-row .dropdown-item span {
            position: static;
            opacity: 1;
            padding-left: 10px; } }
      .product-drp .icon-row .dropdown-item:hover {
        background: transparent; }
        .product-drp .icon-row .dropdown-item:hover img {
          opacity: .1; }
        .product-drp .icon-row .dropdown-item:hover span {
          opacity: 1; }

.features {
  display: flex; }
  @media screen and (max-width: 992px) {
    .features {
      flex-direction: column; } }
  .features > div {
    width: 50%;
    min-height: 100px; }
    .features > div:last-child {
      background: #1f478f;
      text-transform: uppercase;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      font-weight: lighter;
      padding: 25px 25px 40px; }
      .features > div:last-child span {
        font-size: 40px;
        padding-left: 10px; }
        .features > div:last-child span:last-child {
          font-size: 100px;
          line-height: 60px;
          padding-left: 0; }
          @media screen and (max-width: 568px) {
            .features > div:last-child span:last-child {
              font-size: 80px; } }
    @media screen and (max-width: 992px) {
      .features > div {
        width: 100%; } }
  .features .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 85px auto;
    width: 90%; }
    .features .item img {
      max-height: 110px;
      max-width: 120px;
      margin-right: 25px; }
    .features .item .text-a, .features .item .text-b, .features .item .text-c {
      color: #1f478f;
      margin: 0;
      line-height: 43px;
      text-transform: uppercase; }
    .features .item .text-a {
      font-size: 18px;
      font-weight: lighter; }
    .features .item .text-b {
      font-size: 70px;
      font-weight: bold;
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .features .item .text-b span {
        font-size: 14px;
        display: inline-flex;
        flex-direction: column;
        font-weight: lighter;
        justify-content: center;
        line-height: 2;
        padding-left: 5px; }
        .features .item .text-b span strong {
          line-height: 0; }
    .features .item .text-c {
      font-size: 30px;
      font-weight: lighter; }

.products .section-title {
  background: #1f478f;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 568px) {
  .products > div > div:nth-of-type(even) .item {
    flex-direction: column-reverse; } }

.products .item {
  display: flex;
  background: #dad9db;
  flex-direction: column; }
  .products .item .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .products .item .image img {
      width: 100%; }
  .products .item .text {
    padding: 25px;
    height: 300px; }
    .products .item .text h4 {
      color: #1f478f;
      font-weight: bold;
      margin-bottom: 25px; }
    .products .item .text p {
      margin: 0 0 5px;
      color: #1f478f; }
      .products .item .text p span {
        font-weight: bold; }

.products > div .product {
  width: 75%;
  padding-left: 25px;
  border-left: 10px solid #F44336;
  margin-bottom: 85px; }
  @media screen and (max-width: 768px) {
    .products > div .product {
      width: 100%; } }
  .products > div .product img {
    margin-bottom: 15px;
    width: 100%; }
  .products > div .product p, .products > div .product a {
    color: #F44336;
    margin: 0; }
  .products > div .product a {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    display: block; }

.products > div:nth-of-type(even) {
  display: flex;
  justify-content: flex-end; }
  .products > div:nth-of-type(even) .product {
    padding-left: unset;
    border-left: unset;
    padding-right: 25px;
    border-right: 10px solid #F44336; }

@media screen and (max-width: 768px) {
  .products-header {
    height: 800px; } }

.products-header-items > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.products-header-items a {
  transition: all 250ms; }
  .products-header-items a:hover {
    transform: scale(1.1); }

.products-header-items img {
  object-fit: unset;
  width: 100px;
  margin: 0px 10px; }
  @media screen and (max-width: 768px) {
    .products-header-items img {
      margin: 5px 10px; } }

.contact #map1,
.contact #map2 {
  width: 100%;
  background: #eee;
  height: 450px; }

.company .thumbnail > div {
  background: #d1d1d1 !important;
  height: 100%;
  width: 100%; }

.company .icons {
  padding: 55px; }

.adr-form .form-gp {
  border: 1px solid rgba(31, 71, 143, 0.1);
  padding: 35px 25px 0 25px;
  position: relative;
  margin-bottom: 70px; }
  .adr-form .form-gp .form-control {
    border-radius: 0;
    color: #000; }
    .adr-form .form-gp .form-control::placeholder {
      color: #bbbbbb;
      font-weight: lighter; }
  .adr-form .form-gp-title {
    background: #fff;
    color: #1f478f;
    font-weight: bold;
    top: -13px;
    left: 15px;
    padding: 0 10px;
    margin: -49px 0px 30px -12px; }
    @media screen and (min-width: 768px) {
      .adr-form .form-gp-title {
        display: inline-block;
        position: absolute;
        margin: unset; } }
  .adr-form .form-gp.pattern {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c4d8f7' fill-opacity='0.3'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.adr-form .btn {
  border-radius: 0; }

[dir="rtl"] .mr-auto {
  margin-right: unset !important;
  margin-left: auto !important; }

[dir="rtl"] .ml-auto {
  margin-left: unset !important;
  margin-right: auto !important; }

[dir="rtl"] .navbar {
  text-align: right; }
  [dir="rtl"] .navbar .dropdown-menu .dropdown-item {
    text-align: right; }

[dir="rtl"] .header .text > div {
  text-align: right; }

[dir="rtl"] .features > div:last-child span {
  text-align: right; }

[dir="rtl"] .features .item img {
  margin-right: unset;
  margin-left: 25px; }

[dir="rtl"] .features .item .text {
  text-align: right; }

[dir="rtl"] .reverse-grid-item .text p {
  text-align: right; }
  [dir="rtl"] .reverse-grid-item .text p a {
    display: inline-block; }

[dir="rtl"] .products .item .text {
  text-align: right; }

[dir="rtl"] .footer .container .row {
  text-align: right !important; }

[dir="rtl"] .footer .socials-link {
  margin-left: unset;
  margin-right: 15px; }

[dir="rtl"] .adr-form form .form-gp {
  text-align: right; }
  [dir="rtl"] .adr-form form .form-gp .form-gp-title {
    left: unset; }

[dir="rtl"] .adr-form form .text-A {
  text-align: right;
  display: flex; }

[dir="rtl"] .reverse-grid-item .text {
  text-align: right !important; }

[dir="rtl"] .news-card {
  text-align: right; }
  [dir="rtl"] .news-card a {
    display: inline-block; }

[dir="rtl"] .text-product {
  text-align: right; }

[dir="rtl"] .products > div .product {
  padding-left: unset;
  border-left: unset;
  padding-right: 25px;
  border-right: 10px solid #F44336;
  text-align: right; }
  [dir="rtl"] .products > div .product a {
    display: inline-flex !important;
    align-items: center;
    flex-direction: row-reverse; }
    [dir="rtl"] .products > div .product a:hover {
      text-decoration: none; }
    [dir="rtl"] .products > div .product a i {
      transform: rotate(180deg);
      margin-right: 5px; }

[dir="rtl"] .products > div:nth-of-type(even) {
  display: flex;
  justify-content: flex-end; }
  [dir="rtl"] .products > div:nth-of-type(even) .product {
    padding-right: unset;
    border-right: unset;
    padding-left: 25px;
    border-left: 10px solid #F44336; }

.gallery-top .swiper-slide {
  background: #eee;
  max-height: 500px;
  overflow: hidden; }
  .gallery-top .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.gallery-thumbs .swiper-slide {
  background: #eee;
  height: 150px;
  overflow: hidden; }
  .gallery-thumbs .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
