<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global */
* {
  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;
}

body {
  font-family: 'Montserrat', sans-serif;
}

/* 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;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.max-1-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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,
.ps-view-img,
.nlb-item-child .icon {
  -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: #006621 !important; /* #ffe03d */
}
.gray-color {
  color: #898989;
}
.form-group {
  border: 1px solid #898989;
  display: flex;
}
.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
    line-height: 1;
    overflow: visible;
}
.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;
  padding-left: 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: 36px;
  color: #fff;
  line-height: 1;
}
.bg-title {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
}
.text {
  color: #626262;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.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: #005F35;
}
.rating-container .rating-count {
  line-height: 1;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.icon-like {
  display: none;
  color: #005F35;
}
.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 &gt; 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 &gt; 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 &gt; 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 &gt; 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: #005f35 !important;
  background: #fff !important;
}
.button-default .icon {
  font-weight: 100;
  margin-left: 9px;
  font-style: inherit;
  font-size: 23px;
  line-height: 1;
}
.button-default:hover {
  color: #01301c !important;
}
.button-default:active {
  opacity: 0.5;
}
.btn-normal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #666 !important;
  background: transparent;
}
.btn-normal .icon {
  font-weight: 400;
  margin: 0 7px;
}
.btn-normal:hover {
  color: #000 !important;
}
.btn-normal:active {
  color: #000 !important;
  opacity: 0.4;
}
.btn-normal-white {
  color: #fff !important;
}
.btn-normal-white:hover {
  color: #ddd !important;
}
.btn-bg,
.btn-secondary {
  background: #005f35;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  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: #014527;
  color: #fff !important;
}
.btn-bg:active {
  opacity: 0.5;
  background: #014527;
  color: #fff !important;
}
/* .btn-bg:focus {
  background: #fff;
  color: #005f35 !important;
} */
.btn-pry {
  background: #fff;
  color: #005f35;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 47px;
  font-size: 18px;
  border-radius: 0;
  font-weight: 500;
}
.btn-pry .icon {
  color: #005f35;
  font-size: 16px;
  font-weight: 600;
}
.btn-pry:hover {
  color: #fff;
  background: #005f35;
}
.btn-pry:active {
  color: #fff;
  background: #005f35;
  opacity: 0.5;
}
.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 &gt; 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 &gt; 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 &gt; 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: 250px;*/
  padding-bottom: 170px;
}
.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;
}
/* Global */

/* Navbar */
.navabr-container {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 0px 40px #5C5C5C1A;
}
.navbar-links-box .nlb-item,
.nlb-item-child {
  font-size: 17px;
  color: #808080;
  font-weight: 500;
  margin: 0 15px 0;
  display: inline-block;
  position: relative;
}
.nlb-item-child {
  margin: 0;
}
.nlb-item-child .icon {
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.nav-dropdown-list {
  position: absolute;
  top: 184%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 5px 0;
  border-radius: 4px;
  display: none;
}
.nav-dropdown-list:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.ndl-item a {
  padding: 10px 14px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  display: block;
  color: #666;
}
.ndl-item a:hover {
  background: #005F35;
  color: #fff;
}
.ndl-item a:active {
  opacity: 0.6;
}
.ndl-item:last-of-type a {
  border: none
}
.ndl-item a {
  white-space: nowrap;
}
.navbar-links-box .nlb-item:hover,
.nlb-item-child:hover,
.nlb-item-child.active {
  color: #27ae60;
}
.nlb-item:hover .nav-dropdown-list {
  display: block;
}
.nlb-item:hover .nlb-item-child .icon {
  transform: rotateZ(180deg);
}
.navbar-toggle-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.navbar-toggle-btn:hover {
  filter: grayscale(50%);
}
.navbar-toggle-btn .icon {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

/* .navbar-call-btn {
  margin: 0 10px;
  display: none;
} */
.nav-arrow-icon {
  filter: grayscale(100%);
  height: 17px;
}
.nf-title {
  font-weight: 600;
  font-size: 14px;
  color: #777;
  margin-bottom: 9px;
}
.nf-subscribe {
  display: flex;
  justify-content: space-between;
  border: 1px solid #777;
  margin-bottom: 3px;
  overflow: hidden;
}
.foot-btn-subscribe {
  padding: 5px 15px;
  font-size: 15px;
  border-left: 1px solid #777 !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-btn-subscribe .icon {
  color: #777;
}
.nf-subscribe input {
  font-size: 11px;
  padding: 9px 11px !important;
  outline: none;
  color: #777;
}
.nf-subscribe input::placeholder {
  color: #777;
  font-size: 11px;
}
.foot-btn-subscribe span {
  font-size: 12px;
  font-weight: 600;
  color: #777;
}
.foot-btn-subscribe .icon {
  height: 0.8em;
}
.foot-btn-subscribe:hover {
  background-color: #005f35 !important;
}
.foot-btn-subscribe:hover span,
.foot-btn-subscribe:hover .icon {
  color: #fff;
}
.foot-btn-subscribe:focus,
.foot-btn-subscribe:active {
  outline: none;
  box-shadow: none;
}
.foot-btn-subscribe:active {
  opacity: 0.7;
}
.nf-text {
  margin-top: 8px;
  font-size: 10px;
  color: #777;
  margin-bottom: 15px;
}
.nf-socialmedida {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 10px 0;
}
.nfs-title {
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
.nfs-social i {
  display: inline-block;
  color: #777;
  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: #777;
  font-weight: 600;
}
.nf-copyright div {
  padding: 8px 0;
  padding: 8px 0;
  font-weight: 600;
  color: #777;
  font-size: 11px;
}
.nf-copyright div a {
  color: #777;
}
.navbar-logo img {
  width: 193px !important;
  /* transform: scale(1.1); */
}
.nf-bottom {
  width: 100%;
  text-align: center;
  border-top: 1px solid #777;
}
.nav-arrow-icon {
  display: none;
}
.navbar-footer {
  display: none;
}

/* Navbar Lang */
.navbar-lang {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  order: 2
}
.nav-lang-img,
.dm-lang-img {
  height: 14px;
  object-fit: cover;
  display: inline-block;
}
.dm-lang-img {
  height: 13px;
}
.navbar-lang .btn {
  padding: 3px 0;
  display: flex;
  align-items: center;
  position: relative;
    color: #000 !important;
}
.navbar-lang .dropdown-toggle::after {
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  content: none;
}
.navbar-lang .btn .icon {
  font-size: 14px;
}
.navbar-lang .dropdown-item {
  padding: 5px 7px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.navbar-lang .dropdown-item:active {
  /*background: #006621;*/
  background: #a1a1a1;
}
.navbar-lang .dropdown-item:active span {
  color: #fff;
}
.navbar-lang .btn,
.navbar-lang .btn:focus,
.navbar-lang .btn:hover,
.navbar-lang .btn:active {
  border: none !important;
  outline: none !important;
}
.navbar-lang .dropdown-menu {
  min-width: 100%;
  padding: 3px 0;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: none;
  border-radius: 4px;
  max-width: 100%;
    margin-top: 6px;
}
.lang-text {
  font-size: 15px;
  padding: 0px 5px 0 4px;
  display: block;
  font-weight: 600;
  line-height: 0.8;
    color: #000 !important;
}
.navbar-lang .dropdown-menu a {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.navbar-lang .dropdown-menu a img {
  margin-right: 7px;
}
.navbar-lang .dropdown-menu a span {
  font-weight: 600;
  font-size: 12px;
}
/* Navbar */

/* Home */
.swiper-home-bg { /* .swiper-home-bg */
  /* min-height: 600px;
  height: calc(100vh - 66.2px); */
}
.shb-slide-widget {
  position: relative;
  /* min-height: 600px; */
  /* height: calc(100vh - 66.2px); */
}
.shb-slide-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  height: calc(100vh - 66.2px);
}
.shb-details-card {
  position: absolute;
  bottom: 120px;
  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 &gt; div {
  word-break: break-all;
}
.shb-sub-title {
  font-weight: 500;
  color: #626262;
  font-size: 19px;
  line-height: 1;
}
.shb-title {
  font-size: 40px;
  font-weight: bold;
  color: #005f35;
  line-height: 1.2;
  margin: 4px 0 10px;
}
.shb-description {
  color: #626262;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 17px;
}
.shb-action .btn {
  line-height: 1;
  padding: 0;
}
.swiper-pagination .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 .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 .swiper-pagination-bullet-active {
  height: 40px;
  border-radius: 40px;
}
.hsd-container {
  padding: 75px 0 60px;
}
.hsd-container .title {
  font-size: 40px;
  margin-bottom: 27px;
  color: #005f35;
}
.bnp-details {
  width: 500px;
  padding: 40px 55px 50px 55px;
  background: #B97C00;
  display: flex;
  flex-direction: column;
}
.bnp-top {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bnp-details .sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.bnp-details .title {
  line-height: 1.2;
  font-size: 44px;
}
.bnp-details .text {
  line-height: 1.3;
  font-size: 20px;
  color: #696969;
}
.bnp-text {
  display: none;
}
.bnp-view {
  position: relative;
  width: calc(100% - 500px);
}
.bnp-view-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gradient-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.gradient-container .gd {
  width: 28px;
}
.gd.gd-100 {
  background: #14648699;
}
.gd.gd-50 {
  background: #13455897;
}
.gd.gd-20 {
  background: #2B353597;
}
.bnp-details .btn {
  margin-top: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
/* Home */

/* Customers */
.customers {
  padding-top: 80px;
}
.customers .title {
  color: #424e5e;
  font-size: 30px;
}
.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;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  /*transition: visibility 0s linear 300ms, opacity 300ms;*/
   display: none;
}
.customers-view.active {
  /*visibility: visible;*/
  /*opacity: 1;*/
  /*transition: visibility 0s linear 0s, opacity 300ms;*/
    display: block !important;
}
.customer-card-btn.active {
  opacity: 0.45;
}
#tabViewText {
  height: 158px;
  overflow-y: auto;
}
/* Customers */

/* Footer */
footer {
  background: #006130;
}
.footer-content {
  padding-top: 40px;
  padding-bottom: 70px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  /* width: 276px; */
  width: 200px;
}
.footer-logo img {
  width: 50px !important;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
}
.foot-link {
  font-size: 17px;
  color: #fff;
  margin-right: 23px;
  font-weight: 500;
}
.foot-link:hover {
  color: #ccc;
}
.foot-link:active {
  color: #ccc;
  opacity: 0.7;
}
.foot-link:focus {
  color: #fff;
}
.social-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.social-line {
  width: 35px;
  margin: 0 7px;
  height: 1px;
  background: #fff;
}
.social-link {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-left: 14px;
  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: 14px;
  font-weight: 600;
  margin-right: 16px;
}
.foot-form-text .text {
  font-size: 13px;
  font-weight: 400;
  color: #eee;
}
.input-newsletter {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  min-width: 550px
}
.input-newsletter input {
  padding: 9px 18px;
  color: #fff;
  width: 100%;
  font-size: 13px;
}
.input-newsletter input::placeholder {
  color: #fff;
}
.input-newsletter .btn {
  color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 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: 17px 0;
  font-size: 14px;
}
.fb-text a {
  color: #fff;
}
.fb-text a:hover {
  color: #ccc;
}
.fb-text-copyrights,
.nf-left {
    display: flex;
    direction: ltr;
    flex-wrap: wrap;
}
.full_year {
    margin: 0 3px;
}
/* Footer */

/***** Common  *****/
.page-header {
  position: relative;
  /*height: 80vh;*/
  /*min-height: 550px;*/
    height: 72vh;
    min-height: 500px;
}
.ph-view {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title {
  position: absolute;
  bottom: 130px;
  z-index: 20;
}
.page-title .sub-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.page-title .title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
/***** Common  *****/

/* Back Button */
.back-action .btn {
    overflow: visible;
    line-height: 1.4em;
}
.back-action .btn .icon {
  margin-left: 0;
}
/* Back Button */

/* Editor */
.ttcgc-text * {
    white-space: pre-wrap;
    word-break: break-word;
    /*line-height: 1.9;*/
}
/* Editor */

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

  /* Home */
  .shb-slide-bg {
    min-height: 320px;
    height: 30vh;
  }
  .shb-details-card {
    padding: 20px 20px;
    position: static;
    bottom: auto;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    max-width: calc(100% + 30px);
    background: #F8F8F8;
  }
  /* Home */
}

@media (max-width: 767.98px) {
  .form-control {
    color: #000;
    font-weight: 600;
  }
  .form-control::placeholder,
  .form-control {
    font-size: 15px;
  }
  .navbar-links-box .nlb-item:hover,
  .nlb-item-child:hover {
    color: #ddd;
  }
  .page-title {
    bottom: 30px;
  }
  .page-title .title {
    color: #fff;
    font-size: 30px;
  }
  .page-title .sub-title {
    font-size: 18px;
  }
  .wrapper-container {
    padding-top: 64.93px;
    padding-bottom: 80px;
  }
  .button-default {
    font-size: 17px;
  }
  .button-default .icon {
    font-size: 19px;
  }
  .swiper-pagination .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 .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 .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .btn-bg {
    padding: 10px 32px;
    font-size: 17px;
  }
  .btn-normal {
    font-size: 14px;
  }

  /* Navbar */
  .navbar-logo img {
    transform: none;
    margin-left: 0;
    width: 187.65px !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: #F7F7F7;
    border-top: 1px solid #c1c1c1;
  }
  .navabr-container {
    padding: 10px 0;
  }
  .navbar-links-content.active {
    display: flex;
  }
  .navbar-toggle-btn.active {
    display: inline-flex !important;
  }
  .navbar-links-box .nlb-item {
    position: relative;
    margin: 0;
    display: block;
    border-bottom: 1px solid #c1c1c1;
    padding: 13px 0;
    line-height: 1;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
  }
  .nlb-item-child {
    position: relative;
    margin: 0 !important;
    display: block;
    line-height: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #777;
    width: 100%;
  }
  .nlb-item-child .icon {
    display: none;
  }
  .navbar-links-box .nlb-item:last-of-type,
  .nlb-item-child {
    margin-bottom: 20px;
  }
  .nf-title {
    line-height: 1;
  }
  .foot-social-link {
    font-size: 19px;
    color: #fff;
    margin-left: 10px;
  }
  .foot-social-link .icon {
    color: #777;
  }
  .foot-social-link:hover .icon {
    color: #000;
  }
  .nfs-title {
    font-size: 12px;
  }
  .nfs-social {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .navbar-links-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    /*max-height: calc(100vh - 294.13px);*/
  }
  .navbar-footer {
    flex: 0;
    display: block;
    padding-top: 10px;
  }
  .nav-arrow-icon {
    display: block;
    filter: invert(0.5);
    height: 28px;
  }
  .navbar-call-btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
  }
  .navbar-lang {
    order: unset;
    margin-right: 0;
    margin-left: 0;
  }
  .nlb-item:hover .nav-dropdown-list {
      display: block;
      z-index: 20;
      top: 102%;
      width: 100%;
  }
  /* Navbar */

  /* Home */
  /* .shb-slide-bg {
    min-height: 320px;
    height: 30vh;
  }
  .shb-details-card {
    padding: 20px 20px;
    position: static;
    bottom: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    max-width: calc(100% + 30px);
    background: #F8F8F8;
  } */
  /* .shb-slide-widget {
    min-height: 549px;
    height: calc(100vh - 66.2px);
  } */
  .shb-details-card {
    bottom: 60px;
    width: 400px;
    padding: 24px 24px;
  }
  .shb-action .btn {
    font-size: 15px;
  }
  .shb-action .btn .icon {
    font-size: 14px;
  }
  .shb-sub-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .shb-title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .shb-action {
    line-height: 1;
  }
  .swiper-pagination {
    display: none;
  }
  .shb-description {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .hsd-container {
    padding: 30px 0;
  }
  .hsd-container .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .hsd-container .text {
    font-size: 14px;
  }
  .hsd-container .text br {
    content: "";
  }
  .hsd-action {
    margin-top: 15px !important;
  }
  .bnp-widget {
    flex-direction: column;
    margin: 0 -15px;
  }
  .bnp-widget &gt; div {
    width: 100%;
  }
  .bnp-details {
    padding: 20px 25px 25px;
  }
  .bnp-details .title {
    font-size: 24px;
    margin-bottom: 10px !important;
    line-height: 1.4;
  }
  .bnp-details .sub-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .bnp-details .title br {
    content: "";
  }
  .bnp-details .bnp-text {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
  }
  .bnp-details .btn {
    margin-top: 26px !important;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 600;
  }
  .gradient-container {
    display: none !important;
  }
  .bnp-text {
    display: block;
  }
  .customers {
    padding-top: 40px;
  }
  .customers .title {
    font-size: 20px;
    margin-bottom: 1rem !important;
  }
  .customers .text {
    font-size: 14px;
    margin-bottom: 2rem !important;
  }
  .customers .text br {
    content: "";
  }
    .customers-view {
        display: none;
        visibility: unset !important;
        opacity: 1 !important;
        transition: none !important;
    }
    .customers-view.active {
        display: block;
        visibility: unset !important;
        opacity: 1 !important;
        transition: none !important;
    }
  #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: 20px;
    padding-bottom: 0;
  }
  .footer-logo img {
    width: 40px !important;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .footer-grid {
    display: block;
  }
  .foot-link {
    font-size: 16px;
    margin-right: 17px;
    line-height: 2;
  }
  .footer-links {
    margin-bottom: 25px !important;
  }
  .foot-form-text {
    display: block !important;
    margin-bottom: 9px !important;
  }
  .foot-form-text .text {
    display: none;
  }
  .foot-form-text .title {
    font-size: 14px;
  }
  .input-newsletter {
    margin-bottom: 5px;
    border-radius: 0;
    min-width: auto;
  }
  .form-newsletter {
    margin-bottom: 20px;
  }
  .form-newsletter .text {
    display: block !important;
    font-size: 11px;
    color: #fff;
  }
  .fb-text {
    padding: 9px 0;
    font-size: 12px;
  }
  .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: 13px;
    padding: 3px 15px;
  }
  .social-icons {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .social-link {
    font-size: 19px;
  }
  .social-text {
    font-size: 13px;
  }
  /* Footer */
}

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

  /* Home */
  .shb-slide-bg {
    min-height: 550px;
  }
  /* Home */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .form-control {
    color: #000;
    font-weight: 600;
  }
  .form-control::placeholder,
  .form-control {
    font-size: 15px;
  }
  .page-title {
    bottom: 100px;
  }
  .page-title .title {
    font-size: 37px;
  }
  .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;
  }
  .btn-pry {
    padding: 13px 35px !important;
    font-size: 16px;
  }
  .btn-normal {
    font-size: 15px;
  }
  /* Navbar */
  .navabr-container {
    padding: 14.55px 0;
  }
  .navbar-logo img {
    transform: none;
    margin-left: 0;
    width: 155px !important;
  }
  .navbar-links-box .nlb-item, .nlb-item-child {
    font-size: 14px;
  }
  .navbar-links-box .nlb-item {
    margin: 0 7px 0;
  }
  .nlb-item-child .icon {
    font-size: 11px;
    top: 0;
  }
  .navbar-lang {
    margin-left: 10px;
  }
  .nav-lang-img, .dm-lang-img {
    height: 12px;
  }
  .lang-text {
    font-size: 13px;
  }
  .navbar-lang .btn .icon {
    font-size: 11px;
  }
  /* Navbar */
  .shb-slide-bg {
    min-height: 400px;
    height: calc(100vh - 66.2px);
  }
  .shb-details-card {
    padding: 24px 30px;
    width: 470px;
    bottom: 60px;
  }
  .shb-sub-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .shb-title {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: 1;
  }
  .shb-description {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .hsd-container {
    padding: 60px 0;
  }
  .hsd-container .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hsd-container .text {
    font-size: 17px;
  }
  .hsd-container .text br {
    content: ""
  }
  .bnp-widget &gt; div {
    width: 50%;
  }
  .bnp-details {
    padding: 30px 30px 30px;
  }
  .bnp-details .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .bnp-details .text {
    font-size: 19px;
    display: none;
  }
  .bnp-details .btn {
    margin-top: 35px !important;
  }
  .customers {
    padding-top: 60px;
  }
  .customers .title {
    font-size: 33px;
  }
  .customers .text {
    font-size: 17px;
  }
  .customers .text br {
    content: ""
  }
  .customers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .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;
  }
  .foot-link {
    font-size: 18px;
  }
  /* 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: 47px;
  }
  .button-default {
    font-size: 19px;
  }
  .button-default .icon {
    font-size: 20px;
  }
  .btn-pry {
    padding: 10px 36px;
    font-size: 17px;
    font-weight: 600;
  }

  /* Navbar */
  .navbar-links-box .nlb-item {
    margin: 0 13px 0;
  }
  /* Navbar */

  /* Home */
  .shb-slide-bg {
    min-height: 540px;
    height: calc(100vh - 66.2px);
  }
  .shb-details-card {
    padding: 24px 27px;
    width: 470px;
    bottom: 60px;
  }
  .shb-sub-title {
    font-size: 15px;
    line-height: 1;
  }
  .shb-title {
    font-size: 33px;
  }
  .shb-description {
    font-size: 15px;
  }
  .hsd-container {
    padding-top: 65px
  }
  .hsd-container .title {
    font-size: 35px;
  }
  .bnp-details {
    width: 50%;
    padding: 40px 43px 50px 43px;
  }
  .bnp-view {
    width: 50%;
  }
  .customers {
    padding-top: 55px;
  }
  .customers-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }
  .bnp-details .text {
    display: none;
  }
  .bnp-details .title {

    font-size: 37px;
  }
  /* 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: 20px;
  }
  .social-text {
    font-size: 15px;
  }
  .footer-logo {
    width: 100px;
  }
  /* Footer */
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
</pre></body></html>