@font-face {
  font-family: 'B Yekan';
  src: url('../fonts/yekan.eot?#') format('eot'),
  url('../fonts/yekan.ttf') format('truetype');
  url("../fonts/yekan.svg") format("svg");
}
*{
    font-family: "B Yekan";
}
body {
  direction: rtl;
  background: #fff;
  color: #2f3138;
  width: 100%;
}
a {
  color: #0288d1;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Sections Header
--------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header1 {
    min-height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.6);
}

#header1 .logo img {
    padding: 0;
    max-height: 40px;
    margin-top: auto;
    margin-bottom: auto;
}


/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/
#carousel-1 .carousel-inner-img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #1e88e5;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
  margin-right: auto;
  margin-left: auto;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  text-align: right;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "B Yekan", "B Yekan", "B Yekan"!important;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 50px;
}

#footer .footer-top .footer-info p {
  font-size: 11pt;
  text-align: justify;
  text-justify: inter-word;
  font-family: "B Yekan", "B Yekan", "B Yekan"!important;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  padding: 7.5px 0;
  margin-right: 9px;
  margin-left: 3px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0288d1;
  color: #fff;
}

#footer .footer-top h4 {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #0288d1;
}

#footer .footer-top .footer-links {
  text-align: right;
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #0288d1;
  font-size: 18px;
  float: left;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
  text-align: right;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0288d1;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 23px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0288d1;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}


#footer .copyright {
  text-align: center;
  padding-top: 12px;

}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
  padding-bottom: 10px;
}
#footer .credits a{
  font-size: 11pt;
  font-weight: bold;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

}
