/* your styles go here */
a{
    text-decoration: none !important;
}
.color1{
    color: #008036 !important;
}
.color2{
    color: #024EA4 !important;
}
.color3{
    color: #FF0000 !important;
}
.color_black{
    color: #000000 !important;
}
.color_white{
    color: #ffffff !important;
}
.banner_bg_image{
    position: relative;
}
.banner_bg_image:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/banner1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    animation: animatedBackground 10s linear infinite alternate;
}


.banner_bg_image2{
    position: relative;
}
.banner_bg_image2:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/banner1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    animation: animatedBackground 50s linear infinite alternate;
}
.banner_bg_image:after{
    content: ' ';
    display: block;
    position: absolute;
    background-color: red;
}
.bg_image{
    position: relative;
}.bg_image:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('../img/space.jpg');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;

}
.bg_white{
    background: white;
}

figure img{
    width: 100% !important;
}
figure img.zoomimg:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    animation: imgzoom 0.25s linear 1 alternate;
}
@keyframes imgzoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.bg_animate:before{
    background-position: 0% 0% !important;
    animation: animatedBackground 10s linear infinite alternate !important;
}

/*.bg-cover {
  background-size: cover !important;
  background-position: 50% 0 !important;
  animation: animatedBackground 10s linear infinite alternate;
}*/
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 100%;
    }
}


h2 span,.navbar-brand,a.h3 span{
    background: -webkit-linear-gradient(left, #008036, #024EA4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
a:hover.h3 span{
    background: -webkit-linear-gradient(left, #024EA4, #008036) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.btn-outline-primary,.btn-primary,.bg-secondary{
    background: -webkit-linear-gradient(left, #008036, #024EA4);
    color: white;
}
.btn-outline-primary:hover,.btn-primary:hover{
    background: -webkit-linear-gradient(right, #008036, #024EA4);
    color: white;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background: -webkit-linear-gradient(right, #008036, #024EA4);
    /*border-color: #008036;*/
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: -webkit-linear-gradient(right, #008036, #024EA4) !important;
    border-color: #008036 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background: -webkit-linear-gradient(right, #008036, #024EA4) !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background: -webkit-linear-gradient(right, #008036, #024EA4) !important;
}
.back-to-top{

    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    color: #ffffff !important; 
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    text-align: center;
    padding-top: 10px;

    background: -webkit-linear-gradient(left, #008036, #024EA4) !important;
}
.back-to-top:hover{
    background: -webkit-linear-gradient(right, #008036, #024EA4) !important;
}




.flashimg:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    cursor: pointer;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}





.footer-copy-right p {
    color: #bdbdbd;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 2;
    margin-bottom: 12px;
}
.footer-copy-right p i {
    color: #3ab5e6;
}
.footer-copy-right p a {
    color: #3ab5e6;
}
.gradient_color{
    background: -webkit-linear-gradient(left, #008036, #024EA4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: bold;
}

@media (max-width: 450px) {
    .footer-copy-right p {
        font-size: 10px !important;
        margin-bottom: 20px;
    }

}

.border_red{
    border: solid 1px red;
}

.icon2 {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  /*border: 2px solid #00B050;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.5rem !important;
}
