@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Sora:wght@100..800&display=swap");
:root {
  --primary: #FFA415;
  --secondary: #20F0AC;
  --darkGreen: #025B37 ;
  --pink: #FF0071 ;
  --filterPrimary: invert(69%) sepia(65%) saturate(1970%) hue-rotate(346deg) brightness(102%) contrast(103%);
  --filterSecondary:invert(99%) sepia(82%) saturate(7400%) hue-rotate(79deg) brightness(101%) contrast(88%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Sora", serif  ;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: ltr;
  overflow-x: hidden;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

.caveat {
  font-family: "Caveat", serif;
}


p , .p {
  font-family: "Sora", serif !important ;
}


/**********************************************
   Start Global Style
**********************************************/
.fancybox-content {
    height: 100% !important ;
}

.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

.darkGreen {
  color: var(--darkGreen);
}

p,
.p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
  margin-bottom: 0;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 60px !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
form textarea {
  resize: none;
}
form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 10.5px;
  top: 10.5px;
  height: 25px;
  width: 25px;
  display: block;
  filter: var(--filterPrimary);
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.secImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  transition: all 0.3s linear;
}

/**********************************************
   Start Loader
**********************************************/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  /*----------- upload loader ------------*/
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}
#preloader #loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  transition: all 0.5s ease;
}
#preloader #loading-wrapper.show {
  display: block;
}
#preloader #loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
#preloader #loading-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
#preloader #loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}
#preloader #loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#preloader #loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#preloader #loading-wrapper #loading-content {
  border: 3px solid transparent;
  border-top-color: #3659A3;
  border-bottom-color: #3659A3;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#preloader #loading-wrapper #loading-content::before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#preloader #loading-wrapper #loading-content::after {
  border: 3px solid transparent;
  border-top-color: #E33F74;
  border-bottom-color: #E33F74;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone #loading-wrapper {
  opacity: 0;
  transform: scale(3);
  filter: blur(2px);
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}
#preloader #content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
#preloader #header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}
#preloader #content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@keyframes puff-in {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in {
  animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: "\f0da";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: "\f0d9";
}

.butn {
  position: relative;
  padding: 0.7rem 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 12px;
  min-width: 180px;
  height: 60px;
}
.butn::before, .butn::after {
  width: 49px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  background-color: #4b48cb;
  transition: all 0.3s linear;
  transform: scale(0);
  content: "";
  z-index: -1;
}
.butn::after {
  bottom: -8px;
  right: 15%;
}
.butn::before {
  top: -8px;
  left: 10%;
}
.butn i {
  margin-inline-end: 7px;
}
.butn .heart {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 5px;
}
.butn .rightArrow {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-start: 5px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #101A24;
}
.butn.primary_butn .heart,
.butn.primary_butn .rightArrow {
  filter: invert(6%) sepia(6%) saturate(6104%) hue-rotate(172deg) brightness(99%) contrast(91%);
}
.butn.primary_butn::before, .butn.primary_butn::after {
  background-color: var(--primary);
}
.butn.secondary_butn {
  background-color: var(--secondary);
  color: var(--darkGreen);
}
.butn.secondary_butn .heart,
.butn.secondary_butn .rightArrow {
  filter: invert(18%) sepia(21%) saturate(7423%) hue-rotate(142deg) brightness(100%) contrast(98%);
}
.butn.secondary_butn::before, .butn.secondary_butn::after {
  background-color: var(--secondary);
}
.butn.white_butn {
  background-color: #fff;
  color: var(--darkGreen);
}
.butn.white_butn .heart,
.butn.white_butn .rightArrow {
  filter: invert(18%) sepia(21%) saturate(7423%) hue-rotate(142deg) brightness(100%) contrast(98%);
}
.butn.white_butn::before, .butn.white_butn::after {
  background-color: #fff;
}
.butn.white_butn:hover {
  color: var(--darkGreen) !important;
}
.butn.pink_butn {
  background-color: var(--pink);
  color: #fff;
}
.butn.pink_butn::before, .butn.pink_butn::after {
  background-color: var(--pink);
}
.butn.darkGreen_butn {
  background-color: var(--darkGreen);
  color: #fff;
}
.butn.darkGreen_butn::before, .butn.darkGreen_butn::after {
  background-color: var(--darkGreen);
}
.butn:hover {
  color: #fff !important;
}
.butn:hover::before, .butn:hover::after {
  transform: scale(1);
}

.icon18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  padding: 1.3rem 1rem;
  position: relative;
  z-index: 99;
}
.navs-container .navbar .logo {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navs-container .navbar .nav-link {
  color: #101A24;
  margin: 0 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  background-color: #101A24;
  padding-top: 0;
  overflow: unset;
}
.footer .primary_butn {
  margin-bottom: 80px;
  margin-top: 0;
  position: relative;
  top: -30px;
}
.footer .row_content {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2196078431);
}
.footer .content {
  margin-bottom: 25px;
}
.footer .content .newsletter_form .form-control {
  /*width: 95%;*/
  border-radius: 35px;
}
.footer .content .newsletter_form .submit_butn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--darkGreen);
  color: #fff;
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  transition: all 0.3s linear;
}
.footer .content .newsletter_form .submit_butn:hover {
  background-color: var(--primary);
}
.footer .content .social_links a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  margin-inline-end: 10px;
}
.footer .content .social_links a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
}
.footer .content .title {
  color: #1A9B76;
}
.footer .content .links a {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.footer .content .links a .icon {
  margin-inline-end: 10px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .foot .p {
  color: #9aa0a7;
}
.footer .foot .logo {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.footer .foot .links a {
  color: #fff;
  margin: 0 10px;
  font-size: 11px;
}
.footer .foot .links a:first-child {
  margin-inline-start: 0;
}
.footer .foot .copywright {
  color: #9aa0a7;
  font-size: 12px;
}
.footer .foot .copywright .alyom_logo  {
    width: 60px;
    overflow: hidden;
}
.footer .bg {
  opacity: 0.8;
}
.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(16, 26, 36, 0.9058823529);
  z-index: 1;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.header .txt_box .title {
  font-size: 60px;
}
.header .txt_box .vid_butn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  margin-inline-start: 10px;
  font-size: 18px;
}
.header .txt_box .vid_butn:hover {
  border-color: var(--primary);
}
.header::before {
  content: "";
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
}

.about_sec {
  padding-top: 0;
  margin-top: -50px;
}
.about_sec .txt_box .title {
    font-size: 47px;
}
.about_sec .txt_box .p ,
.about_sec .txt_box p {
  font-size: 19px;
  color: #101A24;
}
.about_sec .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  display: block;
  margin: auto;
}
.about_sec .img_box::after {
  content: "";
  background: url(../images/about_icon.svg) no-repeat center;
  background-size: contain;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 10px;
}
.about_sec .line {
  position: absolute;
  inset-inline-start: 34%;
  bottom: 30px;
  width: 215px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_cards .about_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.about_cards .about_item .content {
  position: relative;
  z-index: 5;
  padding: 50px 45px;
}
.about_cards .about_item .content .title {
  font-size: 36px;
}
.about_cards .about_item .content .p {
  font-size: 17px;
  margin: 18px 0;
}
.about_cards .about_item .content .icon {
  width: 95px;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_cards .about_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(2, 91, 55, 0.8039215686);
  z-index: 2;
  transition: all 0.3s linear;
}
.about_cards .about_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.568627451), transparent);
  z-index: 1;
}
.about_cards .about_item:hover::after {
  background-color: rgba(2, 91, 55, 0.4862745098);
}
/*.about_cards .col-lg-4:nth-child(2) .about_item {*/
/*  transform: translateY(-10px);*/
/*}*/

.projects_sec {
  overflow: unset;
}
.projects_sec .proj_item {
  border: 1px solid rgba(255, 165, 21, 0.3);
  border-radius: 20px;
  position: relative;
  padding: 45px;
  background-color: #fff;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  padding-bottom: 115px;
}
.projects_sec .proj_item .butn {
  position: absolute;
  bottom: 35px;
  width: calc(100% - 90px);
}
.projects_sec .center_item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 415px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.projects_sec .center_item .butn {
  position: absolute;
  bottom: 35px;
  width: calc(100% - 90px);
  inset-inline-start: 45px;
}
.projects_sec .bg {
  -o-object-position: top;
     object-position: top;
  top: 100px;
}
.projects_sec .line {
  position: absolute;
  z-index: 1;
  width: 80%;
  right: 0;
  top: -150px;
}

.ceo_sec .img_box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 15px auto;
}
.ceo_sec .line {
  position: absolute;
  inset-inline-start: 20%;
  bottom: 20%;
  width: 215px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}

.vid_sec {
  overflow: unset;
}
.vid_sec .item {
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  overflow: hidden;
  border-radius: 20px;
}
.vid_sec .item .img_box {
  height: 345px;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.vid_sec .item .img_box .vid_butn {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(16, 26, 36, 0.5568627451);
  border-radius: 50%;
}
.vid_sec .item .img_box .vid_butn::before {
  content: "";
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.3s linear;
}
.vid_sec .item .img_box .vid_butn:hover::before {
  border-color: var(--primary);
}
.vid_sec .item .card-body {
  height: 100%;
  padding: 45px 6vw;
  text-align: center;
  border-radius: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.another-stories .item .card-body {
    padding: 45px 2vw;
}

.vid_sec .item .card-body .title {
  text-decoration: underline;
  font-size: 27px;
  font-weight: bold;
}
.vid_sec .bg_secondary {
  background-color: var(--secondary);
}
.vid_sec .bg_darkGreen {
  background-color: var(--darkGreen);
}
.vid_sec .stories-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.vid_sec .stories-slider .swiper-slide {
  height: auto;
}

.swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: var(--darkGreen);
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header .title {
  color: #fff;
  text-transform: capitalize;
}
.pg_header .bread .item {
  color: #fff;
  margin: 0 5px;
  font-size: 18px;
  text-transform: capitalize;
}
.pg_header .bread .item::after {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 10px;
  margin-inline-start: 10px;
  pointer-events: none;
  color: #f3f3f3;
}
.pg_header .bread .item.active::after {
  display: none;
}
.pg_header::before {
  content: "";
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.board_sec .board_card {
  position: relative;
  margin-bottom: 25px;
  padding: 0 2vw;
}
.board_sec .board_card .img_box {
  height: 230px;
  position: relative;
}
.board_sec .board_card .img_box .more_butn {
  background-color: #025B37;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.board_sec .board_card .img_box .more_butn:hover {
  background-color: var(--primary);
}
.board_sec .board_card .card-body .name {
  color: #1E1D1C;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
}
.board_sec .board_card .card-body .job {
  font-size: 15px;
  color: var(--darkGreen);
}
.board_sec .board_card .card-body .social_links a {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9D9D97;
  color: #fff;
  margin-inline-end: 5px;
  border-radius: 50%;
  font-size: 12px;
}
.board_sec .board_card .card-body .social_links a:hover {
  background-color: var(--darkGreen);
}
.board_sec .bg {
  -o-object-position: top;
     object-position: top;
  top: 100px;
}
.board_sec .line {
  position: absolute;
  z-index: 1;
  width: 80%;
  right: 0;
  top: -150px;
}

.modal .modal-content {
  border: 0;
  border-radius: 20px;
  /*overflow: hidden;*/
}

/*.modal-director .modal-dialog-scrollable .modal-content {*/
/*    max-height: unset;*/
/*}*/
.modal-director img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-director .btn-close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-director .pat {
  height: 100%;
}
.modal-director .img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.modal-director .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-director .director-content .content  {
    padding-inline-end: 3vw;
}
.modal-director .info {
  position: relative;
  text-align: center;
  /*max-height: 200px;*/
  padding: 30px 0;
  overflow: auto;
}

.donate_sec .inner {
  position: relative;
  padding: 25px;
}

.team_sec .team_card {
  position: relative;
  margin-bottom: 25px;
}
.team_sec .team_card .img_box {
  height: 360px;
  position: relative;
  border-radius: 30px;
}
.team_sec .team_card .img_box .secImg {
  border-radius: 30px;
}
.team_sec .team_card .img_box .share_box {
  width: 70px;
  height: 70px;
  border-radius: 0 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.team_sec .team_card .img_box .share_box .share_butn {
  width: 100%;
  height: 100%;
  background-color: var(--darkGreen);
  color: #fff;
  border-radius: 0 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 6;
}
.team_sec .team_card .img_box .share_box .share_butn.active {
  transform: translateY(-100%);
}
.team_sec .team_card .img_box .share_box .social_links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  width: 70px;
  height: 70px;
  border-radius: 0 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.team_sec .team_card .img_box .share_box .social_links.active {
  transform: translateY(0);
}
.team_sec .team_card .img_box .share_box .social_links a {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--primary);
  margin: 1px 3px;
  border-radius: 50%;
  font-size: 10px;
}
.team_sec .team_card .img_box .share_box .social_links a:hover {
  background-color: var(--darkGreen);
}
.team_sec .team_card .card-body {
  padding-top: 1.6rem;
  text-align: center;
}
.team_sec .team_card .card-body .name {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.statics_sec .inner {
  background-color: #025B37;
  border-radius: 30px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.statics_sec .inner .item {
  padding: 20px 1vw;
}
.statics_sec .inner .item .counter {
  font-size: 36px;
}
.statics_sec .inner .item .p {
  font-size: 20px;
}
.statics_sec .inner::before, .statics_sec .inner::after {
  content: "";
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
}
.statics_sec .inner::before {
  left: 0;
}
.statics_sec .inner::after {
  right: 0;
  transform: rotateY(180deg);
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact_pg .contact_card {
  position: relative;
  padding: 40px 25px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  transition: all 0.3s linear;
  height: calc(100% - 25px);
  margin-bottom: 25px;
}
.contact_pg .contact_card .icon_box {
  width: 85px;
  height: 85px;
  background-color: #E9FDF7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.contact_pg .contact_card .icon_box .icon {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_pg .contact_card .title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #000B47;
  font-weight: 500 !important;
}
.contact_pg .contact_card .det {
  font-size: 17px;
  color: #687693;
}
.contact_pg .contact_card:hover {
  border-color: var(--primary);
}
.contact_pg .form_box {
  padding: 40px 3vw;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
}
.contact_pg .form_box .form-group {
  margin-bottom: 15px;
}
.contact_pg .form_box .form-group .form-control {
  background-color: #F9F9F9;
  border-color: #E3E3E3;
  font-size: 13px;
}

/**********************************************
    Start Edit programs Page 
**********************************************/
.programs_pg .prog_card {
  margin-bottom: 35px;
  border-radius: 15px;
  position: relative;
  height: 435px;
  overflow: hidden;
}
.programs_pg .prog_card .heart_img {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 5;
}
.programs_pg .prog_card .heart_img .smImg {
  width: 100px;
  height: 100px;
  -webkit-mask-image: url(../images/heart_mask.svg);
          mask-image: url(../images/heart_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.programs_pg .prog_card .heart_img::before {
  content: "";
  width: 110px;
  height: 130px;
  background: url(../images/prog_heart_vector.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -24px;
  right: -10px;
  z-index: 4;
}
.programs_pg .prog_card .heart_img::after {
  content: "";
  width: 170px;
  height: 170px;
  background: url(../images/prog_pattern.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -37px;
  left: -25px;
}
.programs_pg .prog_card .content_box {
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(239, 255, 247, 0.8);
  z-index: 6;
}
.programs_pg .prog_card .content_box .txt_box * {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: bold;
}
.programs_pg .prog_card .content_box .sm_butn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  min-width: unset;
}
.programs_pg .prog_card .content_box .sm_butn .arrow {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.programs_pg .prog_card .content_box .sm_butn::after, .programs_pg .prog_card .content_box .sm_butn::before {
  display: none;
}
.programs_pg .prog_card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(2, 91, 55, 0.8509803922), rgba(2, 91, 55, 0.1411764706));
}
.programs_pg .prog_card::before {
  content: "";
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  opacity: 0.1;
}

/**********************************************
    Start Edit program Page 
**********************************************/
.prog_pg .categ_card {
  padding: 25px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 15px 0 rgba(15, 13, 13, 0.0862745098);
}
.prog_pg .categ_card .title {
  font-size: 20px;
  color: #515266;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prog_pg .categ_card .p {
  color: #777777;
  margin: 15px 0;
  font-size: 14px;
  height: 82px;
  overflow: hidden;
}
.prog_pg .categ_card .badge {
  background-color: rgba(32, 240, 172, 0.8);
  border-radius: 3px;
  color: #fff;
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: relative;
  z-index: 5;
}
.prog_pg .categ_card .secImg {
  height: 260px;
}
.prog_pg .categ_card .progress_box .progress {
  height: 20px;
  border-radius: 25px;
}
.prog_pg .categ_card .progress_box .progress-bar {
  background-color: #20F0AC;
}
.prog_pg .categ_card .progress_box span {
  font-size: 13px;
  color: #515266;
  font-weight: bold;
}
.prog_pg .categ_card .butn {
  border-radius: 20px;
}

/**********************************************
    Start Edit program det Page 
**********************************************/
.prog_det .lg_box {
  padding: 20px 20px 40px 20px;
  box-shadow: 0 0 15px 0 rgba(15, 13, 13, 0.0862745098);
  position: relative;
    overflow: hidden;
}
.prog_det .lg_box .lgImg {
  height: 465px;
}
.prog_det .lg_box .progress {
  height: 10px;
  border-radius: 25px;
}
.prog_det .lg_box .progress .progress-bar {
  background-color: #20F0AC;
}
.prog_det .lg_box .price {
  font-size: 30px;
}
.prog_det .lg_box .price .total {
  color: #687693;
}
.prog_det .lg_box .title_badge {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  border-inline-start: 3px solid var(--darkGreen);
}
.prog_det .lg_box .donate_prices .input-group .form-control {
  height: 50px !important;
}
.prog_det .lg_box .donate_prices .input-group .input-group-text {
  width: 50px;
  display: flex;
  justify-content: center;
}
.prog_det .lg_box .donate_prices .radios_prices {
  display: flex;
}
.prog_det .lg_box .donate_prices .radios_prices .form-check {
  margin-inline-end: 15px;
  padding-inline-start: 0 !important;
  position: relative;
}
.prog_det .lg_box .donate_prices .radios_prices .form-check .form-check-label {
  border-radius: 5px;
  border: 1px solid rgba(32, 240, 171, 0.8392156863);
  padding: 0.7rem 2rem;
  color: var(--darkGreen);
}
.prog_det .lg_box .donate_prices .radios_prices .form-check .form-check-input:checked ~ .form-check-label {
  background-color: var(--darkGreen);
  border-color: var(--darkGreen);
  color: #fff;
}
.prog_det .lg_box .donate_prices .radios_prices .form-check .form-check-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.prog_det .lg_box .donate_prices .pay_radios .form-check {
  margin-inline-end: 25px;
}
.prog_det .lg_box .total_box {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  border-radius: 35px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
.prog_det .lg_box .total_box span {
  display: inline-block;
  color: #687693;
  font-size: 15px;
  padding: 1rem 1rem;
}
.prog_det .lg_box .total_box span.total {
  border-inline-end: 2px solid #eee;
}
.prog_det .txt_box .p {
  color: #687693;
  font-size: 16px;
  margin-bottom: 15px;
}
.prog_det .txt_box .p:last-child {
  margin-bottom: 0;
}
.prog_det .gallery_box .title {
  border-inline-start: 2px solid var(--darkGreen);
  padding-inline-start: 25px;
  font-size: 32px;
  font-weight: bold;
  color: #16171A;
}
.prog_det .gallery_box .gallery_item {
  margin-bottom: 25px;
  height: 210px;
  position: relative;
}
.prog_det .gallery_box .gallery_item .vid_butn {
  color: #20F0AC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  z-index: 5;
}
.prog_det .gallery_box .show_butn {
  color: var(--darkGreen);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  display: block;
}
.prog_det .gallery_box .show_butn i {
  margin-inline-start: 7px;
}
.prog_det .gallery_box.galleryVid_box .gallery_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(0, 0, 0, 0.5333333333);
  z-index: 2;
}
.prog_det .sm_box {
  padding: 25px;
  box-shadow: 0 0 15px 0 rgba(15, 13, 13, 0.0862745098);
}
.prog_det .sm_box.search_box .form-control {
  height: 504x !important;
  border-radius: 0px;
  border: 1px solid #F4F6F8;
  background-color: #F4F6F8;
  padding-inline-end: 35px;
}
.prog_det .sm_box.search_box .form-control::-moz-placeholder {
  color: #969696;
}
.prog_det .sm_box.search_box .form-control::placeholder {
  color: #969696;
}
.prog_det .sm_box.search_box .submit_butn {
  color: #969696;
  background-color: transparent;
  position: absolute;
  top: 18px;
  inset-inline-end: 25px;
}
.prog_det .sm_box.posts_box .lg_title {
  border-inline-start: 2px solid var(--primary);
  padding-inline-start: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #16171A;
}
.prog_det .sm_box.posts_box .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.prog_det .sm_box.posts_box .item .secImg {
  width: 100px;
  height: 90px;
  margin-inline-end: 15px;
}
.prog_det .sm_box.posts_box .item .content {
  width: calc(100% - 125px);
}
.prog_det .sm_box.posts_box .item .content .label {
  height: 48px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.prog_det .sm_box.posts_box .item .content .price {
  color: #687693;
}
.prog_det .sm_box.tags_box .lg_title {
  border-inline-start: 2px solid var(--primary);
  padding-inline-start: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #16171A;
}
.prog_det .sm_box.tags_box .tags_flex .item {
  border-radius: 25px;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
  color: #333;
  font-weight: bold;
  margin: 5px;
  font-size: 14px;
}

/**********************************************
    Start Edit story_det Page 
**********************************************/
.story_det .vid_box {
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.story_det .vid_box .vid_butn {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(16, 26, 36, 0.5568627451);
  border-radius: 50%;
}
.story_det .vid_box .vid_butn::before {
  content: "";
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.3s linear;
}
.story_det .vid_box .vid_butn:hover::before {
  border-color: var(--primary);
}
.story_det .sm_box {
  padding: 25px;
  border: 1px solid #eee;
}
.story_det .sm_box.search_box .form-control {
  height: 504x !important;
  border-radius: 0px;
  border: 1px solid #F4F6F8;
  background-color: #F4F6F8;
  padding-inline-end: 35px;
}
.story_det .sm_box.search_box .form-control::-moz-placeholder {
  color: #969696;
}
.story_det .sm_box.search_box .form-control::placeholder {
  color: #969696;
}
.story_det .sm_box.search_box .submit_butn {
  color: #969696;
  background-color: transparent;
  position: absolute;
  top: 18px;
  inset-inline-end: 25px;
}
.story_det .sm_box.serv_box .lg_title {
  border-inline-start: 2px solid var(--primary);
  padding-inline-start: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #16171A;
}
.story_det .sm_box.serv_box .item {
  border-radius: 25px;
  padding: 1rem 1rem;
  border: 1px solid #eee;
  color: #333;
  margin: 10px 0;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
}
.story_det .sm_box.gallery_box .lg_title {
  border-inline-start: 2px solid var(--darkGreen);
  padding-inline-start: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #16171A;
}
.story_det .sm_box.gallery_box .imgs_flex a {
  margin: 7px;
}
.story_det .sm_box.gallery_box .imgs_flex a img {
  width: 90px;
  height: 70px;
}
.story_det .story-sliders {
  position: relative;
  overflow: hidden;
}
.story_det .mySwiper2 {
  height: 80%;
  width: 100%;
}
.story_det .mySwiper2 .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.story_det .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.story_det .mySwiper .vid_box {
  height: 150px;
}
.story_det .mySwiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.story_det .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.story_det .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .order_md_1 {
    order: -1;
  }
  
  .about_sec .img_box {
    width: 100%;
    height: auto;
  }
  
    .header .txt_box .title ,
    .about_sec .txt_box .title {
        font-size: 35px;
    }
    
    .about_sec .txt_box .p {
        font-size: 15px;
    }
  
    .header .secImg ,
    .about_cards .about_item {
        transform: translate3d(0px, 0px, 0px) !important;
    }
  
  .ceo_sec .line {
    display: none;
  }
  
  .statics_sec .inner .item .counter {
        margin-bottom: 10px !important;
    }
    
    .footer .foot .links a {
        font-size: 11px;
    }
  
}
/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir=rtl] {
  @import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}/*# sourceMappingURL=style.css.map */