/* Custom Styles */
.custom-overlay {
    width: 100%;
    padding: 30px;
    box-shadow: 8px 9px 0px #0000001c;
    border: 1px solid #0000001c;}

@media screen and (max-width:768px){
    
    .custom-overlay {
    margin-top: 0px !important;
    padding: 20px !important;
    box-shadow: none!important;  
}
button.btnt{margin: 0; padding: 0 !important;}
}

@media screen and (min-width:500px) and ( max-width: 768px ){
.for_mobile{width: 50%; margin: 0;}
    
}

@media screen and (min-width:768px) and (max-width:800px){
    .custom-overlay {
    margin-top: 0px !important;
    padding: 0px!important;
    box-shadow: none!important;
    border: 0px  !important;
    transform: translate(0px, 0px) !important;
}
}

button.btnt {
    background: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #13227f;
    outline: none;
    padding: 10px 0px;
    margin-bottom: 2px;
    cursor: pointer;
}

.absolut-image{position: relative;}
.text_spacing {
    padding: 10px 0px;
}
.animated6 {
    visibility: visible !important;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}

button.btnt:hover {padding-bottom: 10px;
    margin-bottom: 2px; }