
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* General */
html {
	font-family: 'Roboto', sans-serif;
	}
body {
	background:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #636363;
    letter-spacing: 1px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #292929;
    font-weight: 600;
	color: #223035;
}
.h1, h1 {
	font-size: 48px;
    line-height: 52px;
}
.h2, h2 {
	font-size: 38px;
    line-height: 42px;
}
.h3, h3 {
	font-size: 30px;
    line-height: 34px;
}
.h4, h4 {
	font-size: 24px;
    line-height: 28px;
}
.h5, h5 {
	font-size: 18px;
    line-height: 22px;
}
.h6, h6 {
	font-size: 14px;
    line-height: 18px;
}

.display-1 {
	font-size: 6rem
}
.display-2 {
	font-size: 5.5rem
}
.display-3 {
	font-size: 4.5rem
}
.display-4 {
	font-size: 3.5rem
}
.line-height-0{
	line-height:0;
}
.line-height-5 {
    line-height: 5px;
}

.line-height-10 {
    line-height: 5px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}
p {
  margin-bottom: .65rem
}
:focus {
  outline: 0!important
}
a {
    color: #212529;
}
a {
  outline: none!important
}

a:hover{
  text-decoration: none;
}

a.text-muted:focus, a.text-muted:hover {
  color: #748690;
}
hr {
  border-top: 1px solid #e4eaec
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto{
	padding-right: 15px;
    padding-left: 15px;
}



/* Menu Sidebar Wrapper */
#wrapper{
	width:100%;
	position: relative;
}

#sidebar-wrapper {
  background: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  width: 240px;
  height: 100%;
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}


#wrapper.toggled #sidebar-wrapper {
	 position: fixed;
     left: -240px;
	 
}
.index-body {
	margin-left: 0px;
}
#wrapper.toggled .fa-bars{
	margin-left: 0px;
}

#wrapper.toggled .index-body {
    margin-left: 0;
}


  
/* Topbar Header */   
.topbar-nav .navbar{
   padding: 0px 15px;
   z-index: 999;
   height: 60px;
   -webkit-box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 0px 6px 0 rgba(206, 206, 238, 0.54);
   box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 0px 6px 0 rgba(206, 206, 238, 0.54);
}
.nav-center{
	text-align: center;
}
.toggle-menu i {
   margin-left: 240px;
   font-size: 14px;
   font-weight: 600;
   color: #223035;
   cursor: pointer;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease; 
}



/* Logo */


.brand-logo{
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e9eaea;
}


.logo-icon{
  
    width: 50%;
}


.product-img {
    height: 32px;
}
.page-title{
   font-size: 20px;
   line-height: 20px;
}

.breadcrumb{
   padding: 0;
   background-color: transparent;
}

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px;
}
.sidebar-menu span{
	text-transform: capitalize;
}

.sidebar-menu li a i:last-child {
    margin-right: 10px;
    font-size: 16px;
}


.lightbox-thumb {
    margin-bottom: 15px;
	width: 100%;
}

.mail-img{
	width: 50px;
}

.row.row-group>div {
    border-right: 1px solid rgba(234, 234, 234, 0.9);
}

.row.row-group>div:last-child{
    border-right: none;
}
.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 12px;
  background-color: #008cff;
  z-index: 10000;
  box-shadow: 1px 1px 40px 0px rgba(73, 220, 251, 0.32);
}
.back-to-top .fa-angle-double-up {
  margin-top: 20%;
  font-size: 20px;
}
.back-to-top:hover {
  color: white;
  background-color: #2f353f;
  transition: all .5s;
}
.hi-admin{
  position: relative;
    text-align: center;
}
.centered {
    position: absolute;
    
    left: 50%;
  
}
.index-body{
	margin-left: 240px;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    transition: all 0.3s ease;
}
.index-body .card{
  transition: 0.4s ease; 
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),0 0px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 5px;
  border-left: 2px solid #838383;
}
.index-body .card h5{
	text-align: center;
	text-transform: uppercase;
	padding: 15px 2px 5px 2px;
	color: #2230359e;
	margin-top: 10px;
}
.index-body .card p{
	text-align: center;
	margin-bottom: 20px;
}
.index-body .card-1 h5{
  text-align: center;
  text-transform: uppercase;
  padding: 15px 2px 5px 2px;
  color: #fff;
  margin-top: 10px;
}
.index-body .card-1 p{
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.card-top h6{
  padding: 13px  30px;
  text-transform: uppercase;
  font-size: 15px;
   
}
.index-body .card-1{
  background: linear-gradient(to bottom right, #838383, #0b715a); 
  border: none;
} 
 .nav-item a span{
    background-color: #4eb766;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    padding: 11px 15px;
    font-size: 12px;
  }
   .nav-item a span:hover{
    background-color: #4eb766b8;
    transition: 0.4s;
    
  }
 .card-top h6{
    background-color: #49bda6;
    text-decoration: none;
    color: #fff;
        border-radius: 0 6px 40px 0;
   float: left;
  }
  .index-body .body-top .card{
    background: #838383;

  }
th{
  text-transform: uppercase;
}
td{
  text-transform: capitalize;
}
footer {
  padding: 20px 0 1px 0;
  text-transform: uppercase;

}
.login{
  margin:50px 10px;
  max-width: 600px;
}
/* login */
.login .card{
 border-radius: 12px !important;
  border: none!important;
}
.card-header{

  text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  font-weight: 700;
 
  color: #fff;
 padding: 144px 11px;
  width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
   
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0 0!important;
    background-position: center;
} 
.card-header::before {
    content: "";
    border: none!important;
  /*  border-radius: 12px 12px 0 0!important;*/
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   /* background-color: rgba(54,84,99,0.7);*/

  }
  .login-form{
    padding: 30px;
  }
.input1 input{
   
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 60%;/*
    float: right;*/
    height: 45px;
   border:0px; 
    padding: 0 2px ; 
   border-bottom: 1px solid #b2b2b2;
  }
 .input1 label
  {
     font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 40%;
    text-align: center;
    float: left;
    height: 45px;
   padding: 14px 10px; 
}.login-button .login-btn
{ margin: 55px 22px 45px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    min-width: 120px;
    height: 43px;
    background-color: #57b846;
    border-radius: 3px 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
   border: none;
    transition: all 0.4s;

}
.upload-options {
    position: relative;
    height: 75px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}
.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
   .upload-options label::after {
    /*content: "\f030";
    font-family: Font Awesome 5 Free;*/
     font-family: "Font Awesome 5 Free";  content: "\f302";
    position: absolute;
    font-size: 33px;
    color: #fff;
    top: calc(66% - 2.5rem);
    left: calc(50% - 1.25rem);
    z-index: 0;


}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
  .Btn-btn{
    background: #4eb766;
    float: left;
    color: #FFF;
    text-transform: capitalize;
    font-size: 15px;

  } 
.ser{
  margin-top: 22px;
}


  .search-bar input {
    border: 1px solid #dadaf1;
    font-size: 15px;

    width: 300px;
    border-radius: 30px!important;
    height: 34px;
    float: right;
    
    padding: .375rem 2.0rem .375rem .75rem;
    background: #f7f7ff;
}
.pg{
  padding: 22px 0;
}
.pg ul {
    padding: 0;
    margin: 0; 
}
.pg ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; 
}
.pg ul li a{
    color: #2e375f;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #2e375f;
}
.pg ul li.active a{
    background:#4eb766;
    color: #fff;
    border: 1px solid transparent; 
}
@media (max-width: 600px){
   .search-bar input {
     width: 218px;
}}
.update-button .update-btn
{ 
      margin: 2px 20px 20px 2px;
    justify-content: center;
    align-items: center;
    padding: 11px 29px;
    float: right;
    font-size: 12px!important;
    text-transform: capitalize;
    background-color: #4eb766;
    border-radius: 3px 25px;
    color: #fff;
    letter-spacing: 1.2px;
    border: none;

}
 .update-btn:hover{
    background-color: #4eb766b8; 
    transition: 0.4s;
    

  }
.txt1 {
  float: right;
  margin: 20px 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}
.btnpop{
  float: right;
 background:  #49bda6;
  border: #49bda6;
  color: #fff;
}
.cat-body{
  width: 100%;
} 
.add{
  margin:30px 0;
  text-align: center;
  margin-left: auto;
  width: 70%;
  margin-right: auto;
}
.add p{
  margin: 7px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.form-control{
  border-radius: 0px!important;
  font-size: 12px;
}
.submit{
  margin-left: 10px;
      display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem 2rem;
    font-size: 1rem;
    background: linear-gradient(to bottom right, #838383, #59ba60);
    border: none;
    text-transform: uppercase;
    line-height: 1.5;
}

.delet{
      background-color: #ff4c52 !important;
      color: #fff;
          padding: 5px 7px;
    font-size: 10px;
      border-radius: 3px;
}
.edit{
  background-color: #59ba60 !important;
      color: #fff;
          padding: 5px 7px;
    font-size: 10px;
      border-radius: 3px;
}
form input{
  font-size: 12px;
}
.nav-tabs .nav-link.active{
border: 1px solid #4eb766;
font-size:  12px;
  margin-right: 6px;
  background: #4eb766;
  color: #fff;
  border-radius: 0px;


}
.nav-tabs .nav-link{font-size:  12px;
  margin-right: 6px;
     
   border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 0px;
 
}
.nav-tabs {
  border-bottom:  0px;
}
/* Responsive */

@media only screen and (max-width: 1366px) {

   .error-pages {
	 margin-top: 110px;
  }

  .coming-soon{
	margin-top: 110px;
}

}

@media only screen and (max-width: 999px) { 
 .add{
  width: 80%;
 }
}@media only screen and (max-width: 800px) { 
 .add{
  width: 90%;
 }
}
@media only screen and (max-width: 600px) { 
 .add{
  width: 100%;
 }
}
@media only screen and (max-width: 1199px){
	
	.row.row-group>div {
		border-right: 0;
		border-bottom: 1px solid rgba(234, 234, 234, 0.9);
	}

	.row.row-group>div:last-child{
		border-right: none;
		border-bottom: 0;
	}
}


@media only screen and (max-width: 1024px) {
  
	
	.nav-tabs .nav-link{
		padding: 10px 10px;
	}

}

@media only screen and (max-width: 767px) {
  #sidebar-wrapper {
	background: #ffffff;
    position: fixed;
	top: 60px;
    left: -240px;
    z-index: 1000;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	box-shadow: none;
}

.toggle-menu i {
    line-height: 60px;
    margin-left: 0px;
    font-size: 15px;
    color: #223035;
    cursor: pointer;
}

.card { 
     margin-bottom:20px;
	 }
	 
.card-deck {
    margin-bottom: 20px;
}

.card-group {
	margin-bottom: 20px;
}	 
	 
.index-body {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
  position: absolute;
  left: 0px;
}

#wrapper.toggled #sidebar-wrapper {
    position: fixed;
	top: 60px;
    left: 0px;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

#wrapper.toggled .fa-bars{
	margin-left: 0px;
}
#wrapper.toggled .index-body {
	margin-left: 0px;
}

#wrapper.toggled .index-body {
    margin-left: 0px;
	
}

#wrapper.toggled .footer{
    position: absolute;
    left: 0px;
}

.hidden-xs {
    display: none!important;
}

}

@media only screen and (max-width: 575px){

.bg-signup2{
    height: 35rem;
	border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bg-signin2{
    height: 25rem;
	border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bg-reset-password2{
    height: 20rem;
	border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

}


@media only screen and (max-width: 480px){

 

  
  .dropdown-lg{
  	display: none;
  }

  .nav-item.language{
	display: none;
  }

  .right-nav-link a.nav-link{
    padding-right: .0rem !important;
  }

  .topbar-nav .navbar {
    padding: 0px 10px 0 5px;
  }


}
@media only screen and (max-width: 360px) {
  
  .login-form {
    padding: 12px;
  }
}



