* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none; }

a:hover,
a:focus {
  text-decoration: none !important; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000000; }

p {
  margin: 0;
  color: #000000; }

h4,
h5,
h6 {
  line-height: 1.7; }

input,
textarea,
a,
button {
  outline: none !important; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

a {
  color: #367B60; }

a:hover {
  color: #367B60; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.font-semi-bold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #ffffff;
  font-family: 'Cairo', sans-serif;
  color: #000000;
  direction: rtl;
  text-align: right;
  padding-top: 220px; }

button,
input,
optgroup,
select,
textarea {
  font-family: 'Cairo', sans-serif; }

.form-group {
  margin-bottom: 25px; }

.form-control {
  height: 45px;
  background-color: #F9F9F9;
  border: 1px solid #dddddd;
  border-radius: 10px;
  box-shadow: none;
  padding: .375rem 1.4rem;
  font-size: 14px;
  color: #283946; }
  .form-control.form-sm {
    height: 50px; }

textarea.form-control {
  height: auto; }

.form-control:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #367B60; }

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

.bg-primary {
  background-color: #367B60 !important; }

.text-primary {
  color: #367B60 !important; }

.border-primary {
  border-color: #367B60 !important; }

button {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.main-content {
  padding: 60px 0px; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none; }

::placeholder {
  color: #D2D2D2 !important;
  font-size: 13px !important;
  font-weight: 600; }

::-moz-placeholder {
  color: #D2D2D2 !important;
  font-size: 13px !important;
  font-weight: 600; }

::-ms-placeholder {
  color: #D2D2D2 !important;
  font-size: 13px !important;
  font-weight: 600; }

::-o-placeholder {
  color: #D2D2D2 !important;
  font-size: 13px !important;
  font-weight: 600; }

::-webkit-placeholder {
  color: #D2D2D2 !important;
  font-size: 13px !important;
  font-weight: 600; }

.btn {
  padding: 10px 22px 10px 40px;
  font-size: 16px;
  border-radius: 10px;
  border: 0px;
  box-shadow: none !important;
  font-weight: 700;
  height: 55px;
  white-space: nowrap; }

.btn-primary {
  color: #fff;
  background: linear-gradient(133.66deg, #55C595 2.24%, #1B3B32 100%); }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff; }

.btn-outline-primary {
  border: 3px solid #367B60;
  color: #367B60; }

.btn-block {
  width: 100%;
  display: block; }

.m-checkbox {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #636363; }

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #F9F9F9;
  right: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%); }

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.m-checkbox input:checked ~ .checkmark:after {
  display: flex;
  align-items: center;
  justify-content: center; }

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #367B60; }

.m-radio {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212E44;
  /* Create a custom radio */
  /* Create the checkmark/indicator (hidden when not checked) */ }

.m-radio .checkmark {
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #BBBBBB; }

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Show the checkmark when checked */
.m-radio input:checked ~ .checkmark:after {
  opacity: 1; }

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 22px;
  height: 22px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #64BD11; }

a {
  text-decoration: none; }

label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7px;
  color: #636363; }

.main-header {
  top: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 3;
  background-color: #FFF; }
  .main-header .content-header {
    padding: 44px 0px 90px;
    min-height: 170px;
    position: relative; }
    .main-header .content-header.bg-header {
      background: url(../images/bg-header.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover; }
    .main-header .content-header .action {
      position: absolute;
      left: 30px;
      top: 35px; }

.image-profile {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -10px; }
  .image-profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #FFFFFF; }

.app {
  min-height: 100vh;
  position: relative; }

.section-content {
  padding: 20px 10px 80px; }

.input-icon {
  position: relative; }
  .input-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.rounded-40 {
  border-radius: 40px !important; }

.rounded-30 {
  border-radius: 30px !important; }

.rounded-25 {
  border-radius: 25px !important; }

.rounded-20 {
  border-radius: 20px !important; }

.rounded-15 {
  border-radius: 15px !important; }

.rounded-10 {
  border-radius: 10px !important; }

.font-10 {
  font-size: 10px !important; }

@media (min-width: 1025px) {
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #367B60;
    z-index: 111; } }
.main-footer {
  padding: 25px 40px;
  background: url(../images/bg-footer.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #FFF; }

@media (max-width: 991px) {
  .main-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%; } }
.widget__item-1 {
  box-shadow: 0px 0px 10.655px #0000001c;
  padding: 15px 5px 9px;
  border-radius: 60px 15px 15px 15px;
  text-align: center;
  margin-bottom: 20px;
  display: block; }
  .widget__item-1 .widget__item-image {
    margin-bottom: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .widget__item-1 .widget__item-image img {
      max-height: 50px; }
  .widget__item-1 .widget__item-title {
    font-size: 10px; }

.widget__item-2 {
  background: linear-gradient(133.66deg, #55C595 2.24%, #1B3B32 100%);
  border-radius: 8px;
  display: block;
  padding: 0px 10px 10px;
  margin-bottom: 30px; }
  .widget__item-2 .widget__item-title {
    display: inline-block;
    font-size: 12px;
    background-color: #FFF;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    min-width: 190px;
    color: #367B60;
    padding: 5px;
    filter: drop-shadow(0px 5px 9px rgba(36, 80, 66, 0.2));
    margin-right: 30px; }
  .widget__item-2 .widget__item-date {
    text-align: center;
    width: 40%; }
    .widget__item-2 .widget__item-date * {
      color: #FFF; }
  .widget__item-2 .widget__item-msDate {
    background: #FFFFFF;
    box-shadow: 0px 0px 8.01888px rgba(0, 0, 0, 0.11);
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -15px; }
    .widget__item-2 .widget__item-msDate .widget__item-days {
      font-size: 17px;
      line-height: 20px; }
    .widget__item-2 .widget__item-msDate .widget__item-month {
      font-size: 11px;
      line-height: 14px; }

.widget__item-3 {
  text-align: center;
  margin-bottom: 23px;
  display: block; }
  .widget__item-3 .widget__item-inner {
    background: #F0F0F0;
    border-radius: 11px;
    background: linear-gradient(to right, #55C595, #306b5a);
    padding: 3px; }
    .widget__item-3 .widget__item-inner .widget__item-content {
      background: #F0F0F0;
      border-radius: 11px;
      height: 85px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .widget__item-3 .widget__item-inner .widget__item-content .widget__item-image img {
        max-height: 70px; }

.item-slider {
  background-color: #F8F8F8;
  padding: 10px 40px;
  border-radius: 12px; }

.swiper-pagination-bullet {
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #DDDDDD;
  width: 20px;
  height: 4px;
  border-radius: 30px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #367B60; }

.swiper-wrapper {
  padding-bottom: 35px; }

.widget__item-4 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  box-shadow: 0px 0px 10.8828px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 20px; }
  .widget__item-4 .widget__item-image {
    width: 140px;
    height: 83px;
    flex: 0 0 auto;
    margin-right: 14px; }
    .widget__item-4 .widget__item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 11px;
      border: 2px solid #55C595; }
  .widget__item-4 .widget__item-content {
    flex: auto; }
    .widget__item-4 .widget__item-content .widget__item-text {
      font-size: 10px;
      line-height: 18px;
      height: 54px;
      overflow: hidden; }

.table {
  border: 1px solid #AA9B9B;
  border-collapse: collapse;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #AA9B9B;
  text-align: center; }
  .table tr td {
    border-left: 1px solid #AA9B9B; }
  .table td {
    color: #367B60;
    font-weight: bold;
    padding: 15px; }

.social-media a {
  display: block; }
  .social-media a:not(:last-of-type) {
    margin-left: 6px; }

.bg--gradient {
  background: linear-gradient(133.66deg, #55C595 2.24%, #1B3B32 100%); }

/*# sourceMappingURL=main.css.map */
