html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family:"font1";
	src:url('fonts/A-Google.ttf');
	
}

body {
	background-color: #fff;
	font-family: "font1";
	font-size: 100%;
	}
.btm_border{
	border-top:6px solid #3d4591;
}
.h_bg{
	background-color: #fff;
	border-top:4px solid  rgba(12, 12, 12, 0.1) ;	
}
/*social-icons*/
.social-icons {
	 padding:19px 85px;
	 float:left;
}
.btn{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #f1f1f1;
  margin: 5px;
  border-radius: 15%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #3d4591;
  overflow: hidden;
  position: relative;
  padding:10px 1px;
  }
.btn i{
  line-height: 4px;
  font-size: 15px;
  transition: 0.2s linear;
}
.btn:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3d4591;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}
.social-icons a {
	color:#3d4591;
}
.social-icons a:hover {
	color:#3d4591;
	text-decoration: none;
}
/*//social-icons*/
/*search*/
.number i.fa {
    font-size: 26px;
    line-height: 60px;
    color: #e91e63;
    cursor: pointer;
}
.sb-search {
	position: absolute;
    right:83%;
	top:0px;
	width:0%;
	min-width:42px;
	margin-top: 15px;
	height:40px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-left: -17px;
	
	font-size: 12px;
	}
.sb-search-input {
	position: absolute;
	top: 5px;
	left: 49px;
	border: none;
	outline: none;
	background:#fff;
	width: 150px;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 11.5px;
	color: #ffffff;
	border-radius:50px;
	border: 1px solid #eee;
	background: rgba(255px 255px 255px 0.8px);
	
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #4f4f4f;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
	margin-left: 11px;
}
.sb-search-submit {
	background: url('../images/search_h.png') no-repeat -3px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background: #fff url(../images/search_h.png) no-repeat 3px 10px;
    background-size: 28px;
    z-index: 90;
    width: 35px;
    height: 35px;
    border-radius: 0px;
	/*border: 1px solid #3d4591;*/	
	}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:35%;
	
}
.sb-search.sb-search-open {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 89;
}
/*//search*/
.text-header {
    color: #3d4591;
    font-size: 13px;
    float:left;
	padding-right: 60px;
}
.bd-example{
	margin-top:20px;
	width:80%;
	margin-right:10%;
	border: 14px solid #fff;
	box-shadow: 2px -1px 4px 1px #eee;
}
/*menu**/

.dropdown-menu {
    border:0;
    position:static;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20rem;
    padding: 6px 0;
	margin:2px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background:rgba(255,255,255,0.8);
	border-radius:4px;
}
.bg-light {

    background-color:#fff !important;
}
.navbar{
	
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	box-shadow:0px 2px 5px -1px #aaa;	
	}
	
.navbar-nav{
	text-align:center;
	padding-right: 100px;
	}
.navbar-nav > li{
	border-left:1px solid #eee;
	padding: 0px 5px;
}

.navbar-light .navbar-nav .nav-link {
    color:rgb(61, 69, 145);
}

.navbar ul li a {
	 color:rgb(61, 69, 145);
	}
.navbar ul li a:hover,
.navbar ul li a:focus {
		color:#f2b716;
	    background:none;
	}

.navbarScrolled {
    background:#012951;
    z-index: 22;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.dropdown-item {

    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}
.navbar-light .navbar-nav .nav-link>a:hover,
.navbar-light .navbar-nav .nav-link>a:focus {
 color:#FFF;
 background-color:rgb(61, 69, 145);
}
/*//menu*/
/*container*/
.content{
	width:80%;
	height:auto;
	margin-right:10%;
}
.content-gool{
	margin-top:5%;
   font-size:18px;
   color:#3d4591;
   margin-bottom:5%;
}
.content-gool h1{
	margin-bottom:1%;
	font-size:1.2rem;
}
.content-gool ul{
  list-style:normal;
  font-size:16px;
  color:#444;
  margin-top:1%;
  margin-right:5%;
}
.content-gool p{
 font-size:16px;
  color:#444;
}
.grids_1_of_4{
	padding: 4%;
	text-align:center;
}
/**icon**/
.setting {
    color:#3d4591;
}
.setting:hover {
	color:#3d4591;
	text-decoration: none;
}
/**news**/
.news_block{
	margin-bottom: 8px;
	background: #eeeeee; 
	border-bottom: 3px solid #f28d1d;
	color:#012951;
}
.tab-pane 
{
	padding:15px;
}
.tab-pane .news_block{
margin-bottom: 0px;
padding:0px;
	border-bottom: 0px;

}
.news_block{
	margin-bottom: 8px;
	background: #eeeeee; 
	border-bottom: 3px solid #f2ba19;
	color:#012951;
}
.news_block img{
	width:190px;
	height:120px;

}
.news_block div:first-child{
	padding:0px;
	max-height:120px;
	overflow:hidden;
}
.news_block a{
	display:block;
	color:#3d4591;
}
.news_block:hover{

	background:#3d4591;
}
.news_block:hover .news_date{
	color:#fff;
}

.news_block:hover a{
	color:#fff;
}
.news_heading{
	max-height: 100px;
	overflow:hidden;
}
.news_date{
	color:#f2ba19;
	margin:10px 0;
	display:inline-block;
}
.news_title{
font-size:14px;	
padding:15px;
}
.news_h3{
	padding-right:30px;
	background:url(../images/news_icon.png) no-repeat right;	
}
/*//news*/

/******advert*******/
.announc_h3{
	padding-right:40px;
	margin-right:30px;
	background:url(../images/announcements_icon.png) no-repeat right;	
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #333 !important;
	background-color:#e6e6e6 !important;
	border-color: #adadad !important;
}
/**websitemap**/
.websitemap{
	padding:5px;
	padding-top:20px;
	padding-right:60px;
	color:#3d4591;
}
.websitemap ul a{
	color:#3d4591;
}
.websitemap ul li{
	color:#3d4591;
}
.websitemap ol a{
	margin-right:40px;
	color:#3d4591;
}
/****googlemaps**/
.map iframe{
	padding:25px;
	width:600px;
	min-height:300px;

}

/*//container*/
/*footer*/
.footer{
    width:80%;
	margin-right:9%;
	text-align:center;
	font-size:16px;
	padding: 010px;
    background: #f4f4f4;
}
.link h6{
color:#3d4591;
}
.btm h4{
	margin-right:15px;
	padding:5px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #3d4591;
	text-shadow: 0 1px 0 white;
	text-align:right;
}
.box_address nav ul li img{
	margin-top: 10px;	
}
.box_address nav ul li{
	display: inline-block;
}
.box_address nav ul li a{
	color: #3d4591;
	line-height: 1.8em;
	font-size: 0.8925em;
}
.box_address nav ul li a:hover{
	text-decoration:none;
	color: #3d4591;
}
.box_address p{
	color: #3d4591;
	line-height: 1.8em;
	font-size: 0.80em;
	text-align:right;
	margin-right:20px;
}
.box_address p a{
	cursor: pointer;
	color: #3d4591;
	
}

.box_address p a:hover{
	color: #3d4591;
}
.link{
	text-align:center;
}
/*//footer*/
/*go to the top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #f2ba19;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 25%;
  opacity: 0.5;
  filter: alpha(opacity=50);  
  }

#myBtn:hover {
  background-color: #f2ba19;opacity: 1.0;
  filter: alpha(opacity=100);
}
/*//go to the top*/
.table {

    width: 100%;
    margin-bottom: 1rem;
    color:#3d4591;
	 border: 1px solid #ddd;
	 font-size:14px;

}
.statices p{
	padding:12px;
	padding-bottom:25px;
	 font-size:20px;
	color:#3d4591;
}
.heade-map h1{
padding-top:70px;
text-align:center;
color:#3d4591;
}	
.heade-map p{
text-align:center;
color:#3d4591;

}	
/*******/
.content-boss{
	margin-top:5%;
   font-size:16px;
   color:#3d4591;
   margin-bottom:5%;
}
.content-boss h1{
	margin-bottom:1%;
	font-size:1.2rem;
}
.content-boss p{
  font-size:16px;
   color:#4f4f4f;
   margin-top:1%;
   margin-right:1%;}
.content-boss h3{
	font-size:1rem;
	color:#333;
	text-align:center;
	margin-right:900px;
	margin-top:1%;
}
/*books.php*/
.booklist{
	padding-left: 40px;
	width: 22.5%;
	float: right;
	margin-right: 1.25%;
	margin-left: 1.25%;
	margin-top:5%;
	font-size:16px;
	color:#3d4591;
    margin-bottom:5%;
	border-left:1px solid#ccc;
}
.booklist h2{
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.7;
	color:#000;
}
.navSide  button::before {
    content: "";
    width: 5px;
    height: 5px;
    background:#ccc;
	border-radius: 50%;
	margin-left: 10px;
 }
 .count{
	flex-basis: 60px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 15px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2px;
 }
 .navSide button{
	display: flex;
	align-items: center;
	font-size: 14px;
	color:#333;
	margin-bottom: 20px;
	width: 213.8px;
    height: 30px;
	border: 1px solid #fff;
	background-color: #fff;
	padding-left: 1px;
    padding-right: 1px;
 }
 .navSide button:hover {
	color:#3d4591;
	text-decoration: none;	
}
 .linkTitle{flex: 1;
 text-align: right;
 }
 
.buttonn {
	 display: flex;
	align-items: center;
	font-size: 14px;
	color:#333;
	margin-bottom: 20px;
	cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #fff;
}

.button1:hover {
  background-color: #fff;
  color: #3d4591;
}

 /*******/
 .content-book{
	padding-left: 40px;
	float: right;
	margin-right: 1.25%;
	margin-left: 1.25%;
	margin-top:5%;
	font-size:13px;
    margin-bottom:5%;
 }
 .stats{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.7;
	color:#000;
}
.view-book{
	margin-top: 80px;
	margin-bottom: 80px;
}
.cover{
	width: 260px;
	height:340px;
	float: right;
	margin-left: 3.44828%;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
	}

.details h2 {
	font-size: 20px;
	line-height: 1.5;
    }
.author{
		margin-top: 10px;
        font-size: 20px;
        color:#3d4591;
	}
.notes{
	margin-top: 15px;
padding-top: 15px;

line-height: 1.7;
}
.cta{
	margin-top: 30px;

}
.button.outline {
    background-color: 
#fff;
color:
    #3d4591;
}
.button.big {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}
.button {
    height: 40px;
    border: 1px solid  #3d4591;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    padding: 0 20px;
    transition: all .5s;
    outline: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #3d4591;
	margin-right:90px;
}
.cta a:hover{
	 background-color: #3d4591;
    color: #fff;
	text-decoration: none;	
}
.book{
	margin-bottom: 150px;
}
/*//books.php*/
.stats-search{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.7;
	color:#000;
	
}
.search {
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    color: 
#777;
width: 90%;
background:
    #f1f1f1;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: right;
	border:none;
	border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
button.btnsearch {
    color: 
#3d4591;
border: none;
padding: 0px 0px;
text-transform: uppercase;
text-decoration: none;
background:
    #f1f1f1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: left;
    cursor: pointer;
    width: 10%;
    border-radius: 0px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 2px;
	height: 43.8px;
	border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
	
}
.books{
	border-top: 1px solid
#fff;
border-bottom: 1px solid
#fff;
box-shadow: 0px 2px 5px -1px
#fff;
}
/*--//validation--*/
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-group.has-error {
    margin-bottom: 15px !important;
	text-align:right;
}
.error {
    background: #fbcfcf;
    border: #f3c6c7 1px solid;
	color:red;
	font-size:1em;
	padding:15px;
	text-align:right;
}
.sucess {
    background: #c2f1c9 ;
    border: #65ec79 1px solid;
	color: #65ec79 ;
	font-size:1em;
	padding:15px;
	text-align:right;
}

div#response.display-block {
    display: block;
}
/************/
.tittle{
	margin-top: 1em;
margin-bottom: 0.5em;
text-align: center;
color:
#3d4591;
font-size:  1.2rem;
text-transform: uppercase;
}
.ui-theme-settings {
 position:fixed;
 z-index:155;
 right:-30px;
 top:0;
 height:100vh;
 transform:translate(500px);
 transition:all .2s;
 box-shadow:-0.46875rem 0 2.1875rem rgba(4,9,20,0.03),-0.9375rem 0 1.40625rem rgba(4,9,20,0.03),-0.25rem 0 0.53125rem rgba(4,9,20,0.05),-0.125rem 0 0.1875rem rgba(4,9,20,0.03)
}
.ui-theme-settings .btn-open-options {
 border-radius:50px;
 position:absolute;
 left:-114px;
 bottom:80px;
 height:54px;
 line-height:54px;
 width:54px;
 text-align:center;
 display:block;
 box-shadow:0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
 margin-top:-27px
}
.ui-theme-settings .btn-open-options svg {
 top:50%;
 left:50%;
 position:absolute;
 margin:-0.5em 0 0 -0.5em
}
.ui-theme-settings .theme-settings__inner {
 background:#fff;
 width:500px;
 height:100vh;
 padding:25px;
}
.ui-theme-settings.settings-open {
 transform:translate(0);
 right:0
}
.ui-theme-settings .theme-settings-swatches {
 text-align:center
}
.ui-theme-settings .theme-settings-swatches .swatch-holder-img {
 width:72px;
 height:auto;
 border-radius:3px
}
.ui-theme-settings .theme-settings-swatches .swatch-holder-img img {
 width:100%
}
.ui-theme-settings .themeoptions-heading {
 font-size:1.1rem;
 color:#495057;
 margin:0;
 background:#f8f9fa;
 padding:.75rem 1.5rem;
 border-bottom:#dee2e6 solid 1px;
 border-top:#dee2e6 solid 1px;
 display:flex;
 align-items:center;
 align-content:center
}
.ui-theme-settings .themeoptions-heading:first-child {
 border-top:0
}
.ui-theme-settings .list-group-item h5 {
 color:#3f6ad8;
 font-size:.968rem;
 text-transform:uppercase;
 margin:0;
 text-align:center
}
.btn:disabled {
 opacity:.65
}
.btn:not(:disabled):not(.disabled) {
 cursor:pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
 pointer-events:none
}
.btn-warning {
 color:#fff;
 background-color:#f7b924;
 border-color:#f7b924;
 padding:5px;
 }
.btn-warning:hover {
 color:#fff;
 background-color:#eca909;
 border-color:#e0a008
}
.btn-warning:focus,
.btn-warning.focus {
 box-shadow:0 0 0 0 rgba(215,163,37,0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
 color:#fff;
 background-color:#f7b924;
 border-color:#f7b924
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
 color:#fff;
 background-color:#e0a008;
 border-color:#d49808
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
 box-shadow:0 0 0 0 rgba(215,163,37,0.5)
}
.tdcolor {
color:#000;
}

.message{
    width:20%;
    margin-right:0;
}
.connnect{
	margin-right:0px;
}
.connnectt{
	font-size:2em;
	margin-top:50px;
	margin-bottom:30px;
}
.connectt ul li i{
	margin-left:3px;
	color:#3d4591;
	border-radius:5px;
	padding:4px;
	margin-top:3px;
}
/************/
* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: right;
  border-left: 1px solid #ccc;
  width: 100%;
  height: 500px;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 14px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
    color: #3d4591;
}
.tab button i{
	padding-left:5px;
}

/* Create an active/current "tab button" class */
.tab button.active {
  text-decoration:underline;
color:#f2b716;
}
.admission{
	margin-top:15px;
	margin-bottom:25px;
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 12px;
  width:75%;
  border-left: none;
  height: auto;
}
.tabcontent h3{
	color: #3d4591;
	font-size:1.5em;
	padding-top:15px;
}
.tabcontent .note{
	color:red;
}
 /* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  margin-top:15px;
  margin-bottom:15px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #3d4591;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}
  #cont {
      border-left: 1px solid #dee2e6;
      max-height: 400px;
      width: 200px;
      overflow: auto;
      position: relative;
	  margin-right: 30px;
    }
    #cont .element {
      margin: 1px;
      height: 44px;
      line-height: 44px;
    }
	.ps__rail-x,
    .ps__rail-y {
      opacity: 0.6;
	  top: 0px;
    height: 400px;
    right: 185px;
    }
	.staff-btn{
		background-color:#fff;
		padding: 8px 16px;
		width: 100%;
		border: none;
		outline: none;
		text-align: right;
		cursor: pointer;
		transition: 0.3s;
		color:#3d4591;
}
	.staff-btn i{
		padding-left: 5px
	}
	.staff-btn:hover {
    text-decoration: none;
    color:#f2b716;
	}
	.staff-btn:active {
    text-decoration: none;
    color:#f2b716;
	}
	.header-staff{
	font-size:20px;
	padding-top:15px;
	padding-bottom:15px;
	}
	input[type="radio"]{
    box-sizing: border-box;
    padding: ;
    margin-right: 100px;
}
.gendor{
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color:#495057;
background-color:#fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 