/* Variables
======================*/
@font-face {
  font-family: "IBMPlex-SemiBold";
  src: url("../fonts/IBMPlex-SemiBold.eot");
  src: url("../fonts/IBMPlex-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlex-SemiBold.woff2") format("woff2"),
    url("../fonts/IBMPlex-SemiBold.woff") format("woff"),
    url("../fonts/IBMPlex-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlex";
  src: url("../fonts/IBMPlex.eot");
  src: url("../fonts/IBMPlex.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IBMPlex.woff2") format("woff2"),
    url("../fonts/IBMPlex.woff") format("woff"),
    url("../fonts/IBMPlex.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0 25px;
  word-spacing: 2px;
  background-color: #ffd042;
  color: #040404;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
}
.link i {
  line-height: 15px;
  color: inherit !important;
  vertical-align: middle !important;
  margin: 0 3px;
}
.link:hover {
  background-color: #040404;
  color: #fff;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #040404;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: inherit;
}
.icon:hover {
  background-color: #ffd042;
  color: #040404;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #ffd042 !important;
  color: #fff !important;
}

body {
  border-top: 5px solid #ffd042;
  font-family: "IBMPlex";
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  text-align: start;
  position: relative;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading img {
  position: relative;
  z-index: 999;
  max-width: 270px;
}
.loading img:last-child {
  margin-top: 15px;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 99;
}
@media (max-width: 767px) {
  section {
    padding: 35px 0 !important;
  }
}

.section_title {
  margin-bottom: 70px;
}
.section_title h3 {
  font-size: 24px;
  line-height: 45px;
  margin: 25px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.section_title h3 span {
  color: #ffd042;
  display: inline-block;
  line-height: 45px;
  border-bottom: 5px solid rgba(255, 208, 66, 0.4);
  margin-inline-end: 5px;
  font-size: 30px;
}
.section_title p {
  max-width: 576px;
  margin: auto;
  font-size: 14px;
}
@media (max-width: 575px) {
  .section_title {
    margin-bottom: 35px;
  }
  .section_title h3 {
    margin: 0;
    font-size: 20px;
  }
  .section_title h3 span {
    display: block;
    margin-inline-end: 0;
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.page_head {
  margin-top: 120px;
}
.page_head .cont {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  margin: 0;
  color: #040404;
  /* background: url(../images/page_head.png) center no-repeat; */
  padding: 55px 0;
  background-size: cover;
}

.page_head .cont::before {

    content: "";
    position: absolute;
 margin-right: -30px;
 margin-top: -27px;
    z-index: -1;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 2px solid #ffd042;
 
}



@media (max-width: 767px) {
  .page_head .cont {
    background-position: left;
  }
}
@media (max-width: 575px) {
  .page_head .cont {
    padding: 30px 0;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 9998;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
header.move {
  top: 0;
  background-color: #fff;
}
header .container {
  min-height: 95px;
  position: relative;
}
header .logo {
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  width: 135px;
  position: relative;
  display: inline-block;
}
header .logo img {
  margin: 0;
  width: 100%;
}
header .menu_btn {
  position: absolute;
  right: 0;
  top: 20px;
  display: none;
}
header .navbar {
  padding: 0;
  z-index: 0;
  margin-top: -95px;
}
header .navbar .container {
  justify-content: flex-end;
}
header .navbar .row {
  width: 100%;
}
header .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin: auto;
  z-index: 99;
  width: 100%;
}
header .navbar .navbar-nav li {
  display: inline-block;
}
header .navbar .navbar-nav li a {
  position: relative;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  display: block;
  padding: 0 !important;
  margin: 0;
  margin-inline-end: 35px;
  font-size: 16px;
  color: #040404;
  font-family: "IBMPlex-SemiBold";
  /* font-weight: bold; */
  text-align: center;
  line-height: 37px;
  border-bottom: 3px solid transparent;
  -webkit-font-smoothing: antialiased;
}
header .navbar .navbar-nav li a:hover {
  color: #040404;
  border-bottom-color: #ffd042;
}
header .navbar .navbar-nav li.active a {
  color: #040404;
  border-bottom: 3px solid #ffd042;
}
header .navbar .navbar-nav li.active a:hover {
  color: #ffd042;
}
header .navbar .navbar-nav li:last-child a {
  background-color: #f4f4f4;
  color: #040404;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 0;
  margin: 0;
}
header .navbar .navbar-nav li:last-child a:hover {
  color: #040404;
  background-color: #ffd042;
}
header .navbar .navbar-nav li a i{

margin-right: 15px;
font-size: 12px;

}
@media (min-width: 992px) and (max-width: 1199px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  ul li.dropdown {
    position: unset;
  }
  ul li.dropdown .dropdown-menu {
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    min-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    transform-origin: top;
    -webkit-box-shadow: 0px 2px 10px 0px #eeeeee;
    -moz-box-shadow: 0px 2px 10px 0px #eeeeee;
    -ms-box-shadow: 0px 2px 10px 0px #eeeeee;
    -o-box-shadow: 0px 2px 10px 0px #eeeeee;
    box-shadow: 0px 2px 10px 0px #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  ul li.dropdown .dropdown-menu img {
    margin-top: 30px;
  }
  ul li.dropdown .dropdown-menu a {
    margin: 5px 0;
    margin-inline-end: 0;
    letter-spacing: 0;
    font-size: 13px;
    font-family: "IBMPlex";
    font-weight: normal;
    line-height: 30px;
    text-align: start;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e9e6e6;
  }
  ul li.dropdown .dropdown-menu a:hover {
    color: #ffd042;
    background-color: transparent;
  }
  ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@media (max-width: 991px) {
  header {
    top: 0;
    padding: 10px 0 0;
    border-bottom: 1px solid #eee;
  }
  header .logo {
    width: 115px;
  }
  header .container {
    min-height: 80px;
  }
  header .menu_btn {
    display: inline-block;
  }
  header .navbar {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    background-color: #040404;
  }
  header .navbar .container {
    min-height: auto;
  }
  header .navbar .row {
    margin: auto;
  }
  header .navbar .navbar-collapse {
    position: relative;
    width: 100%;
  }
  header .navbar .navbar-nav {
    display: block;
    width: 100%;
    padding: 15px;
  }
  header .navbar .navbar-nav li {
    display: block;
    margin-bottom: 10px;
  }
  header .navbar .navbar-nav li a {
    display: block;
    border: 0;
    margin: 0 0 5px;
    padding-bottom: 5px !important;
    text-align: start;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
  }
  header .navbar .navbar-nav li a:hover {
    color: #ffd042;
  }
  header .navbar .navbar-nav li.active a {
    color: #ffd042;
    padding-bottom: 10px !important;
    padding-inline-start: 0 !important;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  header .navbar .navbar-nav li.active a:hover {
    color: #ffd042;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu {
    position: static;
    clear: both;
    box-shadow: none;
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu .lg-hidden,
  header .navbar .navbar-nav li.dropdown .dropdown-menu .md-hidden {
    display: none;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu a {
    margin: 10px 0;
    padding-bottom: 0 !important;
    margin-inline-end: 0;
    letter-spacing: 0;
    font-size: 13px;
    font-family: "IBMPlex";
    font-weight: normal;
    line-height: 25px;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu a:hover {
    background-color: transparent;
  }
  header .navbar .navbar-nav li.dropdown.show .dropdown-menu {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  header {
    background: transparent;
  }
  header .container .row {
    margin: 0;
  }
  header .container .row .col-12 {
    position: relative;
  }


  header .navbar .navbar-nav li.active a {
 
    border-bottom: 1px solid #ffd042;
  }
}
.main_section {
  padding-top: 135px !important;
}
.main_section .cont {
  position: relative;
}
.main_section .cont::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home_bc.png) no-repeat;
  opacity: 0.1;
  background-size: contain;
  z-index: -1;
}
.main_section hr {
  border: 4px solid #f7f7f7;
  margin-top: 35px;
}
.main_section h1 {
  font-size: 32px;
  line-height: 45px;
  margin: 25px 0;
}
.main_section h1 span {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #ffd042;
  display: inline-block;
  line-height: 45px;
  border-bottom: 5px solid rgba(255, 208, 66, 0.4);
  margin-inline-end: 5px;
}
.main_section p {
  line-height: 28px;
  font-size: 16px;
  max-width: 680px;
  margin: 0 0 20px;
}
.main_section ul {
  margin-top: 60px;
}
.main_section ul li {
  margin-inline-end: 15px;
}
.main_section ul li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
}
.main_section ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #040404;
  border: 1px solid #ffd042;
  margin-inline-end: 10px;
}
.main_section ul li a .cont {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #040404;
  line-height: 20px;
}
.main_section ul li a .cont span {
  color: #ffd042;
  text-transform: uppercase;
  display: block;
}
.main_section img {
  width: 100%;
  margin-bottom: 25px;
}
.main_section .hint {
  text-align: center;
  padding: 0 70px;
  position: relative;
  margin: 0;
  line-height: 40px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "IBMPlex-SemiBold";
  font-weight: bold;
}
.main_section .hint span {
  display: inline-block;
  line-height: 28px;
  border-bottom: 5px solid rgba(255, 208, 66, 0.4);
}
.main_section .hint::before,
.main_section .hint::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 13px;
  background: url(../images/zgzg.png) no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main_section .hint::after {
  right: 0;
  left: auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main_section .hint {
    padding: 0 35px;
    font-size: 16px;
  }
  .main_section .hint::before,
  .main_section .hint::after {
    width: 35px;
  }
}
@media (max-width: 1199px) {
  .main_section ul li {
    margin-inline-end: 5px;
  }
  .main_section ul li a i {
    margin-inline-end: 5px;
  }
  .main_section ul li a .cont {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main_section .container > .row {
    flex-direction: column-reverse;
  }
  .main_section ul li {
    margin: 0 0 25px;
    margin-inline-end: 15px;
  }
  .main_section ul li a i {
    margin-inline-end: 15px;
  }
  .main_section ul li a .cont {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .main_section h1 {
    font-size: 24px;
  }
  .main_section p {
    font-size: 16px;
    line-height: 22px;
  }
  .main_section .hint {
    padding: 0 20px;
    font-size: 15px;
  }
  .main_section .hint::before,
  .main_section .hint::after {
    width: 20px;
  }
}

/*amenities
====================*/
.amenities {
  overflow: hidden;
}

.amenities_item {
  margin-bottom: 30px;
  text-align: start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.amenities_item .cont {
  margin-bottom: 15px;
  padding-inline-end: 25px;
}
.amenities_item .cont .title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  margin: 0;
  color: #040404;
}
.amenities_item .cont .title:hover {
  color: #ffd042;
}
.amenities_item .cont p {
  font-size: 14px;
  margin: 0 0 5px;
}
.amenities_item .cont .company_logo {
  display: block;
  margin-bottom: 25px;
  padding-top: 50px;
  padding-inline-start: 15px;
  border-left: 1px solid #ffd042;
}
.amenities_item .cont .company_logo a {
  display: inline-block;
}
.amenities_item .cont .company_logo img {
  margin: 0;
}
.amenities_item .cover {
  display: block;
  min-width: 390px;
  height: 315px;
  position: relative;
}
.amenities_item .cover::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #ffd042;
}
.amenities_item .cover.square::before {
  width: 50px;
  height: 50px;
  top: -10px;
  right: -10px;
  background-color: #ffd042;
}
.amenities_item .cover.rounded::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffd042;
}
.amenities_item .cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.amenities_item.revers {
  flex-direction: row-reverse;
}
.amenities_item.revers .cont {
  padding-inline-end: 0;
  padding-inline-start: 25px;
}
.amenities_item.revers .cover {
  min-width: 300px;
  height: 290px;
  margin-inline-end: 15px;
}
.amenities_item.flex-column {
  padding-inline-start: 15px;
}
.amenities_item.flex-column .cont {
  padding-inline-end: 0;
}
.amenities_item.flex-column .cover {
  min-width: 100%;
  height: 390px;
}
.amenities_item.grid {
  border: solid #f1f1f1;
  border-width: 1px 0;
  padding: 45px 0 25px;
  margin-bottom: 0;
}
.amenities_item.grid .cont {
  padding-inline-end: 0;
}
.amenities_item.grid .cover {
  min-width: 100%;
}
.amenities_item.grid .cover::before {
  background: url(../images/shap.png);
  left: -20px;
  top: -20px;
  right: auto;
  width: 90px;
  height: 90px;
  border: 0;
}
.amenities_item.grid .cover.cover.last::before {
  left: auto;
  right: -20px;
  top: auto;
  bottom: -20px;
}
@media (max-width: 1199px) {
  .amenities_item .cover {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  .amenities_item {
    flex-direction: column !important;
    margin: 30px 0px 50px 0px !important;
  }
  .amenities_item .cont {
    padding: 0 !important;
  }
  .amenities_item .cover {
    padding: 0 !important;
    min-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .amenities_item.grid .cover img {
    height: auto;
    margin-bottom: 15px;
  }
}

/* Products
====================*/
.products_slide {
  position: relative;
}
.products_slide .owl-dots {
  position: absolute;
  top: -40px;
  height: 15px;
  width: 100%;
}
@media (max-width: 575px) {
  .products_slide .owl-dots {
    top: -25px;
  }
}

.product_item {
  text-align: end;
}
.product_item .cover {
  display: block;
  margin-bottom: 15px;
}
.product_item .cover img {
  width: 100%;
}
.product_item .title {
  color: #040404;
  font-size: 20px;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  text-transform: uppercase;
}
.product_item .title:hover {
  color: #ffd042;
}
.product_item p {
  font-size: 14px;
  margin-bottom: 15px;
}
.product_item .product_logos {
  padding-inline-end: 25px;
  position: relative;
}
.product_item .product_logos .product_logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #eee;
  padding: 5px;
  height: 95px;
}
.product_item .product_logos .owl-stage-outer {
  border: 1px solid #eee;
}
.product_item .product_logos .owl-dots {
  right: 0;
  top: 0;
  left: auto;
  width: 15px;
  height: 100%;
}
.product_item .product_logos .owl-dots li {
  display: block;
}

/*Clients
====================*/
.clients {
  background-color: #040404;
}
.clients .section_title {
  text-align: start;
  margin-bottom: 15px;
}
.clients .section_title h3 {
  color: #fff;
}
.clients .section_title p {
  color: #fff8;
  margin: 0;
}
.clients .features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.clients .features .item {
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 35px;
  min-width: 20%;
}
.clients .features .item img {
  width: 90px;
  height: 90px;
  background-color: #0d0d0d;
  padding: 25px;
  margin-bottom: 15px;
}
.clients .inline_features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.clients .inline_features .inline_feature {
  background-color: #0d0d0d;
  padding: 12px 10px;
  margin-top: 15px;
  color: #fff;
  text-align: start;
  font-size: 12px;
  text-transform: capitalize;
  width: 48%;
}
.clients .inline_features .inline_feature img {
  display: inline-block;
  margin-inline-end: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clients .features {
    justify-content: flex-start;
  }
  .clients .features .item {
    width: 25%;
  }
  .clients .inline_features .inline_feature {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .clients .features {
    justify-content: flex-start;
  }
  .clients .features .item {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .clients .features .item {
    width: 50%;
  }
  .clients .inline_features .inline_feature {
    width: 100%;
  }
}

.companies_cont {
  margin: auto;
  text-align: center;
  padding: 0;
  padding-inline-start: 10.5%;
}
.companies_cont .companies_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.companies_cont .companies_row .company_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #040404;
  border-width: 1px 0px 0px 1px;
  padding: 15px;
  width: 12.5%;
  height: 130px;
}
.companies_cont .companies_row .company_item img {
  margin: auto;
}
.companies_cont .companies_row .company_item:last-child {
  border-right-width: 1px;
}
.companies_cont .companies_row:first-child {
  -webkit-transform: translateX(-12.5%);
  -moz-transform: translateX(-12.5%);
  -ms-transform: translateX(-12.5%);
  -o-transform: translateX(-12.5%);
  transform: translateX(-12.5%);
}
.companies_cont .companies_row:first-child .company_item:first-child {
  border-bottom-width: 1px;
}
.companies_cont .companies_row:last-child .company_item {
  border-width: 1px 0px 1px 1px;
}
.companies_cont .companies_row:last-child .company_item:last-child {
  border-right-width: 1px;
}
@media (max-width: 991px) {
  .companies_cont {
    padding-inline-start: 0;
  }
  .companies_cont .companies_row .company_item {
    width: 25%;
  }
  .companies_cont .companies_row .company_item:last-child {
    border-right-width: 0px;
  }
  .companies_cont .companies_row:first-child {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border-right: 1px solid;
  }
  .companies_cont .companies_row:first-child .company_item:first-child {
    border-bottom-width: 0px;
  }
  .companies_cont .companies_row:last-child {
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .companies_cont .companies_row:last-child .company_item {
    border-width: 1px 0px 0px 1px;
  }
  .companies_cont .companies_row:last-child .company_item:last-child {
    border-right-width: 0px;
  }
}
@media (max-width: 575px) {
  .companies_cont {
    max-width: 420px;
    padding: 0 15px;
  }
  .companies_cont .companies_row .company_item {
    width: 50%;
    height: 100px;
  }
}

.product_companies {
  margin-top: 25px;
}
.product_companies .product_companies_slide {
  border: 1px solid #eee;
}
@media (max-width: 575px) {
  .product_companies .product_companies_slide {
    margin-top: 25px;
  }
}
.product_companies .product_companies_slide .product_company {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #eee;
  padding: 5px;
  height: 95px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 575px) {
  .product_companies .product_companies_slide .product_company {
    height: 80px;
    padding: 10px;
  }
}
.product_companies .product_companies_slide .product_company img {
  margin: auto;
}
.product_companies .product_companies_slide .product_company.active {
  border-bottom-color: #ffd042;
  background: linear-gradient(
    0deg,
    rgba(255, 208, 66, 0.3) 5%,
    transparent 50%
  );
}
.product_companies .product_companies_slide .owl-nav {
  position: absolute;
  width: 60px;
  height: 30px;
  top: -30px;
  left: auto;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 0;
}
.product_companies .product_companies_slide .owl-nav button {
  position: relative;
  left: auto;
  right: auto;
  color: #ffd042;
  background-color: transparent;
}

.product {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
  position: relative;
}
.product::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #ffd042;
  z-index: -1;
}
.product .cover {
  padding: 25px;
  margin-bottom: 15px;
}
.product .cover img {
  margin: auto;
}

.product img {
  width: 120px;
 height: 190px;
}

.product h3 {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  margin: 0;
  color: #040404;
}
.product:hover .cover {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .product h3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product {
    min-height: 320px;
  }
  .product h3 {
    font-size: 14px;
  }
}

.about {
  padding: 70px 0 !important;
}
@media (max-width: 991px) {
  .about {
    padding: 0 !important;
  }
  .about .container > .row {
    flex-direction: column;
  }
}
.about p {
  /* font-size: 14px; */
  line-height: 22px;
}
.about hr {
  border-width: 1px;
}
.about .about_img {
  position: relative;
}
@media (max-width: 991px) {
  .about .about_img {
    margin: 25px auto;
  }
}
.about .about_img img {
  width: 100%;
}
.about .about_img::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffd042;
  z-index: -1;
}

.company {
  margin-top: 70px;
}
.company .logo {
  position: relative;
  margin: auto auto 25px;
  max-width: 270px;
}
.company .logo::before {
  content: "";
  background: url(../images/shap.png);
  width: 90px;
  height: 90px;
  border: 0;
  position: absolute;
  left: -20px;
  bottom: 10px;
  margin: auto;
  z-index: -1;
}

.text_block {
  margin-top: 25px;
 
}
.text_block h3 {
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 40px;
  position: relative;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
}
.text_block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: rgba(255, 208, 66, 0.4);
  height: 5px;
  width: 100px;
}
.text_block .cont {
  padding: 35px;
  border: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 15px;
  min-height:250px ;
}
.text_block .cont.products {
  position: relative;
  padding: 25px;
  min-height:250px ;
}
.text_block .cont.products::before {
  content: "";
  position: absolute;
  background: url(../images/shap2.png);
  right: 0;
  bottom: 0;
  width: 140px;
  height: 170px;
}
@media (max-width: 1199px) {
  .text_block .cont {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .text_block .cont {
    font-size: 16px;
    padding: 15px;
  }
}

.exper {
  background-color: #040404;
  padding: 35px;
  color: #fff;
  margin-top: 25px;
}
.exper .section_title {
  text-align: start;
  margin-bottom: 15px;
}
.exper .section_title h3 {
  color: #fff;
}
.exper p {
  /* font-size: 14px; */
  color: #fff8;
}

.contact .contact_block {
  margin: 25px auto;
}
.contact h3 {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #040404;
  font-size: 24px;
  margin: 0 0 15px;
}
.contact h3 span {
  color: #ffd042;
}
.contact .address_item li {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.contact .address_item li:nth-last-child(2) {
  border-bottom: 0;
  display: inline-flex;
  width: 50%;
  margin-inline-end: 3%;
}
.contact .address_item li:last-child {
  border-bottom: 0;
  display: inline-flex;
  width: 45%;
}
.contact .address_item li i {
  margin-inline-end: 15px;
  color: #9a9999;
  font-size: 18px;
  line-height: 25px;
}
.contact .address_item li .cont {
  line-height: 25px;
  font-size: 15px;
  color: #040404;
}
.contact .address_item li p {
  margin: 0;
}
.contact .address_item li p strong {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  margin-inline-end: 5px;
}
.contact .address_item li a {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #040404;
  font-size: 15px;
}
@media (max-width: 575px) {
  .contact .address_item li:nth-last-child(2),
  .contact .address_item li:last-child {
    display: flex;
    width: 100%;
    margin-inline-end: 0;
    padding-bottom: 0;
  }
}

.contact_form {
  margin: 25px auto;
}
.contact_form h3 {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #040404;
  font-size: 22px;
  margin: 0 0 15px;
}
.contact_form p {
  font-size: 14px;
}

.form-control {
  text-align: start;
  width: 100%;
  color: #040404;
  background-color: #fff;
  border: 1px solid #ffd042;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #ffd042;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea.form-control {
  resize: none;
  min-height: 190px !important;
  padding: 15px !important;
  line-height: 25px;
}

footer {
  background-color: #fafafa;
  padding: 50px 0 30px;
  position: relative;
  z-index: 9997;
}
footer h3 {
  position: relative;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  color: #ffd042;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 20px 0;
}
footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #ffd042;
}
footer ul.row {
  margin-right: 0;
  margin-left: 0;
}
footer ul li {
  padding: 0 !important;
}
footer ul li a {
  display: inline-block;
  color: #040404;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transition: 0.3s transform linear;
  -moz-transition: 0.3s transform linear;
  -ms-transition: 0.3s transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
}
footer ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: #040404;
}
footer .address_item {
  background: linear-gradient(180deg, #efefef 60%, #fafafa 80%);
  margin: 30px auto;
  padding: 30px;
  text-transform: uppercase;
}
footer .address_item h3 {
  margin: 0 0 20px;
}
footer .address_item li {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .address_item li:nth-last-child(2) {
  display: inline-flex;
  width: 50%;
  margin-inline-end: 3%;
}
footer .address_item li:last-child {
  display: inline-flex;
  width: 45%;
}
footer .address_item li i {
  margin-inline-end: 15px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
footer .address_item li .cont {
  line-height: 25px;
  font-size: 14px;
  color: #040404;
}
footer .address_item li p {
  margin: 0;
}
footer .address_item li p strong {
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
  margin-inline-end: 5px;
}
footer .bottom_link {
  margin-bottom: 25px;
}
footer .bottom_link i {
  margin-inline-end: 10px;
  color: #9a9999;
}
footer .bottom_link ul {
  margin-inline-end: 25px;
  display: inline-block;
  vertical-align: middle;
}
footer .bottom_link ul li a {
  display: block;
  list-style: 15px;
  border-right: 1px solid #7e7e7e;
  padding-inline-end: 10px;
  margin-inline-end: 5px;
}
footer .bottom_link ul li:last-child a {
  border-right: 0;
}
footer .social {
  margin-bottom: 25px;
  text-align: end;
}
@media (max-width: 991px) {
  footer .social {
    text-align: start;
  }
}
footer .social p {
  display: inline-block;
  margin: 0;
  margin-inline-end: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "IBMPlex-SemiBold";
}
footer .social ul {
  display: inline-block;
}
footer .copyrights {
  padding: 15px 25px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffd042;
}
footer .copyrights p {
  margin: 0;
  color: #040404;
  text-transform: uppercase;
  font-size: 14px;
}
footer .copyrights a {
  color: #040404;
  font-family: "IBMPlex-SemiBold";
  font-weight: bold;
  min-width: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .address_item {
    padding: 15px;
  }
  footer .address_item li:nth-last-child(2),
  footer .address_item li:last-child {
    display: flex;
    width: 100%;
    margin-inline-end: 0;
  }
}
@media (max-width: 991px) {
  footer .address_item {
    margin: 15px auto;
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 20px 0 0;
  }
  footer ul li a {
    letter-spacing: 0;
    font-size: 14px;
  }
  footer .address_item li a {
    font-size: 13px;
  }
  footer .address_item li:nth-last-child(2),
  footer .address_item li:last-child {
    display: flex;
    width: 100%;
    margin-inline-end: 0;
  }
  footer .bottom_link ul {
    display: block;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  footer .social p {
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  footer .copyrights {
    padding: 15px;
  }
}

html[dir="rtl"] .text_block h3::after {
  left: auto;
  right: 0;
}
html[dir="rtl"] .text_block .cont.products::before,
html[dir="rtl"] header .menu_btn {
  right: auto;
  left: 0;
}
html[dir="rtl"] footer h3 {
  letter-spacing: 0px;
}
html[dir="rtl"] footer h3::after {
  left: auto;
  right: 0;
}
html[dir="rtl"] footer ul li a {
  letter-spacing: 0;
}
html[dir="rtl"] footer ul li a:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
html[dir="rtl"] footer .bottom_link ul li a {
  border-left: 1px solid #7e7e7e;
  border-right: 0;
}
html[dir="rtl"] footer .bottom_link ul li:last-child a {
  border-left: 0;
}
html[dir="rtl"] .amenities_item .cont .company_logo {
  border-left: 0;
  border-right: 1px solid #ffd042;
}
html[dir="rtl"] .owl-stage-outer {
  direction: ltr;
}
html[dir="rtl"] .companies_cont .companies_row .company_item {
  border-width: 1px 1px 0px 0px;
}
html[dir="rtl"] .companies_cont .companies_row .company_item:last-child {
  border-left-width: 1px;
  border-right-width: 0px;
}
html[dir="rtl"] .companies_cont .companies_row:first-child {
  -webkit-transform: translateX(12.5%);
  -moz-transform: translateX(12.5%);
  -ms-transform: translateX(12.5%);
  -o-transform: translateX(12.5%);
  transform: translateX(12.5%);
}
html[dir="rtl"] .companies_cont .companies_row:last-child .company_item {
  border-width: 1px 1px 1px 0px;
}
html[dir="rtl"]
  .companies_cont
  .companies_row:last-child
  .company_item:last-child {
  border-left-width: 1px;
  border-right-width: 1px;
}
@media (max-width: 991px) {
  html[dir="rtl"] .companies_cont {
    padding-inline-start: 0;
  }
  html[dir="rtl"] .companies_cont .companies_row {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  html[dir="rtl"] .companies_cont .companies_row .company_item:last-child {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  html[dir="rtl"] .companies_cont .companies_row:first-child {
    border-left: 1px solid;
    border-right: 0;
  }
  html[dir="rtl"] .companies_cont .companies_row:last-child {
    border-left: 1px solid;
    border-right: 0;
  }
  html[dir="rtl"] .companies_cont .companies_row:last-child .company_item {
    border-width: 1px 1px 0px 0px;
  }
  html[dir="rtl"]
    .companies_cont
    .companies_row:last-child
    .company_item:last-child {
    border-left-width: 1px;
    border-right-width: 1px;
  }
}


@media (max-width: 575px) {

  html[dir="rtl"] .companies_cont {
    padding-inline-start: 10px;
  }


}
/*# sourceMappingURL=style.css.map */
