/*
Theme Name: Vista
Author: Parisa Rajabi Movahed
Author URI: rm.parisa@gmail.com
Description:
Version: 1.0
*/
/* ==========================================================================
   Start Reset Style: opinionated defaults
   ========================================================================== */
/* ==========================================================================
    End Reset Style: opinionated defaults
    ========================================================================== */
@font-face {
  font-family: "MTNIrancell-Light";
  src: url("vendor/fonts/MTNIrancell-Light.ttf") format("truetype");
}
@font-face {
  font-family: "MTNIrancell-Regular";
  src: url("vendor/fonts/MTNIrancell-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MTNIrancell-Bold";
  src: url("vendor/fonts/MTNIrancell-Bold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  direction: rtl;
  text-align: right;
  line-height: 2;
  font-family: "MTNIrancell-Light";
}

a {
  transition: all 0.3s !important;
}
a:hover {
  text-decoration: none;
}

.gray {
  color: #8c8c8c;
}

.dark-gray {
  color: #686868;
}

ol {
  list-style: arabic-indic;
  list-style-position: inside;
}

.main-section {
  padding: 50px 0;
  position: relative;
}
.main-section.gray-section {
  background-color: #f7f7f5;
}

.main-title {
  margin-bottom: 30px;
}
.main-title:last-child {
  margin-bottom: 0;
}
.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
  font-family: "MTNIrancell-Bold";
}
.main-title h1 {
  font-size: 4rem;
}
.main-title h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.main-title h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.main-title p {
  margin-top: 10px;
  text-align: justify;
}
.main-title.white h1, .main-title.white h2, .main-title.white h3, .main-title.white h4, .main-title.white h5, .main-title.white h6, .main-title.white p {
  color: #fff;
}
.main-title ul {
  margin-top: 10px;
  list-style: none;
  list-style-position: inside;
}
.main-title ul li {
  margin-bottom: 10px;
}

.text-2020 {
  color: #202020;
}

.main-btn {
  color: #fff;
  font-size: 1.6rem;
  padding: 0 30px;
  border-radius: 12px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
}
.main-btn i {
  margin-right: 20px;
  vertical-align: middle;
}

.white-border-btn {
  border: 1px solid #fff;
}
.white-border-btn:hover {
  color: #ffca30;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
}

.position-relative {
  position: relative;
}

.gray-svg {
  fill: #f7f7f5;
}

.white-svg {
  fill: #fff;
}

.blue-btn {
  background-color: #0c8bbe;
  color: #fff;
  font-family: "MTNIrancell-Bold";
  border-radius: 5px;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.blue-btn:hover {
  color: #fff;
  background-color: #08749f;
}

.yellow-btn {
  background-color: #FFCC01;
  color: #202020;
  font-family: "MTNIrancell-Bold";
  border-radius: 5px;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.yellow-btn:hover {
  color: #202020;
  background-color: #F5B100;
}

.home-page .section-one {
  background-color: #f7f7f5;
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 300px;
}
.home-page .section-one > svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.home-page .section-one .information {
  padding-top: 250px;
  padding-bottom: 20px 0;
  position: relative;
  z-index: 5;
}
.home-page .section-one .image {
  position: absolute;
  z-index: 3;
  left: 15px;
}
.home-page .section-one .image svg {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.home-page .section-two {
  padding-top: 400px;
  padding-bottom: 80px;
}
.home-page .section-two .image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.home-page .section-two .image svg * {
  fill: white;
}
.home-page footer {
  background-color: #f7f7f5;
  position: relative;
  padding-top: 300px;
}
.home-page footer .image {
  position: absolute;
  bottom: -142px;
  z-index: 5;
}
.home-page footer .image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.home-page footer .image svg * {
  fill: white;
}
.home-page footer .information {
  position: relative;
  z-index: 5;
}
.home-page footer svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .home-page .section-one {
    padding-bottom: 200px;
  }
  .home-page .section-one .information {
    padding-top: 200px;
  }
  .home-page .section-two {
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .home-page footer .image {
    bottom: -160px;
  }
}
@media (max-width: 1200px) {
  .home-page .section-one {
    padding-bottom: 150px;
  }
  .home-page .section-one .information {
    padding-top: 170px;
  }
  .home-page .section-one .image svg {
    right: -1px;
  }
  .home-page .section-two {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .home-page .section-one {
    padding-bottom: 120px;
  }
  .home-page .section-one .information {
    padding-top: 140px;
  }
  .home-page .section-one .image {
    padding-top: 100px;
  }
  .home-page .section-two {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-page .section-one .image svg * {
    fill: #f7f7f5;
  }
  .home-page footer {
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .home-page footer .image {
    bottom: -80px;
  }
}
@media (max-width: 576px) {
  .home-page .section-one {
    padding-bottom: 100px;
  }
  .home-page .section-one .image {
    position: static;
    padding-top: 30px;
  }
  .home-page footer {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
footer {
  padding: 100px 0;
}

.footer-box {
  display: flex;
  align-items: start;
}
.footer-box img {
  color: #0d8dbe;
  width: 20px;
  margin-left: 15px;
  margin-top: 5px;
}

.internal-page .top-section {
  height: 665px;
  position: relative;
}
.internal-page .top-section .main-title {
  margin-top: 275px;
}
.internal-page .top-section .top-image {
  position: relative;
  z-index: 9;
}
.internal-page .top-section .top-image img {
  width: 100%;
}
.internal-page .top-section svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.internal-page .back-sec {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 665px;
}
.internal-page .back-sec .main-title {
  margin-top: 275px;
}
.internal-page .back-sec svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.internal-page footer {
  position: relative;
  padding: 230px 0 0 !important;
}
.internal-page footer svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .internal-page .top-section {
    height: 615px;
  }
  .internal-page .back-sec {
    height: 615px;
  }
  .internal-page footer {
    padding: 170px 0 0 !important;
  }
}
@media (max-width: 1200px) {
  .internal-page .top-section {
    height: 495px;
  }
  .internal-page .top-section .main-title {
    margin-top: 225px;
  }
  .internal-page .back-sec {
    height: 495px;
  }
  .internal-page .back-sec .main-title {
    margin-top: 225px;
  }
  .internal-page footer {
    padding: 140px 0 0 !important;
  }
}
@media (max-width: 992px) {
  .internal-page .top-section {
    height: 360px;
  }
  .internal-page .top-section .main-title {
    margin-top: 125px;
  }
  .internal-page .back-sec {
    height: 360px;
  }
  .internal-page .back-sec .main-title {
    margin-top: 125px;
  }
  .internal-page footer {
    padding: 115px 0 0 !important;
  }
}
@media (max-width: 768px) {
  .internal-page .top-section {
    height: 290px;
  }
  .internal-page .top-section .main-title {
    margin-top: 80px;
  }
  .internal-page .back-sec {
    height: 290px;
  }
  .internal-page .back-sec .main-title {
    margin-top: 80px;
  }
  .internal-page footer {
    padding: 140px 0 0 !important;
  }
}
@media (max-width: 575.99px) {
  .internal-page .top-section {
    padding-top: 100px;
  }
  .internal-page .top-section .main-title {
    margin-top: 0;
  }
  .internal-page footer {
    padding: 120px 0 0 !important;
  }
}
@media (max-width: 450px) {
  .internal-page .top-section {
    height: 240px;
  }
  .internal-page .top-section .main-title {
    margin-top: 0;
  }
  .internal-page .back-sec {
    height: 240px;
  }
}
.about .box-text {
  margin-bottom: 50px;
}

.dashed-style-list {
  list-style: none !important;
  padding-right: 20px;
}
.dashed-style-list li {
  position: relative;
}
.dashed-style-list li::before {
  content: "";
  position: absolute;
  background-color: #8c8c8c;
  width: 5px;
  height: 1px;
  top: 50%;
  right: -20px;
}

.key-partners .back-sec {
  background-image: url(images/key-partners-banner.jpg);
}
.key-partners .logo-box {
  background-color: #fff;
  width: 260px;
  height: 260px;
  text-align: center;
  position: relative;
}
.key-partners .logo-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.key-partners .mt-80 {
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .key-partners .logo-box {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 992px) {
  .key-partners .back-sec {
    background-image: url(images/Partners-Bannerr.jpg);
  }
  .key-partners .logo-box {
    width: 150px;
    height: 150px;
  }
}
.breadcrumb-wrapper {
  border-bottom: 1px solid #606060;
  padding: 20px;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-wrapper a {
  color: #117abb;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
  margin-left: 0.5rem;
}
.breadcrumb-wrapper .return-btn i {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .breadcrumb-wrapper .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb-wrapper .return-btn {
    font-size: 12px;
  }
  .breadcrumb-wrapper .return-btn i {
    font-size: 10px;
  }
}
.contact .back-sec {
  background-image: url(images/contact-us-banner.jpg);
}
.contact .contact-form .blue-btn {
  padding: 0 30px;
  box-shadow: 0px 3px 4px 0px #c2c1c1;
}
.contact .contact-form .yellow-btn {
  box-shadow: 0px 3px 4px 0px #c2c1c1;
}
.contact .contact-form .yellow-btn:hover {
  box-shadow: none;
}
.contact .contact-form .validation {
  color: #f44e4e;
  font-size: 12px;
}
.contact .contact-form .form-group {
  margin-bottom: 30px;
}
.contact .contact-form .form-group label {
  margin-bottom: 10px;
}
.contact .contact-form .form-control {
  border-color: #eaeaea;
  border-radius: 3px;
  font-size: 1.4rem;
}
.contact .contact-form .form-control:focus {
  box-shadow: none;
  border-color: #eaeaea;
}
.contact .contact-form input.form-control {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact .contact-form input.form-control::-moz-placeholder {
  color: #888;
}
.contact .contact-form input.form-control::placeholder {
  color: #888;
}
.contact .contact-form textarea.form-control {
  min-height: 200px;
  padding: 15px 30px;
}
.contact .contact-form textarea.form-control::-moz-placeholder {
  color: #888;
}
.contact .contact-form textarea.form-control::placeholder {
  color: #888;
}
.contact .contact-form .form-control:disabled, .contact .contact-form .form-control[readonly] {
  background-color: #fff;
  border-color: #eaeaea;
}
.contact .contact-form .upload-group {
  background: #fff;
  font-size: 12px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  padding-left: 5px;
  color: #888;
  flex-direction: row-reverse;
  height: 60px;
}
.contact .contact-form .upload-group label {
  background-color: #f7f7f5;
  color: #888;
  border: 1px solid #000;
  padding: 0 2.5rem;
  font-family: sans-serif;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  height: 48px;
  line-height: 45px;
  width: 185px;
  text-align: center;
  margin-right: 5px;
}
.contact .contact-form .upload-group #file-chosen {
  margin-left: 0.3rem;
  font-family: sans-serif;
}

@media (max-width: 767.99px) {
  .contact .contact-form input.form-control {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .contact .contact-form textarea.form-control {
    padding: 15px;
    font-size: 12px;
  }
  .contact .contact-form .upload-group {
    font-size: 10px;
    height: auto;
    padding: 5px 15px 5px 5px;
  }
  .contact .contact-form .upload-group label {
    padding: 0 5px;
    width: 215px;
  }
}
.companies .nav-link {
  text-align: center;
}
.companies .nav-link img {
  width: 100px;
}
.companies .tab-content {
  padding: 50px;
  padding-bottom: 0;
}
.companies .tab-content h2 {
  color: #000;
  font-family: "MTNIrancell-Bold";
  font-size: 30px;
  margin-bottom: 20px;
}
.companies .tab-content h3 {
  color: #000;
  font-family: "MTNIrancell-Bold";
  font-size: 20px;
}
.companies .nav-link {
  box-shadow: 0px 0 50px -30px #1440c0;
  height: 200px;
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 15px;
  position: relative;
  margin-bottom: 30px;
  filter: grayscale(100%);
}
.companies .nav-link img {
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.companies .nav-link.active {
  position: relative;
  border: 1px solid #bbb !important;
  filter: grayscale(0%);
}

@media (max-width: 1400px) {
  .companies .nav-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .companies .nav-link {
    width: 140px;
    height: 140px;
  }
  .companies .tab-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .companies .nav-link {
    width: 100px;
    height: 100px;
  }
  .companies .nav-link img {
    width: 60px;
  }
  .companies .tab-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .companies .nav-link {
    width: 70px;
    height: 70px;
    margin: 0 10px;
  }
  .companies .nav-link img {
    width: 40px;
  }
  .companies .tab-content {
    padding-top: 10px;
  }
  .companies .tab-content h2 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .companies .nav-link {
    width: 45px;
    height: 45px;
    margin: 0 5px;
  }
  .companies .nav-link img {
    width: 40px;
  }
}
.error {
  height: 100vh;
  padding-top: 145px;
}
.error .main-title h1 {
  font-size: 5rem;
  color: #2299c4;
}

@media (min-width: 576px) {
  .container {
    /* change this, by default 540px */
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    /* change this, by default 720px */
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    /* change this, by default 960px */
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    /* change this, by default 1140px */
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 1200px) {
  .main-title h1 {
    font-size: 3rem;
  }
  .main-title h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
  .main-title h1 {
    font-size: 2.5rem;
  }
  .main-title h2 {
    font-size: 2rem;
  }
  .main-title h4 {
    font-size: 1rem;
  }
  .blue-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .main-title h1 {
    font-size: 2rem;
  }
  .main-title h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .main-title h1 {
    font-size: 1.6rem;
  }
  .main-title h2 {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.min.css.map */