@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap");
:root {
  --blue: #0a702e;
  --green: #00732f;
}

* {
  font-family: "Cairo", sans-serif;
  /* color: #fff; */
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
}

a,
a:hover {
  color: #fff;
  text-decoration: none;
  position: relative;
}

select option {
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0 !important;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-radius: 0 !important;
}

/* .col {
  color: #000;
} */

.navbar {
  /* position: absolute; */
  position: relative;
  left: 0;
  right: 0;
  /* background-color: transparent !important; */
  background-color: #00732fed !important;
  padding: 2rem 1rem;
  z-index: 9;
  direction: rtl;
}

.navbar-bg-color {
  background-color: var(--green) !important;
}

.lang-link {
  background-color: transparent;
  border: none;
}

.modal-header .btn-close {
  margin: 0;
}

.modal.show .modal-dialog {
  color: #000;
}

.form-label {
  display: block;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.text-right {
  text-align: right !important;
}

.navbar-brand {
  color: #fff !important;
  font-size: 25px;
  font-weight: 800;
  /* margin-right: 3rem; */
}

.navbar-brand img {
  width: 170px;
}

.nav-link {
  color: #fff !important;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.active::after,
.nav-link:not(.dropdown-toggle):hover::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  width: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav-item {
  text-align: center;
  margin: 0 2rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #dfdfdf !important;
}

.dropdown-menu {
  background: #fff;
  text-align: right;
}

.dropdown-toggle::after {
  margin-right: 0.3em;
}

.input-group {
  flex-direction: row-reverse;
}

.search {
  background-color: transparent;
  color: #fff;
}

.search::placeholder {
  color: #fff;
}

.search:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
}

.header-wave {
  overflow: hidden;
  height: 123px;
  position: relative;
}

#background-video {
  height: 73vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.header {
  position: relative;
  height: 73vh;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, var(--blue), #00732f8a);
  background-size: cover;
  text-align: center;
}

.header .header-content {
  position: relative;
  padding: 2rem 0;
  width: 100%;
  margin: 0 auto;
}

.header .header-content h4 {
  text-align: center;
}

.header .header-content::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #fff;
  width: 20%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.header h1 {
  font-size: 3rem;
  font-weight: 800;
}

.header h4 {
  margin: 2rem auto 0 auto;
  line-height: 1.9rem;
  font-size: 1.1rem;
  width: 83%;
  /* position: relative; */
  /* z-index: 999; */
}

.overlay {
  padding: 10px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: var(--blue);
}

.overlay .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-align: right;
}

.overlay .useful {
  line-height: 17.5px;
  font-size: 11px;
}

.overlay .text ol {
  padding-right: 22px;
}

.about-video {
  width: 75%;
  margin-right: 75px;
  border-radius: 20px;
}

.wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background-color: var(--blue);
  transform: scale(1, 1);
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  right: -25%;
  top: 20px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: var(--blue);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}

.btn-white,
.btn-white:active,
.btn-white:focus-visible,
:not(.btn-check) + .btn-white:active {
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
  /* font-weight: 800; */
}

.btn-white:hover {
  background-color: #fff;
  color: var(--green);
}

.panel {
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px 10px;
  margin: 2rem 0;
}

.panel .panel-heading {
  position: absolute;
  top: -13px;
  background-color: #044858;
  padding: 0 14px;
}

.form-check {
  display: flex;
}

.form-check label {
  margin-right: 2rem;
}

.request-btn,
.request-btn:hover,
.request-btn:active,
.request-btn:focus-visible,
:not(.btn-check) + .request-btn:active {
  font-size: 1.5rem;
  padding: 10px 20px;
  background-color: #fff;
  border-color: #fff;
  color: var(--blue);
  font-weight: 800;
  box-shadow: none;
}

.heading-title {
  width: 50%;
  margin: 0 auto 2rem auto;
  position: relative;
  padding: 0 0 30px 0;
}

.heading-title h3 {
  color: var(--green);
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}

.heading-title::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid var(--green);
  width: 70px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* .section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top, var(--blue), #00732fe0),
        url(images/887764-skyline-Emirates-UAE-Dubai-Houses-Roads-Skyscrapers.jpg)
            no-repeat top center;
    background-size: cover;
    z-index: 99999;
    padding: 7rem 0 1rem 0;
    overflow: auto;
}

.section::-webkit-scrollbar {
    width: 0.5rem;
}

.section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.section::-webkit-scrollbar-thumb {
    background-color: #fff;
} */

.close {
  font-size: 4rem;
  position: absolute;
  top: 5px;
  right: 25px;
  cursor: pointer;
}

.section {
  /* text-align: center; */
  color: #000;
}

.aboutus {
  text-align: center;
  padding-bottom: 3rem;
}

.aboutus .header_description {
  text-align: justify;
}

.aboutus .header_description p {
  /* text-align: right !important; */
  text-align: justify;
  line-height: 2rem;
  text-indent: 20px;
}

.aboutus .header_description {
  margin-bottom: 2rem;
}

/* .aboutus .about_block {
  border-bottom: 1px solid var(--green);
  margin-bottom: 1rem;
} */

.aboutus img {
  width: 100%;
  height: 235px;
  margin-bottom: 1rem;
  border: 1px solid var(--green);
  padding: 1rem;
  border-radius: 10px;
}

.aboutus h5 {
  color: var(--green);
  text-align: center !important;
  font-size: 0.96rem;
  line-height: 2rem;
  font-weight: 900 !important;
}

.aboutus p {
  text-align: center;
}

.count-up p,
.count-up h3 {
  text-align: center !important;
}

/* section h3 {
    text-align: center !important;
}

section p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0.5rem;
}

section p.service-details {
    height: 240px;
    overflow: auto;
    font-size: 0.8rem;
    padding: 0 0 0 1rem;
    text-align: right;
}

section p.service-details::-webkit-scrollbar {
    width: 0.3rem;
}

section p.service-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

section p.service-details::-webkit-scrollbar-thumb {
    background-color: #fff;
}

section ol {
    line-height: 30px;
    font-size: 14px;
    padding: 0 2rem 0 0;
}

section .section-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
} */

.banner {
  position: relative;
  border-radius: 10px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.banner .overlay-banner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, var(--blue), #00732f4f);
  border-radius: 10px;
}

/* .banner:hover {
  cursor: pointer;
} */

.banner:hover .overlay-banner {
  display: block;
}

.banner .banner-details h3,
.banner .banner-details p {
  color: #fff;
}

.banner .banner-details.banner-gallery {
  display: none;
}

.banner:hover .banner-details {
  display: block;
}

.banner #background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  /* border-radius: 10px; */
}

.banner .banner-details {
  position: absolute;
  bottom: 0;
  /* right: 15px; */
  font-size: 12px;
  text-align: right;
}

.partners-list {
  background: #fff;
}

.partners-list .heading-title h3 {
  color: var(--green);
}

.partners-list .heading-title::after {
  border-bottom: 5px solid var(--green);
}

.partners-list .partener {
  width: 70%;
  margin: 1rem auto;
}

.partners-list .partener img {
  width: 100%;
}

.parteners .partener {
  width: 70%;
  margin: 0 auto;
  /* height: 50px; */
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-partners {
  display: none;
}

/* .desktop-partners {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
} */

.parteners .partener img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.5;
}

.parteners .partener img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.card-body {
  position: relative;
  color: #000;
  padding: 1rem 0 0 0;
}

.page-button {
  margin: 2rem auto 0 auto;
  display: block;
  width: 80px;
}

.news_link {
  /* margin: 0 0 1.2rem 0; */
  padding: 1rem;
  display: block;
}

.news_link:hover {
  background-color: #eeeeee !important;
}

.news_link:hover .news-card {
  background-color: #eeeeee !important;
  border: none;
}

.news-logo-bg {
  position: absolute;
  background-color: #fff;
  padding: 0.5rem;
  top: 5px;
  left: 5px;
  border-radius: calc(0.375rem - 1px) 0px calc(0.375rem - 1px) 0px;
  width: 100px;
  height: 45px;
}

.news-logo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* .news-logo img {
    width: 100%;
} */

.card-title .news-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.85rem;
  line-height: 1.7rem;
  height: 80px;
  overflow: hidden;
}

.plan-card {
  height: 495px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.plan-card .card-header {
  border-color: #fff;
  color: #fff;
  padding: 20px;
}

.plan-card .card-header h4 {
  font-weight: 800;
  font-size: 2rem;
}

.service-card {
  height: 495px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin-bottom: 2rem;
}

.service-card .card-header {
  border-color: #fff;
  color: #fff;
  padding: 20px;
}

.service-card .card-header h4 {
  font-weight: 800;
  font-size: 1.5rem;
}

.news-card {
  position: relative;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: none;
  /* margin-bottom: 2rem; */
}

.news-card .card-img-top {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid var(--green);
  background-position: center;
}

.news-card .card-header {
  border-color: #fff;
  color: #fff;
  padding: 20px;
}

.news-card .card-header h4 {
  font-weight: 800;
  font-size: 2rem;
}

.news-card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.news-card .card-title span:last-child {
  font-size: 0.8rem;
  display: block;
  width: 100%;
}

.list-unstyled {
  /* padding: 0 2rem 0 0; */
  padding: 0;
  line-height: 35px;
  text-align: right;
}

.list-unstyled li {
  position: relative;
}

.list-unstyled li.yes::after {
  left: 0;
  position: absolute;
  content: "\2713";
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.list-unstyled li.no::after {
  left: 0;
  position: absolute;
  content: "\2715";
  display: inline-block;
  color: red;
  font-size: 1.1rem;
  font-weight: 800;
}

.pricing-card-title {
  font-size: 1.5rem;
  font-weight: 800;
}

.select-plan {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 145px;
  font-weight: 700;
}

.select-plan:hover {
  background-color: #fff;
  color: #00365d;
}

.select-service {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  font-weight: 700;
}

.select-service:hover {
  background-color: #fff;
  color: #00365d;
}

.service-card-title {
  font-size: 1rem;
  font-weight: 800;
  position: relative;
}

/* .service-card-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 2px;
    width: 145px;
    background-color: #fff;
} */

a.contract::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  height: 2px;
  right: 0;
  margin: 0 auto;
}

.social-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row-reverse;
}

.social-menu ul li {
  list-style: none;
  margin: 0 15px;
}

.social-menu ul li .fab,
.social-menu ul li .fa {
  font-size: 2rem;
  line-height: 60px;
  transition: 0.3s;
  color: var(--green);
}

.social-menu ul li .fab:hover,
.social-menu ul li .fa:hover {
  color: #fff;
}

.social-menu ul li:hover .fab,
.social-menu ul li:hover .fa {
  color: #fff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5998;
}
.social-menu ul li:nth-child(2) a:hover {
  background-color: #e4405f;
}
.social-menu ul li:nth-child(3) a:hover {
  background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover {
  background-color: #00acee;
}
.social-menu ul li:nth-child(5) a:hover {
  background-color: #0f9d58;
  /* background: linear-gradient(90deg, #db4437 0%, #f4b400 35%, #0f9d58 100%); */
}

.gallery {
  /* overflow: auto; */
  /* height: 67vh; */
  padding: 0 1rem;
}

.gallery::-webkit-scrollbar {
  width: 0.3rem;
}

.gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.gallery::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.gallery-item {
  text-align: right;
  overflow: hidden;
}

.gallery-item .banner {
  height: 355px;
  border-radius: 0px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* transition: background-size 0.5s linear; */
  /* TRANSISITION */
  /* transition: background-size 1s ease-in-out;
  -webkit-transition: background-size 1s ease-in-out;
  -moz-transition: background-size 1s ease-in-out;
  -o-transition: background-size 1s ease-in-out; */
}

.gallery-item .banner.image:hover {
  /* background-size: 140% auto; */
  /* transform: scale(1.3); */
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-item .banner .gallery-title {
  position: absolute;
  bottom: 15px;
  background-color: #198754cc;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem 0;
  /* font-size: 1.5rem; */
  font-weight: 800;
  color: #fff;
}

.filters {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  border: none;
}

.filters .filter {
  background-color: transparent !important;
  color: #000 !important;
  border: none;
}

.filters .filter:hover {
  cursor: pointer;
}

.filters .filter.active {
  position: relative;
}

.filters .filter.active::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--green);
  width: 35px;
  left: 0;
  right: 0;
  top: 0;
  bottom: -6px;
  margin: auto;
}

/* .gallery__section {
    padding: 0 5px;
    overflow: hidden;
}

.filter-controls {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.filter-controls ul {
    list-style: none;
}

.filter-controls ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 6px;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    color: #b7b7b7;
    cursor: pointer;
    font-family: "Aldrich", sans-serif;
}

.filter-controls ul li:after {
    position: absolute;
    content: "â€¢";
    font-family: "Aldrich", sans-serif;
    font-size: 14px;
    color: #b7b7b7;
    right: -19px;
}

.filter-controls ul li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 6px;
    left: 0;
    bottom: 4px;
    background: #0ece91;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-controls ul li:hover,
.filter-controls ul li.active {
    color: #111111;
}

.filter-controls ul li:hover:before,
.filter-controls ul li.active:before {
    width: 100%;
}

.filter-controls ul li:first-child {
    margin-left: 0;
}

.filter-controls ul li:last-child {
    margin-right: 0;
}

.filter-controls ul li:last-child:after {
    display: none;
}

.gallery__warp {
    overflow: hidden;
}

.grid__item {
    display: block;
    width: 25%;
    padding: 0 5px;
    float: left;
} */
.find-widget:first-child {
  font-size: 2rem;
  font-weight: 800;
}

.find-widget {
  margin: 1.5rem 0;
  font-size: 1rem;
}

.faq {
  background-color: transparent;
  border: 1px solid #fff;
  margin: 1rem 0;
}

.faq .card-header {
  /* border-bottom-color: #fff; */
  font-size: 1.2rem;
}

.faq .card-body {
  background-color: #fff;
  color: #000;
}

.login-form {
  width: 40%;
  margin: 0 auto;
}

.login-form .form-group {
  margin: 2rem 0;
}

.login-form .form-group .form-control {
  padding: 1rem 0.5rem;
}

.login-form .btn-white {
  font-weight: 700;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 0;
  color: var(--green);
  background-color: white;
}

.login-form .btn-white:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
/* 
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: #19685a;
  border-bottom: none;
  padding-bottom: 0.6rem;
}

.nav-tabs .nav-item {
  margin: 0 0.4rem;
} */

.btn-group,
.btn-group-vertical {
  flex-direction: row-reverse;
}

/* .btn-primary,
.btn:disabled {
    background-color: transparent;
    border-color: #fff;
} */

/* .btn-primary:hover {
    background-color: #fff;
    color: var(--green);
    box-shadow: none;
    border-color: #fff;
}

.btn-primary:hover svg path {
    color: var(--green);
} */

.tab-pane {
  padding-top: 2rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fff !important;
}

.paginate_button.current {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

table.dataTable thead th {
  text-align: right;
}

.counter {
  background-image: url("/image/invest_in_uae/849e3177d51b7f89c92cff7b221d446e.jpg");
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.counter-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #05421a;
  opacity: 0.8;
}

.counter-content {
  position: relative;
  z-index: 1;
}

.counter-count {
  font-size: 3rem;
  margin-bottom: 0;
}

.go-to-up {
  background-color: var(--green);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

/* .go-to-up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
} */

.go-to-up:hover {
  cursor: pointer;
  background-color: var(--green);
  position: fixed;
}

.go-to-up:active {
  background-color: var(--main-color);
}

.go-to-up.show {
  opacity: 1;
  visibility: visible;
}

footer {
  padding: 1em 0;
}

.footer-06 {
  padding-top: 0 !important;
  background: var(--green);
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 1rem;
}

.footer-06:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.2;
  z-index: -1;
  background: #d7b8ff;
}

.footer-06 .subheading {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-06 .heading-section {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.footer-06 .footer-heading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-06 .footer-heading .logo {
  color: #fff;
}

.footer-06 p {
  color: #fff;
}

.footer-06 a {
  color: #fff;
}

.footer-06 .list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-06 .list-unstyled li a:hover {
  color: #fff;
}

.footer-06 .subscribe-form {
  border-radius: 40px;
  background: #fff;
  padding: 3px;
}

.footer-06 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-06 .subscribe-form .form-group input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  height: 56px;
  border-radius: 0;
}

.footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-06 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: flex;
  width: 150px;
  height: 56px;
  font-size: 20px;
  background: #05421a !important;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
}

.footer-06 .subscribe-form .form-group .submit:hover,
.footer-06 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

.footer-06 .aside-stretch {
  background: #05421a;
}

/*----------------------------------------------*/

@media (max-width: 767px) {

  .news-card .card-img-top {
    background-size: contain;
  }

  .navbar-brand img {
    width: 140px;
  }

  .navbar {
    padding: 1rem 0;
    position: fixed;
  }

  .navbar-background {
    background-color: #00732fed !important;
  }

  .navbar-background .navbar-brand img {
    width: 135px;
  }

  .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #fff;
  }

  .navbar .ml-auto {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-collapse {
    background-color: var(--green);
    padding: 22px;
    border-radius: 0 0 10px 10px;
    margin: 0 0.5rem;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .header {
    height: 86vh;
  }

  #background-video {
    height: 90vh;
  }

  .header h4 {
    width: 100%;
  }

  .header .header-content {
    padding: 2rem;
  }

  .header .header-content h4 {
    /* text-align: unset; */
    text-align: justify;
  }

  .header-wave {
    height: 93vh;
    position: initial;
  }

  .header h1 {
    font-size: 2rem;
  }

  .header h4 {
    line-height: 1.5rem;
    font-size: 1rem;
  }

  .mobile-partners {
    display: block;
  }

  .desktop-partners {
    display: none;
  }

  .parteners .partener {
    width: 95%;
    height: 100px;
  }
  /* .aboutus { */
  .section {
    /* position: fixed; */
    overflow-x: auto;
    padding: 0rem 0.5rem 1rem 0.5rem;
    margin: 0.5rem 0 !important;
  }

  .aboutus img {
    width: 100%;
    height: auto;
  }

  .counter {
    padding: 0;
    margin-bottom: 2rem;
  }

  .counter-count {
    font-size: 1rem;
  }

  .count-up {
    margin: 2rem 0;
  }

  .count-up h3 {
    font-size: 1rem;
  }

  .close {
    left: 25px;
    right: unset;
    position: fixed;
    z-index: 9999;
  }

  .about-video {
    margin-right: 0;
  }

  .banner .banner-details {
    left: 0;
    padding: 0 10px;
    right: 0;
  }

  .heading-title {
    width: auto;
  }

  .heading-title h3 {
    /* text-align: right !important; */
    font-size: 1.8rem;
  }

  section ol {
    padding: 0 20px;
  }

  .heading-title::after {
    bottom: 6px;
    /* left: unset; */
  }

  .panel {
    margin: 1rem 0;
  }

  .plan-card {
    margin-bottom: 25px;
  }

  .service-card {
    margin-bottom: 25px;
  }

  .social-menu ul li a {
    width: 40px;
    height: 40px;
  }

  .social-menu ul li .fab,
  .social-menu ul li .fa {
    font-size: 1rem;
  }

  .partners-list .partener {
    width: 35%;
  }

  /* .grid__item {
        width: 40%;
    } */

  .filters {
    width: 100%;
  }

  .dataTable th,
  .dataTable td {
    font-size: 11px;
  }

  .footer-06 .footer-heading .logo {
    width: 75%;
    display: block;
  }

  .footer-06 a.download-app {
    width: 180px;
    display: block;
    margin: 0.5rem !important;
  }
}
