@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir.woff2") format("woff2"), url("../fonts/Vazir.woff") format("woff"), url("../fonts/Vazir.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@media (max-width: 991px) {
  .user {
    display: none; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Vazir";
  line-height: 1.6; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

/* ===================================== Header CSS ================================== */
.main-aria {
  background-color: #f7f9fd;
  height: 100%;
  margin: auto;
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.3); }

.m-right {
  margin-right: 15rem; }

.nav-item {
  text-align: right; }
  .nav-item a {
    color: #fff;
    font-family: "Vazir"; }

header {
  background: url(../img/slider_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
  header h2 {
    width: 450px;
    margin: 6rem 0 0 8rem;
    font-weight: bold;
    color: #f1f1f1;
    text-shadow: 0px 0px 8px #03509e; }

.background {
  background-color: rgba(3, 80, 158, 0.5); }

.social ul li a i:hover {
  color: #03509e !important;
  cursor: pointer; }

.navbar-nav li a:hover {
  color: #03509e !important;
  font-weight: bold;
  cursor: pointer; }

.custom-shape-divider-bottom-1688763634 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg); }

.custom-shape-divider-bottom-1688763634 svg {
  position: relative;
  display: block;
  width: calc(178% + 1.3px);
  height: 130px; }

.custom-shape-divider-bottom-1688763634 .shape-fill {
  fill: #03509e; }

/* ===================================== Key Features CSS ================================== */
.key-features .row i {
  background-color: #FFF;
  padding: 20px;
  font-size: 42px;
  color: #0085bc;
  margin-bottom: 30px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5); }

.key-features .row h6 {
  color: #e9d32f; }

.key-features .row p {
  text-align: justify;
  direction: rtl; }
  .key-features .row p a {
    color: #e9d32f; }

.key-features .row ol {
  direction: rtl;
  text-align: right; }

.ky-1 {
  background-color: #03509e;
  color: #FFF;
  margin-bottom: 0px;
  height: 450px; }

.ky-2 {
  background-color: #0085bc;
  color: #FFF;
  margin-bottom: 0px;
  height: 450px; }

/* ===================================== About me CSS ================================== */
.about {
  direction: rtl;
  background: url(../img/bg-about.png) top center no-repeat; }
  .about h3 {
    color: #03509e; }
  .about h5 {
    color: #b8a622; }
  .about p {
    line-height: 1.8;
    text-align: justify; }

.about img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgba(3, 80, 158, 0.5); }

/* ===================================== Gallery CSS ================================== */
.gallery {
  box-shadow: 0px 0px 10px 5px rgba(227, 225, 231, 0.26);
  background-size: cover; }

.title {
  color: #03509e; }
  .title i {
    font-size: 42px; }

.items img {
  border: 2px solid #000000  !important; }

/* ===================================== Questions CSS ================================== */
.Questions {
  direction: rtl; }
  .Questions .accordion-button:not(.collapsed) {
    background-color: rgba(3, 80, 158, 0.5) !important; }

/* ===================================== Footer CSS ================================== */
.footer_section {
  color: #ffffff;
  padding: 0 0 15px 0;
  position: relative;
  direction: rtl;
  background: #03509e; }
  .footer_section h4 {
    font-weight: 600;
    margin-bottom: 20px; }

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff; }
  .footer_section .footer_contact .contact_link_box a i {
    margin-left: 8px; }

.footer-border {
  border-right: 1px solid gray; }

.footer_col {
  height: 250px; }

.footer_section .footer_contact .contact_link_box a:hover {
  color: #00a8df; }

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px; }

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px; }

.footer_section .footer_social a:hover {
  color: #00a8df; }

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px; }

.footer_section form input::-webkit-input-placeholder {
  color: #777; }

.footer_section form input:-ms-input-placeholder {
  color: #777; }

.footer_section form input::-ms-input-placeholder {
  color: #777; }

.footer_section form input::placeholder {
  color: #777; }

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00a8df;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #00a8df;
  margin-top: 15px; }

.footer_section form button:hover {
  background-color: transparent;
  color: #00a8df; }
