.dataTables_filter .form-control-sm{ height:35px;} 
.btn-secondary{    color: #000 !important;
    background-color: #dde4eb !important;;
    border-color: #dde4eb;
}
.alert-success{
	color: green !important;
}
.alert-danger{
	color: red !important;
}
 
form label.required:after {
    color: red;
    content: " *";
}
.progressbar {
    vertical-align: middle;
}
.progressbar, .progressbar-infinite {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, 0.3);
    transform-origin: center top;
    height: 2px;;
    border-radius: rgba(255, 255, 255, 0.8);
}
.progressbar span {
    background-color: #008b95;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(-100%,0,0);
    transition-duration: 150ms;
}
.topnav {
  overflow: hidden;
  
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
 
  text-decoration: none;
   
}
.topnav-right {
  float: right;
}
.logregbtn{width: 50%;margin-top: 18px; margin-left: 21px;text-align:center;}
.reloadbtn{font-size:24px !important;}
.logcaptchimg{text-align:right; margin: 4px 2px;}
.logcaptch{width:40% !important;padding-top:10px !important;height:40px !important;}
.logtab{text-align:center !important;}
.logsection{padding-top:0px !important;}
.home-intro{text-align:center;}
.logintxt{margin-bottom:0px !important;}
.loginforgot{text-align:right !important;}
.loginforgot a{padding: 0;text-align:right !important;color: #878C9F !important;font-size:10px;}
.regpassword{padding:20px 0 0 0;}
.orlogin{padding:20px 0 0 0; text-align:left;}
.about-wrap{background-color:#fff !important;}
.topicon{color:#000;}
.paynowbox{box-shadow: 5px 5px 5px 5px #888888;}
.paynowbtn{padding: 8px 11px; margin-top:10px;}
.wrapbox{border-top:none;margin-top:0px; padding-top:0px;padding-bottom:10px;}
.avt{
	float:left;padding-top:10px;margin-left:10px;border-radius: 50%;padding-right:10px;
}
.avt img{ border-radius:50%;
}
.card5-body{text-align:left;}
.dashboardhead {
	margin-top:20px;
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
   
}
.card5{
  width: 300px;
  height: 420px;
  background-color: #1E2B32;
  border-radius: 10px 10px;
}
.card1{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
 
 
  width: 100%;  
    min-width: 100%;
}

.card2 {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.card5-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card5-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.header{
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
  background-color: #2A3942;
}

h3{
  color: #FFFFFF;
  font-family: PFBagueSansPro-Regular;
  margin-left: 1rem;
}

.iconM{
  font-size: 18px;
  margin-left: 170px;
  color: #2f89fc;
}

.icon{
  margin-right: 8px;
}

.body li{
  transition: 1s all;
  font-family: PFBagueSansPro-Regular ;
  font-size: 18px;
  padding: 15px;
  margin-left: -40px;
  margin-top: 0px;
  color: #fff;
  list-style: none;
  display: block;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

li:hover{
  transition: 1s all;
  color: #2f89fc;
 
  cursor: pointer;
}

.body > li{
  float: left;
}

.body li ul{
  background: #1E2B32;
  margin-left: 280px;
  margin-top: -38px;
  display: none;
  position: absolute;
  border-top-right-radius: 15px 15px;
  border-bottom-right-radius: 15px 15px;
}

.body li:hover > ul{
  display: block;
  cursor: pointer;
}

/*=============contact Popup =================*/

.contact-slide-hide {
	position: fixed;
	right:100%;
	top: 0px;
	 
	width:100%;
	background: #fff;
	color: #000;
	z-index: 12;
	overflow-x: hidden;
	border-left: 1px solid #ddd;
	height:650px;
}

.contact-nav {
	padding-top: 70px;
	display: flex;
	align-content: center;
	position: relative;
	height: 100%;
}

.contact-nav .contact-nav-form {
	max-width: 991px;
	margin: auto;
}
.contact-nav .contact-nav-info{
	position: relative;
	border: 5px solid #ed1c24;
	padding: 45px;
}

.contact-nav .contact_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100%;
	border: none;
	text-align: right;
	font-size: 36px;
}

@media only screen and (max-width:540px) {
	.contact-slide-hide {
		right: -100%;
		width: 100%;
	}
}



.full-social-bg{text-align:left;}
.full-social-bg ul{list-style:none}
.full-social-bg li{text-align:center;}
.full-social-bg li{	display: inline-block;}
.full-social-bg li a {
	background-color: #fff;
	position: relative;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	border: 1px solid #000;
}
.full-social-bg li a:hover i {
	color:#fff;
}

.facebook:hover {
  background: #3b5998 !important
}

.google:hover {
	  background: #dd4b39 !important
}

.instagram:hover {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important;
}

.tumblr:hover {
  background: #32506d !important
}

.twitter:hover {
  background: #00aced !important
}

.youtube:hover {
  background: #ff0000 !important
}

.linkedin:hover {
  background: #0073b1 !important
}

.home-textmenu {
    float: left;
    margin-right: 15px;
    line-height: 64px;
    color: #fff;
    box-sizing: border-box;
	padding: 0px 5px 0 5px;
}
.home-textmenu a {
    
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: PFBagueSansPro-Bold;
    margin-left: 0.1rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    
  
}
.home-textmenu:hover {
    
    background-color: #008b95;
    
  
}
@media only screen and  (max-width: 540px) {
.home-textmenu , .show-search-button span{
	display:none;
}
