/*!
 * Start Bootstrap - Clean Blog v5.0.7 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */
body {
  color: #212529;
  font-family: Lora, Times New Roman, serif;
  font-size: 20px;
}

p {
  margin: 30px 0;
  line-height: 1.5;
}

p a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 800;
}

a {
  color: #212529;
  transition: all .2s;
}

a:focus, a:hover {
  color: #0085a1;
}

blockquote {
  color: #868e96;
  font-style: italic;
}

.section-heading {
  margin-top: 60px;
  font-size: 36px;
  font-weight: 700;
}

.caption {
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  display: block;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #0085a1;
}

img::-moz-selection {
  color: #fff;
  background: none;
}

img::selection {
  color: #fff;
  background: none;
}

#mainNav {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
}

#mainNav .navbar-brand {
  color: #343a40;
  font-weight: 800;
}

#mainNav .navbar-toggler {
  text-transform: uppercase;
  color: #343a40;
  padding: 13px;
  font-size: 12px;
  font-weight: 800;
}

#mainNav .navbar-nav > li.nav-item > a {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

@media only screen and (min-width: 992px) {
  #mainNav {
    background: none;
    border-bottom: 1px solid #0000;
  }

  #mainNav .navbar-brand {
    color: #fff;
    padding: 10px 20px;
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fffc;
  }

  #mainNav .navbar-nav > li.nav-item > a {
    color: #fff;
    padding: 10px 20px;
  }

  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: #fffc;
  }

  #mainNav {
    -webkit-backface-visibility: hidden;
    transition: background-color .2s;
    transform: translate3d(0, 0, 0);
  }

  #mainNav.is-fixed {
    background-color: #ffffffe6;
    border-bottom: 1px solid #fff;
    transition: transform .2s, -webkit-transform .2s;
    position: fixed;
    top: -67px;
  }

  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }

  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085a1;
  }

  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }

  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085a1;
  }

  #mainNav.is-visible {
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  background: #868e96 center / cover no-repeat;
  margin-bottom: 50px;
  position: relative;
}

header.masthead .overlay {
  opacity: .5;
  background-color: #212529;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
  color: #fff;
  padding: 200px 0 150px;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading, header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1, header.masthead .site-heading h1 {
  margin-top: 0;
  font-size: 50px;
}

header.masthead .page-heading .subheading, header.masthead .site-heading .subheading {
  margin: 10px 0 0;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta, header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  margin: 10px 0 30px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

header.masthead .post-heading .meta {
  font-family: Lora, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }

  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  color: #0085a1;
  text-decoration: none;
}

.post-preview > a > .post-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
}

.post-preview > a > .post-subtitle {
  margin: 0 0 10px;
  font-weight: 300;
}

.post-preview > .post-meta {
  color: #868e96;
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
}

.post-preview > .post-meta > a {
  color: #212529;
  text-decoration: none;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  color: #0085a1;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-size: 14px;
  position: relative;
}

.floating-label-form-group input, .floating-label-form-group textarea {
  z-index: 1;
  resize: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: Lora, Times New Roman, serif;
  font-size: 1.5em;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group input::-webkit-input-placeholder {
  color: #868e96;
  font-family: Lora, Times New Roman, serif;
}

.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: Lora, Times New Roman, serif;
}

.floating-label-form-group label {
  z-index: 0;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  margin: 0;
  font-size: .85em;
  line-height: 1.76471em;
  transition: top .3s, opacity .3s;
  display: block;
  position: relative;
  top: 2em;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  opacity: 1;
  top: 0;
}

.floating-label-form-group-with-focus label {
  color: #0085a1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.btn-primary {
  background-color: #0085a1;
  border-color: #0085a1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  padding: 25px 35px;
  font-size: 16px;
}

body {
  direction: rtl !important;
  text-align: right !important;
  font-family: sanserif !important;
}

header.masthead .overlay {
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

header.masthead h1, header.masthead .subheading {
  background-color: #00000080;
}

header.masthead .site-heading-small {
  padding: 20px 0 15px;
}

.smallImage {
  color: #000;
}

/*# sourceMappingURL=ibn_index.f1c1f3dd.css.map */
