@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-FD-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Vazirmatn;
  color: var(--black);
  background: var(--background);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
.text-black{
  color: var(--black) !important;
}
.menu {
  background: white;
  padding: 12px 0px;
  position: sticky;
  top: 0px;
  z-index: 999;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.menu .menu-links {
  align-items: center;
}

.menu .menu-links li {
  width: max-content;
  height: max-content;
}

.menu .menu-links li a {
  color: rgb(60, 60, 60);
  font-weight: 500;
  margin-left: 10px;
  font-size: 15px;
}

:root {
  --description: #737373;
  --black: #333333;
  --primary: #086EDD;
  --primary-title: #143E6C;
  --border: #eeeeee;
  --background: #F9FAFB;
}

.top-menu-bar {
  background-color: var(--black);
  color: white;
  padding: 15px 0px;
  font-size: 14px;
}

.top-menu-bar .soshal-icon {
  padding: 4.5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn-site {
  background: var(--primary);
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  align-items: center;
  display: flex;
}
.btn-site svg{
  width: 22px;
  height: 22px;
}
.bg-2{
  background: var(--background) !important;
}
.phone-icon-box {
  background: #F0F7FD;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.border-left-menu {
  border-right: 1px solid #D1D1D1;
  width: 0px;
  height: 40px;
}

.phone-box .tel-title {
  color: var(--description);
  margin-top: 3px !important;
  font-weight: medium;
  font-size: 15px;
}

.phone-box .tel-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

.header {
  position: relative;
  background-image: url('../img/header-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 75vh;
  display: flex;
  align-items: center;
}

.header::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50%);
  z-index: 1;
}

.header .container {
  position: relative;
  z-index: 2;
}

.header h1,.header .h1 {
  font-size: 35px;
  line-height: 160%;
  color: white;
  white-space: pre-wrap;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header .description {
  color: #DCDCDC;
  line-height: 36px;
  font-size: 18px;
}

.header .tel-number {
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header .tel-title {
  color: #CFCFCF;
}

.features .feature-box .title {
  color: var(--primary-title);
  font-weight: bold;
  font-size: 18px;
}

.features .feature-box {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.features .feature-box::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 80px;
  height: 2px;
  bottom: 0px;
  background: var(--primary);
  z-index: 1;
  margin: auto;
}

.features .feature-box .description {
  color: var(--description);
  font-weight: medium;
  font-size: 15px;
}

.features {
  margin-top: -57px;
  position: relative;
  z-index: 3;
}

.features .feature-box img {
  height: 80px;
}

.sub-title {
  color: var(--primary);
  font-weight: 600;
  background: #e4effb9e;
  padding: 4px 16px;
  font-size: 14px;
  width: max-content;
  border: 1px solid var(--primary);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.title-page {
  font-weight: bold;
  font-size: 25px;
  color: var(--primary-title);
}

.bottom-border-title {
  position: relative;
}

.bottom-border-title::after {
  position: absolute;
  bottom: -14px;
  content: "";
  margin: auto;
  display: block;
  width: 90%;
  height: 20px;
  background-image: url('../img/line-title.svg');
  background-repeat: no-repeat;
  left: 0px;
  right: 0px;
}

.description {
  font-size: 16px;
  color: var(--description);
  line-height: 28px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: var(--description);
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-title) !important;
}

.personnel-box {
  padding: 20px;
}

.personnel-box img {
  width: 80%;
  margin: auto;
}

.border-color-site {
  border-color: var(--border) !important;
}

.personnel-box .name {
  color: var(--primary-title);
  font-weight: bold;
  font-size: 17px;
}

.personnel-box .position {
  color: var(--description);
  font-weight: medium;
  font-size: 14px;
}

.number-conut-about {
  font-size: 25px !important;
}

.personnel-box .soshal-icon {
  padding: 6px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.personnel-box .soshal-icon * {
  fill: #ffffff !important;
  color: #fff;
}

.about-us-section {
  background: white;
}

.border-about-left {
  border-right: 1px solid #D1D1D1;
  width: 0px;
  height: 48px;
}

.comments .swiper-slide {
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.comments .name {
  color: var(--primary-title);
  font-weight: bold;
  font-size: 15px;
}

.comments .position {
  color: var(--description);
  font-weight: medium;
  font-size: 14px;
}

.comments .description {
  font-size: 14px;
}

.swiper-pagination-comment .swiper-pagination-bullet-active {
  background: var(--primary) !important;
  box-shadow: 0px 0px 0px 3px var(--primary);
  outline: 2px solid white;
  margin: 0px 6px !important;
}

.read-more {
  color: var(--primary);
  font-size: 14px;
}

.questions {
  background: white;
}

.accordion-item * {
  color: var(--black);
}

.accordion-item {
  text-align: right;
  border: 1px solid #DEDEDE !important;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.accordion-button:focus {
  box-shadow: none;
  background-color: white;
}

.accordion-button {
  font-size: 15px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: white;
}

.blog-item {
  border-radius: 8px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.blogs .swiper-slide {
  background: none;
}

.blog-item .image-box {
  padding: 13px;
}

.blog-item img {
  border-radius: 6px;
}

.blog-item .title {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-title);
}

.blog-item .description {
  font-size: 15px;
  line-height: 24px !important;
}

.blog-item .read-more {
  font-size: 14px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 250px;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  color: var(--black);
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
}

.dropdown-content a:hover {
  color: var(--primary) !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: var(--description);
  position: relative;
  transition: all .4;
  font-weight: 600;
  font-size: 15px;
}

.footer ul li a:hover {
  color: var(--primary) !important;
}
.footer .title-page{
  font-size: 18px;
}
.footer ul.ul-footer li a {
  padding-right: 16px;
}
.footer ul.ul-footer li a::after {
  content: '';
  position: absolute;
  background-image: url('../img/arrow.svg');
  width: 6px;
  height: 11px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) !important;
}

.footer .soshal-icon {
  padding: 7px;
  border-radius: 8px;
  background-color: #086EDD !important;
  color: white !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.footer .soshal-icon * {
  fill: white !important;
}
.border-dashed-menu-bottom{
  width: 100%;
  height: 1px; 
  border-bottom: 2px dashed #D1D1D1;
  margin-top: 16px;
  margin-bottom: 16px;
}
.breadcrumb-box{
  height:170px;
}
.breadcrumb li{
  color: #DCDCDC !important;
}
.breadcrumb li a{
  color: white !important;
}
.breadcrumb-item + .breadcrumb-item::before{
  color: #DCDCDC !important;
}
.shadow{
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
}
.menu .list-links li {
  padding-bottom: 12px !important;
}
.menu .list-links li:last-child {
  padding-bottom: 0px !important;
}
.menu .list-links a {
  color: var(--description);
  position: relative;
  transition: all .4;
  font-weight: 600;
  font-size: 15px;
  padding-right: 16px;
}

.menu .list-links a:hover {
  color: var(--primary) !important;
}

.menu .list-links li a::after {
  content: '';
  position: absolute;
  background-image: url('../img/arrow.svg');
  width: 6px;
  height: 11px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}
.category-item{
  height:250px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.category-item .text-box{
  position: relative;
  z-index: 2;
  text-align: right;
  padding: 17px 20px;
}
.category-item .name{
  font-size: 17px;
  color: white;

}
.category-item .count{
  font-size: 15px;
  color: #DCDCDC;
}
.category-item::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 28%, rgba(0,0,0,0.17) 100%);   z-index: 1;
}
.pagination{
  justify-content: center;
  margin-top: 16px;
}
.pagination * {
  color: var(--description);
}
.pagination .active *{
  color: var(--primary) !important;
  font-weight: bold;
}
.w-max-content{
  width:max-content;
}
.offcanvas{
  max-width: 260px;
}
.title-bottom-line{
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-title);
  position: relative;
  padding-bottom: 7px;
  border-bottom: 2px solid #EEEEEE;
}
.title-bottom-line::after{
  content: '';
  position: absolute;
  width: 60px;
  border-bottom: 4px solid var(--primary);
  bottom: -2px;
  right:0px;
}
.article .image-box{
  height: 450px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article .more{
  width: 360px;
  max-width: 360px;
}

.article .share{
  border: 2px solid #EEEEEE;
  border-left: 0px;
  border-right: 0px;
}
.article .share .title{
  color: var(--black);
  font-weight:600;
}
.article .share .soshal-icon {
  padding: 7px;
  border-radius: 50% !important;
  background-color: #086EDD !important;
  color: white !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.article .share .soshal-icon * {
  fill: white !important;
}
label{
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
}
.form-control{
  background: var(--background) !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 12px 16px;
}
.form-control::placeholder{
  font-size: 14px;
  color: var(--description);
  font-weight: 400;
}
.comment-replay{
  position: relative;
}
.comment-replay::after{
    content: "";
    position: absolute;
    right: 0;
    left: unset;
    width: 3px;
    height: 50px;
    top: 50%;
    bottom: unset;
    background: var(--primary);
    z-index: 1;
    margin: auto;
    transform: translateY(-50%) !important;
    border-radius: 10px 0px 0px 10px !important;
}
.validation-error{
  font-size: 14px;
  font-weight: 500;
}
.contact-us-information .box{
  border: 1px solid var(--border) ;
  border-radius: 8px;
  background: white;
  height: 76px;
  padding-right: 16px;
  padding-left: 15px;
}
.contact-us-information .box .lable-title{
  font-size: 14px !important;
  font-weight: 400;
  padding-bottom: 2px !important;
  color: var(--description)
}
.contact-us-information .box .title{
  font-size: 15px !important;
  font-weight: 600;
  color: var(--primary-title)
}
.map-box{
  border-radius: 8px;
  overflow: hidden;
}
.map-box iframe{
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features .feature-box .title {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .article .more{
    width: 100%;
    max-width: 100%;
  }
  .features .feature-box .title{
    font-size : 16px;
  }
  .features .feature-box .description{
    font-size : 14px;
  }
  .features .feature-box::after {
    content: "";
    position: absolute;
    right: unset;
    left: 0;
    width: 4px;
    height: 80px;
    top: 50%;
    bottom: unset;
    background: var(--primary);
    z-index: 1;
    margin: auto;
    transform: translateY(-50%) !important;
    border-radius: 0px 10px 10px 0px !important;
    -webkit-border-radius: 0px 10px 10px 0px !important;
    -moz-border-radius: 0px 10px 10px 0px !important;
    -ms-border-radius: 0px 10px 10px 0px !important;
    -o-border-radius: 0px 10px 10px 0px !important;
  }
  .header h1,.header .h1{
    font-size: 30px;
    line-height: 160%;
    color: white;
    font-weight: bold;
    white-space: unset;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .header .description {
    color: #DCDCDC;
    line-height: 30px;
    font-size: 15px;
  }
  .header::after {
    background: #000000c3;
  }
  .description{
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .personnel-slide{
    width: 225px !important;
  }
  .number_count_first_page .description{
    font-size: 13px;
  }
  .blog-swiper .swiper-slide{
    width: 270px;
  }
  .description{
    font-size: 14px;
  }
  .title-page{
    font-size: 21px;
  }
  
}
