@charset "UTF-8";
@font-face {
  font-family: neo-sans-bold;
  src: url(../fonts/neo-sans-w23/neo-sans-bold.ttf);
}
@font-face {
  font-family: neo-sans-regular;
  src: url(../fonts/neo-sans-w23/neo-sans-regular.ttf);
}
.fm_bold {
  font-family: neo-sans-bold;
}

.fm_regular {
  font-family: neo-sans-regular;
}

*,
* 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: neo-sans-regular;
  text-decoration: none;
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  direction: rtl;
  color: #1d2a3b;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: neo-sans-bold;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

i {
  display: inline-block;
}

.text {
  line-height: 1.8;
}

body a {
  color: #1d2a3b;
  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;
}

@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1434px;
  }
}
@media (min-width: 786px) {
  .butn,
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
.form-group .form-control {
  min-height: 60px;
  padding: 15px 30px;
  border-radius: 6px;
  border: 2px solid #1d2a3b;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #687186;
  opacity: 0.5;
}
.form-group .form-control::-moz-placeholder {
  color: #687186;
  opacity: 0.5;
}
.form-group .form-control:-ms-input-placeholder {
  color: #687186;
  opacity: 0.5;
}
.form-group .form-control::-ms-input-placeholder {
  color: #687186;
  opacity: 0.5;
}
.form-group .form-control::placeholder {
  color: #687186;
  opacity: 0.5;
}

.dropdown-toggle::after {
  content: "";
  font-family: "alyom" !important;
  border: 0;
  position: relative;
  top: 7px;
}

.dropdown-menu {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px #0001;
          box-shadow: 10px 10px 20px #0001;
}

.section_head {
  margin-bottom: 120px;
}
.section_head .h6,
.section_head h6{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.section_head h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
}
.section_head p {
  font-size: 16px;
  margin-top: 20px;
}

.butn {
  position: relative;
  padding: 15px 55px;
  border-radius: 30px;
  border: 2px solid #1d2a3b;
  font-weight: 600;
  line-height: 1;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
}
.butn::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2a3b;
  top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn:hover {
  color: #fff;
}
.butn:hover::after {
  top: 0;
}
.butn span {
  position: relative;
  z-index: 10;
}
.butn.butn_wh_border {
  border-color: #fff;
  color: #fff;
}
.butn.butn_wh_border:hover {
  color: #1d2a3b;
}
.butn.butn_wh_border::after {
  background-color: #fff;
}
.butn.butn_dark {
  background-color: #1d2a3b;
  color: #fff;
}
.butn.butn_dark:hover {
  color: #1d2a3b;
}
.butn.butn_dark::after {
  background-color: #fff;
}
.butn.butn_blue {
  border: 2px solid #0379a4;
  background-color: #0379a4;
  color: #fff;
}
.butn.butn_blue:hover {
  color: #0379a4;
}
.butn.butn_blue::after {
  background-color: #fff;
}
.butn.butn_white {
  border: 2px solid #fff;
  background-color: #fff;
  color: #0379a4;
}
.butn.butn_white:hover {
  color: #fff;
}
.butn.butn_white::after {
  background-color: #0379a4;
}
.butn.butn_lg1 {
  width: 325px;
}

.hover_circle {
  position: relative;
}

.butn .icon {
  width: 30px;
  height: 30px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #0379a455;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.cursor-inner.cursor-hover {
  opacity: 0;
}

.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 1px solid #0379a455;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
  z-index: 10000000;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, background-color 0.3s, opacity 0.3s;
  opacity: 0;
}

.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #0379a455 !important;
  border: 1px solid #fff9;
  opacity: 0.3 !important;
}

.cursor-outer.cursor-scroll {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-color: transparent;
  background-color: #fff;
  opacity: 1;
}

/* ====================== [ End mouse-cursor ] ====================== */
.mainColor {
  color: #1d2a3b !important;
}

.mainBack {
  background-color: #1d2a3b !important;
}

.subColor {
  color: #0379a4 !important;
}

.subBack {
  background-color: #0379a4 !important;
}

.orgColor {
  color: #FDBE27 !important;
}

.orgBack {
  background-color: #FDBE27 !important;
}

.bg_light1 {
  background-color: #f7fafc;
}

.bg_light2 {
  background-color: #eaf7df;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.left_to_right_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.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 1.2s ease-in-out;
  transition: all 1.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(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.right_to_left_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top_to_bottom_apperance {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.top_to_bottom_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%);
}
.top_to_bottom_apperance.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.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;
}

.fsz_18 {
  font-size: 18px !important;
}

.fsz_42 {
  font-size: 42px !important;
}

.fsz_30 {
  font-size: 30px !important;
}

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