.navbar-dark {
   /* background: #230a36 !important;*/
   background: #98AECD !important;
    color: #fff;
}

.bg-primary{
    background-color: #98AECD !important;
}

.bg-primary {
    fill: #98AECD !important;
}

.bg-auth {
  fill: #98AECD !important; }
  
.bg-auth {
  background-color: #98AECD !important; }

  
.bg-indigo  {
  background-color: #98AECD !important; }
  

body {
  font-weight: 500;
  color: #333;
 }

.navbar {
    font-weight: 500;
}

.btn {
    font-weight: 500;
}

.font-weight-light {
    font-weight: 500 !important;
}

.text-gray {
    color: #6c757d !important;
}

small, .small {
    font-weight: 500;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 130px;
    right: 0;
    background-color: #DDD;
    color: #ff5916;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


.accordion-icon {
 position:absolute;
 right:1rem;
 top:50%;
 font-size:1rem;
 color:#364a63;
 transform:translateY(-50%);
 transition:rotate 0.4s;
 width:20px;
 height:20px;
 text-align:left;
 line-height:20px
}
.accordion-icon:before {
 content:"-";
 transition:0.4s
}

.accordion-head.collapsed .accordion-icon:before {
 content:"+"
}

.accordion-head {
 display:block;
 position:relative
}

.accordion-text {
 text-align:left;
}



/*blog sidebar*/

ol, ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.widget-search {
    padding: 0;
    border: 0;
}
.widget {
    margin-bottom:50px;
}
.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}
.widget-search .search-button span{
    font-size: 20px;
    line-height: 32px;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.widget .widget-title {
    margin-bottom: 24px;
}

.widget .widget-title > h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #788487;
}
.widget ul {
    margin-bottom: 0;
    padding-inline-start: 0px;
}
.widget-categories ul li:first-child, .widget-recent-entries ul li:first-child, .widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}
.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}
.widget a {
    display: block;
    font-size: 14px;
}
.widget a:hover{
    color: #e80566;
}
.widget-recent-entries-custom .wi {
    float: left;
    width: 100px;
    margin-top: 5px;
}
.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}
.widget-recent-entries-custom .wi, .widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}
.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}
.tag-cloud > a, .post-tags > a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.tag-cloud > a:hover, .post-tags > a:hover {
    background: #65258a;
    color: #fff;
    opacity: 1;
}

/*blog style end*/
