/* Global */
* {
  font-family: "Arabic Dubai" !important;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  /* scroll-behavior: smooth; */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dubai Font */
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

body {
  background: #fff;
}

.fas,
.fal,
.far,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.btn,
nav,
.button-default,
.swiper-pagination-bullet {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.gradient-easing {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.00709) 10.47%,
    rgba(0, 0, 0, 0.02755) 19.56%,
    rgba(0, 0, 0, 0.06016) 27.58%,
    rgba(0, 0, 0, 0.1037) 34.81%,
    rgba(0, 0, 0, 0.15697) 41.57%,
    rgba(0, 0, 0, 0.21875) 48.13%,
    rgba(0, 0, 0, 0.28782) 54.79%,
    rgba(0, 0, 0, 0.36296) 61.85%,
    rgba(0, 0, 0, 0.44297) 69.61%,
    rgba(0, 0, 0, 0.52662) 78.36%,
    rgba(0, 0, 0, 0.6127) 88.39%,
    rgba(0, 0, 0, 0.7)
  );
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.width-fluid {
  width: 100%;
}
.height-fluid {
  height: 100%;
}
.white-color {
  color: #ffffff !important;
}
.black-color {
  color: #000000 !important;
}
.main-color {
  color: #ffe03d;
}
.gray-color {
  color: #898989;
}
.form-group {
  border: 1px solid #898989;
  display: flex;
}
.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.form-control {
  display: block;
  color: #000;
  font-size: 18px;
  background: none;
  font-weight: 400;
  padding: 10px 18px;
  height: auto;
  border-radius: 0;
  border: none;
  width: 100%;
  resize: none;
}
textarea.form-control {
  min-height: 100px;
}
select.form-control {
  width: auto !important;
}
.select-group-div {
  border-right: 1px solid #898989 !important;
  padding-right: 10px;
}
.form-control:hover {
  outline: none;
}
.form-control:active {
  outline: none;
}
.form-control:focus {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
}
input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle {
  border-radius: 100% !important;
}
.opacity-hover:hover {
  opacity: 0.7;
}
.opacity-hover:active {
  opacity: 0.4;
}
.title {
  font-weight: bold;
  font-size: 43px;
  color: #fff;
  line-height: 1;
}
.bg-title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
}
.text {
  font-size: 24px;
  line-height: 1.3;
  color: #696969;
}
.main-color {
  color: #000e34 !important;
}
.logo-text {
  font-weight: 900;
  font-size: 31px;
  font-family: "Poppins", sans-serif;
}
.overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}
small {
  color: #333;
  font-weight: 600;
}
.flex-center-vh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-v {
  display: flex;
  align-items: center;
}
.flex-center-h {
  display: flex;
  justify-content: center;
}
.flex-between-vh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-between-h {
  display: flex;
  justify-content: space-between;
}
select {
  border: none !important;
  background: none;
  width: 100% !important;
}
.rating-container {
  display: flex;
  align-items: center;
}
.rating-container .icon {
  font-size: 20px;
  color: #e6e6e6;
}
.rating-container .icon.gold {
  color: #ffe03d;
}
.rating-container .rating-count {
  line-height: 1;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.icon-like {
  display: none;
  color: #ffe03d;
}
.ns-like.active .icon-like {
  display: block !important;
}
.ns-like.active .icon-unlike {
  display: none !important;
}
.slider-arrow-circle {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 3px solid #333;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}
.slider-arrow-circle:hover {
  opacity: 0.7;
}
.slider-arrow-circle:active {
  opacity: 0.5;
}
.slider-arrows-wrapper {
  position: absolute;
  width: calc(100% + 140px);
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
.slider-arrow-circle.swiper-button-disabled {
  border: 3px solid #eaeaea;
  color: #eaeaea;
  cursor: not-allowed;
}

/* Tabs */
.tt-btn {
  color: #33333350;
  font-weight: 600;
  font-size: 16px;
  margin-right: 25px;
  position: relative;
}
.tt-btn.active {
  color: #000;
}
.tt-btn.active:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 50px;
}
.sub-tabs-wrapper {
  padding: 25px 0;
}
.stc-btn {
  background: #eaeaea;
  padding: 6px 16px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
}
.stc-btn:hover,
.stc-btn.active {
  background: #333333;
  color: #fff;
}
.sub-tab-container {
  display: none;
}
.sub-tab-container.active {
  display: block !important;
}
.tabs-titles {
  margin-top: 15px;
}
/* Tabs */

/* Form */
.fgr-label {
  display: block;
  line-height: 1;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 9px;
}
.fgr-label .optional {
  color: #a1a1a1;
  font-weight: 600;
}
.fgr-input {
  border: 2px solid #e6e6e6;
  border-radius: 7px;
  display: block;
  width: 100%;
  padding: 10px 21px;
  font-size: 15px;
  color: #000;
}
.fgr-input::placeholder {
  font-size: 14px;
}
.iti__flag {
  background-image: url("../img/flags.png");
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.iti__flag {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none;
}
.iti__selected-dial-code {
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.iti__country-list {
  border: 2px solid #e6e6e6;
  top: 48px;
  z-index: 20;
  margin: 0 0 0 -2px;
}
/* Form */

/* Checkbox */
.fake-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.input-checkbox {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  cursor: pointer;
}
.input-checkbox:checked + .fake-cb-child > span {
  opacity: 1;
}
.fake-cb-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 3px;
  border: 1px solid #333;
}
.fake-cb-child > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.checkbox-text {
  margin: 0 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  width: calc(100% - 40px);
}
.checkbox-toggle-btn > div {
  font-size: 16px;
  font-weight: 600;
  color: #626262;
}
.checkbox-toggle-btn .icon {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
/* Checkbox */

/* Checkbox Circle */
.checkbox-circle .fake-cb-child {
  border-radius: 50%;
  border: 2px solid #333;
}
.checkbox-circle .fake-cb-child > span {
  border-radius: 100% !important;
}
/* Checkbox Circle */

/* Scroller Bar */
.ss-list::-webkit-scrollbar,
.scroller::-webkit-scrollbar,
#tabViewText::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.ss-list::-webkit-scrollbar-track,
.scroller::-webkit-scrollbar-track,
#tabViewText::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.ss-list::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb,
#tabViewText::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px;
}

/* Handle on hover */
.ss-list::-webkit-scrollbar-thumb:hover,
.scroller::-webkit-scrollbar-thumb:hover,
#tabViewText::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
/* Scroller Bar */

/* Pagination */
.page-link {
  background: none;
  margin: 0 7px;
  width: 40px;
  height: 40px;
  border: none;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
}
.page-link:hover,
.page-link.active,
.page-link:hover .icon {
  color: #fff;
  background: #333;
}
.page-item.disabled .page-link {
  background: none;
  margin: 0 7px;
}
.page-link .icon {
  font-size: 25px;
  color: #000;
}
.page-link {
  font-size: 18px;
}
/* Pagination */

/* Breadcrumb */
.breadcrumb {
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
/* Breadcrumb */

/** Buttons **/
.btn {
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.button-default {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 28px;
  padding: 9px 0;
  font-size: 20px;
  font-weight: 600;
  color: #00b4ff !important;
}
.button-default .icon {
  font-weight: 100;
  margin-left: 9px;
  font-style: inherit;
  font-size: 23px;
  line-height: 1;
}
.button-default:hover {
  color: #038dc7 !important;
}
.button-default:active {
  opacity: 0.5;
}
.btn-bg,
.btn-secondary {
  background: #000e34;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 16px 55px;
  font-size: 20px;
  border-radius: 0;
  font-weight: 500;
}
.btn-secondary {
  background: #6c757d;
  border: none !important;
}
.btn-bg .icon {
  font-size: 14px;
}
.btn-bg:hover {
  background: #00071a;
  color: #fff;
}
.btn-bg:active {
  opacity: 0.5;
}
.btn-bg:focus {
  color: #fff;
}
.btn-gray {
  background: #eaeaea;
  font-size: 14px;
  border-radius: 50px;
  padding: 11px 23px;
  color: #333;
}
.btn-gray .icon {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 600;
}
.btn-gray:hover {
  background: #dbdada;
}
.btn-gray:active {
  background: #c0bebe;
}
.btn-simple {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}
.btn-simple:hover {
  opacity: 0.7;
}
.btn-simple:active {
  opacity: 0.5;
}
.read-more-btn {
  font-weight: 600;
  font-size: 14px;
}
/** Buttons **/

/* Checkbox */
.fake-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.input-checkbox {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  cursor: pointer;
}
.input-checkbox:checked + .fake-cb-child > span {
  opacity: 1;
  border-radius: 2px;
}
.fake-cb-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 2.5px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}
.fake-cb-child > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.checkbox-text {
  margin: 0 9px;
  font-size: 15px;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 1;
  cursor: pointer;
  width: calc(100% - 40px);
}
.checkbox-toggle-btn > div {
  font-size: 16px;
  font-weight: 600;
  color: #626262;
}
.checkbox-toggle-btn .icon {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.keeped-forgot {
  line-height: 1;
}
.keeped-forgot .checkAll {
  width: 210px;
}
/* Checkbox */

/* Contact */
.selectbox-tel-keys .placeholder {
  font-size: 16px;
}
.selectbox-tel-keys .ss-main .ss-single-selected .ss-arrow span {
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.selectbox-tel-keys .ss-content {
  width: 70px;
  left: -8px;
  top: calc(100% + 17px);
}
.selectbox-tel-keys .ss-option {
  padding: 8px 12px !important;
  text-align: center !important;
  font-size: 15px;
}
/* Contact */

/* Modal */
.modal {
  z-index: 105000;
}
.modal.fade .modal-dialog {
  max-width: 530px;
}
/* Modal */

.wrapper-container {
  padding-top: 66.2px;
  padding-bottom: 170px;
}
/* Global */

/* Navbar */
.navabr-container {
  background-color: #000e34;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
}
.navbar-links-box a {
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin-left: 30px;
  display: inline-block;
}
.navbar-links-box a:hover {
  color: #bebebe;
}
.navbar-toggle-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
}
.navbar-toggle-btn:hover {
  filter: grayscale(50%);
}
.navbar-toggle-btn {
  display: none;
}
.navbar-call-btn {
  margin: 0 10px;
  display: none;
}
.nav-arrow-icon {
  filter: grayscale(100%);
  height: 17px;
}
.nf-title {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin-bottom: 9px;
}
.nf-subscribe {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  margin-bottom: 3px;
  overflow: hidden;
}
.foot-btn-subscribe {
  padding: 5px 15px;
  font-size: 15px;
  border-left: 1px solid #fff !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-btn-subscribe .icon {
  color: #fff;
}
.nf-subscribe input {
  font-size: 13px;
  padding: 9px 11px !important;
  outline: none;
  color: #fff;
}
.nf-subscribe input::placeholder {
  color: #fff;
}
.foot-btn-subscribe span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.foot-btn-subscribe:hover {
  background-color: #fff !important;
}
.foot-btn-subscribe:hover span,
.foot-btn-subscribe:hover .icon {
  color: #000e34;
}
.foot-btn-subscribe:focus,
.foot-btn-subscribe:active {
  outline: none;
  box-shadow: none;
}
.foot-btn-subscribe:active {
  opacity: 0.7;
}
.nf-text {
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
.nf-socialmedida {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.nfs-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.nfs-social i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 18px;
}
.nfs-social a:hover i {
  color: #000 !important;
}
.nf-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nf-copyright .foot-des-link {
  color: #fff;
  font-weight: 600;
}
.nf-copyright div {
  padding: 8px 0;
  padding: 8px 0;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}
.nf-copyright div a {
  color: #fff;
}
.navbar-logo img {
  width: 92.55px !important;
  transform: scale(1.1);
}
.nf-bottom {
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
}
.nav-arrow-icon {
  display: none;
}
.navbar-footer {
  display: none;
}
/* Navbar */

/* Home */
.swiper-home-bg {
  min-height: 600px;
  height: calc(100vh - 66.2px);
}
.shb-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 120px;
}
.shb-details-card {
  display: inline-block;
  padding: 24px 45px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  width: 550px;
  max-width: 100%;
}
.shb-details-card > div {
  word-break: break-all;
}
.shb-sub-title {
  font-weight: 600;
  color: #626262;
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 1;
}
.shb-title {
  font-size: 43px;
  font-weight: bold;
  color: #00b4ff;
}
.shb-description {
  color: #626262;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.shb-action .btn {
  line-height: 1;
  padding: 0;
}
.swiper-pagination {
  width: auto !important;
  top: 50% !important;
  right: 50px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  display: block;
  margin-bottom: 6px !important;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.swiper-pagination-bullet-active {
  height: 40px;
  border-radius: 40px;
}
.hsd-container {
  padding: 100px 0;
}
.hsd-container .title {
  margin-bottom: 27px;
  color: #000e34;
}
.hd-details {
  width: 550px;
  padding: 80px 50px 50px;
  background: #19b6f9;
}
.hd-details .title {
  line-height: 1.2;
  font-size: 44px;
}
.hd-details .text {
  line-height: 1.3;
  font-size: 20px;
  color: #696969;
}
.hd-view {
  width: calc(100% - 550px);
}
.hd-view-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hd-details .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}
/* Home */

/* Customers */
.customers {
  padding-top: 80px;
}
.customers .title {
  color: #424e5e;
}
.customers-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 25px;
}
.customer-card {
  padding: 10px;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.customer-card img {
  height: 95px;
  object-fit: contain;
}
.tab-view-block {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.tab-view-img {
  width: 250px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
.tab-view-img img {
  width: auto;
  height: 178px !important;
  margin: auto;
  object-fit: contain;
}
.tab-view-details {
  width: calc(100% - 250px);
  background: #f7f7f7;
  padding: 30px;
}
.tab-view-details .text {
  text-align: left;
  color: #696969;
  font-size: 17px;
  line-height: 1.5;
  word-break: break-all;
}
.close-tab-view-btn {
  position: absolute;
  top: 4px;
  right: 15px;
  color: #999;
  font-size: 22px;
  z-index: 20;
}
.close-tab-view-btn:hover {
  color: #000;
}
.close-tab-view-btn:active {
  opacity: 0.5;
}
.customers-view {
    margin-top: 40px;
    position: relative;
    display: none;
}
.customers-view.active {
    display: block !important;
}
.customer-card-btn.active {
  opacity: 0.45;
}
#tabViewText {
  height: 158px;
  overflow-y: auto;
}
/* Customers */

/* Footer */
footer {
  background: #000e34;
}
.footer-content {
  padding-top: 40px;
  padding-bottom: 70px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 276px;
}
.footer-logo img {
  width: 122px !important;
  margin-top: -12px;
}
.foot-link {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
  font-weight: 400;
}
.foot-link:hover {
  color: #ccc;
}
.foot-link:active {
  color: #ccc;
  opacity: 0.7;
}
.foot-link:focus {
  color: #fff;
}
.social-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.social-line {
  width: 35px;
  margin: 0 7px;
  height: 1px;
  background: #fff;
}
.social-link {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-left: 8px;
  line-height: 1;
}
.social-link:hover {
  color: #ccc;
}
.social-link:active {
  opacity: 0.7;
}
.social-link:focus {
  color: #fff;
}
.foot-form-text .title {
  font-size: 17px;
  font-weight: 500;
  margin-right: 20px;
}
.foot-form-text .text {
  font-size: 16px;
  font-weight: 400;
  color: #eee;
}
.input-newsletter {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}
.input-newsletter input {
  padding: 9px 18px;
  color: #fff;
  width: 100%;
}
.input-newsletter input::placeholder {
  color: #fff;
}
.input-newsletter .btn {
  color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
  padding: 3px 20px;
}
.input-newsletter .btn:hover,
.input-newsletter .btn.active {
  background: #fff;
  color: #000e34;
}
.input-newsletter .btn:active {
  opacity: 0.7;
}
.footer-bottom {
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}
.fb-text {
  color: #fff;
  padding: 13px 0;
}
.fb-text a {
  color: #fff;
}
.fb-text a:hover {
  color: #ccc;
}
/* Footer */

/***** Common  *****/
.page-header {
  position: relative;
  height: 80vh;
  min-height: 550px;
}
.ph-view {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title {
  position: absolute;
  bottom: 130px;
  z-index: 20;
}
.page-title .sub-title {
  color: #fff;
  font-size: 28px;
}
.page-title .title {
  color: #fff;
  font-size: 65px;
}
/***** Common  *****/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Common */
  .page-header {
    height: 44vh;
    min-height: 250px;
  }
  /* Common */
}

@media (max-width: 767.98px) {
  .navbar-links-box a:hover {
    color: #ddd;
  }
  .page-title {
    bottom: 30px;
  }
  .page-title .title {
    color: #fff;
    font-size: 35px;
  }
  .page-title .sub-title {
    font-size: 20px;
  }
  .wrapper-container {
    padding-top: 64.93px;
    padding-bottom: 80px;
  }
  .button-default {
    font-size: 17px;
  }
  .button-default .icon {
    font-size: 19px;
  }
  .swiper-pagination {
    width: 100% !important;
    height: auto;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: 0 !important;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    margin-bottom: 6px !important;
    width: 12px;
    height: 12px;
    background-color: #ffffff70;
    opacity: 1;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  }
  .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .btn-bg {
    padding: 10px 32px;
    font-size: 17px;
  }

  /* Navbar */
  .navbar-logo img {
    transform: none;
    margin-left: 0;
    width: 90px !important;
  }
  .navbar-links-content {
    display: none;
    position: fixed;
    top: 64.93px;
    left: 0;
    width: 100%;
    min-height: calc(100% - 64.93px);
    padding: 0 20px;
    z-index: 96034;
    overflow-y: auto;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    background-color: #000e34;
    border-top: 1px solid #fff;
  }
  .navabr-container {
    padding: 10px 0;
  }
  .navbar-links-content.active {
    display: flex;
  }
  .navbar-toggle-btn.active {
    display: block !important;
  }
  .navbar-links-box a {
    position: relative;
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    line-height: 1;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }
  .navbar-links-box a:last-of-type {
    margin-bottom: 20px;
  }
  .nf-title {
    line-height: 1;
  }
  .foot-social-link {
    font-size: 19px;
    color: #fff;
    margin-left: 10px;
  }
  .foot-social-link:hover {
    color: #ddd;
  }
  .nfs-title {
    font-size: 16px;
  }
  .nfs-social {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .navbar-links-box {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .navbar-footer {
    flex: 0;
    display: block;
  }
  .nav-arrow-icon {
    display: block;
    filter: invert(1);
    height: 28px;
  }
  .navbar-call-btn {
    display: block !important;
  }
  /* Navbar */

  /* Home */
  .shb-details-card {
    padding: 20px 30px;
  }
  .shb-action .btn {
    font-size: 16px;
  }
  .shb-action .btn .icon {
    font-size: 17px;
  }
  .shb-sub-title {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .shb-title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .shb-description {
    font-size: 17px;
  }
  .swiper-home-bg {
    min-height: 400px;
    height: 65vh;
  }
  .shb-slide {
    padding-bottom: 45px;
  }
  .hsd-container {
    padding: 40px 0;
  }
  .hsd-container .title {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .hsd-container .text {
    font-size: 17px;
  }
  .hsd-container .text br {
    content: "";
  }
  .home-widget {
    flex-direction: column;
    margin: 0 -15px;
  }
  .home-widget > div {
    width: 100%;
  }
  .hd-details {
    padding: 40px 30px 35px;
  }
  .hd-details .title {
    font-size: 27px;
    margin-bottom: 20px !important;
    line-height: 1.1;
  }
  .hd-details .title br {
    content: "";
  }
  .hd-details .text {
    font-size: 17px;
  }
  .hd-details .btn {
    margin-top: 32px !important;
    padding: 11px 29px;
    font-size: 16px;
  }
  .customers {
    padding-top: 40px;
  }
  .customers .title {
    font-size: 26px;
    margin-bottom: 1rem !important;
  }
  .customers .text {
    font-size: 16px;
    margin-bottom: 2rem !important;
  }
  .customers .text br {
    content: "";
  }
  #tabViewText {
    margin-bottom: 0 !important;
  }
  .customers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .customer-card img {
    height: 85px;
  }
  .tab-view-block {
    display: block !important;
  }
  .tab-view-img {
    width: 100%;
  }
  .tab-view-details {
    width: 100%;
  }
  .tab-view-img img {
    height: 150px !important;
    margin: auto;
  }
  .close-tab-view-btn {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333 !important;
    color: #fff !important;
    font-weight: 100;
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 50%;
    top: 12px;
    right: 12px;
  }
  .close-tab-view-btn:hover {
    background: #000 !important;
    color: #fff !important;
  }
  .close-tab-view-btn:active {
    background: #000 !important;
    color: #fff !important;
    opacity: 0.5;
  }
  /* Home */

  /* Footer */
  .footer-content {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .footer-logo img {
    /* width: 155px !important; */
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer-grid {
    display: block;
  }
  .foot-link {
    font-size: 20px;
    margin-right: 17px;
  }
  .footer-links {
    margin-bottom: 27px !important;
  }
  .foot-form-text {
    display: block !important;
    margin-bottom: 9px !important;
  }
  .foot-form-text .text {
    display: none;
  }
  .foot-form-text .title {
    font-size: 17px;
  }
  .input-newsletter {
    margin-bottom: 5px;
    border-radius: 0;
  }
  .form-newsletter {
    margin-bottom: 20px;
  }
  .form-newsletter .text {
    display: block !important;
    font-size: 15px;
    color: #fff;
  }
  .fb-text {
    padding: 9px 0;
    font-size: 15px;
  }
  .fb-text:nth-of-type(2) {
    order: 3;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .fb-text:last-of-type {
    order: 2;
  }
  .social-line {
    display: none;
  }
  .foot-socialmedia {
    border-top: 1px solid #fff;
    padding: 9px 0;
  }
  .input-newsletter input {
    padding: 7px 13px;
  }
  .input-newsletter .btn {
    font-size: 15px;
    padding: 3px 15px;
  }
  .social-icons {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  /* Footer */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Navbar */
  .navbar-links-content {
    width: 540px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* Navbar */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-title {
    bottom: 100px;
  }
  .page-title .title {
    font-size: 55px;
  }
  .button-default {
    font-size: 19px;
    padding: 5px 0;
  }
  .button-default .icon {
    font-size: 19px;
  }
  .btn-bg {
    padding: 13px 39px;
    font-size: 19px;
  }
  .wrapper-container {
    padding-top: 66.2px;
    padding-bottom: 150px;
  }
  /* Navbar */
  .navbar-logo img {
    transform: none;
    margin-left: 0;
  }
  /* Navbar */
  .swiper-home-bg {
    min-height: 400px;
    height: calc(100vh - 66.2px);
  }
  .shb-slide {
    padding-bottom: 70px;
  }
  .shb-details-card {
    padding: 24px 30px;
  }
  .shb-sub-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .shb-title {
    font-size: 38px;
    margin-bottom: 6px;
    line-height: 1;
  }
  .shb-description {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hsd-container {
    padding: 75px 0;
  }
  .hsd-container .title {
    font-size: 39px;
  }
  .hsd-container .text {
    font-size: 22px;
  }
  .home-widget > div {
    width: 50%;
  }
  .hd-details {
    padding: 50px 30px 30px;
  }
  .hd-details .title {
    font-size: 36px;
  }
  .hd-details .text {
    font-size: 19px;
  }
  .hd-details .btn {
    margin-top: 35px !important;
  }
  .customers {
    padding-top: 70px;
  }
  .customers .title {
    font-size: 40px;
  }
  .customers .text {
    font-size: 22px;
  }
  .customers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .tab-view-img img {
    width: auto;
  }
  .tab-view-img {
    width: 180px;
  }
  .tab-view-details {
    width: calc(100% - 180px);
    padding: 20px;
  }
  .tab-view-details .text {
    font-size: 17px;
  }
  /* Home */
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* Footer */
  .footer-grid {
    flex-wrap: wrap;
  }
  .footer-logo img {
    margin-top: 0;
  }
  .footer-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .foot-left {
    margin-bottom: 20px;
  }
  .footer-links {
    margin-bottom: 20px !important;
  }
  .foot-form-text {
    margin-bottom: 0.5rem !important;
  }
  .foot-right {
    margin-top: 23px;
  }
  .footer-bottom {
    padding: 11px 0;
  }
  .foot-link {
    font-size: 20px;
  }
  /* Footer */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-title {
    bottom: 100px;
  }
  .page-title .title {
    font-size: 55px;
  }
  .button-default {
    font-size: 19px;
  }
  .button-default .icon {
    font-size: 20px;
  }

  /* Home */
  .swiper-home-bg {
    min-height: 540px;
  }
  .shb-slide {
    padding-bottom: 80px;
  }
  .shb-details-card {
    padding: 24px 35px;
  }
  .shb-sub-title {
    font-size: 19px;
    line-height: 1;
  }
  .shb-title {
    font-size: 38px;
  }
  .shb-description {
    font-size: 19px;
  }
  .customers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }
  /* Home */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Footer */
  .social-link {
    font-size: 18px;
    margin-left: 5px;
  }
  .social-line {
    width: 5px;
  }
  .social-text {
    font-size: 15px;
  }
  /* Footer */
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
