﻿/***********************************************************************************************/
/* General */
/***********************************************************************************************/



/*fonts*/
@font-face {
  font-family: OpenSans-CondLight.ttf;
  src:url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
  font-family: HammersmithOne-Regular;
  src:url(../fonts/HammersmithOne-Regular.ttf);
}
@font-face {
  font-family: Slabo27px-Regular;
  src:url(../fonts/Slabo27px-Regular.ttf);
}
@font-face {
  font-family: DancingScript-Regular;
  src:url(../fonts/DancingScript-Regular);
}
@font-face {
    font-family: droid;
    src: url(..fonts/DroidSerif.ttf);
}
@font-face {
  font-family: Satisfy-Regular;
  src:url(../fonts/Satisfy-Regular.ttf);
}
/***********************************************************************************************/
/* Custom */
/***********************************************************************************************/
/********The heading Part********/

.custom-cols {
  background-color: #ffffff;
  display: block;
  height: 200px;
}

.dark {
  background-color: #2ab4d5;
}

/*Notification section*/
.bg-info {
	text-align: center;
}

/*the contents section*/
marquee {
  width: 90%;
  margin-left: 0px;
  background-color: #FFFFFF;
}
marquee ul li {
  margin-left: -20px !important;
}
marquee ul li a:link {
  text-decoration: none;
  font-weight: normal;
  color: #001A4C;
  font-family: Slabo27px-Regular;
}
marquee ul li a:hover {
  color: #663380;
  font-style: italic;
}
/*the footer section*/
.footer {
	background-color: #333333;
	text-align: center;
  color: #FFFFFF;
}
.footer a:link {
  color: #FFFFFF;
}
.footer a:visited {
  color: #FFFFFF;
}
.footer a:hover{
  color: #B20047;
  background-color:#eee;
  text-decoration: none;
}
.footer a:active{
  color: #71c34c;
}

/*people page*/
.people {
  margin: 0;
  padding: 16px 0 0 0;
}
.people img.userpic {
  border:1px solid #dedede;
  margin:10px 16px 0 0;
  padding:0;
  float:left;
}
.bg-primary {
  text-align: center;
}
.alert-success {
  text-align: center;
}
.alert-warning{
  text-align: center;
}

/**the header part**/
header {
  position: relative;
  height: 120px;
  color: #e0f4f1;
  background: #8c00a5;

}
header img {
  position: absolute;
  padding:15px;
  width: 120px;
  height: 120px;
  }
#site-title {
    position: absolute;
    padding-left: 125px;

/*    font-family: Slabo27px-Regular;*/
    font-size: 35px;
  }
#site-sub-title {
  position: absolute;
  padding-left: 125px;
  padding-top: 55px;
  font-size: 25px;
/*  font-family: Slabo27px-Regular;*/
}
#site-hindi {
  position: absolute;
  right: 130px;
  padding-top: 45px;
  font-size: 17px;
}
#site-tag {
  position: absolute;
  right: 35px;
  padding-top: 65px;
  font-size: 17px;
  font-family: Slabo27px-Regular;
}
#google-search {
  position: absolute;
  color: black;
  font-size: 15px;
  font-family: HammersmithOne-Regular;
  width: 330px;
  margin-top: 2px;
  right: 10px;
}
.lang {
  position: absolute;
  margin-top: 10px;
  color: black;
  background-color: white;
}
  header h4 {
    display: inline-block;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 30px
  }
  header h3 {
    float: right;
    font-size: 15px;
    padding-top: 50px;
  }
  header em{
    font-style: normal;
    font-size: 15px;
  }
  header i{
    font-style: normal;
    text-shadow: 1px 2px 1px #231a0c;
    font-size: 35px;
    font-family: droid;
  }

  /*the paragraph*/
  p {
    font-size: 12px;
  }

  .welcome{
    text-align: center;
    color: black;
    margin-top: 23px;
    margin-bottom: 0px;
    font-family: OpenSans-CondLight;
    text-shadow: 1px 2px 1px #336699;
  }

  .news {
    background-color: #1b9bff;
    width: 90%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  }
  .para {
    font-family: HammersmithOne-Regular;
    font-weight: normal;
    font-size: 12px;
    color: black;
  }

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}