.apply {
  border-radius: 4px;
  background-color: #d52158;
  border: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 80px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
}

.apply span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.apply span:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.apply:hover span {
  padding-right: 10px;
  color: #fff;
}

.apply:hover span:after {
  opacity: 1;
  right: 0;
}
.reg{
    font-weight: 700;
    margin-top: 0px;
    right: 0;
}
.reg:hover{
    text-decoration: none;
    cursor: pointer;
}
.reg:visited{
    text-decoration: none;
    cursor: pointer;
}
.box{
    height: 100% auto;
    margin: 103px 0.2% 0px 0.2%;
    box-shadow: 0px 0px 5px 1px;
    border-radius: 1px;
}
#ul-menu{
    font-size: 13px;
    font-weight: bold;
}
#ul-menu li a{
    line-height: 10px;
}
#ul-menu li a:hover{
    color: #23BCF5;
}
#head-name{
    color: #333;
}
#head-name:hover{
    color: #23BCF5;
}
.navbar-brand{
    font-weight: 800;
}
.header{
    font-weight: 800;
    color: #5e5e5e;
}
.hr{
    margin-top:0px;
    margin-bottom:10px;
    border:1px solid #ddd;
    width:100%;
}
.br-rad{
    border-radius: 5px;
}
.bt-row{
    box-shadow: 0px 0px 2px 1px #d52158;
}
.bt-row div{
    padding: 10px;
    text-align: center;
}
.bt-row div:hover{
    color: #d52158;
    cursor: pointer;
}
.web-ser{
    box-shadow: -2px 0px 5px 0px #aaa;
    border-radius: 2px;
    min-width: 200px;
}
.web-ser1{
    box-shadow: 2px 0px 5px 0px #aaa;
    border-radius: 2px;
    min-width: 200px;
}
.web-ser2{
    box-shadow: 0px 0px 5px 0px #aaa;
    border-radius: 2px;
    min-width: 200px;
}
.web-ser-empty{
    min-width: 100px;
}
.img-hov{
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 4px;
}
.img-hov:hover{
    border: 2px solid #d52158;
    cursor: pointer;
}
.fm-rg{
    box-shadow: 0px 0px 5px 1px #d52158;
    padding: 10px 20px 10px 20px;
    max-width: 85%;
    background:rgba(255,255,255,0.9);
}
.fm-rg input, .fm-rg select, .fm-rg textarea{
    margin-bottom: 15px;
    border-radius: 0;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(255,255,255,0.9);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 1s;
    border: 3px solid #d52158;
}
.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: hidden;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 0px;
    right: 0px;
  }
}
.pop div{
    border-radius:100%;
    background:#d52158;
    padding:50px;
    max-width:190px;
    color:#fff;
    transition: 0.3s;
}
.card-container {
  cursor: pointer;
  height: 150px;
  perspective: 600;
  position: relative;
  width: 150px;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  width: 100%;
  border:1px solid;
  font-size: 16px;
  border-radius: 10px;
  color: #d52158;
}
.icard {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  width: 100%;
  border:1px solid;
  font-size: 16px;
  border-radius: 10px;
  color: #d52158;
}
.card:hover {
  transform: rotateY(180deg);
}
.card .side {
  backface-visibility: hidden;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card .back {
  background: #fff;
  color: #fff;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
}
.card .back a{
  color: #fff;
  text-decoration: none;
}
.floating-form {
    width: 322px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    right: -322px;
    position: fixed;
    z-index: 1;
    box-shadow: 0px 0px 0px 2px #d52158;
}
.form-opener {
    position: absolute;
    left: -62px;
    top: 65px;
    font-size: 14px;
    min-width: 82px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 0px 2px #d52158;
    color: #d52158;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    transform: rotate(-90deg);
    border-radius: 5px 5px 0px 0px;    
}
.hov{
    color:#d52158;
}
.hov:hover{
    text-decoration:none;
    font-size:13px;
    color:#0771be;
}
.color {
    color: #d52158;
}
.color:hover{
    text-decoration:none;
}
#site span{
    color: #d52158;
    font-size:16px;
    text-decoration:none;
}
#site a{
    color: #d52158;
    font-size:15px;
    transition: all 0.5s;
    padding-left:10px;
}
#site a:hover{
    cursor:pointer;
    text-decoration:none;
    transition: 0.5s;
    padding-left:20px;
    font-size:14px;
}
#site a span{
    font-size:18px;
}
#collapseOne ul,
#collapseTwo ul,
#collapseThree ul{
    list-style-type:none;
    margin:2% 0% 2% -12%;
}
#collapseOne ul li a,
#collapseTwo ul li a,
#collapseThree ul li a{
    color:#0771be;
}
#collapseOne ul li :hover,
#collapseTwo ul li :hover,
#collapseThree ul li :hover{
    text-decoration:none;
    color:#d52158;
    font-size:13px;
    cursor: pointer;
}
.social{
    text-decoration: none;
    color: #A42C14;
}
.social:hover{
    text-decoration: none;
}
#email:hover{
    color: #fbbc05;
}
#whatsapp:hover{
    color: #34a853;
}
#youtube:hover{
    color: #CD201F;
}
#bottom-menu {
    display:none;
    br { 
          display: none;   // hide the BR tag for wider screens (i.e. disable the line break)
    }
}
@media screen and (max-width: 768px) {
    #bottom-menu {
        display:block;
    }
    #foot:after {
        content:"\a\a";
        white-space: pre;
    }
}