@font-face {
  font-family: 'Estedad';
  src: url('../fonts/estedad/woff2/Estedad-Medium.woff2') format('woff2'),
    url('../fonts/estedad/woff/Estedad-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: url('../fonts/estedad/woff2/Estedad-Bold.woff2') format('woff2'),
    url('../fonts/estedad/woff/Estedad-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: url('../fonts/estedad/woff2/Estedad-Black.woff2') format('woff2'),
    url('../fonts/estedad/woff/Estedad-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Estedad';
  src: url('../fonts/estedad/woff2/Estedad-Regular.woff2') format('woff2'),
    url('../fonts/estedad/woff/Estedad-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* base  */

body {
  background-size: cover;
}

:root {
  --color1: #913670;
  --color2: #913670;
  --back: #fff;
  --font1: 'Estedad';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* navbar */



.navbar-custom {
  background-color: transparent;
  box-shadow: unset;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  padding: 15px;
}

.navbar-logo img {
  width: 32px;
  height: 75px;
  object-fit: contain;
}

.navbar-logo span {
  font-size: 18px;
  font-weight: 700;
  color: var(--color1);
  margin-right: 10px;
  user-select: none;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  transition: 0.3s;
}

.nav-item.dropdown {
  margin-top: -2px;
}

.dropdown ul li a:hover {
  color: var(--color1) !important;
}


/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--color1);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: #fff !important;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
}

.navbar-btn {
  height: 41px;
  background: var(--color1);
  border: 3px solid var(--color1);
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 50px 50px 50px 0;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
}

.navbar-btn:hover {
  background: transparent;
  color: var(--color2);
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-logo-text {
  display: none;
}

@media (max-width:767.5px) {

  .navbar-custom {
    height: auto;
    padding: 10px 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    width: 20px;
    height: 47px;
  }

  .navbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .navbar-logo-text {
    display: block;
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    color: var(--color1);
  }

  .navbar-logo-text-en {
    letter-spacing: -0.9px;
    margin-top: 2px;
  }

  .navbar-logo-text-fa {
    font-weight: 500;
  }

  .navbar-btn-body {
    justify-content: center;
    margin-top: 30px;

  }

  .navbar-btn {}


  .navbar-btn i {
    margin-right: 0;
  }

  .navbar-logo span {
    font-size: 14px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    font-size: 14px;
  }

}



/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -11px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color2);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    /* font-size: 14px; */
    /* font-weight: normal; */
    /* color: #232323; */
  }

  .nav-item a:hover {
    color: var(--color1) !important;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color2);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}





/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1-paginate {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1-fade {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-7 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
  width: 17px;
  height: 17px;
  border: 3px solid var(--color1);
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2);
}

.swiper-pagination-bullet-active {}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-button-next {
  width: 32px;
  height: 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 40px;
  left: 20px !important;
}

.swiper-button-prev {
  width: 32px;
  height: 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  transition: 0.3s;
  border-radius: 40px;
  right: 20px !important;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}




@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

/* home */


.home-wrap-1-btn {
  height: 41px;
  background: #fff;
  border: 3px solid #fff;
  color: var(--color1);
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 0 50px 50px 50px;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  width: max-content;
  margin-right: auto;
  margin-top: 20px;
}

.home-wrap-1-btn:hover {
  background: transparent;
  color: var(--color1);
}

.home-wrap-1-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home-wrap-1-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--color1);
  display: flex;
  align-items: center;
  position: relative;
}

.home-wrap-1-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-left: 10px;
  background: var(--color1);
}

.home-wrap-1-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
  font-weight: 500;
}

.home-wrap-1-img-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-wrap-1-img {
  width: 100%;
  max-width: 243px;
}


.home-wrap-2 {
  margin-top: 70px;
}

.home-wrap-2 .swiper-1 {
  position: relative;
}

.home-wrap-2-img {
  width: 100%;
}

.home-wrap-2 .swiper-button-next {
  bottom: 25px;
  top: unset;
}

.home-wrap-2 .swiper-button-prev {
  bottom: 25px;
  top: unset;
}

.home-wrap-3 {
  margin-top: 70px;
}

.home-wrap-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--color1);
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 70px;
}

.home-wrap-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-left: 10px;
  background: var(--color1);
}

.card-blog {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 25px;
  border-radius: 0 150px 150px 150px;
  padding-left: 135px;
}

.card-blog-img {
  width: 100%;
  max-width: 404px;
  height: 276px;
  object-fit: cover;
  border-radius: 0 130px 130px 50px;
}

.card-blog-info {
  margin-right: 20px;
}


.card-blog-title {
  font-size: 34px;
  font-weight: 600;
  color: var(--color1);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-blog-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.card-blog-btn {
  height: 24px;
  border: 1px solid;
  font-size: 14px;
  width: max-content;
  margin-right: auto;
  margin-top: 15px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  border-radius: 0 50px 50px 50px;
  color: var(--color1);
  transition: 0.3s;
}

.card-blog-btn:hover {
  background: var(--color1);
  color: #fff;
}

.home-wrap-3 .swiper-pagination {
  position: relative;
  margin-top: 40px;
}


.home-wrap-4 {
  margin-top: 90px;
}


.card-wide {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 0 120px 120px 80px;
  padding-left: 65px;
}

.card-wide-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin-right: 20px;
}

.card-wide-img {
  width: 100%;
  max-width: 259px;
  height: 131px;
  /*object-fit: cover;*/
  border-radius: 0 110px 110px 30px;
}

.home-wrap-4 .swiper-button-next {
  left: 50px !important;
  bottom: 20px;
  top: unset;
}

.home-wrap-4 .swiper-button-prev {
  right: unset !important;
  left: 95px !important;
  bottom: 20px;
  top: unset;
}


.footer {
  background: #fff;
  margin-top: 150px;
  padding: 70px 0;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo-img {
  width: 64px;
}

.footer-logo-text {
  margin-right: 20px;
}

.footer-logo-text-fa {
  font-size: 17px;
  font-weight: 600;
  color: var(--color1);
}

.footer-logo-text-en {
  font-size: 15px;
  font-weight: 300;
  color: var(--color1);
  margin-top: 5px;
}

.footer-logo-text {
  margin-right: 20px;
  margin-top: 50px;
}

.footer .col-12 {
  border-left: 1px solid #BDD0BF;
  padding-right: 25px;
  padding-left: 25px;
}

.footer .col-12:last-child {
  border-left: 0;
}

.footer-namad {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 20px;
  direction: ltr;
  float: left;
}

.footer-title::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: var(--color1);
  display: block;
  margin-left: 5px;
}

.footer-title {
  position: relative;
  font-size: 16px;
  color: var(--color1);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-text {
  text-align: justify;
  font-size: 15px;
  color: var(--color1);
  line-height: 1.8;
  font-weight: 300;
}

.footer-namad-item {
  margin-right: 20px;
}

.footer-namad-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.footer-flex {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-item {
  color: var(--color1);
  margin-left: 20px;
  font-weight: 300;
}

a.footer-item:hover {
  color: #000;
}


/* responsive home */

@media (max-width:767px) {
  .home-wrap-1-img {
    max-width: 182px;
  }

  .home-wrap-1-info {
    margin-top: 20px;
  }

  .home-wrap-1-title {
    font-size: 20px;
  }

  .home-wrap-1-text {
    margin-top: 10px;
  }

  .home-wrap-1-btn {
    height: 33px;
    font-size: 15px;
    margin-top: 10px;
  }

  .home-wrap-2 .swiper-button-prev {
    bottom: 25px;
    top: unset;
    bottom: 15px;
    right: 15px !important;
    width: 23px;
    height: 23px;
    background: var(--color1);
  }

  .home-wrap-2 .swiper-button-next {
    bottom: 25px;
    top: unset;
    bottom: 15px;
    left: 15px !important;
    width: 23px;
    height: 23px;
    background: var(--color1);
  }

  .home-wrap-2 .swiper-button-prev::after {
    color: #fff;
  }

  .home-wrap-2 .swiper-button-next::after {
    color: #fff;
  }

  .home-wrap-2 {
    margin-top: 45px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }

  .home-wrap-3 {
    margin-top: 35px;
  }

  .home-wrap-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .home-wrap-title::before {
    width: 5px;
    height: 5px;
  }

  .card-blog {
    padding: 15px;
    border-radius: 200px 200px 30px 0;
    flex-direction: column;
  }

  .card-blog-img {
    height: 200px;
    object-fit: cover;
    border-radius: 300px 300px 50px 0px;
  }

  .card-blog-title {
    font-size: 16px;
  }

  .card-blog-info {
    padding: 20px;
    margin: 0;
  }

  .card-blog-text {
    font-size: 13px;
  }

  .card-blog-btn {
    display: none;
  }

  .home-wrap-3 .swiper-pagination {
    margin-top: 30px;
  }

  .home-wrap-3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }

  .home-wrap-4 {
    margin-top: 35px;
  }

  .card-wide {
    padding: 10px;
    border-radius: 0 50px 50px 20px;
  }

  .card-wide-img {
    width: 100%;
    max-width: 94px;
    height: 48px;
  }

  .card-wide-text {
    font-size: 9px;
    line-height: 1.8;
    -webkit-line-clamp: 2;
    margin-right: 10px;
  }

  .home-wrap-4 .swiper-button-next {
    display: none;
  }

  .home-wrap-4 .swiper-button-prev {
    display: none;
  }

  .footer {
    margin-top: 65px;
    padding: 20px 0;
  }

  .footer-logo-img {
    width: 32px;
  }

  .footer-logo-text-fa {
    font-size: 13px;
  }

  .footer-logo-text-en {
    font-size: 11.5px;
  }

  .footer-logo-text {
    margin-right: 12px;
    margin-top: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-title {
    font-size: 11px;
  }

  .footer-text {
    font-size: 10px;
  }


  .footer-namad-item img {
    width: 45px;
    height: 45px;
  }

  .footer-item {
    font-size: 13px;
  }

  .footer-namad {
    flex-direction: column;
    align-items: end;
    height: 0;
    justify-content: start;
  }
}

/* inner  */
.davar-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 200px;
  margin-bottom: 250px;
  border-radius: 150px 0 80px 250px;
}

.davar-wrap-inner {
  padding: 60px;
}

.davar-wrap-title {
  font-size: 32px;
  font-weight: bold;
  color: var(--color1);
  margin-bottom: 20px;
}

.davar-wrap-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.davar-wrap-cover {
  position: relative;
  margin-left: -5px;
  margin-top: -2px;
}

.davar-wrap-shape {
  width: 330px;
  margin-bottom: -70px;
}

.davar-wrap-img {
  position: absolute;
  left: 3px;
  bottom: 0;
  border-radius: 0 0 0 150px;
}

@media (max-width:767px) {
  .davar-wrap {
    flex-direction: column-reverse;
    border-radius: 0 0 70px 0;
    margin-bottom: 80px;
    margin-top: 120px;
  }

  .davar-wrap-cover {
    margin-left: 0;
    margin-top: -27px;
  }

  .davar-wrap-shape {
    width: 250px;
  }

  .davar-wrap-img {
    left: 2px;
    bottom: 0;
    border-radius: 0 0 0px 100px;
    width: 78%;
  }

  .davar-wrap-inner {
    padding: 20px;
    margin-top: 40px;
  }

  .davar-wrap-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .davar-wrap-text {
    font-size: 14px;
    display: block;
  }

}


@media (max-width:1200px) {
  .davar-wrap-inner {
    padding: 40px;
  }
}

@media (min-width:768px) {
  .davar-wrap:nth-child(even) .davar-wrap-title {
    text-align: left;
  }

  .davar-wrap:nth-child(even) .davar-wrap-inner {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .davar-wrap:nth-child(even) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

.dabiran-list .row {
  justify-content: center;
}

.dabiran-list {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
}

.dabir-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 200px 200px 100px 0;
  margin-bottom: 70px;
}

.dabir-wrap-img {
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
}

.dabir-wrap-inner {
  margin-top: 40px;
}

.dabir-wrap-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--color1);
}

.dabir-wrap-subtitle {
  text-align: center;
  font-size: 24px;
  color: #A3A2A2;
  margin-bottom: 15px;
}

.dabir-wrap-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  transition: height 0.5s;
  will-change: transform;
}


.dabir-wrap:hover .dabir-wrap-text {
  height: 200px;
  margin-bottom: 10px;
}


.dabir-wrap i {
  font-size: 28px;
  display: flex;
  width: max-content;
  margin-right: auto;
  color: var(--color1);
  transition: 0.5s;

}


.dabir-wrap:hover .dabir-wrap-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.dabir-wrap:hover i {
  transform: rotate(180deg);
}


.dabir-wrap:nth-child(even) {
  border-radius: 0px 100px 200px 200px;
  display: flex;
  flex-direction: column-reverse;
}

.dabir-wrap:nth-child(even) .dabir-wrap-inner {
  flex-direction: column;
  display: flex;
  margin-top: 0;
  margin-bottom: 40px;
}

.dabir-wrap:nth-child(even) .dabir-wrap i {
  order: 1;
}

.dabir-wrap:nth-child(even) .dabir-wrap-title {
  order: 2;
}

.dabir-wrap:nth-child(even) .dabir-wrap-subtitle {
  order: 3;
}

.dabir-wrap:nth-child(even) .dabir-wrap-text {
  order: 4;
}

.col-left {
  margin-top: 30px;
}

.col-left .dabir-wrap i {
  margin-left: auto;
  margin-right: unset;
}

.col-left .dabir-wrap {
  border-radius: 200px 200px 0 100px;
}

.col-left .dabir-wrap:nth-child(even) {
  border-radius: 100px 0px 200px 200px;
}

@media (max-width:767px) {

  .col-left {
    margin-top: 0;
  }

  .dabiran-list {
    margin-top: 30px;
    padding: 0 15px;
  }

  .dabir-wrap {
    padding: 26px;
    margin-bottom: 60px;
  }

  .dabir-wrap-subtitle {
    font-size: 22px;
  }

}

.farakhan {
  margin-top: 85px;
}

.farakhan .home-wrap-title {
  margin-bottom: 30px;
}

.farakhan-text {
  color: #484848;
  text-align: justify;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.farakhan-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 200px 200px 100px;
  padding: 40px 60px;
  margin-top: 60px;
}

.farakhan-wrap-img {
  width: 100%;
  max-width: 300px;
  height: 314px;
  object-fit: contain;
}

.farakhan-wrap-inner {
  color: #5C5C5C;
  text-align: justify;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  margin-right: 20px;
}

.farakhan-wrap-title {
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width:767px) {
  .farakhan {
    margin-top: 30px;
  }

  .home-wrap-title {
    margin-bottom: 15px;
  }

  .farakhan-text {
    font-size: 15px;
  }

  .farakhan-wrap {
    border-radius: 200px 200px 100px 0px;
    padding: 40px 30px;
    margin-top: 30px;
  }

  .farakhan-wrap-inner {
    margin: 0;
    margin-top: 80px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .farakhan-wrap-img {
    height: 232px;
  }
}

.news {
  margin-top: 85px;
}

.card-news {
  display: block;
  padding: 30px;
  border-radius: 200px 200px 0 0;
  background: #fff;
}

.card-news-img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.news-list {
  margin-top: 80px;
}

.card-news-inner {
  margin-top: 30px;
}

.card-news-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.card-news-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--color1);
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-news-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 100px;
}


.card-news-btn:hover {
  background: var(--color1);
  color: #fff;
}

.card-news-btn {
  height: 24px;
  border: 1px solid;
  font-size: 14px;
  width: max-content;
  margin-right: auto;
  margin-top: 15px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  border-radius: 0 50px 50px 50px;
  color: var(--color1);
  transition: 0.3s;
}

@media (max-width:767px) {
  .news {
    margin-top: 40px;
  }

  .news-list {
    margin-top: 40px;
  }

  .card-news {
    padding: 25px
  }

  .card-news-title {
    font-size: 20px;
  }

  .card-news-inner {
    margin-top: 25px;
  }

  .card-news-date {
    font-size: 12px;
  }


  .card-news-text {
    font-size: 12px;
    height: 85px;
  }



}



/* pagination */

.pagination {
  margin: auto;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 2px solid var(--color1);
  width: max-content;
  font-weight: bold;
}

.page-link {
  width: 32px;
  height: 32px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  margin: 0 3px;
  background: unset;
  background: transparent;
  border-radius: 10px !important;
  transition: 0.3s;
  border: 0;
  line-height: 1;
}

a.page-link:hover {
  background: var(--color2);
  color: #fff;
}

.page-item:first-child .page-link {
  margin-right: 5px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color2);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: transparent;
}

.page-item-title .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #323232;
}

.page-item-title .page-link {
  width: auto;
  height: 32px;
  font-size: 14px;
  color: #323232;
}

.page-item-title .page-link:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 20px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
}



/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 25px;
  margin-bottom: 25px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


.contact-form input {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000;
  border: 0;
  background-color: #fff;
  outline-color: var(--color2);
  border-radius: 40px;
  background: #fff;
  height: 71px;
  font-size: 20px;
}

.contact-form textarea {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000;
  border: 0;
  background-color: #fff;
  outline-color: var(--color2);
  border-radius: 25px;
  background: #fff;
  font-size: 20px;
}


.contact-map {
  overflow: hidden;
  position: relative;
  height: 0;
  height: 398px;
  width: 100%;
  background: #F4F4F4;
  border-radius: 40px;
  margin-top: 70px;
}

.contact-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 40px;
}

.contact-logo {
  display: flex;
  justify-content: center;
}

.contact-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 10px;
}

.contact-body {
  margin-top: 85px;
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}


.contact-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--color1);
  display: flex;
  align-items: center;
  position: relative;
}

.contact-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-left: 10px;
  background: var(--color1);
}

.contact-item {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.contact-item a:hover {
  color: var(--color1);
}

.contact-item a {
  color: #fff;
  margin-right: 40px;
}

.contact-form {
  margin-top: 85px;
}


.contact-form button {
  height: 57px;
  background: #fff;
  border: 3px solid #fff;
  color: var(--color1);
  font-size: 24px;
  padding: 5px 20px;
  border-radius: 0 80px 80px 80px;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: max-content;
  margin-right: auto;
  min-width: 220px;
  margin: auto;
  margin-top: 20px;
}

.contact-form button:hover {
  background: transparent;
  color: var(--color1);
}

@media (max-width:767px) {

  .contact-map {
    height: 150px;
    border-radius: 16px;
    margin-top: 40px;
  }

  .contact-map iframe {
    border-radius: 16px;
  }

  .contact-body {
    margin-top: 45px;
  }

  .contact-logo img {
    width: 80px;
    height: 80px;
  }

  .contact-flex {
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }

  .contact-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-item {
    font-size: 16px;
  }

  .contact-item a {
    margin-right: 0;
    margin-left: 20px;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-form input {
    height: 40px;
    font-size: 16px;
  }

  .contact-form textarea {
    font-size: 16px;
    border-radius: 18px;
  }

  .contact-form button {
    height: 40px;
    min-width: unset;
    font-size: 16px;
    margin-top: 10px;
  }
}

.news-body {
  margin: auto;
  max-width: 1000px;
  margin-top: 85px;
}

.news-img {
  width: 100%;
  border-radius: 0 60px 60px 60px;
}

.news-title {
  font-size: 32px;
  font-weight: bold;
  color: var(--color1);
  margin-top: 40px;
}

.news-flex {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.news-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
}


.news-social {
  display: flex;
  align-items: center;
}


.news-social a {
  margin-right: 20px;
}

.news-content {
  color: #5C5C5C;
  text-align: justify;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  margin-top: 25px;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.news-comment-box {
  background: #fff;
  padding: 50px 60px;
  border-radius: 0 80px 80px 80px;
}

.news-comment-title {
  font-size: 20px;
  color: var(--color1);
  margin-bottom: 15px;
}

.news-comment-text {
  color: #A3A2A2;
  font-size: 20px;
  line-height: 2;
}

.news-comment-flex {
  display: flex;
  justify-content: end;
  font-size: 20px;
  color: #A3A2A2;
}

.news-comment-item {
  border-bottom: 2px solid var(--color1);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .news-body {
    margin-top: 40px;
  }

  .news-img {
    border-radius: 0 20px 20px 20px;
  }

  .news-title {
    font-size: 20px;
    margin-top: 25px;
  }

  .news-flex {
    margin-top: 15px;
  }

  .news-date {
    font-size: 14px;
  }

  .news-content {
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .news-comment-box {
    border-radius: 0;
    padding: 20px;
  }

  .news-comment-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .news-comment-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .news-comment-text {
    font-size: 14px;
  }

  .news-comment-flex {
    font-size: 16px;
  }

}

.course-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 85px;
  border-radius: 0 0 0 100px;
  padding-left: 80px;
  overflow: hidden;
}

.course-wrap-img {
  width: 370px;
  height: 500px;
  box-shadow: -5px 0 19px 0 #00000054;
}

.course-wrap-innre {
  padding-right: 40px;
}

.course-wrap-title {
  font-size: 32px;
  font-weight: bold;
  color: var(--color1);
}

.course-wrap-text {
  color: #5C5C5C;
  text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.course-wrap-date {
  text-align: end;
  font-size: 22px;
  color: #848484;
  border-bottom: 2px solid var(--color1);
  width: max-content;
  margin-right: auto;
  margin-top: 20px;
  font-weight: bold;
}


.course-wrap-btn {
  height: 41px;
  background: var(--color1);
  border: 3px solid var(--color1);
  color: #fff;
  font-size: 18px;
  padding: 5px 35px;
  border-radius: 0 50px 50px 50px;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  width: max-content;
  margin-top: 20px;
}

.course-wrap-btn:hover {
  background: transparent;
  color: var(--color2);
}


@media (max-width:767px) {


  .course-wrap {
    background: #fff;
    margin-top: 40px;
    align-items: start;
    flex-direction: column;
    padding: 20px;
  }

  .course-wrap-img {
    width: 200px;
    margin: auto;
    height: auto;
  }

  .course-wrap-innre {
    padding-right: 20px;
  }

  .course-wrap-innre {
    padding-right: 0;
    margin-top: 15px;
  }

  .course-wrap-title {
    font-size: 20px;
  }

  .course-wrap-text {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }

  .course-wrap-date {
    font-size: 16px;
  }

  .course-wrap-btn {
    height: 36px;
    font-size: 16px;
  }

}


@media (min-width:768px) {
  .course-wrap:nth-child(even) {
    margin-top: 85px;
    border-radius: 0 0 100px 0;
    padding-left: 0;
    padding-right: 80px;
    flex-direction: row-reverse;
  }


  .course-wrap:nth-child(even) .course-wrap-innre {
    padding-right: 0;
    padding-left: 40px;
  }

}

.signup-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.2;
  object-fit: cover;
  z-index: -1;
}

.signup-body {
  display: flex;
  justify-content: space-between;
}

.signup-logo {
  width: 400px;
  height: 100%;
}

.signup-btn-back {
  height: 41px;
  background: var(--color1);
  border: 3px solid var(--color1);
  color: #fff;
  font-size: 18px;
  padding: 5px 30px;
  border-radius: 0 50px 50px 50px;
  font-weight: bold;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  width: max-content;
  margin-right: auto;
}

.signup-btn-back:hover {
  background: transparent;
  color: var(--color2);
}

.signup-left {
  padding: 80px;
  width: 100%;
}

.signup-box {
  background: #fff;
  padding: 100px;
  margin-top: 80px;
  border-radius: 0 100px 100px 100px;
}

.signup-box-inner {
  max-width: 450px;
  margin: auto;
}

.signup-box input {
  width: 100%;
  height: 62px;
  border-radius: 50px;
  border: 6px solid var(--color1);
  padding: 18px;
  margin-bottom: 20px;
  font-size: 24px;
}

.signup-flex {
  display: flex;
  margin-bottom: 20px;
}

.signup-btn-1 {
  height: 51px;
  width: 30%;
  background: var(--color1);
  border: 6px solid var(--color1);
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  transition: 0.3s;
}

.signup-btn-1:hover {
  background: transparent;
  color: var(--color2);
}

.signup-btn-2 {
  height: 51px;
  width: 70%;
  background: #fff;
  border: 6px solid var(--color1);
  color: var(--color1);
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}

.signup-btn-2:hover {
  background: var(--color1);
  color: #fff;
}


.signup-btn-3 {
  height: auto;
  width: 100%;
  background: var(--color1);
  border: 6px solid var(--color1);
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.signup-btn-3 img {
  width: 103px;
}

.signup-btn-3:hover {
  background: transparent;
  color: var(--color2);
}


@media (max-width:767px) {
  .signup-right {
    display: none;
  }

  .signup-left {
    padding: 20px;
  }

  .signup-box {
    border-radius: 0 0 0 80px;
    padding: 60px 40px;
    margin-top: 60px;
  }

  .signup-box input {
    height: 56px;
    border: 4px solid var(--color1);
    font-size: 18px;
  }

  .signup-flex {
    flex-direction: column;
  }

  .signup-btn-1 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .signup-btn-2 {
    width: 100%;
    font-size: 16px;
    border: 4px solid var(--color1);
  }

  .signup-btn-3 {
    opacity: 0.8;
    width: 100%;
    font-size: 16px;
    border: 4px solid var(--color1);
  }

  .signup-btn-3 img {
    width: 61px;
  }

}

a:not([href]):not([class]) {
  color: var(--color1);
}