:root {
  --main-color: #1e2052;
  --second-color: #a31e21;
}

.main-template {
  /*************************/
}
.main-template .sec-head {
  text-align: center;
  margin-bottom: 100px;
}
.main-template .sec-head h2 {
  color: var(--second-color);
  margin-bottom: 20px;
}
.main-template .sec-head h3 {
  font-size: 35px;
  color: var(--main-color);
  font-weight: 600;
}
.main-template .call-to-action {
  background-image: url(../images/call-to-action-lines.svg);
  background-color: var(--second-color);
  padding: 50px 10% 30px;
  border-radius: 10px;
}
.main-template .call-to-action h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  max-width: 430px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main-template .call-to-action .sec-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-template .call-to-action .sec-bottom h3 {
  font-size: 16px;
  color: #cacacb;
  margin: 0;
  line-height: 1.6;
}
.main-template .call-to-action .sec-bottom .buttons {
  display: flex;
  align-items: center;
}
.main-template .call-to-action .sec-bottom .buttons a {
  background-color: #fff;
  border-radius: 4px;
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.main-template .call-to-action .sec-bottom .buttons a.whats {
  width: 50px;
  height: 50px;
}
.main-template .call-to-action .sec-bottom .buttons a.whats svg {
  width: 20px;
  height: 20px;
  fill: var(--second-color);
}
.main-template .call-to-action .sec-bottom .buttons a.contact {
  max-width: 174px;
  color: var(--second-color);
}
@media (max-width: 575.98px) {
  .main-template .call-to-action h2 {
    font-size: 20px;
  }
  .main-template .call-to-action .sec-bottom h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.main-template #features {
  background-image: url(../images/lines-bg.svg);
}
.main-template .feature-card {
  padding: 76px 31px 47px;
  background-color: #fff;
  position: relative;
}
.main-template .feature-card .icon {
  position: absolute;
  top: -40px;
  background: var(--second-color);
  border-radius: 5px;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-template .feature-card .icon img {
  width: 50px;
}
.main-template .feature-card h3 {
  color: #030304;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-template .feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cacacb;
}
.main-template .feature-card.center .icon {
  background: var(--main-color);
}
.main-template footer {
  background: var(--main-color);
  padding-top: 65px;
}
.main-template footer h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
.main-template footer form {
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  display: flex;
  border-radius: 5px;
  width: 90%;
}
.main-template footer form input {
  background: none;
  border: none;
  height: 100%;
  flex: 1;
  padding: 0 8px;
}
.main-template footer form button {
  background: none;
  border: none;
  color: #fff;
  padding: 0 25px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-template footer form button svg {
  min-width: 20px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .main-template footer form input {
    width: 100px;
    font-size: 12px;
  }
}
.main-template footer .social-media {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-template footer .social-media a {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
}
.main-template footer .social-media a svg {
  width: 18px;
  height: 18px;
}
.main-template footer .list-links {
  padding: 0;
}
.main-template footer .list-links a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.main-template footer .logo {
  margin-bottom: 40px;
}
.main-template footer .logo img {
  max-width: 100%;
}
.main-template footer .footer-desc p {
  color: #ccc;
  font-size: 14px;
}
.main-template footer .list-contact {
  padding: 0;
  list-style: none;
}
.main-template footer .list-contact li {
  margin-bottom: 20px;
}
.main-template footer .list-contact li svg {
  width: 20px;
  height: 20px;
  color: var(--second-color);
}
.main-template footer .list-contact li span {
  font-size: 12px;
  color: #fff;
  margin: 0 10px;
}
.main-template footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  text-align: center;
  padding: 19px;
}
.main-template footer .copyright h6 {
  margin: 0;
  font-size: 12px;
}
.main-template .paymeny-item {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.main-template .paymeny-item .image {
  margin-left: 5px;
}
.main-template .paymeny-item .image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.main-template .paymeny-item .text {
  display: flex;
  flex-direction: column;
}
.main-template .paymeny-item .text span {
  font-size: 14px;
}
.main-template .paymeny-item .text b {
  font-size: 14px;
}
.main-template .home-about .about-vector img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .main-template .home-about .about-vector {
    margin-bottom: 40px;
  }
}
.main-template .home-about .about-text h5 {
  color: var(--second-color);
  font-size: 18px;
  margin-bottom: 18px;
}
.main-template .home-about .about-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
.main-template .home-about .about-text h2 span {
  color: var(--second-color);
}
.main-template .home-about .about-text p {
  line-height: 1.84;
  color: #c9c9c9;
  font-size: 17px;
}
.main-template .home-about .about-text a {
  border-radius: 4px;
  background-color: #1e2052;
  width: 100%;
  max-width: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .main-template .home-about .about-text h5 {
    font-size: 16px;
  }
  .main-template .home-about .about-text h2 {
    font-size: 25px;
  }
  .main-template .home-about .about-text p {
    font-size: 14px;
  }
}
.main-template .main-slider {
  background: var(--main-color);
  position: relative;
  padding-top: 100px;
}
.main-template .main-slider .main-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-template .main-slider .main-slider-bg img {
  width: 100%;
  justify-content: 100%;
  height: 100%;
}
.main-template .main-slider .swiper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.main-template .main-slider .swiper .swiper-slide .row {
  background: #fff;
  margin: 0 10px 53px;
  padding: 15px;
  border-radius: 20px;
}
.main-template .main-slider .slider-text h2 {
  color: var(--main-color);
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.main-template .main-slider .slider-text p {
  color: var(--main-color);
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat-Arabic" !important;
}
.main-template .main-slider .slider-text a {
  border-radius: 4px;
  box-shadow: 0 1.2px 3.1px 0 rgba(163, 30, 33, 0.02), 0 5.5px 6.5px 0 rgba(163, 30, 33, 0.03), 0 13.4px 13px 0 rgba(163, 30, 33, 0.04), 0 25.8px 25.5px 0 rgba(163, 30, 33, 0.04), 0 43.4px 46.9px 0 rgba(163, 30, 33, 0.05), 0 67px 80px 0 rgba(163, 30, 33, 0.07);
  background-color: #a31e21;
  margin-top: 50px;
  max-width: 305px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.main-template .main-slider.header-about .slider-text h2 {
  color: #fff;
}
.main-template .main-slider.header-about .slider-text p {
  color: #ccc;
  line-height: 1.6;
}
.main-template .main-slider .slider-image {
  text-align: center;
}
.main-template .main-slider .slider-image img {
  max-width: 100%;
  height: 350px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .main-template .main-slider .slider-image {
    margin-top: 40px;
  }
  .main-template .main-slider .slider-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main-template .main-slider .slider-text p {
    font-size: 14px;
  }
}
.main-template .header-transparent .user-profile .dropdown-toggle {
  color: #fff;
}
.main-template .nav-bar {
  position: relative;
  z-index: 1000;
}
.main-template .nav-bar .nav-bar-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.main-template .nav-bar .nav-bar-inner .logo {
  padding-top: 10px;
}
.main-template .nav-bar .nav-bar-inner .logo img {
  height: 80px;
}
.main-template .nav-bar .nav-bar-inner .menu ul {
  display: flex;
  list-style: none;
}
.main-template .nav-bar .nav-bar-inner .menu ul a {
  margin: 0 20px;
  text-decoration: none;
  color: #fff;
}
.main-template .nav-bar .user-profile .dropdown-menu {
  padding: 0;
}
.main-template .nav-bar .user-profile .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.main-template .navbar {
  height: 75px;
  transition: all 0.5s 0.1s;
}
.main-template .navbar-offcanvas {
  z-index: 1030;
}
.main-template .navbar-offcanvas .logo img {
  height: 70px;
  padding: 10px 0;
}
.main-template .navbar-offcanvas .container {
  position: relative;
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.main-template .navbar-offcanvas .navbar-top {
  display: none;
}
@media (min-width: 992px) {
  .main-template .navbar-offcanvas .navbar-top {
    display: flex;
    margin-right: auto;
  }
}
.main-template .navbar-offcanvas .navbar-top .nav-item {
  margin-right: 22px;
  text-align: center;
}
.main-template .navbar-offcanvas .navbar-top .nav-item .nav-link {
  color: rgba(151, 151, 151, 0.66);
}
@media (max-width: 991px) {
  .main-template .navbar-offcanvas .navbar-top .nav-item .nav-link {
    color: #000;
  }
}
.main-template .navbar-offcanvas .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
}
.main-template .navbar-offcanvas .navbar-toggler:hover, .main-template .navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .main-template .navbar-offcanvas .navbar-toggler {
    display: none;
  }
}
.main-template .navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.main-template .navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.main-template .navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.main-template .navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}
.main-template .navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.main-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.main-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}
.main-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.main-template .navbar-offcanvas .navbar-collapse.collapse,
.main-template .navbar-offcanvas .navbar-collapse.collapse.in,
.main-template .navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}
.main-template .nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
}
.main-template .nav-open .navbar > .container-fluid {
  transform: translate3d(-424px, 0, 0);
}
@media (max-width: 991px) {
  .main-template .nav-open .navbar > .container-fluid {
    transform: translate3d(-424px/1.5, 0, 0);
  }
}
.main-template .nav-open .wrapper {
  transform: translate3d(-150px, 0, 0);
}
.main-template body > .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1000032;
}
.main-template body > .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -20px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}
@media (max-width: 991px) {
  .main-template body > .navbar-collapse {
    width: 282.6666666667px;
  }
}
.main-template body > .navbar-collapse .nav-image {
  margin-bottom: 65px;
}
.main-template body > .navbar-collapse .nav-image img {
  display: block;
  margin: 0 auto;
  width: 91px;
  height: 69px;
}
.main-template body > .navbar-collapse .navbar-top {
  margin: 0 !important;
  flex-direction: column;
}
@media (min-width: 992px) {
  .main-template body > .navbar-collapse .navbar-top {
    display: none;
  }
}
.main-template body > .navbar-collapse .navbar-top li {
  text-align: center;
}
.main-template body > .navbar-collapse .navbar-top li a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #000;
}
.main-template body > .navbar-collapse .navbar-top li a:hover, .main-template body > .navbar-collapse .navbar-top li a:focus {
  text-decoration: none;
}
.main-template body > .navbar-collapse .nav-link,
.main-template body > .navbar-collapse .dropdown-toggle {
  font-weight: 700;
  color: #222;
  transition: color 0.2s ease-out;
}
.main-template body > .navbar-collapse .nav-link:hover, .main-template body > .navbar-collapse .nav-link:focus,
.main-template body > .navbar-collapse .dropdown-toggle:hover,
.main-template body > .navbar-collapse .dropdown-toggle:focus {
  text-decoration: none;
}
.main-template body > .navbar-collapse .nav-link.disabled,
.main-template body > .navbar-collapse .dropdown-toggle.disabled {
  color: rgba(0, 0, 0, 0.35);
}
.main-template body > .navbar-collapse .nav-link.disabled:hover, .main-template body > .navbar-collapse .nav-link.disabled:focus,
.main-template body > .navbar-collapse .dropdown-toggle.disabled:hover,
.main-template body > .navbar-collapse .dropdown-toggle.disabled:focus {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  .main-template body > .navbar-top {
    display: none;
  }
}
.main-template body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: calc(424px / 1.5 - 10px);
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1029;
}
@media (min-width: 992px) {
  .main-template body > #overlay {
    right: calc(424px - 10px);
  }
}
@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
.main-template .header-transparent {
  position: relative;
}
.main-template .header-transparent .nav-bar {
  position: absolute;
  width: 100%;
}
.main-template .header-transparent .nav-bar .navbar-brand img {
  filter: brightness(50000);
}
.main-template .nav-register a {
  width: 100%;
  max-width: 148.1px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--second-color);
}
.main-template .partners-inner {
  padding: 40px 70px;
  border-radius: 3px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin-top: -100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-template .partners-inner {
    padding: 40px 20px;
  }
}
.main-template .partners-inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.main-template .partners-inner .logo img {
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.main-template .service-card {
  height: 380px;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.main-template .service-card .image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 15px;
  justify-content: center;
}
.main-template .service-card .image img {
  height: 95px;
  width: 95px;
  z-index: 1;
  object-fit: contain;
  margin: 0 auto;
}
.main-template .service-card .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/category-3.svg);
  background-size: cover;
}
.main-template .service-card h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.main-template .service-card .overlay-hover {
  position: absolute;
  z-index: 2;
  background-color: rgba(30, 32, 82, 0.93);
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px 20px;
  opacity: 0;
  transition: all 0.5s;
}
.main-template .service-card .overlay-hover h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.main-template .service-card .overlay-hover p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.51);
  line-height: 2.65;
}
.main-template .service-card .overlay-hover a {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
}
.main-template .service-card .overlay-hover a svg {
  margin: 0 5px;
}
.main-template .service-card .overlay-hover a span {
  margin: 0 5px;
}
.main-template .service-card:hover h4 {
  display: none;
}
.main-template .service-card:hover .overlay-hover {
  top: 0;
  opacity: 1;
}
.main-template .service-card.category-1 .image {
  padding-top: 60px;
}
.main-template .service-card.category-1 .image img {
  width: 200px;
  height: 200px;
}
.main-template .service-card.category-1 .image:after {
  background-image: url(../images/category-1.svg);
}
.main-template .service-card.category-2 .image {
  padding-top: 60px;
}
.main-template .service-card.category-2 .image img {
  width: 200px;
  height: 200px;
}
.main-template .service-card.category-2 .image:after {
  background-image: url(../images/category-2.svg);
}
.main-template .service-card.category-3 .image {
  padding-top: 120px;
}
.main-template .service-card.category-3 .image:after {
  background-image: url(../images/category-3.svg);
}
.main-template .service-card.category-1-service-1 .image:after {
  background-image: url(../images/category-1-service-1.png);
}
.main-template .service-card.category-1-service-2 .image:after {
  background-image: url(../images/category-1-service-2.png);
}
.main-template .service-card.category-2-service-1 .image:after {
  background-image: url(../images/category-2-service-1.png);
}
.main-template .service-card.category-2-service-2 .image:after {
  background-image: url(../images/category-2-service-2.png);
}
.main-template .service-card.category-3-service-1 .image:after {
  background-image: url(../images/category-3-service-1.png);
}
.main-template .service-card.category-3-service-2 .image:after {
  background-image: url(../images/category-3-service-2.png);
}
.main-template section.subscriptions {
  background-image: url(../images/lines-bg.svg);
}
.main-template .subscription-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-template .subscription-card .logo {
  background-color: #f2f2f2;
  width: 94px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.main-template .subscription-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--main-color);
}
.main-template .subscription-card .count {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-template .subscription-card .count svg {
  color: var(--second-color);
  margin: 0 3px;
}
.main-template .subscription-card .count span {
  margin: 0 3px;
  color: #b0b0b0;
  font-size: 13px;
}
.main-template .top-header {
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid var(--border-color);
}
.main-template .top-header .header-item {
  display: inline-block;
  margin: 0 5px;
}
.main-template .top-header .header-list.link-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
}
.main-template .top-header .header-list.link-list .header-item {
  margin-right: 25px;
  margin-left: 0;
}
.main-template .top-header .header-list.social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
}
.main-template .top-header .header-list .header-item svg {
  margin-right: 5px;
  height: 13px;
  width: 13px;
  color: #000;
}
.main-template .top-header .header-list.social-list a {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-color);
}
.main-template .top-header .header-list.social-list a svg {
  width: 15px;
  height: 15px;
  color: #fff;
  margin: 0 !important;
}
.main-template .top-header .header-list .header-item a {
  text-decoration: none;
}
.main-template .top-header .header-list .header-item span {
  color: #9f9f9f;
}
@media (max-width: 767px) {
  .main-template .top-header {
    font-size: 11px;
  }
  .main-template .top-header .header-list {
    display: block;
    text-align: center;
  }
  .main-template .top-header .header-list .header-item svg {
    width: 8px;
    height: 8px;
  }
  .main-template .top-header .header-list.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-template .top-header .header-list.social-list svg {
    width: 11px;
    height: 11px;
  }
  .main-template .top-header .header-list.link-list {
    display: inline-block;
  }
  .main-template .top-header .header-list.link-list .header-item {
    margin: 0 5px;
  }
}
.main-template .company-details {
  padding: 100px 0;
}
.main-template .company-details .vector img {
  max-width: 100%;
}
.main-template .company-details-box {
  position: relative;
  border: solid 0.9px #dedede;
  padding: 60px 30px 30px;
  height: 307.9px;
  border-radius: 3.7px;
}
.main-template .company-details-box h3 {
  position: absolute;
  top: -33px;
  background: var(--second-color);
  color: #fff;
  width: 232.3px;
  border-radius: 3.7px;
  height: 65.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.main-template .company-details-box ul {
  list-style: none;
  padding: 0;
}
.main-template .company-details-box li {
  font-size: 15.9px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 15px;
}
.main-template .team-card {
  text-align: center;
  margin-bottom: 50px;
}
.main-template .team-card .image {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
}
.main-template .team-card .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 32, 82, 0.93);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.main-template .team-card .image .overlay a {
  background: #fff;
  color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 150px;
  font-size: 14px;
}
.main-template .team-card .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-template .team-card .image:hover .overlay {
  opacity: 1;
}
.main-template .team-card .image:hover .overlay a {
  top: 50%;
}
.main-template .team-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--main-color);
}
.main-template .team-card span {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 500;
}
.main-template .rating-inputs {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.main-template .rating-inputs label,
.main-template .rating-inputs input[type=radio] {
  cursor: pointer;
}
.main-template .rating-inputs label {
  display: inline;
  color: #d4d5d7;
}
.main-template .rating-inputs label svg {
  width: 35px;
  height: 35px;
}
.main-template .rating-inputs label:hover, .main-template .rating-inputs label:focus {
  color: #f9ac2f;
}
.main-template .rating-inputs label:hover ~ label, .main-template .rating-inputs label:focus ~ label {
  color: #f9ac2f;
}
.main-template .rating-inputs input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.main-template .rating-inputs input[type=radio]:checked ~ label {
  color: #f9ac2f;
}
.main-template .rating-inputs input[type=radio]:checked ~ label svg {
  fill: #f9ac2f;
}
.main-template .pt-10 {
  padding-top: 10px !important;
}
.main-template .pb-10 {
  padding-bottom: 10px !important;
}
.main-template .ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.main-template .mt-10 {
  margin-top: 10px !important;
}
.main-template .mb-10 {
  margin-bottom: 10px !important;
}
.main-template .mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.main-template .pt-20 {
  padding-top: 20px !important;
}
.main-template .pb-20 {
  padding-bottom: 20px !important;
}
.main-template .ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.main-template .mt-20 {
  margin-top: 20px !important;
}
.main-template .mb-20 {
  margin-bottom: 20px !important;
}
.main-template .mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.main-template .pt-30 {
  padding-top: 30px !important;
}
.main-template .pb-30 {
  padding-bottom: 30px !important;
}
.main-template .ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.main-template .mt-30 {
  margin-top: 30px !important;
}
.main-template .mb-30 {
  margin-bottom: 30px !important;
}
.main-template .mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.main-template .pt-40 {
  padding-top: 40px !important;
}
.main-template .pb-40 {
  padding-bottom: 40px !important;
}
.main-template .ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.main-template .mt-40 {
  margin-top: 40px !important;
}
.main-template .mb-40 {
  margin-bottom: 40px !important;
}
.main-template .mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.main-template .pt-50 {
  padding-top: 50px !important;
}
.main-template .pb-50 {
  padding-bottom: 50px !important;
}
.main-template .ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.main-template .mt-50 {
  margin-top: 50px !important;
}
.main-template .mb-50 {
  margin-bottom: 50px !important;
}
.main-template .mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.main-template .pt-60 {
  padding-top: 60px !important;
}
.main-template .pb-60 {
  padding-bottom: 60px !important;
}
.main-template .ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.main-template .mt-60 {
  margin-top: 60px !important;
}
.main-template .mb-60 {
  margin-bottom: 60px !important;
}
.main-template .mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.main-template .pt-70 {
  padding-top: 70px !important;
}
.main-template .pb-70 {
  padding-bottom: 70px !important;
}
.main-template .ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.main-template .mt-70 {
  margin-top: 70px !important;
}
.main-template .mb-70 {
  margin-bottom: 70px !important;
}
.main-template .mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.main-template .pt-80 {
  padding-top: 80px !important;
}
.main-template .pb-80 {
  padding-bottom: 80px !important;
}
.main-template .ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.main-template .mt-80 {
  margin-top: 80px !important;
}
.main-template .mb-80 {
  margin-bottom: 80px !important;
}
.main-template .mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.main-template .pt-90 {
  padding-top: 90px !important;
}
.main-template .pb-90 {
  padding-bottom: 90px !important;
}
.main-template .ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.main-template .mt-90 {
  margin-top: 90px !important;
}
.main-template .mb-90 {
  margin-bottom: 90px !important;
}
.main-template .mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.main-template .pt-100 {
  padding-top: 100px !important;
}
.main-template .pb-100 {
  padding-bottom: 100px !important;
}
.main-template .ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.main-template .mt-100 {
  margin-top: 100px !important;
}
.main-template .mb-100 {
  margin-bottom: 100px !important;
}
.main-template .mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.main-template .pt-110 {
  padding-top: 110px !important;
}
.main-template .pb-110 {
  padding-bottom: 110px !important;
}
.main-template .ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.main-template .mt-110 {
  margin-top: 110px !important;
}
.main-template .mb-110 {
  margin-bottom: 110px !important;
}
.main-template .mtb-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.main-template .pt-120 {
  padding-top: 120px !important;
}
.main-template .pb-120 {
  padding-bottom: 120px !important;
}
.main-template .ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.main-template .mt-120 {
  margin-top: 120px !important;
}
.main-template .mb-120 {
  margin-bottom: 120px !important;
}
.main-template .mtb-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.main-template .pt-130 {
  padding-top: 130px !important;
}
.main-template .pb-130 {
  padding-bottom: 130px !important;
}
.main-template .ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.main-template .mt-130 {
  margin-top: 130px !important;
}
.main-template .mb-130 {
  margin-bottom: 130px !important;
}
.main-template .mtb-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.main-template .pt-140 {
  padding-top: 140px !important;
}
.main-template .pb-140 {
  padding-bottom: 140px !important;
}
.main-template .ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.main-template .mt-140 {
  margin-top: 140px !important;
}
.main-template .mb-140 {
  margin-bottom: 140px !important;
}
.main-template .mtb-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.main-template .pt-150 {
  padding-top: 150px !important;
}
.main-template .pb-150 {
  padding-bottom: 150px !important;
}
.main-template .ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.main-template .mt-150 {
  margin-top: 150px !important;
}
.main-template .mb-150 {
  margin-bottom: 150px !important;
}
.main-template .mtb-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.main-template .pt-160 {
  padding-top: 160px !important;
}
.main-template .pb-160 {
  padding-bottom: 160px !important;
}
.main-template .ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.main-template .mt-160 {
  margin-top: 160px !important;
}
.main-template .mb-160 {
  margin-bottom: 160px !important;
}
.main-template .mtb-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.main-template .pt-170 {
  padding-top: 170px !important;
}
.main-template .pb-170 {
  padding-bottom: 170px !important;
}
.main-template .ptb-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.main-template .mt-170 {
  margin-top: 170px !important;
}
.main-template .mb-170 {
  margin-bottom: 170px !important;
}
.main-template .mtb-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}
.main-template .pt-180 {
  padding-top: 180px !important;
}
.main-template .pb-180 {
  padding-bottom: 180px !important;
}
.main-template .ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.main-template .mt-180 {
  margin-top: 180px !important;
}
.main-template .mb-180 {
  margin-bottom: 180px !important;
}
.main-template .mtb-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.main-template .pt-190 {
  padding-top: 190px !important;
}
.main-template .pb-190 {
  padding-bottom: 190px !important;
}
.main-template .ptb-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.main-template .mt-190 {
  margin-top: 190px !important;
}
.main-template .mb-190 {
  margin-bottom: 190px !important;
}
.main-template .mtb-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}
.main-template .pt-200 {
  padding-top: 200px !important;
}
.main-template .pb-200 {
  padding-bottom: 200px !important;
}
.main-template .ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.main-template .mt-200 {
  margin-top: 200px !important;
}
.main-template .mb-200 {
  margin-bottom: 200px !important;
}
.main-template .mtb-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.main-template .bg-gray {
  background-color: rgba(44, 57, 127, 0.05) !important;
}
.main-template .bg-sky {
  background-color: #f3f8ff !important;
}
.main-template .min-h-100 {
  min-height: 100%;
}
.main-template .auth-layout {
  position: relative;
  background-position: left;
}
.main-template .auth-layout .auth-bg {
  position: relative;
  height: 100vh;
}
.main-template .auth-layout .auth-bg .bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-template .auth-layout .auth-bg .bg-img img {
  max-width: 100%;
}
.main-template .auth-layout .auth-bg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-template .auth-layout .auth-form {
  padding: 20px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}
.main-template .auth-layout .auth-form h1 {
  color: var(--second-color);
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 30px;
}
.main-template .auth-layout .auth-form .auth-btn {
  display: flex;
  padding-top: 30px !important;
}
.main-template .auth-layout .auth-form .auth-btn button {
  max-width: 100%;
  background: var(--second-color);
  width: 100%;
  height: 51px;
  border-radius: 3px;
  color: #fff;
}
.main-template .auth-layout .or {
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
  color: #bababa;
}
.main-template .auth-layout .social-btns {
  display: flex;
  flex-direction: column;
}
.main-template .auth-layout .social-btns button {
  margin-bottom: 20px;
  background-color: #f3f5ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  border-radius: 3px !important;
  border: none !important;
  position: relative;
}
.main-template .auth-layout .social-btns button img {
  position: absolute;
  left: 40px;
}
.main-template .auth-layout .social-btns button span {
  color: #738197;
  font-size: 15px;
}
.main-template .auth-layout .other-option {
  text-align: center;
  margin-top: 30px;
}
.main-template .auth-layout .other-option a {
  font-weight: 800;
  color: var(--second-color);
}
.main-template .auth-layout .other-option span {
  font-weight: bold;
  color: var(--main-color);
}
.main-template .auth-layout .forget-remmber {
  display: flex;
  justify-content: space-between;
}
.main-template .auth-layout .forget-remmber a {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.main-template .auth-layout .form-group {
  margin-bottom: 25px;
  position: relative;
}
.main-template .auth-layout .form-group label {
  font-size: 16px;
  margin-bottom: 5px;
}
.main-template .auth-layout .form-group .inputIcon {
  position: absolute;
  left: 0;
  top: 43px;
  left: 10px;
  color: #ccc;
}
.main-template .auth-layout .form-group input {
  height: 50px;
  border: solid 1px #d9d9d9;
}
.main-template .services-cover {
  margin-bottom: 100px;
}
.main-template .services-cover img {
  height: 350px;
  object-fit: cover;
}
.main-template .cus-breadcrumb {
  background: url(../images/breadcrumb.svg);
  padding: 30px 0;
}
.main-template .cus-breadcrumb nav .breadcrumb {
  margin-bottom: 0;
}
.main-template .cus-breadcrumb nav .breadcrumb .breadcrumb-item a {
  color: #ccc;
}
.main-template .cus-breadcrumb nav .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.main-template .service-text * {
  font-family: "Montserrat-Arabic" !important;
}
.main-template .service-text p {
  margin-bottom: 0;
  margin: 30px 0 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #263238;
  font-size: 18px;
}
.main-template .service-text h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: 30px;
  color: #404040;
}
.main-template .service-text h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 5px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
  line-height: 30px;
}
.main-template .service-text h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.main-template .service-text h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.main-template .service-text h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.main-template .service-text ul {
  padding: 0 20px 0 0;
  margin: 0;
  list-style-type: none;
}
.main-template .service-text ol {
  padding: 0 20px 0 0;
  margin: 0;
}
.main-template .service-text ol li {
  font-size: 16px;
  color: #404040;
  line-height: 32px;
  margin-bottom: 15px;
}
.main-template .service-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #404040;
}
.main-template .service-text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #294088;
  display: block;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 15px;
  right: 0;
}
.main-template .service-text img {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}
.main-template .package-card {
  background-color: #fff;
  padding: 0 0 63.4px;
  border-radius: 4.9px;
  box-shadow: 0 9.8px 48.8px 0 rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .main-template .package-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575.98px) {
  .main-template .package-card {
    width: 100%;
  }
}
.main-template .package-card .title {
  border-top: 12px solid var(--main-color);
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  height: 98px;
  transition: all 0.5s;
}
.main-template .package-card .title h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--main-color);
}
.main-template .package-card .title p {
  display: none;
  margin-top: 20px;
  color: rgba(161, 161, 161, 0.72);
  font-weight: 400;
  font-size: 17px;
}
.main-template .package-card .content {
  padding: 40px 15px;
  text-align: center;
}
.main-template .package-card .content h4 {
  font-weight: normal;
  font-size: 17.1px;
  color: rgba(161, 161, 161, 0.72);
  margin-bottom: 15px;
}
.main-template .package-card .content h6 {
  font-size: 18.3px;
  text-decoration: line-through;
  color: var(--main-color);
}
.main-template .package-card .content a {
  margin-top: 20px;
  border-radius: 5.4px;
  width: 100px;
  background: var(--main-color);
  height: 56.1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}
.main-template .package-card .content h5 {
  font-size: 26.8px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.main-template .package-card:hover {
  border: solid 1.2px var(--second-color);
  transition: all 0.5s;
}
.main-template .package-card:hover .title {
  background-image: linear-gradient(115deg, #1e2052 0%, #a31e21 100%);
  padding-top: 38px;
  border: none;
}
.main-template .package-card:hover .title p {
  display: none;
}
.main-template .package-card:hover .title h3 {
  color: #fff;
}
.main-template .package-card:hover .content a {
  background: var(--second-color);
}
.main-template .service-page-slider-item {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-template .service-page-slider-item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-template .service-page-slider-item h2 {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 64px;
  font-weight: 600;
}
.main-template .service-page-slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109deg, #a31e21 0%, #1e2052 100%);
  opacity: 0.5;
}
.main-template .template-profile {
  padding-bottom: 150px;
}
.main-template .template-profile .profile-cover img {
  width: 100%;
}
.main-template .template-profile-content {
  padding-top: 30px;
}
.main-template .template-profile-content .template-profile-side {
  margin-top: -100px;
  padding: 23px 0 19px;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  text-align: center;
}
.main-template .template-profile-side-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.main-template .template-profile-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.main-template .template-profile-side-image button {
  width: 30px;
  height: 30px;
  border: none;
  background: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: -5px;
}
.main-template .template-profile-side-image button svg {
  width: 20px;
  height: 20px;
}
.main-template .profile-user-details {
  margin-top: 20px;
}
.main-template .profile-user-details h5 {
  font-size: 15px;
  font-weight: bold;
  color: #2c363c;
  margin-bottom: 11px;
}
.main-template .profile-user-details p {
  font-size: 13px;
  color: #c5c5c5;
}
.main-template .profile-site-details {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
.main-template .profile-site-details li {
  padding: 15px 20px;
  display: flex;
  border-top: 1px solid #eaeaea;
}
.main-template .profile-site-details li svg {
  font-size: 13px;
  color: #2c397f;
  margin-left: 10px;
}
.main-template .profile-site-details li b {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.main-template .profile-log-btn {
  margin-top: 40px;
}
.main-template .profile-log-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #c72116;
  border: 1px solid #c72116 !important;
  padding: 20px !important;
}
.main-template .profile-log-btn button svg {
  margin: 0 5px;
}
.main-template .profile-log-btn button span {
  margin: 0 5px;
  font-weight: bold;
}
.main-template .template-profile-content-inner {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  background-color: #fff;
}
.main-template .template-profile-content-inner .profile-links {
  padding: 25px 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0;
}
.main-template .template-profile-content-inner .profile-links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-template .template-profile-content-inner .profile-links ul a {
  color: #748394;
  margin-left: 30px;
  font-size: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  text-decoration: none;
}
.main-template .template-profile-content-inner .profile-links ul a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s;
  background: #2c397f;
  bottom: 0;
  transform: scaleX(0);
}
.main-template .template-profile-content-inner .profile-links ul a.nuxt-link-exact-active:after, .main-template .template-profile-content-inner .profile-links ul a:hover:after {
  transform: scaleX(1);
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs {
  padding: 20px;
  padding-top: 40px;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs h1 {
  font-size: 14.9px;
  font-weight: bold;
  color: #2c363c;
  margin-bottom: 35px;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table th {
  font-size: 13px;
  font-weight: bold;
  color: var(--second-color);
  border-bottom: none;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td {
  font-size: 14px;
  color: #2c363c;
  padding: 15px;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .name {
  color: var(--main-color);
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .date {
  color: #a3a3a3;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .expire {
  color: #333333;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status.done {
  background: #40a87b;
}
.main-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status.processing {
  background: var(--main-color);
}
.main-template .list-parts-items .list-parts-item {
  padding: 10px 14px 10px 18px;
  border-radius: 3px;
  background-color: #f7f8f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.main-template .list-parts-items .list-parts-item .number {
  width: 41px;
  height: 41px;
  border-radius: 3px;
  background-color: var(--second-color);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.main-template .list-parts-items .list-parts-item .text h6 {
  font-size: 13px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 5px;
}
.main-template .list-parts-items .list-parts-item .text span {
  font-size: 12px;
  color: #c5c5c5;
}
.main-template .list-parts-items .list-parts-item .side-buy {
  margin-left: auto;
  width: 80px;
}
.main-template .list-parts-items .list-parts-item .side-buy .price {
  width: 100%;
  height: 37px;
  padding: 7px 23px 7px 24px;
  border-radius: 3px;
  background-color: rgba(242, 89, 41, 0.12);
  font-size: 13px;
  color: #f25929;
  font-weight: 800;
}
.main-template .list-parts-items .list-parts-item .side-buy .cart-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.main-template .list-parts-items .list-parts-item .side-buy .cart-view button,
.main-template .list-parts-items .list-parts-item .side-buy .cart-view a {
  height: 30px;
  width: 30px;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main-template .list-parts-items .list-parts-item .side-buy .cart-view button.btn-delete,
.main-template .list-parts-items .list-parts-item .side-buy .cart-view a.btn-delete {
  background-color: var(--danger);
}
.main-template .list-parts-items .list-parts-item .side-buy .cart-view button.btn-edit,
.main-template .list-parts-items .list-parts-item .side-buy .cart-view a.btn-edit {
  background-color: var(--second-color);
}
.main-template .list-parts-items .list-parts-item .side-buy .cart-view button svg,
.main-template .list-parts-items .list-parts-item .side-buy .cart-view a svg {
  width: 18px;
  height: 18px;
}
.main-template .list-parts-items .list-parts-item .side-buy .add-item a {
  margin-top: 5px;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.main-template .payment-list-details li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.main-template .payment-list-details li b {
  font-size: 18px;
}
.main-template .payment-list-details li span {
  color: #777;
}
.main-template .edit-profile {
  padding: 50px 20px;
}
.main-template .page-chat {
  display: flex;
  margin: -30px;
  justify-content: space-between;
}
.main-template .page-chat .nav-tabs-1 .nav-tabs {
  padding: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-template .page-chat .nav-tabs-1 .nav-tabs .nav-link {
  padding-bottom: 10px;
  font-size: 1rem;
  margin-left: 0;
}
.main-template .chat-users {
  width: calc(30% - 15px);
}
.main-template .message-view-box {
  width: calc(70% - 15px);
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}
.main-template .chat-users-list ul {
  list-style: none;
  padding: 0;
}
.main-template .page-chat .nav-tabs-1 .tab-content > .tab-pane {
  padding: 0;
  margin: 0;
  background: none;
}
.main-template .chat-users-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.main-template .chat-users-list ul li .user-details {
  display: flex;
}
.main-template .chat-users-list ul li .user-details .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.main-template .chat-users-list ul li .user-details .name-message {
  margin: 0 10px;
}
.main-template .chat-users-list ul li .user-details .name-message h3 {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.main-template .chat-users-list ul li .user-details .name-message .new-message {
  font-size: 0.7rem;
  color: #a9c0d3;
}
.main-template .page-chat {
  margin: 0;
}
.main-template .page-chat .nav-tabs-1 .nav-tabs .nav-link {
  padding: 10px 13px;
  font-size: 13px;
}
.main-template .page-chat {
  flex-wrap: wrap;
}
.main-template .page-chat .chat-users {
  width: 100%;
}
.main-template .page-chat .message-view-box {
  width: 100%;
}
.main-template .message-view-box-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #e4e4e4;
  margin: 0 -25px 20px;
  padding: 0 25px 25px;
}
.main-template .message-view-box-head .user-details {
  display: flex;
}
.main-template .message-view-box-head .user-details .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.main-template .message-view-box-head .user-details .name-message {
  margin: 0 10px;
}
.main-template .message-view-box-head .user-details .name-message h3 {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.main-template .message-view-box-head .user-details .name-message .new-message {
  font-size: 0.7rem;
  color: #a9c0d3;
}
.main-template .message-view-box-head .message-time span {
  color: #a9c0d3;
  font-size: 0.8rem;
}
.main-template .message-view-box-actions button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.main-template .message-view-box-bottom {
  position: relative;
  background: #fcfcfc;
  margin: auto -25px -25px;
  border: 1px solid rgba(209, 209, 209, 0.5);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.main-template .message-view-box-bottom button {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 30px;
}
.main-template .message-view-box-bottom textarea {
  border: none;
  width: 100%;
  display: block;
  resize: none;
  outline: none;
  min-height: 100px;
  padding: 30px 30px 20px;
  font-size: 20px;
}
.main-template .message-view-box-bottom textarea::placeholder {
  color: #000;
}
.main-template .message-view-box-body {
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
}
.main-template .message-view-box-body .list-messages {
  list-style: none;
  padding: 0;
}
.main-template .message-view-box-body .list-messages .other-user {
  display: flex;
  flex-direction: row-reverse;
}
.main-template .message-view-box-body .list-messages .message-box {
  margin-bottom: 30px;
}
.main-template .message-view-box-body .list-messages .message-box .message-item {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
}
.main-template .message-view-box-body .list-messages .current-user .message-box .message-item {
  background: var(--main-color);
  border-top-right-radius: 0;
  color: #fff;
}
.main-template .message-view-box-body .list-messages .other-user .message-box .message-item {
  background: #f9fafe;
  border-top-left-radius: 0;
}
.main-template .message-view-box-body .list-messages .user-avatar img {
  width: 39px;
  height: 39px;
  object-fit: cover;
  border-radius: 50%;
}
.main-template .message-view-box-body .list-messages .user-avatar {
  margin: 0 10px;
}
.main-template .message-view-box-body .list-messages .message-box .message-read {
  font-size: 14px;
  color: #757575;
  text-align: left;
}
.main-template .message-view-box-body .list-messages .message-box .read-check svg {
  width: 20px;
  height: 20px;
}
.main-template .btn-submit {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.main-template .btn-submit button {
  max-width: 309px;
  width: 100%;
  height: 53px;
  border-radius: 3px;
  background-color: #2c397f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main-template .btn-submit button span {
  margin: 0 5px;
}
.main-template .btn-submit button svg {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
.main-template .nice-select {
  width: 100%;
  float: none;
}
.main-template .nice-select:after {
  left: 12px;
  right: auto;
}
.main-template .nice-select span {
  display: block;
  text-align: right;
}
.main-template .form-group {
  margin-bottom: 20px;
  position: relative;
}
.main-template .value-text {
  color: #aaa;
  font-size: 0.7rem;
  font-weight: normal;
  margin-top: 5px;
}
.main-template .form-group > label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-template .form-group input {
  height: 45px;
  border-radius: 0;
}
.main-template .form-group input::placeholder {
  color: #c4c4c4;
  font-size: 1rem;
}
.main-template .modal {
  background: rgba(30, 32, 82, 0.6);
}
.main-template .image-upload {
  width: 100%;
  height: 200px;
  border: solid 1px #ffe8ba;
  background-color: #fff7e9;
  position: relative;
  margin-bottom: 20px;
}
.main-template .image-upload .input-image input {
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.main-template .check-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  z-index: 2;
  background: #fff7e9;
  border: solid 1px transparent;
  border-bottom: 0;
  z-index: 4;
}
.main-template .check-image label {
  color: var(--main-color);
  font-size: 0.9rem;
  font-weight: bold;
}
.main-template .image-upload .input-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-template .image-upload .input-image .icon svg {
  width: 80px;
  height: 80px;
  fill: var(--main-color);
}
.main-template .image-upload .input-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  object-fit: contain;
  padding-top: 45px;
}
.main-template .image-upload.uploadded .input-image img {
  display: block;
}
.main-template .image-upload.uploadded .input-image .icon {
  display: none;
}
.main-template .image-upload img {
  display: none;
}
.main-template .service-steps {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  position: relative;
}
.main-template .service-steps .service-step-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.main-template .service-steps .service-step-link a .icon {
  width: 70px;
  height: 70px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #777;
}
.main-template .service-steps .service-step-link a h5 {
  font-size: 14px;
  color: #bdbdbd;
  margin: 0;
}
.main-template .service-steps .progress {
  position: absolute;
  top: 36px;
  width: 90%;
  z-index: -1;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.main-template .service-steps .progress .progress-bar {
  background: var(--second-color);
}
.main-template .service-steps.step-1 .service-step-link:nth-child(1) a .icon {
  background: var(--second-color);
  color: #fff;
}
.main-template .service-steps.step-1 .service-step-link:nth-child(1) a h5 {
  color: var(--second-color);
}
.main-template .service-steps.step-1 .progress .progress-bar {
  width: 50%;
}
.main-template .service-steps.step-2 .service-step-link:nth-child(1) a .icon,
.main-template .service-steps.step-2 .service-step-link:nth-child(2) a .icon {
  background: var(--second-color);
  color: #fff;
}
.main-template .service-steps.step-2 .service-step-link:nth-child(1) a h5,
.main-template .service-steps.step-2 .service-step-link:nth-child(2) a h5 {
  color: var(--second-color);
}
.main-template .service-steps.step-2 .progress .progress-bar {
  width: 100%;
}
.main-template .service-steps.step-3 .service-step-link:nth-child(1) a .icon,
.main-template .service-steps.step-3 .service-step-link:nth-child(2) a .icon,
.main-template .service-steps.step-3 .service-step-link:nth-child(3) a .icon {
  background: var(--second-color);
  color: #fff;
}
.main-template .service-steps.step-3 .service-step-link:nth-child(1) a h5,
.main-template .service-steps.step-3 .service-step-link:nth-child(2) a h5,
.main-template .service-steps.step-3 .service-step-link:nth-child(3) a h5 {
  color: var(--second-color);
}
.main-template .service-steps.step-3 .progress .progress-bar {
  width: 100%;
}
.main-template .service-step-inner-box {
  border: solid 0.8px #e4e4e4;
  padding: 30px 54px 61px 60px;
}
.main-template .service-step-inner-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2c397f;
  margin-bottom: 50px;
  border-bottom: solid 0.8px #e4e4e4;
  padding-bottom: 30px;
}
.main-template .service-step-bank-details-box {
  margin-bottom: 50px;
}
.main-template .service-step-bank-details-box h4 {
  font-size: 17px;
  font-weight: normal;
  color: #333;
  margin-bottom: 30px;
}
.main-template .service-step-bank-details-box span {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: normal;
}
.main-template .service-steps-buttons {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
}
.main-template .service-steps-buttons button {
  width: 200px;
  margin: 0 10px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second-color);
  color: #fff;
  margin-bottom: 20px;
}
.main-template .service-steps-buttons button.next {
  background: var(--second-color);
}
.main-template .service-steps-buttons button.back {
  color: var(--second-color);
}
.main-template .service-details-slider .service-page-slider-item {
  height: 250px;
}
.main-template .service-details-slider .service-page-slider-item h2 {
  font-size: 30px;
}
.main-template .service-details-desc {
  padding: 30px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  color: #777;
  margin-bottom: 30px;
}
.main-template .service-details-list {
  background-color: #efefef;
  padding: 40px 15px;
}
.main-template .service-details-list-head {
  display: flex;
  margin-bottom: 30px;
}
.main-template .service-details-list-head span {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  color: #a31e21;
}
.main-template .service-details-list-body ul {
  list-style: none;
  padding: 0;
}
.main-template .service-details-list-body ul li {
  padding: 15px;
  display: flex;
}
.main-template .service-details-list-body ul li span {
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}
.main-template .service-details-list-body ul li span:nth-child(2) {
  width: 40%;
}
.main-template .service-details-list-body ul li b {
  color: #1e2052;
  font-size: 15px;
  font-weight: 500;
}
.main-template .service-details-list-body ul li:nth-child(odd) {
  background: #fff;
}
.main-template .service-details-list-body ul li:nth-last-child(1) {
  border-bottom: 1px solid #fff;
}
.main-template .service-details-list-footer {
  padding: 15px;
  display: flex;
  background: #fff;
}
.main-template .service-details-list-footer span {
  width: 60%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.main-template .service-details-list-footer b {
  width: 40%;
  color: #2c397f;
  font-size: 20px;
  font-weight: 600;
}
.main-template .service-details-packages-slider .package-card {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  border: 1px solid #ddd;
}
.main-template div#detaildModal .modal-header {
  background-image: linear-gradient(115deg, #1e2052 0%, #a31e21 100%);
  color: #fff;
}
.main-template div#detaildModal .modal-header .btn-close {
  filter: invert(94%) sepia(1%) saturate(1576%) hue-rotate(335deg) brightness(116%) contrast(100%);
}
.main-template div#detaildModal textarea {
  background: transparent;
  height: 140px;
}
.main-template div#detaildModal label {
  margin-bottom: 10px;
}
.main-template div#detaildModal #name {
  margin-bottom: 20px;
  color: var(--main-color);
}
.main-template div#detaildModal #memberships {
  white-space: break-spaces;
}
.main-template div#detaildModal #occupations {
  white-space: break-spaces;
}

/*# sourceMappingURL=style.css.map */
