@charset "utf-8";
/* CSS Document */

body{
	background:rgba(0,0,0,0.6);
	font-family: 'Roboto', sans-serif;
}
body::after {
  content: "";
  background: url(../images/honeycomb.png);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position:fixed;
  z-index: -1;   
}


/**Get The App css start here**/

    #target .txtspan{color: rgb(213 97 41); }
            #target {
  color: rgb(213 97 41);
  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(213 97 41); font-weight: 600; }
.a_icon{
        background:rgb(213 97 41);
    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**/


#main-nav{
	font-family: 'Roboto Condensed', sans-serif;
}

#main-nav .navbar-nav .nav-item:not(:last-child){
    border-right: 1px solid #4878ac;
    box-shadow: 1px 0 0 #023266;
}

#main-nav  .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 2px #222;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.text-shadow-1{
	text-shadow: 0 0 2px #222;
}
.text-shadow-2{
	text-shadow: 1px 1px 2px #222;
}

.indexed-in img{
	margin-bottom: 2rem;
	max-height: 3rem;
}

.indexed-in li::before {
    border-left: 1px solid #dadada;
    height: 100%;
    left: -1px;
    top: 0;
}

.indexed-in li::before, .indexed-in li::after {
    content: "";
    position: absolute;
}

.indexed-in li::after {
    border-bottom: 1px solid #dadada;
    bottom: -1px;
    height: 0;
    left: 0;
    top: auto;
    width: 100%;
}

.indexed-in li {
    margin: 0;
    padding: 30px;
    position: relative;
}
/********************
	Social Links
********************/
.social-icons [class*="fab fa-"], .social-icons [class*="fal fa-"], .social-icons [class*="far fa-"], .social-icons [class*="fas fa-"] {
	background-color: #757575;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: auto 3px;
	padding: 0;
	text-align: center;
	width: 30px;
}
.social-icons a:hover{
	background-color: #212121;
}