@font-face {
  font-family: "GRAPHIK";
  src: url("../fonts/GRAPHIK/GRAPHIK_ARABIC_SEMIBOLD.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "GRAPHIK";
  src: url("../fonts/GRAPHIK/GRAPHIK_ARABIC_BLACK.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "GRAPHIK";
  src: url("../fonts/GRAPHIK/GRAPHIK_ARABIC_BOLD.woff2");
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "GRAPHIK", sans-serif;
  scroll-behavior: smooth;
}
*::selection {
  background-color: #192349;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #192349;
}
*::-webkit-scrollbar-thumb {
  background: #45A887;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #45A887;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

button {
  outline: none !important;
  border: 0px !important;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background-color: rgba(226, 214, 193, 0.5);
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--primary-color);
}

.swiper-button-next, .swiper-button-prev {
  top: unset;
  transform: translateY(0px);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(25, 35, 73, 0.08);
  background-color: var(--light);
  background-color: var(--primary-color);
  bottom: 0;
}
.swiper-button-next::before, .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  background-color: var(--light-color);
  transition: all 0.3s linear;
}
.swiper-button-next::after, .swiper-button-prev::after {
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: 9;
  background: url("../images/icons/arrow.svg") center/contain no-repeat;
  color: transparent;
  filter: var(--light-filter);
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  height: 100%;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  filter: var(--primary-filter);
}

.swiper-button-prev {
  left: calc(50% - 55px) !important;
  right: unset !important;
}

.swiper-button-next {
  left: unset !important;
  right: calc(50% - 55px) !important;
}
.swiper-button-next::after {
  transform: scaleX(-1);
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
}
/*dropdown animation*/
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes clip {
  0% {
    clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip_2 {
  0% {
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
@keyframes moveY {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -10000px;
  }
}
:root {
  --primary-color: #192349;
  --secondary-color: #45a887;
  --dark-color: #000;
  --light-color: #fff;
  --gray-color: #808080;
  --primary-filter: invert(14%) sepia(11%) saturate(4798%) hue-rotate(145deg)
      brightness(101%) contrast(105%);
  --light-filter: invert(92%) sepia(100%) saturate(23%) hue-rotate(251deg)
      brightness(108%) contrast(100%);
  --gray-filter: invert(58%) sepia(0%) saturate(3400%) hue-rotate(13deg)
      brightness(87%) contrast(97%);
  --secondary-filter: invert(57%) sepia(12%) saturate(5264%)
      hue-rotate(124deg) brightness(90%) contrast(68%);
}

html[dir=ltr] .navbar .top-nav .contain .btn-group .btn::before,
html[dir=ltr] .navbar-lang .btn-group .btn::before {
  left: 15px;
  right: unset;
}
html[dir=ltr] .sub-header::after {
  transform: scaleX(-1);
}
html[dir=ltr] .questions .contain .list li img,
html[dir=ltr] .projects .box .tags li,
html[dir=ltr] .wrapper .radio-check,
html[dir=ltr] .questions .contain .location img,
html[dir=ltr] .navbar .top-nav .contain .features li a img {
  margin-right: 10px;
  margin-left: unset;
}
html[dir=ltr] .blogs .accordion .card .card-header .btn::after,
html[dir=ltr] .projects .card .card-header .btn::after,
html[dir=ltr] .questions .card .card-header .btn::after,
html[dir=ltr] .branches .card .card-header .btn::after,
html[dir=ltr] .questions .contact-form .form-group .form-select::after {
  left: unset;
  right: 10px;
}
html[dir=ltr] .navbar .top-nav .contain .features li {
  margin-right: 30px;
  margin-left: unset;
}
html[dir=ltr] .navbar .top-nav .contain .features li:last-child {
  margin: 0px;
}
html[dir=ltr] .sub-header .contain .form-contain .form-group .search-btn {
  border-radius: 10px 0px 0px 10px;
  right: 0;
}

.general-section {
  width: 100%;
  padding: 300px 0px 50px 0px;
  position: relative;
  z-index: 9;
}
.general-section.small-padding {
  padding-top: 180px;
}

.navbar-lang {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 33px 0px 0px;
}
.navbar-lang .btn-group {
  float: left;
  text-transform: capitalize;
}
.navbar-lang .btn-group .btn {
  width: 100px;
  height: 43px;
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color);
  padding: 0px;
  background-color: var(--light-color);
  border-radius: 10px;
  position: relative;
  z-index: 9;
  padding-inline-start: 15px;
  text-transform: capitalize;
}
.navbar-lang .btn-group .btn::after {
  display: none;
}
.navbar-lang .btn-group .btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/intro/down_arrow.png") center/contain no-repeat;
  top: calc(50% - 5px);
  right: 15px;
  z-index: -1;
}

.navbar {
  width: 100%;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.navbar .top-nav {
  width: 100%;
  padding: 16px 0px;
  background-color: var(--primary-color);
}
.navbar .top-nav .contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .top-nav .contain .btn-group {
  float: left;
  margin-right: 2rem;
}
.navbar .top-nav .contain .btn-group .btn {
  width: 114px;
  height: 43px;
  border: 1px solid var(--light-color) !important;
  color: var(--light-color);
  padding: 0px;
  background-color: var(--primary-color);
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.navbar .top-nav .contain .btn-group .btn::after {
  display: none;
}
.navbar .top-nav .contain .btn-group .btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 5px);
  right: 15px;
  z-index: -1;
  filter: var(--light-filter);
}
.navbar .top-nav .contain .features {
  display: flex;
  align-items: center;
  align-content: center;
}
.navbar .top-nav .contain .features li {
  margin-left: 30px;
}
.navbar .top-nav .contain .features li:last-child {
  margin-left: 0px;
}
.navbar .top-nav .contain .features li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.navbar .top-nav .contain .features li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: 14px;
}
.navbar .top-nav .contain .features li a span {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
}
.navbar .top-nav .contain .features li a:hover img {
  animation: tada 0.3s linear;
}
.navbar .top-nav .contain .features li a:hover span {
  color: var(--secondary-color);
}
.navbar .bottom-nav {
  width: 100%;
  padding: 20px 0px;
  background-color: #121a38;
  transition: all 0.3s linear;
}
.navbar .bottom-nav .contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .bottom-nav .contain .humbarger {
  --size: 30px;
  --bar-height: calc(var(--size) / 8);
  --color: #fff;
  --bar-deg: 45deg;
  border-radius: 50%;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  flex-direction: column;
  height: var(--size);
  justify-content: space-around;
  align-items: center;
  padding: calc(var(--size) / 8);
  position: relative;
  width: var(--size);
}
.navbar .bottom-nav .contain .humbarger .bar1,
.navbar .bottom-nav .contain .humbarger .bar2,
.navbar .bottom-nav .contain .humbarger .bar2:after,
.navbar .bottom-nav .contain .humbarger .bar3 {
  background-color: var(--color);
  border-radius: var(--bar-height);
  width: 100%;
  height: var(--bar-height);
  position: relative;
  transition: 0.6s ease-in-out;
}
.navbar .bottom-nav .contain .humbarger .bar2:after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.navbar .bottom-nav .contain .humbarger.active .bar1 {
  opacity: 0;
  transform: translateX(100%);
}
.navbar .bottom-nav .contain .humbarger.active .bar2 {
  transform: rotate(calc(var(--bar-deg) + 360deg));
}
.navbar .bottom-nav .contain .humbarger.active .bar2:after {
  transform: rotate(calc(var(--bar-deg) * -2));
}
.navbar .bottom-nav .contain .humbarger.active .bar3 {
  opacity: 0;
  transform: translateX(-100%);
}
.navbar .bottom-nav .contain .brand-name img {
  width: 143px;
  height: 50px;
  object-fit: contain;
  transition: all 0.3s linear;
}
.navbar .bottom-nav .contain .navbar-nav {
  flex-direction: row;
}
.navbar .bottom-nav .contain .navbar-nav .nav-item {
  margin-left: 25px;
}
.navbar .bottom-nav .contain .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--light-color);
}
.navbar .bottom-nav .contain .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary-color);
}
.navbar.scrolled .top-nav {
  display: none;
}
.navbar.scrolled .bottom-nav {
  padding: 10px 0px;
}
.navbar.scrolled .bottom-nav .brand-name img {
  height: 45px;
}

header {
  width: 100%;
  padding: 415px 0px 106px;
  position: relative;
  z-index: 9;
  background-color: var(--light-color);
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 460px;
  background: url("../images/intro/intro.webp") top center/contain no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
header .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 25px;
  background-color: var(--light-color);
  border-radius: 10px;
  box-shadow: 3px 3px 16px rgba(25, 35, 73, 0.15);
  position: relative;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s linear;
}
header .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/intro/pattern.webp") top left/contain no-repeat;
  top: -20px;
  left: -20px;
  z-index: -1;
  transition: all 0.3s linear;
}
header .box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.3s linear;
}
header .box h1 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 900;
  margin: 30px 0px 0px;
}
header .box:hover {
  transform: translateY(-10px);
}
header .box:hover::after {
  transform: scale(1.2);
}
header .box:hover h1 {
  color: var(--secondary-color);
}

.sub-header {
  width: 100%;
  padding: 266px 0px 70px;
  background-color: #74c2a8;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.sub-header.primary-header {
  background-color: #192349;
}
.sub-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/magazine/pattern.png") top left/contain no-repeat;
  top: 0;
  left: -20px;
  z-index: -1;
}
.sub-header .contain {
  width: 100%;
}
.sub-header .contain h1 {
  font-size: 25px;
  font-weight: 900;
  color: var(--light-color);
  margin-bottom: 20px;
  text-align: start;
}
.sub-header .contain .form-contain {
  width: 100%;
  height: 50px;
  position: relative;
}
.sub-header .contain .form-contain .form-group {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.sub-header .contain .form-contain .form-group .search-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  border-start-end-radius: 10px;
  border-end-end-radius: 10px;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0px;
}
.sub-header .contain .form-contain .form-group .search-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.sub-header .contain .form-contain .form-group .form-control {
  width: 100%;
  height: 100%;
  background-color: var(--light-color);
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 55px;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
}
.sub-header .contain .form-contain .form-group .form-control::placeholder {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
}
.sub-header .contain .form-contain .form-group .form-control:hover {
  border: 1px solid var(--secondary-color);
}

.magazine .contain {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.magazine .contain h1 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 900;
  margin: 0px;
}
.magazine .image-content {
  width: 100%;
  height: 400px;
}
.magazine .image-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.magazine .swiper-wrapper {
  padding: 20px 0px 90px;
}
.magazine .book-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.questions {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
  background-color: var(--light-color);
}
.questions .card {
  width: 100%;
  border: 0px;
  padding: 0px;
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid var(--gray-color) !important;
}
.questions .card:last-child {
  border-bottom: 0px !important;
}
.questions .card .card-header {
  width: 100%;
  padding: 0px !important;
  border: 0px;
  border-radius: 0px !important;
  background-color: var(--light-color);
}
.questions .card .card-header .btn {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  display: block;
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  text-align: start !important;
}
.questions .card .card-header .btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7px);
  left: 15px;
  z-index: 2;
  transition: all 0.3s linear;
}
.questions .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.questions .card .card-body {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0px !important;
  border: 0px;
}
.questions .card .card-body p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.questions .contact-form {
  width: 100%;
  padding: 40px 35px;
  background-color: rgba(184, 161, 195, 0.15);
  border-radius: 8px;
}
.questions .contact-form h1 {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: start;
}
.questions .contact-form .form-group {
  width: 100%;
  margin-bottom: 21px;
}
.questions .contact-form .form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  color: var(--primary-color);
  text-align: start;
}
.questions .contact-form .form-group .form-control {
  width: 100%;
  height: 43px;
  background-color: var(--light-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
  color: var(--dark-color);
  resize: none;
}
.questions .contact-form .form-group .form-control.text-area {
  height: 100px;
}
.questions .contact-form .form-group .form-control::placeholder {
  color: var(--gray-color);
  font-size: 14px;
  font-weight: 500;
}
.questions .contact-form .form-group .form-control:hover {
  border: 1px solid var(--secondary-color);
}
.questions .contact-form .form-group .form-select {
  width: 100%;
  height: 43px;
  position: relative;
  z-index: 9;
}
.questions .contact-form .form-group .form-select::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7px);
  left: 10px;
  z-index: 1;
  filter: var(--gray-filter);
  pointer-events: none;
}
.questions .contact-form .form-upload {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.questions .contact-form .form-upload .upload {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.questions .contact-form .form-upload .upload-contain {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: var(--light-color);
  border: 1px dashed #eeeeee;
  padding: 16px 20px;
}
.questions .contact-form .form-upload .upload-contain img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.questions .contact-form .form-upload .upload-contain .contain {
  width: calc(100% - 40px);
}
.questions .contact-form .form-upload .upload-contain .contain .bold-text {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}
.questions .contact-form .form-upload .upload-contain .contain span {
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 500;
}
.questions .contact-form .custom-btn {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--secondary-color) !important;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  background-color: transparent;
  font-weight: 500;
  color: var(--light-color);
  margin-top: 20px;
}
.questions .contact-form .custom-btn::after, .questions .contact-form .custom-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: all 0.3s linear;
}
.questions .contact-form .custom-btn::after {
  left: 0;
}
.questions .contact-form .custom-btn::before {
  right: 0;
}
.questions .contact-form .custom-btn:hover {
  color: var(--secondary-color);
}
.questions .contact-form .custom-btn:hover::after, .questions .contact-form .custom-btn:hover::before {
  width: 0px;
}
.questions .contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.questions .contain.flex-start-contain {
  justify-content: flex-start;
}
.questions .contain h1 {
  display: flex;
  justify-content: start;
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.questions .contain p {
  display: flex;
  justify-content: start;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.questions .contain .location {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.questions .contain .location img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: 10px;
}
.questions .contain .location span {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
}
.questions .contain h2 {
  display: flex;
  justify-content: start;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.questions .contain h2.project-desc {
  color: #86559d;
}
.questions .contain .list.project-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-color);
}
.questions .contain .list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
.questions .contain .list li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-left: 15px;
}
.questions .contain .list li span {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  text-align: start;
}

.projects {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
  background-color: var(--light-color);
}
.projects .card {
  width: 100%;
  border: 0px;
  padding: 0px;
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid var(--gray-color) !important;
}
.projects .card:last-child {
  border-bottom: 0px !important;
}
.projects .card .card-header {
  width: 100%;
  padding: 0px !important;
  border: 0px;
  border-radius: 0px !important;
  background-color: var(--light-color);
}
.projects .card .card-header .btn {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  display: block;
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  text-align: start !important;
}
.projects .card .card-header .btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7px);
  left: 15px;
  z-index: 2;
  transition: all 0.3s linear;
}
.projects .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.projects .card .card-body {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0px !important;
  border: 0px;
}
.projects .card .card-body p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.projects .box {
  width: 100%;
  padding: 18px 20px 60px;
  overflow: hidden;
  background-color: var(--light-color);
  position: relative;
  z-index: 9;
  border-radius: 25px;
  box-shadow: 1px 2px 10px rgba(157, 157, 157, 0.16);
  transition: all 0.3s linear;
  text-align: start;
}
.projects .box .type {
  font-size: 16px;
  font-weight: 900;
  color: #86559d;
  margin: 0px;
}
.projects .box h1 {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  margin: 20px 0px;
}
.projects .box .tags {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.projects .box .tags li {
  margin-left: 10px;
  margin-bottom: 10px;
}
.projects .box .tags li:last-child {
  margin-left: 0px;
}
.projects .box .tags li a {
  padding: 4px 10px;
  background-color: rgba(184, 161, 195, 0.15);
  border-radius: 5px;
  display: flex;
  text-align: center;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
}
.projects .box .desc {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-color);
  margin-bottom: 10px;
}
.projects .box .custom-btn {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-end-end-radius: 25px;
  border-end-start-radius: 25px;
  z-index: 9;
  border: 1px solid var(--secondary-color) !important;
  overflow: hidden;
  font-size: 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: var(--light-color);
  margin-top: 20px;
}
.projects .box .custom-btn::after, .projects .box .custom-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: all 0.3s linear;
}
.projects .box .custom-btn::after {
  left: 0;
}
.projects .box .custom-btn::before {
  right: 0;
}
.projects .box .custom-btn:hover {
  color: var(--secondary-color);
}
.projects .box .custom-btn:hover::after, .projects .box .custom-btn:hover::before {
  width: 0px;
}
.projects .box:hover {
  transform: translateY(-10px);
}

.blogs {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
}
.blogs .nav {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blogs .nav li {
  margin-left: 10px;
  margin-bottom: 10px;
}
.blogs .nav li a {
  border: 0px;
  padding: 10px 15px;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  overflow: hidden;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.blogs .nav li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
}
.blogs .nav li a.active, .blogs .nav li a:hover {
  background-color: transparent;
  border-radius: 10px;
  color: var(--light-color);
}
.blogs .nav li a.active::after, .blogs .nav li a:hover::after {
  width: 100%;
}
.blogs .blog-box {
  width: 100%;
  padding: 10px;
  background-color: var(--light-color);
  position: relative;
  z-index: 9;
  transition: all 0.3s linear;
  border-radius: 10px;
  box-shadow: 1px 2px 10px rgba(157, 157, 157, 0.15);
}
.blogs .blog-box .image-content {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.blogs .blog-box .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.blogs .blog-box .contain {
  width: 100%;
  padding: 20px 0px 0px;
}
.blogs .blog-box .contain .flex-data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.blogs .blog-box .contain .flex-data p {
  color: #86559d;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 0px;
}
.blogs .blog-box .contain .flex-data span {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
}
.blogs .blog-box .contain h1 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
  margin: 20px 0px;
}
.blogs .blog-box .contain p {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.blogs .blog-box .contain a {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
  display: block;
  margin-top: 10px;
}
.blogs .blog-box:hover {
  transform: translateY(-10px);
}
.blogs .blog-box:hover .image-content img {
  transform: scale(1.2);
}
.blogs .head {
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #86559d;
}
.blogs .head.dark-color {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.blogs .accordion .card {
  width: 100%;
  border: 0px;
  padding: 0px;
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid var(--gray-color) !important;
}
.blogs .accordion .card:last-child {
  border-bottom: 0px !important;
}
.blogs .accordion .card .card-header {
  width: 100%;
  padding: 0px !important;
  border: 0px;
  border-radius: 0px !important;
  background-color: var(--light-color);
}
.blogs .accordion .card .card-header .btn {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  display: block;
  color: var(--gray-color);
  font-size: 20px;
  font-weight: 500;
  text-align: start !important;
}
.blogs .accordion .card .card-header .btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7px);
  left: 15px;
  z-index: 2;
  transition: all 0.3s linear;
}
.blogs .accordion .card .card-header .btn[aria-expanded=true] {
  color: #86559d;
}
.blogs .accordion .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.blogs .accordion .card .card-body {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0px !important;
  border: 0px;
}
.blogs .accordion .card .card-body p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

.branches {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
}
.branches .card {
  width: 100%;
  border: 0px;
  padding: 0px;
  border-radius: 0px !important;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid var(--gray-color) !important;
}
.branches .card:last-child {
  border-bottom: 0px !important;
}
.branches .card .card-header {
  width: 100%;
  padding: 0px !important;
  border: 0px;
  border-radius: 0px !important;
  background-color: var(--light-color);
}
.branches .card .card-header .btn {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  display: block;
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  text-align: start !important;
}
.branches .card .card-header .btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7px);
  left: 15px;
  z-index: 2;
  transition: all 0.3s linear;
}
.branches .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.branches .card .card-body {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0px !important;
  border: 0px;
}
.branches .card .card-body p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.branches .box {
  width: 100%;
  background-color: var(--light-color);
  border-radius: 10px;
  padding: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.3s linear;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.branches .box .iframe-contain {
  width: 100%;
  height: 250px;
}
.branches .box .iframe-contain iframe {
  width: 100%;
  height: 100%;
}
.branches .box h1 {
  font-size: 20px;
  font-weight: 900;
  margin: 0px;
  text-align: center;
  color: var(--primary-color);
}
.branches .box .list {
  width: 100%;
  padding: 20px 15px;
}
.branches .box .list li {
  margin-bottom: 10px;
}
.branches .box .list li:last-child {
  margin-bottom: 0px;
}
.branches .box .list li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.branches .box .list li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: var(--primary-filter);
}
.branches .box .list li a span {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-color);
}
.branches .box .list li a span.name {
  color: var(--dark-color);
  font-weight: 900;
  margin: 0px 10px;
}
.branches .box:hover {
  transform: translateY(-10px);
}
.branches .box:hover h1 {
  color: var(--secondary-color);
}

.single-blog {
  width: 100%;
  padding: 50px 0px 30px 0px;
}
.single-blog .image-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog .cat {
  color: #86559d;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 15px;
}
.single-blog .flex-data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.single-blog .flex-data .writer {
  font-size: 15px;
  font-weight: 700;
  color: #121a38;
  margin-inline-end: 15px;
}
.single-blog .flex-data .data {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-color);
}
.single-blog .desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 20px;
}
.single-blog h1 {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}

.delivery {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
  text-align: start;
}
.delivery .head {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.delivery .head.dark-color {
  color: var(--primary-color);
}
.delivery .desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.delivery .nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  border-inline-end: 1px solid rgba(134, 85, 157, 0.2);
}
.delivery .nav li {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(134, 85, 157, 0.2);
}
.delivery .nav li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-color);
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}
.delivery .nav li a.active {
  color: #86559d;
  background-color: transparent;
  border-radius: 0px;
}
.delivery .table-reponsive {
  width: 100%;
}
.delivery .table-reponsive table {
  width: 100%;
}
.delivery .table-reponsive table th {
  padding: 30px 0px;
  text-align: center;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 900;
  border: 1px solid rgba(128, 128, 128, 0.3);
}
.delivery .table-reponsive table td {
  padding: 30px 0px;
  text-align: center;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(128, 128, 128, 0.3);
}

.empty-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.empty-data img {
  width: 300px;
  height: 400px;
  object-fit: contain;
}
.empty-data h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin: 20px 0px;
}
.empty-data .custom-btn {
  width: 200px;
  height: 50px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  border: 1px solid var(--secondary-color) !important;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  background-color: transparent;
  font-weight: 500;
  color: var(--light-color);
  margin-top: 20px;
}
.empty-data .custom-btn::after, .empty-data .custom-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: all 0.3s linear;
}
.empty-data .custom-btn::after {
  left: 0;
}
.empty-data .custom-btn::before {
  right: 0;
}
.empty-data .custom-btn:hover {
  color: var(--secondary-color);
}
.empty-data .custom-btn:hover::after, .empty-data .custom-btn:hover::before {
  width: 0px;
}

.modal-content {
  padding: 0px;
  border: 0px;
  border-radius: 15px !important;
}
.modal-content .modal-body {
  width: 100%;
  padding: 0px;
  border: 0px;
  border-radius: 25px !important;
}
.modal-content .modal-body .contain {
  width: 100%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.modal-content .modal-body .contain .done-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.modal-content .modal-body .contain .done-image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.modal-content .modal-body .contain .done-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--secondary-color);
  top: 0;
  left: 0;
  z-index: -1;
  animation: pulse 5s linear infinite alternate;
}
.modal-content .modal-body .contain p {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
  margin: 20px 0px 0px;
}

.wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}
.wrapper .radio-check {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid rgba(65, 155, 116, 0.2) !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.wrapper .radio-check.radio-circle {
  border-radius: 50%;
}
.wrapper .radio-check::after, .wrapper .radio-check::before {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
}
.wrapper .radio-check::before {
  background: url("../images/form/check.svg") center/contain no-repeat;
  width: 15px;
  height: 15px;
  transform: scale(0);
  z-index: -1;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
}
.wrapper .radio-check:checked {
  border-color: var(--secondary-color) !important;
}
.wrapper .radio-check:checked::before {
  transform: scale(1);
}
.wrapper .radio-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
}

footer {
  width: 100%;
  padding: 50px 0px;
  background-color: var(--primary-color);
  position: relative;
  z-index: 9;
}
footer h1 {
  font-size: 20px;
  font-weight: 900;
  color: var(--light-color);
  margin-bottom: 20px;
}
footer .contain {
  width: 100%;
  height: 100%;
}
footer .contain .socail-media {
  display: flex;
  align-items: center;
  align-content: center;
}
footer .contain .socail-media li {
  margin-left: 15px;
}
footer .contain .socail-media li:last-child {
  margin-left: 0px;
}
footer .contain .socail-media li a {
  width: 24px;
  height: 24px;
  display: flex;
}
footer .contain .socail-media li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .contain .socail-media li a:hover img {
  animation: tada 0.3s linear;
}
footer .links {
  width: 100%;
}
footer .links li {
  width: 100%;
  margin-bottom: 10px;
}
footer .links li a {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: var(--light-color);
  transition: all 0.3s linear;
}
footer .links li a:hover {
  padding-right: 10px;
}

.copyrights {
  width: 100%;
  padding: 10px 0px;
  background-color: var(--light-color);
  position: relative;
  z-index: 9;
}
.copyrights .contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.copyrights .contain p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
}
.copyrights .contain img {
  width: 290px;
  height: 20px;
  object-fit: contain;
}

#myTabContent {
  text-align: start;
}

@media (max-width: 999px) {
  .navbar.scrolled .navbar-nav {
    display: flex !important;
    top: 65px;
  }
  .navbar .top-nav {
    padding: 5px 0px;
  }
  .navbar .top-nav .contain .features li {
    margin-inline-end: 10px;
  }
  .navbar .top-nav .contain .features li a span {
    display: none;
  }
  .navbar .top-nav .contain .features li a img {
    margin: 0px;
  }
  .navbar .socail-data,
  .navbar .form-contain {
    display: none;
  }
  .navbar .nav-list li a {
    width: 30px !important;
    height: 30px !important;
  }
  .navbar .nav-list li a img {
    width: 20px !important;
    height: 20px !important;
  }
  .navbar .brand-name img {
    width: 120px !important;
  }
  .navbar .humbarger {
    display: flex !important;
  }
  .navbar .navbar-nav {
    width: 100%;
    position: absolute;
    top: 120px;
    right: -100%;
    height: 100vh;
    flex-direction: column !important;
    justify-content: flex-start;
    background-color: #121A38;
    padding: 40px 20px;
    z-index: 999;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav li {
    margin-inline-end: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: 0px !important;
  }
  .navbar .navbar-nav li a {
    width: fit-content;
  }
  .navbar .navbar-nav.active-nav {
    right: 0px !important;
  }
  .general-section {
    padding-top: 200px;
  }
  .sub-header {
    padding: 200px 0px 50px;
  }
  .navbar-lang {
    padding: 5px 0px 0px;
  }
  header {
    padding: 130px 0px 40px;
  }
  header .box {
    padding: 20px 10px;
  }
  header .box h1 {
    font-size: 18px;
  }
  header::after {
    height: 200px;
    top: 30px;
  }
  .book-img {
    height: 300px !important;
  }
  .copyrights .contain {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .magazine .image-content {
    height: 200px;
  }
  .blogs .nav li {
    margin-bottom: 10px;
  }
  .blogs .nav li a {
    width: 100%;
    text-align: center;
  }
  .navbar-lang .btn-group .btn {
    width: 83px;
    height: 33px;
  }
}/*# sourceMappingURL=style.css.map */