@font-face {
  font-family: IRANYekanBlack;
  font-style: normal;
  src: url("../font/IRANYekanBlack.ttf");
  font-display: swap;
}

@font-face {
  font-family: IRANYekanMedium;
  font-style: normal;
  src: url("../font/IRANYekanMedium.ttf");
  font-display: swap;
}

@font-face {
  font-family: IRANYekanThin;
  font-style: normal;
  src: url("../font/IRANYekanThin.ttf");
  font-display: swap;
}

@font-face {
  font-family: IRANYekanRegular;
  font-style: normal;
  src: url("../font/IRANYekanRegular.ttf");
  font-display: swap;
}

:root {

  --color-1: rgb(0, 0, 128);
  --color-2: #25314C;
  --color-3: #F4F4F6;
  --color-4: #194BFB;
  --color-5: #717184;
  --color-6: #42424D;
  --color7: #131316;
  --color-8: #2F2F37;
  --color-9: #C5C6C9;
  --color-10: #FFD150;
  --color-11: #707487;
  --color-12: #545463;
  --color-13: #fca43a;
  --radius-1: 8px;
}

.text-custom {
  position: relative;
  background: linear-gradient(90deg, #FFAB04 13%, #EB6200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}

.text-custom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 100%;
  right: 0;
  background: linear-gradient(90deg, #FFAB04 13%, #EB6200 100%);
  z-index: 0;
}

body {
  font-family: IRANYekanMedium;
}

.lh-custom {
  line-height: 28px;
}

.bgcolor1 {
  background-color: var(--color-1);
}

.bgcolor5 {
  background-color: var(--color-5);
}

.bgcolor3 {
  background-color: var(--color-3);
}

.bgcolor10 {
  background-color: var(--color-10);
}

.color1 {
  color: var(--color-1);
}

.color2 {
  color: var(--color-2);
}

.color4 {
  color: var(--color-4);
}

.color5 {
  color: var(--color-5);
}

.color6 {
  color: var(--color-6);
}

.color7 {
  color: var(--color-7);
}

.color8 {
  color: var(--color-8);
}

.color9 {
  color: var(--color-9);
}

.color10 {
  color: var(--color-10);
}

.color11 {
  color: var(--color-11);
}

.color12 {
  color: var(--color-12);
}

.color13 {
  color: var(--color-13);
}


.rounded-custom1 {
  border-radius: var(--radius-1);
}

.container {
  max-width: 1220px;
}

.fs-custom0 {
  font-size: 10px;
}

.fs-custom1 {
  font-size: 12px;
}

.fs-custom2 {
  font-size: 14px;
}

.fs-custom3 {
  font-size: 16px;
}

.fs-custom4 {
  font-size: 18px;
}

.fs-custom5 {
  font-size: 20px;
}

.fs-custom6 {
  font-size: 24px;
}

.fs-custom7 {
  font-size: 28px;
}


.fs-custom7 span {
  font-size: 24px;
}

.fs-custom8 {
  font-size: 35px;
}

.fs-custom9 {
  font-size: 60px;
}

.fs-custom3-mobile {
  font-size: 16px;
}

.description {
  line-height: 1.8;
}

.search-form input:not(.form-check-input),
.form-select {
  height: 45px;
  width: 350px;
}

.new-head-btn {
  height: max-content;
}

.top-sign-in-input {
  width: 100%;
  border-radius: var(--radius-1);
  background: #eaeaff;
  border: none;
  padding: 8px 10px;
  padding-right: 40px;
}

.top-sign-in-input:focus-visible {
  outline: none;
}

.my-pishro-img {
  width: 100%;
  height: 100%;
}

.callto-contact {
  width: fit-content;
  font-size: 20px;

}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}

.swiper .swiper-button-next,
.swiper-button-prev {
  right: unset !important;
  left: unset !important;
  top: unset !important;
  margin-top: unset !important;
  width: auto !important;
  height: auto !important;
  background-color: #E5E5FF;
  color: black;
  border: 1px solid transparent;
  border-radius: 8px !important;
}

.top-sign-in-input::placeholder {
  font-size: 14px;

}

.my-pishro-logo-search {
  width: 25px;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
}

.city-choosing-btn {
  left: 0;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: unset;
  border: none;
  color: var(--color-5);
}

.pishro-yop-location-i {
  width: 20px;
  opacity: 50%;
  position: relative;
}

.pishro-yop-location-i::after {
  content: " ";
  height: 100%;
  position: absolute;
  width: 1px;
  background-color: var(--color-5);
  right: -4px;
}

.wich-city {
  font-size: 16px;
}

.wich-city-input {
  width: 100%;
  border-radius: var(--radius-1);
  background-color: #eaeaff;
  border: none;
  padding: 8px 10px;

}


.wich-city-input:focus-visible {
  outline: none;
}

.wich-city-input::placeholder {
  font-size: 14px;

}

.city-choose-inside {
  background-color: white;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: var(--radius-1);
  font-size: 14px;
  width: 100%;
  padding: 8px 10px;
}


@keyframes pulse {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-item-1 {
  width: 100%;
  background-color: white;
  position: absolute;
  display: none;
  border-radius: var(--radius-1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  right: 0;
  animation-duration: 0.4s;
  animation-name: pulse;
  z-index: 20 !important;

}

.mega-item-1-li {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 10px;
  padding-left: 10px;
}

.mega-item-1-li:last-child {
  border: none;
}

.mega-item-1-li:first-child {
  padding-right: 0;
}

.mega-item-1-li:hover .mega-item-1 {
  display: block;
}

.repair-a {
  color: var(--color-5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.chevron-icon-svg {
  width: 30px;
}

.beetwin-li-line {

  width: 1px;
  background-color: rgba(0, 0, 0, 0.22);
}

.mega-item-1-li a {
  font-size: 12px;
  color: var(--color-5);
  font-weight: bolder;
}

.mbpish-expanded {
  z-index: 10;
  position: relative;
  background-image: url('../img/header-mob.jpg') !important;
}

/* .mbpish-expanded {} */
.mbpish-expanded::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7931547619047619) 12%, rgba(111, 59, 59, 0) 100%);
  z-index: -1;
}

.submit-promlems {
  padding: 5px 10px;
  background-color: rgba(40, 111, 195, 1);
  border: solid rgba(40, 111, 195, 1) 2px;
  border-radius: var(--radius-1);
  font-size: 14px;

  color: white;
  transition: 0.3s ease-in-out;
}

.submit-promlems:hover {
  background-color: white;
  color: rgba(40, 111, 195, 1);
}

.pishro-mobile-modal-button {
  border: none;
  background-color: var(--color-3);
  padding: 5px 10px;
  border-radius: 5px;
}

.pishro-mobilelist-i {
  width: 20px;
}

.sign-and-log-mobile {
  padding: 5px 10px;
  background-color: rgba(40, 111, 195, 1);
  border: solid rgba(40, 111, 195, 1) 2px;
  border-radius: var(--radius-1);
  font-size: 16px;
  font-weight: bolder;
  color: white;
  transition: 0.3s ease-in-out;

}

.pishro-mobile-i {
  width: 150px;
}

.mobilemenu-icon {
  width: 150px;
}

.pishro-mobile-i-quit {
  border: none;
  background-color: white;
}

.pishrotamir-offcanvas-i {
  width: 20px;
}

.pohone-number-mobile {
  font-size: 14px;
  font-weight: bolder;
  color: var(--color-5);
}

.pishro-offcanvas-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px;
}

.mobil-offcanvas-all-a {
  padding: 5px 5px;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}

.mobile-services-i {
  width: 50px;
}

.mobile-search-input {
  width: 100%;
  border-radius: var(--radius-1);
  background: #eaeaff;
  border: none;
  padding: 8px 10px;
  padding-right: 30px;
}

.mobile-search-input::placeholder {
  font-size: 14px;
}

.mobile-search-input:focus-visible {
  outline: none;
}

.mobile-serach-i {
  width: 15px;
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto;
}

.modal-closer {
  background-color: #ffffff;
}

.top-pishro-side {
  background-color: #F8F8FF;
}

.logo-main {
  width: 130px;
}

.outcontainer-search {
  border: 0;
  background-color: #F8F8FF;
}

.outcontainer-search i {
  font-size: 20px;
}

.outcontainer-top-li a {
  font-size: 12px;
  color: var(--color-5);
  font-weight: bolder;
  text-decoration: none;
}

.suggestion {
  width: 100%;
  border-radius: var(--radius-1);
  background-color: #F8F8FF;
  ;
}

.suggestion-li a {
  font-size: 14px;
  text-decoration: none;
  color: black;
}

.suggestion-li span {
  color: var(--color-5);
}

.whatsapp-desktop {
  width: 20px;
}

.telgram-desktop {
  width: 20px;
}

.menu-js-scroll {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.phone-i-background {
  background-color: #E5E5FF;
  padding: 5px 10px;
  border-radius: var(--radius-1);
  border: solid #E5E5FF;
  font-size: 14px;
}

.mega-li-inside a {
  text-decoration: none;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.39);
}

.hero-col1-mother {
  background-color: #F8F8FF;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.hero-back-2 {
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.top-khadamt-title {
  color: #fca43a;
  font-size: 18px;
  font-weight: bold;
}

.top-khadamt-title-2 {
  font-size: 14px;
  color: var(--color-5);
}

.pishro-submit {
  background-color: rgba(40, 111, 195, 1);
  border-radius: var(--radius-1);
  border: none;
  padding: 5px 15px;

  color: white;
  border: 1px solid rgba(40, 111, 195, 1);
  transition: 0.3s ease-in-out;
}

.pishro-submit:hover {
  background-color: white;
  color: rgba(40, 111, 195, 1);
}

.top-khadamt-select {
  padding: 5px 0px;
  border-radius: var(--radius-1);
  border: var(--bs-border-width) solid var(--bs-border-color);

}

.device-cheked-title {
  font-size: 14px;
  color: var(--color-1);
}

.more-button {
  background-color: #fff;
  border-radius: var(--radius-1);
  border: none;
  padding: 10px 15px;
  color: rgba(40, 111, 195, 1);
  transition: 0.3s ease-in-out;
}

.more-button:hover {
  color: rgba(40, 111, 195, 1);
  background-color: white;
}

.top-khadamt-title-3 {
  font-size: 14px;
  color: var(--color-5);
}

.top-khadamt-title-3 span {
  color: var(--color-1);
  font-weight: bold;
}

.deskTopHeader-img {
  width: 100%;
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-back {
  width: 100%;
  height: 100%;
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.66) 100%);*/
}

.pishro-services {
  width: 100%;

  border-radius: var(--radius-1);
  background-color: #E5E5FF;
  margin-top: 150px;
}

.pishro-services::after {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  content: "   خدمات پیشرو تعمیر ";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100px;
  border-bottom-left-radius: var(--radius-1);
  background-color: white;
}

.home-appliace-service {
  width: 500px;
  left: 50px;
  top: -180px;
}

.home-appliace-items {

  border-radius: var(--radius-1);
  height: 100px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}

.home-appliace-items-mother {
  padding-top: 120px;

}

.home-appliace-icons {
  width: 80px;
}

.home-appliace-inherit {
  color: inherit;
}

@keyframes rotate-loop {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.repair-service-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-5);
}

.footer-backgroud {
  background-color: #f8f8ff;
}

.footer-logo {
  width: 150px;
}

.adress-p {
  font-size: 14px;
  font-weight: bold;

}

.footer-phone-i {
  transform: rotate(270deg);
}

.footer-a-items {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-5);
}

.enamad-i {
  width: 75px;
}

.enamad-i a {
  display: flex;
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 5px;
}

.enamad-i img {
  width: 100%;
}

.security-footer {
  font-size: 14px;
  color: var(--color-5);
}


.service-row-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-appliace-items-mother::after {
  content: "";
  position: absolute;
  width: calc(100% - 300px);
  height: 10px;
  top: -5px;
  left: 0;
  background-color: #E5E5FF;
  border-radius: var(--radius-1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.home-appliace-items-mother::before {
  content: "";
  position: absolute;
  height: calc(100% - 100px);
  z-index: 0;
  width: 100px;
  right: -5px;
  background-color: #E5E5FF;
  border-radius: var(--radius-1);
  top: 100px;
}

.service-box:hover {
  background-color: white !important;
}

.back-drop-blur {
  background-color: rgba(74, 70, 70, 0.31);
  border-radius: var(--radius-1);
  backdrop-filter: blur(10px);
}

.phone-direction {
  width: 30px;
}

.directtion-divider li {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.directtion-divider li:last-child {
  border: none;
}

.footer-li-a {
  color: black;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.footer-li-a:hover {
  color: var(--color-5);
}

.sending-reportments {
  color: red;
  font-size: 14px;
}

.tatil {
  font-size: 14px;
  color: black;
}

.footer-hover-rotate {
  transition: 0.3s ease-in-out;
}

.footer-hover-rotate:hover {
  rotate: 15deg;
}

.edicationservice:hover .edicationservice-p {
  color: #fca43a !important;
}

.edicationservice:hover .edicationservice-img {
  scale: 0.95;
  opacity: 30%;
}

.edicationservice-img {
  transition: 0.3s;
}

.edicationservice-p {
  transition: 0.3s;
}

.blog {
  min-height: 200px;
}

.description-second-a>a {
  background-color: #fca43a;
  border-radius: var(--radius-1);
  transition: 0.4s;
  padding: 13px 20px;
}

.description-second-a>a:hover {
  background-color: rgba(40, 111, 195, 1);
  color: white !important;
}

.description-second-a:hover .diccreaption-svg-2 {
  filter: invert(1) !important;
}

@media (min-width:1200px) {
  .compass-pointer-col {
    width: 20% !important;
  }
}

@media (max-width:576px) {
  .directtion-divider li {
    border: none;
  }
}

.scrolled .top-pishro-side {
  display: none;
}

.scrolled .opaticy-search-scroll {
  display: block;
}

.scrolled .mega-item-1-li a {
  font-size: 10px;
}

.opaticy-search-scroll {
  display: none;
}

.social-icon {
  transition: 0.3s ease-in-out;
}

.social-icon:hover {
  transform: rotate(15deg);
}

.service-enternumber {
  border-radius: var(--radius-1);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.service-enternumber:focus {
  outline: none;
}

.service-enternumber::placeholder {
  font-size: 12px;
}

.orange-fix-bottom {
  background-color: #F03A0F;
  border-radius: 0.25rem;
  color: white;
  transition: 0.5s ease-in-out;
  border-width: 2.5px;
  border-style: solid;
  border-color: #F03A0F !important;
  font-size: 20px;
}

.orange-fix-bottom:hover {
  background-color: #fff !important;
  color: #F03A0F;
}

.compasse-bg {
  /* background-color: rgba(40, 111, 195, 1); */
  background-color: #eee;
}

.phone-direction img {
  filter: invert(1);
}

.pro-box .img-box img {
  width: 90px;
  height: auto;
}

@keyframes moblievibray {
  0% {
    rotate: 0deg;
  }

  25% {
    rotate: 10deg;
  }

  50% {
    rotate: -10deg;
  }

  75% {
    rotate: 0deg;
  }

  100% {
    rotate: 10deg;
  }
}

.orange-fix-bottom svg {
  animation: moblievibray 1s infinite ease-in-out;
}

.service-box-2 {
  background-color: white;
  border-radius: var(--radius-1);
}

.noopener {
  text-decoration: none;
  color: #fca43a;
}

.home-appliace-service-2 img {
  width: 300px;
  height: 100%;
}

@media (min-width:992px) {
  .scrolled {
    position: fixed;
    animation: pishro-scrolled 0.3s ease-in-out;
    width: 100%;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }


  .pishro-mobile-modal-button {
    display: none;
  }

  .sign-and-log-mobile {
    display: none;
  }

  .mobile-search-input {
    display: none;
  }

  .mobile-serach-i {
    display: none;
  }

  .mobilemenu-icon {
    display: none;
  }
}

.home-appliace-service-2 {
  width: 310px;
  left: 50px;
  top: -150px;
  z-index: 3 !important;
}

.pishro-services-2 {
  width: 100%;
  border-radius: var(--radius-1);
  background-color: #E5E5FF;
  margin-top: 150px;
}

.pishro-services-2::after {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  content: "   سایر خدمات ";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100px;
  border-bottom-left-radius: var(--radius-1);
  background-color: white;
}

@media (max-width:992px) {
    
      .pishro-services {
    background-color: rgb(255, 255, 255) !important;
  }
    
  .mbpish-expanded::after {
    content: none !important;
  }

  .pishro-services-2 {
    margin-top: 20px;
  }

  .pishro-services-2::after {
    background-color: transparent;
    right: 0;
    left: 0;
    margin: auto;
    top: -20px;
    font-size: 14px;
  }

  .top-pishro-side {
    display: none;
  }

  .undertop-side {
    display: none;
  }

  .hero-col1-mother {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;

  }

  .pishro-services::after {
    font-size: 18px;
    font-weight: bold;
    content: "   خدمات پیشرو تعمیر ";
    position: absolute;
    right: 0;
    left: 0;
    width: max-content;
    margin: auto;
    background-color: transparent;
    top: 15px;
    align-content: unset;

  }

  .name-service {
    font-size: 14px;
  }

  .home-appliace-service {
    display: none;
  }

  .home-appliace-items-mother {
    padding-top: 50px;
  }

  .pishro-services {

    margin-top: 20px;
  }

  .repair-service-title {
    font-size: 14px;
  }

  .security-footer {
    font-size: 10px;
  }

  .home-appliace-items-mother::after {
    display: none;
  }

  .home-appliace-items-mother::before {
    display: none;
  }

  .service-row-padding {
    padding-top: 1rem;
    padding-bottom: 13rem;
  }

  .home-appliace-service-2 {
    display: none;
  }

  .deskTopHeader-img {
    width: 100%;
    background-position: 100%;
  }
}

@keyframes pishro-scrolled {
  0% {
    top: 0;
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    top: 0;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

}

.back-blue-white {
  background-color: white !important;
  color: rgba(40, 111, 195, 1) !important;
  border: 1px solid white !important;
}

.back-blue-white:hover {
  background-color: rgba(40, 111, 195, 1) !important;
  color: white !important;
}

.search-form .form-check-input {
  border-color: var(--color-13);
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.search-form textarea {
  min-height: 100px !important;
}

.search-form .form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 0, 128, 0.24);
  border-color: rgba(0, 0, 128, 0.24);
}

.search-form .ui-widget-header {
  background-color: var(--color-13);
}

.search-form .ui-state-default,
.search-form .ui-widget-content .ui-state-default {
  background-color: var(--color-13);
  border-color: var(--color-1);
}

.search-form .ui-state-active,
.search-form .ui-widget-content .ui-state-active {
  background-color: var(--color-1);
  border-color: var(--color-13);
}

.form-check input:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 0, 128, 0.24);
}

.form-check .form-check-input:checked {
  background-color: var(--color-13);
  border-color: var(--color-13);
}

.menu .sub-menu {
  display: none;
  opacity: 0;
  top: 100%;
  right: 0;
  left: 0;
  padding: 5px;
  border-radius: 8px;
  white-space: nowrap;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub-menu .tab-content {
  max-height: 25rem;
  overflow: auto;
}

.menu .sub-menu a:hover {
  color: var(--color-13);
}

.menu .sub-menu li {
  border-bottom: 1px solid rgb(216, 216, 216);
}

.menu .sub-menu li:last-child {
  border-bottom: 1px solid transparent;
}

.menu .open-menu:hover .sub-menu {
  display: flex;
  opacity: 1;
  top: 100%;
  z-index: 2;
  animation: show-box 0.5s;
}

.menu .sub-menu .nav-item .nav-link {
  background: transparent;
  color: #000;
}

.menu .sub-menu .nav-item .nav-link.active {
  background-color: #f5f5ff;
  font-family: dana-bold;
  color: var(--color-1);
}

@keyframes show-box {
  0% {
    opacity: 0;
    top: 50%;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
    top: 100%;
  }
}

.sub-menu-li .sub-menu-inner {
  background-color: transparent;
  padding: 0 13px;
  opacity: 0;
}

.sub-menu-li .sub-menu-inner ul {
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.sub-menu-li:hover .sub-menu-inner {
  opacity: 1;
  right: 100%;
  top: 5px;
  animation: sunmenuinner 0.5s;
}

.sub-menu-li:hover .lv1 {
  color: var(--color-13);
}

@keyframes sunmenuinner {
  0% {
    opacity: 0;
    right: 90%;
  }

  100% {
    opacity: 1;
    right: 100%;
  }
}

.menu .accordion-button::after {
  display: none;
}

.menu .accordion-button:not(.collapsed) .up {
  display: flex !important;
}

.menu .accordion-button:not(.collapsed) .down {
  display: none !important;
}

.menu .accordion-button .up {
  display: none !important;
}

.menu .accordion-button .down {
  display: flex !important;
}

.menu.offcanvas .accordion .accordion-button {
  padding: 10px 12.5px 7.5px;
}

.menu.offcanvas .accordion-button:focus {
  box-shadow: none;
}

.menu.offcanvas .accordion .accordion-button .bi {
  margin-bottom: 4px !important;
}

.menu.offcanvas .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #FFAB04 13%, #EB6200 100%);
  color: #fff;
}

.menu.offcanvas .accordion-item {
  border: 1px solid #ddd;
}

.menu.offcanvas .accordion,
.menu.offcanvas .accordion-header {
  border: none;
}

/* .menu .accordion-button:not(.collapsed) .down{
  display: none;
} */
.btn1 {
  background-color: rgba(40, 111, 195, 1);
  border-radius: 8px;
  color: white;
  border: 1px solid var(--color-1);
  transition: 0.3s ease-in-out;
}

.btn1:hover {
  background: white;
  color: rgba(40, 111, 195, 1);

}

.btn2 {
  background-color: #FAFAFA;
  color: var(--color-4);
}

.btn3 {
  background-color: rgba(40, 111, 195, 1);
  color: white;
  border-radius: 8px;
  border: 1px solid transparent;

}

.btn3:hover {
  background-color: white;
  border-color: var(--color-1);
  color: var(--color-1);
  border-color: var(--color-1);
  transition: 0.5s;
}

.btn4 {
  color: var(--color-1);
  border: 1px solid var(--color-1);
  color: var(--color-1);
  border-radius: 8px;
  background-color: white;
}

.btn4:hover {
  background-color: rgba(40, 111, 195, 1);
  color: white;
  transition: 0.5s;
  border-color: white;
}

.btn5 {
  background: none !important;
  color: var(--color-13);
}

.btn6 {
  background: none !important;
  color: rgb(204, 16, 16);
  border: unset !important;
}

.btn6:hover {
  background: none !important;
  color: rgb(204, 16, 16);
  border-radius: 10px;
}

.btn7 {
  color: rgb(10, 149, 10);
}

.btn8 {
  background: #1b1b1b;
  border-color: #1b1b1b;
}

.btn8:hover {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  background: unset;
}



.mt-custom {
  margin-top: 3rem;
}

.w-fit {
  width: fit-content;
  border-bottom: 1px solid rgba(40, 111, 195, 1);
  font-size: 16px;
  padding-bottom: 5px;
}

.footer {
  background-color: var(--color-3);
  position: relative;
}

.footer:after {
  content: '';
  display: block;
  position: absolute;
  width: 45%;
  right: 0;
  bottom: 0;
  top: -25px;
  border-top-left-radius: 20%;
  background-image: url(../img/bg.webp);
  background-size: cover;

}

.footer .custom-col:after {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -25px;
  border-top-left-radius: 20%;
  background-image: url(../img/bg.webp);
  background-size: cover;

}

.footer .list a:hover {
  color: black;
  transition: 0.5s;
}

.footer .social-icon {
  width: 45px;
  height: 45px;
  background-color: var(--color-1);

}

.footer .social-icon img {
  filter: brightness(0) invert(1);
}

.footer .social-icon:hover {
  background-color: var(--color-2);
  transition: 0.5s;
}

.footer .list.links a:hover {
  color: var(--color-4);
}

.footer .copyright {
  background-color: #E5E5FF;
}

.fixed-btn2 .chat2 {
  display: none;
}

.fixed-btn2:hover .chat2 {
  display: block;
}

.fixed-btn2:hover .chat1 {
  display: none;
}

.fixed-bar {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}


.fixed-bar-btn.scrolled .fixed-bar {
  display: flex;
  transition: 0.5s;
}

.fixed-bar-btn .fixed-bottom {
  z-index: 10 !important;
}

.description a {
  text-decoration: none;
}

.description h2 strong,
.description h3 strong,
.description h4 strong,
.description h5 strong,
.description h6 strong {
  color: #d35400 !important;
  letter-spacing: -1px;
}

.description strong span {
  color: #2980b9 !important;
}

.description strong p {
  color: #2980b9 !important;
}

.description li strong {
  color: #2980b9 !important;
}

.description h2 {
  /*border-right: 3px solid var(--color-1) !important;*/
  padding: 5px !important;
}

/*.description h2,*/
/*.description h3,*/
/*.description h4,*/
/*.description h5,*/
/*.description h6 {*/
/*  font-family: dana-bold;*/
/*}*/

.h1-inheritfont {
  font-size: 2rem;
}

.description img:not(.cta-img) {
  border-radius: 8px;
  width: 50% !important;
  margin: 2% 25% !important;
  height: auto !important;
}

.description iframe {
  border-radius: 15px;
}


.description thead tr:first-child th {
  background-color: #f8f8ff;
  color: var(--color-1);
}

.description table th,
.description table td {
  border: 1px solid #194afb6a;
}

.bi-instagram {
  background: linear-gradient(90deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 52%, rgba(98, 40, 215, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bi-telegram {
  color: #34a9db;
}

.bi-facebook {
  color: #106aff;
}

.bi-pinterest {
  color: #b7081b;
}

.bi-linkedin {
  color: #126bc4;
}

.w-max {
  width: max-content;
}

.slogan .slo-text p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slogan .slo-bg {
  background-image: url(../img/slobg2.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.custom-hr {
  color: #000080;
  border-width: 3px;
}

#scrollToTop {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#scrollToTop.show {
  opacity: 1;
}

@media (max-width:576px) {
  .description img:not(.cta-img) {
    width: 98% !important;
    margin: 2% 1% !important;
  }

  .container {
    max-width: 100%;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 100% !important;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .description img:not(.cta-img) {
    width: 90% !important;
    margin: 1% 5% !important;
  }

  .container {
    max-width: 98%;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 100% !important;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .description img:not(.cta-img) {
    width: 80% !important;
    margin: 2% 10% !important;
  }

  .container {
    max-width: 95%;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 95% !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .description img:not(.cta-img) {
    width: 70% !important;
    margin: 2% 15% !important;
  }

  .servicepadding {
    padding-left: 5rem;
  }

  .container {
    max-width: 97%;
  }

  .fs-custom10 {
    font-size: 13px;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 65% !important;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .description img:not(.cta-img) {
    width: 60% !important;
    margin: 2% 20% !important;
  }

  .container {
    max-width: 95%;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 60% !important;
  }
}

@media (min-width:1400px) {
  .description img:not(.cta-img) {
    width: 50% !important;
    margin: 2% 25% !important;
  }

  .container {
    max-width: 1350px;
  }

  .description .h_iframe-aparat_embed_frame {
    width: 65% !important;
  }
}

@media (max-width:992px) {


.font-25 {
  font-size: 27px !important;
}

  .footer {
    background-color: unset;
    padding-bottom: 140px;
  }

  .footer .container {
    max-width: 100%;
  }

  .footer:after {
    display: none;

  }

  .footer .custom-col:after {
    display: block;
    border-top-left-radius: 30%;

  }



  .mt-custom {
    margin-top: 0;
  }

  .fs-custom0 {
    font-size: 8px;
  }

  .fs-custom1 {
    font-size: 10px;
  }

  .fs-custom2 {
    font-size: 12px;
  }

  .fs-custom3 {
    font-size: 14px;
  }

  .fs-custom4 {
    font-size: 16px;
  }

  .fs-custom5 {
    font-size: 18px;
  }

  .fs-custom6 {
    font-size: 19px;
  }

  .fs-custom7 {
    font-size: 20px;
  }

  .fs-custom8 {
    font-size: 30px;
  }

  .fs-custom9 {
    font-size: 50px;
  }
}

@media (min-width:992px) and (max-width:1570px) {
  .footer {
    padding-bottom: 180px !important;
  }
}

@media (min-width:1570px) {
  .footer {
    padding-bottom: 100px !important;
  }
}

.description .h_iframe-aparat_embed_frame {
  margin: 2rem auto;
  height: auto !important;
}

.btn-success-1 {
  position: absolute;
  left: 5px;
  background-color: rgb(27, 27, 27);
  border: unset;
  color: #ffffff;
  bottom: 7.5px;
  border-radius: 50px;
}

.btn-success-1:hover {
  background-color: rgb(27, 27, 27);
  color: #ffffff;
  border: unset;
}

.leaflet-top {
  top: unset !important;
  bottom: 3rem;
}

.z-index1 {
  z-index: 2000000003 !important;
}

.img-location1 {
  width: 23px;
  filter: invert(36%) sepia(91%) saturate(837%) hue-rotate(82deg) brightness(95%) contrast(98%);
}

.map iframe {
  width: 100%;
}

.scroll-1 {
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.img-header {
  width: 100% !important;
  height: auto !important;

}

.img-faq {
  width: 100% !important;
  height: auto;
}

.img-blog {
  width: 100% !important;
  height: auto !important;
}

.img-about {
  width: 100% !important;
  height: auto !important;
}

.img-join {
  width: 100% !important;
  height: auto !important;
}

.img-honors {
  width: 100% !important;
  height: auto !important;
}

.dropdown .dropdown-toggle .filter-option {
  text-align: start;
}

.text {
  color: red;
}

.edu-im-auto img {
  height: auto !important;
}

.mySwiper1 .swiper-slide {
  border: 4px solid #FF3F01;
  border-radius: 5px;
}

.font-25 {
  font-size: 23px;
}