@charset "utf-8";
/* CSS Document */

.driod-sans{
	font-family: 'Droid Serif', serif;
}

/*
body.telugu{
  font-family: 'Ramabhadra', sans-serif;
}
*/

/****************
Social Icons
****************/
@font-face {
    font-family: 'si';
    src: url('../socicon/socicon.eot');
    src: url('../socicon/socicon.eot?#iefix') format('embedded-opentype'),
         url('../socicon/socicon.woff') format('woff'),
         url('../socicon/socicon.ttf') format('truetype'),
         url('../socicon/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../socicon/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'\e049';
}

/***************
Logo
*****************/
.logo a:focus, .logo a:hover {
    text-decoration:none;
}

.logo img{
  height: 100px;
}
.logo h1{
  font-size: 1.8rem;
}

@media (max-width: 575.98px) {
  .logo img{
    height: 30px;
  }
  .logo h1{
    font-size: 1rem;
  }
}

/**************
	Sidenav
*************/
.side-nav .nav-link{
	border-left: 5px solid #0097a7;
	transition: all 0.15s;
	border-top: 1px solid rgba(0,0,0,.125);
}
.side-nav .nav-link:hover{
	border-left: 10px solid #00838f;
}

@media (min-width: 768px) {
	.side-nav .nav-item .dropdown-menu {
		position: absolute !important;
		-webkit-transform: none !important;
		transform: none !important;
		left: calc(244px + 0rem) !important;
		margin: 0;
		top: 0;
	}

	.side-nav .nav-item .dropdown-menu.dropup {
		bottom: 0;
		top: auto !important;
	}

	.side-nav .nav-item.dropdown .dropdown-toggle::after {
		display: none;
	}

	.side-nav .nav-item .nav-link {
		color: rgba(255, 255, 255, 0.5);
	}

	.side-nav .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
		color: rgba(255, 255, 255, 0.75);
	}

	.side-nav.toggled {
		width: 0 !important;
		overflow: hidden;
	}
}

.side-nav .nav-item .dropdown-menu {
	background: #00BCD4;
	border-radius: 0;
}

/********************
	SidebarNav
*******************/
.sidebar-nav ul {
    background: #00BCD4;
}

.sidebar-nav .metismenu a {
	color: #fff;
	border-left: 5px solid #0097a7;
	border-top: 1px solid rgba(0,0,0,.125);
	padding: .5rem 1rem;
	transition: all 0.15s;
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
	border-left: 10px solid #00838f;
}



/********************
	Header
*******************/

header .dropdown-menu{
  background: #00bcd4 !important;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
header .dropdown-item{
  border-left: 5px solid #0097a7;
  transition: all 0.15s;
  color: #fff;
}
header .dropdown-item:not(:last-child){
  border-bottom: 1px solid rgba(0,0,0,.125);
}
header .dropdown-item:hover{
  background: #006064 !important;
  border-left: 10px solid #00838f;
  color: rgba(255, 255, 255, 0.87) !important;
}

/*****************************
	Navheader
******************************/
.nav-header.nav-pills .nav-link {
  color: #fff;
  background-color: #17a2b8;
}
.nav-header .nav-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav-header .nav-link:focus, .nav-header .nav-link:hover {
  color: #fff;
  background-color: #138496;
}
.nav-header.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #138496;
}

.nav-header .nav-item, .nav-header > .nav-link:not(:last-child){
  margin-right: 1rem;
}


@media (max-width: 575.98px) {
  .nav-header .nav-link {
    padding: .25rem;
    font-size: .7rem;
    margin-bottom: .5rem;
  }
  
  .nav-header .nav-item{
    margin-right: 0rem !important;
  }
  
  .nav-header .nav-item:first-child{
    display: block;
    width: 100%;
  }
}



/*****************************
	Latest News
******************************/
.latest-news li::before {
	color: #006064;
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	left: 0;
	position: absolute;
}
.latest-news li{
	border-bottom: #0097a7 dashed 1px;
	font-size: 0.9rem;
	padding: 0.5rem 0;
	padding-left: 1.5rem;
	position: relative;
	text-align: left;
	transition: all 0.3s ease 0s;
}

/* ==============================
   Post previews
   ============================== */

.post-grid{
    
}
.post-prev-img{
    margin-bottom: 23px;
    position: relative;
}
.post-prev-img a{
    -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img a:hover{
    opacity: .85;
}
.post-prev-img img{
    width: 100%;
}
.post-prev-title{
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.post-prev-title a{
    color: #777;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-title a:hover{
    color: #111;
}
.post-prev-info,
.post-prev-info a{
    margin-bottom: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-info a:hover{
    color: #111;
}
.post-prev-text{
    margin-bottom: 22px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
}

/*********************
	Content
************************/
.content .h1, .content h1 {
    font-size: 2rem;
}
.content .h2, .content h2 {
    font-size: 1.75rem;
}
.content .h3, .content h3 {
    font-size: 1.5rem;
}
.content .h4, .content h4 {
    font-size: 1.25rem;
}
.content .h5, .content h5 {
    font-size: 1rem;
}
.content .h6, .content h6 {
    font-size: .75rem;
}

/*======================
  Back to Top
=================*/

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

.pseudo-circle  li::before, .pseudo-circle  a.nav-link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
  font-size:.4rem;
  color: #616161;
  line-height: 1.7rem;
  left: 0em;
  position: absolute;
  text-align: center;
  width: 2em;
}

.pseudo-circle  li, .pseudo-circle  a.nav-link{
  position: relative;/*
  padding-left: 2em;
  padding-top: .3rem;
  padding-bottom: .3rem;*/
}

/*==============
  Page Gallery
===============*/
@media (min-width: 576px) {
  .card-columns.page-gallery{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

/*===============
  Side Wrapper
================*/
.side-wrapper{
  top: 20%;
  position: fixed;
  text-align: center;
  z-index: 1;
  background: #fff;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  font-size: 1rem;
  right: 0;
  /*writing-mode: vertical-lr;*/
  padding: 1rem .5rem;
}

/*===================
    Card Columns
==================*/
@media (min-width: 576px){
  .imglist.posts .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }  
}
