/*=========================
	VARIABLES
=========================*/
/*Colors*/
/*directions*/
/*=========================
	CSS RESET
=========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*=========================
	Fonts
=========================*/
@font-face {
  font-family: 'main-font';
  src: url("../../fonts/monshaat-Regular.eot");
  src: url("../../fonts/monshaat-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/monshaat-Regular.woff2") format("woff2"), url("../../fonts/monshaat-Regular.woff") format("woff"), url("../../fonts/monshaat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'main-font';
  src: url("../../fonts/monshaat-Bold.eot");
  src: url("../../fonts/monshaat-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/monshaat-Bold.woff2") format("woff2"), url("../../fonts/monshaat-Bold.woff") format("woff"), url("../../fonts/monshaat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
html {
  font-size: 16px;
  direction: rtl;
  width: 100%; }

body {
  font-family: "main-font"; }

/*=========================
	Style
=========================*/
.one-icon {
  font-size: 1rem;
  width: 100%;
  position: relative;
  height: 25px; }
  .one-icon .dropdown-toggle {
    font-size: 1.5rem;
    float: left;
    width: 45px;
    cursor: pointer; }
    .one-icon .dropdown-toggle img {
      height: 25px; }
  .one-icon .dropdown-menu li {
    border-bottom: #F0F1F2 1px solid; }
    .one-icon .dropdown-menu li:last-of-type, .one-icon .dropdown-menu li:first-of-type {
      border-bottom: none; }
    .one-icon .dropdown-menu li a {
      color: #000;
      display: block;
      padding: 15px 0px;
      text-decoration: none;
      font-size: 1.2rem;
      transition: .2s ease-in-out; }
      .one-icon .dropdown-menu li a img {
        height: 20px;
        float: right;
        margin-left: 10px; }
      .one-icon .dropdown-menu li a span {
        line-height: 20px; }
      .one-icon .dropdown-menu li a:hover {
        color: #007598; }
      .one-icon .dropdown-menu li a.more {
        padding: 10px 30px;
        border-radius: 20px;
        color: #007598;
        border: #007598 2px solid;
        font-size: .8rem;
        float: left;
        margin-top: 30px; }
        .one-icon .dropdown-menu li a.more:hover {
          color: #fff;
          background-color: #007598; }
    .one-icon .dropdown-menu li h2 {
      font-size: 1.1rem;
      font-weight: bold;
      color: #007598;
      margin-bottom: 10px; }
  .one-icon .dropdown-menu:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    position: absolute;
    top: -20px;
    left: 22px; }

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

.oi__main-title{
  color: #007297;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.oi__item{
  text-decoration: none;
  margin-top: 20px;
}
.oi__title{
  font-size: 18px;
  color: black;
  margin-right: 10px;
}

.oi-img{
  width: 20px;
  height: 20px;
}

.oi-more{
  font-size: 18px;
  text-decoration: none;
  color: blue;
  margin-right: 10px;
  text-align: center;
}

.btn{
  background-color: #017499;
  color: #fff;
  border: none;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
  padding: 10px 20px;
  text-decoration: none;
}


html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
html::-webkit-scrollbar-thumb {
  background: #007598;
  border-radius: 50px;
}

/* firefox */
@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
  }

  .oi__item {
    margin-right: 10px;
  }
}
