@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
    url(../fonts/kalameh/ttf/Kalameh-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
    url(../fonts/kalameh/ttf/Kalameh-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
    url(../fonts/kalameh/ttf/Kalameh-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
    /* url(../fonts/kalameh/woff2/kalameh-DemiBold.woff2) format("woff2"), */
    /* url(../fonts/kalameh/woff/kalameh-DemiBold.woff) format("woff"), */
    url(../fonts/kalameh/ttf/Kalameh-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: kalameh;
  src:
    url(../fonts/kalameh/ttf/Kalameh-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

/* default  */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: kalameh;
  direction: rtl;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2);
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

  .w-m-100 {
    width: 100%;
  }
}


:root {
  --color1: #437592;
  --color2: #62b7b4;
  --color3: #c9976a;
  --color4: #f8b37b;
}



/* navbar */
.navbar-top {
  background: #fff;
}

.navbar-top-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-custom {
  height: 47px;
  background-color: var(--color1);
  transition: 0.3s;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo img {
  max-width: 100%;
  width: 59px;
}

.navbar-logo h1 {
  font-size: 21px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #c9976a;
  margin: 0;
}

.navbar-logo h1 span {
  color: #2d797e;
}

.nav-link-custom {
  display: flex;
  align-items: center;
  padding: 22px 10px;
  font-size: 16px;
  color: #fff;
  font-family: IRANSansXFaNum;
}

.nav-link-custom.active {
  color: var(--color2) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav-link-custom:hover {
  color: var(--color2) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.navbar-form {
  padding: 0;
  margin: 0;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 39px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #c8c8c8;
  max-width: 285px;
}

.navbar-form input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #cbcbcb;
}

.navbar-form input:focus {
  outline: none;
  box-shadow: none;
  color: #969696;
}


.navbar-form button {
  border: 0;
  outline: none;
  background: transparent;
  border-right: 1px solid #d8d8d8;
  background-color: var(--color2);
  height: 39px;
  width: 59px;
  border-radius: 20px 0 0 20px;
  color: #fff;
}

.navbar-form button:hover {
  color: var(--color1);
}

.navbar-form button img {
  width: 16px;
}

.btn-navbar-tel {
  display: flex;
  align-items: center;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-top-body {
    flex-direction: column;
  }

  form.navbar-form {
    max-width: 100%;
    margin-top: 5px;
  }

  .navbar-logo h1 {
    font-size: 20px;
  }

  .navbar-top {
    padding: 10px 0;
  }

  .navbar-custom {
    height: auto;
  }

  .nav-link-custom {
    padding: 0;
    color: #000;
  }

  .nav-item {
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: flex;
  }


  button.navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 24px !important;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: unset;
  }
}

@media (min-width: 992px) {
  .navbar-form input {
    min-width: 200px;
  }
}


.login-btn {
  cursor: pointer;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.login-btn span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

.basket-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.basket-btn span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav-item {
    margin-left: 20px !important;
  }

  .nav-link-custom {
    font-size: 12px;
  }

  ul.navbar-nav.ml-auto {
    white-space: nowrap;
  }
}

/* dropdown  */

.dropdown-menu {
  padding: 10px;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
}

.dropdown-toggle::after {
  margin-right: 10px;
}

.dropdown-item-custom {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.dropdown-item-custom:last-child {
  margin-bottom: 0px;
}

.dropdown-hover {
  position: relative;
}

/* new dropdown  */

.dropdown-menu.dropdown-menu-triangle {
  border-radius: 5px !important;
  right: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 0;
  margin-top: 0;
}


.dropdown-toggle::after {
  margin-top: -2px;
}

.dropdown-menu {
  transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.open {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  border-radius: 8px;
  font-size: 14px;
}

.dropdown-menu-triangle::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  transform: translateX(-50%) rotate(180deg);
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 5px;
  padding: 0;
  box-shadow: unset;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  transform: rotate(180deg);
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ddd;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: var(--color1);
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 5px;
}

.dropdown-menu li a {
  padding-block: 14px;
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding-inline: 5px;
}

.dropdown-item-custom {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 5px 15px;
}

.dropdown-menu li a:hover {
  color: var(--color1);
}

/* offcanvas */
.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;
}

.offcanvas-nav-submenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu.active {
  right: 0;
}

.offcanvas-nav.active {
  right: 0;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  font-size: 23px;
  color: #7f7f7f;
}

.offcanvas-nav-item-btn-back {
  background: transparent;
  border: 0;
  font-size: 23px;
  color: #7f7f7f;
}

.offcanvas-nav-item-btn {
  border: 0;
  background: transparent;
  outline: none;
  color: #7f7f7f;
}

.offcanvas-header {
  height: 83px;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}


.offcanvas-body {
  padding: 15px;
}

.offcanvas-sub-body {
  padding: 15px;
  margin-top: 15px;
}

.offcanvas-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.dropdown-menu li {
  display: block;
}

@media (min-width: 768px) {
  .offcanvas-nav {
    display: none;
  }
}

#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;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-brand {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-blog {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 18px;
  font-weight: bold;
  color: var(--color1);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}

@media (max-width:767px) {
  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }
}


.home-wrap-1 {
  min-height: 530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.home-wrap-1-title {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  text-shadow: 2px 0 3px rgba(0, 0, 0, 0.33);
  border-bottom: 4px solid #cdf1ef;
  padding-right: 35px;
}

.home-wrap-1-title-2 {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #416287;
  margin-top: 8px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}


.home-wrap-1-title-2 span {
  opacity: 0.93;
  border-radius: 2px;
  background-color: #ffb074;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  margin-left: 15px;
}

.home-wrap-1-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.home-wrap-1-info-item {
  background-color: #b2f5f0;
  height: 45px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border-radius: 8px 0 0 8px;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.74;
  letter-spacing: normal;
  text-align: right;
  color: #416287;
}

.home-wrap-1-info-item span {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #28c492;
  margin-left: 10px;
}

.home-wrap-1-btn-body {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 20px;
  margin-top: 50px;
}


.home-wrap-1-btn-1 {
  height: 40.8px;
  width: 100%;
  max-width: 164px;
  border-radius: 11px;
  background-color: #3cabb8;
  border: 1px solid #3cabb8;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  padding: 4px;
  white-space: nowrap;

}

.home-wrap-1-btn-2 {
  height: 40.8px;
  width: 100%;
  max-width: 164px;
  border-radius: 11px;
  background-color: #f3884f;
  border: 1px solid #f3884f;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  padding: 4px;
  white-space: nowrap;

}

.home-wrap-1-btn-3 {
  height: 40.8px;
  width: 100%;
  max-width: 164px;
  border-radius: 11px;
  background-color: #3dae85;
  border: 1px solid #3dae85;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  padding: 4px;
  white-space: nowrap;

}

.home-wrap-1-btn-1:hover {
  background: transparent;
  color: #3cabb8;
}

.home-wrap-1-btn-2:hover {
  background: transparent;
  color: #f3884f;
}

.home-wrap-1-btn-3:hover {
  background: transparent;
  color: #3dae85;
}



@media (max-width:767px) {
  .home-wrap-1 {
    background-image: unset !important;
    background-color: #98dbd6;
    padding: 35px 0;
    min-height: auto;
  }

  .home-wrap-1-title {
    font-size: 22px;
  }

  .home-wrap-1-title-2 {
    font-size: 20px;
    margin-top: 15px;
  }

  .home-wrap-1-info-item {
    font-size: 18px;
  }

  .home-wrap-1-btn-1 {
    font-size: 16px;
  }

  .home-wrap-1-btn-2 {
    font-size: 16px;
  }

  .home-wrap-1-btn-3 {
    font-size: 16px;
  }

  .home-wrap-1-btn-body {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 30px;
  }
}


.home-wrap-2 {
  margin-top: 60px;
}

.home-wrap-2-item {
  border-radius: 14px;
  border: solid 2px #cbece7;
  padding: 20px;
}

.home-wrap-2-item-inner {
  border-radius: 7px;
  background-color: rgba(232, 235, 234, 0.55);
  padding: 30px;
  height: 300px;
  overflow: auto;
}

.home-wrap-2-item-title {
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4784a8;
}

.home-wrap-2-item-text {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  text-align: justify;
  color: #313131;
  margin-top: 10px;
  letter-spacing: -0.5px;

}


.home-wrap-2-item-inner::-webkit-scrollbar {
  width: 8px;
}

.home-wrap-2-item-inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.home-wrap-2-item-inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}



.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}


.home-wrap-2-btn {
  border-radius: 5px;
  background-color: #b9ebe6;
  border: 1px solid #b9ebe6;
  font-family: IRANSansXFaNum;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #31575b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  transition: 0.3s;
}

.home-wrap-2-btn:hover {
  background: transparent;
}

@media (max-width:767px) {
  .home-wrap-2 {
    margin-top: 30px;
  }
}

.home-wrap-3-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.home-wrap-3-inner {
  height: 28.6px;
  background-color: #dfdbd5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 0 0 40px 40px;
}

.home-wrap-3-title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: right;
  color: #3b6a7f;
  margin-top: -40px;
}

@media (max-width:767px) {
  .home-wrap-3-inner {
    padding: 0 10px;
  }

  .home-wrap-3-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}

.table {
  border: solid 3px #707070;
  margin-top: 40px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 3px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: solid 3px #707070;
}

.table-bordered td,
.table-bordered th {
  border: solid 3px #707070;
}




td {
  background: #ececec;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #4b555a;
  text-align: center;
}

td:first-child {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #4f9fa8;
  text-align: center;
  background: #fff;
}

th span {
  height: 48px;
  border-radius: 5px;
  background-color: #a0e1d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: right;
  color: #c56363;
}

th:first-child span {
  color: #3b6a7f;
}

th {
  padding: 6.5px !important;
}

i.icon-3-ok-1 {
  font-size: 20px;
  color: #239c2b;
}

i.icon-3-cancel-1 {
  font-size: 20px;
  color: #be0000;
}

.home-wrap-3-btn {
  width: 170px;
  height: 30px;
  border-radius: 5px;
  background-color: #fbdc94;
  border: 1px solid #fbdc94;
  margin: auto;
  font-family: IRANSansXFaNum;
  font-size: 14px;
  font-weight: bold;
  color: #31575b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transition: 0.3s;
}

.home-wrap-3-btn:hover {
  background: transparent;
  color: var(--color3);
}


.home-wrap-2-item-title span {
  background: #d3dedb;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.home-wrap-4 {
  background: #a4ddec;
  margin-top: 40px;
  padding: 15px 0;
  border-radius: 0 0 0 50px;
}

.home-wrap-4-title {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #365095;
  margin-right: 40px;
}


.home-wrap-4-img {
  width: 100%;
}

.home-wrap-4-text {
  border-radius: 7px;
  background-color: rgba(232, 235, 234, 0.55);
  padding: 20px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
  color: #183048;
  font-family: IRANSansXFaNum;

}

.home-wrap-4-acc-body {
  border-radius: 7px;
  background-color: rgba(147, 188, 225, 0.65);
  margin-top: 15px;
  height: 300px;
  padding: 20px;
  overflow: auto;
}

.home-wrap-4-acc-body .acc-btn-title {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #0d4a57;
}

.home-wrap-4-acc-body .acc-row {
  border-radius: 18px;
  background-color: #fff;
  background: #e8f3f9;
  margin-bottom: 20px;
}

.home-wrap-4-acc-body .acc-btn {
  height: 36px;
}

.home-wrap-4-acc-body .acc-icon {
  margin-top: -8px;
}

.home-wrap-4-acc-body .acc-body {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: justify;
  color: #313131;
  padding-top: 0;
}


@media (max-width:767px){
  .home-wrap-4-acc-body .acc-btn-title{
      font-size: 12px;
  }
  .home-wrap-4-acc-body .acc-body {
    font-size: 12px;
  }
}

.home-wrap-4-acc-body::-webkit-scrollbar {
  width: 8px;
}

.home-wrap-4-acc-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.home-wrap-4-acc-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}



@media (max-width:767px) {
  .home-wrap-4-title {
    font-size: 20px;
    margin-right: 0;
  }
}


.home-wrap-5 {
  background-color: #dfe6e4;
  padding: 30px 0;
  margin-top: 40px;
}

.home-wrap-5-img {
  width: 100%;
}

.home-wrap-5-header {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #365095;
}

.home-wrap-5-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #357488;
}

.home-wrap-5-text {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
  color: #183048;
  font-family: IRANSansXFaNum;

}

.home-wrap-5-item {
  margin-top: 10px;
}

/* before */
.wrap-4 {
  background-color: #a8dae2;
  padding: 20px 0;
}

.wrap-4-row {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrap-4-row span {
  width: 100%;
  display: block;
  height: 4px;
  background: #95b4b3;
}

.wrap-4-title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #3b6a7f;
  margin: 0 12px;
  white-space: nowrap;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.9);
  opacity: 0.5;
  margin-top: 25px;
}

.swiper-slide-custom.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 9;
  margin-top: 5px;
}

img.wrap-4-item-img {
  max-width: 100%;
}

.swiper-pagination {
  position: relative;
  margin-top: 55px;
}

.wrap-4-item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  position: absolute;
  width: 100%;
}

.swiper-slide-custom.swiper-slide-active .wrap-4-item-info {
  display: flex;
}

.wrap-4-item-border {
  background-color: #fff;
  width: 3px;
  height: 20px;
  border-radius: 20px;
}

.wrap-4-item-row {
  display: flex;
  align-items: center;
}

.wrap-4-item-b {
  border-radius: 9px;
  background-color: #55b0be;
  display: block;
  width: 10px;
  height: 33px;
}

.wrap-4-item-title {
  height: 33px;
  padding: 10px 30px;
  border-radius: 9px;
  background-color: #fff;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3b6f7f;
}

@media (max-width:767px) {
  .wrap-4-title {
    font-size: 18px;
  }
}



.home-wrap-6-title {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #365095;
  margin-top: 20px;
}


.home-wrap-6-body {
  border-radius: 12px;
  border: solid 1px #707070;
  background-color: #fff;
  padding: 20px 40px;
  max-height: 500px;
  overflow: auto;
  margin-top: 15px;
}

.home-wrap-6-title-2 {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #546388;
  margin-top: 5px;
}

.home-wrap-6-text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: justify;
  color: #606060;
  font-family: IRANSansXFaNum;

}


@media (max-width:767px) {
  .home-wrap-6-title {
    font-size: 18px;
  }

  .home-wrap-6-title-2 {
    font-size: 18px;
  }
}


.home-wrap-7-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.home-wrap-7-img {
  width: 98px;
  height: 98px;
}

.home-wrap-7-title {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #365095;
  margin-bottom: -20px;
  z-index: 1;
}

.home-wrap-7-text-1 {
  background-color: #a0e1d6;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #183048;
  font-family: IRANSansXFaNum;
  height: 118px;
}

.home-wrap-7-text-2 {
  background-color: #b9cfeb;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #183048;
  font-family: IRANSansXFaNum;
  height: 118px;
}

.home-wrap-7-text-3 {
  background-color: #efe2ab;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #183048;
  font-family: IRANSansXFaNum;
  height: 118px;
}

@media (max-width:767px) {
  .home-wrap-7-title {
    font-size: 18px;
    margin-bottom: -15px;
  }
}

.home-wrap-3-inner2 {
  height: 28.6px;
  background-color: #a6e2de;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 0 0 40px 40px;
}

.home-wrap-8 {
  margin-top: 25px;
  background-color: #a0e1d6;
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
}

.home-wrap-8-img {
  position: absolute;
}

.home-wrap-8-title {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #425f78;
}

.home-wrap-8-text {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #0d304e;
  margin-top: 15px;
  text-align: center;
}

.home-wrap-8-number {
  height: 48.3px;
  border-radius: 18px;
  background-color: #ffe060;
}

.home-wrap-8-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}



.home-wrap-8-number a {
  color: #085977;
}

.home-wrap-8-number {
  height: 48.3px;
  border-radius: 18px;
  background-color: #ffe060;
  border: 2px solid #ffe060;
  ;
  display: flex;
  align-items: center;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  color: #085977;
  direction: ltr;
  padding: 5px 24px;
  margin-top: 20px;
  font-family: IRANSansXFaNum;
  transition: 0.3s;
}

.home-wrap-8-number:hover {
  transform: scale(1.05);
}

.home-wrap-8-btn-body {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

a.home-wrap-8-btn {
  height: 38px;
  padding: 5px 33px 4px 35px;
  border-radius: 5px;
  background-color: #eebf78;
  margin: 0px 10px;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  color: #31575b;
  transition: 0.3s;
  font-family: IRANSansXFaNum;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.home-wrap-8-btn:hover {
  opacity: 0.8;
}




@media (max-width:767px) {
  .home-wrap-8-img {
    display: none;
  }

  .home-wrap-8-title {
    font-size: 22px;
  }

  .home-wrap-8-text {
    font-size: 18px;
  }

  .home-wrap-8-number {
    height: 34.3px;
    font-size: 20px;
  }

  a.home-wrap-8-btn {
    height: 38px;
    padding: 15px;
    font-size: 14px;
  }
}




.home-wrap-9-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-wrap-9-img {
  height: 70px;
  width: 70px;
}

.home-wrap-9-item-body {
  border-radius: 16px;
  background-color: #8cefb7;
  height: 43px;
}

.home-wrap-item-title {
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: right;
  color: #16615f;
}


.home-wrap-10 {
  background-color: #e1e1e1;
  margin-top: 60px;
  border-radius: 40px 40px 0 0;
  padding: 20px;
  padding-top: 0;
}

.home-wrap-10-title {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #304b7a;
  background-color: #a0e1d6;
  padding: 10px 30px;
  border-radius: 0 0 40px 40px;
}

.home-wrap-10-text {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: justify;
  color: #183048;
  max-width: 500px;
  margin-top: 8px;
  font-family: IRANSansXFaNum;
}

.home-wrap-10-item {
  border-radius: 23px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  height: 100%;
}

.home-wrap-10-item-number {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: right;
  color: #9e604c;
}

.home-wrap-10-item-title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #505d7d;
}

.home-wrap-11-title {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #304b7a;
  margin-top: 30px;
}

@media (max-width:767px){
  .home-wrap-10-title {
    font-size: 18px;
  }
  .home-wrap-10-text {
    font-size: 14px;
  }
  .home-wrap-10-item-number {
    font-size: 20px;
  }
  .home-wrap-10-item-title {
    font-size: 16px;
  }
  .home-wrap-10-item {
    padding: 10px;
  }
  .home-wrap-11-title {
    font-size: 18px;
  }
}














/* before */
.wrap-6 {
  border-radius: 14px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 29px;
  background-color: #b3e9fe;
}

.wrap-6-item {
  border-radius: 7px;
  background-color: rgba(232, 235, 234, 0.55);
  padding: 15px 40px;
  font-size: 18px;
  line-height: 1.39;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  font-family: IRANSansXFaNum;

  text-align: justify;
  color: #606060;
}

.wrap-6-title {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #649d9f;
  margin-top: 15px;
}

.wrap-6-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.wrap-6-form input {
  border-radius: 13px;
  height: 37px;
  color: #c8c8c8;
  border: 1px solid #c8c8c8;
  padding: 15px;
  width: 100%;
  max-width: 365px;
  outline: none;
}


.wrap-6-form button {
  border-radius: 18.5px;
  background-color: #57cbd8;
  border: 1px solid #57cbd8;
  height: 37px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 112.5px;
  margin-right: 8px;
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.wrap-6-form button:hover {
  background: transparent;
  color: #57cbd8;
}

.wrap-6-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.wrap-6-info-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #304b7a;
  margin-right: 15px;
}

.wrap-6-info-user {
  width: 50px;
}

.card-blog-body {
  border-radius: 23px;
  background-color: #b3e9fe;
}

.card-blog-img {
  width: 100%;
}

.card-blog-title {

  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #2f4e7d;
  padding: 5px 10px;
}

.card-blog-text {
  font-size: 10px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: right;
  color: #65589e;
  margin-top: 6px;
}

.card-blog-btn {
  width: 96px;
  height: 24px;
  border-radius: 5px;
  background-color: #b9ebe6;
  display: flex;
  margin-top: 6px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31575b;
  background-color: #ffc294;
  margin: auto;
  margin-top: 10px;
}

.wrap-7 {
  margin-top: 50px;
}



.acc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  height: 65px;
  justify-content: right;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  text-align: right;
  border: 0;
  border-bottom: 0;
  color: #61bfd2;
}

.acc-btn.collapsed {
  color: #3b6a7f;
}

.acc-btn-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: right;
}

.acc-body {
  border-top: 0;
  padding: 15px 40px;
  border-radius: 18px;
  background-color: rgba(229, 236, 235, 0.55);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: right;
  color: #606060;
}


.acc-icon {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b7f7d;
  padding-top: 3px;
  font-size: 40px;
}

.acc-icon {
  transition: 0.3s;
}

.acc-icon.active {
  color: #fff;
  background: #61bfd2;
}

.wrap-8-info {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #3b7f7d;
  margin-top: 15px;
  border-bottom: 4px solid #cde8e3;
  padding-bottom: 15px;
}


.wrap-8-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}

.wrap-8-item-img {
  border-radius: 30px;
  border: 6px solid #a0e1d6;
  width: 100%;
}

.wrap-8-item-img-body {
  position: relative;
  display: flex;
  justify-content: center;
}

.wrap-8-item:hover {
  opacity: 0.8;
}


.wrap-8-item-title {
  position: absolute;
  bottom: 0;
  height: 43px;
  padding: 5px 7px 5px 12px;
  border-radius: 21.5px;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
  color: #32798f;
  display: flex;
  align-items: center;
}

.wrap-8-item-price {
  background: #146d67;
  padding: 17px 15px;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  border-radius: 0 0 20px 20px;
  transition: 0.3s;
}


@media (max-width:767px) {
  .acc-btn-title {
    line-height: normal;
    font-size: 18px;
  }
}


.img-hover {
  max-width: 100%;
  transition: 0.3s;
}

.img-hover:hover {
  opacity: 0.8;
}

.wrap-9-text {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #6b9789;
}

.wrap-8-content {
  border-radius: 12px;
  border: solid 1px #707070;
  background-color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: right;
  color: #606060;
  max-height: 400px;
  overflow: auto;
}





/* footer */


.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 (min-width: 1200px) {
  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.footer {
  padding: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #69b3b7;
  margin-top: 60px;
}

.footer-bottom-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-social a {
  color: white;
  border-radius: 5.4px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 9px;
  padding-top: 3px;
  font-size: 14px;
  width: 25px;
  height: 25px;
}

.fs-12 {
  font-size: 12px;
}

.footer-bottom-social a:hover {
  color: var(--color1);
  border-color: var(--color1);
}

.footer-social-item:hover {
  fill: #065246;
  background-color: var(--color1);
  border: 1px solid var(--color1);
}

.footer-text {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #464646;
  margin-top: 10px;
}


.footer-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-header-title {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f8f8f8;
}

a.footer-logo-tel {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.footer-logo img {
  width: 110px;
}

.footer-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 18px;
  min-width: 40px;
  min-height: 40px;
}


.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-ul li {
  display: block;
}

.footer-link {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: #000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff1db;

}

.footer-link:hover {
  color: var(--color1);
}

.footer-info {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #a7a7a7;
  margin-bottom: 8px;
}

.footer-bottom-item {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}


.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-item {
  color: white;
  border-radius: 5.4px;
  border: solid 1px #fff;
  width: 30.5px;
  height: 30.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 9px;
}

.footer-social-item:hover {
  border: 0;
}

.footer-bottom {
  padding: 10px 0;
  background: #437592;
}

.footer-logo-tel:hover {
  color: var(--color1);
}
body::-webkit-scrollbar {
  width: 13px;
}

body::-webkit-scrollbar-track {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid rgba(255, 255, 255, 0);
}