.profile-pic {
    max-width: 250px;
    max-height: 250px;
    display: block;
}

.file-upload {
    display: none !important;
}
.circle-profile {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 8px solid rgba(255, 255, 255, 0.7);
    position: inherit;
    float: right;
}
.circle-profile img {
    max-width: 100%;
    width: auto;
    height: 100%;
}
.p-image-profile {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  /*background: #ffffff;
  padding: 10px 12px;
  border-radius: 50%;*/
}
.p-image-profile:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.0em;
  background: #ffffff;
  padding: 7px;
  border-radius: 50%;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.heading-top h2,.heading-top h4{color: #ffffff;}
.heading-top h2{
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
  margin-top: 0px;
}
.btn-custom-one,.btn-custom-two{background-color: #ffffff;padding: 10px 30px !important;border-radius: 50px !important;margin-top: 5px;}
.btn-custom-one{color: #d33a92;}
.btn-custom-two{color: #00227b;}

@media screen and (min-width: 768px){
  .btn-custom-one{margin-right: 5px;}
  .btn-custom-one,.btn-custom-two{margin-top: 10px;}
  .loading-cst{padding-right:20% !important; padding-left: 20% !important;}
}
.page-core {position: inherit !important;  }

.page-content{
  padding-bottom: 70px !important;
  background-color: #f8f8f8;
}

.primary-color-cst{color: #00227b;}
.secondary-color-cst{color: #d03ab5;}

.bar-title {
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.bar-title span{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.menu-cst{
  padding: 20px 5%!important;
}
.menu-logo img{
  height: 70px;
  width: auto;
}
.menu-pic{
  width: 50px;
  height: auto;
  border-radius: 50px;
  margin-right: 10px;
}
.menu-item .navbar-nav{float: right !important;}
.circle-profile-round{
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 1px 1px 5px #000000;
}
.footer-login{
  text-align: center;
  padding: 20px 10px;
  background: #181428;
  color: #ffffff;
}
.footer-login h2{font-size: 22px;}



.application-container {
  position: relative;
  margin-bottom: 20px;
}

.application-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.application-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  border-radius: 5px;
  background-color: rgba(0, 34, 123, 0.7);
  padding: 0 15px;
}

.application-container:hover .application-overlay {
  opacity: 1;
  padding: 0 15px !important;
}

.application-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-cst{
  padding: 100px 5%;
  text-align: center;;
}
.loading-cst h3{
  margin-top: 0px;
}
@media screen and (max-width: 1024px){
  .menu-cst{display: inherit;}
  .menu-logo, .menu-item{display: initial;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .circle-profile{float: left;}
  .p-image-profile{left: 20%;}
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .p-image-profile{right: auto; left: 135px;}
  .circle-profile {float: none;}
}
@media screen and (max-width: 767px){
  .footer-login h4{font-size: 12px;}
  .btn-custom-one, .btn-custom-two{width: 100%;}
  .navbar-nav .open .dropdown-menu{position: absolute;right: 0;left: auto;background-color: #ffffff;}
}
@media screen and (max-width: 480px){
  .circle-profile{float: none;margin: auto;}
  .p-image-profile{right: 20%;}
}
