.my-pro .pt-pic img{
    width: 100%;
    height: 230px;
}

.navbar .navbar-brand .logo-display{
    width: 212px;
}

.navbar.sticked.in .navbar-brand .logo-scrolled{
    width: 212px;
}

.inner-bn{
    background-image: url('../../self/inner-bn.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0px;
    margin-top: 96px;
    
}
@media(max-width:990px){
    .inner-bn{
        padding: 14% 0px;
    }
    .navbar .navbar-brand .logo-display {
        width: 173px;
    }
    .navbar .navbar-brand .logo-scrolled {
        width: 173px;
      }
      
      
      
}

.fb_color{
    background: #3b5998!important;
}

.ins_color{background: #f09433;background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}

.twi_color{
    background: #1DA1F2!important;
}

.registration_link {
    position: relative;
    z-index: 9;
}

.registration_link .button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    position: fixed;
    cursor: pointer;
    transform: rotate(-90deg);
    display: inline-block font-family: Arial font-size: 20px padding: 5px 10px text-align: center text-decoration: none -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    left: -83px;
    border-radius: 0;
    padding: 10px;
    bottom: 33%;
}




