html {
    scroll-behavior: smooth;
}

body {
    color: #353535;
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: "Montserrat", sans-serif;
}

.bg-dark {
    background-color: #1b99cc!important;
}

.top-banner {
    width: 100%;
    height: 100px;
}

.slide-image {
    height: 500px;
}
.image-tag{
    width: 100%;
}
.footer_wrapper {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    padding: 20px;
    color: #decfcf;
}

.footer {
    bottom: 0;
    /* position: fixed; */
    width: 100%;
}

.p-20 {
    padding: 20px;
}

.blue {
    color: #286d9e;
}

.blue-i {
    color: #276da0
}

.black {
    color: black;
}

.mt-30 {
    margin-top: 30px;
}

.donate-btn {
    position: fixed;
    right: 1%;
    bottom: 20px;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.d-btn {
    background-color: #276da1;
}

.item-video {
    height: 300px;
}

.buttondemoBasicUsage section {
    border-radius: 3px;
    text-align: center;
    margin: 1em;
    position: relative !important;
}

.buttondemoBasicUsage section .md-button {
    margin-top: 16px;
    margin-bottom: 16px;
}

.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0;
}

.md-tab {
 
    font-weight: 600 !important;
   
}
.nav-link{
    font-weight: bold;
}
.shadow-dark {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
}
.logo-container {
    position: sticky;
    display: block;
 }
 .index-1{
     z-index: 1;
 }

/* Social media */
.fa {
  padding: 7px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}


.fa-youtube {
  background: #bb0000;
  color: white;
}

/* animation */
.spinner {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 60%;
    animation: bubble 3s linear 1s infinite;
    background-color: #b0f7f7;
    border-radius: 100px;
}
.spinner-red{
    background-color: #d7635e;
}
.spinner-yellow{
    background-color: #f4a62c;
}
.spinner-green{
    background-color: #9fd66e63;
}
.spinner-vi{
    background-color: #848fc3ba;
}
.spinner-l-20{
    left: 20%;
}
.spinner-l-30{
    left: 30%;
}
.spinner-l-45{
    left: 45%;
}
.spinner-l-80{
    left: 80%;
}
 .spinner-eff{
    position:absolute;
    display:inline-block;
    width: 100px;
    height: 100px;
    animation: pulse 3s linear infinite;
    background-color: aquamarine;
    border-radius: 100px;
}

@keyframes pulse
{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    
    100%{
        transform: scale(1.3);
        opacity: 0;
    }
}
 .title-effect{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: 47%;
    margin-top: -60px;
    opacity: 0.5;
    left:10px;
    animation:title 12.8s steps(1) 0s infinite;
}

@keyframes title{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #28a7458c;
}
@keyframes bar-top
{
    0% {
    transform: scale(0, 1);
}
12.5% {
    transform: scale(1, 1);
}
87.5% {
    transform: scale(1, 1);
}
100% {
    transform: scale(0, 1);
}

}
.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #2d96ebbf;
}
@keyframes bar-right{
    0% {
    transform: scale(1, 0);
}
12.5% {
    transform: scale(1, 0);
}
25% {
    transform: scale(1, 1);
}
75% {
    transform: scale(1, 1);
}
87.5% {
    transform: scale(1, 0);
}
100% {
    transform: scale(1, 0);
}
.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #2575fc;
}
*, ::after, ::before {
    box-sizing: border-box;
}
    @keyframes bar-bottom{
        0% {
    transform: scale(0, 1);
}
25% {
    transform: scale(0, 1);
}
37.5% {
    transform: scale(1, 1);
}
62.5% {
    transform: scale(1, 1);
}
75% {
    transform: scale(0, 1);
}
100% {
    transform: scale(0, 1);
}
.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #2575fc;
}
        @keyframes bar-left{
            0% {
    transform: scale(1, 0);
}
37.5% {
    transform: scale(1, 0);
}
50% {
    transform: scale(1, 1);
}
62.5% {
    transform: scale(1, 0);
}
100% {
    transform: scale(1, 0);
}

        }
    }
}
@keyframes bubble
{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    
    100%{
        transform: scale(3);
        opacity: 0;
    }
}

.txt_input {
  width: 49%;
  padding: 0;
  display: inline-block;
  margin: 0 0 10px 0;
  position: relative
}

.txt_input:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  background: #595959;
  height: 5px;
  bottom: 0
}

.txt_input:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  background: #595959;
  height: 5px;
  bottom: 0;
  right: 0
}
/* needs to be removed */
.form-check-input {
    position: absolute;
    margin-top: 0.5rem;
    margin-left: -1.25rem;
}
        @media only screen and (max-width: 720px) {
  .form-check-input {
    position: relative;
    margin-top: 0.5rem;
    margin-left: -1.25rem;
      margin-bottom: 5px;
}
}
.disableDiv {
    display: none;
}