body{
  position: relative;
    background: url(../images/bg.jpg)  fixed;
    background-size: cover;
    height: 100vh;
    width: auto;
    background-repeat: no-repeat;

}
/* body:before{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  background-color: #c7c7c7b5;
  height: 100%;
} */
.myaccount-section{
  position: relative;
  padding: 20px 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
  .my-accont-wrapp{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 460px;
    transform: translate(-50%,-50%);
    min-height: 450px;
    text-align: center;
    height: 90vh;
  }
  .admin-logo{
      width:250px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      text-align: center;
      margin-bottom: 30px;
  }
  .my-accont-wrapp .card{
    border-radius: 4px;
  }
  .line-on-side {
    line-height: .1em;
    margin: 10px 0 20px;
    border-bottom: 1px solid #dadada;
}.font-26{
    font-size: 26px;
}
.font-20{
    font-size: 20px;
}
.font-14{
    font-size: 14px;
}
.border-radius-50{
    border-radius: 50%;
}
.border-radius-30px{
    border-radius: 30px;
}
.bg-purple-blue{
    /* background-image: linear-gradient(90deg,#0f03c3 0,#32cafe 50%,#0f03c3 100%)!important;
    -webkit-box-shadow: 0 0 4px 0 #0f03c3;
    box-shadow: 0 0 4px 0 #0f03c3; */
    border-color: #0f03c3;
    background-color: #0f03c3 !important;
}
.bg-purple-blue.form-control:focus{
  background-color: #2aace2;
}
.admin-form{
    margin-top: 0;
}
.admin-form .form-control{
    height: auto;
    line-height: 30px;
}
.form-control.email{
    position: relative;
    padding-left: 30px;
}
.form-control.email::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0e0";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400;;
}
.bg{
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg.jpg");
  background-size: cover;
  position: relative;
}

/* Pen Title */
.pen-title {
  padding: 0 0;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
}
.pen-title img{
  width: 60%;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #2aace2;
}
.pen-title span a {
  color: #0f03c3;
  font-weight: 600;
  text-decoration: none;
}


@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
} 
@media only screen and (max-width:767px){
  .pen-title img{
   width:60%
 } 
 .card .button-container button{
   width: auto;
   padding: 10px 50px;
   border-radius: 2px;
 }
 .card .input-container {
    margin: 0 40px 20px;
  }
  .card .title{
    margin-bottom: 20px;
  }

}
/* subodh  css  code  */
.login-wrapper{
  position: absolute;
  top: auto;
  bottom: auto;
  top: 50%;
  max-width: 460px;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.login-wrapper .card-line {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
  margin-top: 0;
}
.login-wrapper .card{
  background-color: #ffffff;
  padding: 20px 0;
  height: 100%;
  border-radius: 5px;
 
}
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #2aace2;
  margin: 0 0 20px;
  padding: 10px 0 10px 30px;
  color: #2aace2;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.container.active .card.alt .toggle:before {
  content: '';
}
.container.active .card.alt .title,
.container.active .card.alt .input-container,
.container.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.container.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.container.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.container.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.container.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.container.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.card .input-container {
  position: relative;
  margin: 0 40px 30px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 54px;
  border: 0;
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #2aace2;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 40px;
  text-align: center;
  
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 100%;
  border: 2px solid #48454d;
  background-color: #48454d;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
	
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #ddd;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #2aace2;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #2aace2;
  background-color: #2aace2;
  color: #fff;
  outline: none;
  border-color: #0f03c3 ;
}
/* .card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #fff;
} */
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 25px 0 0;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}
/*created by Subodh 9990904711*/
/* .card-body{
  max-height: 450px;
  overflow-y: scroll;
} */
.header-top {
    line-height: 30px;
    background: #f4f3f8;
}
.header-top ul{
	 list-style:none;
	 margin:0;
	 padding:0
}
.header-top ul > li{
	 display:inline-block;
	 margin-left:15px;
	 color:#000;
}
.header-top ul > li:first-child{
	margin-left:0;
}
.header-top ul >li a{
	color:#000;
}
.header-top ul >li.social-link a{
	margin-left:7px;
	margin-right:7px;
}
.header-top ul >li.social-link a:first-child{
	margin-left:7px;
}
.header-top ul >li.social-link a:last-child{
	margin-right:7px;
}
.header-top ul.right{
	text-align:right;
	margin-left:auto;
}

.header-site-info-wrap {
    width: 20%;
    float: right;
    padding: 34px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.site-info-content-wrap {
    font-size: 14px;
}

.support-info {
    position: relative;
    padding-left: 45px;
    margin-left: 20px;
}
.support-info:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "\f025";
	font-family:FontAwesome;
    font-size: 50px;
    color: #f25529;
    transform: translateY(-50%);
}
.support-info a{
	display:block;
	line-height: 30px;
}
.support-info a.nav-link{
	padding:0 ;
	text-transform: capitalize;
	color:#606060;
	line-height:25px;
	font-weight:400;
}

.nav-item {
    line-height: 60px;
}

.nav-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #f25529;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
}
.sticky-header {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.sticky-header .bg-light {
    background-color: transparent !important;
}
.navbar{
    width: 100%;
}

.fixed {
 position: fixed !important;
  top: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 3px #bfbcbc;
    
}
.footer-wrapp {
    padding: 50px 0;
}
.footer-wrapp h3{
  font-size: 18px;
  font-weight: 700;
}
.footer-wrapp ul {
  list-style: none;
  margin: 0; 
  padding-left: 0;  
}
.footer-wrapp ul>li{
  line-height: 30px;
}
.footer-wrapp a{
  color: #000;
}
.footer-wrapp .footer-logo {
  margin-bottom: 0;
}
.footer-wrapp .footer-logo img {
    width: 60%;
}
.footer-wrapp ul.social-media{
    list-style: none;
    margin-top: 20px;
}
.footer-wrapp ul.social-media li {
    
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: 0.1s;
}
.footer-wrapp ul.social-media li a{
  color: #000;
}
.footer-wrapp ul.social-media li:first-child{
    margin-left: 0;
}
.footer-wrapp  ul.social-media li:hover{
    background-image: none;
   background: #f25529; 
  border-radius: 50%;
  color: #FFF;
  /*background-image: linear-gradient(to right, #0811fb, #040052);*/
}
.footer-wrapp ul.social-media li:hover a{
    color: #ffffff;  
}
.mt-2{
      margin-top: 20px !important;
} 
.mb-2{
  margin-bottom: 15px;
}

/* welcome-section */
.welcome-section{
    height: 100vh;
    background: url(../images/bg-header.png) fixed #48b8e60d;
    background-size: cover;
    background-position: center;
}

.page-title {
    background: #f7fcfe;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.bg-animate-shape {
    position: relative;
    overflow: hidden;
}
.page-title h1  {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: .3em;
    text-transform: capitalize;
    margin-top: 0;
    position: relative;
    border-bottom: 3px solid #000000;
}
.page-title h1:before{
    position: absolute;
    left: 50%;
    content: "";
    background-color: #000000;
    height: 2px;
    bottom: -10px;
    width: auto;
    transform: translate(-50%,-50%);
    width: 100%;
}
.bottom-line{
    position: relative;
}
.bottom-line::before{
    position: absolute;
    left: 50%;
    content: "";
    background-color: #000000;
    height:  2px;
    top: 50%;
    width: auto;
    transform: translate(-50%,-50%);
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    justify-content: center;
}
.page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    margin-right: 5px;
    position: relative;
}
.page-title .breadcrumb li a {
    color: #fff;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .signup .my-accont-wrapp{
    width: 80%;
    max-width: 800px;
    text-align: left;
  }
  .signup .my-accont-wrapp img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .form-control{
    background-color: #f5f5f5;
  }
  .signup .my-accont-wrapp .admin-form {
    margin-top: 20px;
    margin-bottom: 0;
}
.text-title h1{
  color: #00aeef;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}
.text-title h1::before{
  position: absolute;
  left: -20px;
  content: "";
  background-color: #00aeef;
  width: 5px;
  height: 100%;
  top: 0;
}
.my-accont-wrapp .form-group label{
  font-size: 0.9rem;
  margin-bottom: 0;
  /* color: #00aeef; */
}

.custom-file-control{
  padding: 0;
}
@media screen and (max-width:767px){
  .my-accont-wrapp{
    width: 90%;
  }
}                                                                                                                                                              