@font-face {
  font-family: "YekanBakh-Fat";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 08 Fat.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "YekanBakh-Bold";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 06 Bold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "YekanBakh-Heavy";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 07 Heavy.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "YekanBakh-Medium";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 05 Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "YekanBakh-Regular";
  src: url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.eot") format("embedded-opentype"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.woff") format("woff"), url("../fonts/yekanBakh/Yekan Bakh Fa-En 04 Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.AZ-field-group label {
  font-size: 16px;
  color: #000;
  font-family: "YekanBakh-Regular";
  margin-bottom: 5px;
}
.AZ-field-group input, .AZ-field-group textarea {
  font-size: 16px;
  color: #636161;
  font-family: "YekanBakh-Medium";
  padding: 10px;
  height: 100%;
  flex-grow: 1;
  background-color: transparent;
  border: 0;
  min-width: 50px;
}
.AZ-field-group .field-inner {
  border-radius: 9.366px;
  border: 2.007px solid #D8D8D8;
  height: 65.564px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  flex-grow: 1;
}
.AZ-field-group .field-inner span {
  font-size: 25px;
  color: #9195A0;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.AZ-field-group .field-inner:focus-within {
  border: 2.007px solid #FCB54B;
}
.AZ-field-group .field-inner:focus-within span {
  color: #FCB54B;
}
.AZ-field-group .field-inner p {
  display: flex;
  align-items: center;
}

.AZ-primary-btn {
  font-size: 19px;
  font-family: "YekanBakh-Medium";
  color: #000000;
  padding: 10px 20px;
  border: 0;
  transition: all 0.2s linear;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 65.564px;
  border-radius: 9.366px;
  background: linear-gradient(90deg, #FC9105 0%, #FCB54B 100%);
}
.AZ-primary-btn:hover {
  color: #000000;
  background: linear-gradient(-90deg, #FC9105 0%, #FCB54B 100%);
}

.AZ-secondary-btn {
  font-size: 22px;
  font-family: "YekanBakh-Medium";
  color: #000000;
  padding: 10px 28px;
  border-radius: 9.849px;
  border: 2px solid #A4A4A4;
  background: transparent;
  transition: all 0.2s linear;
}
.AZ-secondary-btn:hover {
  color: #000000;
  background: #DCE3F0;
  border: 2px solid #DCE3F0;
}

.AZ-styled-select {
  min-width: 200px;
  min-height: 60px;
  background: #656263;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.AZ-styled-select::before {
  content: "\e913";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  color: #FFFFFF;
}
.AZ-styled-select select {
  font-size: 16px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-family: "YekanBakh-Medium";
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.AZ-styled-select select option {
  background: #656263;
}

.AZ-navbar {
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #CDCDCD;
  transition: all 0.2s linear;
  background: #fff;
  padding: 25px 0;
}
.AZ-navbar.header-transparent {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: transparent;
  padding: 10px 0;
}
.AZ-navbar .navbar-toggler {
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 4.308px;
  background: linear-gradient(90deg, #FC9105 0%, #FCB54B 100%);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-brand img {
  width: 50px;
}
.AZ-navbar .nav-link {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: #404040;
  font-family: "YekanBakh-Medium";
  transition: all 0.2s linear;
  border-radius: 5px;
  padding: 0 3px !important;
}
.AZ-navbar .nav-link span {
  font-size: 20px;
  color: #292D32;
}
.AZ-navbar .nav-link:hover {
  background: #EBF2FF;
}
.AZ-navbar .nav-link.active {
  background: #EBF2FF;
}

.AZ-footer {
  background: #013D63;
  padding: 100px 0 40px;
  position: relative;
}
.AZ-footer::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 99px;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}
.AZ-footer .back-top {
  min-width: 70px;
  min-height: 70px;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #fff;
  border: 0;
  background: #FC9105;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.AZ-footer .footer-title {
  font-size: 20px;
  color: #FC9105;
  font-family: "YekanBakh-Bold";
  margin-bottom: 13px;
}
.AZ-footer .footer-link {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "YekanBakh-Regular";
  transition: all 0.2s linear;
  padding: 5px 0;
}
.AZ-footer .footer-link span {
  font-size: 21px;
  color: #FC9105;
}
.AZ-footer .footer-link:hover {
  color: #FC9105;
}
.AZ-footer .footer-bottom-link {
  font-size: 16px;
  color: #B2DFF4;
  font-family: "YekanBakh-Bold";
  transition: all 0.2s linear;
  padding: 5px 0;
}
.AZ-footer .footer-bottom-link:hover {
  color: #FC9105;
}
.AZ-footer .footer-text {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "YekanBakh-Regular";
  text-align: justify;
}
.AZ-footer .social {
  position: relative;
  padding: 0 8px;
}
.AZ-footer .social::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.09;
  border-radius: 14px;
  background: linear-gradient(137deg, #D3E8FF 1.26%, rgba(217, 235, 255, 0.5) 50.97%, rgba(217, 235, 255, 0) 98.74%);
}
.AZ-footer .social .social-inner {
  position: relative;
  z-index: 1;
}
.AZ-footer .social a {
  font-size: 24px;
  color: #FC9105;
  transition: all 0.2s linear;
}
.AZ-footer .social a:hover {
  color: #B2DFF4;
}
.AZ-footer .footer-brand {
  margin-bottom: 26px;
  position: relative;
  padding-right: 20px;
}
.AZ-footer .footer-brand::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 14px;
  width: 65px;
  height: 86px;
  opacity: 0.09;
  background: linear-gradient(137deg, #D3E8FF 1.26%, rgba(217, 235, 255, 0.5) 50.97%, rgba(217, 235, 255, 0) 98.74%);
}
.AZ-footer .footer-brand img {
  width: 80px;
}
.AZ-footer .namad-box {
  flex-grow: 1;
  border-radius: 12.052px;
  /*border: 1.096px dashed #DCDCDC;*/
}
.AZ-footer .namad-box::after {
  padding-bottom: 100%;
}
.AZ-footer .col-right {
  padding-left: 80px;
}
.AZ-footer .dropdown .dropdown-toggle {
  font-size: 13px;
  color: #fff;
  font-family: "YekanBakh-Medium";
  border-radius: 5.22px;
  background: #013D63;
  width: 100%;
  padding: 7px 16px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AZ-footer .dropdown .dropdown-menu {
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-family: "YekanBakh-Medium";
}

.AZ-title-wrapper {
  position: relative;
  padding-right: 23px;
}
.AZ-title-wrapper::after, .AZ-title-wrapper::before {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 2px;
  background: #DCE3F0;
}
.AZ-title-wrapper::before {
  background: linear-gradient(90deg, #FC9105 0%, #FCB54B 100%);
  height: 20px;
  width: 6px;
  top: 20px;
  z-index: 1;
  right: -1px;
}
.AZ-title-wrapper .title-desc {
  font-size: 17px;
  color: #080206;
  font-family: "YekanBakh-Regular";
}

.AZ-section-title {
  font-size: 38px;
  color: #2C2C2C;
  font-family: "YekanBakh-Fat";
}
.AZ-section-title span {
  color: #013D63;
}

.AZ-section-text {
  font-size: 22px;
  color: #232323;
  font-family: "YekanBakh-Medium";
  line-height: 192%; /* 42.24px */
  text-align: justify;
}

.AZ-blog-section {
  margin-bottom: 100px;
}

.AZ-post-card {
  border-radius: 16px;
  border: 2.097px solid #F1F3F7;
  background: #FFF;
  padding: 14px;
  height: 100%;
}
.AZ-post-card .post-card-img {
  min-width: 139.142px;
  border-radius: 10.683px;
  background: #D9D9D9;
}
.AZ-post-card .post-card-img::after {
  padding-bottom: 100%;
}
.AZ-post-card .post-card-title {
  font-size: 28px;
  color: #2E2E2E;
  font-family: "YekanBakh-Fat";
  margin-bottom: 4px;
  transition: all 0.2s linear;
}
.AZ-post-card .post-card-title:hover {
  color: #D09B2C;
}
.AZ-post-card .post-card-text {
  font-size: 16px;
  color: #000000;
  font-family: "YekanBakh-Medium";
  line-height: 200%; /* 32.628px */
}
.AZ-post-card .post-card-date {
  font-size: 14px;
  color: #2E2D2D;
  font-family: "YekanBakh-Regular";
  position: relative;
  padding: 0 15px;
  white-space: nowrap;
}
.AZ-post-card .post-card-date span {
  font-size: 10px;
  color: #535454;
}
.AZ-post-card .post-card-date::after, .AZ-post-card .post-card-date::before {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #474747;
  right: 0;
}
.AZ-post-card .post-card-date::before {
  content: "\e906";
  left: 0;
  right: unset;
}
.AZ-post-card .post-card-btn {
  font-size: 20px;
  color: #565656;
  font-family: "YekanBakh-Medium";
  padding: 10px 30px;
  border-radius: 10.683px;
  background: #F1F3F7;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.AZ-post-card .post-card-btn span {
  font-size: 16px;
}
.AZ-post-card .post-card-btn:hover {
  background: #e5e9f0;
}
.AZ-post-card.post-card_big .post-card-img {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.AZ-post-card.post-card_big .post-card-img::after {
  padding-bottom: unset;
}

.view-more-btn {
  font-size: 16px;
  color: #525252;
  font-family: "YekanBakh-Medium";
  border-radius: 10px;
  border: 1.5px solid #DCE3F0;
  height: 48px;
  background: #F9FBFF;
  padding: 0 20px;
  transition: all 0.2s linear;
}
.view-more-btn span {
  font-size: 17px;
}
.view-more-btn:hover {
  background: #DCE3F0;
  color: #525252;
}

.AZ-consulting-section .consulting-box {
  border-radius: 14.913px;
  border: 1.102px solid #DEDEDE;
  background: #FFF;
  padding: 30px;
  margin-right: 18px;
  position: relative;
}
.AZ-consulting-section .consulting-box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 77px;
  border-radius: 0 7px 7px 0;
  background: #013D63;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.AZ-consulting-section .AZ-title-wrapper {
  padding-right: 0;
}
.AZ-consulting-section .AZ-title-wrapper::after, .AZ-consulting-section .AZ-title-wrapper::before {
  content: none;
}

.tabs {
  border-radius: 9.849px;
  border: 2px solid #A4A4A4;
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs li {
  width: 50%;
}
.tabs .tab-link {
  font-size: 22px;
  color: #000000;
  font-family: "YekanBakh-Medium";
  height: 54px;
  width: 100%;
  border-radius: 9px;
  background: transparent;
  border: 0;
  transition: all 0.2s linear;
  padding: 10px;
}
.tabs .active .tab-link {
  color: #FFFFFF;
  background: #013D63;
}

.AZ-hero-section {
  padding: 45px 0;
  position: relative;
}
.AZ-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50%;
  -webkit-mask-image: url("../img/mask-hero.png");
          mask-image: url("../img/mask-hero.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F8FF 77.7%);
  z-index: -1;
}
.AZ-hero-section .arrow-circle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #8498DD;
  width: 59px;
  height: 59px;
  background: #EBF2FF;
  border-radius: 50%;
}
.AZ-hero-section .col-right {
  background-image: url("../img/bg-hero.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left center;
  position: relative;
  letter-spacing: 0 !important;
}
.AZ-hero-section .col-right .arrow-img {
  position: absolute;
  top: 40px;
  left: 0;
  width: 101px;
}
.AZ-hero-section .hero-title {
  font-size: 40px;
  color: #363636;
  font-family: "YekanBakh-Fat";
  margin-bottom: 12px;
}
.AZ-hero-section .hero-title span {
  color: #FC9105;
}
.AZ-hero-section .hero-desc {
  font-size: 21px;
  color: #575757;
  font-family: "YekanBakh-Bold";
  border-radius: 6px;
  background: #F5F8FF;
  padding: 3px;
}
.AZ-hero-section .hero-text {
  font-size: 21px;
  color: #232323;
  font-family: "YekanBakh-Medium";
  margin-top: 33px;
  text-align: justify;
}

.AZ-projects-section {
  padding: 70px 0;
}
.AZ-projects-section .project-box {
  border-radius: 32.723px;
  border: 2.045px solid #F1F1F1;
  padding: 35px;
  transition: all 0.2s linear;
}
.AZ-projects-section .project-box:hover {
  background: #013D63;
  border: 2px solid #013D63;
}
.AZ-projects-section .project-box:hover .project-title {
  color: #FFFFFF;
}
.AZ-projects-section .project-box:hover .project-text {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 40px;
}
.AZ-projects-section .project-box:hover .project-item {
  color: #F8F8F8;
}
.AZ-projects-section .project-box:hover .project-item span {
  color: #FC9105;
}
.AZ-projects-section .project-box .project-img {
  width: 63.401px;
  overflow: visible;
}
.AZ-projects-section .project-box .project-img::after {
  padding-bottom: 100%;
}
.AZ-projects-section .project-box .project-img::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100%;
  height: 100%;
  border-radius: 12.271px;
  background: #CADCEE;
}
.AZ-projects-section .project-box .project-img .AZ-img-container-inner {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
.AZ-projects-section .project-box .project-title {
  font-size: 22px;
  color: #1E1D29;
  font-family: "YekanBakh-Fat";
}
.AZ-projects-section .project-box .project-text {
  font-size: 12px;
  color: #000000;
  font-family: "YekanBakh-Regular";
}
.AZ-projects-section .project-box .project-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.AZ-projects-section .project-box .project-item {
  font-size: 18px;
  color: #080206;
  font-family: "YekanBakh-Medium";
}
.AZ-projects-section .project-box .project-item span {
  color: #A7A7A7;
}

.AZ-about-section {
  margin-bottom: 100px;
}

.AZ-ruls-ection {
  margin-bottom: 100px;
  background-image: url("../img/bg-ruls.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: relative;
}
.AZ-ruls-ection .ruls-img {
  width: 90%;
  position: relative;
}
.AZ-ruls-ection .ruls-img::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 80%;
  height: calc(100% + 28px);
  border-radius: 41px 0px 41px 41px;
  background: rgba(197, 217, 237, 0.5);
  z-index: -1;
}
.AZ-ruls-ection .ruls-img img {
  width: 100%;
}
.AZ-ruls-ection .ruls-title {
  font-size: 25px;
  color: #013D63;
  font-family: "YekanBakh-Fat";
  margin-bottom: 30px;
}
.AZ-ruls-ection .ruls-item {
  font-size: 25px;
  color: #000000;
  font-family: "YekanBakh-Medium";
  padding: 3px 0;
}
.AZ-ruls-ection .ruls-item span {
  font-size: 29px;
  color: #FB9D23;
}

.AZ-faq-section {
  margin-bottom: 100px;
}

.AZ-accordion .accordion-item {
  width: 100%;
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.AZ-accordion .accordion-item.open .close-accordion {
  display: flex;
  background: #4862AA;
  color: #FFFFFF;
}
.AZ-accordion .accordion-item.open .open-accordion {
  display: none;
}
.AZ-accordion .accordion-content {
  padding: 16px 23px;
  border-radius: 22.936px;
  border: 1.994px dashed #DCDCDC;
  margin-top: 30px;
}
.AZ-accordion .accordion-content p {
  font-size: 19px;
  color: #000000;
  font-family: "yekanBakh-Regular";
}
.AZ-accordion .accordion-item__button {
  font-size: 25px;
  font-family: "YekanBakh-Medium";
  color: #383838;
  border: none;
  width: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  text-align: right;
  border-radius: 14.958px;
  border: 2.206px solid #F2F2F2;
  background: #FFF;
  padding: 11px 19px;
}
.AZ-accordion .accordion-item__button .close-accordion,
.AZ-accordion .accordion-item__button .open-accordion {
  display: none;
  font-size: 24px;
  color: #4862AA;
  width: 41.883px;
  height: 41.883px;
  border-radius: 8.975px;
  background: #F5F5F5;
  align-items: center;
  justify-content: center;
}
.AZ-accordion .accordion-item__button .open-accordion {
  display: flex;
}

.AZ-consulting-section {
  padding-bottom: 120px;
  background-image: url("../img/LineChartLrft.png"), url("../img/LineChartRight.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 530.293px, 530.293px;
}
.AZ-consulting-section .AZ-field-group input {
  width: 100%;
}
.AZ-consulting-section .AZ-section-title {
  font-size: 20px;
}

.AZ-project-page {
  overflow-x: hidden;
}
.AZ-project-page .project-header-img {
  width: 50vw;
  height: 455px;
}
.AZ-project-page .project-header {
  background: #013D63;
}
.AZ-project-page .about-img {
  width: 100%;
  border-radius: 15px;
  background: #D9D9D9;
}
.AZ-project-page .about-img::after {
  padding-bottom: 100%;
}
.AZ-project-page .AZ-field-group input,
.AZ-project-page .AZ-field-group textarea {
  border: 1.102px solid #DEDEDE;
  border-radius: 14.913px;
}
.AZ-project-page .AZ-field-group input:focus,
.AZ-project-page .AZ-field-group textarea:focus {
  border: 2.007px solid #FCB54B;
}
.AZ-project-page .submit-comment {
  height: 48px;
}
.AZ-project-page .project-name-icon {
  font-size: 18px;
  color: #013D63;
  background: #FC9105;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.AZ-project-page .project-name {
  font-size: 23px;
  color: #fff;
  font-family: "yekanBakh-Regular";
}
.AZ-project-page .project-name span {
  font-family: "YekanBakh-Heavy";
}
.AZ-project-page .project-details_icon {
  width: 36.547px;
}
.AZ-project-page .project-details_title {
  font-size: 16px;
  color: #FFF;
  font-family: "YekanBakh-Heavy";
}
.AZ-project-page .project-details_desc {
  font-size: 16px;
  color: #FFF;
  font-family: "YekanBakh-Medium";
}

.small-title {
  font-size: 30px;
  color: #013D63;
  font-family: "YekanBakh-Heavy";
}
.small-title span {
  font-size: 33px;
  color: #FB9D23;
}

.py-50 {
  padding: 50px 0;
}

.download-box {
  border-radius: 8.947px;
  border: 2.684px solid #E6E8ED;
  background: #F2F2F2;
  padding: 13px;
}
.download-box .download-btn {
  font-size: 24px;
  color: #262626;
  width: 37.944px;
  height: 38.019px;
  border-radius: 50%;
  background: #DFDFDF;
  border: 2px solid #E6E8ED;
}
.download-box .file-name {
  font-size: 17px;
  color: #013D63;
  font-family: "YekanBakh-Medium";
}
.download-box .file-details {
  font-size: 14px;
  color: #706363;
  font-family: "YekanBakh-Regular";
  display: block;
}
.download-box .file-img {
  width: 31.885px;
}

.comment-box {
  padding: 20px 30px;
  border-radius: 14.913px;
  border: 1.102px solid #DEDEDE;
  background: #FFF;
}
.comment-box .comment-date,
.comment-box .comment-name {
  font-size: 18px;
  color: #080206;
  font-family: "YekanBakh-Regular";
  position: relative;
}
.comment-box .comment-date {
  padding-right: 12px;
}
.comment-box .comment-date::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FB9D23;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comment-box .comment-text {
  font-size: 20px;
  color: #1D1D1D;
  font-family: "YekanBakh-Medium";
  margin-top: 10px;
}
.comment-box .stars span {
  font-size: 17px;
  color: #FC9105;
}
.comment-box .comment-btn {
  font-size: 19px;
  color: #A1A1A1;
}

.projectsSwiper,
.blogSwiper {
  padding-bottom: 10px;
}

.swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  border-radius: 10px;
  opacity: 1;
  background: #D9D9D9;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  background: #9C9C9C;
}

.AZ-navbar-bottom {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
}
.AZ-navbar-bottom .navbar-bottom_link {
  font-size: 15px;
  color: #232323;
  font-family: "YekanBakh-Medium";
  margin-top: 4px;
}
.AZ-navbar-bottom span {
  font-size: 20px;
  color: #4A4A4A;
}

@media screen and (max-width: 1360px) {
  .AZ-navbar .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .AZ-navbar {
    padding: 8px 0;
  }
  .AZ-navbar.header-transparent {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background: transparent;
    padding: 0;
  }
  .AZ-navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    background: #DCE3F0;
    width: 250px;
    z-index: 1000;
    transition: all 0.2s linear;
    padding: 0 20px;
  }
  .AZ-navbar #sidebar.open {
    right: 0;
  }
  .AZ-navbar .close-sidebar {
    padding: 5px;
    color: #FCB54B;
    font-size: 20px;
  }
  .AZ-navbar .nav-item {
    width: 100%;
  }
  .AZ-navbar .nav-link {
    padding: 10px !important;
    width: 100%;
  }
  .AZ-navbar .nav-link {
    font-size: 14px;
  }
  .AZ-navbar .nav-box {
    padding: 15px;
  }
  .AZ-footer {
    padding: 25px 0 20px;
    background: #F8F8F8;
  }
  .AZ-footer::after {
    content: none;
  }
  .AZ-footer .back-top {
    display: none;
  }
  .AZ-footer .col-right {
    padding-left: 10px;
  }
  .AZ-footer .namad-box {
    flex-grow: unset;
    width: 100px;
  }
  .AZ-footer .footer-bottom-link {
    font-size: 14px;
  }
  .AZ-footer .footer-title {
    font-size: 11px;
    color: #656565;
    font-family: "YekanBakh-Heavy";
  }
  .AZ-footer .social a {
    font-size: 16px;
  }
  .AZ-footer .footer-text {
    font-size: 13px;
    color: #535353;
    font-family: "YekanBakh-Medium";
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .AZ-title-wrapper .title-desc {
    font-size: 14px;
  }
  .AZ-section-title {
    font-size: 28px;
  }
  .AZ-section-text {
    font-size: 16px;
  }
  .AZ-accordion .accordion-item__button {
    font-size: 18px;
  }
  .AZ-accordion .accordion-content p {
    font-size: 16px;
  }
  .AZ-accordion .accordion-item__button .close-accordion,
  .AZ-accordion .accordion-item__button .open-accordion {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
  .view-more-btn {
    font-size: 13px;
    height: 27px;
    padding: 0 10px;
    border-radius: 5px;
  }
  .view-more-btn span {
    font-size: 12px;
  }
  .AZ-post-card .post-card-img {
    min-width: 100px;
  }
  .AZ-post-card .post-card-title {
    font-size: 18px;
    font-family: "YekanBakh-Bold";
  }
  .AZ-post-card .post-card-text {
    font-size: 13px;
  }
  .AZ-post-card .post-card-btn {
    font-size: 12px;
    color: #565656;
    padding: 8px 10px;
  }
  .AZ-post-card .post-card-date {
    font-size: 10px;
  }
  .AZ-post-card.post-card_big .post-card-img::after {
    padding-bottom: 60%;
  }
  .tabs {
    width: 100%;
    position: unset;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
  }
  .tabs .tab-link {
    font-size: 16px;
    height: 40px;
    padding: 5px;
    border-radius: 6px;
  }
  .AZ-primary-btn {
    font-size: 16px;
    height: 40px;
  }
  .AZ-secondary-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  .AZ-ruls-ection .ruls-item {
    font-size: 16px;
  }
  .AZ-ruls-ection .ruls-item span {
    font-size: 20px;
  }
  .AZ-field-group {
    width: 50%;
  }
  .AZ-field-group label {
    font-size: 14px;
  }
  .AZ-field-group input, .AZ-field-group textarea {
    font-size: 14px;
    padding: 5px;
  }
  .AZ-field-group .field-inner {
    height: 40px;
    padding-right: 16px;
  }
  .AZ-field-group .field-inner span {
    font-size: 16px;
  }
  .AZ-consulting-section .consulting-box {
    padding: 30px 15px;
    margin-right: 0;
  }
  .AZ-consulting-section .consulting-box::after {
    content: none;
  }
  .AZ-consulting-section .consulting-box .AZ-field-group {
    width: 100%;
  }
  .AZ-projects-section .project-box {
    border-radius: 20px;
    padding: 15px;
  }
  .AZ-projects-section .project-box .project-img {
    width: 40px;
  }
  .AZ-projects-section .project-box .project-title {
    font-size: 16px;
    font-family: "YekanBakh-Bold";
  }
  .AZ-projects-section .project-box .project-text {
    font-size: 10px;
  }
  .AZ-projects-section .project-box .project-item {
    font-size: 14px;
  }
  .AZ-projects-section .project-box .project-item span {
    font-size: 16px;
  }
  .AZ-hero-section .col-right .arrow-img {
    position: absolute;
    top: -35px;
    width: 50px;
  }
  .AZ-hero-section .hero-text {
    font-size: 16px;
  }
  .AZ-hero-section .hero-title {
    font-size: 28px;
  }
  .AZ-hero-section .hero-desc {
    font-size: 16px;
  }
  .AZ-about-section .about-img {
    width: 70%;
  }
  .AZ-project-page .project-header-img {
    width: 100%;
    height: 271px;
  }
  .AZ-project-page .project-content {
    padding: 30px 0;
  }
  .AZ-project-page .project-details_box {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
  }
  .AZ-project-page .project-details_title {
    margin-bottom: 3px;
  }
  .AZ-blog-section .swiper-slide {
    padding: 30px 0;
  }
  .AZ-blog-section .swiper-slide-active .AZ-post-card {
    transform: scale(1.1);
  }
  .AZ-projects-section .swiper-slide {
    padding: 30px 0;
  }
  .AZ-projects-section .swiper-slide-active .project-box {
    background: #013D63;
    border: 2px solid #013D63;
    transform: scale(1.1);
  }
  .AZ-projects-section .swiper-slide-active .project-box .project-title {
    color: #FFFFFF;
  }
  .AZ-projects-section .swiper-slide-active .project-box .project-text {
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 40px;
  }
  .AZ-projects-section .swiper-slide-active .project-box .project-item {
    color: #F8F8F8;
  }
  .AZ-projects-section .swiper-slide-active .project-box .project-item span {
    color: #FC9105;
  }
  .imagesSwiper .swiper-slide {
    padding: 30px 0;
  }
  .imagesSwiper .swiper-slide-active {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 448px) {
  .AZ-hero-section::after {
    border-radius: 0 0 20px 20px;
  }
  .AZ-hero-section .hero-text {
    font-size: 13px;
    margin-top: 10px;
  }
  .AZ-hero-section .hero-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .AZ-hero-section .hero-desc {
    font-size: 11px;
  }
  .AZ-hero-section .arrow-circle {
    bottom: -10px;
    font-size: 16px;
    width: 37px;
    height: 37px;
  }
  .AZ-footer::after {
    width: 70px;
    height: 70px;
    top: -35px;
  }
  .AZ-footer .back-top {
    min-width: 40px;
    min-height: 40px;
    top: -20px;
    font-size: 20px;
  }
  .AZ-title-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .AZ-title-wrapper .title-desc {
    font-size: 13px;
    text-align: center;
  }
  .AZ-title-wrapper::after, .AZ-title-wrapper::before {
    width: 4px;
    height: 14px;
    top: 0;
    transform: unset;
    right: 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #FC9105 0%, #FCB54B 100%);
  }
  .AZ-title-wrapper::before {
    right: unset;
    left: 0;
  }
  .AZ-section-title {
    font-size: 15px;
    font-family: "YekanBakh-Heavy";
    text-align: center;
  }
  .AZ-accordion .accordion-item {
    margin-bottom: 15px;
  }
  .AZ-accordion .accordion-item__button {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 13px;
  }
  .AZ-accordion .accordion-item__button .close-accordion,
  .AZ-accordion .accordion-item__button .open-accordion {
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
  }
  .AZ-accordion .accordion-content {
    padding: 7px 8px;
    border-radius: 4px;
    border: 1.994px dashed #DCDCDC;
    margin-top: 11px;
  }
  .AZ-accordion .accordion-content p {
    font-size: 13px;
  }
  .tabs .tab-link {
    font-size: 14px;
  }
  .AZ-section-text {
    font-size: 13px;
  }
  .small-title {
    font-size: 13px;
  }
  .download-box .file-name,
  .download-box .file-details {
    font-size: 12px;
  }
  .download-box .download-btn {
    font-size: 16px;
    color: #262626;
    width: 25px;
    height: 25px;
  }
  .download-box .file-img {
    width: 21px;
  }
  .comment-box {
    padding: 11px 17px;
  }
  .comment-box .comment-date,
  .comment-box .comment-name {
    font-size: 10px;
  }
  .comment-box .comment-text {
    font-size: 12px;
    margin-top: 5px;
  }
  .comment-box .stars span {
    font-size: 10px;
  }
  .AZ-project-page .AZ-field-group {
    width: 100%;
  }
  .AZ-project-page .AZ-field-group input,
  .AZ-project-page .AZ-field-group textarea {
    height: 39px;
    border-radius: 5px;
  }
  .AZ-ruls-ection .ruls-title {
    font-size: 20px;
  }
  .AZ-ruls-ection .ruls-item {
    font-size: 14px;
  }
  .AZ-ruls-ection .ruls-item span {
    font-size: 16px;
  }
  .AZ-primary-btn {
    font-size: 14px;
  }
  .AZ-secondary-btn {
    font-size: 14px;
  }
  .AZ-projects-section .project-box .project-title {
    font-size: 14px;
  }
  .AZ-projects-section .project-box .project-item {
    font-size: 12px;
  }
  .AZ-footer .social a {
    font-size: 14px;
  }
  .AZ-footer .footer-bottom-link {
    font-size: 13px;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
}


