@charset "utf-8";
/* CSS Document */
body {
  font-size: .87rem;
}

@media (min-width: 992px){
  #mainNavbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  
  #mainNavbar .navbar-nav .search {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

#mainNavbar .navbar-nav .nav-link {
  border-bottom: solid 2px transparent;
  position: relative;
}

#mainNavbar .navbar-nav .nav-link:focus, #mainNavbar .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #3498db !important;
}

#mainNavbar .dropdown-menu.search-menu {
  min-width: 20rem;
  padding: .5rem;
}

/*====================
    Titles
===================
.title-v1{
  border-bottom: rgba(0,0,0,.5) dotted 1px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.title-v1 span{
  border-bottom: rgba(114,190,44,1) solid 2px;
  padding-bottom: .9rem;
}
*/
.title-v1{
  position: relative;
}
.title-v1{
  border-bottom: rgba(0,0,0,.5) dotted 1px;
  content: "";
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.title-v1 span::after{
  border-bottom: rgba(114,190,44,1) solid 2px;
  content: "";
  padding-bottom: .9rem;
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 0;
}

.title-v2{
  border-bottom: rgba(0,0,0,.5) solid 1px;
  padding-bottom: .6rem;
}

.title-v2 span{
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: .5rem 1rem;
}

/*===============
  blockquote
==============*/
blockquote {
  border-left: 2px solid #eee;
  padding-left: 1rem;
}

blockquote:hover{
  border-color: #72c02c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*=================
    Main Content
=================*/
.main-content h1{
  font-size: 2rem;
}
.main-content h2{
  font-size: 1.7rem;
}
.main-content h3{
  font-size: 1.4rem;
}
.main-content h4{
  font-size: 1.1rem;
}
.main-content h5{
  font-size: .8rem;
}
.main-content h6{
  font-size: .8rem;
  font-weight: bold;
}

/*====================
    sideNavbar
=====================*/
.sideNavbar .list-group-item{
  background: #f8f8f8;
}

.sideNavbar .list-group-item-action {
  color: #3498db;
}

.sideNavbar a{
	position: relative;
	padding-left: 2em;
}
.sideNavbar a::before {
	left: 0em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
}
.sideNavbar a{
	padding-top: .3rem;
	padding-bottom: .3rem;
}
/*==============
    Sticky
==============*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky--desktop {
  display: none;
}

@media screen and (min-width: 60em) {
  .sticky--desktop {
    display: block;
  }

  .sticky--mobile {
    display: none;
  }
}

/**Get The App css start here**/

    #target .txtspan{color: rgb(37 129 188); }
            #target {
  color: rgb(37 129 188);
  font: 15px arial;
  padding: 10px 5px;
  margin: 10px;
  width: 100px;
  background: #fff;
  z-index:101;
  border-radius:6px;
  right: 0px;
  border: 1px solid #fff; 
  text-align: center;
  box-shadow: 0px 0px 3px #000;
  z-index: 2000;
  top: 440px;
}

#target a{text-decoration:none; margin:0 3px;}
#target p{font-size: 13px; color: rgb(37 129 188); font-weight: 600; }
.a_icon{
        background:rgb(37 129 188);
    text-align: center;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
}
.a_icon_1{background: #f16725;}
.a_icon span .fa{font-size:30px; color:#fff;}
.a_icon p{ color:#fff; padding:6px 0px;}

    /**Get The App css end here**/

