@font-face {
  font-family: Vazir;
  src: url(../font/vazir.eot);
  src: url(../font/vazir.eot) format("embedded-opentype"), url(../font/vazir.woff) format("woff"), url(../font/vazir.ttf) format("truetype");
  font-weight: normal;
}
body {
  background: #fcfcfc;
  color: #666666;
  font-family: Vazir;
  overflow-x: hidden;
}

a {
  color: #F9A828;
}

a:hover, a:active, a:focus {
  color: #F9A828;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 200;
}

h1, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h2 {
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0;
}

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

.header {
  padding: 30px 0;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo {
  float: left;
}
.header .logo h1 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.header .logo h1 a, .header .logo h1 a:hover {
  color: #fff;
}
.header .logo h1 img {
  padding: 0;
  margin: 0;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu .classMenu {
  direction: rtl;
}
.nav-menu .classMenu a {
  cursor: pointer;
}
.nav-menu .classMenu .dropdown-content {
  direction: rtl;
  text-align: right;
  display: none;
  position: absolute;
  background-color: #fcfcfc;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 3px;
}
.nav-menu .classMenu .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
}
.nav-menu .classMenu .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #F9A828;
}
.nav-menu .classMenu:hover .dropdown-content {
  display: block;
}
.nav-menu .classMenu:hover .dropA {
  color: #F9A828;
}
.nav-menu .meetMenu {
  direction: rtl;
}
.nav-menu .meetMenu a {
  cursor: pointer;
}
.nav-menu .meetMenu .dropdown-content {
  direction: rtl;
  text-align: right;
  display: none;
  position: absolute;
  background-color: #fcfcfc;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 3px;
}
.nav-menu .meetMenu .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
}
.nav-menu .meetMenu .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #F9A828;
}
.nav-menu .meetMenu:hover .dropdown-content {
  display: block;
}
.nav-menu .meetMenu:hover .dropA {
  color: #F9A828;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul {
  display: block;
}
.nav-menu ul li a:hover {
  background: #F9A828;
  color: #fcfcfc;
}
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fcfcfc;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}
.nav-menu a:hover {
  color: #F9A828;
}

.classModal .modal-dialog {
  margin-top: 15%;
  color: #666666 !important;
}
.classModal .modal-body {
  direction: rtl;
  text-align: right;
  padding-bottom: 0 !important;
}
.classModal .form-group {
  padding-top: 20px;
  width: 60%;
  margin-right: 20%;
}
.classModal .modal-footer {
  border-top: none !important;
  direction: rtl;
}
.classModal .modal-footer button {
  background-color: #364F6B;
  color: whitesmoke !important;
}

.heading {
  width: 100%;
  height: 100vh;
  background: url(../img/heading.jpg) top center;
  background-size: cover;
  position: relative;
}
.heading .heading-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.heading h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fcfcfc;
}
.heading h2 {
  color: #fcfcfc;
  margin-bottom: 10px;
  font-size: 24px;
}
.heading .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fcfcfc;
  color: #fcfcfc;
}
.heading .btn-get-started:hover {
  background: #F9A828;
  border: 2px solid #F9A828;
}

.heading:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about {
  background: #fcfcfc;
  padding: 80px 0;
}
.about .about-container .pc {
  min-height: 300px;
  background: url(../img/pc.png) center top no-repeat;
  background-size: contain;
}
.about .about-container .phone {
  max-height: 300px;
  background: url(../img/phone.png) left top no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.about .about-container .content {
  background: #fcfcfc;
}
.about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}
.about .about-container .icon-box {
  background: #fcfcfc;
  background-size: cover;
  padding: 0 0 30px 0;
}
.about .about-container .icon-box .icon {
  float: left;
  background: #fcfcfc;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #F9A828;
}
.about .about-container .icon-box .icon i {
  color: #F9A828;
  font-size: 24px;
}
.about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.about .about-container .icon-box .title a {
  color: #111;
}
.about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
.about .about-container p {
  line-height: 26px;
}
.about .about-container p:last-child {
  margin-bottom: 0;
}

.farsi .about-container .content {
  direction: rtl;
  text-align: right;
}
.farsi .about-container .content .icon-box .icon {
  float: right;
}
.farsi .about-container .content .title, .farsi .about-container .content .description {
  margin-right: 80px;
}

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

.services {
  background-size: contain;
  padding: 80px 0 60px 0;
}
.services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 2px solid #F9A828;
  height: 450px;
  position: relative;
  background: white;
  border-radius: 10px;
}
.services .box .icon {
  background: #fcfcfc;
  border: 2px solid #F9A828;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
}
.services .box .icon a {
  display: inline-block;
}
.services .box .icon i {
  color: #F9A828;
  font-size: 24px;
}
.services .box .box_pix {
  width: 100%;
  object-fit: contain;
}
.services .box .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.services .box .title a {
  color: #111;
}
.services .box .description {
  font-size: 14px;
  line-height: 24px;
}
.services .box:hover .icon {
  background: #F9A828;
  border: 6px solid #fff;
}
.services .box:hover .icon i {
  color: #fcfcfc;
}
.services .box:hover .icon a {
  color: #F9A828;
}

.plans {
  background-color: #a0c6f52e;
}
.plans .pbox {
  margin-bottom: 50px;
  text-align: center;
  border: 1.5px solid #364F6B;
  border-radius: 10px;
  height: 600px;
  position: relative;
  background: white;
}
.plans .pbox .planTitle {
  background-color: #364F6B;
  width: 100%;
  height: 140px;
  font-size: 40px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.plans .pbox .planTitle .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.plans .pbox .planTitle .title a {
  color: #F9A828;
}
.plans .pbox .planTitle .circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  margin-top: 60px;
  color: #364F6B;
  border: 4px solid #364F6B;
}
.plans .pbox .planTitle .circle .price {
  font-size: 30px;
}
.plans .pbox .planTitle .circle .month {
  font-size: 15px;
}
.plans .pbox .planDetail {
  margin-top: 63px;
  line-height: 38px;
  padding: 0;
  text-align: center;
}
.plans .pbox .planDetail li {
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.button {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #F9A828;
  color: #F9A828;
  text-align: center;
}

.button:hover {
  background: #F9A828;
  border: 2px solid #fcfcfc;
  color: #fcfcfc;
}

.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: cover;
  height: 220px;
}
.footer .credits {
  padding-top: 60px;
  padding-left: 158px;
  color: #fcfcfc;
}
.footer .credits .socialMediaContainer {
  width: 150px;
}
.footer .credits .socialMediaContainer .socialMedia {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8ac61;
}
.footer .credits .socialMediaContainer .socialMedia:hover {
  background-color: #F9A828;
}

@media (max-width: 768px) {
  .endingH3 {
    font-size: 22px !important;
  }

  .credits {
    padding-top: 120px !important;
    padding-left: 30px !important;
  }

  .header .logo h1 {
    font-size: 26px;
  }
  .header .logo img {
    max-height: 40px;
  }

  .about .about-container .title {
    padding-top: 15px;
  }

  .heading h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .box_pix {
    width: 70% !important;
  }

  .box {
    height: 370px !important;
  }
}
@media (min-width: 1700px) {
  .credits {
    padding-top: 70px !important;
    padding-left: 260px !important;
  }
}
@media (max-width: 940px) {
  .credits {
    padding-top: 60px !important;
    padding-left: 65px !important;
  }
}
@media (max-width: 650px) {
  .credits {
    padding-top: 106px !important;
    padding-left: 18px !important;
    font-size: 14px !important;
  }
}
.u-shadow-v21--hover:hover {
  -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

.g-transition-0_3 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.g-transition-0_3::before, .g-transition-0_3::after {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

svg.g-transition-0_3 path,
svg.g-transition-0_3 polygon {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.g-brd-around {
  border: solid 1px transparent !important;
}

/*# sourceMappingURL=style.css.map */
