@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@font-face {
  font-family: Somar-Regular;
  src: url(../fonts/somar/Somar-Regular.woff2);
}
@font-face {
  font-family: Somar-Bold;
  src: url(../fonts/somar/Somar-Bold.woff2);
}
@font-face {
  font-family: AfsanehFont;
  src: url(../fonts/afsaneh/AfsanehFont.ttf);
}
.fm_bold {
  font-family: Somar-Bold;
}

.fm_regular {
  font-family: Somar-Regular;
}

.sub_font {
  font-family: AfsanehFont;
}

*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: Somar-Regular;
  text-decoration: none;
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  direction: rtl;
  color: #0e0f18;
  line-height: 1.4;
}

main {
  position: relative;
  z-index: 20;
  background-color: #fff;
  -webkit-box-shadow: inset 15px -30px 30px rgba(0, 21, 38, 0.02);
          box-shadow: inset 15px -30px 30px rgba(0, 21, 38, 0.02);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Somar-Bold;
  margin: 0;
  line-height: 1.2;
}

p {
  margin: 0;
}

i {
  display: inline-block;
}

.text {
  line-height: 1.8;
}

body a {
  color: #023c33;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: inherit;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

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

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-container {
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #999;
  margin: 0 5px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00BC6C;
}

.form-control {
  border: 2px solid #023c33;
  border-radius: 0;
  min-height: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
  }
}
@media (min-width: 786px) {
  .butn,
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.dropdown-toggle::after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  border: 0;
  position: relative;
  top: 4px;
  font-size: 13px;
}

.butn {
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #023c33;
}
.butn:hover {
  background-color: #023c33;
  color: #fff;
}
.butn .drop_shadow {
  -webkit-filter: drop-shadow(3px 4px 0 #00BC6C);
          filter: drop-shadow(3px 4px 0 #00BC6C);
}
.butn.butn_wh {
  border: 2px solid #fff;
  color: #fff;
}
.butn.butn_wh:hover {
  background-color: #fff;
  color: #023c33;
}
.butn.butn_sub {
  background-color: #00BC6C;
  color: #fff;
  border: 2px solid #00BC6C;
}
.butn.butn_sub:hover {
  background-color: transparent;
  color: #00BC6C;
}

.section_head {
  margin-bottom: 70px;
}
.section_head h2 {
  font-size: 60px;
}
.section_head h2 span {
  font-family: AfsanehFont;
  font-size: 90px;
  color: #00BC6C;
}

.section_head_2 h2 {
  font-size: 35px;
  line-height: 1.5;
}
.section_head_2 h2 span {
  font-family: AfsanehFont;
  font-size: 50px;
  color: #00BC6C;
}

.fa-long-arrow-alt-left.rotated {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.parallaxed {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mainColor {
  color: #023c33 !important;
}

.mainBack {
  background-color: #023c33 !important;
}

.subColor {
  color: #00BC6C !important;
}

.subBack {
  background-color: #00BC6C !important;
}

.bgLight {
  background-color: #f7f8fe !important;
}

.bgLight2 {
  background-color: #e2f3f9 !important;
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.left_to_right_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.right_to_left_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.right_to_left_apperance.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.right_to_left_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.triangle_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 0);
          clip-path: polygon(100% 0, 0 0, 0 100%, 0 0);
}
.triangle_apperance.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.triangle_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt_100 {
  margin-top: 100px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}