
/*.............................................................star..........................*/
div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  /*float: right;*/
  float: left;
  padding: 10px;
  /*font-size: 36px;*/
  font-size: 15px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

/*.............................................Star End ..................................................*/

.custom_ul li
{
  list-style-type: square;
  margin-left: 20px;

  font-family: inherit;
    font-size: inherit;
    color: #201f1f;
    /*line-height: inherit;*/
    line-height: 1.5;
    font-family: inherit;
}
.custom_line
{
  background-color: #f56233;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  text-align: center;
}
.custom_line span
{
  color: white;
  padding-left: 5px;
}
.custom_line a,.custom_line p b
{
  color: #fff;
    font-size: large;
    font-weight: 600;
}
/*.blog_img_a
{
    width: 100%;
    max-height: 200px;
    min-height: 75px;
}
.blog_img_a img
{
  max-width: 200px;
}*/

.blog_img_a_img
{
  max-width: 200px;
}
.dynamic_img
{
    max-height: 350px;
    padding: 10px;
    width: 100%;
    /*margin-left: auto;
    margin-right: auto;
    display: block;*/
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.sidebar_right
{
  width: 30%;
  float: left;
  margin: 50px 0;
  padding: inherit;
  border-left: 1px solid #ddd;
}
.content_div
{
  width: 70%;
  float: left;
  padding: inherit;
}
.sidebar_ul
{
  width: 100%;
  list-style-position: inside;
}
.sidebar_ul li
{
  padding: 5px;
  list-style-type: square !important;
  border-bottom: 1px solid #ddd;
}
.sidebar_ul li a
{
  color: inherit;
  cursor: pointer;
}
.sidebar_ul li:hover
{
  background: #f5f5f5;
  color: #4CAF50;
}
#fulltext
{
  width: 60%;
  float: left;
  text-align: justify;
}
#fullimage
{
  width: 39%;
  float: right;
  padding: 8px;
  border: 1px solid #f5f5f5;
  margin: 5px;
}
#fullimage img
{
  width: 100%;
}
.subcontent
{
    border-bottom: 1px;
    border-bottom-style: ridge;
}
.date
{
  float: right;
  font-weight: bold;
  margin: auto;
  color: #2a8203;
}
.category
{
 color: #2a8203; 
}
.section
{
  border: 1px;
    border-style: ridge;
    border-color: #f5f5f5;
    padding-bottom: 5px;
}
.section h3
{
  text-transform: capitalize;
}
.services
{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbe7+0,eaf5cf+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(247,251,231,0) 0%, rgba(234,245,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,251,231,0) 0%,rgba(234,245,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,251,231,0) 0%,rgba(234,245,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7fbe7', endColorstr='#eaf5cf',GradientType=0 ); /* IE6-9 */

}

/*.........................................      page load image popup     .....................................................*/

#thover{
  position:fixed;
  width:100%;
  height:100%;
  z-index:999999;
}
#thover1{
  position:fixed;
  width:100%;
  height:100%;
  background-color: rgba(17, 17, 17, .80);
z-index:-1;
}

#tpopup{
width:500px;margin:auto;margin-top:5%;
  box-shadow:0 0 10px 0 #000;

/*  position:absolute;
  width:600px;
  height:180px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:60px 0;*/
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}
/*....................................................................................................................*/
/*.........................................      responsive      .....................................................*/

@media only screen and (min-width: 1280px) and (max-width: 1366px){
  iframe
  {
    /*width: 50%;*/
    height: 315px;
    padding: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px){
  iframe
  {
    /*width: 50%;*/
    height: 315px;
    padding: 15px;
  } 
}
@media only screen and (min-width: 768px) and (max-width: 960px){
  
}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .sidebar_right,#fullimage,#fulltext,.content_div,.blog_img_a_img
  {
    width: 100%;
  }
  .blog_img_a_img
  {
    max-width: 100%;
  }
  .shift
  {
    padding: 0;
  }
  iframe
  {
    width: 100%;
    height: 315px;
    padding: 15px;
  }
#tpopup{
width:90%;margin:auto;margin-top:2%;}
}
@media only screen and (min-width: 320px) and (max-width: 479px){
  .sidebar_right,#fullimage,#fulltext,.content_div,.blog_img_a_img
  {
    width: 100%;
  }
  .blog_img_a_img
  {
    max-width: 100%;
  }
  .shift
  {
    padding: 0;
  }
  iframe
  {
    width: 100%;
    height: 315px;
    padding: 15px;
  }
#tpopup{
width:90%;margin:auto;margin-top:20%;}
}
/*.............................................  Reasponsiv End   ..................................................*/
/*..................................................................................................................*/

.other-program{
    padding: 5px;
    font-weight: 600;
}
img
{
  max-width: 100%;
}

.top-bar{
  padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
     background-color: #286090; 
    border-radius: 4px;
    text-align: right;
    /* color: #f5f5f5; */
}
.top-bar>li {
    display: inline-block;
}
.top-bar>li>a
{
  color: #fff;
}
.list-head
{
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}
.list-head-1
{
      font-weight: bold;
    color: #8c1d15;
    /* font-size: large; */
    text-decoration: underline;
}
.custom_ul_num li
{
  list-style-type: decimal;
  margin-left: 20px;

  font-family: inherit;
    font-size: inherit;
    color: #201f1f;
    /*line-height: inherit;*/
    line-height: 1.5;
    font-family: inherit;
}