@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Roboto:wght@500&display=swap');
/* CSS Document */
body{font-family: 'Exo 2', sans-serif;}
a {
	text-decoration: none;    
}
/**/
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}
.pt-0{padding-top:0px;}
.pb-0{padding-bottom:0px;}
.mt-0{margin-top:0px;}
.mb-0{margin-bottom:0px;}
.ml-0{margin-left:0px;}
.mr-0{margin-right:0px;}
/**/
.top-header {
  background-color: #262626;
  padding-top: 5px;
  padding-bottom: 3px;
}

.top-header .header-left-content {
  padding-left: 15px;
  font-size:14px;
  line-height:14px;
  margin:4px auto 0px;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 10px;
  font-size:14px;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
}

.top-header .header-left-content li i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

.top-header .header-left-content li a {
  color: #fff;
  font-size: 14px;
  transition: all ease .5s;
}

.top-header .header-left-content li a:hover, .top-header .header-left-content li a:focus {
  color: #ff7300;
  text-decoration:none;
}

.top-header .header-right-content {
  padding-right: 30px;
  float: right;
  display: inline-block;
  font-size:15px;
  margin:0px;
}

.top-header .header-right-content li {
  display: inline-block;
  margin-right: 5px;
  font-size:12px;
  text-align:center;
}

.top-header .header-right-content li:last-child {
  margin-right: 0;
}

.top-header .header-right-content li a {
  color: #fff;
  font-size: 14px;
  transition: all ease .5s;
}
.top-header .header-right-content li:first-child a i{}
.top-header .header-right-content li a i {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.top-header .header-right-content li a:hover { text-decoration:none;}
.top-header.top-header-style-two .header-left-content {
  margin-left: 230px;
}

.top-header.top-header-style-three {
  background-color: transparent;
}

.top-header.top-header-style-three .header-left-content {
  padding-right: 30px;
  padding-left: 0;
  float: right;
}

.top-header.top-header-style-three .header-right-content {
  padding-left: 30px;
  float: left;
  padding-right: 0;
}
/**/
.header-right-content li:nth-child(4){width:20px; background-color: #fff; box-shadow: 0px 0px 0px 1px #000;}
.header-right-content li:nth-child(4) a{color: #262626;}
.header-right-content li:nth-child(5){width:20px; background-color: #fff; box-shadow: 0px 0px 0px 1px #000;}
.header-right-content li:nth-child(5) a{color: #262626;}
.header-right-content li:nth-child(6){width:20px; background-color: #fff; box-shadow: 0px 0px 0px 1px #000;}
.header-right-content li:nth-child(6) a{color: #262626;}
.header-right-content li:nth-child(7){width:20px; background-color: #fff; box-shadow: 0px 0px 0px 1px #fff;}
.header-right-content li:nth-child(7) a{color: #262626;}
.header-right-content li:nth-child(8){width:20px; background-color: #000; box-shadow: 0px 0px 0px 1px #fff;}
.header-right-content li:nth-child(8) a{color: #fff;}
.header-right-content li:nth-child(7) button {
    color: #262626;
    border: none;
    background: none;
    background-color: transparent;
}
.header-right-content li:nth-child(8) button {
    color: #fff;
    border: none;
    background: none;
    background-color: transparent;
}
.user_accessibility {
    position: relative;
}
.user_accessibility:hover .access-type, .user_accessibility:focus .access-type {
    display: block;
}
.user_accessibility .access-type a {
    display: block;
}
.access_icon {
    color: #fff;
    background-color: transparent;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f034";
    font-size: 18px;
	outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.access_icon:after {
    width: 22px;
    display: block;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f034";
}
.access-type {
    position: absolute;
    left: -5px;
    top: 100%;
    display: none;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 1px 3px #dbdbdb;
    background-color: #040f28;
    text-align: center;
}
/*logo*/
.logo-search .logo img{height: 65px;}
/*logo-search*/
.logo-search{padding:10px 0px; box-shadow:1px 6px 7px 0px #bcbcbc;}
.logo-search .container-fluid .row{  margin-right: 0px;  margin-left: 0px;}

/**/
.searchbox{padding:34px 10px 0px; float:right;}
.searchbox .example button strong{display:none;}
.btn-login{padding: 28px 10px;  float: right;}
.searchbox .example input[type=text] {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #545454;
  float: left;
  width: 84%;
  background: #fff;
      border-radius: 0px;
}
.searchbox .example label{font-size:0px; position:absolute;}
.searchbox .example button {
  float: right;
  width: 16%;
  padding: 5px;
  height: 32px;
  background: #1c7d65;
    color: #fff;
    font-size: 14px;
    border: 1px solid #545454;
  border-left: none;
  cursor: pointer;
      border-radius: 0px;
}
.searchbox .example button:hover {
  background: #1e901d;
}

.searchbox .example::after {
  content: "";
  clear: both;
  display: table;
}
/*navbar start*/
@media (min-width: 768px)
{
.navbar-toggle {
    display: none;
}
}
@media (min-width: 768px)
{
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
	.navbar-nav>li {
    float: left;
}
	.navbar-nav {
    flex-direction: inherit;}

}
.navbar {padding: 0px;}
.navigation-menu .navbar-default .container {
    background-color: #ff7300;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    padding: 0px;
    box-shadow: 1px 6px 7px 0px #bcbcbc;
    z-index: 99;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1em;
    padding: 10px;
    display: inline-block;
    transition: all .5s;
    border-right: 1px solid #dedede;
	text-decoration: none;
	position: relative;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0px;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu>li {
    background-color: #ff7300;
	border-bottom: 1px solid #fff;
    padding: 10px;
	transition: all .5s;
}
.navbar-nav>li>.dropdown-menu>li:hover, .navbar-nav>li>.dropdown-menu>li:focus{background-color: #545454;}
.dropdown-menu>li>a {    
    color: #fff;
	text-decoration: none;    
}
/**/
.navbar-default .navbar-nav>li.iconhome>a:before {
    content: "\f015";
    font-family: 'FontAwesome';
    color: #fff;
}
.navbar-default .navbar-nav>li.iconhome>a, .navbar-default .navbar-nav>li.iconhome>a:hover, .navbar-default .navbar-nav>li.iconhome>a:focus {
    color: transparent;
}
/**/
.websitemap ul li.iconhome a, .websitemap ul li.iconhome a:hover, .websitemap ul li.iconhome a:focus{color:transparent; padding-left: 9px;}
.websitemap ul li.iconhome a:before{content: "\f015";
    font-family: 'FontAwesome';
    color: #fff;}
.websitemap ul li.iconhome a:hover:before, .websitemap ul li.iconhome a:hover:focus{color: #fff;}
/*navbar end*/
/*fixed top start css*/
.sticky {
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
	background-color: #fff;
}
nav.fixed, .fixed nav {
    background: rgba(0, 44, 90, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 2em;
}
nav.fixed, .fixed nav {
    padding: 1rem 0;
}
.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
	
}
/*fixed top end*/
.sec-title h3 {
    font-size: 1.8em;
    margin-top: 0px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
	font-weight: 700;
}
.sec-title h3:after {
    content: '';
    background: linear-gradient(90deg,#ff7a18 50%,#000d3c 50%);
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 35%;
    width: 30%;
    display: inline-block;
}
/*leader-section*/
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag{position:relative;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-stage-outer { padding: 0px;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-nav{position: absolute; top: 2px; left:10px; color: #fff800; width:calc(100% - 20px); margin-top:0px;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-prev{line-height:20px; width:100%; position:relative;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-next{line-height:20px; right:0px; position:absolute;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-next span{font-size:35px; position: absolute; right: 0; top: -8px;}
.dir-sec-pad .owl-carousel.owl-theme.carousel115.owl-loaded.owl-drag .owl-prev span{font-size:35px; position: absolute; left: 0;}
.leaderbox-pad{padding-right:0px; padding-left:0px;}
.cmbox-pad{padding-left:0px; padding-right:0px;}
.qlink-sec{padding-right:0px; padding-left:0px;}
.dir-sec-pad{padding-left:0px; padding-right:0px;}
.dir-sec-pad .panel {
    border-radius: 0;
	min-height: 380px;
	margin-bottom:3px;
    box-shadow: 0 0 4px #7d7d7d;
	background-image: url(../images/dir-bg.svg);
}
.dir-sec-pad .panel-default>.panel-heading {
    color: #333;
    padding: 5px;
    background-color: #fff;
    border-color: #ddd;
}
.dir-sec-pad .panel-title {
    background-color: #ff7800;
    color: #fff;
    padding: 8px;
    font-size: 1.2em;
    font-family: 'Exo 2', sans-serif;
    margin: 0px;
	text-align:center;
}
.dir-sec-pad .panel-body.dir-secbox{text-align:center; padding: 7px 0px 10px; transition: transform .2s;}
.dir-sec-pad .panel-body.dir-secbox img{    border: 2px solid #949494;
    border-radius: 50%;
    height: 100px;
    transition: transform .2s; width: 100px; display: inline-block;}
.dir-sec-pad .panel-body.dir-secbox:hover img{-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);}
.dir-sec-pad .panel-body.dir-secbox .dirname{ font-size: 1.1em; color: #14a555; margin-top:10px; margin-bottom:3px; line-height:16px;}
.dir-sec-pad .panel-body.dir-secbox .dirtype{font-size: 1em; line-height:14px; color: #333; margin-top:1px; margin-bottom:5px; position:relative; right:-82px;}
.dir-sec-pad .panel-body.dir-secbox .dirdep{font-size: .9em; color: #333; margin-top:1px; margin-bottom:5px; border-bottom:1px solid #ccc; padding-bottom: 5px; line-height:14px;}
.dir-sec-pad .panel-body.dir-secbox .dirmsg{font-size:.9em; color:#696969;  padding:0px 5px; text-align:justify;}
.dirbtn{color: #fff;
    background-color: #ff7300;
    border-color: #ff7300; padding: 2px 10px;
    font-size: .9em;}
/**/
.banner-leadersec{padding:25px 0px;}
.banner-leadersec .col-lg-9{padding-right: 0px;}
.leadersec-body .readmore{color: #000d3c;
    margin-top: 5px;
    font-size: .8em;
    line-height: 14px;
    border: 1px solid #8b8b8b;
    padding: 1px 5px;
    background-color: #fff;}
.leadersec-body .readmore:hover, .leadersec-body .readmore:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.leader-section{ padding:50px 0px 30px; position:relative;}

.leadersec-body{ margin: 0px 0px 5px;
    background-color: #fff7e9;
    border: 1px solid #cccfd8;
    border-radius: 0px;
    border-color: #cccfd8;
	padding:7px;
	box-sizing: border-box;
	transition: transform .2s;
    /*background-image: url(../images/square-versatiles.svg);*/
}
.leadersec-body h4 {
    color: #ff7300;
    margin-bottom: 3px;
    font-size: .9em;
	margin-top:2px;
}
.cmbox-sec{margin: 0px 0px 15px;
    background-color: #fff;
    border: 1px solid #cccfd8;
    border-radius: 0px;
    border-color: #cccfd8;
	padding:10px 10px;
	text-align:center;
	 transition: transform .5s;
    background-image: url(../images/square-versatiles.svg);}
.cmbox-sec img{border-radius:5px;border: 1px solid #c8c8c8; transition: transform .5s;}
.cmbox-sec:hover img{-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); }
.cmbox-sec h3{font-size:1.6em; margin-top:10px; margin-bottom:5px; font-weight:700;}
.cmbox-sec p{font-size:1.2em; margin-top:5px; margin-bottom:10px;}

.leadersec-body .media{overflow:visible;}
.leadersec-body .media .media-left{ display: table-cell; vertical-align: top; padding-right: 10px;}
.leadersec-body .media .media-left img{border-radius: 5px; border: 1px solid #c8c8c8;  transition: transform .5s;     height: 78px; }
.leadersec-body:hover .media .media-left img{-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); }
.leadersec-body .media .media-body{ display: table-cell; vertical-align: top; overflow: hidden; zoom: 1;}
.covid-info{}
.covid-info img{border:1px solid #c8c8c8;}
.designame {
    color: #000d3c;
	 font-size: .8em;
    margin-bottom: 0px;
}
.iasdesig {
    color: #000d3c;
	 font-size: .75em;
    margin-bottom: 0px;
	position:relative;
	left:110px;
}
.aut-desig {
    color: #747474;
	font-size: .85em;
    margin-bottom: 8px;
}
.leaderbox .media-object {
    width: 83px;
    height: 94px;
	border-radius:5px;
	border:1px solid #555555;
}
.leaderbox .readmore{
	padding:3px 5px;
	font-size:.8em;
	line-height:.9em;
    background-color: #ff7300;
    border-color: #ff7300;}
.clr-primary{color:#007133;}
.leaderbox .readmore:hover, .leaderbox .readmore:focus{ background-color: #ff6c1d;}
.headingname h3{font-size: 1.6em;
    margin-top: 0px;
	color:#ff7800;
    position: relative;
    margin-bottom: 20px;}
.whtcrnt{    padding: 0px; z-index: 0;}
.whtcrnt .panel {
    border-radius: 4px;
    box-shadow: 0 0 4px #7d7d7d;
    min-height: 340px;
	margin-bottom:3px;
    background-color: #fff;
}
.whtcrnt .panel-default>.panel-heading {
    color: #333;
    padding: 5px;
    background-color: #fff;
    border-color: #ddd;
	position: relative;
}
.whtcrnt .panel-default .panel-body{padding: 5px 5px;}
.whtcrnt .panel-title {
    background-color: #1c7d65;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Exo 2', sans-serif;
    margin: 0px;
}
.gazette-tckr{    padding: 0px; z-index: 1;}
.gazette-tckr .panel {
    border-radius: 4px;
    box-shadow: 0 0 4px #7d7d7d;
    min-height: 340px;
    background-color: #fff;;
}
.gazette-tckr .panel-default .panel-body{padding: 0px;}
.gazette-tckr .panel-default>.panel-heading {
    color: #333;
    padding: 5px;
    background-color: #fff;
    border-color: #ddd;
	position: relative;
}
.gazette-tckr .panel-title {
    background-color: #a83e00;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Exo 2', sans-serif;
    margin: 0px;
}
.headingname	h3:after {
    content: '';
     background: linear-gradient(90deg,#007133 50%,#ff7800 50%);
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.leader-section .headingname p{text-align:justify; color:#000d3c; font-size:1em;}
.headingname p{text-align:justify; color:#000d3c;}
.btn-readmore{
    background-color: #ff7300;
    border-color: #ff7300;}
.panel-gazette {
    border-color: #ddd;
}
.panel-gazette{border-color: #ddd; margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);}
.panel-gazette>.panel-heading {
    color: #333;
    border-color: #ddd;
	padding: 0px;
	text-align:center;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background-color: #f6f5f4;
background-image: url(../images/dottedpattern.svg);
}
.panel-gazette>.panel-heading h3.panel-title{padding: 8px 5px;
    font-size: 1.4em;}
.panel-gazette .panel-body{padding:10px 0px 5px;}
.panel-gazette .panel-footer {
    padding: 10px 15px;
    background-color: #f6f5f4;
    background-image: url(../images/dottedpattern.svg);
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-gazette .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.panel-gazette .nav-tabs>li{width:50%; background-color: #545454;     margin-bottom: 0px;}
.panel-gazette .nav-tabs>li>a{border-radius:0px; margin-right: 0px; text-align:center; color:#fff;     border: 0px solid transparent;}
.panel-gazette .nav-tabs>li>a:hover, .panel-gazette .nav-tabs>li>a:focus{background-color: #424242;}
.panel-gazette .nav-tabs>li.active>a, .panel-gazette .nav-tabs>li.active>a:focus, .panel-gazette .nav-tabs>li.active>a:hover{
	border-radius:0px; border:0px;     background-color: #ff7300;
    color: #fff;}
/*photo-tickersec*/
.photo-tickersec{padding:55px 0px; background:url(../images/6.jpg); position:relative;}
.photo-tickersec:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,145,0,.8);
    content: "";
    z-index: 0;
}
.photo-tickersec .photogllry .panel-title {
    background-color: #206c93;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Exo 2', sans-serif;
    margin: 0px;
}
.photo-tickersec .photogllry .panel-default>.panel-heading {
    color: #333;
    padding: 5px;
    background-color: #fff;
    border-color: #ddd;
	position: relative;
}
.photo-tickersec .photogllry .panel-default>.panel-body{padding:15px 5px;}
.phtgl-ul{    list-style-type: none;
    padding: 0;
	text-align:center;
    margin: 0;}
.phtgl-ul li{ width: calc(50% - 12px); display: inline-block; margin: 2px 5px; vertical-align:top;}
/**/
/***************************** HOME PAGE CONTENT CSS START *****************************/
.usflnks{
	float: left;
	width: 100%;
	    min-height: 108px;
	position: relative;
	background-color: #efefef;
	padding:8px 5px 8px; 
	margin: 0px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.usflnks:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height:100%;
	width: 3px;
}

.usflnks:hover:before{
	width: 5px;
}
.usflnks-catg-capstion{
	float: none;
	overflow: hidden;
	text-align: left;
}
.usflnks > span {
    color: #000000;
    float: left;
    font-size: 46px;
    margin: auto 0;
    padding: 12px 0 8px;
    vertical-align: middle;
}

.usflnks-catg-capstion h5{
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 2px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1em;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    padding-right: 20px;
    display: inline-block;
}
.usflnks:hover .usflnks-catg-capstion > h5 {
	color:#fff;
}
.usflnks-catg-capstion p{
	color: #777;
	margin:0;
	font-weight:600;
}
.usflnks:hover .usflnks-catg-capstion > p {
	color:#fff;
}
/*1*/
.usflnks.color-1:before {
    background-color: #0eb053;
}
.usflnks.color-1 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-1:hover {
    background-color: #10c45c;
}

.usflnks.color-1:hover span {
    color: #fff;
}
.usflnks.color-1:hover:before {
    background-color: #009112;
}
/*2*/
.usflnks.color-2:before {
    background-color: #00f3ff;
}
.usflnks.color-2 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-2:hover {
    background-color: #13cbd4;
}
.usflnks.color-2:hover span {
    color: #fff;
}
.usflnks.color-2:hover:before {
    background-color: #008b8d;
}
/*3*/
.usflnks.color-3:before {
    background-color: #f20000;
}
.usflnks.color-3 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-3:hover {
    background-color: #f20000;
}
.usflnks.color-3:hover span {
    color: #fff;
}
.usflnks.color-3:hover:before {
    background-color: #bc0000;
}
/*4*/
.usflnks.color-4:before {
    background-color: #0802c1;
}
.usflnks.color-4 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-4:hover {
    background-color: #0802c1;
}
.usflnks.color-4:hover span {
    color: #fff;
}
.usflnks.color-4:hover:before {
    background-color: #0b2e74;
}
/*5*/
.usflnks.color-5:before {
    background-color: #ec00e9;
}
.usflnks.color-5 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-5:hover {
    background-color: #ec00e9;
}
.usflnks.color-5:hover span {
    color: #fff;
}
.usflnks.color-5:hover:before {
    background-color: #ac0180;
}
/*6*/
.usflnks.color-6:before {
    background-color: #edc300;
}
.usflnks.color-6 > span {
    color: #10c45c;
}
.icon-statistics:before {
    content: "\e909";
}
.usflnks.color-6:hover {
    background-color: #edc300;
}
.usflnks.color-6:hover span {
    color: #fff;
}
.usflnks.color-6:hover:before {
    background-color: #bd8600;
}
/**/
.imp-weblinks .owl-carousel.owl-theme.carousel112.owl-loaded.owl-drag{}
.imp-weblinks .owl-carousel.owl-theme.carousel112.owl-loaded.owl-drag{position:relative;}
.imp-weblinks .owl-carousel.owl-theme.carousel112.owl-loaded.owl-drag .owl-nav{}
.owl-carousel .owl-stage-outer {padding:20px 0px 20px;}
.imp-weblinks .owl-carousel.owl-theme.carousel112.owl-loaded.owl-drag button.owl-prev
{font-size: 50px; line-height: 50px; position:absolute; top:30px; left:-35px;}
.imp-weblinks .owl-carousel.owl-theme.carousel112.owl-loaded.owl-drag button.owl-next
{font-size: 50px; line-height: 50px; right: 0%;   position: absolute; top:30px; right:-35px;}
/*news ticker*/
#multilines .panel-body, #multilines .panel-footer, #multilines2 .panel-body, #multilines2 .panel-footer {padding:5px; border-top: 1px solid #ccc;}
.play-pause {
    z-index: 99;
    color: #373737; text-align:right;
}
.play-pause b, .play-pause strong{    border: 1px solid;
    padding: 3px;}
.newsticker{height:312px; padding:0px; margin:0px; overflow-y: hidden !important;
    overflow-x: hidden !important; list-style-type: none;}
.newsticker .arw{display:none;}
.newsticker li{    overflow: hidden;
    padding: 0px 7px;
    border-bottom: 1px dashed #ddd;
    padding-top: 5px;
	position:relative;
    padding-bottom: 5px;}
.newsticker li:before {
    content: "";
    position: absolute;
    left: 5px;
    font-family: FontAwesome;
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    top: 3px;
}
.newsticker li a{ 
	margin-left: 0;
    color: #000d3c;
    font-size: .9em;
	display:block;
	font-weight:500;
}
.newsitem{overflow:hidden;}
.typedoc{}
.dtype{display: none;}
.newsticker li i{ padding-right: 5px;}
.newsticker li i.fa.fa-file-pdf-o{color: #c00;}
.datesize {
    color: #373737;
    font-size: .8em;
    margin-right: 10px;
    display: inline-block;
}
.doclang {
    color: #373737;
    font-size: .8em;
    margin-right: 10px;
    display: inline-block;
}
/*.datesize:before{content: "\f1c1"; font-family: FontAwesome; color:#f00;}*/
.newsdate{     margin-bottom: 0px;
    color: #373737;
    display: inline-block;
    font-size: .8em;}
.dynamicbtn-vl{float:left; color: #373737; font-size:1.2em;}
/*end*/
/**/
/*=============================kisan=corner=================================*/
.qlink-sec .panel-default>.panel-body .quic li ul{
	    background-color: #fff;
    display: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 3px #666666;
    margin-top: -10px;
    position: absolute;
    right: 5%;
    width: 70%;
    z-index: 9;}
.panel{margin-bottom:3px;}
.qlink-sec-corner-heding{    text-align: center;
    color: #981614;
    margin: 15px 0px 10px 0px;
    font-size: 1.9em;
    font-family: 'Exo 2', sans-serif;}
.qlink-sec .panel.panel-default{border-radius:0; box-shadow: 0px 1px 8px 0px #a4a3a3; min-height: 380px;  background-image: url(../images/quicklinks-bg.png); background-color:#ffffff;}
.qlink-sec .panel-default>.panel-heading {
    color: #333;
	border-radius:0px;
	    padding: 5px;
    background-color: transparent;
    border-color: #ddd;
}
.qlink-sec .panel-title{    background-color: #ff7800;
    color: #fff;
    padding: 8px;
	text-align:center;
    font-size: 1.3em;
    font-family: 'Exo 2', sans-serif;
    margin: 0px;;}
.qlink-sec .panel-default>.panel-body {}

.qlink-sec .panel .panel-footer{     padding: 7px 15px;
    background-color: #0277bd;
    border: 0px solid #0277bd;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0;
    box-sizing: unset;
    margin: 0px -1px;}
.quick-links1{ padding:10px; margin:0px 1px 0px 0px; min-height:314px;}
.quick-links1 h2{ background-color:#0277bd; color:#fff; padding:8px;}
.quick-links1 ul{ margin:0px; padding:0px;}
.quick-links1 ul li{ list-style-type:none; margin: 8px 0px 8px 0px; position:relative;
    background: #484848;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), to(#484848));
    background: -moz-linear-gradient(top, transparent 85%, #484848 85%);
	background: -o-linear-gradient(top, transparent 85%, #484848 85%);
    background: linear-gradient(90deg, transparent 85%, #484848 85%)}
.quick-links1 ul li:before{    content: "\f101";
    position: absolute;
    right: 12px;
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    top:4px;}
#quic button{padding: 8px 10px 9px 10px;
    display: block;
    background-color: #ededed;
    margin: 7px 0px 7px 25px;
    color: #02438d;
    font-size: 1em;
    text-align: left;
    width: 224px;}
.quick-links1 ul li a{ 
	padding: 5px;
    display: block;
    color: #484848;
	font-weight:600;
    font-size: 1em;
    text-align: left;
    transition: all .3s;
    border:1px solid;
	}
.quick-links1 ul li:first-child {margin-top:0px;}
.quick-links1 ul li:last-child {margin-bottom:0px;}
.quick-links1 ul li a:hover{ text-decoration:none; padding-left:10px; color: #90320e;}
.quick-links1 ul li em{top: 15px; right: 10px; position: absolute; }
.qlink-sec .panel-default>.panel-body .quic li ul{
	    background-color: #fff;
    display: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 3px #666666;
    margin-top: -10px;
    position: absolute;
    right: 5%;
    width: 70%;
    z-index: 9;}
.quick-links1 ul li ul{ padding-bottom:1px; display:none;}
.quick-links1 ul li ul li{list-style: none;
    background: url(../images/Current-li.png) 7px 10px no-repeat;
    background-color: #9accf3;
    padding-left: 5px;
	border: 1px dotted #fff;
    margin-bottom: 5px;	}
.quick-links1 ul li ul li a {
    padding: 8px 10px 9px 10px;
    display: block;
    background-color: #337ab7;
    margin: 0px 0px 0px 30px;
    color: #fff;
    font-size: 1em;
    text-align: left;
}
.quick-links1 ul li ul li a:hover, .quick-links1 ul li ul li a:focus {background-color:#024986;}
/**/
.events-dirmsg{background-color:#fafafa; padding:75px 0px;}

/**/




/**/
.featured-causes {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.featured-causes .thumb {
    position: relative;
}
.featured-causes .causes-details{margin-left: -20px;
    margin-right: 10px;}
.featured-causes .causes-details h3 {
    color: #454545;
    font-weight: 600;
        font-size: 1.3em;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.featured-causes .causes-details p {
    font-size: .9em;
	text-align:justify;
}
.featured-causes .causes-details h6 {
    color: #454545;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.featured-causes .social {
    padding-left: 0px;
}
.featured-causes .social li {
    display: inline-block;
}
.featured-causes .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #eb5310;
    border: 1px solid #CACFD3;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all .3s ease;
	padding-top:7px;
}
.featured-causes .social li a:hover {
    background: #eb5310;
    border-color: #eb5310;
    color: #fff;
}
/**/
.imp-weblinks { padding: 40px 0px 25px;  position: relative; background-color:#fff;}
.imp-weblinks .owl-carousel .owl-item .item a{}
.imp-weblinks .owl-carousel .owl-item .item a img{width: auto;}
.weblinksaction-btn{text-align:center; margin-top:15px;}
.weblinksaction-btn a.button.secondary.play1{padding: 3px 10px;
    background-color: #248412;
    color: #fff;}
.weblinksaction-btn a.button.secondary.stop1{padding: 3px 10px;
    background-color: #c10000;
    color: #fff;}
/*Footer Top Area Style
======================================================*/
.footer-top-area {
  
  padding-top:50px;
  position:relative;
  background:#57412f;
  background: url(../images/bg-maps.jpg);
}
.map-clr {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
	background:#57412f;
    background-color: #57412f;
	opacity:.4;
}
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget img {
  margin-bottom: 15px;
}

.single-footer-widget p {
  margin-bottom: 15px;
  color: #fff;
}

.single-footer-widget .social-icon {
  line-height: 1;
      margin-top: 10px;
    margin-bottom: 5px;
}

.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ff7300;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.single-footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: #ff7300;
}

.single-footer-widget h3 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 25px;
  position:relative;
}
.single-footer-widget h3:after{content:''; width:150px; height:1px; position:absolute; background-color: #fff; bottom: -7px;  left: 0px;}
.single-footer-widget ul.ftrql{list-style: none;
    padding: 0;
    margin: 0;}
.single-footer-widget .ftrql li {
  margin-bottom: 10px;
}

.single-footer-widget .ftrql li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .ftrql li a {
  color: #fff;
  position:relative;
  padding-left: 15px;
}
.single-footer-widget .ftrql li a:before{content:'\f101'; font-family: 'FontAwesome'; position:absolute; left:0px;}
.single-footer-widget .ftrql li a:hover {
  color: #ff7300;
}
.single-footer-widget ul.policy{list-style: none;
    padding: 0;
    margin: 0;}
.single-footer-widget .policy li {
  margin-bottom: 10px;
}

.single-footer-widget .policy li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .policy li a {
  color: #fff;
  position:relative;
  padding-left: 15px;
}
.single-footer-widget .policy li a:before{content:'\f101'; font-family: 'FontAwesome'; position:absolute; left:0px;}
.single-footer-widget .policy li a:hover {
  color: #ff7300;
}

.single-footer-widget .address{list-style:none; margin:0px; padding:0px;}
.single-footer-widget .address .location {
  padding-left: 40px;
  position: relative;
  color: #fff;
}

.single-footer-widget .address li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}
.single-footer-widget .address li:nth-child(1):before{content: "\f041"; font-family: 'FontAwesome'; position: absolute; left: 0px; color:#fff; font-size:25px;}
.single-footer-widget .address li:nth-child(2):before{content: "\f095"; font-family: 'FontAwesome'; position: absolute; left: 0px; color:#fff; font-size:20px;}
.single-footer-widget .address li:nth-child(3):before{content: "\f0e0"; font-family: 'FontAwesome'; position: absolute; left: 0px; color:#fff; font-size:20px;}
.single-footer-widget .address li a {
  color: #fff;
  display: block;
  padding-top:2px;
}

.single-footer-widget .address li a:hover {
  color: #ff7300;
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .address li i {
  position: absolute;
  color: #fff;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.single-footer-widget .time li {
  color: #fff;
  margin-bottom: 12px;
}

.single-footer-widget .time li span {
  float: right;
}
ul.footer-links{list-style-type: none; padding: 0px; padding-left: 15px;}
ul.footer-links li {
	position: relative
}
ul.footer-links li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	top: -1px;
	left: -12px;
	font-size: 16px
}
.single-footer-widget .footer_menu li a {
    color: #fff;
    margin-bottom: 0.59em;
    display: block;
    font-size: 0.98em !important;
    text-decoration: none;
    transition-duration: .3s;
}
.single-footer-widget .footer_menu li a:hover, .single-footer-widget .footer_menu li a:focus {
    color: #ffc107;
}
/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  background-color: #421f01;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bottom-area p {
  color: #fff;
}

.footer-bottom-area p a {
  color: #ff7300;
}

.footer-bottom-area .footer-bottom-menu {
  float: right;
}

.footer-bottom-area .footer-bottom-menu li {
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom-area .footer-bottom-menu li:last-child {
  margin-right: 0;
}

.footer-bottom-area .footer-bottom-menu li a {
  color: #fff;
}

.footer-bottom-area .footer-bottom-menu li a:hover {
  color: #ff7300;
}
.ftr-social{list-style-type: none;  padding-left: 0; margin-bottom:10px;}
.ftr-social li{    display: inline-block; border-radius:50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    text-align: center;
	margin-right:5px;
    padding: 6px 1px;}
.ftr-social li a{font-size:1em;}
.ftr-social li:nth-child(1) a{color:#3578E5;}
.ftr-social li:nth-child(2) a{color:#1d9bf0;}
.ftr-social li:nth-child(3) a{color:#e60000;}
.ftr-plcy{list-style-type: none;  padding-left: 0; margin-bottom:10px;}
.ftr-plcy li{display:inline-block; padding-right:15px;}
.ftr-plcy li a{color:#fce5a7; font-size:.9em;}
footer.footer-top-area.pt-0{padding-top:0px;}
.footer-top-area .bg-social{background: rgb(2,0,36); background: linear-gradient(47deg, #421f01 30%, rgba(0,212,255,0) 30%);}
/*Inner page*/
.innerpage-content{padding: 30px 0px 0px;}
.innerpage-content .container{padding: 20px 20px;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
    border: 0px solid #ddd;
	border-bottom:0px;
	box-shadow: 0px 2px 14px 1px #b7b7b7;
    background-color: #fbfbfb;}
.masthead {
    background: url(../images/banner-bg.jpg) center no-repeat;
    height: 200px;
    position: relative;
    z-index: 0;
}
.dotted-shadow {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
	background: url(../images/dotted-pattern-shadow.png);
}
.name-of-page {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
	text-align:center;
}
.name-of-page h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2em 0px 0.2em 0px;
    background-color: rgb(0 0 0 / 71%);
    color: #ffffff;
    font-size: 1.5em;
    border-bottom: 1px solid #3e3c37;
}
.breed-crum-div{color: #fff;
    position: relative;
    display: flex;
    color: #fff;
    background-color: rgb(0 0 0 / 71%);}
.breadcrumb{
    padding: 0px;
    background-color: rgb(0 0 0 / 71%);
    color: #fff;
    padding-top: 4px;
    padding-bottom: 7px;
    line-height: 14px;
    text-align: center;
    margin: 0px auto;}
.breadcrumb>li, .breadcrumb>li a{font-size:.9em;}
.innerpage-content h3{margin-top: 0px; margin-bottom: 10px;
    padding-bottom: 10px;
	color:#ff7300;
	position:relative;
    border-bottom: 1px solid #f1f1f1;}
.innerpage-content  h4 {
    border-bottom: 1px dashed #545454;
    padding-bottom: 5px;
    color: #ff7300;
}
.innerpage-content h3:before {
    position: absolute;
    height: 3px;
    width: 10%;
    bottom: -2px;
    background-color: #ff7300;
    content: '';
}
.innerpage-content p{text-align:justify;}
.rgtcont-sep{border-right:2px solid #f1f1f1;}
.innerpage-content .panel-danger {
    border-color: #3f3f3f;  border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
}
.innerpage-content .panel-danger>.panel-heading {
        color: #ffffff;
    background-color: #563801;
    border-color: #3f3f3f;
    border-bottom: 4px solid #000000;
    font-size: 1.2em;
    line-height: 18px;
    text-align: center;
	border-radius: 0px;
}
.innerpage-content  #MainMenu .panel .panel-body {
    padding: 5px;
    background-color: #fbfbfb;
    background-image: url(../images/inner-leftlinks.svg);
    background-attachment: fixed;
}
#MainMenu .panel-body ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#MainMenu .panel-body ul li {
    margin: 1px;
    padding: 2px;
    border-radius: 3px;
    transition: all .3s ease 0s;
}
#MainMenu .panel-body ul li a {
    display: table;
    font-size: 1em;
    color: #545454;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px dashed #545454;
    transition: 0.3s ease;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#MainMenu .panel-body ul li:last-child a{ border-bottom: 0px dashed #545454;}
#MainMenu .panel-body ul li a:hover{padding-left: 15px;
    color: #ff7300;}
#MainMenu .panel-body ul li a:hover:before{color: #ff7300;}
#MainMenu .panel-body ul li a:before {
    content: "\f138";
    font-family: FontAwesome;
    width: 18px;
    border-radius: 3px;
    transform-style: preserve-3d;
    transition: transform 1s;
    transition: transform 1s;
    color: #545454;
    font-size: 16px;
    display: inline-block;
    padding: 3px 0px;
    margin-right: 7px;
    transform-style: preserve-3d;
    transition: transform 1s;
}
/**/
.d-company p {
    margin: 0px;
    font-size: .9em;
    text-align: right;
    padding: 0px;
    color: #fff;
}
.hgt14 {
    height: 15px;
}
.blue {
    color: #33478e;
    background: #fff;
}
.red {
    color: #da332d;
}
/**/
.contact-box{ padding: 20px 15px; box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%); text-align: center; min-height: 270px;}
.contact-box h4 {border-bottom: 1px dashed #545454; padding-bottom: 5px; color: #ff7300;}
.contact-box p{text-align:left;}
.cont-icon1{background-color: #ff7a07; height: 90px; margin: 0 auto; width: 90px; border-radius: 50%; padding: 20px 20px;}
.cont-icon1:before{ content: "\f041"; font-family: FontAwesome; color: #fff; font-size: 36px;}
.cont-icon2{background-color: #ff7a07; height: 90px; margin: 0 auto; width: 90px; border-radius: 50%; padding: 20px 20px;}
.cont-icon2:before{ content: "\f003";font-family: FontAwesome; color: #fff; font-size: 36px;}
.cont-icon3{background-color: #ff7a07; height: 90px; margin: 0 auto; width: 90px; border-radius: 50%; padding: 20px 20px;}
.cont-icon3:before{ content: "\f095"; font-family: FontAwesome; color: #fff; font-size: 36px;}
/*sitemap*/
.websitemap {
	margin: 0 15px;
}
.websitemap .navbar-nav>li{float:none;}
.websitemap ul {
	background: transparent url("../images/website-sitemap_ul.gif") repeat-y scroll 0 -5px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 5px 4px 6px !important;
	position: relative !important;
}
.websitemap ul li {
	background: transparent url("../images/website-sitemap_list.gif") no-repeat scroll -5px -5px !important;
	line-height: 16px !important;
	padding: 0 0 0 10px !important;
	font-size:.95em;
	font-weight:700;
	margin: 10px 0;
	float:none;
}
.websitemap ul li a {
	    background-color: #ff7300;
    border: 1px solid #732900;
    color: #ffffff;
	display: inline-block;
	padding: 5px;
	transition-duration: 0.3s;
	font-size:1em;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.websitemap ul li.iconhome a, .websitemap ul li.iconhome a:hover, .websitemap ul li.iconhome a:focus{color:transparent; padding-left: 9px;}
.websitemap ul li.iconhome a:before{content: "\f015";
    font-family: 'FontAwesome';
    color: #fff;}
.websitemap ul li.iconhome a:hover:before, .websitemap ul li.iconhome a:hover:focus{color: #fff;}
.websitemap ul li a:hover {
	background-color: #545454;
    border: 1px solid #033c05;
    color: #ffffff;
	padding-left: 5px;
	text-decoration: none;
}
.websitemap ul li ul {
	padding-bottom: 1px;
	display: block;
    float: none;
	border:none;
	-webkit-box-shadow: none; 
    box-shadow: none;
}
.websitemap ul li ul li {
	font-size:.95em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
/**/
/**/
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fcf5ef;
}
.archive{margin-bottom:15px;}
.searchfilter-box {
	background: #fcf5ef none repeat scroll 0 0;
    border: 1px solid #ebebeb;
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 100%;
}
.searchfilter-box td {
	padding: 5px 5px 10px;
}
.searchfilter-box input[type="submit"] {
	    background: #028400 none repeat scroll 0 0;
    border: 1px solid #fff;
	color: white;
	padding: 7px 10px;
	width: 100%;
	border-radius: 0px;
}
.searchfilter-box input[value="Reset"] {
    background: #b50001;
}
.searchfilter-box input[type="text"]:focus {
	border: 1px solid #177ebe;
	color: #177ebe;
}
.searchfilter-box input[type="text"] {
	border: 1px solid #b3b3b3;
	padding: 5px;
	width: 100%;
}
.searchfilter-box select {
	    border: 1px solid #abaaaa;
    padding: 0;
    width: 100%;
    height: 35px;
	border-radius: 0px;
}
.searchfilter-box input[type="text"], .searchfilter-box input[type="text"]:focus-visible {
	height: 34px;
	border-radius: 0px;
}
/**/
/*Book Download Css*/
.book-sec{padding: 80px 0px 80px; position:relative; background: rgb(255,242,225);
background: linear-gradient(90deg, rgba(255,242,225,1) 0%, rgba(255,255,255,1) 48%, rgba(255,236,215,1) 100%);}
ul.ullistbook{ list-style-type: none; padding: 5px 5px;  text-align: center;  position: relative;  background-color: #593e0a; border-top-left-radius: 0px;  border-top-right-radius: 30px; border-bottom-right-radius: 0px;    border-bottom-left-radius: 30px;}
ul.ullistbook li{width: 190px; vertical-align: top; display: inline-block; margin: 0px;}
.book-sec .b-box{ padding: 15px 10px 10px; border-radius: 6px; margin: 2px 0px; background-color: #4e3107; min-height: 210px;}
.book-sec .b-box .b-heading{text-align: left;}
.book-sec .b-box .b-heading h4{ color: #fce5a7; font-size: 16px; margin-bottom: 30px; font-weight: 600; position: relative; line-height: 22px; text-align: left; margin-top: 0px;}
.book-sec .b-box .b-heading p{ color: #dfdfdf; font-size: 14px; margin-top: 5px; line-height: 16px; margin-bottom: 10px; position: relative; text-align: left; height:60px;}
.book-sec .b-box .b-heading h4 .ias-meerut{position: absolute; right: 8px; font-size: 14px; top: 38px; display: block;}
.book-sec .b-box .b-heading h4 .ias-banda{position:absolute;right: 8px; font-size:14px; top:38px; display:block;}
.book-sec .b-box .b-heading h4 .ias-faizabad{position:absolute;right: 8px; font-size:14px; top:38px; display:block;}
.book-sec .b-box .b-heading h4 .ias-bulandshahr{position:absolute;right: 8px; font-size:14px; top:38px; display:block;}
.book-sec .b-box .b-heading h4 .ias-etah{position: absolute; right: 8px; font-size: 14px; top: 38px; display: block;}
.book-sec .b-box .b-heading a.btn.btn-warning.b-book-btn{padding: 5px 14px 6px; font-size: 14px;  color: #fff; background-color: #4e3107; border-color: #fff; border-radius: 20px;}